diff options
| author | Fuwn <[email protected]> | 2024-01-04 19:46:09 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-04 19:46:09 -0800 |
| commit | eb238e94182f5c0884b0fb8db59a2d0a7457ae55 (patch) | |
| tree | 29a7e36edfd698953293527eed58d75d0db43cd7 /src/app.css | |
| parent | feat: site-wide limit height (diff) | |
| download | due.moe-eb238e94182f5c0884b0fb8db59a2d0a7457ae55.tar.xz due.moe-eb238e94182f5c0884b0fb8db59a2d0a7457ae55.zip | |
feat(css): default marker
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css index 0ff87ecd..6834a7be 100644 --- a/src/app.css +++ b/src/app.css @@ -162,3 +162,9 @@ code { padding: 0; border-radius: 0; } + +/* remove list dots and stuff */ +ul, +li::marker { + content: unset !important; +} |