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 e502fa90..caf65724 100644
--- a/src/styles/typography.css
+++ b/src/styles/typography.css
@@ -19,3 +19,9 @@ body {
font-weight: 400;
text-shadow: none;
}
+
+.opaque {
+ opacity: 1;
+ position: relative;
+ z-index: -1;
+}