Smart syntax highlighting theme loading

This commit is contained in:
daudix
2024-06-20 09:52:50 +03:00
parent c425091260
commit 8e77b6f931
2 changed files with 13 additions and 10 deletions

View File

@ -8,9 +8,9 @@
animation: flicker 0.25s alternate infinite;
margin: unset;
box-shadow: unset;
background-color: unset;
background-color: unset !important;
padding: 1rem 1rem;
color: var(--primary-color);
color: var(--primary-color) !important;
text-shadow: var(--primary-color-alpha) 0 0 4px, var(--primary-color) 0 0 12px;
@keyframes flicker {