style: use better font for countdown

This commit is contained in:
Oliver Booth 2024-02-19 23:02:06 +00:00
parent 2b1f0d979d
commit f0aa1c0ae9
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 15 additions and 0 deletions

View File

@ -367,10 +367,25 @@ td.trim-p p:last-child {
background-size: cover;
p {
font-family: "Gabarito", sans-serif;
font-weight: 500;
text-align: center;
font-size: 3em;
margin: 0;
padding: 0;
a {
transition: color 250ms;
}
a:link, a:visited, a:active {
color: #fff;
}
a:hover {
color: #03A9F4;
}
}
}
.post-tags a.badge {