we still alive? (turn the whole thing BLUE cuz BLUE is awesome)
This commit is contained in:
parent
f720e61152
commit
33905ce90d
2 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue