New theme secondary

This commit is contained in:
Kalle
2022-12-05 19:41:24 +02:00
parent ed6790fca0
commit 3cf9a2e445
2 changed files with 2 additions and 2 deletions

View File

@@ -475,7 +475,7 @@ dialog::backdrop {
}
.sub-nav__link.active {
color: var(--theme);
color: var(--theme-secondary);
}
.popover-content {

View File

@@ -33,7 +33,7 @@
--theme-very-transparent: #ffc6de36;
--theme-vibrant: hsl(255deg 78% 65%);
--theme-transparent: #ffc6de52;
--theme-secondary: hsl(85deg 66.7% 55.3%);
--theme-secondary: rgb(239, 229, 83);
--inactive-image-filter: grayscale(100%) brightness(130%);
--rounded: 16px;
--rounded-full: 200px;