|
21 | 21 | color: #333; |
22 | 22 | } |
23 | 23 | } |
24 | | - |
25 | 24 | body { |
26 | 25 | text-align: left; |
27 | 26 | min-height: 100vh; |
@@ -233,7 +232,6 @@ ul.links li a, ul.links li form { |
233 | 232 | background-color: #f7f7f7; |
234 | 233 | } |
235 | 234 | } |
236 | | - |
237 | 235 | pre { |
238 | 236 | padding: 0.5rem 1rem; |
239 | 237 | margin: 1em 0; |
@@ -1046,27 +1044,22 @@ table.fancy th { |
1046 | 1044 | @media (prefers-color-scheme: dark) { |
1047 | 1045 | table.fancy td, table.properties td, |
1048 | 1046 | table.fancy th, table.properties th { |
1049 | | - padding: 0.15em 0.45em; |
1050 | 1047 | background: #333; |
1051 | 1048 | } |
1052 | 1049 | table.dataTable.compact.fancy tbody th, |
1053 | 1050 | table.dataTable.compact.fancy tbody td { |
1054 | | - padding: 6px 10px; |
1055 | | - line-height: normal; |
1056 | 1051 | background: #333; |
1057 | 1052 | } |
1058 | 1053 | } |
1059 | 1054 |
|
1060 | | -@media (prefers-color-scheme: light) { |
1061 | | - table.fancy td, table.properties td, |
1062 | | - table.fancy th, table.properties th { |
1063 | | - padding: 0.15em 0.45em; |
1064 | | - } |
1065 | | - table.dataTable.compact.fancy tbody th, |
1066 | | - table.dataTable.compact.fancy tbody td { |
1067 | | - padding: 6px 10px; |
1068 | | - line-height: normal; |
1069 | | - } |
| 1055 | +table.fancy td, table.properties td, |
| 1056 | +table.fancy th, table.properties th { |
| 1057 | + padding: 0.15em 0.45em; |
| 1058 | +} |
| 1059 | +table.dataTable.compact.fancy tbody th, |
| 1060 | +table.dataTable.compact.fancy tbody td { |
| 1061 | + padding: 6px 10px; |
| 1062 | + line-height: normal; |
1070 | 1063 | } |
1071 | 1064 |
|
1072 | 1065 | ul.searchresults li { |
|
0 commit comments