mirror of https://github.com/kc0bfv/ticky_tacky_dark.git

Karl
13.32.2019 3e45516de2439fcd3006efdc858c28538721900e
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;
}