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

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Fixed ## Fixed
- Fix CRT code blocks preferring syntax highlighting color instead of an accent color.
- Fix various RTL issues (broken toggles, article list arrow, unmirrored icons). - Fix various RTL issues (broken toggles, article list arrow, unmirrored icons).
## [5.2.0](https://codeberg.org/daudix/duckquill/compare/v5.1.0...v5.2.0) ## [5.2.0](https://codeberg.org/daudix/duckquill/compare/v5.1.0...v5.2.0)

View File

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