mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Theme selection and dark background
This commit is contained in:
10
custom.css
10
custom.css
@@ -70,3 +70,13 @@ textarea.invalid:focus {
|
||||
overflow-wrap: normal;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
body[data-style="dark"] {
|
||||
background-color: #222529;
|
||||
}
|
||||
|
||||
body[data-style="dark"] #source {
|
||||
background-color: #181a1d;
|
||||
border-color: #646b72;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user