Skip to content

Commit aab2c29

Browse files
committed
update grass color in a few places
1 parent af08b42 commit aab2c29

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

client/editor/src/App.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
306306
main {
307307
display: flex;
308-
background-color: #49993e;
308+
background-color: #5b8939;
309309
color: white;
310310
}
311311

client/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<link rel="manifest" href="./manifest.json" />
6464
<style>
6565
body {
66-
background-color: #49993e;
66+
background-color: #5b8939;
6767
}
6868
body > :not(.loading-logo) {
6969
opacity: 0;

client/public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Suroi - 2D Battle Royale",
33
"short_name": "Suroi",
44
"description": "Open-source 2D battle royale game inspired by surviv.io.",
5-
"background_color": "#49993e",
5+
"background_color": "#5b8939",
66
"start_url": ".",
77
"display": "fullscreen",
88
"orientation": "landscape",

client/src/scss/pages/dialog.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646

4747
#customize-menu {
48-
background-color: #3e8235;
48+
background-color: #4c722f;
4949
max-width: 850px;
5050
}
5151

@@ -288,7 +288,7 @@
288288
padding-bottom: 10px;
289289
padding-top: 10px;
290290
z-index: 1000;
291-
background-color: #49993e;
291+
background-color: #5b8939;
292292
width: 100%;
293293
font-size: 35px;
294294
font-weight: bold;
@@ -745,15 +745,15 @@
745745
}
746746

747747
#customize-tabs {
748-
background: #49993e;
748+
background: #5b8939;
749749
}
750750

751751
#customize-tab-bar .tab {
752752
@include variables.text-shadow;
753753
padding-top: 7px;
754754

755755
&.active {
756-
background: #49993e;
756+
background: #5b8939;
757757
}
758758

759759
&>img {

client/src/scss/palette.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $grey_bg: #444444;
1313
$bg: #3d3e48;
1414
$transparent_bg: #16161675;
1515
$light_transparent_bg: #c5c5c52a;
16-
$grass_bg: #49993e;
16+
$grass_bg: #5b8939;
1717

1818
// Buttons
1919
$primary: #0d6efd;

0 commit comments

Comments
 (0)