Clean up, switch to modern maddybook, netlify
This commit is contained in:
@ -47,6 +47,10 @@ header h2:after {
|
||||
border-top: 1px solid black;
|
||||
}
|
||||
|
||||
.dark-mode header h2:after {
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
.next {
|
||||
font-family: sans-serif !important;
|
||||
display: block;
|
||||
@ -58,3 +62,16 @@ header h2:after {
|
||||
.phantom {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.works dt {
|
||||
font-size: 20pt;
|
||||
background: linear-gradient(90deg, rgba(127, 127, 127, 0.1), rgba(127, 127, 127, 0.07));
|
||||
}
|
||||
|
||||
.works dt .author {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.works dd {
|
||||
background: linear-gradient(90deg, rgba(127, 127, 127, 0.05), transparent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user