diff options
Diffstat (limited to 'src/styles/typography.css')
| -rw-r--r-- | src/styles/typography.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/styles/typography.css b/src/styles/typography.css index c1eefbd5..0b9bb694 100644 --- a/src/styles/typography.css +++ b/src/styles/typography.css @@ -21,13 +21,5 @@ body { } .opaque { - opacity: 1; - position: relative; - z-index: -1; -} - -.true-opaque { opacity: 0.5; - position: relative; - z-index: -1; } |