From 9d2aeab5f3d9e1e6948251452e5c28949d144674 Mon Sep 17 00:00:00 2001 From: daudix Date: Sat, 28 Sep 2024 04:35:29 +0300 Subject: [PATCH] Fix CRT code blocks preferring syntax highlighting color instead of an accent color --- CHANGELOG.md | 1 + sass/_crt.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43465b..8878b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/sass/_crt.scss b/sass/_crt.scss index df5b0fc..f67bc2b 100644 --- a/sass/_crt.scss +++ b/sass/_crt.scss @@ -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;