boilerplate

This commit is contained in:
ethan merchant 2024-11-03 01:46:44 -05:00
parent dcaa7f2b8a
commit a43f93b343

View file

@ -249,12 +249,19 @@ a {
a:focus { a:focus {
filter: brightness(1.333); filter: brightness(1.333);
} }
b { font-weight: bold; } b {
i { font-style: italic; } font-weight: bold;
}
i {
font-style: italic;
}
pre {
white-space: pre-wrap;
}
code { code {
font-family: 'DM Mono', monospace; font-family: "DM Mono", monospace;
font-weight: 500; font-weight: 500;
color: #0000FF; color: #0000ff;
} }
ul { ul {
all: revert; all: revert;