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 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; +} |