1
0
Fork 0
forked from mirrors/hugo-tufte

Personal changes, dark theme, less whitespace

This commit is contained in:
Phil Bajsicki 2024-09-27 15:36:01 +02:00
commit 3be1680484
8 changed files with 80 additions and 40 deletions
assets/scss/components

View file

@ -1,4 +1,4 @@
.brand {
padding-top: 1rem;
padding-bottom: 1rem;
n.brand {
padding-top: 0rem;
padding-bottom: 0rem;
}

View file

@ -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;
}
}