summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2017-03-23 00:15:59 +0100
committerCtibor Brančík <ctibor@brancik.cz>2017-03-23 00:15:59 +0100
commit0006b108f9fbb815e1ffee058dfe21db05e19ac1 (patch)
tree41ffddd17cb28f19e7b8571315017a81d983bf98 /style
parent06e2c5cdaa16b22c982a9ff85c4e1fa82917284e (diff)
downloadhnizdo-0006b108f9fbb815e1ffee058dfe21db05e19ac1.tar.gz
hnizdo-0006b108f9fbb815e1ffee058dfe21db05e19ac1.tar.bz2
Make link to index display like links in menu
Diffstat (limited to 'style')
-rw-r--r--style/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style/style.css b/style/style.css
index c11a8c7..c9e9178 100644
--- a/style/style.css
+++ b/style/style.css
@@ -20,7 +20,7 @@ nav {
text-align: center;
}
-nav a, nav span {
+nav a, nav span, footer a {
display: inline-block;
margin: 1em;
padding: 2px 3px;
@@ -35,7 +35,7 @@ nav span {
color: #aaa;
}
-nav a:hover {
+nav a:hover, footer a:hover {
background: #fffedf;
}