mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
wcag tweaks - dark
This commit is contained in:
parent
35be628966
commit
576c12d088
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue