1
0
mirror of https://github.com/dpc/tagwiki synced 2025-04-17 08:13:17 +00:00
tagwiki/resources/style.css
Dawid Ciężarkiewicz 9833122928 A lot of stuff working
2020-05-10 23:23:38 -07:00

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%;
}