From ebfe5a827a1b507b9cd0967689836b39eba7b401 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Tue, 27 Oct 2020 13:12:12 +0700 Subject: [PATCH] Fix Oppai colour for unread pm --- static/styles/sugoi/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/sugoi/style.css b/static/styles/sugoi/style.css index db9dc3e..652f18c 100755 --- a/static/styles/sugoi/style.css +++ b/static/styles/sugoi/style.css @@ -860,7 +860,7 @@ css block is needed for .rowlight and .rowdark*/ /* Layout (Forums) */ .last_read {margin-left: 5px; fill: #222f68;} -.colhead_dark .last_read {fill: #DC86E0;} +.colhead_dark .last_read {fill: #4d73ff;} .unread_locked_sticky{background: url(images/locked_sticky_unread.png) no-repeat center center;} .read_locked_sticky{background: url(images/locked_sticky_read.png) no-repeat center center;} @@ -925,7 +925,7 @@ blockquote { tr.unreadpm { - background-color: #ECC; + background-color: #4d73ff; } /* Layout (Permission Page) */