File tree 2 files changed +15
-13
lines changed
2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 10
10
.keyboard nav button {
11
11
display : inline-block;
12
12
box-sizing : border-box;
13
- margin : 0.5 em ;
14
- padding : 0 10 px ;
13
+ margin : 1 px ;
14
+ padding : 0 6 px ;
15
15
font-size : 1em ;
16
- height : 2.5em ;
17
- line-height : 2.5em ;
18
- text-decoration : none;
16
+ height : 2.3em ;
17
+ line-height : 2.3em ;
19
18
font-family : sans-serif;
20
19
21
- color : # 333 ;
22
20
background-color : # e4e4e4 ;
23
21
border : 1px solid # 6668 ;
24
22
border-radius : 5px ;
27
25
.keyboard nav button {
28
26
font-weight : bold;
29
27
cursor : pointer;
28
+ color : # 333 ;
30
29
}
31
30
32
31
.keyboard [disabled ] {
71
70
border : 5px solid # 0004 ;
72
71
}
73
72
.keyboard nav a ,
73
+ .keyboard nav button {
74
+ background-color : # 333 ;
75
+ /* border: 1px solid #7778; */
76
+ }
74
77
.keyboard nav button {
75
78
color : # ccc ;
76
- background-color : # 444 ;
77
- border : 1px solid # 7778 ;
78
79
}
79
80
}
Original file line number Diff line number Diff line change 20
20
</ dialog >
21
21
{{ end }}
22
22
< nav >
23
- {{ with .Get "layout" }}
24
- < a href ="/dactylo#{{ . }} "> ⌨ Apprendre</ a >
25
- {{ end }}
26
- < button disabled > ⇪ Tester !</ button >
27
23
{{ with .Get "href" }}
28
- < a href ="{{ . }} "> ⇣ Installer</ a >
24
+ < a href ="{{ . }} "> < span > ⇣</ span > Installer</ a >
25
+ {{ end }}
26
+ {{ with .Get "layout" }}
27
+ < button disabled > ⇪ Tester</ button >
28
+ < a href ="/stats/#/{{ . }}//en+fr "> < span > 𝚺</ span > Stats</ a >
29
+ < a href ="/dactylo/#{{ . }} "> < span > ⌨</ span > Apprendre</ a >
29
30
{{ end }}
30
31
</ nav >
31
32
{{ end }}
You can’t perform that action at this time.
0 commit comments