aboutsummaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass')
-rw-r--r--sass/_markdown.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/_markdown.scss b/sass/_markdown.scss
index 0d51c5c..99f14b2 100644
--- a/sass/_markdown.scss
+++ b/sass/_markdown.scss
@@ -32,6 +32,10 @@
.content a {
color: var(--primary-link-color);
+ code {
+ color: var(--primary-link-color);
+ }
+
&:hover {
text-decoration: underline;
}