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 @@ -1022,15 +1022,30 @@ table.fancy th {
1022
1022
background : # f0f0f0 ;
1023
1023
}
1024
1024
1025
- table .fancy td , table .properties td ,
1026
- table .fancy th , table .properties th {
1027
- padding : 0.15em 0.45em ;
1025
+ @media (prefers-color-scheme : dark) {
1026
+ table .fancy td , table .properties td ,
1027
+ table .fancy th , table .properties th {
1028
+ padding : 0.15em 0.45em ;
1029
+ background : # 333 ;
1030
+ }
1031
+ table .dataTable .compact .fancy tbody th ,
1032
+ table .dataTable .compact .fancy tbody td {
1033
+ padding : 6px 10px ;
1034
+ line-height : normal;
1035
+ background : # 333 ;
1036
+ }
1028
1037
}
1029
1038
1030
- table .dataTable .compact .fancy tbody th ,
1031
- table .dataTable .compact .fancy tbody td {
1039
+ @media (prefers-color-scheme : light) {
1040
+ table .fancy td , table .properties td ,
1041
+ table .fancy th , table .properties th {
1042
+ padding : 0.15em 0.45em ;
1043
+ }
1044
+ table .dataTable .compact .fancy tbody th ,
1045
+ table .dataTable .compact .fancy tbody td {
1032
1046
padding : 6px 10px ;
1033
1047
line-height : normal;
1048
+ }
1034
1049
}
1035
1050
1036
1051
ul .searchresults li {
You can’t perform that action at this time.
0 commit comments