Minor graphical improvements
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- Uniform style of SVGs
- Add style directly inside SVGs to switch to dark mode - the previous solution didn't work in Chromium for some reason
This commit is contained in:
MassiveBox 2023-04-14 18:20:25 +02:00
parent 3ac161e740
commit 08be78f907
8 changed files with 12 additions and 29 deletions

View file

@ -10,7 +10,7 @@
<body>
<nav>
<a href="./" class="brand">
<img class="logo" src="assets/logo.svg" />
<img class="logo" src="assets/logo.svg" alt="EcoDash Logo">
<span>{{.Defaults.DashboardName}}</span>
</a>
<input id="bmenub" type="checkbox" class="show">