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

15 lines
261 B
CSS

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