@@ -13,7 +13,6 @@ html[data-theme="light"],
13
13
--body-fg : # 333 ;
14
14
--body-bg : # fff ;
15
15
--body-quiet-color : # 666 ;
16
- --body-medium-color : # 444 ;
17
16
--body-loud-color : # 000 ;
18
17
19
18
--header-color : # ffc ;
@@ -85,8 +84,6 @@ html[data-theme="light"],
85
84
"Segoe UI Emoji" ,
86
85
"Segoe UI Symbol" ,
87
86
"Noto Color Emoji" ;
88
-
89
- color-scheme : light;
90
87
}
91
88
92
89
html , body {
150
147
margin : 0 0 20px ;
151
148
font-weight : 300 ;
152
149
font-size : 1.25rem ;
150
+ color : var (--body-quiet-color );
153
151
}
154
152
155
153
h2 {
@@ -165,15 +163,14 @@ h2.subhead {
165
163
h3 {
166
164
font-size : 0.875rem ;
167
165
margin : .8em 0 .3em 0 ;
168
- color : var (--body-medium -color );
166
+ color : var (--body-quiet -color );
169
167
font-weight : bold;
170
168
}
171
169
172
170
h4 {
173
171
font-size : 0.75rem ;
174
172
margin : 1em 0 .8em 0 ;
175
173
padding-bottom : 3px ;
176
- color : var (--body-medium-color );
177
174
}
178
175
179
176
h5 {
@@ -220,10 +217,6 @@ fieldset {
220
217
border-top : 1px solid var (--hairline-color );
221
218
}
222
219
223
- details summary {
224
- cursor : pointer;
225
- }
226
-
227
220
blockquote {
228
221
font-size : 0.6875rem ;
229
222
color : # 777 ;
@@ -320,7 +313,7 @@ td, th {
320
313
}
321
314
322
315
th {
323
- font-weight : 500 ;
316
+ font-weight : 600 ;
324
317
text-align : left;
325
318
}
326
319
@@ -341,7 +334,7 @@ tfoot td {
341
334
}
342
335
343
336
thead th .required {
344
- font-weight : bold ;
337
+ color : var ( --body-loud-color ) ;
345
338
}
346
339
347
340
tr .alt {
@@ -489,13 +482,8 @@ textarea {
489
482
vertical-align : top;
490
483
}
491
484
492
- /*
493
- Minifiers remove the default (text) "type" attribute from "input" HTML tags.
494
- Add input:not([type]) to make the CSS stylesheet work the same.
495
- */
496
- input : not ([type ]), input [type = text ], input [type = password ], input [type = email ],
497
- input [type = url ], input [type = number ], input [type = tel ], textarea , select ,
498
- .vTextField {
485
+ input [type = text ], input [type = password ], input [type = email ], input [type = url ],
486
+ input [type = number ], input [type = tel ], textarea , select , .vTextField {
499
487
border : 1px solid var (--border-color );
500
488
border-radius : 4px ;
501
489
padding : 5px 6px ;
@@ -504,13 +492,9 @@ input[type=url], input[type=number], input[type=tel], textarea, select,
504
492
background-color : var (--body-bg );
505
493
}
506
494
507
- /*
508
- Minifiers remove the default (text) "type" attribute from "input" HTML tags.
509
- Add input:not([type]) to make the CSS stylesheet work the same.
510
- */
511
- input : not ([type ]): focus , input [type = text ]: focus , input [type = password ]: focus ,
512
- input [type = email ]: focus , input [type = url ]: focus , input [type = number ]: focus ,
513
- input [type = tel ]: focus , textarea : focus , select : focus , .vTextField : focus {
495
+ input [type = text ]: focus , input [type = password ]: focus , input [type = email ]: focus ,
496
+ input [type = url ]: focus , input [type = number ]: focus , input [type = tel ]: focus ,
497
+ textarea : focus , select : focus , .vTextField : focus {
514
498
border-color : var (--body-quiet-color );
515
499
}
516
500
@@ -894,10 +878,9 @@ a.deletelink:focus, a.deletelink:hover {
894
878
margin-right : -300px ;
895
879
}
896
880
897
- @media (forced-colors : active) {
898
- # content-related {
899
- border : 1px solid;
900
- }
881
+ # footer {
882
+ clear : both;
883
+ padding : 10px ;
901
884
}
902
885
903
886
/* COLUMN TYPES */
@@ -945,12 +928,6 @@ a.deletelink:focus, a.deletelink:hover {
945
928
text-decoration : underline;
946
929
}
947
930
948
- @media (forced-colors : active) {
949
- # header {
950
- border-bottom : 1px solid;
951
- }
952
- }
953
-
954
931
# branding {
955
932
display : flex;
956
933
}
0 commit comments