aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeighton <git@leightski.co.uk>2023-02-02 04:10:28 +0000
committerLaura Arjona Reina <larjona@debian.org>2023-02-04 15:28:49 +0000
commitc2218857c7c2761adf2131a0e54c641ad504029d (patch)
treebeed7872e030d7edd5c2eb4e74e0797f89991a34
parentda8affb8273213cf58199b7fa71c44094c0ab237 (diff)
Update '#splash' css background-image with a pure css background-color
Replaces the solid colour 'homeworld-bg.png' image for solid colour css.
-rw-r--r--english/debhome.css14
1 files changed, 6 insertions, 8 deletions
diff --git a/english/debhome.css b/english/debhome.css
index 060f31498b1..7f32b57e53d 100644
--- a/english/debhome.css
+++ b/english/debhome.css
@@ -23,24 +23,22 @@
/* Try and force clients that can to get the HSTS header */
@import url("https://www.debian.org/empty.css");
-#splash {
- background-image: url('Pics/homeworld-bg.png');
+#splash, #splash h1 {
background-position: top center;
background-repeat: no-repeat;
+ text-align: center;
+ overflow: hidden;
+}
+#splash {
+ background-color: #010027;
background-size: cover;
margin-top: 0;
margin-bottom: 1.5em;
- text-align: center;
- overflow: hidden;
height: 120px;
}
#splash h1 {
background-image: url('Pics/homeworld-fg.png');
- background-position: top center;
padding-top: 130px;
- overflow: hidden;
- text-align: center;
- background-repeat: no-repeat;
display: block;
margin: 0;
height: 0;

© 2014-2024 Faster IT GmbH | imprint | privacy policy