Add dark template

This commit is contained in:
Nyymix 2025-02-02 19:48:55 +02:00
parent 7c7eb0061d
commit 467f2396ca
8 changed files with 108 additions and 18 deletions

View file

@ -6,6 +6,10 @@ body {
min-height: 50px;
}
header {
margin-bottom: 0px;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
margin: 0 10px 0 calc(10px - 4px);
}