Skip to content

Commit d2cf44a

Browse files
committed
Add a bit of CSS to highlight RFC2119 words
1 parent e410ea5 commit d2cf44a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@
128128
background-color: lightgrey;
129129
}
130130

131+
.rfc2119 {
132+
text-transform: lowercase;
133+
font-variant: small-caps;
134+
font-style: normal;
135+
}
131136

132137
</style>
133138

0 commit comments

Comments
 (0)