File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
themes/virgula/stylesheets Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -286,18 +286,19 @@ a:hover,
286286summary : hover {
287287 color : # 003078 ;
288288}
289- a : focus ,
290- a : focus code {
289+ a : focus {
291290 outline : none;
292- background-color : # ffdd00 ;
291+ text-decoration : underline;
292+ text-underline-offset : 0.125em ;
293+ text-decoration-thickness : 0.0625em ;
293294}
294295a : active ,
295296summary : active {
296297 color : # 0b0c0c ;
297298}
298299label {
299- display : inline ;
300- margin : 0rem ;
300+ display : block ;
301+ margin : 0.3 rem 0rem ;
301302}
302303select [disabled ],
303304textarea [disabled ],
@@ -491,6 +492,8 @@ div.doaction a:hover,
491492button : hover ,
492493div .doaction a : focus ,
493494button : focus {
495+ outline : none;
496+ text-decoration : none;
494497 background-color : # 003078 ;
495498}
496499div .doaction a : active ,
@@ -519,10 +522,10 @@ article.audio audio {
519522 width : 100% ;
520523}
521524* : focus ,
522- div .doaction a : focus ,
523525section .photo > a : focus ,
524526section a : has (img ): focus {
525- outline : # ffdd00 solid 4px ;
527+ outline : # ffdd00 solid 2px ;
528+ outline-offset : 2px ;
526529}
527530# comment_shim {
528531 display : none;
You can’t perform that action at this time.
0 commit comments