17 lines
214 B
CSS
17 lines
214 B
CSS
|
body {
|
||
|
background-color: #f8f9fa;
|
||
|
font-family: 'Arial', sans-serif;
|
||
|
}
|
||
|
|
||
|
#titlebar {
|
||
|
-webkit-app-region: drag;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
padding: 2rem 0;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
margin: 0.5rem;
|
||
|
}
|
||
|
|