Temporary testing hostname

This commit is contained in:
Emil Miler 2024-01-11 19:34:09 +01:00
parent de91695b07
commit 740ce0a582
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
base_url = "https://kocandaci.cz"
base_url = "https://new.kocandaci.cz"
compile_sass = true
build_search_index = false
feed_filename = "atom.xml"

View File

@ -17,6 +17,14 @@
&:hover, &.active {
border-color: #333;
@media (prefers-color-scheme: dark) {
border-color: #ccc;
}
}
@media (prefers-color-scheme: dark) {
border-color: #333;
}
}
}
@ -36,7 +44,7 @@
}
&.hidden {
opacity: .3;
opacity: .25;
}
}
}