diff --git a/static/includes/_a11y.scss b/static/includes/_a11y.scss index 748b6dd4..e5ca5c9d 100644 --- a/static/includes/_a11y.scss +++ b/static/includes/_a11y.scss @@ -2,6 +2,11 @@ position: absolute; top: 0; width: 10em; + ul, li { + list-style: none; + margin: 0; + padding: 0; + } } #nav-skip a { diff --git a/templates/theme.html b/templates/theme.html index f7575d53..fa983dac 100644 --- a/templates/theme.html +++ b/templates/theme.html @@ -42,10 +42,10 @@