wcag tweaks - dark

This commit is contained in:
rimu 2024-01-24 09:33:54 +13:00
parent 35be628966
commit 576c12d088
2 changed files with 6 additions and 0 deletions

View file

@ -724,6 +724,9 @@ fieldset legend {
[data-bs-theme=dark] .post_list .post_teaser { [data-bs-theme=dark] .post_list .post_teaser {
border-bottom: solid 1px #424549; border-bottom: solid 1px #424549;
} }
[data-bs-theme=dark] .post_list .post_teaser .thumbnail .fe {
background-color: rgba(0, 0, 0, 0.4);
}
[data-bs-theme=dark] .comments > .comment { [data-bs-theme=dark] .comments > .comment {
border-top-color: #424549; border-top-color: #424549;
} }

View file

@ -356,6 +356,9 @@ nav, etc which are used site-wide */
[data-bs-theme=dark] { [data-bs-theme=dark] {
.post_list .post_teaser { .post_list .post_teaser {
border-bottom: solid 1px $super-dark-grey; border-bottom: solid 1px $super-dark-grey;
.thumbnail .fe {
background-color: rgba(0,0,0,0.4);
}
} }
.comments > .comment { .comments > .comment {