we still alive? (turn the whole thing BLUE cuz BLUE is awesome)

This commit is contained in:
hex (asiago) 2024-06-03 08:10:25 +02:00
parent f720e61152
commit 33905ce90d
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,3 @@
<div id="footer-content">
<a href="https://git.clatter.cc/hexlocation/disseminate">powered by Disseminate</a>
<a style="color: gray !important; opacity: 30%;" href="https://git.clatter.cc/hexlocation/disseminate">powered by Disseminate</a>
</div>

View file

@ -12,7 +12,7 @@
text-align: center;
}
#link-container a {
color: #808080 !important;
color: #82d3ff !important;
}
#link-container {
display: flex;
@ -28,10 +28,12 @@
a {
text-decoration: none;
decoration: none;
color: orange;
color: #82d3ff;
}
table td {
color: orange;
color: #82d3ff;
line-height: 25px;
text-decoration: underline;
}
table {
width: 100%;