Some dark mode fixes

pull/138/head
Zef Hemel 2022-11-24 16:27:31 +01:00
parent b61e8ff681
commit e89522b2fc
1 changed files with 16 additions and 1 deletions

View File

@ -375,7 +375,15 @@ html[data-theme="dark"] {
color: rgb(200, 200, 200);
}
.sb-saved {
.sb-line-h1, .sb-line-h2, .sb-line-h3, .sb-line-h4 {
color: #d1d1d1;
}
.sb-frontmatter {
background-color: rgb(41, 40, 35, 0.5);
}
.sb-saved > input {
color: rgb(225, 225, 225);
}
@ -423,5 +431,12 @@ html[data-theme="dark"] {
background-color: #595959;
}
.sb-table-widget {
tbody tr:nth-of-type(even) {
background-color: #686868;
}
}
}