diff options
author | MinusGix <MinusGix@gmail.com> | 2020-03-31 13:51:22 +0200 |
---|---|---|
committer | MinusGix <MinusGix@gmail.com> | 2020-03-31 13:51:22 +0200 |
commit | a77f834973ae5c86fe550f141df58bf155b7c708 (patch) | |
tree | cf087fc8ca437404c57c51864e2fe276b140376a | |
parent | Merge pull request #97 from MinusGix/androidWhiteTheme (diff) | |
download | hackchat-a77f834973ae5c86fe550f141df58bf155b7c708.tar.gz hackchat-a77f834973ae5c86fe550f141df58bf155b7c708.zip |
Update android white theme
-rw-r--r-- | client/schemes/android-white.css | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/client/schemes/android-white.css b/client/schemes/android-white.css index c1c5d0b..3d10731 100644 --- a/client/schemes/android-white.css +++ b/client/schemes/android-white.css @@ -1,6 +1,5 @@ -/* Written by a user named Color */ body { - background: #f7f7f7; + background: #ffffff; color: #000000; } input, @@ -8,25 +7,25 @@ textarea { color: #000000; } .message { - border-left: 1px solid rgba(187, 187, 187, 0.5); + border-left: 1px solid rgb(220, 220, 220); } .refmessage { border-left: 1px solid rgb(27, 27, 27); } .nick { - color: #7d7d7d; + color: #a3a3a3; } .trip { - color: #a9a9a9; + color: #dcdcdc; } .text a { color: #000000; } .admin .nick { - color: #d3ff00; + color: #0387d1; } .mod .nick { - color: #01408d; + color: #0388d2; } .me .nick { color: #000; @@ -40,12 +39,12 @@ textarea { color: #f55; } #footer { - background: #f9f9f9; + background: #ffffff; } #sidebar { - background: #f7f7f7; - border-color: #f7f7f7; + background: #ffffff; + border-color: #ffffff; } #chatform { - border-color: #d9d9d9; + border-color: #dcdcdc; } |