1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

chore: remove h1 element from site title (#1960)

This commit is contained in:
Alexander Fuks
2024-09-24 04:21:34 +04:00
committed by GitHub
parent 73749067c5
commit e6b87d2811
2 changed files with 6 additions and 10 deletions

View File

@@ -738,6 +738,9 @@ $btn-mb: 0.5rem;
}
.site-title {
@extend %clickable-transition;
@extend %sidebar-link-hover;
font-family: inherit;
font-weight: 900;
font-size: 1.75rem;
@@ -745,13 +748,8 @@ $btn-mb: 0.5rem;
letter-spacing: 0.25px;
margin-top: 1.25rem;
margin-bottom: 0.5rem;
a {
@extend %clickable-transition;
@extend %sidebar-link-hover;
color: var(--site-title-color);
}
width: fit-content;
color: var(--site-title-color);
}
.site-subtitle {