summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
+}