diff --git a/README.md b/README.md index 304fe37..5346c6a 100644 --- a/README.md +++ b/README.md @@ -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;} diff --git a/assets/background.png b/assets/background.png new file mode 100644 index 0000000..d4c453b Binary files /dev/null and b/assets/background.png differ diff --git a/login/login_frame.css b/login/login_frame.css index 3140db1..8d2504a 100644 --- a/login/login_frame.css +++ b/login/login_frame.css @@ -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; } diff --git a/login/login_minimalistic.css b/login/login_minimalistic.css index d423b56..c84c53f 100644 --- a/login/login_minimalistic.css +++ b/login/login_minimalistic.css @@ -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; } diff --git a/type/colorful.css b/type/colorful.css index 9d9328f..ba0b67a 100644 --- a/type/colorful.css +++ b/type/colorful.css @@ -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; } diff --git a/type/dark.css b/type/dark.css index 7dc6ce6..2e2cd6f 100644 --- a/type/dark.css +++ b/type/dark.css @@ -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; } diff --git a/type/dark_withaccent.css b/type/dark_withaccent.css index e5b0724..4d7c817 100644 --- a/type/dark_withaccent.css +++ b/type/dark_withaccent.css @@ -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; } diff --git a/type/light.css b/type/light.css index d8c1a02..0247363 100644 --- a/type/light.css +++ b/type/light.css @@ -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; }