Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dark.css « css « static - github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b6eb1f89c7344625130cca40c61a61dbe7ed2c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
body {
	color: #fff;
	background-color: #000;
}

::-moz-selection {
    background: #666;
    text-shadow: none
}

::selection {
    background: #666;
    text-shadow: none
}

hr {
    border-color: #333;
}

blockquote {
	border-color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	color: #fff;
}

a,a:hover {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	opacity: 0.8;
}

.header nav,
.footer {
	border-color: #333;
}

.highlight {
	background-color: #333;
}