add some swag to Q&A link

This commit is contained in:
edbrz9 2022-12-30 22:51:17 +01:00
parent 9f57527708
commit d70779b95a
2 changed files with 17 additions and 1 deletions

View File

@ -172,4 +172,20 @@ div.copied {
100% {
opacity: 0;
}
}
footer a.qna-logo {
background-color: var(--black);
color: var(--white);
width: 40px;
height: 40px;
display: inline-flex;
justify-content: center;
align-content: center;
border-radius: 50%
}
footer a.qna-logo span {
padding-top: 6px;
font-size: 1.4rem;
}

View File

@ -24,7 +24,7 @@
</form>
</main>
<footer>
<a href="./qna.php"><span>?</span></a>
<a class="qna-logo" href="./qna.php"><span>?</span></a>
</footer>
<div class="loading" v-show="loading">
<h4>loading</h4>