File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ $link-default: #ba3d12;
99$link-special : #000000 ;
1010$bg-default : #ffffff ;
1111$bg-neutral : #ebe9e1 ;
12- $bg-accent : #ffd900 ;
13- $bg-accent2 : #daba00 ;
14- $bg-accent3 : #fff284 ;
12+ $bg-accent : #ffff00 ;
13+ $bg-code : #fff284 ;
1514$color-onLight : #000000 ;
1615$color-table-border : #5b5b5b ;
1716
2423 --bg-default : #{$bg-default } ;
2524 --bg-neutral : #{$bg-neutral } ;
2625 --bg-accent : #{$bg-accent } ;
27- --bg-accent2 : #{$bg-accent2 } ;
28- --bg-accent3 : #{$bg-accent3 } ;
26+ --bg-code : #{$bg-code } ;
2927 --color-onLight : #{$color-onLight } ;
3028 --color-table-border : #{$color-table-border } ;
3129 --color-body : rgb (33 , 37 , 41 );
@@ -51,9 +49,6 @@ html[data-theme="dark"] {
5149 --link-special : #ffffff ;
5250 --bg-default : #151b23 ;
5351 --bg-neutral : #0d1117 ;
54- --bg-accent : #86761a ;
55- --bg-accent2 : #daba00 ;
56- --bg-accent3 : #fff284 ;
5752 --color-onLight : #ffffff ;
5853 --color-table-border : #555 ;
5954 --color-body : #e0e0e0 ;
Original file line number Diff line number Diff line change 1010 font-size : inherit ;
1111 font-weight : 700 ;
1212 color : $color-onLight ;
13- background-color : var (--bg-accent3 );
13+ background-color : var (--bg-code );
1414 padding : 0.2rem 0.8rem ;
1515 border-radius : var (--border-radius-s );
1616
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ $search-z-index: 12;
127127
128128 .pagefind-ui--reset mark {
129129 background-color : var (--bg-accent );
130- color : var ( --color-body ) ;
130+ color : black ;
131131 }
132132
133133 button .pagefind-ui__button {
Original file line number Diff line number Diff line change @@ -343,6 +343,7 @@ img {
343343.pagefind-highlight {
344344 padding : 0 ;
345345 background-color : var (--bg-accent );
346+ color : black ;
346347}
347348
348349.sr-only {
You can’t perform that action at this time.
0 commit comments