Compare commits

..

1 commit

Author SHA1 Message Date
877b4e897b Update actions/checkout action to v4
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 1m3s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
2024-03-14 01:00:30 +00:00

View file

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