mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
8 lines
125 B
CSS
8 lines
125 B
CSS
|
|
html, body
|
||
|
|
{
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
height: 100%;
|
||
|
|
font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
|
||
|
|
}
|