Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 6775d88

Browse files
committed
fixed github button color
1 parent ae15563 commit 6775d88

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/custom.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
// Theme Colors
4040
// ==============================================================================
4141

42+
// Primary
43+
// See 'General Docusaurs'
44+
--ifm-color-on-primary: var(--ifm-color-white);
45+
4246
// Background
4347
--ifm-color-background: var(--ifm-color-white);
4448
--ifm-color-background-2: var(--ifm-color-white-dark);
@@ -333,6 +337,10 @@ html[data-theme='dark'] {
333337
// Theme Colors
334338
// ==============================================================================
335339

340+
// Primary
341+
// See 'General Docusaurs'
342+
--ifm-color-on-primary: var(--ifm-color-black);
343+
336344
// Background
337345
--ifm-color-background: var(--ifm-color-black);
338346
--ifm-color-background-2: var(--ifm-color-black-light);

0 commit comments

Comments
 (0)