bunteshaus.de/themes/buha/assets/css/generator.css

17 lines
405 B
CSS

fieldset {
display: flex; flex-wrap: wrap; flex-direction: row; padding: 0; border: none; margin: 0 0 .3rem .5rem;
}
input, textarea {
background-color: var(--background-body);
color: var(--text-link)
}
#result {
white-space: pre; display: none; background: var(--background-body);
padding: 1rem 0 1rem 1rem;
margin-top: 1rem;
-webkit-user-select: all;
user-select: all;
}