Theme selection and dark background

This commit is contained in:
Misode
2019-12-20 18:57:05 +01:00
parent 98fcf5c1fd
commit 828af07a8a
3 changed files with 25 additions and 2 deletions

View File

@@ -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;
}