aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/typography.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styles/typography.css b/src/styles/typography.css
index caf65724..c1eefbd5 100644
--- a/src/styles/typography.css
+++ b/src/styles/typography.css
@@ -25,3 +25,9 @@ body {
position: relative;
z-index: -1;
}
+
+.true-opaque {
+ opacity: 0.5;
+ position: relative;
+ z-index: -1;
+}