diff options
| author | Max | 2017-04-21 19:38:53 +0200 |
|---|---|---|
| committer | Max | 2017-04-21 19:38:53 +0200 |
| commit | 5ed6ec5d6c42057c8dfef18d475a4eeb941fafc6 (patch) | |
| tree | c636d8ab2d6e4adeb03425e1411505373acc5946 /static/custom.css | |
| parent | 019ecfc264875870289f99b08e073baeed9a49bd (diff) | |
| download | iamfabulous.de-5ed6ec5d6c42057c8dfef18d475a4eeb941fafc6.tar.gz | |
Add new page 'blogs'.
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; +} |
