From aac2bfed38730205972185d5ada4d25e2690692c Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 5 Oct 2023 19:26:59 +0300 Subject: [PATCH] background color consistency between /log and /notifications/modactions --- files/assets/css/main.css | 1 - files/templates/log.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index e9d822b6e..de734ede9 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6890,7 +6890,6 @@ div.markdown { .modlog-action { display: flex; flex-wrap: wrap; - background: var(--gray-600) !important; position: relative; align-items: center; justify-content: space-between; diff --git a/files/templates/log.html b/files/templates/log.html index aaf9e1e95..df8aa5517 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -47,7 +47,7 @@ -
+
{% for ma in actions %}