File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2257,15 +2257,15 @@ The Focus-Indicated Pseudo-class: '':focus-visible''</h3>
22572257
22582258 <pre highlight=css>
22592259 :root {
2260- focus-gold: #ffbf47;
2260+ -- focus-gold: #ffbf47;
22612261 }
22622262
22632263 :focus-visible {
2264- outline: 3px solid -- var(focus-gold);
2264+ outline: 3px solid var(-- focus-gold);
22652265 }
22662266
22672267 a:focus-visible {
2268- background-color: -- var(focus-gold);
2268+ background-color: var(-- focus-gold);
22692269 }
22702270 </pre>
22712271 </div>
@@ -2320,7 +2320,7 @@ The Focus-Indicated Pseudo-class: '':focus-visible''</h3>
23202320 }
23212321
23222322 :focus-visible {
2323- outline: 3px solid -- var(focus-gold);
2323+ outline: 3px solid var(-- focus-gold);
23242324 }
23252325 </div>
23262326
You can’t perform that action at this time.
0 commit comments