1
0
Fork 0
sfxboard/main.css

21 lines
233 B
CSS

body {
font-family: "Exo", "Comic Sans MS";
}
table td {
padding: 4px;
}
table td.active {
background-color: #000;
color: #fff;
}
#gainctrl {
width: 300px;
}
#keys {
width: 100%;
-webkit-column-count: 2;
column-count: 2;
}