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: 2eb2a63b0ee2fffc6a8b61476abaad453cf1e3e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
@import url("/css/myboth.css");

body { background:black; color: #ddd; }
h1, h2, h3, h4, h5, h6 { color: #eee; }
a:focus, a:hover { color: #06c; }
a { color: #09f; }
.loud { color: #fff; }
.box {
    color: #222;
    background: #e5eCf9;
}