summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-28 02:51:07 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-28 02:51:07 +0200
commit7f5fa3aa1ec14000d2979e5dee03b84b5c48f083 (patch)
treee02b3240cb292328784260467e33338f352fa188 /src/style.css
parent9a56ac82310baa782624a056f9b3c741e4d6c2e9 (diff)
Add the extend postHEADmaster
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index fbeef58..0202e5c 100644
--- a/src/style.css
+++ b/src/style.css
@@ -125,3 +125,7 @@ ins { color: green; }
del { color: red; }
.hl-red { color: red; }
+
+aside {
+ font-style: italic;
+}