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
- Makefile
syntax_highlight:
theme: "base16-ocean.dark"
theme: "InspiredGitHub"
assets:
sass:
style: Nested

View file

@ -5,11 +5,17 @@ body {
padding: 0;
}
body {}
pre {
padding: 1ch;
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 {