20 lines
No EOL
331 B
CSS
20 lines
No EOL
331 B
CSS
.settings-area {
|
|
background: url("/static/snow.gif");
|
|
border: 1px solid white;
|
|
}
|
|
|
|
@media screen and (max-width: 800px) {
|
|
.settings-area {
|
|
width: calc(100% - 1px);
|
|
}
|
|
}
|
|
|
|
.settings-section {
|
|
background: rgba(0.77, 0.77, 0.77, 0.43);
|
|
border: 3px inset black;
|
|
color: white;
|
|
}
|
|
|
|
p {
|
|
color: white;
|
|
} |