You've already forked dencode.xrg.es
switch spectre by pico.css
This commit is contained in:
27
app/public/css/custom.css
Normal file
27
app/public/css/custom.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user