diff options
author | marzavec <admin@marzavec.com> | 2019-01-14 03:04:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 03:04:49 +0100 |
commit | 77af03957cd1764e767eab0e7a4bb498bee5083c (patch) | |
tree | 7f7851df9b73e4bb1a76767f0d4257135fb19fc6 | |
parent | Merge pull request #48 from 4ntil0l/patch-2 (diff) | |
parent | Update mariana.css (diff) | |
download | hackchat-77af03957cd1764e767eab0e7a4bb498bee5083c.tar.gz hackchat-77af03957cd1764e767eab0e7a4bb498bee5083c.zip |
Merge pull request #50 from 4ntil0l/patch-4
Update mariana.css
-rw-r--r-- | client/schemes/mariana.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/schemes/mariana.css b/client/schemes/mariana.css index 5d1fa04..a320431 100644 --- a/client/schemes/mariana.css +++ b/client/schemes/mariana.css @@ -13,13 +13,13 @@ textarea { border-left: 1px solid rgba(101, 123, 131, 1); } .nick { - color: #2B2D63; + color: #5d8cb7; } .trip { color: #586e75; } .text a { - color: #515151; + color: #7a8f94; } .admin .nick { color: #387300; @@ -28,7 +28,7 @@ textarea { color: #4E9A06; } .me .nick { - color: #4C3F6E; + color: #594984; } .info .nick, .info .text { |