1
0
mirror of https://github.com/dpc/tagwiki synced 2024-06-26 14:53:14 +00:00
tagwiki/resources/style.css

19 lines
305 B
CSS
Raw Normal View History

2020-05-11 00:54:21 +00:00
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
background-color: #baa4a4;
height: 100%;
}
/* TOOD: make the whole form exactly fit the screen (including the buttons) */
textarea {
height: 90vh;
width: 100%;
}