summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2022-03-26 18:09:34 +0100
committerJonas Smedegaard <dr@jones.dk>2022-03-26 18:09:34 +0100
commit249aa9af5b3497aaeb37e453e703aa83000cbd61 (patch)
tree0f2ab2fab96e6fc10d32ed25fc8a852c306626fd /style.scss
parent7e629173f7a01ba591e9f774426badc358f99056 (diff)
modernize to use tags nav and footer (not div with classes topbar and footer)
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index 8ab9b17..9ee5f6b 100644
--- a/style.scss
+++ b/style.scss
@@ -23,14 +23,14 @@ a {
@include hover-link;
}
-.topbar {
+nav {
@media print {
display: none !important;
}
@include inline-list;
}
-.footer {
+footer {
margin-left: -1em;
margin-right: -1em;
background-color: lightgrey;