fix: duplicates

This commit is contained in:
Cory Dransfeldt 2024-01-02 09:50:02 -08:00 committed by GitHub
parent 22a09f3363
commit ca4b0289b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,