style: typography and colors

This commit is contained in:
Ayo 2023-05-27 22:47:27 +02:00
parent 036b01e674
commit b076a8d389

View file

@ -319,10 +319,6 @@ table.image caption {
padding-top: 5px !important; padding-top: 5px !important;
} }
&__description {
font-size: small;
}
&__meta { &__meta {
font-size: 14px; font-size: 14px;
margin: 10px 0 10px; margin: 10px 0 10px;
@ -428,19 +424,20 @@ table.image caption {
margin: 10px 0; margin: 10px 0;
font-family: "Source Serif Pro", serif; font-family: "Source Serif Pro", serif;
font-weight: 900; font-weight: 900;
font-size: 36px; font-size: 40px;
line-height: 1.04; line-height: 1.04;
text-decoration: underline;
color: #bb4a03 !important;
a { a {
color: #222 !important; color: #222 !important;
text-decoration: none;
} }
a:hover { a:hover {
color: #bb4a03 !important; color: #bb4a03 !important;
} }
} }
&__description {
font-size: small;
}
} }
} }
} }
@ -471,21 +468,11 @@ table.image caption {
.blog-home { .blog-home {
&__list-items { &__list-items {
margin-left: 0; margin-left: 0;
&__item {
&__header {
&__description {
font-size: small;
}
}
}
} }
} }
.blog-post { .blog-post {
&__header { &__header {
&__description {
font-size: small;
}
&__title { &__title {
font-size: 42px; font-size: 42px;
} }