chore: add pridetopia, fix typo in id selector

This commit is contained in:
transcaffeine 2022-11-26 15:35:19 +01:00
parent 3a3b8c63ec
commit 0cc6d88286
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
1 changed files with 7 additions and 1 deletions

View File

@ -39,6 +39,12 @@ p.instruction {
background: var(--default-background-color);
}
h1#kc-page-title::before {
content: url{../../../common/entropia/img/pridetopia.svg};
width: 200px;
height: 290px;
}
h1#kc-page-title {
margin-top: 10px;
color: var(--pf-global--BackgroundColor--100);
@ -167,7 +173,7 @@ div.kc-logo-text span {
margin-top: 10px;
}
#kc-form-wraper .kc-form-login label {
#kc-form-wrapper .kc-form-login label {
color: var(--pf-global--active-color--100);
}