From 574c26c6110dee5d6b09b5c96b801dc3ca366cf0 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 03 Apr 2025 18:19:34 +0800 Subject: [PATCH] CSS: Remove .commit-list-small .event's border --- static/style.css | 1 - diff --git a/static/style.css b/static/style.css index 077f2f699d2736bdcd158e3138767023408df316..f885b68c589797b43b12877b4c4e1b5b6599c3f0 100644 --- a/static/style.css +++ b/static/style.css @@ -562,7 +562,6 @@ /* TODO */ .commit-list-small .event { - border: 1px solid var(--lighter-border-color); background-color: var(--lighter-box-background-color); padding: 0.5rem; margin-bottom: 1rem; -- 2.48.1