@@ -40,25 +40,31 @@ html {
4040 --border : 0.1rem solid transparent ;
4141 --pagefind-ui-font : roboto, Arial , Helvetica , sans-serif ;
4242 --outline-focus-indicator : #257fa8 ;
43+
44+ @media print {
45+ --bg-neutral : white ;
46+ }
4347}
4448
4549html [data-theme = " dark" ] {
46- --pagefind-ui-text : #fff ;
47- --link-default : #ff6b3d ;
48- --link-hovered : #ff8a5b ;
49- --link-special : #ffffff ;
50- --bg-default : #151b23 ;
51- --bg-neutral : #0d1117 ;
52- --color-onLight : #ffffff ;
53- --color-table-border : #555 ;
54- --color-body : #e0e0e0 ;
55- --pagefind-ui-border : #555 ;
56- --box-shadow : 0 0.4rem 1rem rgba (0 , 0 , 0 , 0.5 );
57- --box-shadow-light : 0.4rem 0.4rem 0.4rem rgba (0 , 0 , 0 , 0.3 );
58- --pagefind-ui-background : var (--bg-default );
59- --highlight-color-tip : #1a4a5c ;
60- --highlight-color-inofficial : #2a2d30 ;
61- --highlight-color-important : #4a2a1a ;
62- --border : 0.1rem solid #3d444d ;
63- --outline-focus-indicator : #2e9acb ;
50+ @media screen {
51+ --pagefind-ui-text : #fff ;
52+ --link-default : #ff6b3d ;
53+ --link-hovered : #ff8a5b ;
54+ --link-special : #ffffff ;
55+ --bg-default : #151b23 ;
56+ --bg-neutral : #0d1117 ;
57+ --color-onLight : #ffffff ;
58+ --color-table-border : #555 ;
59+ --color-body : #e0e0e0 ;
60+ --pagefind-ui-border : #555 ;
61+ --box-shadow : 0 0.4rem 1rem rgba (0 , 0 , 0 , 0.5 );
62+ --box-shadow-light : 0.4rem 0.4rem 0.4rem rgba (0 , 0 , 0 , 0.3 );
63+ --pagefind-ui-background : var (--bg-default );
64+ --highlight-color-tip : #1a4a5c ;
65+ --highlight-color-inofficial : #2a2d30 ;
66+ --highlight-color-important : #4a2a1a ;
67+ --border : 0.1rem solid #3d444d ;
68+ --outline-focus-indicator : #2e9acb ;
69+ }
6470}
0 commit comments