DashNix/wofi/style.css
2022-09-19 15:06:41 +02:00

18 lines
261 B
CSS

window {
margin: 5px;
background-color: #0f0f17;
border-radius: 10px;
opacity: 0.95;
}
#inner-box {
margin: 5px;
background-color: #0f0f17;
border-radius: 10px;
}
#outer-box {
margin: 5px;
background-color: #0f0f17;
border-radius: 10px;
}