1
Fork 0

Light theme for code

This commit is contained in:
Jan-Erik Rediger 2020-05-18 20:07:35 +02:00
parent 007dd84027
commit 7b1a2eac95
2 changed files with 9 additions and 3 deletions

View file

@ -28,7 +28,7 @@ ignore:
- README.md - README.md
- Makefile - Makefile
syntax_highlight: syntax_highlight:
theme: "base16-ocean.dark" theme: "InspiredGitHub"
assets: assets:
sass: sass:
style: Nested style: Nested

View file

@ -5,11 +5,17 @@ body {
padding: 0; padding: 0;
} }
body {}
pre { pre {
padding: 1ch; padding: 1ch;
border: none; border: none;
/* cobalt's highlighting sets inline values, so we need to overwrite them */
background-color: #f7f7f7 !important;
}
pre > span {
/* cobalt's highlighting sets inline values, so we need to overwrite them */
background-color: #f7f7f7 !important;
} }
time { time {