Added a font weight to the Login page

This commit is contained in:
Mathias Wagner 2023-04-17 22:23:25 +00:00
parent 574d60f131
commit 4cb8eaa905

View File

@ -68,6 +68,7 @@
.login-group label
color: $white
font-weight: 700
.login-group input
padding: 0.5rem 1rem
@ -77,6 +78,7 @@
border: 2px solid #515663
font-size: 18pt
width: auto
font-weight: 700
.login-group input:focus
outline: none