From 956d1c45f2cb76106d55d8d5906db096a031a625 Mon Sep 17 00:00:00 2001 From: Geoffrey Garrett Date: Thu, 30 Jun 2022 00:23:26 +0200 Subject: [PATCH] style(code titles): updated for independent syntax themes --- assets/styles/code-title.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/styles/code-title.scss b/assets/styles/code-title.scss index 1f9884f78..11b088a79 100644 --- a/assets/styles/code-title.scss +++ b/assets/styles/code-title.scss @@ -1,6 +1,5 @@ .code-title { - color: rgb(222, 114, 222); - background-color: rgb(42, 47, 55); + color: var(--primary) ; font-family: monospace; width: max-content; overflow-x: auto; @@ -16,4 +15,6 @@ border-top-left-radius: 0.3em; border-top-right-radius: 0.3em; font-size: 0.9em; + background-color: var(--lightgray); + filter: hue-rotate(-30deg) contrast(1.0) opacity(0.8); } \ No newline at end of file