File tree 2 files changed +16
-6
lines changed
2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ const defaultCode = `
10
10
11
11
Edit me.
12
12
13
- ~~~ python hello.py
13
+ \`\`\` python hello.py
14
14
# mark[16:24]
15
15
print("This is Code Hike")
16
- ~~~
16
+ \`\`\`
17
17
18
18
` ;
19
19
@@ -57,6 +57,8 @@ function App() {
57
57
< span > v0.5.1</ span >
58
58
</ h1 >
59
59
</ a >
60
+ < a href = "https://codehike.org/docs" > Docs</ a >
61
+ < a href = "https://codehike.org/#demos" > Demos</ a >
60
62
</ header >
61
63
< main >
62
64
< SplitPane
Original file line number Diff line number Diff line change @@ -23,12 +23,13 @@ body,
23
23
header {
24
24
display : flex;
25
25
align-items : center;
26
- gap : 0.4 rem ;
26
+ gap : 0.8 rem ;
27
27
background-color : # 111 ;
28
28
color : # fafafa ;
29
29
height : 3.2rem ;
30
30
min-height : 3.2rem ;
31
31
border-bottom : 1px solid # 444 ;
32
+ padding : 0 1.5rem ;
32
33
}
33
34
34
35
header h1 {
@@ -46,11 +47,18 @@ header h1 span {
46
47
}
47
48
48
49
header a .code-hike {
50
+ gap : 0.5rem ;
51
+ display : flex;
52
+ margin-right : auto;
53
+ }
54
+
55
+ header a {
49
56
color : inherit;
50
57
text-decoration : inherit;
51
- display : flex;
52
- margin-left : 1.5rem ;
53
- gap : 0.5rem ;
58
+ font-size : 1.05rem ;
59
+ }
60
+ header a : hover {
61
+ color : rgb (179 , 209 , 245 );
54
62
}
55
63
56
64
header svg {
You can’t perform that action at this time.
0 commit comments