Simple styles for login page

This commit is contained in:
danbulant 2020-02-15 22:26:56 +01:00
parent 6f7a038c5e
commit 2b73d88428

View file

@ -0,0 +1,11 @@
.login {
position: fixed;
top: 0;
left: 0;
color: white;
font-family: 'robotomedium';
font-size: 25px;
background: rgb(46, 46, 46);
width: 100%;
height: 100%;
}