mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-09 23:27:37 +00:00
15 lines
302 B
CSS
15 lines
302 B
CSS
body {background: #F1F1F1;}
|
|
|
|
#newMessages {background: #ddd;}
|
|
#ping {background: #ddd;}
|
|
|
|
#userBar .subCell {background: #ddd;}
|
|
|
|
/* POPUPS */
|
|
.popup {background: #ddd;}
|
|
.popup .head {color: #ddd;}
|
|
.popup input[type=submit] {color: #ddd;}
|
|
|
|
/* ADMIN CONTEXT MENU */
|
|
.contextMenu {background-color: #ddd;}
|