diff site/css/windowmaker.css @ 3:21b2c131d8c7

Wallpapers take a long time to load, and the mobile ones were removed because of the same reason
author yakumo_izuru
date Sun, 08 Jun 2025 13:01:55 -0300
parents 380da6d0a7e9
children
line wrap: on
line diff
--- a/site/css/windowmaker.css	Sat Jun 07 22:47:50 2025 -0300
+++ b/site/css/windowmaker.css	Sun Jun 08 13:01:55 2025 -0300
@@ -8,8 +8,6 @@
 body {
     margin: 0;
     padding: 0;
-    background-image: url('/img/reimu.jpg');
-    background-position: 40% 10%;
     background-color: white;
     font-family: 'Ume UI Gothic';
 }
@@ -154,7 +152,7 @@
     margin: 0;
     margin-top: 0px;
     padding: 0;
-    background: #016701;
+    background: #800080;
     height: 23px;
 }
 
@@ -162,7 +160,7 @@
     margin: 0;
     padding: 0;
     margin-top: 0px;
-    background: #016701;
+    background: #800080;
     height: 20px;
     width: 100%;
     border-left: 1px solid #b6b6b6;
@@ -516,13 +514,10 @@
 
 /* very small - usually mobile phone screens */
 @media screen and (max-width: 600px) {
-	body { background-image: url('/img/reimu_mobile.jpg');
 	header h1 a {font-size: 1.5em}
 }
 @media (prefers-color-scheme: dark) {
 	body {
-		background-image: url('/img/yukari.jpg');
-		background-position: 35% 35%;
-		background-color: black;
+	    background-color: black;
 	}
 }