mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-23 14:07:57 +01:00
14 lines
216 B
CSS
14 lines
216 B
CSS
|
body {
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
#viewport {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background: #1b1c1e;
|
||
|
background-image: linear-gradient(#7d8fa3, #1b1c1e);
|
||
|
}
|