dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_ticky_tacky_dark
mirror of
https://github.com/kc0bfv/ticky_tacky_dark.git
summary
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Github pages commit
Karl
10.40.2019
2a92049e9229d0f2f6769e21aba8da445ae6f177
[external-software/github_gohugo_theme_ticky_tacky_dark.git]
/
static
/
css
/
myscreen.css
1
2
3
4
5
6
7
8
9
10
11
@import url("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;
}