all repos — h3rald @ 95c627906f084fc1c02137974ee81ae45f1fec95

The sources of https://h3rald.com

style fixes
h3rald h3rald@h3rald.com
Thu, 17 Apr 2025 22:51:02 +0100
commit

95c627906f084fc1c02137974ee81ae45f1fec95

parent

168fca5b665efdaa79febd1aa77bd25aac5f0bf9

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M assets/styles/style.cssassets/styles/style.css

@@ -757,7 +757,7 @@

.days h3 { margin-bottom: 0; background: var(--secondary-background); - padding: 0 1rem; + padding: 0 0.5rem; border: 1px solid var(--secondary-background); border-top-left-radius: 4px; border-top-right-radius: 4px;

@@ -777,6 +777,7 @@

.days figcaption { margin: 0; font-size: 0.9rem; + padding: 0.5rem; background: var(--secondary-background); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;