style fixes

This commit is contained in:
mst 2024-12-16 16:46:03 +03:00
parent b2eac9654b
commit 65ac530e39
2 changed files with 10 additions and 0 deletions

View file

@ -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;

View file

@ -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);