Bootstrap 5.3 (#21)

* Migarte to Bootstrap 5.3
* Cleanup and version bump
This commit is contained in:
2023-09-18 14:24:27 +02:00
committed by GitHub
parent 2f2b96b2bb
commit ad4591da04
8 changed files with 217 additions and 74 deletions

View File

@@ -1,5 +1,5 @@
/* Switch SVG logo to white on dark mode */
html.dark .navbar-light svg {
html[data-bs-theme='dark'] .navbar svg {
fill: #fff;
}