wakeboard/static/mobile.css

15 lines
151 B
CSS
Raw Normal View History

body {
2022-03-24 00:50:52 +01:00
background: #aaaaaa;
}
table {
2022-03-24 00:50:52 +01:00
background: #bbbbbb;
border: 1px solid;
font-size: 2em;
}
button {
font-size: 1em;
margin: 10px;
}