forked from nat/webbed-site
add thought, update css
This commit is contained in:
18
style.css
18
style.css
@ -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);
|
||||
|
Reference in New Issue
Block a user