Skip to content

Commit 515306b

Browse files
committed
remove sidebar colors
matches app behavior, needs future re-themeing
1 parent 7fa4614 commit 515306b

1 file changed

Lines changed: 3 additions & 66 deletions

File tree

src/MainDisplay.css

Lines changed: 3 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ p a {
3737
}
3838

3939
:root {
40-
--main-background: black;
40+
--main-background: #2d2c31;
4141
--text-color: white;
4242
}
4343
}
@@ -368,8 +368,7 @@ a.platChooser, a.platChooser h3 {
368368
}
369369

370370
.Sidebar {
371-
/* background-color: rgb(30, 30, 30); */
372-
background-color: #2d2649;
371+
background-color: rgb(30, 30, 30);
373372
color: white;
374373
font-size: 20px;
375374
padding-top: 15px;
@@ -400,67 +399,6 @@ a.platChooser, a.platChooser h3 {
400399
}
401400

402401
.Sidebar a:hover, .Sidebar a.active {
403-
/* background-color: rgb(67, 67, 67); */
404-
background-color: #524B6E;
405-
}
406-
407-
/* wiiu coloring */
408-
.Sidebar._wiiu_only {
409-
background-color: #108AB7;
410-
}
411-
412-
.Sidebar._wiiu_only a:hover, .Sidebar._wiiu_only a.active {
413-
background-color: #35AFDC;
414-
}
415-
416-
.Sidebar._wiiu_only .sidebar-item.selected {
417-
border-left: 5px solid white;
418-
padding-left: 45px;
419-
background-color: #35AFDC;
420-
}
421-
422-
/* button, .infoBox.wiiu_only a {
423-
background-color: #108AB7;
424-
}
425-
button:hover, .infoBox.wiiu_only a:hover {
426-
background-color: #35AFDC;
427-
} */
428-
429-
.Sidebar._switch_only {
430-
background-color: #d62032;
431-
}
432-
433-
.Sidebar._switch_only a:hover, .Sidebar._switch_only a.active {
434-
background-color: #fb4557;
435-
}
436-
437-
.Sidebar._switch_only .sidebar-item.selected {
438-
border-left: 5px solid white;
439-
padding-left: 45px;
440-
background-color: #fb4557;
441-
}
442-
443-
/* button, .infoBox.switch_only a {
444-
background-color: #d62032;
445-
}
446-
button:hover, .infoBox.switch_only a:hover {
447-
background-color: #fb4557;
448-
} */
449-
450-
451-
.Sidebar._3ds_only {
452-
background-color: rgb(30, 30, 30);
453-
}
454-
455-
.Sidebar._3ds_only a:hover, .Sidebar._3ds_only a.active {
456-
/* background-color: #d62032; */
457-
background-color: rgb(67, 67, 67);
458-
}
459-
460-
.Sidebar._3ds_only .sidebar-item.selected {
461-
border-left: 5px solid white;
462-
padding-left: 45px;
463-
/* background-color: #d62032; */
464402
background-color: rgb(67, 67, 67);
465403
}
466404

@@ -732,8 +670,7 @@ button:hover, .infoBox a:hover, .smallLinkButton:hover {
732670
.sidebar-item.selected {
733671
border-left: 5px solid white;
734672
padding-left: 45px;
735-
/* background-color: #666; */
736-
background-color: #524B6E;
673+
background-color: #676767;
737674
}
738675

739676
.Sidebar .text, .sidebar-item {

0 commit comments

Comments
 (0)