add highlights to pictures page

This commit is contained in:
2023-01-25 18:09:26 +00:00
parent 68024de273
commit 1133649fa4
17 changed files with 61 additions and 0 deletions

View File

@ -1,3 +1,7 @@
html {
scroll-behavior: smooth;
}
body {
background: #FFF7EC;
height: auto;
@ -238,6 +242,21 @@ hr {
opacity: 0;
}
.side-anchors {
margin: 1rem;
vertical-align: middle;
ul {
list-style-type: '- ';
margin-left: 1.5rem;
}
.meta {
font-size: 0.8rem;
margin-right: 0.5rem;
}
}
.notice {
background-color: #80c4d5;
padding: 1rem 2rem;