Skip to content

Commit bdfcd28

Browse files
committed
fix(ui): do not overwrite p.error style in login-tabber
Font-size and alignment of these in forms should be the same as everywhere else on the page. Signed-off-by: stadust <43299462+stadust@users.noreply.github.com>
1 parent 27e8237 commit bdfcd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pointercrate-user-pages/static/css/login.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#login-tabber p {
1+
#login-tabber p :not(.error){
22
font-size: x-small;
33
text-align: center;
44
}

0 commit comments

Comments
 (0)