mirror of
https://github.com/Qortal/q-blog.git
synced 2025-01-30 06:42:20 +00:00
Merge pull request #1 from QuickMythril/file-readability
Modify file element color
This commit is contained in:
commit
3695fcea44
@ -27,7 +27,7 @@ const Widget = styled('div')(({ theme }) => ({
|
|||||||
// backgroundColor:
|
// backgroundColor:
|
||||||
// theme.palette.mode === 'dark' ? 'rgba(0,0,0,0.6)' : 'rgba(255,255,255,0.4)',
|
// theme.palette.mode === 'dark' ? 'rgba(0,0,0,0.6)' : 'rgba(255,255,255,0.4)',
|
||||||
backdropFilter: 'blur(40px)',
|
backdropFilter: 'blur(40px)',
|
||||||
background: 'skyblue',
|
background: '#03a9f4',
|
||||||
transition: '0.2s all',
|
transition: '0.2s all',
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
opacity: 0.75
|
opacity: 0.75
|
||||||
|
Loading…
Reference in New Issue
Block a user