💅 Removes `--outline-color` from colorful theme

This commit is contained in:
Alicia Sykes 2022-04-09 16:16:02 +01:00 committed by GitHub
parent 8a6b46b49d
commit da297a5e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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; } }