style: link colors in footer
This commit is contained in:
parent
7f97bd8287
commit
a85bc511ac
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@ import {VERSION} from '../consts';
|
|||
display: flex;
|
||||
font-size: small;
|
||||
|
||||
a {
|
||||
color: var(--gray)
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--accent)
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
|
|
Loading…
Reference in a new issue