1
0
Fork 0
sfxboard/main.css

21 lines
216 B
CSS
Raw Permalink Normal View History

2014-08-13 21:22:52 +08:00
body {
2014-09-02 18:47:54 +08:00
font-family: "Exo";
2014-08-13 21:22:52 +08:00
}
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;
}