Commit 9daafb0a authored by Pradosh Kumar's avatar Pradosh Kumar
Browse files

Issue #ED-421 fix: CSS cleanup and themes cleanup & SASS migration

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -440,7 +440,7 @@ html[data-theme='default'][data-mode='darkmode'] {
// notification
--cc-notification-list-bg: var(--color-222);
--cc-notification-list-br: #111111;
--cc-notification-list-br: var(--color-222);
--cc-notification-status-bg: var(--white);
--cc-notification-date-text: var(--white);
--cc-notification-logo-bg: var(--gray-0);
......@@ -810,7 +810,7 @@ html[data-theme='default'][data-mode='darkmode'] {
border: 0px solid red !important;
&:hover {
background: #F3A819 !important;
background: var(--primary-800) !important;
color: var(--color-333) !important;
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment