Skip to content

Commit

Permalink
change code block syntax highlighting theme
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata committed Apr 2, 2024
1 parent 403cb82 commit fd9f095
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
2 changes: 2 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ minify_html = false

[markdown]
highlight_code = true
highlight_theme = "Tomorrow"
# highlight_theme = "base16-ocean-dark"
17 changes: 3 additions & 14 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {
background-color: #fff;
padding: 50px;
font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #727272;
color: #222;
font-weight: 400;
}

Expand Down Expand Up @@ -49,25 +49,14 @@ h1 {
font-size: 28px;
}

h2 {
color: #393939;
}

h3,
h4,
h5,
h6 {
color: #494949;
}

a {
color: #267cb9;
text-decoration: none;
}

a:hover,
a:focus {
color: #069;
color: salmon;
font-weight: bold;
}

Expand Down Expand Up @@ -114,7 +103,7 @@ footer {

pre {
padding: 8px 15px;
background: #f8f8f8;
// background: #f8f8f8;
border-radius: 5px;
border: 1px solid #e5e5e5;
overflow-x: auto;
Expand Down
2 changes: 0 additions & 2 deletions sass/_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ ul.downloads {
.downloads a {
line-height: 1;
font-size: 11px;
color: #676767;
display: block;
text-align: center;
padding-top: 6px;
Expand All @@ -35,7 +34,6 @@ ul.downloads {

.downloads a:hover,
.downloads a:focus {
color: #675c5c;
font-weight: bold;
}

Expand Down

0 comments on commit fd9f095

Please sign in to comment.