diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-04 21:12:12 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-04 21:12:12 +0100 |
| commit | d494739e4823424bb54d81e21b57e4725544eb07 (patch) | |
| tree | c48674bd43ca613dc2b6b33d122e4418b05d93ba /frontend/public/normalize.css | |
| parent | ab2f15dcc05350567b08460679c87d7e01af87a6 (diff) | |
WIP tidy up later
Diffstat (limited to 'frontend/public/normalize.css')
| -rw-r--r-- | frontend/public/normalize.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/public/normalize.css b/frontend/public/normalize.css index 7e8a037..ccc5a05 100644 --- a/frontend/public/normalize.css +++ b/frontend/public/normalize.css @@ -353,3 +353,7 @@ template { :visited { color: inherit; } + +li { + list-style: none; +}
\ No newline at end of file |
