aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-19 23:14:05 -0600
committerTim Keller <tjkeller.xyz>2024-11-19 23:14:05 -0600
commit48ec3c4670ce7ce82ec915176302c9c8c0976f6e (patch)
treedce6d15246f0d3e5c06a8c314f65511d0bc5e80f /static
parentb2b833f447417e6eeab6f73327d6db915593f8ad (diff)
downloadhugo-theme-tjkbasic-48ec3c4670ce7ce82ec915176302c9c8c0976f6e.tar.xz
hugo-theme-tjkbasic-48ec3c4670ce7ce82ec915176302c9c8c0976f6e.zip
add bold class and tweak highlight.css
Diffstat (limited to 'static')
-rw-r--r--static/stylesheets/highlight.css4
-rw-r--r--static/stylesheets/style.css4
2 files changed, 6 insertions, 2 deletions
diff --git a/static/stylesheets/highlight.css b/static/stylesheets/highlight.css
index ea6d80c..5efc353 100644
--- a/static/stylesheets/highlight.css
+++ b/static/stylesheets/highlight.css
@@ -53,7 +53,7 @@
/* LiteralStringOther */ .chroma .sx { color: #b8bb26 }
/* LiteralStringRegex */ .chroma .sr { color: #b8bb26 }
/* LiteralStringSingle */ .chroma .s1 { color: #b8bb26 }
-/* LiteralStringSymbol */ .chroma .ss { color: #83a598 }
+/* LiteralStringSymbol */ .chroma .ss { color: #8ec07c }
/* LiteralNumber */ .chroma .m { color: #d3869b }
/* LiteralNumberBin */ .chroma .mb { color: #d3869b }
/* LiteralNumberFloat */ .chroma .mf { color: #d3869b }
@@ -89,5 +89,5 @@
/* nginx KeywordNamespace */ .chroma code.language-nginx .kn { color: #fabd2f }
/* nginx LiteralString */ .chroma code.language-nginx .s { color: #ffffff }
/* sh NameVariable */ .chroma code.language-sh .nv { color: #8ec07c }
-/* sh CommentPreproc */ .chroma .cp { color: #928374 }
+/* sh CommentPreproc */ .chroma code.language-sh .cp { color: #928374 }
/* yaml NameTag */ .chroma code.language-yaml .nt { color: #83a598 }
diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css
index a4a8093..27b9ae7 100644
--- a/static/stylesheets/style.css
+++ b/static/stylesheets/style.css
@@ -75,6 +75,10 @@ h1, h2, h3, h4, h5, h6 {
font-family: monospace;
}
+.bold {
+ font-weight: bold;
+}
+
a {
color: lightgreen;
}