SLS4All-Backup / Current /wwwroot /css /app-themes.css
ppak10's picture
Backup 2026/05/30.
a8da962
Raw
History Blame Contribute Delete
647 Bytes
@charset "UTF-8";
@font-face {
font-family: 'AurulentSans';
font-style: normal;
font-weight: normal;
src: url("../ui/fonts/AurulentSans-Regular.otf") format("opentype");
}
@font-face {
font-family: 'Audiowide';
font-style: normal;
font-weight: normal;
src: url("../ui/fonts/Audiowide-Regular.ttf") format("opentype");
}
.app-component {
-webkit-transition: background 300ms;
transition: background 300ms;
}
@media (min-width: 576px) {
.app-component {
background-size: 100% 100%;
background-attachment: fixed;
background-position: center;
}
}