From de3c54d174825e3f85f3b4db74ef7fbce58634f4 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 10 Jan 2025 20:34:15 -0500 Subject: [PATCH] Try to make isso more readable in dark theme --- themes/red/assets/css/site.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index eeb6311..41083c8 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -186,6 +186,31 @@ body { } } +.isso-textarea { + background-color: var(--background-tertiary) !important; +} + +.isso-input-wrapper input { + background-color: var(--background-tertiary) !important; +} + +.isso-post-action > input { + border: 1px outset black !important; + border-radius: 5px !important; + margin-top: 10px !important; + background-color: var(--extra-color) !important; + color: var(--text-color) !important !important; +} + +.isso-preview { + background-color: var(--background-tertiary) !important; + background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 10px, transparent 10px, transparent 10px, rgba(0, 0, 0, 0.01) 20px) !important; +} + +.isso-page-author-suffix { + color: #db7979 !important; +} + /* printers */ @media print { :root {