updated link colors
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 57s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 1m12s

This commit is contained in:
Samuel Philipp 2024-03-15 19:47:05 +01:00
parent fedba8670a
commit 186918b75b

View file

@ -24,6 +24,14 @@ body {
margin: 0;
}
a {
color: #444;
&:hover {
color: #222;
}
}
header {
position: relative;
height: 100%;
@ -286,7 +294,7 @@ section {
display: block;
font-size: 20px;
font-weight: bold;
color: $primary;
color: #666;
}
}