From 720a19e24dfe962e9c68c6e064609c41102b33fc Mon Sep 17 00:00:00 2001 From: Yu Cong Date: Tue, 24 Mar 2026 20:01:35 +0800 Subject: [PATCH] Remove .notes-list custom styles --- css/default.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/css/default.css b/css/default.css index 83cfdc8..c505880 100644 --- a/css/default.css +++ b/css/default.css @@ -264,20 +264,6 @@ ul { list-style-type: square; padding-left: 2em; } -.notes-list { - list-style: none; - padding-left: 0; - margin-left: 0; -} -.notes-list li { - position: relative; - padding-left: 1em; -} -.notes-list li::before { - content: "-"; - position: absolute; - left: 0; -} li { margin-bottom: 0.15em; }