mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
34 lines
405 B
SCSS
34 lines
405 B
SCSS
@import "_colors";
|
|
@import "_vgafont";
|
|
@import "_fontstyles";
|
|
|
|
@import "../node_modules/bootstrap/scss/bootstrap";
|
|
|
|
footer
|
|
{
|
|
background-color: $brown;
|
|
color: $black;
|
|
}
|
|
|
|
header
|
|
{
|
|
background-color: $teal;
|
|
color: $black;
|
|
text-align: center;
|
|
}
|
|
|
|
header a
|
|
{
|
|
color: $pink;
|
|
}
|
|
|
|
header a:hover
|
|
{
|
|
color: $orange;
|
|
text-decoration: none;
|
|
}
|
|
|
|
footer a:hover
|
|
{
|
|
text-decoration: none;
|
|
} |