You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
165 B

:root {
--primary-colour: #d6a700;
font-size: max(18px, 0.8vw);
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--text-colour);
}
a:hover {
color: var(--text-colour);
}