Adding kofi link, why not
This commit is contained in:
parent
bdecb6bbab
commit
f8d45f957a
3 changed files with 36 additions and 9 deletions
|
|
@ -591,6 +591,21 @@
|
|||
flex-direction: column;
|
||||
gap: 15px;
|
||||
color: greenyellow;
|
||||
|
||||
a {
|
||||
color: #0f0;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted rgba(0, 255, 0, 0.5);
|
||||
transition: all 0.3s ease;
|
||||
|
||||
&:hover {
|
||||
color: cyan;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: rgba(0, 255, 0, 0.8);
|
||||
text-shadow: 0 0 10px rgba(0, 255, 0, 0.8);
|
||||
background: rgba(0, 255, 0, 0.05);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.contact-email,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue