From 79cc42d8a6904720ffba455e8a4083a8f48851b7 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sat, 2 Aug 2025 14:52:55 +0700 Subject: fix: night background getting cut in blog fix: border-radius not shrinking with screen ratio --- static/input.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/input.css') diff --git a/static/input.css b/static/input.css index 6823898..4058cb1 100644 --- a/static/input.css +++ b/static/input.css @@ -27,7 +27,7 @@ --secondary-color: var(--main-light-color); --interlocked-hexagons-background: url('https://f003.backblazeb2.com/file/sayana-static/themes/olive/interlocked-hexagons.svg'); --interlocked-hexagons-background-repeat: repeat; - --interlocked-hexagons-background-size: 10vw; + --interlocked-hexagons-background-size: 10vh; --squares-and-triangles-background: url('https://f003.backblazeb2.com/file/sayana-static/themes/olive/squares-and-triangles.svg'); --squares-and-triangles-background-repeat: repeat; } @@ -43,7 +43,7 @@ --secondary-color: var(--main-medium-color); --interlocked-hexagons-background: url('https://f003.backblazeb2.com/file/sayana-static/themes/lettuce/interlocked-hexagons.svg'); --interlocked-hexagons-background-repeat: repeat; - --interlocked-hexagons-background-size: 10vw; + --interlocked-hexagons-background-size: 10vh; --squares-and-triangles-background: url('https://f003.backblazeb2.com/file/sayana-static/themes/lettuce/squares-and-triangles.svg'); --squares-and-triangles-background-repeat: repeat; } -- cgit v1.3.1+13