Compare commits

..

No commits in common. "d70779b95a79c13d49163a8bca9b331bf3b14983" and "0a7d43a8ef091f7b3ece13337c3d08960a00d4d3" have entirely different histories.

3 changed files with 2 additions and 24 deletions

View File

@ -2,7 +2,6 @@
--black: #232D37;
--white: #FAE2D3;
--success: #3CB57F;
--fail: #F52D0A;
}
body {
@ -14,8 +13,3 @@ a {
color: inherit;
text-decoration: none;
}
section.error {
background-color: var(--fail);
color: var(--white)
}

View File

@ -173,19 +173,3 @@ div.copied {
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 class="qna-logo" href="./qna.php"><span>?</span></a>
<a href="./qna.php"><span>?</span></a>
</footer>
<div class="loading" v-show="loading">
<h4>loading</h4>