switch spectre by pico.css

This commit is contained in:
2021-09-15 17:26:10 +02:00
parent 8bc6f0a70c
commit 0a44536179
2 changed files with 46 additions and 25 deletions

27
app/public/css/custom.css Normal file
View File

@ -0,0 +1,27 @@
:root {
--form-element-spacing-vertical: .15rem;
--form-element-spacing-horizontal: 1rem;
--border-radius: .10rem;
--line-height: 1.3;
}
footer {
text-align: right;
}
textarea {
height: 80vh;
font-family: monospace;
}
header button {
margin-top: var(--spacing);
}
header a {
display: block;
margin-top: var(--spacing);
margin-bottom: var(--spacing);
text-align: center;
}