Skip to content

Commit 81598f2

Browse files
author
Alexia Michelle
committed
fix
1 parent 8f44948 commit 81598f2

3 files changed

Lines changed: 34 additions & 50 deletions

File tree

-93.9 KB
Binary file not shown.

blog/2021-08-26-welcome/index.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/css/custom.css

Lines changed: 34 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,45 @@
66

77
/* You can override the default Infima variables here. */
88
:root {
9-
/* Bold Hues - Light Mode (using darker versions for readability) */
10-
--ifm-color-primary: #D1007E;
11-
--ifm-color-primary-dark: #B8006F;
12-
--ifm-color-primary-darker: #AD0069;
13-
--ifm-color-primary-darkest: #8F0057;
14-
--ifm-color-primary-light: #EB008E;
15-
--ifm-color-primary-lighter: #F50094;
16-
--ifm-color-primary-lightest: #FF1BA4;
9+
/* Aurora Inspired - Deep Purple/Blue Palette */
10+
--ifm-color-primary: #8e44ad;
11+
/* Amethyst Purple */
12+
--ifm-color-primary-dark: #7d3c98;
13+
--ifm-color-primary-darker: #763990;
14+
--ifm-color-primary-darkest: #612e76;
15+
--ifm-color-primary-light: #9b59b6;
16+
--ifm-color-primary-lighter: #a569bd;
17+
--ifm-color-primary-lightest: #bb8fce;
1718
--ifm-code-font-size: 95%;
1819
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
20+
--ifm-font-color-base: #f8f9fa;
21+
/* Very light grey/white */
1922
}
2023

21-
/* Bold Hues - Dark Mode (Vibrant colors) */
24+
/* Aurora Inspired - Dark Mode Optimization */
2225
[data-theme='dark'] {
23-
--ifm-color-primary: #FF1B8D;
24-
/* Vibrant Pink */
25-
--ifm-color-primary-dark: #E6007A;
26-
--ifm-color-primary-darker: #D90073;
27-
--ifm-color-primary-darkest: #B3005F;
28-
--ifm-color-primary-light: #FF4DA6;
29-
--ifm-color-primary-lighter: #FF66B3;
30-
--ifm-color-primary-lightest: #FF99CC;
26+
--ifm-color-primary: #a29bfe;
27+
/* Light Purple for contrast */
28+
--ifm-color-primary-dark: #8179f8;
29+
--ifm-color-primary-darker: #7167f7;
30+
--ifm-color-primary-darkest: #4333f4;
31+
--ifm-color-primary-light: #c3befd;
32+
--ifm-color-primary-lighter: #d4d0fe;
33+
--ifm-color-primary-lightest: #f1f0ff;
3134
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3235

33-
/* Adding some gradients and background colors from the palette */
34-
--ifm-background-color: #0d001a;
35-
--ifm-navbar-background-color: #1a0033;
36-
--ifm-footer-background-color: #0b0014;
36+
/* Deep Space Backgrounds */
37+
--ifm-background-color: #0b0118;
38+
/* Near-black purple */
39+
--ifm-navbar-background-color: #090113;
40+
--ifm-footer-background-color: #06010d;
41+
/* Removes the grey look */
42+
43+
--ifm-contents-border-color: #1e053a;
44+
--ifm-blockquote-color: #9c88ff;
45+
}
46+
47+
/* Custom polishing */
48+
footer {
49+
border-top: 1px solid #1e053a;
3750
}

0 commit comments

Comments
 (0)