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%; }
|
svg { width: 100%; }
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
|
|
|
@ -41,7 +41,6 @@
|
||||||
|
|
||||||
.settings__button {
|
.settings__button {
|
||||||
display: block;
|
display: block;
|
||||||
color: inherit;
|
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: ease-in-out 0.11s;
|
transition: ease-in-out 0.11s;
|
||||||
|
|
Loading…
Reference in a new issue