aboutsummaryrefslogtreecommitdiff
path: root/static/stylesheets/style.css
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/stylesheets/style.css
parentb2b833f447417e6eeab6f73327d6db915593f8ad (diff)
downloadhugo-theme-tjkbasic-48ec3c4670ce7ce82ec915176302c9c8c0976f6e.tar.xz
hugo-theme-tjkbasic-48ec3c4670ce7ce82ec915176302c9c8c0976f6e.zip
add bold class and tweak highlight.css
Diffstat (limited to 'static/stylesheets/style.css')
-rw-r--r--static/stylesheets/style.css4
1 files changed, 4 insertions, 0 deletions
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;
}