11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
body {
|
|
font-family: sans-serif;
|
|
color: #f2f4f8;
|
|
}
|
|
.root-panel {
|
|
width: 420px;
|
|
margin: 40px auto;
|
|
padding: 24px;
|
|
background: rgba(16, 18, 24, 0.85);
|
|
}
|