mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2025-10-17 17:01:01 +00:00
We use the casper theme from https://github.com/danielbayerlein/middleman-casper in version 34ec5aa9e2a7f179146a5e21d31b4ba61e2bd926
11 lines
159 B
SCSS
11 lines
159 B
SCSS
@import 'vendor/casper';
|
|
@import 'syntax';
|
|
|
|
// Overwrite some styles from casper.css
|
|
pre.highlight {
|
|
word-wrap: normal;
|
|
code {
|
|
white-space: pre;
|
|
}
|
|
}
|