|
|
|
@ -43,7 +43,12 @@ h6:hover .zola-anchor {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3,
|
|
|
|
|
h4,
|
|
|
|
|
h5,
|
|
|
|
|
h6 {
|
|
|
|
|
a:hover {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
@ -131,7 +136,6 @@ a:not(.no-hover-padding):hover::before {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Remove post list padding */
|
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
|
.list > ul {
|
|
|
|
|
margin: 0;
|
|
|
|
@ -143,7 +147,7 @@ table {
|
|
|
|
|
justify-self: center;
|
|
|
|
|
font: inherit;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-style : hidden!important;
|
|
|
|
|
border-style: hidden !important;
|
|
|
|
|
margin: 2rem 0;
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
min-width: 400px;
|
|
|
|
@ -178,11 +182,13 @@ table tbody tr:nth-child(even) {
|
|
|
|
|
margin-top: 3.5rem;
|
|
|
|
|
border-top: 1px solid var(--border-color);
|
|
|
|
|
padding-top: 1rem;
|
|
|
|
|
|
|
|
|
|
sup {
|
|
|
|
|
font-family: var(--serif-font);
|
|
|
|
|
font-size: 0.75rem;
|
|
|
|
|
margin-right: 0.15rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|