EmirCH commited on
Commit
bc84851
·
verified ·
1 Parent(s): 9e8fa37

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -3
style.css CHANGED
@@ -2,8 +2,8 @@
2
  html, body {
3
  background-color: rgb(40,9,109) !important;
4
  background-image:
5
- url('https://huggingface.co/spaces/ESCP/RX12WorkshopTemplate/resolve/main/background_top.png'),
6
- url('https://huggingface.co/spaces/ESCP/RX12WorkshopTemplate/resolve/main/background_mid.png') !important;
7
  background-position:
8
  top center,
9
  top center !important;
@@ -26,7 +26,7 @@ body::after {
26
  left: 0 !important;
27
  right: 0 !important;
28
  height: 130px !important;
29
- background-image: url('https://huggingface.co/spaces/ESCP/RX12WorkshopTemplate/resolve/main/background_bottom.png') !important;
30
  background-size: 100% 100% !important;
31
  background-repeat: no-repeat !important;
32
  background-position: bottom center !important;
 
2
  html, body {
3
  background-color: rgb(40,9,109) !important;
4
  background-image:
5
+ url('background_top.png'),
6
+ url('background_mid.png') !important;
7
  background-position:
8
  top center,
9
  top center !important;
 
26
  left: 0 !important;
27
  right: 0 !important;
28
  height: 130px !important;
29
+ background-image: url('background_bottom.png') !important;
30
  background-size: 100% 100% !important;
31
  background-repeat: no-repeat !important;
32
  background-position: bottom center !important;