mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
styling support for quotes
This commit is contained in:
parent
2ec02a9270
commit
ea7000b8f6
@ -4,10 +4,6 @@
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
#singular #main p a {
|
||||
border-bottom: 2px solid var(--clr-black);
|
||||
}
|
||||
|
||||
#singular #header {
|
||||
text-align: center;
|
||||
padding: 0 2em;
|
||||
@ -45,6 +41,24 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#singular #main #content > p a,
|
||||
#singular #main #content > figure a {
|
||||
border-bottom: 2px solid var(--clr-black);
|
||||
}
|
||||
|
||||
#singular #content blockquote {
|
||||
border-left: 2px solid var(--clr-black);
|
||||
padding-left: .5em;
|
||||
}
|
||||
|
||||
#singular #content blockquote > p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#singular #content blockquote > cite {
|
||||
font-size: .75em;
|
||||
}
|
||||
|
||||
#singular .links > div {
|
||||
transform: rotate(180deg) scale(1);
|
||||
writing-mode: vertical-rl;
|
||||
|
Loading…
Reference in New Issue
Block a user