dark mode bugfix

This commit is contained in:
rimu 2024-01-13 23:19:31 +13:00
parent ad8742bf85
commit f7022fd6a6
2 changed files with 9 additions and 0 deletions

View file

@ -628,6 +628,10 @@ fieldset legend {
background-color: #424549;
color: whitesmoke;
}
[data-bs-theme=dark] .comment .replies {
border-left-color: #424549;
border-top-color: #424549;
}
.post_body img {
max-height: 40vh;

View file

@ -266,6 +266,11 @@ nav, etc which are used site-wide */
color: whitesmoke;
}
}
.comment .replies {
border-left-color: $super-dark-grey;
border-top-color: $super-dark-grey;
}
}
.post_body {