summaryrefslogtreecommitdiff
path: root/static/input.css
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-08-02 14:52:55 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-08-02 14:52:55 +0700
commit79cc42d8a6904720ffba455e8a4083a8f48851b7 (patch)
tree38f5ea4d093094aae692af155462dee5440be6d1 /static/input.css
parent7696eed33b8151aeb5b616dc84d0ed036f817ee2 (diff)
downloadweb-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/input.css')
-rw-r--r--static/input.css4
1 files changed, 2 insertions, 2 deletions
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;
}