You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
559 B
HTML
30 lines
559 B
HTML
<style>
|
|
article > div {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
body, html {
|
|
height: 100%;
|
|
}
|
|
|
|
blockquote {
|
|
padding: 0.5rem 1rem;
|
|
border-left: 0.25rem solid #e9ecef;
|
|
border-right: 0.25rem solid white;
|
|
}
|
|
|
|
blockquote p:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
h1:hover .paige-header-link, h2:hover .paige-header-link, h3:hover .paige-header-link, h4:hover .paige-header-link, h5:hover .paige-header-link, h6:hover .paige-header-link {
|
|
display: inline;
|
|
}
|
|
|
|
.paige-header-link {
|
|
display: none;
|
|
margin-left: 0.25ch;
|
|
position: absolute;
|
|
}
|
|
</style>
|