silvrgit/app/css/pug.css

18 lines
198 B
CSS
Raw Normal View History

2017-09-05 10:36:24 +00:00
textarea {
width: 500px;
height: 200px;
}
body {
font-family: 'Lato', sans-serif;
}
#result {
clear: both;
margin-top: 10;
}
.error {
font-style: italic;
color: red;
}