Skip to content

Commit a414dad

Browse files
committed
feat(popup/default): Custom themes now have backgrounds like the System theme
1 parent f915380 commit a414dad

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

themes/afterdark.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
}
2424

2525
.sw-style-afterdark-button {
26-
background: transparent;
26+
background: rgba(239, 237, 220, 0.10);
2727
}
2828

2929
.sw-style-afterdark-button:hover {
30-
background: #35332D;
30+
background: rgba(239, 237, 220, 0.16);
3131
}
3232

3333
.sw-style-afterdark-carousel-dot {

themes/immersive.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
}
4040

4141
.sw-style-immersive-button {
42-
background: transparent;
42+
background: rgba(0, 10, 0, 0.15);
4343
}
4444

4545
.sw-style-immersive-button:hover {
46-
background: rgba(0, 10, 0, 0.15);
46+
background: rgba(0, 10, 0, 0.25);
4747
}
4848

4949
.sw-style-immersive-menu.swa-clear.swa-day, .sw-style-immersive-menu.swa-windy.swa-day {

themes/light.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
}
2424

2525
.sw-style-light-button {
26-
background: transparent;
26+
background: rgba(16, 18, 35, 0.10);
2727
}
2828

2929
.sw-style-light-button:hover {
30-
background: #CACCD2;
30+
background: rgba(16, 18, 35, 0.16);
3131
}
3232

3333
.sw-style-light-carousel-dot {

0 commit comments

Comments
 (0)