aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/black.css
blob: a28d8d93afaae709376623d576d450e3708b1109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * CSS styleshet for the "Back In Black" theme.
 *
 * Author: Sindre Mehus
 */

@import "midnight.css";

/* The primary background color. */
.bgcolor1 {
    background-color: #333333
}

/* The secondary background color. */
.bgcolor2, .ruleTableHeader, .log  {
    background-color: black
}