/* * notion-enhancer * (c) 2020 dragonwocky * (c) 2020 TarasokUA * (c) 2020 Arecsu * (c) 2020 u/zenith_illinois * (https://dragonwocky.me/) under the MIT license */ /** general ui **/ .notion-dark-theme [style*='background: rgb(55, 60, 63)'], .notion-dark-theme [style*='background: rgba(69, 75, 78, 0.3)'], .notion-dark-theme [style*='background: rgb(120, 123, 123)'] { background: var(--theme_dark--sidebar) !important; } .notion-body.dark, .notion-dark-theme [style*='background: rgb(47, 52, 55)'], .notion-dark-theme [style*='background-color: rgb(47, 52, 55)'] { background: var(--theme_dark--main) !important; } .notion-dark-theme [style*='background: rgba(15, 15, 15, 0.6)'] { background: var(--theme_dark--overlay) !important; } .notion-dark-theme .notion-peek-renderer > div:nth-child(2) { max-width: var(--theme_dark--preview-width) !important; } .notion-dark-theme .notion-peek-renderer .notion-scroller.vertical > div:nth-child(1) > div, .notion-dark-theme .notion-peek-renderer .notion-scroller.vertical > div:nth-child(2), .notion-dark-theme .notion-peek-renderer .notion-page-view-discussion, .notion-dark-theme .notion-peek-renderer .notion-page-content { padding-left: var(--theme_dark--preview-padding) !important; padding-right: var(--theme_dark--preview-padding) !important; width: 100%; } .notion-dark-theme .notion-peek-renderer .notion-scroller.vertical [style*='position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; height: 20vh;'], .notion-dark-theme .notion-peek-renderer .notion-scroller.vertical [style*='position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; height: 20vh;'] img { height: var(--theme_dark--preview_banner-height) !important; } .notion-dark-theme [style^='position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; height: 30vh;'], .notion-dark-theme [style^='position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; height: 30vh;'] img { height: var(--theme_dark--page_banner-height) !important; } .notion-dark-theme, .notion-dark-theme [style*='Segoe UI'] { font-family: var(--theme_dark--font_sans) !important; } .notion-dark-theme [style*='Georgia'] { font-family: var(--theme_dark--font_serif) !important; } .notion-dark-theme [style*='iawriter-mono'] { font-family: var(--theme_dark--font_mono) !important; } .notion-dark-theme [style*='SFMono-Regular'] { font-family: var(--theme_dark--font_code) !important; } /* prevent block hover options overlaying topbar */ .notion-dark-theme .notion-topbar { background: var(--theme_dark--main); } /** databases **/ .notion-dark-theme [style*='background: rgb(63, 68, 71)'] { background: var(--theme_dark--card) !important; } .notion-dark-theme .notion-frame [style*='background: rgb(63, 68, 71)'] { border: 0.5px solid var(--theme_dark--card-border); } .notion-dark-theme [style*='box-shadow: rgb(47, 52, 55) -3px 0px 0px'] { box-shadow: var(--theme_dark--main) -3px 0px 0px !important; } .notion-dark-theme [style*='box-shadow: rgb(47, 52, 55) -3px 0px 0px, rgba(255, 255, 255, 0.14) 0px 1px 0px'] { box-shadow: var(--theme_dark--main) -3px 0px 0px, var(--theme_dark--table-border) 0px 1px 0px !important; } .notion-dark-theme [style*='border-top: 1px solid rgba(255, 255, 255,'] { border-top: 1px solid var(--theme_dark--table-border) !important; } .notion-dark-theme [style*='box-shadow: rgba(255, 255, 255, 0.14) -1px 0px 0px'] { box-shadow: var(--theme_dark--table-border) -1px 0px 0px !important; } .notion-dark-theme [style*='border-bottom: 1px solid rgba(255, 255, 255,'] { border-bottom: 1px solid var(--theme_dark--table-border) !important; } .notion-dark-theme [style*='box-shadow: rgba(255, 255, 255, 0.14) 0px 1px 0px'] { box-shadow: var(--theme_dark--table-border) 0px 1px 0px !important; } .notion-dark-theme [style*='border-right: 1px solid rgba(255, 255, 255,'] { border-right: 1px solid var(--theme_dark--table-border) !important; } .notion-dark-theme [style*='box-shadow: rgba(255, 255, 255, 0.07) 0px -1px 0px'] { box-shadow: var(--theme_dark--table-border) 0px -1px 0px !important; } .notion-dark-theme [style*='border-left: 1px solid rgba(255, 255, 255,'] { border-left: 1px solid var(--theme_dark--table-border) !important; } .notion-dark-theme [style*='box-shadow: rgba(255, 255, 255, 0.14) 0px 1px 0px inset'] { box-shadow: var(--theme_dark--table-border) 0px 1px 0px inset !important; } .notion-dark-theme [style*='background: rgb(71, 76, 80)'], .notion-dark-theme [style*='background: rgb(80, 85, 88)'], .notion-dark-theme [style*='background: rgb(98, 102, 104)'] { background: var(--theme_dark--button_hover) !important; box-shadow: 0 0 0 0.5px var(--theme_dark--button_hover-border); } /** colours **/ .notion-dark-theme ::selection, .notion-dark-theme [style*='background: rgba(46, 170, 220,']:not([style*='background: rgba(46, 170, 220, 0)']), .notion-dark-theme [style*='background-color: rgba(46, 170, 220,']:not([style*='background-color: rgba(46, 170, 220, 0)']) { background: var(--theme_dark--selected) !important; } .notion-dark-theme [style*='color: rgb(46, 170, 220)'] { color: var(--theme_dark--primary) !important; } .notion-dark-theme [style*='background: rgb(46, 170, 220)'], .notion-dark-theme [style*='background-color: rgb(46, 170, 220)'] { background: var(--theme_dark--primary) !important; } .notion-dark-theme [style*='box-shadow: rgb(46, 170, 220) 0px 0px 0px 2px inset'] { box-shadow: var(--theme_dark--primary) 0px 0px 0px 2px inset !important; } .notion-dark-theme .notion-focusable:focus-within { box-shadow: var(--theme_dark--primary) 0px 0px 0px 1px inset, var(--theme_dark--primary_hover) 0px 0px 0px 2px !important; } .notion-dark-theme [style*='background: rgb(6, 156, 205)'] { background: var(--theme_dark--primary_hover) !important; } .notion-dark-theme [style*='background: rgb(0, 141, 190)'] { background: var(--theme_dark--primary_click) !important; } .notion-dark-theme .DayPicker-Day--today:not(.DayPicker-Day--selected):not(.DayPicker-Day--value):not(.DayPicker-Day--start):not(.DayPicker-Day--end)::after, .notion-dark-theme [style*='background: rgb(235, 87, 87)'] { background: var(--theme_dark--primary_indicator) !important; } .notion-dark-theme .notion-to_do-block .checkboxSquare path { fill: var(--theme_dark--todo_empty-border) !important; } .notion-dark-theme .notion-to_do-block .check polygon { fill: var(--theme_dark--todo_ticked-fill) !important; } .notion-dark-theme .notion-to_do-block [style*='background: rgb(46, 170, 220)'] { background: var(--theme_dark--todo_ticked-background) !important; } .notion-dark-theme .notion-to_do-block [style*='background: rgb(71, 76, 80)'] { background: var(--theme_dark--todo_hover-background) !important; } .notion-dark-theme [style*='color: rgb(235, 87, 87); border: 1px solid rgba(235, 87, 87, 0.5);'] { color: var(--theme_dark--danger_text) !important; border: 1px solid var(--theme_dark--danger_border) !important; } .notion-dark-theme, .notion-dark-theme .notion-page-content [style*='color: inherit;'], .notion-dark-theme .notion-frame .notion-page-block, .notion-dark-theme [style*='color: rgba(255, 255, 255, 0.9)'], .notion-dark-theme [style*='color: rgba(255, 255, 255, 0.7)'] { color: var(--theme_dark--text) !important; } .notion-dark-theme [style*='color: rgba(255, 255, 255, 0.6)'] { color: var(--theme_dark--text_ui) !important; } .notion-dark-theme [style*='color: rgba(255, 255, 255, 0.4)'] { color: var(--theme_dark--text_ui_info) !important; } .notion-dark-theme [style*='fill: rgb(202, 204, 206)'] { fill: var(--theme_dark--text) !important; } .notion-dark-theme [style*='fill: rgba(202, 204, 206,'] { fill: var(--theme_dark--text_ui) !important; } .notion-dark-theme [style*='color:rgba(151,154,155,0.95)'] { color: var(--theme_dark--text_gray) !important; } .notion-dark-theme [style*='background: rgba(151, 154, 155, 0.5)'], .notion-dark-theme [style*='background:rgb(69,75,78)'] { background: var(--theme_dark--bg_gray) !important; } .notion-dark-theme [style*='background: rgb(69, 75, 78)'] { background: var(--theme_dark--line_gray) !important; } .notion-dark-theme [style*='color:rgb(147,114,100)'] { color: var(--theme_dark--text_brown) !important; } .notion-dark-theme [style*='background: rgba(147, 114, 100, 0.5)'], .notion-dark-theme [style*='background:rgb(67,64,64)'] { background: var(--theme_dark--bg_brown) !important; } .notion-dark-theme [style*='background: rgb(67, 64, 64)'] { background: var(--theme_dark--line_brown) !important; } .notion-dark-theme [style*='color:rgb(255,163,68)'] { color: var(--theme_dark--text_orange) !important; } .notion-dark-theme [style*='background: rgba(255, 163, 68, 0.5)'], .notion-dark-theme [style*='background:rgb(89,74,58)'] { background: var(--theme_dark--bg_orange) !important; } .notion-dark-theme [style*='background: rgb(89, 74, 58)'] { background: var(--theme_dark--line_orange) !important; } .notion-dark-theme [style*='color:rgb(255,220,73)'] { color: var(--theme_dark--text_yellow) !important; } .notion-dark-theme [style*='background: rgba(255, 220, 73, 0.5)'], .notion-dark-theme [style*='background:rgb(89,86,59)'] { background: var(--theme_dark--bg_yellow) !important; } .notion-dark-theme [style*='background: rgb(89, 86, 59)'] { background: var(--theme_dark--line_yellow) !important; } .notion-dark-theme [style*='color:rgb(77,171,154)'] { color: var(--theme_dark--text_green) !important; } .notion-dark-theme [style*='background: rgba(77, 171, 154, 0.5)'], .notion-dark-theme [style*='background:rgb(53,76,75)'] { background: var(--theme_dark--bg_green) !important; } .notion-dark-theme [style*='background: rgb(53, 76, 75)'] { background: var(--theme_dark--line_green) !important; } .notion-dark-theme [style*='color:rgb(82,156,202)'] { color: var(--theme_dark--text_blue) !important; } .notion-dark-theme [style*='background: rgba(82, 156, 202, 0.5)'], .notion-dark-theme [style*='background:rgb(54,73,84)'] { background: var(--theme_dark--bg_blue) !important; } .notion-dark-theme [style*='background: rgb(54, 73, 84)'] { background: var(--theme_dark--line_blue) !important; } .notion-dark-theme [style*='color:rgb(154,109,215)'] { color: var(--theme_dark--text_purple) !important; } .notion-dark-theme [style*='background: rgba(154, 109, 215, 0.5)'], .notion-dark-theme [style*='background:rgb(68,63,87)'] { background: var(--theme_dark--bg_purple) !important; } .notion-dark-theme [style*='background: rgb(68, 63, 87)'] { background: var(--theme_dark--line_purple) !important; } .notion-dark-theme [style*='color:rgb(226,85,161)'] { color: var(--theme_dark--text_pink) !important; } .notion-dark-theme [style*='background: rgba(226, 85, 161, 0.5)'], .notion-dark-theme [style*='background:rgb(83,59,76)'] { background: var(--theme_dark--bg_pink) !important; } .notion-dark-theme [style*='background: rgb(83, 59, 76)'] { background: var(--theme_dark--line_pink) !important; } .notion-dark-theme [style*='color:rgb(255,115,105)'] { color: var(--theme_dark--text_red) !important; } .notion-dark-theme [style*='background: rgba(255, 115, 105, 0.5);'], .notion-dark-theme [style*='background:rgb(89,65,65)'] { background: var(--theme_dark--bg_red) !important; } .notion-dark-theme [style*='background: rgb(89, 65, 65)'] { background: var(--theme_dark--line_red) !important; } /* code */ .notion-dark-theme [style*='color:#EB5757'] { color: var(--theme_dark--code_inline-text) !important; background: var(--theme_dark--code_inline-background) !important; } .notion-dark-theme .notion-code-block { background: var(--theme_dark--code-background) !important; } .notion-dark-theme .notion-code-block > div { color: var(--theme_dark--code_text) !important; } .notion-dark-theme .notion-code-block .token.function { color: var(--theme_dark--code_function) !important; } .notion-dark-theme .notion-code-block .token.keyword { color: var(--theme_dark--code_keyword) !important; } .notion-dark-theme .notion-code-block .token.tag { color: var(--theme_dark--code_tag) !important; } .notion-dark-theme .notion-code-block .token.operator { color: var(--theme_dark--code_operator) !important; } .notion-dark-theme .notion-code-block .token.important { color: var(--theme_dark--code_important) !important; } .notion-dark-theme .notion-code-block .token.property { color: var(--theme_dark--code_property) !important; } .notion-dark-theme .notion-code-block .token.builtin { color: var(--theme_dark--code_builtin) !important; } .notion-dark-theme .notion-code-block .token.attr-name { color: var(--theme_dark--code_attr-name) !important; } .notion-dark-theme .notion-code-block .token.attr-value { color: var(--theme_dark--code_attr-value) !important; } .notion-dark-theme .notion-code-block .token.comment { color: var(--theme_dark--code_comment) !important; } .notion-dark-theme .notion-code-block .token.punctuation { color: var(--theme_dark--code_punctuation) !important; } .notion-dark-theme .notion-code-block .token.doctype { color: var(--theme_dark--code_doctype) !important; } .notion-dark-theme .notion-code-block .token.number { color: var(--theme_dark--code_number) !important; } .notion-dark-theme .notion-code-block .token.string { color: var(--theme_dark--code_string) !important; }