fix: duplicates
This commit is contained in:
parent
22a09f3363
commit
ca4b0289b2
1 changed files with 5 additions and 12 deletions
|
@ -1086,8 +1086,11 @@ h6 > svg,
|
||||||
}
|
}
|
||||||
|
|
||||||
.main__title a,
|
.main__title a,
|
||||||
nav a,
|
footer nav:last-child a,
|
||||||
.links__secondary a {
|
input[type="text"],
|
||||||
|
input[type="email"],
|
||||||
|
textarea,
|
||||||
|
.webmentions__wrapper .interaction__wrapper .comment__wrapper--interior .comment a {
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1181,16 +1184,6 @@ h6 > svg,
|
||||||
border-color: var(--blue-200);
|
border-color: var(--blue-200);
|
||||||
}
|
}
|
||||||
|
|
||||||
.main__title h1 a,
|
|
||||||
footer nav:last-child a,
|
|
||||||
nav ul li a,
|
|
||||||
input[type="text"],
|
|
||||||
input[type="email"],
|
|
||||||
textarea,
|
|
||||||
.webmentions__wrapper .interaction__wrapper .comment__wrapper--interior .comment a {
|
|
||||||
color: var(--white);
|
|
||||||
}
|
|
||||||
|
|
||||||
.highlight-text,
|
.highlight-text,
|
||||||
.progress-bar,
|
.progress-bar,
|
||||||
.pagefind-ui__form mark,
|
.pagefind-ui__form mark,
|
||||||
|
|
Reference in a new issue