This commit is contained in:
2022-11-03 19:55:11 -04:00
parent e47d2c4b2f
commit 247201ed2e
11 changed files with 88 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ $LegioXXX-theme: mat.define-dark-theme((
@include mat.all-component-themes($LegioXXX-theme);
@import '~bootstrap/dist/css/bootstrap-utilities.min.css';
@import "~bootstrap/dist/css/bootstrap.min.css";
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0);
@@ -40,6 +40,11 @@ body {
font-family: Roboto, sans-serif;
margin: 0;
overflow: hidden;
@media print {
background: #fff !important;
overflow: visible !important;
}
}
a, a:visited {