update to light_gray

This commit is contained in:
waaaaaaaaaaaaaaaaaaaaa 2022-01-05 14:52:18 +11:00
parent 195c0917ff
commit 91986905c8
2 changed files with 12 additions and 13 deletions

View File

@ -28,7 +28,6 @@ const lightGray = {
'board-text': 'rgba(107, 112, 116, 0.7)',
},
};
// TODO also add colouring for the preview box?
const colors = {
'gray': {

View File

@ -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%;'],
.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%;'] {
background: var(--theme--tag_light-gray) !important;
color: var(--theme--tag_light-gray-text) !important;
background: var(--theme--tag_light_gray) !important;
color: var(--theme--tag_light_gray-text) !important;
}
.notion-body:not(.dark)
[style*='background: rgba(227, 226, 224, 0.5)'][style*='border-radius: 3px;'][style*='width: 18px; height: 18px;'],
.notion-body.dark
[style*='background: rgba(107, 112, 116, 0.7)'][style*='border-radius: 3px;'][style*='width: 18px; height: 18px;'] {
background: var(--theme--tag_light-gray) !important;
color: var(--theme--tag_light-gray-text) !important;
background: var(--theme--tag_light_gray) !important;
color: var(--theme--tag_light_gray-text) !important;
}
.notion-body:not(.dark)
@ -37,8 +37,8 @@
> :first-child
> :nth-child(2)
[style*='background-color: rgba(51, 55, 59, 0.7)'] {
background: var(--theme--board_light-gray) !important;
color: var(--theme--board_light-gray-text) !important;
background: var(--theme--board_light_gray) !important;
color: var(--theme--board_light_gray-text) !important;
}
.notion-body:not(.dark)
.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)']
> [data-block-id]
> [rel='noopener noreferrer'] {
background: var(--theme--board_light-gray-card) !important;
color: var(--theme--board_light-gray-card_text) !important;
background: var(--theme--board_light_gray-card) !important;
color: var(--theme--board_light_gray-card_text) !important;
}
.notion-body.dark
.notion-board-group[style*='background-color: rgba(51, 55, 59, 0.7)']
@ -57,8 +57,8 @@
> [rel='noopener noreferrer']
[placeholder='Untitled'] {
-webkit-text-fill-color: var(
--theme--board_light-gray-card_text,
var(--theme--board_light-gray-text)
--theme--board_light_gray-card_text,
var(--theme--board_light_gray-text)
) !important;
}
.notion-body:not(.dark)
@ -79,8 +79,8 @@
.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.dark .notion-board-view [style*='fill: rgba(107, 112, 116, 0.7)'] {
color: var(--theme--board_light-gray-text) !important;
fill: var(--theme--board_light-gray-text) !important;
color: var(--theme--board_light_gray-text) !important;
fill: var(--theme--board_light_gray-text) !important;
}
/* gray */