mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-08-27 03:33:40 +00:00
15 lines
246 B
CSS
15 lines
246 B
CSS
body, .livesplit, .livesplit-container, .buttons {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
margin: 0px;
|
|
padding: 0px;
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
.sidebar {
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.buttons {
|
|
visibility: hidden;
|
|
}
|