mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 14:19:58 +01:00
28 lines
318 B
CSS
28 lines
318 B
CSS
* {
|
|
font-size:98%;
|
|
background:#27282f;
|
|
border-color:#454f60;
|
|
color:#ffffff;
|
|
}
|
|
|
|
.smallaspossible {
|
|
min-height: 0px;
|
|
min-width: 0px;
|
|
}
|
|
|
|
.padplusfour {
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
entry {
|
|
background:#454f60;
|
|
color:#ffffff;
|
|
}
|
|
|
|
button {
|
|
color : #ffffff;
|
|
border-color:#454f60;
|
|
}
|
|
|