diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/typography.css | 6 |
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; +} |