Skip to content

Commit 54b5457

Browse files
authored
Update card-container.css
Fixed #5
1 parent cad4ca0 commit 54b5457

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

chrome/content/card-container.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
@media (prefers-color-scheme: dark) {
2-
.card-container{
3-
--fxview-primary-action-background:#47CBFF;
4-
background-color: #33333e !important;
5-
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
6-
}
2+
details.card-container {
3+
--fxview-primary-action-background: #47CBFF;
4+
background-color: #33333e !important;
5+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
6+
}
77
}
88
@media (prefers-color-scheme: light) {
9-
.card-container{
10-
--fxview-primary-action-background:#3672e4;
11-
background-color: #ebebee !important;
12-
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
13-
}
9+
details.card-container {
10+
--fxview-primary-action-background: #3672e4;
11+
background-color: #ebebee !important;
12+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
13+
}
1414
}
1515
.fxview-tab-row-url {
16-
text-decoration: none !important;
17-
color:var(--fxview-primary-action-background) !important
16+
text-decoration: none !important;
17+
color: var(--fxview-primary-action-background) !important
1818
}
1919
.sticky-container.bottom-fade {
20-
background:linear-gradient( to bottom, var(--fxview-background-color) 0%, var(--fxview-background-color) 40%, transparent 100% )!important
21-
}
20+
background: linear-gradient(to bottom, var(--fxview-background-color) 0%, var(--fxview-background-color) 40%, transparent 100%) !important
21+
}

0 commit comments

Comments
 (0)