Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
update to light_gray
Browse files Browse the repository at this point in the history
  • Loading branch information
blorbb committed Jan 5, 2022
1 parent 27034df commit ecd6c0d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions theming/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)']
Expand All @@ -48,17 +48,17 @@
.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)']
> [data-block-id]
> [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)
Expand All @@ -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 */
Expand Down

0 comments on commit ecd6c0d

Please sign in to comment.