summaryrefslogtreecommitdiffstats
path: root/style2.css
diff options
context:
space:
mode:
authorcoteeq <isaqtm@gmail.com>2024-01-02 15:41:40 +0600
committercoteeq <isaqtm@gmail.com>2024-01-02 15:41:40 +0600
commit5b54c3ddd526c187513dd22fda8be90592ba3c7a (patch)
tree639fd572362edd31981accb5d4784b75aaf32cb0 /style2.css
parentd2d8d7dd494069049b4ab325637c848b772e64b5 (diff)
downloadiro-5b54c3ddd526c187513dd22fda8be90592ba3c7a.tar.gz
Even worse image preview, but load medium-scale after
Diffstat (limited to 'style2.css')
-rw-r--r--style2.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/style2.css b/style2.css
index 898a73a..f86246e 100644
--- a/style2.css
+++ b/style2.css
@@ -22,10 +22,10 @@ body {
}
body {
- background-image: url("blur-shakal.jpeg");
- background-position: center;
- background-size: cover;
- background-repeat: no-repeat;
+ background-image: url("blur-shakal.jpeg"), url("blur-shakaler.jpeg");
+ background-position: center, center;
+ background-size: cover, cover;
+ background-repeat: no-repeat, no-repeat;
font-family: "AnkaCoder", monospace;
color: var(--text-color);
overflow-x: hidden;