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 5dbbc64..b3d3784 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; } @@ -177,6 +180,13 @@ select:focus { .hp { display: none; } + +.header-link { + font-size: inherit; +} +.header-link:hover { + color: #171717; +} #captcha-img { background-color: #efefef; background: #efefef; |
