bringrss/frontends/bringrss_flask/static/css/bringrss.css

21 lines
232 B
CSS
Raw Permalink Normal View History

2022-03-26 20:07:35 +00:00
body
{
font-family: sans-serif;
font-size: 10pt;
max-height: 100%;
}
p:first-child
{
margin-top: 0;
}
p:last-child
{
margin-bottom: 0;
}
2022-12-03 01:34:42 +00:00
.navigation_link:hover
{
background-color: var(--color_secondary);
}