This commit is contained in:
parent
f537273fd8
commit
19711f2153
10 changed files with 2602 additions and 2 deletions
|
@ -276,14 +276,21 @@ input,select,textarea{width:100%;background:transparent;color:var(--text);border
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.footer-links {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.contact-link,
|
||||
.source-link {
|
||||
color: var(--accent);
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
transition: color 0.2s ease;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.contact-link:hover,
|
||||
.source-link:hover {
|
||||
color: var(--accent2);
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue