mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add styling for details elements
This commit is contained in:
@@ -308,3 +308,11 @@ aside.post_aside {
|
|||||||
border-left: .1rem solid #e5e5e5;
|
border-left: .1rem solid #e5e5e5;
|
||||||
border-right: .1rem solid #e5e5e5;
|
border-right: .1rem solid #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details summary {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
details summary h3, details summary h4, details summary h5, details summary h6 {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user