diff options
-rw-r--r-- | src/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index 843e9da..d60cec7 100644 --- a/src/style.css +++ b/src/style.css @@ -198,6 +198,7 @@ del { color: red; } .hl-red { color: red; } aside { + margin-block: 1rem; font-style: italic; color: var(--faint); |