mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-10 02:25:27 +01:00
💄 Makes warning color/ yellow darker in light themes
This commit is contained in:
parent
5570cd257f
commit
34e109ddeb
1 changed files with 2 additions and 0 deletions
|
|
@ -586,6 +586,8 @@ html[data-theme='material'] {
|
|||
|
||||
--widget-background-color: var(--background);
|
||||
|
||||
--warning: #d4d015;
|
||||
|
||||
.minimal-section-inner.selected, div.minimal-section-heading {
|
||||
border: none;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
||||
|
|
|
|||
Loading…
Reference in a new issue