diff options
| author | 2025-08-02 14:52:55 +0700 | |
|---|---|---|
| committer | 2025-08-02 14:52:55 +0700 | |
| commit | 79cc42d8a6904720ffba455e8a4083a8f48851b7 (patch) | |
| tree | 38f5ea4d093094aae692af155462dee5440be6d1 /static/output.css | |
| parent | 7696eed33b8151aeb5b616dc84d0ed036f817ee2 (diff) | |
| download | web-79cc42d8a6904720ffba455e8a4083a8f48851b7.tar.gz web-79cc42d8a6904720ffba455e8a4083a8f48851b7.zip | |
fix: night background getting cut in blog0.3.0
fix: border-radius not shrinking with screen ratio
Diffstat (limited to 'static/output.css')
| -rw-r--r-- | static/output.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/output.css b/static/output.css index 2e6d1bd..ea57d8f 100644 --- a/static/output.css +++ b/static/output.css @@ -425,7 +425,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; } @@ -440,7 +440,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; } |