Skip to content

Commit 6e1cd2a

Browse files
committed
fix dark mode shadows
1 parent c838e11 commit 6e1cd2a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/webpage/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ body {
2828
.tabStyle {
2929
button {
3030
background: #0d0d0d;
31+
box-shadow: inset #000000 0px -2px 2px;
3132
}
3233
.selected {
3334
box-shadow: none;
@@ -85,6 +86,9 @@ body {
8586
background: #000000 !important;
8687
}
8788
}
89+
.tabStyle {
90+
box-shadow: inset #000000 0px -2px 2px;
91+
}
8892
}
8993
.speedDiv {
9094
width: 200px;

0 commit comments

Comments
 (0)