aboutsummaryrefslogtreecommitdiff
path: root/src/styles/typography.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-31 03:25:06 -0800
committerFuwn <[email protected]>2024-01-31 03:25:06 -0800
commitf8115e2000547ff45698b6373d962bf1ade929cc (patch)
tree5c2370959333d4a6ba0b829a988fe9c6d794e8a8 /src/styles/typography.css
parentrefactor(manga): use healthcheck endpoint (diff)
downloaddue.moe-f8115e2000547ff45698b6373d962bf1ade929cc.tar.xz
due.moe-f8115e2000547ff45698b6373d962bf1ade929cc.zip
feat(layout): dropdown for schedule
Diffstat (limited to 'src/styles/typography.css')
-rw-r--r--src/styles/typography.css6
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;
+}