change background color

This commit is contained in:
knoflook 2023-04-13 18:14:08 +02:00
parent 0a031c6bc8
commit 300c03a9ef
1 changed files with 3 additions and 1 deletions

View File

@ -6,9 +6,11 @@
}
.login-pf body {
background: url("../img/bg.jpg") no-repeat center center fixed;
color: #a3a1a4;
/* background: url("../img/bg.jpg") no-repeat center center fixed;
background-size: cover;
height: 100%;
*/
}
textarea.pf-c-form-control {