mirror of https://github.com/calzoneman/sync.git
A couple tweaks to alternate dark
This commit is contained in:
parent
4a1aea875f
commit
234456f2f4
|
@ -9,7 +9,7 @@ body {
|
|||
}
|
||||
|
||||
#usercountwrap, #userlist, #messagebuffer, #videowrap {
|
||||
background-color: #222;
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
#usercountwrap, #currenttitle {
|
||||
|
@ -92,10 +92,6 @@ input, textarea, button, .well, .btn, .dropdown-menu, select {
|
|||
color: #ccc;
|
||||
}
|
||||
|
||||
.queue_temp {
|
||||
/*border: 1px dashed #ccc;*/
|
||||
}
|
||||
|
||||
.queue_active {
|
||||
background-color: #555!important;
|
||||
}
|
||||
|
@ -189,7 +185,7 @@ pre {
|
|||
}
|
||||
|
||||
.nick-hover {
|
||||
background-color: #111;
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.nick-highlight {
|
||||
|
@ -221,3 +217,7 @@ pre {
|
|||
background-color: #222;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.poll-notify {
|
||||
color: #ff6600;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue