mirror of https://github.com/Lissy93/dashy.git
💅 Removes `--outline-color` from colorful theme
This commit is contained in:
parent
8a6b46b49d
commit
da297a5e4a
|
@ -346,7 +346,7 @@ html[data-theme='colorful'] {
|
|||
--item-group-heading-text-color-hover: var(--primary);
|
||||
--item-hover-shadow: 1px 4px 6px var(--black);
|
||||
--nav-link-background-color: var(--background);
|
||||
--outline-color: var(--primary);
|
||||
--outline-color: transparent;
|
||||
.item-wrapper:nth-child(1n) { .item { color: #eb5cad; border: 1px solid #eb5cad; } }
|
||||
.item-wrapper:nth-child(2n) { .item { color: #985ceb; border: 1px solid #985ceb; } }
|
||||
.item-wrapper:nth-child(3n) { .item { color: #5c90eb; border: 1px solid #5c90eb; } }
|
||||
|
|
Loading…
Reference in New Issue