Fix button font

This commit is contained in:
James Lyne 2021-05-24 16:39:37 +01:00
parent bad3c2dbfc
commit 5550f7e220

View File

@ -27,6 +27,7 @@
position: relative;
transition: color 0.2s ease-in, background-color 0.2s ease-in;
font-size: 1.6rem;
font-family: Raleway, sans-serif;
&:hover, &.active {
background-color: var(--background-hover);