colors and filters

This commit is contained in:
2024-08-17 19:23:19 +03:00
parent db37653748
commit 322962403d
38 changed files with 648 additions and 556 deletions
+5 -3
View File
@@ -14,9 +14,11 @@
font-size: 14px;
border-radius: 12px;
padding: 4px 18px;
background: var(--background);
background: var(--p20);
filter: brightness(90%);
&:hover{
background: var(--p30);
}
}
@@ -27,7 +29,7 @@
&.active {
span{
background: var(--secondary);
background: var(--p30);
}