mirror of
https://github.com/dpc/tagwiki
synced 2025-04-17 08:13:17 +00:00
20 lines
306 B
CSS
20 lines
306 B
CSS
body {
|
|
max-width: 40em;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.button-warning {
|
|
color: white;
|
|
background: rgb(223, 117, 20);
|
|
}
|
|
.button-green {
|
|
color: white;
|
|
background: rgb(28, 184, 65);
|
|
}
|
|
|
|
/* TOOD: make the whole form exactly fit the screen (including the buttons) */
|
|
textarea {
|
|
height: 90vh;
|
|
width: 100%;
|
|
}
|