make notification hover darker
This commit is contained in:
parent
a49cd8500c
commit
e168925f6c
@ -29,7 +29,7 @@ const COLORS = {
|
|||||||
dropdownItemColor: 'rgba(0, 0, 0, 0.7)',
|
dropdownItemColor: 'rgba(0, 0, 0, 0.7)',
|
||||||
dropdownItemColorHover: 'rgba(0, 0, 0, 0.9)',
|
dropdownItemColorHover: 'rgba(0, 0, 0, 0.9)',
|
||||||
commentBg: 'rgba(0, 0, 0, 0.03)',
|
commentBg: 'rgba(0, 0, 0, 0.03)',
|
||||||
clickToContextColor: 'rgba(0, 0, 0, 0.05)',
|
clickToContextColor: 'rgba(0, 0, 0, 0.07)',
|
||||||
brandColor: 'rgba(0, 0, 0, 0.9)',
|
brandColor: 'rgba(0, 0, 0, 0.9)',
|
||||||
grey: '#707070',
|
grey: '#707070',
|
||||||
link: '#007cbe',
|
link: '#007cbe',
|
||||||
@ -47,7 +47,7 @@ const COLORS = {
|
|||||||
dropdownItemColor: 'rgba(255, 255, 255, 0.7)',
|
dropdownItemColor: 'rgba(255, 255, 255, 0.7)',
|
||||||
dropdownItemColorHover: 'rgba(255, 255, 255, 0.9)',
|
dropdownItemColorHover: 'rgba(255, 255, 255, 0.9)',
|
||||||
commentBg: 'rgba(255, 255, 255, 0.04)',
|
commentBg: 'rgba(255, 255, 255, 0.04)',
|
||||||
clickToContextColor: 'rgba(255, 255, 255, 0.08)',
|
clickToContextColor: 'rgba(255, 255, 255, 0.2)',
|
||||||
color: '#f8f9fa',
|
color: '#f8f9fa',
|
||||||
brandColor: 'var(--primary)',
|
brandColor: 'var(--primary)',
|
||||||
grey: '#969696',
|
grey: '#969696',
|
||||||
|
@ -14,7 +14,7 @@ const COLORS = {
|
|||||||
dropdownItemColor: 'rgba(0, 0, 0, 0.7)',
|
dropdownItemColor: 'rgba(0, 0, 0, 0.7)',
|
||||||
dropdownItemColorHover: 'rgba(0, 0, 0, 0.9)',
|
dropdownItemColorHover: 'rgba(0, 0, 0, 0.9)',
|
||||||
commentBg: 'rgba(0, 0, 0, 0.03)',
|
commentBg: 'rgba(0, 0, 0, 0.03)',
|
||||||
clickToContextColor: 'rgba(0, 0, 0, 0.05)',
|
clickToContextColor: 'rgba(0, 0, 0, 0.07)',
|
||||||
brandColor: 'rgba(0, 0, 0, 0.9)',
|
brandColor: 'rgba(0, 0, 0, 0.9)',
|
||||||
grey: '#707070',
|
grey: '#707070',
|
||||||
link: '#007cbe',
|
link: '#007cbe',
|
||||||
@ -32,7 +32,7 @@ const COLORS = {
|
|||||||
dropdownItemColor: 'rgba(255, 255, 255, 0.7)',
|
dropdownItemColor: 'rgba(255, 255, 255, 0.7)',
|
||||||
dropdownItemColorHover: 'rgba(255, 255, 255, 0.9)',
|
dropdownItemColorHover: 'rgba(255, 255, 255, 0.9)',
|
||||||
commentBg: 'rgba(255, 255, 255, 0.04)',
|
commentBg: 'rgba(255, 255, 255, 0.04)',
|
||||||
clickToContextColor: 'rgba(255, 255, 255, 0.08)',
|
clickToContextColor: 'rgba(255, 255, 255, 0.2)',
|
||||||
color: '#f8f9fa',
|
color: '#f8f9fa',
|
||||||
brandColor: 'var(--primary)',
|
brandColor: 'var(--primary)',
|
||||||
grey: '#969696',
|
grey: '#969696',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user