Ian Chamberlain
1 year ago
4 changed files with 19 additions and 8 deletions
@ -1 +1,2 @@ |
|||||||
|
# Configuration for GitHub Pages (Jekyll) |
||||||
theme: jekyll-theme-midnight |
theme: jekyll-theme-midnight |
||||||
|
@ -0,0 +1,15 @@ |
|||||||
|
--- |
||||||
|
--- |
||||||
|
|
||||||
|
// https://github.com/pages-themes/midnight#stylesheet |
||||||
|
@import "{{ site.theme }}"; |
||||||
|
|
||||||
|
// Give code links a color that matches regular links |
||||||
|
a code { |
||||||
|
color: inherit; |
||||||
|
} |
||||||
|
|
||||||
|
// Remove weird extra padding and spaces from inline code blocks |
||||||
|
code { |
||||||
|
padding: 0; |
||||||
|
} |
Loading…
Reference in new issue