keycloakify-custom/src/keycloak-theme/KcApp.css
2023-02-27 10:13:07 +01:00

16 lines
206 B
CSS

.my-color {
color: red;
}
.my-font {
font-family: 'Work Sans';
}
.my-root-class {
background: white;
}
.my-root-class body {
background: url(./assets/background.svg) no-repeat center center fixed;
}