Fix CRT code blocks preferring syntax highlighting color instead of an accent color
This commit is contained in:
@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## 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).
|
||||
|
||||
## [5.2.0](https://codeberg.org/daudix/duckquill/compare/v5.1.0...v5.2.0)
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user