Fix broken code blocks with complex settings (again)

Additionally, utilize `unset` instead of transparent in more places
This commit is contained in:
daudix
2024-07-21 19:59:23 +03:00
parent ddf9e2fb77
commit 67201978bb
8 changed files with 37 additions and 46 deletions

View File

@ -34,7 +34,7 @@
&.colored {
box-shadow: none;
background-color: transparent;
background-color: unset;
color: var(--primary-color);
&:hover {