feat: Los campos de texto tendran fuente monospace

This commit is contained in:
Daniel Cortés
2019-10-23 01:13:52 -03:00
parent 00e8af6a42
commit 06dcd5405e

View File

@@ -90,6 +90,8 @@ time {
border: 1px $foreground-color solid;
box-shadow: none;
background-color: lighten($background-color, 10% );
font-family: "Hack", monospace;
}
.pure-form label {