forked from mirrors/hugo-tufte
Personal changes, dark theme, less whitespace
This commit is contained in:
parent
23b85481b6
commit
3be1680484
8 changed files with 80 additions and 40 deletions
assets/scss/components
|
@ -1,4 +1,4 @@
|
|||
.brand {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
n.brand {
|
||||
padding-top: 0rem;
|
||||
padding-bottom: 0rem;
|
||||
}
|
||||
|
|
|
@ -3,8 +3,8 @@ $ht-code-border-radius: .4em;
|
|||
width: 50%;
|
||||
overflow-x: scroll;
|
||||
// border-radius: $ht-code-border-radius;
|
||||
margin-top: 1.4em;
|
||||
margin-bottom: 1.4em;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
margin-right: 2.5%;
|
||||
margin-left: 2.5%;
|
||||
-ms-overflow-style: none;
|
||||
|
@ -33,7 +33,7 @@ $ht-code-border-radius: .4em;
|
|||
font-family: inherit;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
color: #111;
|
||||
color: #ddd;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue