From 65ac530e390752cecbe7f33bd6fee9cf566a44d7 Mon Sep 17 00:00:00 2001 From: mst Date: Mon, 16 Dec 2024 16:46:03 +0300 Subject: [PATCH] style fixes --- static/css/style.css | 6 ++++++ static/css/tinted.css | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index c5d50c9..1379381 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -251,6 +251,12 @@ a:hover { .markdown-content ol { margin-bottom: 0; } +.markdown-content blockquote { + border-left: 3px solid var(--bs-border-color); +} +.markdown-content blockquote p { + margin-left: .5rem; +} .htmx-indicator { display: none; diff --git a/static/css/tinted.css b/static/css/tinted.css index e6031b4..64de81a 100644 --- a/static/css/tinted.css +++ b/static/css/tinted.css @@ -38,6 +38,10 @@ --bs-secondary-bg: color-mix(in srgb, var(--bs-primary-bg-subtle) 95%, white); } +.bg-body-tertiary { + background-color: var(--bs-tertiary-bg) !important; +} + .btn-check:checked + .btn-secondary, .btn-check:checked + .btn-outline-secondary { --bs-btn-active-bg: var(--bs-basic-btn-active-bg-strong) !important; --bs-btn-active-color: var(--bs-body-color);