Skip to content

Commit

Permalink
Update aidbox.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Nov 17, 2023
1 parent c326a39 commit 74022f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/aidbox.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
body.login-page .form-group:nth-of-type(1)::after {
content: "You can use admin as login";
content: "Use: admin";
display: block;
margin-top: 4px;
color: grey;
font-size: 14px;
}

body.login-page .form-group:nth-of-type(2)::after {
content: "You can use password as password";
content: "Use: password";
display: block;
margin-top: 4px;
color: grey;
font-size: 14px;
}
}

0 comments on commit 74022f8

Please sign in to comment.