From 41ddbfe792bf1ab34f9b378412b8d1fa06ad7c66 Mon Sep 17 00:00:00 2001 From: Agatha Lovelace Date: Sun, 30 Apr 2023 12:50:57 +0200 Subject: [PATCH] Add post dates --- source/_pages/AncientWormies.md | 1 + source/_pages/JekyllOnNix.md | 1 + source/_pages/WineasioSetup.md | 1 + source/css/page.css | 21 ++++++++++++++------- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/source/_pages/AncientWormies.md b/source/_pages/AncientWormies.md index 4a011d2..f3acdcd 100644 --- a/source/_pages/AncientWormies.md +++ b/source/_pages/AncientWormies.md @@ -1,5 +1,6 @@ --- title: Ancient Wormies modpack installation +date: 2021-07-08 17:56 +0100 --- # Using MultiMC diff --git a/source/_pages/JekyllOnNix.md b/source/_pages/JekyllOnNix.md index cf05877..f24ef8c 100644 --- a/source/_pages/JekyllOnNix.md +++ b/source/_pages/JekyllOnNix.md @@ -1,5 +1,6 @@ --- title: Running a Jekyll website on Nix +date: 2023-02-15 20:56 +0100 --- If you're reading this on [technogothic.net](/) and the year is something like 2023, this site is probably generated by Jekyll. diff --git a/source/_pages/WineasioSetup.md b/source/_pages/WineasioSetup.md index 76a66d6..6c5e146 100644 --- a/source/_pages/WineasioSetup.md +++ b/source/_pages/WineasioSetup.md @@ -1,5 +1,6 @@ --- title: Setting up JACK with PulseAudio on ArchLinux +date: 2021-06-15 19:44 +0100 --- Add user to required groups: diff --git a/source/css/page.css b/source/css/page.css index 53456bc..914145a 100644 --- a/source/css/page.css +++ b/source/css/page.css @@ -41,10 +41,6 @@ h1 { font-size: 35px; } -h1::first-letter { - font-size: 40px; -} - h2 { font-size: 25px; } @@ -91,7 +87,7 @@ code * { font-family: "Iosevka Gothic"; } -:not(pre) > code { +:not(pre)>code { padding: 2px; border-radius: 3px; font-family: "Iosevka Gothic"; @@ -195,6 +191,17 @@ a:hover { animation: glow 0.2s ease-in-out both; } +/* lists */ + +ol { + list-style: upper-roman; +} + +/* No link markers in lists */ +.contents li a::before { + display: none; +} + /* animations */ @keyframes glow { @@ -254,7 +261,7 @@ footer { border-top: 1px solid var(--text); } -footer > * { +footer>* { font-size: 1.2em; margin-top: 1em; } @@ -319,4 +326,4 @@ footer div { float: right; margin-left: 21px; } -} +} \ No newline at end of file