File tree 1 file changed +20
-5
lines changed
1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -987,15 +987,30 @@ table.fancy th {
987
987
background : # f0f0f0 ;
988
988
}
989
989
990
- table .fancy td , table .properties td ,
991
- table .fancy th , table .properties th {
992
- padding : 0.15em 0.45em ;
990
+ @media (prefers-color-scheme : dark) {
991
+ table .fancy td , table .properties td ,
992
+ table .fancy th , table .properties th {
993
+ padding : 0.15em 0.45em ;
994
+ background : # 333 ;
995
+ }
996
+ table .dataTable .compact .fancy tbody th ,
997
+ table .dataTable .compact .fancy tbody td {
998
+ padding : 6px 10px ;
999
+ line-height : normal;
1000
+ background : # 333 ;
1001
+ }
993
1002
}
994
1003
995
- table .dataTable .compact .fancy tbody th ,
996
- table .dataTable .compact .fancy tbody td {
1004
+ @media (prefers-color-scheme : light) {
1005
+ table .fancy td , table .properties td ,
1006
+ table .fancy th , table .properties th {
1007
+ padding : 0.15em 0.45em ;
1008
+ }
1009
+ table .dataTable .compact .fancy tbody th ,
1010
+ table .dataTable .compact .fancy tbody td {
997
1011
padding : 6px 10px ;
998
1012
line-height : normal;
1013
+ }
999
1014
}
1000
1015
1001
1016
ul .searchresults li {
You can’t perform that action at this time.
0 commit comments