Search and stuff
This commit is contained in:
@@ -255,6 +255,9 @@ main {
|
||||
.indexFeature:not(:last-child) {
|
||||
padding-bottom: var(--space-l);
|
||||
}
|
||||
mark {
|
||||
background-color: var(--contrast-color);
|
||||
}
|
||||
nav {
|
||||
grid-column: 2 / span 12;
|
||||
}
|
||||
@@ -583,7 +586,7 @@ hr {
|
||||
}
|
||||
|
||||
/* Dropcap */
|
||||
main > section > article > p:not(.nodropcap):first-of-type:first-letter {
|
||||
main > section > article.post > p:not(.nodropcap):first-of-type:first-letter {
|
||||
float: left;
|
||||
font-size: var(--step-5);
|
||||
padding: var(--space-2xs);
|
||||
|
||||
Reference in New Issue
Block a user