From ad0946b113c69e3e7ad5c08f0dae7f413bbb64b7 Mon Sep 17 00:00:00 2001 From: herbert Date: Sun, 3 Oct 2021 22:52:22 +0200 Subject: [PATCH] increased readability of edited logs on orion --- static/styles/orion/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/orion/style.css b/static/styles/orion/style.css index 5abfbd9..ef470ed 100644 --- a/static/styles/orion/style.css +++ b/static/styles/orion/style.css @@ -2648,4 +2648,8 @@ table:not(.forum_index) tr.row:hover { .colhead a.badge_icon, .colhead_dark a.badge_icon img { height: 20px; +} + +#log span[style*="color: blue;"]{ + color:#2685ff !important; } \ No newline at end of file