use off white for links
This commit is contained in:
parent
a569dde23b
commit
56cea57618
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
:root {
|
||||
--fg: rgb(240, 240, 240);
|
||||
}
|
||||
header, footer {
|
||||
max-width: 1000px;
|
||||
padding-top: 16px;
|
||||
|
@ -35,7 +38,7 @@ header {
|
|||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
color: var(--fg);
|
||||
h1 {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue