Skip to content

Commit 52a2570

Browse files
authored
Merge pull request #32 from danielpeintner/issue-31
refactor: provide 2 assertion colors depending on dark/light mode
2 parents ad4e5bd + 9ce7996 commit 52a2570

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@
5757
<!-- ASSERTION HIGHLIGHTING -->
5858
<style>
5959
.rfc2119-assertion {
60-
background-color: rgb(230, 230, 230);
60+
background-color: #e6e6e6;
61+
}
62+
.darkmode .rfc2119-assertion {
63+
background-color: #223a2c;
6164
}
6265
.at-risk {
6366
background-color: yellow;

0 commit comments

Comments
 (0)