1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Merge pull request #50 from 4ntil0l/patch-4

Update mariana.css
This commit is contained in:
marzavec 2019-01-13 18:04:49 -08:00 committed by GitHub
commit 77af03957c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@ textarea {
border-left: 1px solid rgba(101, 123, 131, 1); border-left: 1px solid rgba(101, 123, 131, 1);
} }
.nick { .nick {
color: #2B2D63; color: #5d8cb7;
} }
.trip { .trip {
color: #586e75; color: #586e75;
} }
.text a { .text a {
color: #515151; color: #7a8f94;
} }
.admin .nick { .admin .nick {
color: #387300; color: #387300;
@ -28,7 +28,7 @@ textarea {
color: #4E9A06; color: #4E9A06;
} }
.me .nick { .me .nick {
color: #4C3F6E; color: #594984;
} }
.info .nick, .info .nick,
.info .text { .info .text {