1
0
forked from nat/webbed-site

add thought, update css

This commit is contained in:
gnat
2024-09-03 04:05:13 -07:00
parent 90664163a0
commit 7a5830a6ef
5 changed files with 61 additions and 4 deletions

View File

@ -182,8 +182,10 @@ section {
margin: 15px 30px;
padding: 20px;
> details[open] > summary {
padding-bottom: 5px;
> details[open] {
summary {
padding-bottom: 5px;
}
}
> p {
@ -315,6 +317,18 @@ a:visited {
color: var(--visited-link);
}
video {
width: 95%;
border: 10px solid var(--bg);
margin: 10px auto;
display: block
}
footnote {
font-size: 13px;
margin-top: 20px;
}
.post {
background: var(--alt-bg);
box-shadow: 10px 10px var(--gray);