aboutsummaryrefslogtreecommitdiff
path: root/src/styles/typography.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-03 02:15:14 -0800
committerFuwn <[email protected]>2024-02-03 02:16:17 -0800
commit17090037235d24d5dbf58473aed930b76f50e742 (patch)
treeb50d378be1460bd8b62896c2b8ae2fe6fd59cd60 /src/styles/typography.css
parentfeat(cover): better movement (diff)
downloaddue.moe-17090037235d24d5dbf58473aed930b76f50e742.tar.xz
due.moe-17090037235d24d5dbf58473aed930b76f50e742.zip
fix(typography): opaque
Diffstat (limited to 'src/styles/typography.css')
-rw-r--r--src/styles/typography.css8
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;
}