💄 Style the login page
This commit is contained in:
@@ -8,6 +8,19 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input[type="submit"],
|
||||
input[type="button"] {
|
||||
padding: .5em;
|
||||
border-radius: .5em;
|
||||
border: 0;
|
||||
background-color: #c4e1ff;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
background-color: #a9ca97;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#content {
|
||||
float: right;
|
||||
width: 100%;
|
||||
@@ -26,6 +39,7 @@
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
margin-left: 200px
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user