From 458379313159b930da308cdc1c5404200b6f6276 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Wed, 15 Jun 2022 17:47:48 +0200 Subject: [PATCH] change the greens --- css/global.css | 2 +- css/posts.css | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/css/global.css b/css/global.css index fccd364..4c755ed 100644 --- a/css/global.css +++ b/css/global.css @@ -26,7 +26,7 @@ a { text-decoration: none; } a:link, a:visited { - color: green; + color: #C2F9BB; } a:hover { color: red; diff --git a/css/posts.css b/css/posts.css index eb68d6f..c312442 100644 --- a/css/posts.css +++ b/css/posts.css @@ -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;