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

@ -26,7 +26,7 @@
cursor: pointer;
border: none;
border-radius: var(--rounded-corner-small);
background-color: transparent;
background-color: unset;
padding: 0.5rem;
line-height: 0;