Change announcement

This commit is contained in:
Pau
2022-12-23 02:30:33 +01:00
parent aa4e158d16
commit e1e8072571
3 changed files with 20 additions and 2 deletions

View File

@ -12,6 +12,16 @@ $text-colour: #1F1F1F;
body {
color: $text-colour;
font-family: $serif_font;
h1{
font-family: $mono_font;
font-size: 21px;
}
}
red-text{
color: #eb2b2b;
}
$hr-width: 0.15rem;
@ -250,6 +260,11 @@ p {
}
}
h1 {
font-family: $mono_font;
font-size: 21px;
}
nav,footer {
font-family: $sans_font;
//font-style: italic;
@ -284,6 +299,7 @@ footer {
display: none;
}
}
/* EVENTS PAGE STYLES
====================== */