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 19
19
padding : 0.4em 0.5em ;
20
20
color : # 000 ;
21
21
text-decoration : none;
22
+ outline : 0 ;
23
+ }
24
+
25
+ a : focus {
26
+ background : # fffaee ;
22
27
}
23
28
24
29
a : hover {
25
- color : # 000 ;
26
30
background : # f5f5f5 ;
27
31
}
28
32
Original file line number Diff line number Diff line change @@ -19,9 +19,12 @@ display: block;
19
19
padding: 0.4em 0.5em;
20
20
color: #000;
21
21
text-decoration: none;
22
+ outline: 0;
23
+ }
24
+ a:focus {
25
+ background: #fffaee;
22
26
}
23
27
a:hover {
24
- color: #000;
25
28
background: #f5f5f5;
26
29
}
27
30
input, button {
Original file line number Diff line number Diff line change 1
1
{{$subItemPrefix := .SubItemPrefix}}
2
2
<!DOCTYPE html>
3
- < html >
3
+ < html lang ="" >
4
4
< head >
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 "/>
6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge "/>
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
const pageTplStr = `
11
11
{{$subItemPrefix := .SubItemPrefix}}
12
12
<!DOCTYPE html>
13
- <html>
13
+ <html lang="" >
14
14
<head>
15
15
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
16
16
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
You can’t perform that action at this time.
0 commit comments