Update footer

This commit is contained in:
James Musselman 2024-07-08 17:08:58 -05:00
parent ef156e49d1
commit 2a825470c8
No known key found for this signature in database
GPG key ID: 1DAEFF35ECB5D6DB
2 changed files with 31 additions and 0 deletions

View file

@ -658,3 +658,28 @@ meter::-moz-meter-bar {
background-image: linear-gradient(0deg, var(--accent));
background-size: 100% 100%;
}
.kb-club a {
text-decoration: none;
color: #212121;
font-weight: bold;
background: #c8e6c9;
padding: 0.25rem 0;
font-family: sans-serif;
transition: 0.4s;
}
.kb-club a:hover {
background: #c3efc8;
}
.kb-club-bg,
.kb-club-no-bg {
border: 2px solid #4caf50;
padding: 0.25rem 0.5rem;
}
.kb-club-bg {
background: #4caf50;
color: #212121;
}

View file

@ -1 +1,7 @@
<div class="kb-club">
<a target="blank" href="https://512kb.club"
><span class="kb-club-no-bg">512KB Club</span
><span class="kb-club-bg">Green Team</span></a
>
</div>
<p>Copyright {{ now.Year }}. All rights reserved.</p>