Skip to content

Commit

Permalink
updated background
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael7371 committed Nov 10, 2023
1 parent 7e573af commit 6fc8bd7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/login/KcApp.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@

.my-color {
color: red;
color: rgb(255, 255, 255);
}

.my-font {
font-family: 'Work Sans';
}

.my-root-class {
background: white;
}
/* .my-root-class {
background: #333;
} */

.my-root-class body {
background: url(./assets/background.svg) no-repeat center center fixed;
background: #333;
}

#kc-logo {
Expand Down

0 comments on commit 6fc8bd7

Please sign in to comment.