title > subtitle

This commit is contained in:
j 2023-09-15 08:45:08 +01:00
parent 54922ab21a
commit 1fe78d18a1
2 changed files with 7 additions and 7 deletions

View file

@ -58,12 +58,12 @@ header {
h1 { h1 {
color: var(--title); color: var(--title);
text-decoration: underline; text-decoration: underline;
font-size: 16px; font-size: 18px;
font-weight: bold;
} }
h2 { h2 {
//border-bottom: 1px solid pink; //border-bottom: 1px solid pink;
font-size: 18px; font-size: 16px;
font-weight: bold;
} }
} }
h1 { h1 {

View file

@ -42,17 +42,17 @@ video, .poster {
} }
.item-title { .item-title {
color: var(--title); color: var(--title);
text-decoration: underline;
padding-bottom: 0; padding-bottom: 0;
font-size: 16px; text-decoration: underline;
font-size: 18px;
font-weight: bold;
text-wrap: balance; text-wrap: balance;
} }
.title { .title {
padding-bottom: 0; padding-bottom: 0;
margin-bottom: 4px; margin-bottom: 4px;
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid pink; border-bottom: 1px solid pink;
font-size: 16px;
text-wrap: balance; text-wrap: balance;
} }
.byline { .byline {