We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e3d74 commit 545630bCopy full SHA for 545630b
1 file changed
internal/ui/layout/base.templ
@@ -68,7 +68,7 @@ templ JSTags(manifest *Manifest) {
68
}
69
70
templ Navigation(path string) {
71
- <nav class="navbar navbar-expand-md navbar-dark navbar-border-brand bg-dark mb-4">
+ <nav class="navbar navbar-expand-md navbar-border-brand bg-dark mb-4" data-bs-theme="dark">
72
<div class="container-fluid">
73
<a class="navbar-brand" href="/">
74
<img alt="Arch Linux" height="40" width="190" src="/static/archlogo.svg" class="d-inline-block align-text-top"/>
0 commit comments