Fix dark theme first-app code

This commit is contained in:
Simounet 2021-10-07 19:25:03 +02:00
parent 3d74bf483f
commit 60d601789c
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
3 changed files with 7 additions and 2 deletions

View file

@ -119,6 +119,11 @@
background-color: #666;
}
.hljs {
color: #abb2bf;
background-color: #282c34;
}
@media only screen and (min-width: 992px) {
#article {
background-color: #101010;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long