Light theme for code
This commit is contained in:
parent
007dd84027
commit
7b1a2eac95
|
@ -28,7 +28,7 @@ ignore:
|
|||
- README.md
|
||||
- Makefile
|
||||
syntax_highlight:
|
||||
theme: "base16-ocean.dark"
|
||||
theme: "InspiredGitHub"
|
||||
assets:
|
||||
sass:
|
||||
style: Nested
|
||||
|
|
10
style.css
10
style.css
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue