client shortcode body, process titles

This commit is contained in:
Pascal Engélibert
2023-04-15 09:55:10 +02:00
parent 2135970637
commit 84b95c7880
6 changed files with 50 additions and 27 deletions

View File

@ -119,3 +119,27 @@ h3 {
font-family: Neucha;
font-weight: normal;
}
.title-bar {
font-family: Neucha;
font-size: 42px;
background: linear-gradient(0.25turn, $blue, $violet);
color: #fff;
margin-top: 16px;
margin-bottom: 16px;
}
.title-bar2 {
font-family: Neucha;
font-size: 36px;
color: #000;
margin-top: 16px;
margin-bottom: 16px;
}
.title-bar2::after {
content: "";
display: block;
height: 1px;
background: linear-gradient(0.25turn, $blue, $violet);
}