20 lines
232 B
CSS
20 lines
232 B
CSS
body
|
|
{
|
|
font-family: sans-serif;
|
|
font-size: 10pt;
|
|
max-height: 100%;
|
|
}
|
|
|
|
p:first-child
|
|
{
|
|
margin-top: 0;
|
|
}
|
|
p:last-child
|
|
{
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.navigation_link:hover
|
|
{
|
|
background-color: var(--color_secondary);
|
|
}
|