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"> <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> </div>

View file

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