light-blue.css: fix menu bullet

This commit is contained in:
Benjamin Renard 2020-05-27 16:19:20 +02:00
parent 04dc6c910a
commit 3ecf6018dd

View file

@ -38,6 +38,7 @@
ul.menu {
padding: 0;
list-style-type: none;
list-style-image: none;
border-top: 1px dotted var(--medium-color);
}