15 lines
151 B
CSS
15 lines
151 B
CSS
|
body {
|
||
|
font-size: 1.5rem;
|
||
|
text-shadow: none;
|
||
|
font-family: 'Roboto';
|
||
|
}
|
||
|
|
||
|
|
||
|
#ru_page {
|
||
|
padding: 5px !important;
|
||
|
}
|
||
|
|
||
|
.ui-bar, header {
|
||
|
display: none;
|
||
|
}
|