Skip to content

Commit

Permalink
Slight improvements to dark mode color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
sircasms authored Feb 15, 2021
1 parent 05198dd commit 487f5a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions html/copy/style_dark.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
body {
background: #41444A;
background: #202021;
color: #ddd;
}

a {
color: #88B4E7;
color: #b6c1ce;
}

a:visited {
Expand Down Expand Up @@ -49,15 +49,15 @@ a:hover {
}

.constant {
color: #b294bb;
color: #dad;
}

.disabled, .disabled a, a.disabled {
color: #666;
}

.example .programlisting {
background-color: #252525;
background-color: #151515;
}

.ckeyword {
Expand Down

0 comments on commit 487f5a6

Please sign in to comment.