Compare commits

...

2 Commits

Author SHA1 Message Date
edbrz9 d70779b95a add some swag to Q&A link 2022-12-30 22:51:17 +01:00
edbrz9 9f57527708 add error color 2022-12-30 22:20:15 +01:00
3 changed files with 24 additions and 2 deletions

View File

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

View File

@ -172,4 +172,20 @@ div.copied {
100% { 100% {
opacity: 0; 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> </form>
</main> </main>
<footer> <footer>
<a href="./qna.php"><span>?</span></a> <a class="qna-logo" href="./qna.php"><span>?</span></a>
</footer> </footer>
<div class="loading" v-show="loading"> <div class="loading" v-show="loading">
<h4>loading</h4> <h4>loading</h4>