Updated styles
All checks were successful
Build Website / Build NPM Project (push) Successful in 1m43s
Build Website / Tag Version (push) Successful in 11s
Build Website / Build & Push Dockerfile (push) Successful in 2m49s

This commit is contained in:
2024-01-11 09:55:42 -05:00
parent fd6c97989c
commit c18f436e5d
21 changed files with 50 additions and 124 deletions

View File

@@ -33,45 +33,35 @@ $LegioXXX-theme: mat.define-dark-theme((
html, body {
height: 100%;
}
body {
background: #000;
color: #fff;
font-family: Roboto, sans-serif;
margin: 0;
overflow: hidden;
@media print {
background: #fff !important;
overflow: visible !important;
}
}
a, a:visited {
color: #b10000;
text-decoration: none;
}
a:hover {
color: #b10000;
text-decoration: underline;
&:hover {
color: #b10000;
text-decoration: underline;
}
}
h3 { font: 400 18px / 30px Roboto, "Helvetica Neue", sans-serif !important; }
.transparent-link {
a, a:visited { color: #fff; }
a:hover, a:visited:hover { color: rgba(255, 255, 255, 0.8); }
}
.container {
.cap-width {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding: 5rem 2rem;
@media screen and (max-width: 1200px) {
padding: 3rem 2rem;
}
@media print {
padding: 5rem 1rem;
}
}
.invert {
@@ -83,18 +73,6 @@ h3 { font: 400 18px / 30px Roboto, "Helvetica Neue", sans-serif !important; }
}
}
@media screen {
.fill {
height: 0;
min-height: calc(100vh - 64px);
}
}
.transparent-link {
a, a:visited { color: #fff; }
a:hover, a:visited:hover { color: rgba(255, 255, 255, 0.8); }
}
ol {
list-style-type: upper-roman;
}