From 17090037235d24d5dbf58473aed930b76f50e742 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 3 Feb 2024 02:15:14 -0800 Subject: fix(typography): opaque --- src/styles/typography.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/styles/typography.css') 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; } -- cgit v1.2.3