line height and link underline in body

This commit is contained in:
cupcakearmy 2019-05-03 15:59:38 +02:00
parent cac63b53cc
commit 06be702099

View File

@ -3,6 +3,10 @@
overflow: auto; overflow: auto;
} }
#singular #main a{
text-decoration: underline;
}
#singular #header { #singular #header {
text-align: center; text-align: center;
padding: 0 2em; padding: 0 2em;
@ -26,6 +30,7 @@
#singular #content > * { #singular #content > * {
max-width: var(--text-width); max-width: var(--text-width);
width: 100%; width: 100%;
line-height: 1.5;
} }