ugly but the frame or whatever is there so fuck it
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user