diff options
| author | Fuwn <[email protected]> | 2024-01-31 03:25:06 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-31 03:25:06 -0800 |
| commit | f8115e2000547ff45698b6373d962bf1ade929cc (patch) | |
| tree | 5c2370959333d4a6ba0b829a988fe9c6d794e8a8 /src/styles/typography.css | |
| parent | refactor(manga): use healthcheck endpoint (diff) | |
| download | due.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.css | 6 |
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; +} |