aboutsummaryrefslogtreecommitdiff
path: root/app/assets/sass/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/sass/_common.scss')
-rw-r--r--app/assets/sass/_common.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/sass/_common.scss b/app/assets/sass/_common.scss
index 5d38773..647e9d9 100644
--- a/app/assets/sass/_common.scss
+++ b/app/assets/sass/_common.scss
@@ -51,3 +51,9 @@ a {
.clickable {
cursor: pointer;
}
+
+
+code {
+ font-family: $font-family-mono;
+ font-weight: 600;
+}