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
179179
180180html [data-theme = "light" ] {
181181 --pst-color-primary : var (--pyos-color-primary );
182- --pst-color-primary-text : # fff ;
182+ --pst-color-primary-text : # 272424 ;
183183 --pst-color-primary-highlight : # 053f49 ;
184184 --sd-color-primary : var (--pst-color-primary );
185185 --sd-color-primary-text : var (--pst-color-primary-text );
@@ -405,7 +405,7 @@ aside.footnote {
405405/* Make the first column in a table a "header" like thing */
406406
407407/* Dark mode fix for tables */
408- @media (prefers-color-scheme : dark) {
408+ @media (data-theme = " dark" ) {
409409 td : not (.row-header ): nth-child (1 ) {
410410 background-color : var (--pst-color-tbl-row ); /* Adjust the dark mode color */
411411 color : # ffffff ; /* Adjust the text color for better contrast */
You can’t perform that action at this time.
0 commit comments