9 lines
112 B
CSS
9 lines
112 B
CSS
window {
|
|
background: rgba(20, 20, 20, 0.92);
|
|
border-radius: 18px;
|
|
}
|
|
|
|
* {
|
|
background-color: unset;
|
|
}
|