added css reset for <a> tag
This commit is contained in:
parent
94c1e8aa40
commit
e6c545b4c1
2 changed files with 5 additions and 1 deletions
|
@ -71,6 +71,11 @@ svg {
|
|||
|
||||
svg { width: 100%; }
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
button,
|
||||
input,
|
||||
textarea {
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
|
||||
.settings__button {
|
||||
display: block;
|
||||
color: inherit;
|
||||
width: 1.5rem;
|
||||
cursor: pointer;
|
||||
transition: ease-in-out 0.11s;
|
||||
|
|
Loading…
Reference in a new issue