Skip to content

Commit d8be06f

Browse files
refactor: provide 2 assertion colors depending on dark/light mode
1 parent 0bdba96 commit d8be06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- ASSERTION HIGHLIGHTING -->
5858
<style>
5959
.rfc2119-assertion {
60-
background-color: rgb(230, 230, 230);
60+
background-color: light-dark(#e6e6e6, #223a2c);
6161
}
6262
.at-risk {
6363
background-color: yellow;

0 commit comments

Comments
 (0)