Replace Imgur (#123)

This commit is contained in:
trafficlunar
2025-12-27 15:33:31 +00:00
parent 177b266046
commit dbd36b67da
8 changed files with 7 additions and 7 deletions

View File

@@ -287,7 +287,7 @@ There are some manual options you can define if you want, after the import lines
.backdropImage {filter: blur(18px) saturate(120%) contrast(120%) brightness(40%);}
/*Login background*/
#loginPage {background: url(https://i.imgur.com/9vL4iNf.png) !important;}
#loginPage {background: url(https://raw.githubusercontent.com/CTalvio/Ultrachromic/main/assets/background.png) !important;}
/*Accent and roundingd*/
:root {--accent: 98, 121, 205;}

BIN
assets/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@@ -33,6 +33,6 @@
margin-bottom: 1.2em !important;
}
#loginPage {
background: url(https://i.imgur.com/9vL4iNf.png) !important;
background: url(https://raw.githubusercontent.com/CTalvio/Ultrachromic/main/assets/background.png) !important;
background-size: cover !important;
}

View File

@@ -17,6 +17,6 @@
display: none
}
#loginPage {
background: url(https://i.imgur.com/9vL4iNf.png) !important;
background: url(https://raw.githubusercontent.com/CTalvio/Ultrachromic/main/assets/background.png) !important;
background-size: cover !important;
}

View File

@@ -12,7 +12,7 @@
/*Login background*/
#loginPage {
background: url(https://i.imgur.com/9vL4iNf.png) !important;
background: url(https://raw.githubusercontent.com/CTalvio/Ultrachromic/main/assets/background.png) !important;
background-size: cover !important;
}

View File

@@ -110,7 +110,7 @@ progress::-webkit-progress-value {
/*Login background*/
#loginPage {
background: url(https://i.imgur.com/9vL4iNf.png) !important;
background: url(https://raw.githubusercontent.com/CTalvio/Ultrachromic/main/assets/background.png) !important;
background-size: cover !important;
}

View File

@@ -103,7 +103,7 @@ progress::-webkit-progress-value {
/*Login background*/
#loginPage {
background: url(https://i.imgur.com/9vL4iNf.png) !important;
background: url(https://raw.githubusercontent.com/CTalvio/Ultrachromic/main/assets/background.png) !important;
background-size: cover !important;
}

View File

@@ -88,7 +88,7 @@ a[data-role="button"] {
/*Login background*/
#loginPage {
background: url(https://imgur.com/S3WiZIM.png) !important;
background: url(https://raw.githubusercontent.com/CTalvio/Ultrachromic/main/assets/background.png) !important;
background-size: cover !important;
}