diff options
| -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; +} |