summaryrefslogtreecommitdiff
path: root/static/custom.css
diff options
context:
space:
mode:
authorMax2017-04-21 19:38:53 +0200
committerMax2017-04-21 19:38:53 +0200
commit5ed6ec5d6c42057c8dfef18d475a4eeb941fafc6 (patch)
treec636d8ab2d6e4adeb03425e1411505373acc5946 /static/custom.css
parent019ecfc264875870289f99b08e073baeed9a49bd (diff)
downloadiamfabulous.de-5ed6ec5d6c42057c8dfef18d475a4eeb941fafc6.tar.gz
Add new page 'blogs'.
Diffstat (limited to 'static/custom.css')
-rw-r--r--static/custom.css10
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;
+}