File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1919 padding : 0.4em 0.5em ;
2020 color : # 000 ;
2121 text-decoration : none;
22+ outline : 0 ;
23+ }
24+
25+ a : focus {
26+ background : # fffaee ;
2227}
2328
2429a : hover {
25- color : # 000 ;
2630 background : # f5f5f5 ;
2731}
2832
Original file line number Diff line number Diff line change @@ -19,9 +19,12 @@ display: block;
1919padding: 0.4em 0.5em;
2020color: #000;
2121text-decoration: none;
22+ outline: 0;
23+ }
24+ a:focus {
25+ background: #fffaee;
2226}
2327a:hover {
24- color: #000;
2528background: #f5f5f5;
2629}
2730input, button {
Original file line number Diff line number Diff line change 11{{$subItemPrefix := .SubItemPrefix}}
22<!DOCTYPE html>
3- < html >
3+ < html lang ="" >
44< head >
55 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 "/>
66 < meta http-equiv ="X-UA-Compatible " content ="IE=edge "/>
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010const pageTplStr = `
1111{{$subItemPrefix := .SubItemPrefix}}
1212<!DOCTYPE html>
13- <html>
13+ <html lang="" >
1414<head>
1515<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
1616<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
You can’t perform that action at this time.
0 commit comments