File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
< header >
15
15
< h1 > < i class ="fa fa-code "> </ i > Code Browser</ h1 >
16
- < p > < a href ="https://lzx0626.me " class ="blog-link "> Visit My Blog</ a > </ p >
16
+ < a href ="https://lzx0626.me " class ="header-link "> Visit My Blog</ a >
17
+ < a href ="https://github.com/DavidingPlus/code-browser " class ="header-link "> GitHub Repo</ a >
17
18
</ header >
18
19
19
20
< main id ="link-container ">
Original file line number Diff line number Diff line change @@ -28,20 +28,27 @@ header h1 {
28
28
font-size : 2em ;
29
29
}
30
30
31
- header .blog -link {
31
+ header .header -link {
32
32
display : inline-block;
33
33
margin-top : 1em ;
34
- padding : 0.5 em 1 em ;
34
+ padding : 0.6 em 1.2 em ;
35
35
text-decoration : none;
36
36
color : # 007acc ;
37
- font-size : 1em ;
37
+ font-size : 1.1em ;
38
+ /* Slightly increased font size */
39
+ font-weight : bold;
40
+ /* Bold text */
41
+ line-height : 1.4 ;
42
+ /* Adjusted line height for better readability */
43
+ letter-spacing : 0.05em ;
44
+ /* Added letter spacing */
38
45
border : 2px solid white;
39
46
border-radius : 5px ;
40
47
background-color : white;
41
48
transition : background-color 0.2s , color 0.2s , border-color 0.2s ;
42
49
}
43
50
44
- header .blog -link: hover {
51
+ header .header -link: hover {
45
52
background-color : # 4da6ff ;
46
53
/* Lighter blue for hover */
47
54
color : white;
You can’t perform that action at this time.
0 commit comments