Update footer
This commit is contained in:
parent
ef156e49d1
commit
2a825470c8
2 changed files with 31 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue