This commit is contained in:
2023-03-11 18:42:01 +00:00
parent 19e1f1e141
commit 3fe255a0de
10 changed files with 89 additions and 1 deletions
+3 -1
View File
@@ -95,11 +95,13 @@ a:hover {
filter: saturate(120%);
}
pre code,
code {
color: var(--orange);
border: lightgray solid 1px;
font-family: monospace;
padding: 2px 4px;
border-radius: var(--radius);
background: rgba(155, 155, 155, 0.2);
}
/* List Styles */