ugly but the frame or whatever is there so fuck it

This commit is contained in:
shockrahwow
2019-11-27 17:45:17 -08:00
parent 54f956bccb
commit 3b175c4ea5
2 changed files with 31 additions and 24 deletions

View File

@@ -1 +1,24 @@
@use 'general';
@import 'general';
$text-color: white;
label {
color: $text-color;
}
h1 {
color: $text-color;
display: block;
}
.center {
margin: 0 auto;
text-align: center;
}
::placeholder {
color: $back-grey;
}
input {
margin-top: 0.5em;
margin-bottom: 0.5em;
}