mirror of
https://github.com/cupcakearmy/liquet.git
synced 2025-09-05 23:40:40 +00:00
small styling
This commit is contained in:
@@ -62,8 +62,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#singular #main #content > p a,
|
#singular #main #content > * a {
|
||||||
#singular #main #content > figure a {
|
|
||||||
border-bottom: 2px solid var(--clr-black);
|
border-bottom: 2px solid var(--clr-black);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -40,6 +40,18 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-top: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4, h5, h6 {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
Reference in New Issue
Block a user