Light theme for code
This commit is contained in:
parent
007dd84027
commit
7b1a2eac95
|
@ -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
|
||||||
|
|
10
style.css
10
style.css
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue