@@ -2405,6 +2405,89 @@ body[data-theme="liquidglass"] .site-footer {
24052405 padding : 0.52rem 0.8rem ;
24062406}
24072407
2408+ /* Performance pass: keep Liquid Glass style, reduce GPU-heavy compositing. */
2409+ body [data-theme = "liquidglass" ] .hero ::before ,
2410+ body [data-theme = "liquidglass" ] .panel ::before ,
2411+ body [data-theme = "liquidglass" ] .chaos-card ::before ,
2412+ body [data-theme = "liquidglass" ] .favorite-card ::before ,
2413+ body [data-theme = "liquidglass" ] .fact-card ::before ,
2414+ body [data-theme = "liquidglass" ] .glass-card ::before ,
2415+ body [data-theme = "liquidglass" ] .repo-card ::before ,
2416+ body [data-theme = "liquidglass" ] .contact-item ::before ,
2417+ body [data-theme = "liquidglass" ] .mini-terminal ::before ,
2418+ body [data-theme = "liquidglass" ] .quiz-board ::before ,
2419+ body [data-theme = "liquidglass" ] .command-shell ::before ,
2420+ body [data-theme = "liquidglass" ] .hero ::after ,
2421+ body [data-theme = "liquidglass" ] .panel ::after {
2422+ content : none;
2423+ }
2424+
2425+ body [data-theme = "liquidglass" ] .site-header ,
2426+ body [data-theme = "liquidglass" ] .hero ,
2427+ body [data-theme = "liquidglass" ] .panel ,
2428+ body [data-theme = "liquidglass" ] .command-shell ,
2429+ body [data-theme = "liquidglass" ] .mini-terminal ,
2430+ body [data-theme = "liquidglass" ] .mini-terminal-screen ,
2431+ body [data-theme = "liquidglass" ] .quiz-board ,
2432+ body [data-theme = "liquidglass" ] .terminal ,
2433+ body [data-theme = "liquidglass" ] .chaos-card ,
2434+ body [data-theme = "liquidglass" ] .favorite-card ,
2435+ body [data-theme = "liquidglass" ] .fact-card ,
2436+ body [data-theme = "liquidglass" ] .glass-card ,
2437+ body [data-theme = "liquidglass" ] .repo-card ,
2438+ body [data-theme = "liquidglass" ] .contact-item ,
2439+ body [data-theme = "liquidglass" ] .btn ,
2440+ body [data-theme = "liquidglass" ] .egg-btn ,
2441+ body [data-theme = "liquidglass" ] .theme-top-select ,
2442+ body [data-theme = "liquidglass" ] .theme-cycle-btn ,
2443+ body [data-theme = "liquidglass" ] .easter-toast {
2444+ backdrop-filter : none;
2445+ }
2446+
2447+ body [data-theme = "liquidglass" ] .site-header {
2448+ box-shadow : 0 10px 24px rgba (2 , 10 , 28 , 0.3 ), inset 0 1px 0 rgba (255 , 255 , 255 , 0.12 );
2449+ }
2450+
2451+ body [data-theme = "liquidglass" ] .hero ,
2452+ body [data-theme = "liquidglass" ] .panel ,
2453+ body [data-theme = "liquidglass" ] .command-shell ,
2454+ body [data-theme = "liquidglass" ] .mini-terminal ,
2455+ body [data-theme = "liquidglass" ] .quiz-board ,
2456+ body [data-theme = "liquidglass" ] .chaos-card ,
2457+ body [data-theme = "liquidglass" ] .favorite-card ,
2458+ body [data-theme = "liquidglass" ] .fact-card ,
2459+ body [data-theme = "liquidglass" ] .glass-card ,
2460+ body [data-theme = "liquidglass" ] .repo-card ,
2461+ body [data-theme = "liquidglass" ] .contact-item {
2462+ box-shadow : 0 8px 20px rgba (2 , 10 , 28 , 0.24 ), inset 0 1px 0 rgba (255 , 255 , 255 , 0.1 );
2463+ }
2464+
2465+ body [data-theme = "liquidglass" ] .hero : hover ,
2466+ body [data-theme = "liquidglass" ] .panel : hover ,
2467+ body [data-theme = "liquidglass" ] .favorite-card : hover ,
2468+ body [data-theme = "liquidglass" ] .fact-card : hover ,
2469+ body [data-theme = "liquidglass" ] .glass-card : hover ,
2470+ body [data-theme = "liquidglass" ] .repo-card : hover ,
2471+ body [data-theme = "liquidglass" ] .contact-item : hover ,
2472+ body [data-theme = "liquidglass" ] .chaos-card : hover {
2473+ box-shadow : 0 10px 22px rgba (5 , 18 , 41 , 0.3 ), inset 0 1px 0 rgba (255 , 255 , 255 , 0.12 );
2474+ }
2475+
2476+ body [data-theme = "liquidglass" ] .favorite-card : hover ,
2477+ body [data-theme = "liquidglass" ] .fact-card : hover ,
2478+ body [data-theme = "liquidglass" ] .glass-card : hover ,
2479+ body [data-theme = "liquidglass" ] .repo-card : hover ,
2480+ body [data-theme = "liquidglass" ] .contact-item : hover ,
2481+ body [data-theme = "liquidglass" ] .chaos-card : hover {
2482+ transform : translateY (-1px );
2483+ }
2484+
2485+ body [data-theme = "liquidglass" ] .chips span ,
2486+ body [data-theme = "liquidglass" ] .theme-top-select ,
2487+ body [data-theme = "liquidglass" ] .theme-cycle-btn {
2488+ box-shadow : inset 0 1px 0 rgba (255 , 255 , 255 , 0.2 );
2489+ }
2490+
24082491.easter-toast .show {
24092492 opacity : 1 ;
24102493 transform : translateX (-50% ) translateY (0 );
0 commit comments