My fork of airsonic with experimental fixes and improvements. See branch "custom"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
361 B

/*
* 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
}