Merge pull request #124 from trafficlunar/main

Replace Imgur
This commit is contained in:
Casper Talvio
2025-12-27 19:42:45 +02:00
committed by GitHub
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%);} .backdropImage {filter: blur(18px) saturate(120%) contrast(120%) brightness(40%);}
/*Login background*/ /*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*/ /*Accent and roundingd*/
:root {--accent: 98, 121, 205;} :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; margin-bottom: 1.2em !important;
} }
#loginPage { #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; background-size: cover !important;
} }

View File

@@ -17,6 +17,6 @@
display: none display: none
} }
#loginPage { #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; background-size: cover !important;
} }

View File

@@ -12,7 +12,7 @@
/*Login background*/ /*Login background*/
#loginPage { #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; background-size: cover !important;
} }

View File

@@ -110,7 +110,7 @@ progress::-webkit-progress-value {
/*Login background*/ /*Login background*/
#loginPage { #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; background-size: cover !important;
} }

View File

@@ -103,7 +103,7 @@ progress::-webkit-progress-value {
/*Login background*/ /*Login background*/
#loginPage { #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; background-size: cover !important;
} }

View File

@@ -88,7 +88,7 @@ a[data-role="button"] {
/*Login background*/ /*Login background*/
#loginPage { #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; background-size: cover !important;
} }