1
0
mirror of https://github.com/dpc/tagwiki synced 2024-09-27 14:48:15 +00:00
tagwiki/resources/style.css

24 lines
346 B
CSS
Raw Normal View History

2020-05-11 06:23:38 +00:00
body {
max-width: 40em;
margin: 0 auto;
2020-05-11 00:54:21 +00:00
}
2020-05-12 04:00:44 +00:00
a.pure-button {
padding: .5em 1em;
}
2020-05-11 06:23:38 +00:00
.button-warning {
color: white;
background: rgb(223, 117, 20);
}
.button-green {
color: white;
background: rgb(28, 184, 65);
2020-05-11 00:54:21 +00:00
}
/* TOOD: make the whole form exactly fit the screen (including the buttons) */
textarea {
height: 90vh;
width: 100%;
}