Skip to content

Commit a7b9d1d

Browse files
committed
Fix dark mode
1 parent a182270 commit a7b9d1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/css/custom.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
--custom-background-color-features: #fff;
1515
--custom-hero-background-color: #F5F6F7;
1616
--custom-hero-text-color: #1f2125;
17-
--custom-background-color-features: #fff;
1817

1918
--ifm-font-family-base: Roboto, system-ui, -apple-system, Segoe UI, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont,
2019
'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
@@ -32,7 +31,6 @@ html[data-theme='dark'] {
3231
--custom-background-color-features: #2F3238;
3332
--custom-hero-background-color: #1f2125;
3433
--custom-hero-text-color: #fff;
35-
--custom-background-color-features: #fff;
3634

3735
--ifm-color-primary: #79aaff;
3836
--ifm-color-primary-dark: #5392ff;

0 commit comments

Comments
 (0)