Skip to content

Commit f1f96ff

Browse files
committed
style: a better colour for the github link
1 parent dd53cf8 commit f1f96ff

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/core/demo/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,12 @@ body {
3939
border-bottom: 1px solid #4a4a4a;
4040
padding-bottom: 0.25em;
4141
}
42+
43+
.github-link {
44+
color: #008080;
45+
text-decoration: none;
46+
}
47+
48+
.github-link:hover {
49+
text-decoration: underline;
50+
}

packages/core/demo/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
<div>
1414
<div>
1515
<h1 class="logo">&#64;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+
>
1721
</div>
1822

1923
<main id="demo">

0 commit comments

Comments
 (0)