chore: remove duplicate styles
This commit is contained in:
parent
c084641d30
commit
1805c5494b
2 changed files with 1 additions and 26 deletions
|
@ -3,7 +3,7 @@ layout: main
|
|||
schema: blog
|
||||
---
|
||||
{% render "partials/header.liquid", meta: meta, page: page, nav: nav %}
|
||||
<div class="article__wrapper">
|
||||
<div class="default__wrapper">
|
||||
<article class="h-entry" data-pagefind-body>
|
||||
{% if link %}
|
||||
<a class="no-underline" href="{{ link }}">
|
||||
|
|
|
@ -475,10 +475,6 @@ code {
|
|||
}
|
||||
|
||||
/* articles */
|
||||
.article__wrapper {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
article h2 {
|
||||
line-height: var(--line-height-2xl);
|
||||
margin-top: 0;
|
||||
|
@ -503,20 +499,6 @@ article time {
|
|||
border: 1px solid var(--blue-800);
|
||||
}
|
||||
|
||||
.pagefind-ui__form mark {
|
||||
background: var(--blue-600);
|
||||
}
|
||||
|
||||
.pagefind-ui__form .pagefind-ui__result-link {
|
||||
color: var(--blue-600);
|
||||
}
|
||||
|
||||
.pagefind-ui__form .pagefind-ui__result-link:hover,
|
||||
.pagefind-ui__form .pagefind-ui__result-link:focus,
|
||||
.pagefind-ui__form .pagefind-ui__result-link:active {
|
||||
color: var(--blue-800);
|
||||
}
|
||||
|
||||
/* statistics */
|
||||
.post-graph {
|
||||
margin-top: 1.25rem;
|
||||
|
@ -978,7 +960,6 @@ code,
|
|||
.pill--button:hover,
|
||||
.pill--button:active,
|
||||
.pill--button:focus,
|
||||
.pagefind-ui__form mark,
|
||||
.media__grid .item__meta-text .header,
|
||||
.media__grid .item__meta-text .subheader {
|
||||
color: var(--white);
|
||||
|
@ -1218,12 +1199,6 @@ footer .links__secondary {
|
|||
color: var(--blue-400);
|
||||
}
|
||||
|
||||
.pagefind-ui__form .pagefind-ui__result-link:hover,
|
||||
.pagefind-ui__form .pagefind-ui__result-link:focus,
|
||||
.pagefind-ui__form .pagefind-ui__result-link:active {
|
||||
color: var(--blue-200);
|
||||
}
|
||||
|
||||
/* inputs */
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
|
|
Reference in a new issue