From dbf5a656c2b5365ac6b9ddbed2f0a472faabfb0d Mon Sep 17 00:00:00 2001 From: leafee98 Date: Thu, 6 Jul 2023 15:14:46 +0800 Subject: [PATCH] use diff --git a/static/css/style.css b/static/css/style.css index f93cbd9..b977181 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -259,10 +259,6 @@ body { align-items: flex-start; } -/* remove the unwanted default css in menus */ -.header ul { list-style: none; margin: 0; padding: 0; } -.header li { list-style: none; } - /* set up spacing of menu items in menu and sub-menu */ .header .menu > * { margin-right: var(--len-3); } .header .menu > *:last-child { margin-right: 0; }