diff --git a/github-dark.user.css b/github-dark.user.css index 6970f23d0..8e91646ea 100644 --- a/github-dark.user.css +++ b/github-dark.user.css @@ -21323,7 +21323,7 @@ background: #181818; border-color: #484848 !important; } - .Box-row--hover-blue, .notifications-list .list-style-none.bg-gray { + .Box-row--hover-blue { background: #181818; } .dashboard-sidebar { @@ -21355,9 +21355,13 @@ background-color: var(--ghd-code-background) !important; } .radio-label, [style*="background-color: #2f363d"], - .project-full-screen .project-header { + .project-full-screen .project-header, + .notifications-list .list-style-none.bg-gray { background-color: #181818 !important; } + .notifications-list-item.notification-unread { + background: #1e1e1e; + } /* https://github.com/StylishThemes/GitHub-Dark/issues/811 */ .application-main > main .container-sm > .pt-4.bg-white.text-center { background: none !important; diff --git a/src/main.css b/src/main.css index 1db583072..18a55fe29 100644 --- a/src/main.css +++ b/src/main.css @@ -681,7 +681,7 @@ background: #181818; border-color: #484848 !important; } - .Box-row--hover-blue, .notifications-list .list-style-none.bg-gray { + .Box-row--hover-blue { background: #181818; } .dashboard-sidebar { @@ -713,9 +713,13 @@ background-color: var(--ghd-code-background) !important; } .radio-label, [style*="background-color: #2f363d"], - .project-full-screen .project-header { + .project-full-screen .project-header, + .notifications-list .list-style-none.bg-gray { background-color: #181818 !important; } + .notifications-list-item.notification-unread { + background: #1e1e1e; + } /* https://github.com/StylishThemes/GitHub-Dark/issues/811 */ .application-main > main .container-sm > .pt-4.bg-white.text-center { background: none !important;