finga
4aff0378ac
Deprecate the bulma css framework in favor of normalize and milligram. Adapt the templates to work with the new css libraries.
30 lines
337 B
SCSS
30 lines
337 B
SCSS
html {
|
|
background-color: $color-initial;
|
|
}
|
|
|
|
header {
|
|
padding-top: 7rem;
|
|
}
|
|
|
|
nav {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
ul {
|
|
line-height: 2rem
|
|
}
|
|
|
|
footer ul {
|
|
list-style: none;
|
|
font-size: 1.2rem;
|
|
text-align: center;
|
|
line-height: 1rem
|
|
}
|
|
|
|
a:visited {
|
|
color: $color-quaternary;
|
|
}
|
|
|
|
a:hover {
|
|
color: $color-quinary;
|
|
}
|