small styling

This commit is contained in:
cupcakearmy 2019-09-16 01:24:39 +02:00
parent 8fbdcaf73c
commit 39c1bf4282
2 changed files with 14 additions and 3 deletions

View File

@ -62,8 +62,7 @@
width: 100%;
}
#singular #main #content > p a,
#singular #main #content > figure a {
#singular #main #content > * a {
border-bottom: 2px solid var(--clr-black);
}

View File

@ -40,6 +40,18 @@ h1, h2, h3, h4, h5, h6 {
margin: 0;
}
h2 {
margin-top: 3em;
}
h3 {
margin-top: 2em;
}
h4, h5, h6 {
margin-top: 1em;
}
a {
text-decoration: none;
color: inherit;