Don't use the weird af "unset" keyword

This commit is contained in:
daudix
2024-07-22 00:07:34 +03:00
parent bd4c5bb972
commit 0eb32679a5
9 changed files with 23 additions and 21 deletions

View File

@ -103,7 +103,7 @@
&.op {
box-shadow: none;
background-color: unset;
background-color: transparent;
color: var(--primary-color);
&:hover {
@ -164,7 +164,7 @@
.faves {
transition: var(--transition);
border-radius: 999px;
background-color: unset;
background-color: transparent;
padding: 0.25rem 0.75rem;
font-variant-numeric: tabular-nums;
text-decoration: none;