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 {
filter: brightness(1.333);
}
b { font-weight: bold; }
i { font-style: italic; }
code {
font-family: 'DM Mono', monospace;
b {
font-weight: bold;
}
i {
font-style: italic;
}
pre {
white-space: pre-wrap;
}
code {
font-family: "DM Mono", monospace;
font-weight: 500;
color: #0000FF;
color: #0000ff;
}
ul {
all: revert;