File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,12 @@ body {
39
39
border-bottom : 1px solid # 4a4a4a ;
40
40
padding-bottom : 0.25em ;
41
41
}
42
+
43
+ .github-link {
44
+ color : # 008080 ;
45
+ text-decoration : none;
46
+ }
47
+
48
+ .github-link : hover {
49
+ text-decoration : underline;
50
+ }
Original file line number Diff line number Diff line change 13
13
< div >
14
14
< div >
15
15
< h1 class ="logo "> @skyra/discord-components-core</ h1 >
16
- < span > [< a target ="_blank " rel ="noopener noreferrer " href ="https://github.com/skyra-project/discord-components/ "> Github</ a > ]</ span >
16
+ < span
17
+ > [< a class ="github-link " target ="_blank " rel ="noopener noreferrer " href ="https://github.com/skyra-project/discord-components/ "
18
+ > Github</ a
19
+ > ]</ span
20
+ >
17
21
</ div >
18
22
19
23
< main id ="demo ">
You can’t perform that action at this time.
0 commit comments