File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 305
305
306
306
main {
307
307
display : flex ;
308
- background-color : #49993e ;
308
+ background-color : #5b8939 ;
309
309
color : white ;
310
310
}
311
311
Original file line number Diff line number Diff line change 63
63
< link rel ="manifest " href ="./manifest.json " />
64
64
< style >
65
65
body {
66
- background-color : # 49993e ;
66
+ background-color : # 5b8939 ;
67
67
}
68
68
body > : not (.loading-logo ) {
69
69
opacity : 0 ;
Original file line number Diff line number Diff line change 2
2
"name" : " Suroi - 2D Battle Royale" ,
3
3
"short_name" : " Suroi" ,
4
4
"description" : " Open-source 2D battle royale game inspired by surviv.io." ,
5
- "background_color" : " #49993e " ,
5
+ "background_color" : " #5b8939 " ,
6
6
"start_url" : " ." ,
7
7
"display" : " fullscreen" ,
8
8
"orientation" : " landscape" ,
Original file line number Diff line number Diff line change 45
45
}
46
46
47
47
#customize-menu {
48
- background-color : #3e8235 ;
48
+ background-color : #4c722f ;
49
49
max-width : 850px ;
50
50
}
51
51
288
288
padding-bottom : 10px ;
289
289
padding-top : 10px ;
290
290
z-index : 1000 ;
291
- background-color : #49993e ;
291
+ background-color : #5b8939 ;
292
292
width : 100% ;
293
293
font-size : 35px ;
294
294
font-weight : bold ;
745
745
}
746
746
747
747
#customize-tabs {
748
- background : #49993e ;
748
+ background : #5b8939 ;
749
749
}
750
750
751
751
#customize-tab-bar .tab {
752
752
@include variables .text-shadow ;
753
753
padding-top : 7px ;
754
754
755
755
& .active {
756
- background : #49993e ;
756
+ background : #5b8939 ;
757
757
}
758
758
759
759
& >img {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ $grey_bg: #444444;
13
13
$bg : #3d3e48 ;
14
14
$transparent_bg : #16161675 ;
15
15
$light_transparent_bg : #c5c5c52a ;
16
- $grass_bg : #49993e ;
16
+ $grass_bg : #5b8939 ;
17
17
18
18
// Buttons
19
19
$primary : #0d6efd ;
You can’t perform that action at this time.
0 commit comments