dark and default tweaks.

This commit is contained in:
Ghommie
2019-09-12 01:01:26 +02:00
parent cbf041663f
commit e8a3612619
2 changed files with 19 additions and 15 deletions
@@ -11,14 +11,18 @@ a {color: #397ea5;}
a.visited {color: #7c00e6;}
a:visited {color: #7c00e6;}
#newMessages {background: #242424;}
#newMessages {
background: #242424;
color: #E0E0E0;
}
#newMessages:hover {background: #272727;}
#ping {background: #171717;}
#ping {background: #272727;}
#userBar .subCell {
background: #272727;
border-top: 1px solid #171717;
color: #E0E0E0
border-top: 1px solid #171717;
}
#userBar .subCell:hover {background: #272727;}
#userBar .toggle {background: #272727;}