mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use bootstrap containers.
This commit is contained in:
@@ -9545,5 +9545,28 @@ h3 {
|
||||
border-color: #AAAAAA;
|
||||
}
|
||||
}
|
||||
footer {
|
||||
background-color: #AA5500;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: #55FFFF;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header a {
|
||||
color: #FF55FF;
|
||||
}
|
||||
|
||||
header a:hover {
|
||||
color: #FF5555;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
footer a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=dicserver.css.map */
|
||||
|
||||
@@ -2,4 +2,33 @@
|
||||
@import "_vgafont";
|
||||
@import "_fontstyles";
|
||||
|
||||
@import "../node_modules/bootstrap/scss/bootstrap";
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user