mirror of https://github.com/mkrhere/pw2
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.
18 lines
165 B
18 lines
165 B
3 years ago
|
: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);
|
||
|
}
|