Skip to content

Commit

Permalink
notification list fixes
Browse files Browse the repository at this point in the history
this contains bg-gray which by default is important and add weight to this selector
  • Loading branch information
the-j0k3r committed Jul 26, 2020
1 parent 9930362 commit c066345
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions github-dark.user.css
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down
8 changes: 6 additions & 2 deletions src/main.css
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit c066345

Please sign in to comment.