Some dark mode fixes
parent
b61e8ff681
commit
e89522b2fc
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue