diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-27 12:06:22 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-27 12:54:12 +0100 |
commit | a650e9718e7d3e259324dd4a91a0c47061ef945f (patch) | |
tree | 5c8c5c54f68f965aab741cda6c7061c77ac11e79 /style.css | |
parent | bed05ffbbb2a6802fd358a353dd44fc2e5ad251c (diff) |
html: link release notes
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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; +} |