fix: styles
This commit is contained in:
parent
9c56d99601
commit
629df90919
4 changed files with 10 additions and 13 deletions
|
@ -120,6 +120,7 @@
|
|||
word-spacing: -.125rem;
|
||||
color: var(--text-color);
|
||||
background-color: var(--background-color);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
|
@ -22,10 +22,6 @@
|
|||
transition-duration: 300ms;
|
||||
}
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
& a:hover img,
|
||||
& a:focus img,
|
||||
& a:active img {
|
||||
|
|
Reference in a new issue