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

View File

@ -26,7 +26,7 @@ a {
text-decoration: none; text-decoration: none;
} }
a:link, a:visited { a:link, a:visited {
color: green; color: #C2F9BB;
} }
a:hover { a:hover {
color: red; color: red;

View File

@ -1,5 +1,5 @@
#posts > div > p > span:first-child { #posts > div > p > span:first-child {
color: green; color: #BFE7D4;
} }
.status { .status {
@ -11,7 +11,7 @@
} }
#username-self { #username-self {
color: lightgreen; color: #036D19;
} }
.specialtext { .specialtext {
@ -23,7 +23,7 @@
} }
.greentext { .greentext {
color: green; color: #BFE7D4;
} }
#posts > div { #posts > div {
@ -43,7 +43,7 @@
} }
.user-mention { .user-mention {
color: lightgreen; color: #036D19;
} }
.everyone-mention { .everyone-mention {
@ -78,6 +78,7 @@ button {
} }
#post-text, button { #post-text, button {
color: #ECEAF1;
border-radius: 5px; border-radius: 5px;
resize: none; resize: none;
overflow-wrap: break-word; overflow-wrap: break-word;