cabal test-dev trick

This commit is contained in:
Jade Lovelace 2022-10-01 22:15:14 -07:00
parent 9978909ced
commit 27dd9c2249
3 changed files with 305 additions and 3 deletions

View file

@ -38,12 +38,16 @@ $lower2: darken($text, 30);
}
}
pre {
@mixin box {
padding: 1em;
margin: .5em 0;
border-radius: .3em;
overflow: auto;
background-color: $lowerbg1;
}
pre {
@include box;
overflow: auto;
code {
font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace;
@ -287,6 +291,11 @@ kbd {
box-shadow: 0px 2px 3px $lowerbg2;
}
/* asides. god help me */
aside {
@include box;
}
/* headings */
h1 {