@@ -243,7 +243,7 @@ body {
243
243
user-select : none;
244
244
overflow-y : scroll;
245
245
overflow-x : hidden;
246
- background-color : var ( --black );
246
+ background-color : rgb ( 8 , 8 , 8 );
247
247
}
248
248
/* #endregion */
249
249
@@ -261,25 +261,25 @@ body {
261
261
position : absolute;
262
262
top : 0 ;
263
263
left : 0 ;
264
- background : linear-gradient (0deg , var ( --black ) 5% , transparent 40% );
264
+ background : linear-gradient (0deg , # 080808 5% , transparent 40% );
265
265
pointer-events : none;
266
266
touch-action : none;
267
- display : none;
268
267
}
269
268
.ol-attribution {
270
269
top : .5em ;
271
270
left : .5em ;
272
271
bottom : unset !important ;
273
272
right : unset !important ;
274
273
border-radius : 999px !important ;
274
+ background-color : rgba (8 , 8 , 8 , 0.7 ) !important ;
275
275
}
276
276
.ol-attribution button {
277
277
all : unset;
278
278
height : 1.375em ;
279
279
width : 1.375em ;
280
280
line-height : .4em ;
281
281
border-radius : 999px ;
282
- background-color : var ( --glass-black );
282
+ background-color : rgba ( 8 , 8 , 8 , 0.7 );
283
283
color : var (--green );
284
284
text-align : center;
285
285
font-family : Roboto, Arial, sans-serif;
@@ -290,6 +290,9 @@ body {
290
290
color : var (--green );
291
291
line-height : .4em ;
292
292
}
293
+ .ol-attribution ul {
294
+ text-shadow : none !important ;
295
+ }
293
296
/* #endregion */
294
297
295
298
/* #region Logo */
@@ -527,7 +530,7 @@ input[type="search"]::-webkit-search-results-decoration {
527
530
528
531
/* #region Station card */
529
532
.station-card {
530
- background-color : var ( --black ) ;
533
+ background-color : # 181818 ;
531
534
width : 90vw ;
532
535
height : 55vw ;
533
536
position : absolute;
@@ -567,7 +570,7 @@ input[type="search"]::-webkit-search-results-decoration {
567
570
bottom : calc (5vw + 20% + 2vw );
568
571
}
569
572
.station-card # docksButton {
570
- background-color : var ( --black ) ;
573
+ background-color : transparent ;
571
574
outline : 2px solid var (--white );
572
575
width : 42.5% ;
573
576
height : 20% ;
@@ -580,7 +583,7 @@ input[type="search"]::-webkit-search-results-decoration {
580
583
align-items : center;
581
584
color : var (--gray );
582
585
box-shadow :
583
- 5px 5px 15 px 0px var (--shadow-white ),
586
+ 5px 5px 8 px 0px var (--shadow-white ),
584
587
0px 0px 5px 0px var (--shadow-white ) inset;
585
588
}
586
589
.station-card # bikesImage {
@@ -592,7 +595,7 @@ input[type="search"]::-webkit-search-results-decoration {
592
595
bottom : calc (5vw + 20% + 2vw );
593
596
}
594
597
.station-card # bikesButton {
595
- background-color : var ( --black ) ;
598
+ background-color : transparent ;
596
599
outline : 2px solid var (--green );
597
600
width : 42.5% ;
598
601
height : 20% ;
@@ -605,7 +608,7 @@ input[type="search"]::-webkit-search-results-decoration {
605
608
align-items : center;
606
609
color : var (--green );
607
610
box-shadow :
608
- 5px 5px 15 px 0px var (--shadow-green ),
611
+ 5px 5px 8 px 0px var (--shadow-green ),
609
612
0px 0px 5px 0px var (--shadow-green ) inset;
610
613
}
611
614
.station-card # bikesButtonDisabled {
@@ -1216,9 +1219,6 @@ input[type="search"]::-webkit-search-results-decoration {
1216
1219
display : flex;
1217
1220
justify-content : center;
1218
1221
align-items : center;
1219
- box-shadow :
1220
- 0px 4px 6px 0px var (--shadow-green ),
1221
- 0px 0px 5px 0px var (--shadow-green ) inset;
1222
1222
}
1223
1223
.user-settings # topUserContainer # userImage # userInitialsSettings {
1224
1224
font-size : 8vh ;
@@ -1260,9 +1260,7 @@ input[type="search"]::-webkit-search-results-decoration {
1260
1260
justify-content : center;
1261
1261
position : relative;
1262
1262
outline : none;
1263
- box-shadow :
1264
- 0px 4px 6px 0px var (--shadow-green ),
1265
- 0px 0px 5px 0px var (--shadow-green ) inset;
1263
+ box-shadow : 0px 1px 6px 0px var (--green );
1266
1264
}
1267
1265
.user-settings # balanceAndBonusContainer # balanceContainer # balanceLabel ,
1268
1266
.user-settings # balanceAndBonusContainer # bonusContainer # bonusLabel {
@@ -1291,9 +1289,7 @@ input[type="search"]::-webkit-search-results-decoration {
1291
1289
display : flex;
1292
1290
position : relative;
1293
1291
outline : none;
1294
- box-shadow :
1295
- 0px 4px 6px 0px var (--shadow-green ),
1296
- 0px 0px 5px 0px var (--shadow-green ) inset;
1292
+ box-shadow : 0px 1px 6px 0px var (--green );
1297
1293
}
1298
1294
.user-settings # subscriptionContainer div # cardSVG {
1299
1295
position : absolute;
@@ -1337,9 +1333,6 @@ input[type="search"]::-webkit-search-results-decoration {
1337
1333
display : flex;
1338
1334
align-items : center;
1339
1335
gap : 1dvh ;
1340
- box-shadow :
1341
- 0px 4px 6px 0px var (--shadow-green ),
1342
- 0px 0px 5px 0px var (--shadow-green ) inset;
1343
1336
}
1344
1337
.user-settings # statisticsMenuButton i ,
1345
1338
.user-settings # tripHistoryButton i {
@@ -1362,9 +1355,7 @@ input[type="search"]::-webkit-search-results-decoration {
1362
1355
justify-content : center;
1363
1356
position : relative;
1364
1357
outline : none;
1365
- box-shadow :
1366
- 0px 4px 6px 0px var (--shadow-green ),
1367
- 0px 0px 5px 0px var (--shadow-green ) inset;
1358
+ box-shadow : 0px 1px 6px 0px var (--green );
1368
1359
}
1369
1360
1370
1361
.user-settings # settingsContainer # proxy > div : first-child {
@@ -1387,21 +1378,20 @@ input[type="search"]::-webkit-search-results-decoration {
1387
1378
border-radius : 999px ;
1388
1379
display : flex;
1389
1380
align-items : center;
1381
+ padding : 0 ;
1390
1382
padding-left : 5% ;
1391
1383
color : var (--green );
1392
1384
border : none;
1393
1385
font-size : medium;
1394
- box-shadow :
1395
- 0px 4px 6px 0px var (--shadow-green ),
1396
- 0px 0px 5px 0px var (--shadow-green ) inset;
1386
+ box-shadow : 0px 1px 6px 0px var (--green );
1397
1387
}
1398
1388
1399
1389
.user-settings # settingsContainer # proxy # resetProxyButton {
1400
1390
background-color : var (--pure-black );
1401
1391
position : absolute;
1402
1392
right : 13% ;
1403
- top : calc ( 35% ) ;
1404
- height : calc ( 40% ) ;
1393
+ top : 35% ;
1394
+ height : 40% ;
1405
1395
width : 20% ;
1406
1396
padding-left : 5% ;
1407
1397
text-align : center;
@@ -1416,9 +1406,9 @@ input[type="search"]::-webkit-search-results-decoration {
1416
1406
.user-settings # settingsContainer # proxy # setProxyButton {
1417
1407
background-color : var (--green );
1418
1408
position : absolute;
1419
- right : calc ( 5 % ) ;
1420
- top : calc ( 35% ) ;
1421
- height : calc ( 40% ) ;
1409
+ right : 5 % ;
1410
+ top : 35% ;
1411
+ height : 40% ;
1422
1412
aspect-ratio : 1 / 1 ;
1423
1413
text-align : center;
1424
1414
border-radius : 999px ;
@@ -1448,9 +1438,6 @@ input[type="search"]::-webkit-search-results-decoration {
1448
1438
font-size : large;
1449
1439
margin-left : auto;
1450
1440
margin-right : 5vw ;
1451
- box-shadow :
1452
- 0px 4px 6px 0px var (--shadow-green ),
1453
- 0px 0px 5px 0px var (--shadow-green ) inset;
1454
1441
}
1455
1442
1456
1443
.user-settings # proxyNotWorking {
0 commit comments