hellug-assets/themes/hellug-keycloak/welcome/resources/css/welcome-hellug.css
2022-10-14 11:26:45 +03:00

12 γραμμές
267 B
CSS

body {
background-image: url(../bg.png),url(../bg-login.png);
background-repeat: no-repeat,no-repeat;
background-position: right bottom, left top;
background-size: auto, auto;
background-color: #1a1a1a;
height: 100%;
}
.welcome-header {
color: #fff;
}