forked from Bunteshaus/bunteshaus.de
17 lines
388 B
CSS
17 lines
388 B
CSS
fieldset {
|
|
display: flex; 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;
|
|
}
|