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

15 lines
261 B
CSS
Raw Normal View History

2022-04-11 15:45:49 +02:00
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);
2022-04-11 16:56:06 +02:00
color: var(--text-link)
2022-04-11 15:45:49 +02:00
}