File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929}
3030
3131/* Premium Dark overrides */
32- [data-theme = 'dark' ] {
33- --ifm-background-color : # 050507 ;
34- /* Even deeper charcoal background */
35- --ifm-navbar-background-color : rgba (5 , 5 , 7 , 0.7 );
36- --ifm-footer-background-color : # 050507 ;
32+ html [data-theme = 'dark' ] {
33+ --ifm-background-color : # 020203 ;
34+ /* Deepest midnight background */
35+ --ifm-navbar-background-color : rgba (2 , 2 , 3 , 0.75 );
36+ --ifm-footer-background-color : # 020203 ;
3737 /* Unified with background */
3838
3939 --ifm-font-color-base : # eceef2 ;
6868 background : var (--ifm-navbar-background-color );
6969}
7070
71+ .navbar__title {
72+ font-weight : 600 ;
73+ padding-bottom : 2px ;
74+ /* Prevent 'g' clipping */
75+ }
76+
7177
7278.footer {
7379 background-color : var (--ifm-background-color ) !important ;
Original file line number Diff line number Diff line change 1111 background : radial-gradient (circle at 50% 120% , # 120124 0% , # 030107 100% );
1212}
1313
14+ .heroBanner ::after {
15+ content : '' ;
16+ position : absolute;
17+ bottom : 0 ;
18+ left : 0 ;
19+ right : 0 ;
20+ height : 150px ;
21+ background : linear-gradient (to bottom, transparent, # 050507 );
22+ pointer-events : none;
23+ z-index : 2 ;
24+ }
25+
1426
1527
1628.heroBanner : global (.container ) {
2840 -webkit-background-clip : text;
2941 background-clip : text;
3042 -webkit-text-fill-color : transparent;
31- line-height : 1.1 ;
43+ line-height : 1.25 ;
44+ /* Increased to prevent clipping of 'g' descenders */
45+ padding-bottom : 0.1em ;
46+ /* Extra breathing room */
3247}
3348
3449
You can’t perform that action at this time.
0 commit comments