Compare commits
No commits in common. "d70779b95a79c13d49163a8bca9b331bf3b14983" and "0a7d43a8ef091f7b3ece13337c3d08960a00d4d3" have entirely different histories.
d70779b95a
...
0a7d43a8ef
|
@ -2,8 +2,7 @@
|
||||||
--black: #232D37;
|
--black: #232D37;
|
||||||
--white: #FAE2D3;
|
--white: #FAE2D3;
|
||||||
--success: #3CB57F;
|
--success: #3CB57F;
|
||||||
--fail: #F52D0A;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
|
@ -13,9 +12,4 @@ body {
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
|
||||||
|
|
||||||
section.error {
|
|
||||||
background-color: var(--fail);
|
|
||||||
color: var(--white)
|
|
||||||
}
|
}
|
|
@ -172,20 +172,4 @@ 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;
|
|
||||||
}
|
}
|
|
@ -24,7 +24,7 @@
|
||||||
</form>
|
</form>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<a class="qna-logo" href="./qna.php"><span>?</span></a>
|
<a 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>
|
||||||
|
|
Loading…
Reference in New Issue