chore: trim styles
This commit is contained in:
parent
1805c5494b
commit
10617a45ae
2 changed files with 8 additions and 4 deletions
|
@ -424,7 +424,6 @@ h1 > a.header-anchor {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: var(--font-mono);
|
|
||||||
padding: .125rem;
|
padding: .125rem;
|
||||||
background-color: var(--black);
|
background-color: var(--black);
|
||||||
}
|
}
|
||||||
|
@ -491,7 +490,6 @@ article time {
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
border-radius: var(--rounded-sm);
|
border-radius: var(--rounded-sm);
|
||||||
background-color: var(--white);
|
background-color: var(--white);
|
||||||
outline: none;
|
|
||||||
border: 1px solid var(--blue-600);
|
border: 1px solid var(--blue-600);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -920,7 +918,6 @@ textarea {
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
background-color: var(--white);
|
background-color: var(--white);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
outline: none;
|
|
||||||
border: 1px solid var(--blue-600);
|
border: 1px solid var(--blue-600);
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
|
@ -928,6 +925,13 @@ textarea {
|
||||||
line-height: var(--line-height-base);
|
line-height: var(--line-height-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"],
|
||||||
|
input[type="email"],
|
||||||
|
textarea,
|
||||||
|
.pagefind-ui__search-input {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="text"]:focus,
|
input[type="text"]:focus,
|
||||||
input[type="email"]:focus,
|
input[type="email"]:focus,
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
|
|
|
@ -6,7 +6,7 @@ pre[class*='language-'] {
|
||||||
color: #d9e0ee;
|
color: #d9e0ee;
|
||||||
background: none;
|
background: none;
|
||||||
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
||||||
font-family: ml, ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
|
font-family: ml, ui-monospace, monospace;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
|
|
Reference in a new issue