forked from massivebox/ecodash
Minor graphical improvements
- 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:
parent
3ac161e740
commit
08be78f907
8 changed files with 12 additions and 29 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue