clean tests & other things

This commit is contained in:
2020-03-25 20:11:29 +01:00
parent 11511039e9
commit 7e5d022aa2
27 changed files with 1497 additions and 187 deletions

View File

@@ -4,11 +4,13 @@ label {
display: block;
}
textarea,
input {
width: 100%;
border: 1px solid $light;
background-color: $greyLight;
font-size: 1.6rem;
font-family: $fontMain;
padding: 0.5rem;
border-radius: 0.5rem;
@@ -21,3 +23,12 @@ input {
input[type="checkbox"] {
width: unset;
}
a {
color: $mediumDark;
&:focus,
&:visited {
color: $dark;
}
}