Skip to content

Commit 5a06645

Browse files
committed
and one more
1 parent 88fd75c commit 5a06645

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

_static/theme_overrides.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,11 @@
1111
html[data-theme="light"] {
1212
--pst-color-primary: #1A658F;
1313
--pst-color-secondary: #A8C700;
14-
}
15-
16-
html[data-theme="bg-light"] {
17-
--pst-table-row-hover: #C3D7EE;
14+
--pst-table-row-hover-bg: #C3D7EE;
1815
}
1916

2017
html[data-theme="dark"] {
2118
--pst-color-primary: #A8C700;
2219
--pst-color-secondary: #C3D7EE;
23-
}
24-
25-
html[data-theme="bg-dark"] {
26-
--pst-table-row-hover: #1A658F;
20+
--pst-table-row-hover-bg: #1A658F;
2721
}

0 commit comments

Comments
 (0)