mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 21:02:52 +02:00
client shortcode body, process titles
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user