fixed credit color

This commit is contained in:
Sophia Atkinson 2023-01-25 19:15:13 -08:00
parent 5ec6827dcc
commit da5e14887e
4 changed files with 12 additions and 3 deletions

View File

@ -24,7 +24,7 @@
</div>
<div class="footer">
<p class="align-center">&copy;2023 Wade Waters</p>
<p class="align-center">Developed by <a href="https://sophia.wtf">Sophia Atkinson</a></p>
<p class="align-center">Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
</div>
</body>
</html>

View File

@ -58,6 +58,15 @@ div.footer{
width: 100%;
overflow: hidden;
}
.sa-credit{
border-bottom-color: transparent;
text-decoration: none;
}
.sa-credit:hover{
border-bottom-color: transparent;
text-decoration: none;
color: #7289DA !important;
}
sub {
color: #fff;
font-family: monospace, monospace;

View File

@ -23,7 +23,7 @@
</div>
<div class="footer">
<p class="align-center">&copy;2023 Wade Waters</p>
<p class="align-center">Developed by <a href="https://sophia.wtf">Sophia Atkinson</a></p>
<p class="align-center">Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
</div>
</body>
</html>

View File

@ -23,7 +23,7 @@
</div>
<div class="footer">
<p class="align-center">&copy;2023 Wade Waters</p>
<p class="align-center">Developed by <a href="https://sophia.wtf">Sophia Atkinson</a></p>
<p class="align-center">Developed by <a class="sa-credit" href="https://sophia.wtf">Sophia Atkinson</a></p>
</div>
</body>
</html>