mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 05:29:02 +00:00
update to light_gray
This commit is contained in:
parent
195c0917ff
commit
91986905c8
@ -28,7 +28,6 @@ const lightGray = {
|
|||||||
'board-text': 'rgba(107, 112, 116, 0.7)',
|
'board-text': 'rgba(107, 112, 116, 0.7)',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
// TODO also add colouring for the preview box?
|
|
||||||
|
|
||||||
const colors = {
|
const colors = {
|
||||||
'gray': {
|
'gray': {
|
||||||
|
@ -10,16 +10,16 @@
|
|||||||
[style*='background: rgba(227, 226, 224, 0.5)'][style*='align-items: center;'][style*='border-radius: 3px; padding-left: 6px;'][style*='line-height: 120%;'],
|
[style*='background: rgba(227, 226, 224, 0.5)'][style*='align-items: center;'][style*='border-radius: 3px; padding-left: 6px;'][style*='line-height: 120%;'],
|
||||||
.notion-body.dark
|
.notion-body.dark
|
||||||
[style*='background: rgba(71, 76, 80, 0.7)'][style*='align-items: center;'][style*='border-radius: 3px; padding-left: 6px;'][style*='line-height: 120%;'] {
|
[style*='background: rgba(71, 76, 80, 0.7)'][style*='align-items: center;'][style*='border-radius: 3px; padding-left: 6px;'][style*='line-height: 120%;'] {
|
||||||
background: var(--theme--tag_light-gray) !important;
|
background: var(--theme--tag_light_gray) !important;
|
||||||
color: var(--theme--tag_light-gray-text) !important;
|
color: var(--theme--tag_light_gray-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notion-body:not(.dark)
|
.notion-body:not(.dark)
|
||||||
[style*='background: rgba(227, 226, 224, 0.5)'][style*='border-radius: 3px;'][style*='width: 18px; height: 18px;'],
|
[style*='background: rgba(227, 226, 224, 0.5)'][style*='border-radius: 3px;'][style*='width: 18px; height: 18px;'],
|
||||||
.notion-body.dark
|
.notion-body.dark
|
||||||
[style*='background: rgba(107, 112, 116, 0.7)'][style*='border-radius: 3px;'][style*='width: 18px; height: 18px;'] {
|
[style*='background: rgba(107, 112, 116, 0.7)'][style*='border-radius: 3px;'][style*='width: 18px; height: 18px;'] {
|
||||||
background: var(--theme--tag_light-gray) !important;
|
background: var(--theme--tag_light_gray) !important;
|
||||||
color: var(--theme--tag_light-gray-text) !important;
|
color: var(--theme--tag_light_gray-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notion-body:not(.dark)
|
.notion-body:not(.dark)
|
||||||
@ -37,8 +37,8 @@
|
|||||||
> :first-child
|
> :first-child
|
||||||
> :nth-child(2)
|
> :nth-child(2)
|
||||||
[style*='background-color: rgba(51, 55, 59, 0.7)'] {
|
[style*='background-color: rgba(51, 55, 59, 0.7)'] {
|
||||||
background: var(--theme--board_light-gray) !important;
|
background: var(--theme--board_light_gray) !important;
|
||||||
color: var(--theme--board_light-gray-text) !important;
|
color: var(--theme--board_light_gray-text) !important;
|
||||||
}
|
}
|
||||||
.notion-body:not(.dark)
|
.notion-body:not(.dark)
|
||||||
.notion-board-group[style*='background-color: rgba(249, 249, 245, 0.5)']
|
.notion-board-group[style*='background-color: rgba(249, 249, 245, 0.5)']
|
||||||
@ -48,8 +48,8 @@
|
|||||||
.notion-board-group[style*='background-color: rgba(51, 55, 59, 0.7)']
|
.notion-board-group[style*='background-color: rgba(51, 55, 59, 0.7)']
|
||||||
> [data-block-id]
|
> [data-block-id]
|
||||||
> [rel='noopener noreferrer'] {
|
> [rel='noopener noreferrer'] {
|
||||||
background: var(--theme--board_light-gray-card) !important;
|
background: var(--theme--board_light_gray-card) !important;
|
||||||
color: var(--theme--board_light-gray-card_text) !important;
|
color: var(--theme--board_light_gray-card_text) !important;
|
||||||
}
|
}
|
||||||
.notion-body.dark
|
.notion-body.dark
|
||||||
.notion-board-group[style*='background-color: rgba(51, 55, 59, 0.7)']
|
.notion-board-group[style*='background-color: rgba(51, 55, 59, 0.7)']
|
||||||
@ -57,8 +57,8 @@
|
|||||||
> [rel='noopener noreferrer']
|
> [rel='noopener noreferrer']
|
||||||
[placeholder='Untitled'] {
|
[placeholder='Untitled'] {
|
||||||
-webkit-text-fill-color: var(
|
-webkit-text-fill-color: var(
|
||||||
--theme--board_light-gray-card_text,
|
--theme--board_light_gray-card_text,
|
||||||
var(--theme--board_light-gray-text)
|
var(--theme--board_light_gray-text)
|
||||||
) !important;
|
) !important;
|
||||||
}
|
}
|
||||||
.notion-body:not(.dark)
|
.notion-body:not(.dark)
|
||||||
@ -79,8 +79,8 @@
|
|||||||
.notion-body.dark .notion-board-view [style*='color: rgba(107, 112, 116, 0.7)'],
|
.notion-body.dark .notion-board-view [style*='color: rgba(107, 112, 116, 0.7)'],
|
||||||
.notion-body:not(.dark) .notion-board-view [style*='fill: rgba(145, 145, 142, 0.5)'],
|
.notion-body:not(.dark) .notion-board-view [style*='fill: rgba(145, 145, 142, 0.5)'],
|
||||||
.notion-body.dark .notion-board-view [style*='fill: rgba(107, 112, 116, 0.7)'] {
|
.notion-body.dark .notion-board-view [style*='fill: rgba(107, 112, 116, 0.7)'] {
|
||||||
color: var(--theme--board_light-gray-text) !important;
|
color: var(--theme--board_light_gray-text) !important;
|
||||||
fill: var(--theme--board_light-gray-text) !important;
|
fill: var(--theme--board_light_gray-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* gray */
|
/* gray */
|
||||||
|
Loading…
Reference in New Issue
Block a user