Compare commits

..

1 Commits

Author SHA1 Message Date
f4d4f4e5d7 Highlight cliked anchor on the page. 2022-01-01 20:12:50 -08:00

View File

@@ -21,6 +21,11 @@ h1, h2, h3, h4, h5, h6 {
font-weight: normal; font-weight: normal;
text-align: center; text-align: center;
&:target {
background-color: lighten(yellow, 30%);
border-radius: 1rem;
}
a { a {
border-bottom: none; border-bottom: none;
@@ -229,6 +234,10 @@ figure {
text-align: center; text-align: center;
} }
&.fullwide img {
max-width: 100%;
}
&.tiny img { &.tiny img {
max-height: 15rem; max-height: 15rem;
} }