summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-27 12:06:22 +0100
committerMartin Fischer <martin@push-f.com>2021-11-27 12:54:12 +0100
commita650e9718e7d3e259324dd4a91a0c47061ef945f (patch)
tree5c8c5c54f68f965aab741cda6c7061c77ac11e79 /style.css
parentbed05ffbbb2a6802fd358a353dd44fc2e5ad251c (diff)
html: link release notes
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 10 insertions, 0 deletions
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;
+}