Skip to content

Commit 33ac2c9

Browse files
author
Alexia Michelle
committed
style: Update light mode typography and background colors, explicitly define dark mode colors, and center footer content.
1 parent 098669a commit 33ac2c9

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

src/css/custom.css

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@
1717

1818
/* Typography - Clean & Modern */
1919
--ifm-font-family-base: 'Outfit', 'Inter', system-ui, -apple-system, sans-serif;
20-
--ifm-font-color-base: #e9ecef;
21-
--ifm-heading-color: #ffffff;
20+
--ifm-font-color-base: #1a1a1b;
21+
/* Dark text for Light Mode */
22+
--ifm-heading-color: #080112;
23+
/* Nearly black headings */
2224

2325
/* Code & Details */
2426
--ifm-code-font-size: 90%;
2527
--docusaurus-highlighted-code-line-bg: rgba(155, 89, 182, 0.1);
28+
--ifm-background-color: #ffffff;
2629
}
2730

2831
/* Premium Dark overrides */
@@ -32,6 +35,9 @@
3235
--ifm-navbar-background-color: #09021a;
3336
--ifm-footer-background-color: #05010b;
3437

38+
--ifm-font-color-base: #e9ecef;
39+
--ifm-heading-color: #ffffff;
40+
3541
--ifm-color-primary: #a29bfe;
3642
--ifm-color-primary-dark: #8179f8;
3743
--ifm-color-primary-darker: #7167f7;
@@ -57,6 +63,15 @@
5763

5864
.footer {
5965
border-top: 1px solid rgba(255, 255, 255, 0.05);
66+
text-align: center;
67+
}
68+
69+
.footer__links {
70+
justify-content: center;
71+
}
72+
73+
.footer__col {
74+
text-align: center;
6075
}
6176

6277
.button--primary {

0 commit comments

Comments
 (0)