From a650e9718e7d3e259324dd4a91a0c47061ef945f Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 27 Nov 2021 12:06:22 +0100 Subject: html: link release notes --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index ea43be2..5518279 100644 --- a/style.css +++ b/style.css @@ -28,3 +28,13 @@ h1 { margin-top: 0; margin-bottom: 0; } + +.release:not([hidden]) { + display: flex; + align-items: center; + gap: 1em; +} + +.hide-release-notes .release-notes { + display: none; +} -- cgit v1.2.3