Don't use the weird af "unset" keyword
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user