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

@ -10,9 +10,9 @@
pre {
animation: flicker 0.25s alternate infinite;
margin: unset;
box-shadow: unset;
background-color: unset !important;
margin: 0;
box-shadow: none;
background-color: transparent !important;
padding: 1rem 1rem;
color: var(--primary-color) !important;
text-shadow: var(--primary-color-alpha) 0 0 0.25rem, var(--primary-color) 0 0 0.75rem;