change the greens

This commit is contained in:
Mystikfluu
2022-06-15 17:47:48 +02:00
parent 3fe83455a3
commit 4583793131
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ a {
text-decoration: none;
}
a:link, a:visited {
color: green;
color: #C2F9BB;
}
a:hover {
color: red;
+5 -4
View File
@@ -1,5 +1,5 @@
#posts > div > p > span:first-child {
color: green;
color: #BFE7D4;
}
.status {
@@ -11,7 +11,7 @@
}
#username-self {
color: lightgreen;
color: #036D19;
}
.specialtext {
@@ -23,7 +23,7 @@
}
.greentext {
color: green;
color: #BFE7D4;
}
#posts > div {
@@ -43,7 +43,7 @@
}
.user-mention {
color: lightgreen;
color: #036D19;
}
.everyone-mention {
@@ -78,6 +78,7 @@ button {
}
#post-text, button {
color: #ECEAF1;
border-radius: 5px;
resize: none;
overflow-wrap: break-word;