mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
style fixes
This commit is contained in:
parent
b2eac9654b
commit
65ac530e39
2 changed files with 10 additions and 0 deletions
|
@ -251,6 +251,12 @@ a:hover {
|
||||||
.markdown-content ol {
|
.markdown-content ol {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.markdown-content blockquote {
|
||||||
|
border-left: 3px solid var(--bs-border-color);
|
||||||
|
}
|
||||||
|
.markdown-content blockquote p {
|
||||||
|
margin-left: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.htmx-indicator {
|
.htmx-indicator {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -38,6 +38,10 @@
|
||||||
--bs-secondary-bg: color-mix(in srgb, var(--bs-primary-bg-subtle) 95%, white);
|
--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 {
|
.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-bg: var(--bs-basic-btn-active-bg-strong) !important;
|
||||||
--bs-btn-active-color: var(--bs-body-color);
|
--bs-btn-active-color: var(--bs-body-color);
|
||||||
|
|
Loading…
Add table
Reference in a new issue