💄 Add image light/dark rules to `general.css`

This commit is contained in:
hayesall 2023-10-22 13:11:35 -04:00
parent 94e0a44e15
commit 0628921aaa
1 changed files with 10 additions and 0 deletions

View File

@ -146,6 +146,16 @@ table tbody tr:nth-child(2n) {
background: var(--table-alternate-bg);
}
.light img[src$="#only-dark"],
.rust img[src$="#only-dark"] {
display:none;
}
.navy img[src$="#only-light"],
.ayu img[src$="#only-light"],
.coal img[src$="#only-light"] {
display:none;
}
blockquote {
margin: 20px 0;