styles navbar a little
This commit is contained in:
@@ -31,7 +31,7 @@ for page_name, translations in content.items():
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
label = LANG_LABELS.get(other_lang, other_lang)
|
label = LANG_LABELS.get(other_lang, other_lang)
|
||||||
link = f'<a href="/{other_lang}/{page_name}.html">{label}</a>'
|
link = f'<a class="navbar" href="/{other_lang}/{page_name}.html">{label}</a>'
|
||||||
links.append(link)
|
links.append(link)
|
||||||
|
|
||||||
language_switcher = " ".join(links)
|
language_switcher = " ".join(links)
|
||||||
|
|||||||
+12
-1
@@ -1,7 +1,18 @@
|
|||||||
body {
|
body {
|
||||||
|
text-align: center;
|
||||||
background-color: #222222;
|
background-color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, p {
|
h1, h2, h3, h4, h5, p {
|
||||||
color: #DDDDEE
|
color: #DDDDEE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.navbar {
|
||||||
|
color: #DD7FB6;
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
align-self: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user