We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e9ec9 commit 472be20Copy full SHA for 472be20
2 files changed
index.html
@@ -118,5 +118,11 @@ <h1>
118
119
</div>
120
121
+<footer>
122
+ <p>
123
+ <a href="https://github.com/0dataapp/spec-check">open-source</a>
124
+ </p>
125
+</footer>
126
+
127
</body>
128
</html>
style.css
@@ -63,7 +63,7 @@ header img {
63
width: 32px;
64
}
65
66
-header a:not([aria-hidden="true"]) {
+header a:not([aria-hidden="true"]), footer a {
67
opacity: 0.6;
68
69
@@ -72,6 +72,15 @@ header a {
72
text-decoration: none;
73
74
75
+footer {
76
+ display: flex;
77
+ justify-content: center;
78
+}
79
80
+footer a {
81
+ color: var(--body-color);
82
83
84
/* mocha */
85
86
#mocha .result {
0 commit comments