diff options
Diffstat (limited to 'static/custom.css')
| -rw-r--r-- | static/custom.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/custom.css b/static/custom.css index 807ab55..ec5f0b5 100644 --- a/static/custom.css +++ b/static/custom.css @@ -48,6 +48,9 @@ a:hover { .button:hover { color:#efefef; } +.button-dark { + background-color: #171717; +} .center { text-align: center; } @@ -167,3 +170,10 @@ select:focus { .hp { display: none; } + +.header-link { + font-size: inherit; +} +.header-link:hover { + color: #171717; +} |
