Child: [c92eb3] (diff)

Download this file

dark.css    25 lines (21 with data), 439 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Dark version of the dir browser colors */
html {
background-color: #3c3c3c;
color: #D8D8D8;
selection-background-color: #424e72;
}
a:link {
color: #D8D8D8;
}
/* Alternate colours for the directory list table */
#entrylist tr:nth-child(even) {
background: #242424;
}
#entrylist td:empty {
background: #3c3c3c;
color: #D8D8D8;
}
#entrylist tr:nth-child(odd) {
background: #3c3c3c;
color: #D8D8D8;
}