Skip to content

Commit 68bc4ec

Browse files
committed
Made colors slightly less green
1 parent 8d31fa8 commit 68bc4ec

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

locust/static/style.css

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ html {
22
height: 100%;
33
}
44
body {
5-
background: #125338;
5+
background: #173529;
66
padding: 0;
77
margin: 0;
88
font-family: Arial, Helvetica, sans-serif;
@@ -154,7 +154,8 @@ a:hover {
154154
-moz-border-radius: 5px;
155155
-webkit-border-radisu: 5px;
156156
border: 3px solid #eee;
157-
background: #111717;
157+
background: #132b21;
158+
box-shadow: 0 0 60px rgba(0,0,0,0.3);
158159
}
159160

160161
.stopped .edit {display: none;}
@@ -164,7 +165,8 @@ a:hover {
164165
-moz-border-radius: 5px;
165166
-webkit-border-radisu: 5px;
166167
border: 3px solid #eee;
167-
background: #111717;
168+
background: #132b21;
169+
box-shadow: 0 0 60px rgba(0,0,0,0.3);
168170
}
169171
.running .start, .hatching .start {display: none;}
170172

@@ -200,15 +202,21 @@ a:hover {
200202
.status table {
201203
width: 100%;
202204
border-radius: 3px;
203-
border: 2px solid #0b3524;
205+
border: 2px solid #132b21;
204206
border-spacing: 0;
205207
}
206208
.status thead {
207-
background: #0b3524;
209+
background: #132b21;
208210
padding: 0;
209211
margin: 0;
210212
color: #a9c5ba;
211213
}
214+
.status table thead tr:hover {
215+
background: none;
216+
}
217+
.status table tr:hover {
218+
background: #1d4434;
219+
}
212220
.status td, .status th {
213221
padding: 10px;
214222
margin: 0;
@@ -225,7 +233,7 @@ a:hover {
225233
text-align: right;
226234
}
227235
.status tr.dark {
228-
background:#104831;
236+
background:#153126;
229237
}
230238
.status th {
231239
font-weight: bold;
@@ -234,7 +242,7 @@ a:hover {
234242
width: 70px;
235243
}
236244
.status tr.total {
237-
background: #0b3524;
245+
background: #132b21;
238246
}
239247
.status tr.total td {
240248
font-weight: bold;
@@ -272,7 +280,7 @@ em {
272280
}
273281

274282
nav.menu {
275-
background: #104831;
283+
background: #132b21;
276284
}
277285
ul.tabs {
278286
overflow: hidden
@@ -285,13 +293,13 @@ ul.tabs li {
285293
ul.tabs li a {
286294
padding: 14px 10px;
287295
display: inline-block;
288-
color: #b5e2cd;
296+
color: #b3c3bc;
289297
position: relative;
290298
font-weight: 600;
291299
font-size: 14px;
292300
}
293301
ul.tabs li a:hover {
294-
background: #0e3c29;
302+
background: #10211a;
295303
}
296304
ul.tabs li a.current {
297305
color: #fff;
@@ -324,7 +332,8 @@ ul.tabs li a.current:after {
324332
-moz-border-radius: 5px;
325333
-webkit-border-radisu: 5px;
326334
border: 3px solid #eee;
327-
background: #111717;
335+
background: #132b21;
336+
box-shadow: 0 0 60px rgba(0,0,0,0.3);
328337
}
329338
.about a.close_link {
330339
position: absolute;
@@ -340,7 +349,7 @@ ul.tabs li a.current:after {
340349
position: absolute;
341350
bottom: 0;
342351
padding: 12px 0;
343-
background: #104831;
352+
background: #132b21;
344353
width: 100%;
345354
text-align: right;
346355
box-sizing: border-box;

0 commit comments

Comments
 (0)