Fix broken code blocks with complex settings (again)
Additionally, utilize `unset` instead of transparent in more places
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
|
||||
&.colored {
|
||||
box-shadow: none;
|
||||
background-color: transparent;
|
||||
background-color: unset;
|
||||
color: var(--primary-color);
|
||||
|
||||
&:hover {
|
||||
|
Reference in New Issue
Block a user