summaryrefslogtreecommitdiffstats
path: root/assets/scss/web/_blog.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/web/_blog.scss')
-rw-r--r--assets/scss/web/_blog.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/scss/web/_blog.scss b/assets/scss/web/_blog.scss
index 2368af9..0eac85f 100644
--- a/assets/scss/web/_blog.scss
+++ b/assets/scss/web/_blog.scss
@@ -37,7 +37,7 @@
}
code {
- font-size: 16px;
+ opacity: 0.5;
&.language-ascii {
line-height: 1
@@ -54,4 +54,11 @@
}
}
}
+
+ pre {
+ opacity: 1;
+ code {
+ opacity: 1;
+ }
+ }
}