Skip to content

Commit 472be20

Browse files
committed
link to source
1 parent 15e9ec9 commit 472be20

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,11 @@ <h1>
118118

119119
</div>
120120

121+
<footer>
122+
<p>
123+
<a href="https://github.com/0dataapp/spec-check">open-source</a>
124+
</p>
125+
</footer>
126+
121127
</body>
122128
</html>

style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ header img {
6363
width: 32px;
6464
}
6565

66-
header a:not([aria-hidden="true"]) {
66+
header a:not([aria-hidden="true"]), footer a {
6767
opacity: 0.6;
6868
}
6969

@@ -72,6 +72,15 @@ header a {
7272
text-decoration: none;
7373
}
7474

75+
footer {
76+
display: flex;
77+
justify-content: center;
78+
}
79+
80+
footer a {
81+
color: var(--body-color);
82+
}
83+
7584
/* mocha */
7685

7786
#mocha .result {

0 commit comments

Comments
 (0)