set the font size in Authentication box

This commit is contained in:
Peter Morton 2023-10-20 17:40:03 -05:00
parent 4509e275b2
commit 587e273435

View File

@ -113,6 +113,7 @@ p {
width: 200px; width: 200px;
height: 30px; height: 30px;
border: 2px solid #45b408; border: 2px solid #45b408;
font-size: 14px;
} }
#noauthbox { #noauthbox {
@ -121,6 +122,7 @@ p {
width: 200px; width: 200px;
height: 30px; height: 30px;
border: 2px solid #e03800; border: 2px solid #e03800;
font-size: 14px;
} }
#auth { #auth {