File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ ugly scrollbar to show all the time
179
179
180
180
html [data-theme = "light" ] {
181
181
--pst-color-primary : var (--pyos-color-primary );
182
- --pst-color-primary-text : # fff ;
182
+ --pst-color-primary-text : # 272424 ;
183
183
--pst-color-primary-highlight : # 053f49 ;
184
184
--sd-color-primary : var (--pst-color-primary );
185
185
--sd-color-primary-text : var (--pst-color-primary-text );
@@ -405,7 +405,7 @@ aside.footnote {
405
405
/* Make the first column in a table a "header" like thing */
406
406
407
407
/* Dark mode fix for tables */
408
- @media (prefers-color-scheme : dark) {
408
+ @media (data-theme = " dark" ) {
409
409
td : not (.row-header ): nth-child (1 ) {
410
410
background-color : var (--pst-color-tbl-row ); /* Adjust the dark mode color */
411
411
color : # ffffff ; /* Adjust the text color for better contrast */
You can’t perform that action at this time.
0 commit comments