Skip to content

Commit

Permalink
second try at dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Jan 13, 2025
1 parent 6f68c37 commit 47e5969
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1612,15 +1612,12 @@ tt.D.highlighted a {
color: #eee;
}

.block-code:not([data-language=""]):not([data-language="pre"]),
pre.d_code {
background-color: #444;
color: #eee;
}

.com {
color: #0ff;
}

.tip {
background-color: #306630;
}
Expand Down Expand Up @@ -1650,4 +1647,27 @@ tt.D.highlighted a {
background-color: black;
border-color: #555;
}

.highlighted-comment,
.com {
color: #0ff !important;
}

.kwrd,
.highlighted-keyword,
.lang-feature,
.storage-class {
color: #8ff !important;
}

.type-constructor,
.builtin-type {
color: #00cc00 !important;
}

.type,
.highlighted-type {
color: lime;
}
}

0 comments on commit 47e5969

Please sign in to comment.