Skip to content

Commit dd99cd9

Browse files
refactor: apply proposal by @ektrah
1 parent d8be06f commit dd99cd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
<style>
5959
.rfc2119-assertion {
6060
background-color: light-dark(#e6e6e6, #223a2c);
61+
background-color: #e6e6e6;
62+
}
63+
body.darkmode .rfc2119-assertion {
64+
background-color: #223a2c;
6165
}
6266
.at-risk {
6367
background-color: yellow;

0 commit comments

Comments
 (0)