Fix CRT code blocks preferring syntax highlighting color instead of an accent color

This commit is contained in:
daudix
2024-09-28 04:35:29 +03:00
parent a559ade347
commit 9d2aeab5f3
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
box-shadow: none;
background-color: transparent !important;
padding: 1rem 1rem;
color: var(--accent-color);
color: var(--accent-color) !important;
text-shadow:
var(--text-shadow-1) 0 0 0.25rem,
var(--text-shadow-2) 0 0 0.75rem;