added css reset for <a> tag

This commit is contained in:
westtle 2024-02-12 19:07:51 +07:00
parent 94c1e8aa40
commit e6c545b4c1
2 changed files with 5 additions and 1 deletions

View file

@ -71,6 +71,11 @@ svg {
svg { width: 100%; }
a {
color: inherit;
background-color: transparent;
}
button,
input,
textarea {

View file

@ -41,7 +41,6 @@
.settings__button {
display: block;
color: inherit;
width: 1.5rem;
cursor: pointer;
transition: ease-in-out 0.11s;