13 lines
240 B
CSS
13 lines
240 B
CSS
|
@import url("openwebrx-header.css");
|
||
|
@import url("openwebrx-globals.css");
|
||
|
|
||
|
/* expandable photo not implemented in admin area page */
|
||
|
#webrx-top-photo-clip {
|
||
|
max-height: 67px;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-color: #2e2e2e;
|
||
|
color: #DDD;
|
||
|
}
|