@@ -13,7 +13,6 @@ html[data-theme="light"],
1313 --body-fg : # 333 ;
1414 --body-bg : # fff ;
1515 --body-quiet-color : # 666 ;
16- --body-medium-color : # 444 ;
1716 --body-loud-color : # 000 ;
1817
1918 --header-color : # ffc ;
@@ -85,8 +84,6 @@ html[data-theme="light"],
8584 "Segoe UI Emoji" ,
8685 "Segoe UI Symbol" ,
8786 "Noto Color Emoji" ;
88-
89- color-scheme : light;
9087}
9188
9289html , body {
150147 margin : 0 0 20px ;
151148 font-weight : 300 ;
152149 font-size : 1.25rem ;
150+ color : var (--body-quiet-color );
153151}
154152
155153h2 {
@@ -165,15 +163,14 @@ h2.subhead {
165163h3 {
166164 font-size : 0.875rem ;
167165 margin : .8em 0 .3em 0 ;
168- color : var (--body-medium -color );
166+ color : var (--body-quiet -color );
169167 font-weight : bold;
170168}
171169
172170h4 {
173171 font-size : 0.75rem ;
174172 margin : 1em 0 .8em 0 ;
175173 padding-bottom : 3px ;
176- color : var (--body-medium-color );
177174}
178175
179176h5 {
@@ -220,10 +217,6 @@ fieldset {
220217 border-top : 1px solid var (--hairline-color );
221218}
222219
223- details summary {
224- cursor : pointer;
225- }
226-
227220blockquote {
228221 font-size : 0.6875rem ;
229222 color : # 777 ;
@@ -320,7 +313,7 @@ td, th {
320313}
321314
322315th {
323- font-weight : 500 ;
316+ font-weight : 600 ;
324317 text-align : left;
325318}
326319
@@ -341,7 +334,7 @@ tfoot td {
341334}
342335
343336thead th .required {
344- font-weight : bold ;
337+ color : var ( --body-loud-color ) ;
345338}
346339
347340tr .alt {
@@ -489,13 +482,8 @@ textarea {
489482 vertical-align : top;
490483}
491484
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 {
499487 border : 1px solid var (--border-color );
500488 border-radius : 4px ;
501489 padding : 5px 6px ;
@@ -504,13 +492,9 @@ input[type=url], input[type=number], input[type=tel], textarea, select,
504492 background-color : var (--body-bg );
505493}
506494
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 {
514498 border-color : var (--body-quiet-color );
515499}
516500
@@ -894,10 +878,9 @@ a.deletelink:focus, a.deletelink:hover {
894878 margin-right : -300px ;
895879}
896880
897- @media (forced-colors : active) {
898- # content-related {
899- border : 1px solid;
900- }
881+ # footer {
882+ clear : both;
883+ padding : 10px ;
901884}
902885
903886/* COLUMN TYPES */
@@ -945,12 +928,6 @@ a.deletelink:focus, a.deletelink:hover {
945928 text-decoration : underline;
946929}
947930
948- @media (forced-colors : active) {
949- # header {
950- border-bottom : 1px solid;
951- }
952- }
953-
954931# branding {
955932 display : flex;
956933}
0 commit comments