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
|
@ -24,7 +24,7 @@ h3 {
|
|||
}
|
||||
.home-cards h3 { padding-top: 10px }
|
||||
nav { border-bottom: 1px solid #aaa}
|
||||
svg { width: 100% }
|
||||
svg, footer img { width: 100% }
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
|
@ -46,13 +46,4 @@ svg { width: 100% }
|
|||
fill: white;
|
||||
}
|
||||
|
||||
.washing-svg * {
|
||||
fill: white !important;
|
||||
}
|
||||
|
||||
.bitcoin-svg * {
|
||||
fill: none;
|
||||
stroke: white !important;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue