style: use better font for countdown
This commit is contained in:
parent
2b1f0d979d
commit
f0aa1c0ae9
@ -367,10 +367,25 @@ td.trim-p p:last-child {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
font-family: "Gabarito", sans-serif;
|
||||||
|
font-weight: 500;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
a {
|
||||||
|
transition: color 250ms;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link, a:visited, a:active {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #03A9F4;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-tags a.badge {
|
.post-tags a.badge {
|
||||||
|
Loading…
Reference in New Issue
Block a user