44 * work well for content-centric websites.
55 */
66
7- /* Override Infima variables for n8n.io inspired dark theme */
7+ /* Override Infima variables for Premium Dark theme */
88: root {
9- /* Primary color - deep purple */
10- --ifm-color-primary : # 8e44ad ;
11- --ifm-color-primary-dark : # 7d3c98 ;
12- --ifm-color-primary-darker : # 763990 ;
13- --ifm-color-primary-darkest : # 612e76 ;
14- --ifm-color-primary-light : # 9b59b6 ;
15- --ifm-color-primary-lighter : # a569bd ;
16- --ifm-color-primary-lightest : # bb8fce ;
9+ /* Primary color - Deep Amethyst */
10+ --ifm-color-primary : # 9b59b6 ;
11+ --ifm-color-primary-dark : # 8e44ad ;
12+ --ifm-color-primary-darker : # 8842a5 ;
13+ --ifm-color-primary-darkest : # 703688 ;
14+ --ifm-color-primary-light : # a569bd ;
15+ --ifm-color-primary-lighter : # bb8fce ;
16+ --ifm-color-primary-lightest : # d2b4de ;
1717
18- /* Typography */
19- --ifm-font-family-base : 'Inter' , sans-serif;
20- --ifm-font-color-base : # f8f9fa ;
21- /* Light text */
18+ /* Typography - Clean & Modern */
19+ --ifm-font-family-base : 'Outfit' , ' Inter', system-ui , -apple-system , sans-serif;
20+ --ifm-font-color-base : # e9ecef ;
21+ --ifm-heading-color : # ffffff ;
2222
23- /* Code */
24- --ifm-code-font-size : 95 % ;
25- --docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.1 );
23+ /* Code & Details */
24+ --ifm-code-font-size : 90 % ;
25+ --docusaurus-highlighted-code-line-bg : rgba (155 , 89 , 182 , 0.1 );
2626}
2727
28- /* Dark mode overrides */
28+ /* Premium Dark overrides */
2929[data-theme = 'dark' ] {
30- --ifm-background-color : # 0b0118 ;
31- /* Near‑black purple */
32- --ifm-navbar-background-color : # 090113 ;
33- --ifm-footer-background-color : # 06010d ;
30+ --ifm-background-color : # 080112 ;
31+ /* Deepest Purple/Black */
32+ --ifm-navbar-background-color : # 09021a ;
33+ --ifm-footer-background-color : # 05010b ;
3434
3535 --ifm-color-primary : # a29bfe ;
3636 --ifm-color-primary-dark : # 8179f8 ;
4040 --ifm-color-primary-lighter : # d4d0fe ;
4141 --ifm-color-primary-lightest : # f1f0ff ;
4242
43- --docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.3 );
44- }
43+ --ifm-contents-border-color : rgba (255 , 255 , 255 , 0.05 );
44+ --ifm-toc-border-color : rgba ( 255 , 255 , 255 , 0.05 );
4545
46- /* Global element tweaks */
47- a {
48- color : var (--ifm-color-primary );
49- text-decoration : none;
46+ /* Modern Depth */
47+ --glow-accent : rgba (162 , 155 , 254 , 0.15 );
5048}
5149
52- a : hover {
53- opacity : 0.85 ;
50+ /* Layout Polish */
51+ .navbar {
52+ box-shadow : 0 4px 30px rgba (0 , 0 , 0 , 0.5 );
53+ backdrop-filter : blur (10px );
54+ -webkit-backdrop-filter : blur (10px );
55+ border-bottom : 1px solid rgba (255 , 255 , 255 , 0.05 );
5456}
5557
56- /* Buttons */
57- .button {
58- border-radius : 8px ;
59- transition : background-color 0.2s ease;
58+ .footer {
59+ border-top : 1px solid rgba (255 , 255 , 255 , 0.05 );
6060}
6161
62- /* Footer */
63- footer {
64- border-top : 1px solid # 1e053a ;
62+ .button--primary {
63+ box-shadow : 0 4px 14px 0 var (--glow-accent );
6564}
0 commit comments