mirror of
https://github.com/MathiasDPX/blog.git
synced 2025-05-10 07:33:09 +00:00
add scrapbook
This commit is contained in:
parent
cbe04a86d1
commit
402dbfc006
8 changed files with 158 additions and 7 deletions
|
@ -19,11 +19,11 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
|||
}
|
||||
|
||||
/* Heading Hover Effects */
|
||||
h2 a:hover::before,
|
||||
h3 a:hover::before,
|
||||
h4 a:hover::before,
|
||||
h5 a:hover::before,
|
||||
h6 a:hover::before {
|
||||
h2.chapter a:hover::before,
|
||||
h3.chapter a:hover::before,
|
||||
h4.chapter a:hover::before,
|
||||
h5.chapter a:hover::before,
|
||||
h6.chapter a:hover::before {
|
||||
content: "#";
|
||||
position: absolute;
|
||||
left: -0.75em;
|
||||
|
@ -42,6 +42,21 @@ time {
|
|||
font-size: 75%;
|
||||
}
|
||||
|
||||
#main details div {
|
||||
padding-left: 1em;
|
||||
line-height: 115%;
|
||||
}
|
||||
|
||||
#main details:open {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
#main details summary {
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-weight: 500;
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue