File System Renames (No content changes)

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2017-07-13 21:34:19 -06:00
parent d8bd94b7ad
commit 260e04c8ea
1378 changed files with 0 additions and 0 deletions
@@ -0,0 +1,17 @@
/*
* CSS styleshet for the "Back In Black" theme.
*
* Author: Sindre Mehus
*/
@import "midnight.css";
/* The primary background color. */
.bgcolor1, table.music tr:nth-of-type(even) {
background-color: #333333
}
/* The secondary background color. */
.bgcolor2, .ruleTableHeader, .log, table.music tr:nth-of-type(odd) {
background-color: black
}