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

myscreen.css « css « static - github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30a7e1821eef083abe4b6dac08ab175738262f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import url("myboth.css");

body { background:black; color: #ddd; }
h1, h2, h3, h4, h5, h6 { color: #eee; }
ul.navbar a:focus, ul.navbar a:hover { color: #00243d; }
ul.navbar a { color: #00497a; }
div.imgbtntxt a:focus, div.imgbtntxt a:hover { color: #09f; }
a:focus, a:hover { color: #7cf; }
a { color: #09f; }
.loud { color: #fff; }
.box {
    color: #222;
    background: #e5eCf9;
}