14 lines
206 B
CSS
14 lines
206 B
CSS
html,
|
|
body {
|
|
background: #2b2d33;
|
|
}
|
|
|
|
.content {
|
|
min-height: calc(100vh - 25.1vh);
|
|
background: #40444d;
|
|
}
|
|
|
|
.content_header {
|
|
margin: -1.5em -1.5em 0em -1.5em;
|
|
background-color: #8f9297;
|
|
} |