mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Replace Imgur (#123)
This commit is contained in:
@@ -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
BIN
assets/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user