mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2026-02-21 19:12:05 +00:00
Set navigation content in Open Sans
This commit is contained in:
parent
771fd0f896
commit
f2bf2157ca
@ -1,10 +1,14 @@
|
||||
// Override default caspar styles for our own blog
|
||||
|
||||
// Declutter navigation
|
||||
.nav li:before,
|
||||
.nav li a:after,
|
||||
.nav li.nav-current a:after {
|
||||
content: none;
|
||||
.nav {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
|
||||
li:before,
|
||||
li a:after,
|
||||
li.nav-current a:after {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Disable pointless animations
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user