Make background purple again

This commit is contained in:
Motschen
2021-11-15 15:24:18 +01:00
parent 1a8e2a90d3
commit 5212e5a032

View File

@@ -17,7 +17,7 @@
Yellow: https://github.com/Motschen/Retroblur/blob/main/assets/background_yellow.jpg?raw=true Yellow: https://github.com/Motschen/Retroblur/blob/main/assets/background_yellow.jpg?raw=true
Blue: https://github.com/Motschen/Retroblur/blob/main/assets/background_blue.jpg?raw=true */ Blue: https://github.com/Motschen/Retroblur/blob/main/assets/background_blue.jpg?raw=true */
body { body {
background-image: url("https://github.com/Motschen/Retroblur/blob/main/assets/background_red.jpg?raw=true") !important; background-image: url("https://github.com/Motschen/Retroblur/blob/main/assets/background_purple.jpg?raw=true") !important;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
} }