diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f1e4f..83d9e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ Changelog --- + +# 78.0-1.0.0 [The Boys] + +I'm trying to bring in a bit of inclusion. + +**4 New Dark Themes!** + +- I can already hear you now, "Rimiru Tempest, from 'That Time I Got Reincarnated as a Slime', is not a boy. They are the best genderless slime, get your facts correct." Yeah well....shut up. +- Next, is one of the S ranked heroes in the 'One Punch Man' universe, Genos. +- After that, is the smug smile of Yukihira Soma from Shokugeki no Soma. +- Lastly, I am going to be honest, I haven't seen Haikyu. I just wanted a Indigo & Orange based theme. So here is Hinata Shoyo. + +![v78 Bois](https://doki.assets.unthrottled.io/misc/v78_bois.png) + +### Other Stuff + +- Updated some of Rory, Ram, & Rem's syntax highlighting colors to be more usable. + # 74.1-1.0.0 [Synapse break. Vanishment, this world!] **4 New Dark Themes!** diff --git a/assets/stickers/haikyu/shoyo/dark/shoyo_dark.png b/assets/stickers/haikyu/shoyo/dark/shoyo_dark.png new file mode 100644 index 0000000..9d051ec Binary files /dev/null and b/assets/stickers/haikyu/shoyo/dark/shoyo_dark.png differ diff --git a/assets/stickers/onePunch/genos/dark/genos_dark.png b/assets/stickers/onePunch/genos/dark/genos_dark.png new file mode 100644 index 0000000..6abe4eb Binary files /dev/null and b/assets/stickers/onePunch/genos/dark/genos_dark.png differ diff --git a/assets/stickers/shokugeki/soma/dark/soma_dark.png b/assets/stickers/shokugeki/soma/dark/soma_dark.png new file mode 100644 index 0000000..f17b407 Binary files /dev/null and b/assets/stickers/shokugeki/soma/dark/soma_dark.png differ diff --git a/assets/stickers/slime/rimiru/dark/rimiru_dark.png b/assets/stickers/slime/rimiru/dark/rimiru_dark.png new file mode 100644 index 0000000..0b8602a Binary files /dev/null and b/assets/stickers/slime/rimiru/dark/rimiru_dark.png differ diff --git a/buildSrc/assets/templates/tempCss.css.txt b/buildSrc/assets/templates/tempCss.css.txt index 664976c..aaf6a27 100644 --- a/buildSrc/assets/templates/tempCss.css.txt +++ b/buildSrc/assets/templates/tempCss.css.txt @@ -2,7 +2,7 @@ @name Doki-Theme: {{displayName}} @namespace github.com/doki-theme @version {{version}} -@description Browse code with your waifu. +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/buildSrc/assets/themes/haikyu/shoyo/dark/shoyo.dark.github.definition.json b/buildSrc/assets/themes/haikyu/shoyo/dark/shoyo.dark.github.definition.json new file mode 100644 index 0000000..ffbea4f --- /dev/null +++ b/buildSrc/assets/themes/haikyu/shoyo/dark/shoyo.dark.github.definition.json @@ -0,0 +1,9 @@ +{ + "id": "44ed0d2d-cce8-4707-a0cf-5150e1b31c16", + "overrides": {}, + "laf": {}, + "syntax": {}, + "colors": { + "defaultButtonColor": "&baseBackground&" + } +} \ No newline at end of file diff --git a/buildSrc/assets/themes/onePunch/genos/dark/genos.dark.github.definition.json b/buildSrc/assets/themes/onePunch/genos/dark/genos.dark.github.definition.json new file mode 100644 index 0000000..d5b20f2 --- /dev/null +++ b/buildSrc/assets/themes/onePunch/genos/dark/genos.dark.github.definition.json @@ -0,0 +1,9 @@ +{ + "id": "22d0250f-a33b-409a-9cef-22f5eb69fc3d", + "overrides": {}, + "laf": {}, + "syntax": {}, + "colors": { + "defaultButtonColor": "&baseBackground&" + } +} \ No newline at end of file diff --git a/buildSrc/assets/themes/shokugeki/soma/dark/soma.dark.github.definition.json b/buildSrc/assets/themes/shokugeki/soma/dark/soma.dark.github.definition.json new file mode 100644 index 0000000..2276463 --- /dev/null +++ b/buildSrc/assets/themes/shokugeki/soma/dark/soma.dark.github.definition.json @@ -0,0 +1,7 @@ +{ + "id": "fb25d871-4a7c-49f5-9426-1f7eb00c2699", + "overrides": {}, + "laf": {}, + "syntax": {}, + "colors": {} +} \ No newline at end of file diff --git a/buildSrc/assets/themes/slime/rimiru/dark/rimiru.dark.github.definition.json b/buildSrc/assets/themes/slime/rimiru/dark/rimiru.dark.github.definition.json new file mode 100644 index 0000000..d2774e9 --- /dev/null +++ b/buildSrc/assets/themes/slime/rimiru/dark/rimiru.dark.github.definition.json @@ -0,0 +1,9 @@ +{ + "id": "5ca2846d-31a9-40b3-8908-965dad3c127d", + "overrides": {}, + "laf": {}, + "syntax": {}, + "colors": { + "defaultButtonColor": "&baseBackground&" + } +} \ No newline at end of file diff --git a/buildSrc/package.json b/buildSrc/package.json index f62b520..74e5922 100644 --- a/buildSrc/package.json +++ b/buildSrc/package.json @@ -12,7 +12,7 @@ "@types/jest": "^26.0.0", "@types/lodash": "^4.14.157", "copy-webpack-plugin": "^6.0.2", - "doki-build-source": "74.1.0", + "doki-build-source": "78.2.3", "fetch-css": "^3.0.1", "jest": "^26.0.1", "lodash": "^4.17.21", diff --git a/buildSrc/src/BuildThemes.ts b/buildSrc/src/BuildThemes.ts index 097f78c..239587e 100644 --- a/buildSrc/src/BuildThemes.ts +++ b/buildSrc/src/BuildThemes.ts @@ -91,7 +91,7 @@ function evaluateTemplate( themeProperName, stickerPath: resolveStickerPath( dokiFileDefinitionPath, - dokiThemeDefinition.stickers.default, + dokiThemeDefinition.stickers.default.name, ), accentColorEditor: dokiThemeDefinition.overrides?.editorScheme?.colors?.accentColor || dokiThemeDefinition.colors.accentColor, diff --git a/buildSrc/yarn.lock b/buildSrc/yarn.lock index c13c8d3..80c66d8 100644 --- a/buildSrc/yarn.lock +++ b/buildSrc/yarn.lock @@ -2339,10 +2339,10 @@ discontinuous-range@1.0.0: resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a" integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo= -doki-build-source@74.1.0: - version "74.1.0" - resolved "https://registry.yarnpkg.com/doki-build-source/-/doki-build-source-74.1.0.tgz#2ae6c74273de4cf3021d7a5cdbbfe4369c50439a" - integrity sha512-6CitL8Qw9LM9NqTFLNJxe5p7g1yhhE9uSUajRTwXLJisdVtMmjIIdx6Hodcwi1sxi7qBmUBMKd1JF3jlGZ61rQ== +doki-build-source@78.2.3: + version "78.2.3" + resolved "https://registry.yarnpkg.com/doki-build-source/-/doki-build-source-78.2.3.tgz#23bacab848f51d4389615a373d266575ea880c86" + integrity sha512-8DmTsQTEriYKWweb6zd0VFQOj5w/A31ScF1eRQjrQ8WdkB8zf5bTzqJ115ADWsTjwElBqY1gDIvD19K4+oPesg== dom-serializer@0: version "0.2.2" diff --git a/package.json b/package.json index 3e87d36..a09109a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doki-theme-github", - "version": "74.1.0", + "version": "78.1.0", "dependencies": { } } diff --git a/themes/aqua.user.css b/themes/aqua.user.css index e2cd845..dc939b4 100644 --- a/themes/aqua.user.css +++ b/themes/aqua.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Aqua @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/astolfo.user.css b/themes/astolfo.user.css index 793926a..c804ddc 100644 --- a/themes/astolfo.user.css +++ b/themes/astolfo.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Astolfo @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/asuna_dark.user.css b/themes/asuna_dark.user.css index 2dccb49..a5e2e83 100644 --- a/themes/asuna_dark.user.css +++ b/themes/asuna_dark.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Asuna Dark @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/asuna_light.user.css b/themes/asuna_light.user.css index c3dee6b..d643965 100644 --- a/themes/asuna_light.user.css +++ b/themes/asuna_light.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Asuna Light @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/azuki.user.css b/themes/azuki.user.css index f69c03a..3083f2f 100644 --- a/themes/azuki.user.css +++ b/themes/azuki.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Azuki @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/beatrice.user.css b/themes/beatrice.user.css index 5591bf5..5e0d667 100644 --- a/themes/beatrice.user.css +++ b/themes/beatrice.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Beatrice @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/chocola.user.css b/themes/chocola.user.css index 274f4ff..0fabf3f 100644 --- a/themes/chocola.user.css +++ b/themes/chocola.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Chocola @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/christmas_chocola.user.css b/themes/christmas_chocola.user.css index 4202e9d..e893dc6 100644 --- a/themes/christmas_chocola.user.css +++ b/themes/christmas_chocola.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Christmas Chocola @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/cinnamon.user.css b/themes/cinnamon.user.css index c8bb24f..5468328 100644 --- a/themes/cinnamon.user.css +++ b/themes/cinnamon.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Cinnamon @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/coconut.user.css b/themes/coconut.user.css index df03fc9..035b4a2 100644 --- a/themes/coconut.user.css +++ b/themes/coconut.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Coconut @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/darkness_dark.user.css b/themes/darkness_dark.user.css index 8831f71..a43b73e 100644 --- a/themes/darkness_dark.user.css +++ b/themes/darkness_dark.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Darkness Dark @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/darkness_light.user.css b/themes/darkness_light.user.css index a1e8b07..49f547d 100644 --- a/themes/darkness_light.user.css +++ b/themes/darkness_light.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Darkness Light @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/echidna.user.css b/themes/echidna.user.css index b81809d..5220c8d 100644 --- a/themes/echidna.user.css +++ b/themes/echidna.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Echidna @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/emilia_dark.user.css b/themes/emilia_dark.user.css index db71e1d..87669a5 100644 --- a/themes/emilia_dark.user.css +++ b/themes/emilia_dark.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Emilia Dark @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/emilia_light.user.css b/themes/emilia_light.user.css index 823e20b..31f456f 100644 --- a/themes/emilia_light.user.css +++ b/themes/emilia_light.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Emilia Light @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/essex.user.css b/themes/essex.user.css index fe30a81..b7bcb3f 100644 --- a/themes/essex.user.css +++ b/themes/essex.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Essex @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/gasai_yuno.user.css b/themes/gasai_yuno.user.css index eb11c53..19a2eb7 100644 --- a/themes/gasai_yuno.user.css +++ b/themes/gasai_yuno.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Gasai Yuno @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/genos.user.css b/themes/genos.user.css new file mode 100644 index 0000000..a40f8c7 --- /dev/null +++ b/themes/genos.user.css @@ -0,0 +1,20899 @@ +/* ==UserStyle== +@name Doki-Theme: Genos +@namespace github.com/doki-theme +@version 78.1.0 +@description Cute anime themes for GitHub +@author Unthrottled +@license MIT +@homepageURL https://github.com/doki-theme/doki-theme-github +==/UserStyle== */ +@-moz-document regexp("^https?://((education|gist|graphql|guides|help|lab|raw|resources|status|developer|support|vscode-auth)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("www.githubstatus.com") { + button { + color: #b5b5b5; + } + /* https://github.com/StylishThemes/GitHub-Dark/issues/968 */ + input, textarea { + color: #dbdbdbEE; + } + svg { + fill: #dbdbdbEE; + } + svg[fill="none"] { + fill: none; + } + .Popover-message::before { + border-bottom-color: #3b3c3e; + } + .Popover-message::after { + border-bottom-color: #313234; + } + .alert { + background: #434247; + border-color: #ddc7a155; + } + .CircleBadge, .page-profile .user-status-container { + background: #313234; + } + body[class="page-responsive"] .list-options .list-item > .octicon { + color: #313234; + } + + /* Doki addons */ + :root { + --color-previewable-comment-form-bg: #313234 !important; + --color-avatar-bg: #313234 !important; + --color-fg-default: #dbdbdb !important; + --color-fg-muted: #dbdbdbAA !important; + --color-auto-gray-3: #313234 !important; + --color-auto-gray-1: #313234 !important; + --color-avatar-border: #00000000 !important; + --color-bg-canvas: #2f3031 !important; + --color-canvas-inset: #2f3031 !important; + --color-canvas-inset: #2f3031 !important; + --color-canvas-overlay: #232529 !important; + --color-bg-primary: #2f3031 !important; + --color-calendar-graph-day-bg: #463e33 !important; + --color-workflow-card-bg: #463e33 !important; + --color-bg-tertiary: #313234 !important; + --color-bg-secondary: #3f4143 !important; + --color-user-mention-bg: #9A561A !important; + --color-user-mention-fg: #fefefe !important; + --color-search-hover-hl: #27282a !important; + --color-checks-step-header-open-bg: #3f4143 !important; + --color-bg-discussions-row-emoji-box: #434247 !important; + --color-current-user-tip-border: #434247 !important; + --color-underlinenav-counter-text: #dbdbdb !important; + --color-text-primary: #FFE35C !important; + --color-text-link: #ddc7a1 !important; + --color-canvas-subtle: #3f4143 !important; + --color-accent-fg: #8dff4b !important; + --color-shadow-large: 0 8px 24px #ddc7a122 !important; + --color-alert-warn-bg: #353823 !important; + --color-alert-info-bg: #252627 !important; + --color-page-header-bg: #2f3031 !important; + --color-canvas-default: #252627 !important; + --color-checks-bg: #252627 !important; + --color-checks-header-border: #252627 !important; + --color-alert-error-bg: #ff000022 !important; + --color-calendar-graph-day-L1-bg: #ddc7a177 !important; + --color-calendar-graph-day-L2-bg: #ddc7a1CC !important; + --color-calendar-graph-day-L3-bg: #ddc7a1FF !important; + --color-calendar-graph-day-L4-bg: #faf58fff !important; + --color-verified-badge-bg: #00000000 !important; + --color-bg-overlay: #232529 !important; + --color-project-sidebar-bg: #232529 !important; + --color-border-primary: #3b3c3e !important; + --color-notifications-row-read-bg: #463e33 !important; + --color-notifications-row-bg: #3f4143 !important; + --color-input-disabled-bg: #3f3d38 !important; + --color-input-disabled-border: #3b3c3e !important; + --color-text-secondary: #ad9e6e !important; + --color-text-tertiary: #80755d !important; + } + + .suggester li:hover .octicon, + .suggester li[aria-selected="true"] .octicon { + fill: #2f3031; + } + + .suggester li:hover small, + .suggester li[aria-selected="true"] small { + color: #2f3031; + } + + ::-webkit-input-placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; + } + ::-moz-placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; + } + ::placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; + } + + input:-webkit-autofill, + input:-webkit-autofill:hover, + input:-webkit-autofill:focus, + input:-webkit-autofill:active { + -webkit-box-shadow: 0 0 0 30px #313234 inset !important; + -webkit-text-fill-color: #ddc7a1 !important; + } + + .SelectMenu-tabs { + box-shadow: inset 0 -1px 0 #3b3c3e; + } + + .SelectMenu-tab { + box-shadow: inset 0 -1px 0 #3b3c3e; + } + + .autocomplete-item { + color: #dbdbdb !important; + } + body::before { + content:'';pointer-events:none;position:fixed;z-index:9001;width:100%;height:100%;background-position:100% 100%;background-repeat:no-repeat;opacity:1; + background-image: url('https://raw.githubusercontent.com/doki-theme/doki-theme-github/master/assets/stickers/onePunch/genos/dark/genos_dark.png'); + } + + .UnderlineNav { + display: flex; + overflow-x: auto; + overflow-y: hidden; + box-shadow: inset 0 -1px 0 #3b3c3e; + justify-content: space-between; + } + +.timeline-comment--caret.current-user::after { + border-color: #3b3c3e !important; + background-image: none !important; + background: #434247; +} + + .form-control, .form-select { + box-shadow: none !important; + } + + .octicon { + fill: #636168; + } + + .btn-primary .octicon { + fill: #2f3031 !important; + } + + .btn-primary:active { + background-color: #ddc7a1A7; + } + + .btn-primary:hover { + background-color: #ddc7a1CC !important; + background-image: none !important; + } + + .btn { + box-shadow: none !important; + } + + .social-count { + box-shadow: none !important; + background-color: #434247; + } + + /* end doki addons */ + + /* source #0: "transparent" */ + .bg-shade-gradient { + background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.065), transparent) !important; + } + /* source #0: "color: #767676 !important" */ + .link-gray, .text-gray { + color: #767676 !important; + } + /* source #0: "color: #333 !important" */ + .link-gray-dark { + color: #dbdbdbEE !important; + } + /* source #0: "color: #767676 !important" */ + .muted-link { + color: #767676 !important; + } + /* source #0: "#f5f5f5","#fff" */ + .shade-gradient { + background-image: linear-gradient(180deg, #3b3c3e, #313234; background-image: none); + } + /* source #0: "color: #333" */ + .text-emphasized { + color: #dbdbdbEE; + } + /* source #0: "rgba(0,0,0,.8)" */ + .tooltipped::after { + background: #3f3d38; + } + /* source #0: "rgba(0,0,0,.8)" */ + .tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before { + border-bottom-color: #3f3d38; + } + /* source #0: "rgba(0,0,0,.8)" */ + .tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before { + border-top-color: #3f3d38; + } + /* source #0: "rgba(0,0,0,.8)" */ + .tooltipped-w::before { + border-left-color: #3f3d38; + } + /* source #0: "rgba(0,0,0,.8)" */ + .tooltipped-e::before { + border-right-color: #3f3d38; + } + /* source #0: "#f5f5f5" */ + .Box-row--focus-gray.navigation-focus, + .Box-row.navigation-focus.sortable-ghost { + background-color: #252627; + } + /* source #0: "color: #333" */ + @media (min-width: 768px) { + .Box-row-link { + color: #dbdbdbEE; + } + } + /* source #0: "color: #dbdbdb66" */ + .btn .counter { + color: #dbdbdb94; + } + /* source #0: "#fff" */ + .btn-primary .counter { + background: #313234; + background-image: none; + } + /* source #0: "none" */ + .btn-primary.selected, .btn-primary.zeroclipboard-is-active, + .btn-primary:active { + background-image: none; + } + /* source #0: "box-shadow: none" */ + .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary:disabled, + .btn-primary:disabled:hover { + box-shadow: none; + } + /* source #0: "none" */ + .btn-danger.selected, .btn-danger:active { + background-image: none; + } + /* source #0: "#efefef", "#efefef" */ + .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger:disabled, + .btn-danger:disabled:hover { + background-color: #2f3031; + background-image: linear-gradient(#fefefe, #2f3031); + } + /* source #0: "#fff", "none", "#e5e5e5" */ + .btn-outline { + border-color: #3b3c3e; + } + /* source #0: "none" */ + .btn-outline.selected, .btn-outline.zeroclipboard-is-active, + .btn-outline.zeroclipboard-is-hover, .btn-outline:active, .btn-outline:hover { + background-image: none; + } + /* source #0: "#fff" */ + .btn-outline.selected .counter, + .btn-outline.zeroclipboard-is-active .counter, + .btn-outline.zeroclipboard-is-hover .counter, .btn-outline:active .counter, + .btn-outline:hover .counter { + background-color: #313234; + background-image: none; + } + /* source #0: "color: #767676", "#fff", "none", "#e5e5e5" */ + .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline:disabled, + .btn-outline:disabled:hover { + color: #767676; + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #0: "#4183c4" */ + .ellipsis-expander:active, .hidden-text-expander a:active { + background-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #0: "color: #333", "#fff", "#ddd" */ + .social-count { + color: #dbdbdbEE; + border-color: rgba(200, 200, 200, 0.15); + } + /* source #0: "color: #333", "#fff", "#ddd" */ + .form-control, .form-select { + color: #dbdbdbEE; + } + /* source #0: "color: #dbdbdb66" */ + .form-checkbox .note, .hfields .form-group dt label { + color: #dbdbdb94; + } + /* source #0: "#fff" */ + .form-select { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) right 8px center no-repeat #313234; + } + /* source #0: "color: #767676" */ + .drag-and-drop, .drag-and-drop-error-info, .note { + color: #767676; + } + /* source #0: "color: #dbdbdb66" */ + h2.account, p.explain { + color: #dbdbdb94; + } + /* source #0: "color: #333" */ + p.explain strong { + color: #dbdbdbEE; + } + /* source #0: "color: #dbdbdb66", "#eee" */ + .counter { + color: #dbdbdb94; + background-color: #3f3d38; + } + /* source #0: "color: #333", "#ccc" */ + .Counter--gray-light { + color: #dbdbdbEE; + background-color: #484848; + } + /* source #0: "color: #333" */ + .menu-item .octicon { + color: #dbdbdbEE; + } + /* source #0: "color: #dbdbdb66", "transparent", "transparent" */ + .tabnav-tab { + color: #dbdbdb94; + } + /* source #0: "color: #333", "#fff", "#ddd" */ + .tabnav-tab.selected { + color: #dbdbdbEE; + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #0: "color: #dbdbdb66" */ + .tabnav-extra { + color: #dbdbdb94; + } + /* source #0: "color: #767676" */ + .filter-item, .filter-list.pjax-active .filter-item { + color: #767676; + } + /* source #0: "#eee" */ + .filter-item:hover { + background-color: #3f3d38; + } + /* source #0: "color: #dbdbdb66", "#e5e5e5" */ + .subnav-item { + color: #dbdbdb94; + } + /* source #0: "color: #767676" */ + .subnav-search-input { + color: #767676; + } + /* source #0: "#fff", "#fff" */ + .avatar-stack .avatar { + background-color: #313234; + background-image: none; + border-right-color: #313234; + } + /* source #0: "transparent" */ + .avatar-stack .avatar:only-child { + background-color: transparent; + } + /* source #0: "#e5e5e5" */ + .blankslate { + border-color: #3b3c3e; + } + /* source #0: "box-shadow: none" */ + .blankslate-clean-background { + box-shadow: none; + } + /* source #0: "color: #555", "#bbb" */ + .markdown-body kbd { + border-bottom-color: #484848; + } + /* source #0: "color: #000" */ + .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, + .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, + .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link { + color: #f0f0f0; + } + /* source #0: "#f8f8f8" */ + .markdown-body table tr:nth-child(2n) { + background-color: #2f3031; + } + /* source #0: "color: #333" */ + .markdown-body span.frame span span { + color: #dbdbdbEE; + } + /* source #0: "#f8f8f8" */ + .markdown-body .csv-data th { + background: #2f3031; + } + /* source #0: "color: #767676", "#e5e5e5" */ + .pullquote { + color: #767676; + } + /* source #0: "#fff" */ + .card { + background-color: #313234; + } + /* source #0: "transparent", "transparent" */ + .jumbotron-shadow::after { + background-color: transparent; + background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + } + /* source #0: "#e5e5e5" */ + .data-table tbody td, .data-table tbody th, + .data-table tbody tr:last-child td, .data-table tbody tr:last-child th, + abbr[data-original-title], abbr[title] { + border-bottom-color: #3b3c3e; + } + /* source #0: "color: #767676" */ + body { + color: #767676; + } + /* source #0: "color: #3c4146" */ + .text-alpha, .text-beta, .text-delta, .text-gamma, h1, h2, h3, h4, h5 { + color: #dbdbdbEE; + } + /* source #0: "color: #767676" */ + .lead { + color: #767676; + } + /* source #0: "#e5e5e5" */ + .border-top, .border-y { + border-top-color: #3b3c3e !important; + } + /* source #0: "#e5e5e5" */ + .border-bottom, .border-y { + border-bottom-color: #3b3c3e !important; + } + /* source #0: "#e5e5e5" */ + blockquote { + border-left-color: #3b3c3e; + } + /* source #0: "#ddd" */ + .border-gray-dark { + border-color: #3b3c3e !important; + } + /* source #0: "color: #767676" */ + .link-muted { + color: #767676; + } + /* source #0: "color: #3c4146" */ + .link-muted:hover { + color: #dbdbdbEE; + } + /* source #0: "#f5f5f5" */ + .bg-gray-light { + background: #252627 !important; + } + /* source #0: "color: #3c4146 !important" */ + .text-black { + color: #dbdbdbEE !important; + } + /* source #0: "color: #767676 !important" */ + .text-default { + color: #767676 !important; + } + /* source #0: "color: #767676", "#eee" */ + .btn { + color: #767676; + } + /* source #0: "#ddd", "#eee","#ddd" */ + .btn.zeroclipboard-is-active, .btn.zeroclipboard-is-hover, .btn:active, + .btn:hover { + background-color: #232529; + background-image: linear-gradient(#3f3d38, #232529); + } + /* source #0: "none" */ + .btn.selected, .btn.zeroclipboard-is-active, .btn:active { + background-image: none; + } + /* source #0: "none", "box-shadow: none" */ + .btn.disabled, .btn.disabled:hover, .btn:disabled, .btn:disabled:hover { + background-image: none; + box-shadow: none; + } + /* source #0: "transparent", "none", "#e5e5e5" */ + .btn-blue:active, .btn-orange:active, .btn-purple:active, .btn-themed:active, + [class*="btn-outline"] { + background-image: none; + } + [class*="btn-outline"] { + background-color: transparent; + border-color: #3b3c3e; + } + /* source #0: "none" */ + [class*="btn-outline"].selected, + [class*="btn-outline"].zeroclipboard-is-active, + [class*="btn-outline"].zeroclipboard-is-hover, [class*="btn-outline"]:active, + [class*="btn-outline"]:hover { + background-image: none; + } + /* source #0: "#fff", "none", "#e5e5e5" */ + [class*="btn-outline"].disabled, [class*="btn-outline"].disabled:hover, + [class*="btn-outline"]:disabled, [class*="btn-outline"]:disabled:hover { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #0: "#fff" */ + .btn-outline-white { + border-color: #313234; + } + /* source #0: "#fff", "#fff" */ + .btn-outline-white:active, .btn-outline-white:hover { + background-color: #313234; + background-image: none; + border-color: #313234; + } + /* source #0: "#fff", "#e5e5e5" */ + .card { + background: #313234; + background-image: none; + } + /* source #0: "#f5f5f5", "#e5e5e5" */ + .card, .highlight { + border-color: #3b3c3e; + } + .highlight { + background-color: #252627; + } + /* source #0: "transparent" */ + .highlight pre code { + background-color: transparent; + } + /* source #0: "#e5e5e5" */ + .menu-item, .site-header { + border-bottom-color: #3b3c3e; + } + /* source #0: "#e5e5e5" */ + .example { + border-color: #3b3c3e; + } + /* source #0: "#e5e5e5" */ + .footer { + border-top-color: #3b3c3e; + } + /* source #0: "transparent", "transparent" */ + .jumbotron::after { + background-color: transparent; + background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + } + /* source #0: "color: #555" */ + .site-header-nav-item { + color: #dbdbdbCC; + } + /* source #0: "color: #3c4146", "#fff" */ + .menu-item.selected, .site-header-nav-item.active, + .site-header-nav-item:hover { + color: #dbdbdbEE; + } + /* source #0: "#e5e5e5" */ + .data-table { + border-color: #3b3c3e; + } + /* source #0: "#e5e5e5", "#e5e5e5" */ + .data-table td, .data-table th { + border-right-color: #3b3c3e; + border-bottom-color: #3b3c3e; + } + /* source #0: "color: #3c4146" */ + .header-enterprise-version { + color: #dbdbdbEE; + } + /* source #0: "color: #767676" */ + #searchfield::-webkit-input-placeholder { + color: #767676; + } + /* source #0: "color: #767676" */ + #searchfield::-moz-placeholder { + color: #767676; + } + /* source #0: "color: #767676" */ + #searchfield:-ms-input-placeholder { + color: #767676; + } + /* source #0: "color: #767676" */ + #searchfield:-moz-placeholder { + color: #767676; + } + /* source #0: "Transparent" */ + .site-header-nav .dropdown-button { + background-color: transparent; + } + /* source #0: "#fff","transparent" */ + .site-header-nav .dropdown-button .dropdown-caret { + border-color: #313234 transparent transparent; + } + /* source #0: "#fff" */ + .site-header-nav .dropdown-button .enterprise-mode .dropdown-caret { + border-top-color: #313234; + } + /* source #0: "#fff", "rgba(27,31,35,.15)" */ + .site-header-nav .dropdown-menu { + background-color: #313234; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #0: "transparent", "rgba(27,31,35,.15)" */ + .site-header-nav .dropdown-menu::before { + border-color: transparent transparent rgba(200, 200, 200, 0.1); + } + /* source #0: "transparent", "#fff" */ + .site-header-nav .dropdown-menu::after { + border-color: transparent transparent #313234; + } + /* source #0: "color: #4183c4" */ + .site-header-nav .dropdown-menu a { + color: rgba(79, 140, 201, 0.9); + color: rgba(/*[[base-color-rgb]]*/, 0.9); + } + /* source #0: "#4183C4" */ + .site-header-nav .dropdown-menu a:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #0: "color: #24292e" */ + .site-header-nav .dropdown-menu a.active { + color: #dbdbdbAA; + } + /* source #0: "color: #000" */ + .site-header-nav .dropdown-menu a .octicon-check { + color: #f0f0f0; + } + /* source #0: "color: #333" */ + .sub-nav h2 a { + color: #dbdbdbEE; + } + /* source #0: "#ddd" */ + .sub-nav ul { + border-left-color: #3b3c3e; + } + /* source #0: "color: #767676" */ + .sub-nav ul a { + color: #767676; + } + /* source #0: "color: #005b9e" */ + .sub-nav ul a:hover { + color: rgba(79, 140, 201, 1); + color: rgba(/*[[base-color-rgb]]*/, 1); + } + /* source #0: "#ddd" */ + @media screen and (min-width: 469px) { + .sub-nav { + border-bottom-color: #3b3c3e; + } + } + /* source #0: "color: #333" */ + .highlight-module .mega-octicon { + color: #dbdbdbEE; + } + /* source #0: "#fff", "#ddd" */ + .homepage-jumbotron, .libraries-jumbotron { + background-color: #313234; + background-image: none; + } + .libraries-jumbotron { + border-bottom-color: #3b3c3e; + } + /* source #0: "color: #333" */ + .octokit-language span { + color: #dbdbdbEE; + } + /* source #0: "#fff", "#e5e5e5" */ + .sidebar-menu, .sidebar-module { + border-color: #3b3c3e; + } + .sidebar-menu { + background-color: #313234; + background-image: none; + } + /* source #0: "#fafafb" */ + .sidebar-module.notice { + background: #313234; + } + /* source #0: "#eee" */ + .sidebar-module ul li:last-child ul li:first-child { + border-top-color: #3b3c3e; + } + /* source #0: "color: #dbdbdb66", "#eee" */ + .headlines > li, .sidebar-module ul h3 { + color: #dbdbdb94; + border-bottom-color: #3b3c3e; + } + /* source #0: "color: #333" */ + .headlines > li > a { + color: #dbdbdbEE; + } + /* source #0: "color: #327fc7" */ + .headlines > li > a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #0: "#fdfdfd" */ + .headlines li:hover { + background-color: #313234; + } + /* source #0: "color: #555" */ + .sidebar-module h3 a { + color: #dbdbdbCC; + } + /* source #0: "color: #327fc7", "#fdfdfd" */ + .sidebar-module h3 a:hover { + color: /*[[base-color]]*/ #ddc7a1; + background-color: #313234; + } + /* source #0: "#eee", "color: #dbdbdb66", "#f9f9f9" */ + .sidebar-module ul ul li { + border-bottom-color: #3b3c3e; + color: #dbdbdb94; + background-color: #313234; + } + /* source #0: "color: #333", "#f4f4f4" */ + .js-current .standalone a, .sidebar-module .disable > a { + color: #dbdbdbEE; + background-color: #3f3d38; + } + /* source #0: "color: #005b9e" */ + .sidebar-module ul ul li a:hover { + color: rgba(79, 140, 201, 1); + color: rgba(/*[[base-color-rgb]]*/, 1); + } + /* source #0: "transparent" */ + .arrow-btn.collapsed:hover, .arrow-btn.expanded:hover, + .sidebar-module .arrow-btn { + background-color: transparent; + } + /* source #0: "color: #264c72", "#97c1da", "#d8ebf8" */ + .alert { + color: #ada19c; + border-color: #ddc7a135; + background-color: #434247; + } + /* source #0: "color: #613a00", "#dca874", "#ffe3c8" */ + .warning { + color: #EFA554; + border-color: #542; + } + /* source #0: "#d8ebf8" */ + .alert table { + background-color: #434247; + } + /* source #0: "#ffe3c8" */ + .warning table { + background-color: #232529; + } + /* source #0: "color: #6f42c1", "#f8f4ff", "#f8f4ff", "#6f42c1" */ + .product { + color: #8368aa; + background-color: #213; + background: -webkit-linear-gradient(#213, #f6f1ff); + border-color: #8368aa; + } + /* source #0: "color: #327fc7" */ + .api-status a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #0: "color: #333" */ + .content .anchor { + color: #dbdbdbEE; + } + /* source #0: "color: #dbdbdb66" */ + h2 span.step { + color: #dbdbdb94; + } + /* source #0: "color: #4183c4" */ + a { + color: rgba(79, 140, 201, 0.9); + color: rgba(/*[[base-color-rgb]]*/, 0.9); + } + /* source #0: "color: #005b9e" */ + a:active, a:hover { + color: rgba(79, 140, 201, 1); + color: rgba(/*[[base-color-rgb]]*/, 1); + } + /* source #0: "color: #dbdbdb66" */ + .content dt { + color: #dbdbdb94; + } + /* source #0: "#ddd" */ + .app-container img { + border-color: #3b3c3e; + } + /* source #0: "#ddd" */ + ol > li::before { + border-right-color: #3b3c3e; + } + /* source #0: "#ddd" */ + .content ol > li img { + border-color: #3b3c3e; + } + /* source #0: "color: #dbdbdb66" */ + .content .full-image:hover .octicon, .full-image:hover .mini-icon { + color: #dbdbdb94; + } + /* source #0: "#f9f9f9" */ + .content .sectionbody .dlist dt, .content .verseblock-content, + .content dl code, .content h2 code, .content h3 code, .content h4 code, + .content ol code, .content p > tt, .content table code, .content ul code, + p code { + background-color: #313234; + } + /* source #0: "color: #333" */ + #markdown-toc li a { + color: #dbdbdbEE; + } + /* source #0: "color: #327fc7" */ + #markdown-toc li a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #0: "#ddd" */ + .content table th { + border-color: #3b3c3e; + } + /* source #0: "#fff" */ + .content table tr { + background-color: #313234; + background-image: none; + } + /* source #0: "#ddd" */ + .content table td { + border-color: #3b3c3e; + } + /* source #0: "#fafafb" */ + pre { + background-color: #313234; + } + /* source #0: "#f4f4f4" */ + .highlight-headers { + background-color: #3f3d38; + } + /* source #0: "transparent" */ + .highlight-graphql .err { + background-color: transparent; + } + /* source #0: "#97c1da", "#d8ebf8", "color: #264c72" */ + .preview-notice { + border-left-color: #ddc7a135; + background-color: #434247; + color: #ada19c; + } + /* source #0: "color: #613a00", "#dca874", "#ffe3c8", "#ffe3c8" */ + .deprecation-warning { + color: #EFA554; + border-color: #542; + background-color: #232529; + background: -webkit-linear-gradient(#232529, #f5dac0); + } + /* source #0: "#fff", "#e5e5e5" */ + .pagination > span, .pagination a, .pagination em { + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #0: "#e5e5e5" */ + .pagination > span:focus, .pagination > span:hover, .pagination a:focus, + .pagination a:hover, .pagination em:focus, .pagination em:hover { + border-color: #3b3c3e; + } + /* source #0: "color: #000" */ + code .gd, code .gd .x, code .gi, code .gi .x { + color: #f0f0f0; + } + /* source #0: "color: #555" */ + code .gp, code .nn { + color: #dbdbdbCC; + } + /* source #0: "none" */ + .btn, .btn:hover { + background-image: none; + } + /* source #0: "box-shadow: 0 1px 0 0 #0058a2" */ + .link-mono:hover { + box-shadow: 0 1px 0 0 /*[[base-color]]*/ #ddc7a1; + } + /* source #0: "color: #767676" */ + a.card.bg-gray-light { + color: #767676; + } + /* source #0: "#f5f5f5" */ + .bg-custom-gradient { + background-image: linear-gradient(180deg, #3b3c3e, rgba(245, 245, 245, 0)); + } + /* source #1: "color: #24292e" */ + .gisthead .pagehead-actions .octicon-mute { + color: #dbdbdbAA; + } + /* source #1: "#0366d6" */ + .gist-snippet .file-box:hover .file { + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #1: "#0366d6" */ + .gist-snippet .link-overlay .link { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #1: "none" */ + .btn-secret.selected, .btn-secret:active { + background-image: none; + } + /* source #1: "color: rgba(115,92,15,.5)" */ + .page-gist-edit .octicon-gist-secret { + color: rgba(204, 187, 68, 0.5); + } + /* source #1: "color: #586069" */ + .gist-revisions-list .gist-revision-meta { + color: #dbdbdbCC; + } + /* source #1: "none" */ + .user-list li em { + background: none; + } + /* source #1: "#28a745" */ + .user-list li .actions .status-modified { + background-color: #373; + } + /* source #1: "#f6f8fa" */ + .gistsearch-aside .filter-list li span.bar { + background: #252627; + } + /* source #1: "#fff", "#d1d5da" */ + .gist-quicksearch-results { + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #1: "#d1d5da" */ + .gist-quicksearch-results .gist-quicksearch-result-group { + border-top-color: #3b3c3e; + } + /* source #1: "color: #6a737d", "#f6f8fa", "#d1d5da" */ + .gist-quicksearch-results .gist-quicksearch-result-header { + color: #dbdbdb94; + background: #252627; + border-right-color: #3b3c3e; + } + /* source #1: "#f6f8fa" */ + .gist-quicksearch-results .select-menu-item { + border-bottom-color: #2f3031; + } + /* source #1: "color: rgba(27,31,35,.3)" */ + .gist-quicksearch-results .select-menu-item .octicon-gist { + color: rgba(230, 230, 230, 0.3); + } + /* source #1: "color: rgba(115,92,15,.5)" */ + .gist-quicksearch-results .select-menu-item .octicon-gist-secret { + color: rgba(204, 187, 68, 0.5); + } + /* source #1: "color: #6a737d" */ + .gist-quicksearch-results .select-menu-item h4, + .gist-quicksearch-results .select-menu-item span { + color: #dbdbdb94; + } + /* source #1: "color: #959da5" */ + .gist-quicksearch-results .gist-quicksearch-no-results { + color: #767676; + } + /* source #1: "#fff", "#fff" */ + .gist-banner { + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 30%, #313234; background-image: none), linear-gradient(70deg, #e0f1ff 32%, #fffae3); + border-bottom-color: #313234; + } + /* source #1: "color: #444d56" */ + .keyboard-mappings { + color: #dbdbdbCC; + } + /* source #1: "color: #24292e" */ + .keyboard-mappings th { + color: #dbdbdbAA; + } + /* source #1: "color: #586069" */ + .keyboard-mappings .keys { + color: #dbdbdbCC; + } + /* source #2: "rgba(0, 0, 0, .8)" */ + .tooltipster-box { + background: #3f3d38; + } + /* source #2: "transparent" */ + .tooltipster-arrow-border { + border-color: transparent; + } + /* source #2: "rgba(0, 0, 0, .8)" */ + .tooltipster-bottom .tooltipster-arrow-border { + border-bottom-color: #3f3d38; + } + /* source #2: "rgba(0, 0, 0, .8)" */ + .tooltipster-left .tooltipster-arrow-border { + border-left-color: #3f3d38; + } + /* source #2: "rgba(0, 0, 0, .8)" */ + .tooltipster-right .tooltipster-arrow-border { + border-right-color: #3f3d38; + } + /* source #2: "rgba(0, 0, 0, .8)" */ + .tooltipster-top .tooltipster-arrow-border { + border-top-color: #3f3d38; + } + /* source #2: "color: #b4d6fe" */ + .ghh a { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #2: "transparent" */ + .windows .ghh ::-webkit-scrollbar { + background-color: transparent; + } + /* source #2: "transparent" */ + .windows .ghh ::-webkit-scrollbar-thumb { + border-color: transparent; + } + /* source #2: "transparent" */ + .windows .ghh ::-webkit-scrollbar-corner { + background-color: transparent; + } + /* source #2: "#dfe2e5", "color: #6a737d" */ + .ghh-issue-body blockquote, .ghh-readme blockquote { + border-left-color: #3b3c3e; + color: #dbdbdb94; + } + /* source #2: "transparent" */ + .ghh-issue-body pre code, .ghh-issue-body pre tt, .ghh-readme pre code, + .ghh-readme pre tt { + background-color: transparent; + } + /* source #2: "#fff" */ + .ghh-issue-body a[href^="https://saucelabs.com/"] img,.ghh-readme a[href^="https://saucelabs.com/"] img + { + background-color: #313234; + background-image: none; + } + /* source #2: "#eaecef" */ + .ghh-theme-github .ghh-issue-body h1, .ghh-theme-github .ghh-issue-body h2, + .ghh-theme-github .ghh-readme h1, .ghh-theme-github .ghh-readme h2 { + border-bottom-color: #3b3c3e; + } + /* source #2: "#fff" */ + .ghh-theme-github .ghh-issue-body tr, .ghh-theme-github .ghh-readme tr { + background-color: #313234; + background-image: none; + } + /* source #2: "#f6f8fa" */ + .ghh-theme-github .ghh-issue-body tr:nth-child(2n), + .ghh-theme-github .ghh-readme tr:nth-child(2n) { + background-color: #252627; + } + /* source #2: "#dfe2e5" */ + .ghh-theme-github .ghh-issue-body td, .ghh-theme-github .ghh-issue-body th, + .ghh-theme-github .ghh-readme td, .ghh-theme-github .ghh-readme th { + border-color: #3b3c3e; + } + /* source #2: "color: #0366d6" */ + .ghh-theme-github .ghh .ghh-issue-body a, + .ghh-theme-github .ghh .ghh-readme a { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #2: "color: #24292e" */ + .ghh-theme-github .ghh .ghh-issue-body .user-mention, + .ghh-theme-github .ghh .ghh-readme .user-mention { + color: #dbdbdbAA; + } + /* source #2: "transparent" */ + .ghh-theme-classic .ghh-issue-body pre code, + .ghh-theme-classic .ghh-issue-body pre tt, + .ghh-theme-classic .ghh-readme pre code, + .ghh-theme-classic .ghh-readme pre tt { + background-color: transparent; + } + /* source #2: "transparent" */ + .ghh-theme-classic .ghh-issue-body .bg-white, + .ghh-theme-classic .ghh-readme .bg-white { + background-color: transparent !important; + } + /* source #2: "#0366d6" */ + .ghh button.ghh-primary:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #2: "#2cbe4e" */ + .ghh .ghh-state-open { + background-color: #373; + } + /* source #2: "#cb2431" */ + .ghh .ghh-state-closed { + background-color: #911; + } + /* source #2: "#6f42c1" */ + .ghh .ghh-state-merged { + background-color: #8368aa; + } + /* source #2: "#6a737d" */ + .ghh .ghh-state-draft { + background-color: #444; + } + /* source #2: "color: #dbab09" */ + .ghh .ghh-state-warning { + color: #cb4; + } + /* source #2: "#28a745" */ + .ghh .ghh-state-verified { + background-color: #373; + } + /* source #2: "#fff" */ + .ghh-avatar { + background-color: #313234; + background-image: none; + } + /* source #2: "#dbab09" */ + .ghh-pull-meta .ghh-reviews .ghh-state-icon-warning { + background-color: #cb4; + } + /* source #2: "#6a737d" */ + .ghh-pull-meta .ghh-reviews .ghh-state-icon-problem { + background-color: #444; + } + /* source #2: "#fff" */ + .ghh-overlay form { + background-color: #313234; + background-image: none; + } + /* source #2: "#eee" */ + .ghh-overlay form h3 { + border-bottom-color: #3b3c3e; + } + /* source #2: "#fff", "#d1d5da", "color: #586069" */ + .ghh-theme-github .tooltipster-box .tooltipster-content { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + color: #dbdbdbCC; + } + /* source #2: "transparent" */ + .ghh-theme-github .tooltipster-arrow-background { + border-color: transparent; + } + /* source #2: "#fff" */ + .ghh-theme-github .tooltipster-right .tooltipster-arrow-background { + border-right-color: #313234; + } + /* source #2: "#d1d5da" */ + .ghh-theme-github .tooltipster-right .tooltipster-arrow-border { + border-right-color: #3b3c3e; + } + /* source #2: "#fff" */ + .ghh-theme-github .tooltipster-left .tooltipster-arrow-background { + border-left-color: #313234; + } + /* source #2: "#d1d5da" */ + .ghh-theme-github .tooltipster-left .tooltipster-arrow-border { + border-left-color: #3b3c3e; + } + /* source #2: "#fff" */ + .ghh-theme-github .tooltipster-top .tooltipster-arrow-background { + border-top-color: #313234; + } + /* source #2: "#d1d5da" */ + .ghh-theme-github .tooltipster-top .tooltipster-arrow-border { + border-top-color: #3b3c3e; + } + /* source #2: "#fff" */ + .ghh-theme-github .tooltipster-bottom .tooltipster-arrow-background { + border-bottom-color: #313234; + } + /* source #2: "#d1d5da" */ + .ghh-theme-github .tooltipster-bottom .tooltipster-arrow-border { + border-bottom-color: #3b3c3e; + } + /* source #2: "color: #24292e" */ + .ghh-theme-github .ghh a { + color: #dbdbdbAA; + } + /* source #2: "color: #0366d6" */ + .ghh-theme-github .ghh a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #2: "#dfe2e5" */ + .ghh-theme-github .ghh-markdown-separator { + border-bottom-color: #3b3c3e; + } + /* source #2: "#dfe2e5" */ + .ghh-theme-github .ghh .ghh-stats > a + a { + border-left-color: #3b3c3e; + } + /* source #2: "color: #24292e" */ + .ghh-theme-github .ghh .ghh-stats span { + color: #dbdbdbAA; + } + /* source #2: "#dfe2e5" */ + .ghh-theme-github .ghh .ghh-more-separator { + border-bottom-color: #3b3c3e; + } + /* source #2: "#e1e4e8", "#fff" */ + .ghh-theme-github .ghh .ghh-state-verified { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #2: "color: #cb2431 !important" */ + .ghh-theme-github .ghh-commit-meta .text-diff-deleted, + .ghh-theme-github .ghh-pull-meta .text-diff-deleted { + color: #f44 !important; + } + /* source #2: "color: #cb2431" */ + .ghh-theme-github .ghh-reviews .ghh-state-alert { + color: #f44; + } + /* source #2: "color: #b08800" */ + .ghh-theme-github .ghh-reviews .ghh-state-warning { + color: #cb4; + } + /* source #2: "#cb2431" */ + .ghh-theme-github .ghh-reviews .ghh-state-icon-alert { + background-color: #911; + } + /* source #2: "#2cbe4e" */ + .ghh-theme-github .ghh-reviews .ghh-state-icon-success { + background-color: #373; + } + /* source #2: "#6a737d" */ + .ghh-theme-github .ghh-reviews .ghh-state-icon-problem { + background-color: #444; + } + /* source #3: "none" */ + .ui-datepicker .ui-datepicker-buttonpane { + background-image: none; + } + /* source #3: "none" */ + .ui-dialog .ui-dialog-content { + background: none; + } + /* source #3: "none" */ + .ui-dialog .ui-dialog-buttonpane { + background-image: none; + } + /* source #3: "none" */ + .ui-spinner-input, .ui-tabs .ui-tabs-panel { + background: none; + } + /* source #3: "#eee" */ + #new_issue .discussion-sidebar h3 { + border-top-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zh-app--board-visible .zh-app--is-fullscreen { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #24292e" */ + .zh-discussion-item .zh-estimate-is, .zh-discussion-item .zh-estimate-was, + .zh-discussion-item .zh-issue, + .zh-discussion-item .zh-issue-event-workspace-name, + .zh-discussion-item .zh-pipeline-is, .zh-discussion-item .zh-pipeline-was, + .zh-discussion-item .zh-release, .zh-discussion-item strong { + color: #dbdbdbAA; + } + /* source #3: "#fff", "#fff" */ + .zh-issue-event-item-icon .zh-icon-issue-added, + .zh-issue-event-item-icon .zh-icon-issue-removed { + border-color: #313234; + background-color: #313234; + background-image: none; + } + /* source #3: "color: #000" */ + .zh-issue-event-toggle:hover { + color: #f0f0f0; + } + /* source #3: "color: #333" */ + .zh-issue-event-dark { + color: #dbdbdbEE; + } + /* source #3: "#e5e5e5" */ + .zh-estimate-create-item { + border-top-color: #3b3c3e; + } + /* source #3: "#e5e5e5","transparent" */ + a.zh-topbar-item.selected { + border-color: #3c4992 #3b3c3e transparent; + } + /* source #3: "transparent" */ + .zh-topbar-item.UnderlineNav-item:not(.selected):not(:hover) { + border-bottom-color: transparent; + } + /* source #3: "none" */ + .zh-topbar-item.UnderlineNav-item.selected { + background: none; + } + /* source #3: "#f4f4f4" */ + .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus, + .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus.selected { + background-color: #3f3d38; + } + /* source #3: "#f5f5f5" */ + .zh-connect-repository-container { + background-color: #252627; + } + /* source #3: "color: #333", "text-shadow: 0 1px 0 #fff" */ + .zh-connect-repository-container a { + color: #dbdbdbEE; + text-shadow: none; + } + /* source #3: "#fff" */ + .zh-toggle-button { + background: #313234; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .horizontal-scrollbar::-webkit-scrollbar-track { + background: #3f3d38; + } + /* source #3: "#ddd" */ + .horizontal-scrollbar::-webkit-scrollbar-thumb { + background: #232529; + } + /* source #3: "#f5f5f5", "#e5e5e5" */ + .zh-pipeline { + background-color: #252627; + border-color: #3b3c3e; + } + /* source #3: "#f4f5f5", "#e5e5e5" */ + .zh-pipeline-heading-container { + background: #3f3d38; + border-bottom-color: #3b3c3e; + } + /* source #3: "box-shadow: none !important" */ + .zh-pipeline-heading-edit { + box-shadow: none !important; + } + /* source #3: "color: #333" */ + .zh-power .zh-pipeline-options { + color: #dbdbdbEE; + } + /* source #3: "#ddd" */ + .zh-pipeline-issues::-webkit-scrollbar { + background: #232529; + } + /* source #3: "#f5f5f5" */ + .zh-pipeline-issues::-webkit-scrollbar-track { + background: #252627; + } + /* source #3: "#ddd" */ + .zh-pipeline-issues::-webkit-scrollbar-thumb { + background: #232529; + } + /* source #3: "#e5e5e5", "#fff" */ + .zh-pipeline-issue-content { + border-color: #3b3c3e; + background: #313234; + background-image: none; + } + /* source #3: "color: #4183c4 !important" */ + .zh-pipeline-issue-toggler:hover { + color: rgba(79, 140, 201, 0.9) !important; + color: rgba(/*[[base-color-rgb]]*/, 0.9) !important; + } + /* source #3: "#efefef" */ + .zh-issue-placeholder, .zh-pipeline-placeholder { + background: #2f3031; + } + /* source #3: "#fff" */ + .zh-overlay { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #000" */ + .zh-overlay-body { + color: #f0f0f0; + } + /* source #3: "#fff" */ + .new-pipeline-column { + background-color: #313234; + background-image: none; + } + /* source #3: "#eee", "color: #333" */ + .zh-board-menu-item .btn { + background: linear-gradient(#fcfcfc, #3f3d38); + color: #dbdbdbEE; + } + /* source #3: "#fff", "none" */ + .zh-board-menu-item .btn.disabled, .zh-board-menu-item .btn.disabled:hover { + background-color: #313234; + background-image: none; + } + /* source #3: "#e5e5e5" */ + .zh-pipeline-collapsed .zh-pipeline-heading-container { + border-right-color: #3b3c3e; + } + /* source #3: "#e5e5e5" */ + .zh-pipeline-collapsed .zh-pipeline-options.zh-pipeline-icon { + border-bottom-color: #3b3c3e; + } + /* source #3: "transparent","#fff" */ + .zh-pipeline-expanded .zh-issue-meta { + background-image: linear-gradient(to right, transparent 90%, #313234; background-image: none 99%); + } + /* source #3: "#eee" */ + .zh-epic-filter-container .btn { + background: linear-gradient(#fcfcfc, #3f3d38) !important; + } + /* source #3: "#f5f5f5" */ + .search-query { + background-color: #252627; + } + /* source #3: "#fff" */ + .search-query:focus { + background: #313234; + background-image: none; + } + /* source #3: "#fff", "#ddd" */ + .zh-board-loading-message, .zh-overlay-loading-board { + background-color: #313234; + background-image: none; + } + .zh-board-loading-message { + border-color: #3b3c3e; + } + /* source #3: "color: #767676" */ + .zh-markdown-body { + color: #767676; + } + /* source #3: "#e5e5e5", "#f8f8f8" */ + .zh-milestone-dates { + border-color: #3b3c3e; + background-color: #2f3031; + } + /* source #3: "#ddd", "#fff" */ + .zh-milestone-dates .milestone-start-calendar-container { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#e5e5e5", "#e5e5e5" */ + .zh-burndown-chart-container { + border-left-color: #3b3c3e; + border-right-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .burndown-chart-tip { + color: #dbdbdb94; + } + /* source #3: "#e5e5e5" */ + .zh-reports .stats-container { + border-color: #3b3c3e; + } + /* source #3: "#e5e5e5" */ + .zh-reports .stats-item { + border-right-color: #3b3c3e; + } + /* source #3: "color: #767676" */ + .zh-reports .stats-item--issues .zh-estimate-badge-closed, + .zh-reports .stats-item--issues strong { + color: #767676; + } + /* source #3: "#e5e5e5" */ + .zh-issue-list .table-list-title { + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zh-issue-list .table-list-header { + color: #dbdbdb94; + } + /* source #3: "#e5e5e5" */ + .zh-burndown-repo-selector { + border-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zh-reports .btn { + color: #dbdbdbEE; + } + /* source #3: "#eee","#ddd", "color: #333" */ + .zh-reports .btn:hover { + background: linear-gradient(#3f3d38, #232529); + color: #dbdbdbEE; + } + /* source #3: "transparent", "transparent", "none" */ + .zh-repo-switcher .zh-repo-switcher-btn, + .zh-repo-switcher .zh-repo-switcher-btn:hover { + border-color: transparent; + background-color: transparent; + background-image: none; + } + /* source #3: "#fff", "#e9e9e9", "box-shadow: none" */ + .zh-repo-switcher .zh-repo-switcher-btn.selected, + .zh-repo-switcher .zh-repo-switcher-btn:hover { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "#fff" */ + .zh-timeline-comment { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #586069", "#ddd","#eee" */ + .zh-timeline-comment-header { + color: #dbdbdbCC; + border-color: #3b3c3e; + } + /* source #3: "color: #555" */ + .zh-timeline-comment-header-text { + color: #dbdbdbCC; + } + /* source #3: "#fff" */ + .zh-dependency-manager-container.TimelineItem .zhc-dependency, + .zh-epic-issue-container.TimelineItem .zhc-epic-issue-list, + .zh-epic-issue-container.TimelineItem .zhc-epic-list { + background-color: #313234; + background-image: none; + } + /* source #3: "#e6ebf1" */ + .zh-collapse-manager-container--isExpanded .discussion-item:last-child { + border-bottom-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zh-collapse-control-container { + background-color: transparent; + } + /* source #3: "transparent" */ + .zh-collapse-control { + border-color: transparent; + } + /* source #3: "#e9e9e9", "#fff" */ + .zh-collapse-control:hover, .zh-collapse-control__main-icon { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#e5e5e5", "#fff" */ + .zh-issuecard-container { + border-color: #3b3c3e; + background: #313234; + background-image: none; + } + /* source #3: "#efefef" */ + .zh-issuecard-placeholder { + background: #2f3031; + } + /* source #3: "#fff" */ + .zh-pipeline-action, .zh-pipeline-issue-action { + background-color: #313234; + background-image: none; + } + /* source #3: "#eee" */ + .zh-pipeline-action:hover, .zh-pipeline-issue-action:hover { + background-color: #3f3d38; + } + /* source #3: "#e5e5e5" */ + .zh-issuecard-meta { + border-top-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zh-merge-repository-body { + background-color: transparent; + } + /* source #3: "color: #767676" */ + .zh-merge-repository-body .zh-open-cross-organization-btn { + color: #767676; + } + /* source #3: "color: #0366d6 !important" */ + .zh-merge-repository-body .zh-open-cross-organization-btn:hover { + color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #3: "#fff" */ + .zh-mergetool-pipelines-dialog { + background-color: #313234; + background-image: none; + } + /* source #3: "#f5f5f5", "color: #333" */ + .zh-mergetool-pipelines-dialog .zh-mergetool-info { + background-color: #252627; + color: #dbdbdbEE; + } + /* source #3: "#fff", "color: #333" */ + .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline { + background-color: #313234; + background-image: none; + color: #dbdbdbEE; + } + /* source #3: "#f5f5f5" */ + .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline-target { + background-color: #252627; + } + /* source #3: "#fff" */ + .zh-mergetool-pipelines-dialog .zh-miniboard-source-pipeline-placeholder, + .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline-target.zh-miniboard-new-pipeline { + background-color: #313234; + background-image: none; + } + /* source #3: "none" */ + .btn.zh-multi-repo-show-all-btn, .btn.zh-multi-repo-show-one-btn { + background-image: none; + } + /* source #3: "#fff" */ + .btn.zh-multi-repo-show-all-btn:hover, .btn.zh-multi-repo-show-one-btn:hover, + .zh-onboarding-highlighted, .zh-select-menu-modal-body .zh-select-menu-modal, + .zhe .zh-onboarding-highlighted { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #000" */ + .zhe .zh-onboarding-highlighted .header-nav-link { + color: #f0f0f0; + } + /* source #3: "#fff", "color: #dbdbdb66" */ + .zh-onboarding-modal { + background-color: #313234; + background-image: none; + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zh-onboarding-modal__title { + color: #dbdbdbEE; + } + /* source #3: "none" */ + .zh-onboarding-modal__buttons .btn.btn--onboarding-cta { + background-image: none; + } + /* source #3: "color: #586069" */ + .zh-epic-issue-header { + color: #dbdbdbCC; + } + /* source #3: "color: #333" */ + .zh-epic-issue-header-title, .zh-epic-issue-header strong { + color: #dbdbdbEE; + } + /* source #3: "color: #586069" */ + .zh-epic-issue-progress-text { + color: #dbdbdbCC; + } + /* source #3: "color: #333" */ + .zh-epic-issue-progress-text strong { + color: #dbdbdbEE; + } + /* source #3: "#eee" */ + .zh-select-menu-item { + border-bottom-color: #3b3c3e; + } + /* source #3: "#0366d6" */ + .zh-select-menu-item.navigation-focus, .zh-select-menu-item:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .zh-select-menu-header { + background: #3f3d38; + } + /* source #3: "color: #333", "text-shadow: 0 1px 0 #fff" */ + .zh-select-menu-header .zh-select-menu-title { + color: #dbdbdbEE; + text-shadow: none; + } + /* source #3: "color: #586069" */ + .zh-discussion-sidebar-heading { + color: #dbdbdbCC; + } + /* source #3: "none" */ + .zh-discussion-sidebar-toggle { + background: none; + } + /* source #3: "#f5f5f5" */ + .zh-select-menu-footer { + background-color: #252627; + } + /* source #3: "color: #dbdbdb66", "#fff" */ + .zh-select-menu-modal { + color: #dbdbdb94; + background-color: #313234; + background-image: none; + } + /* source #3: "#f8f8f8" */ + .zh-select-menu-filters { + background: #2f3031; + } + /* source #3: "#ddd" */ + .zh-select-menu-text-filter { + border-bottom-color: #3b3c3e; + } + /* source #3: "#ddd" */ + .zh-select-menu-text-filter input { + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zh-reload-update-prompt-container { + background: #313234; + background-image: none; + } + /* source #3: "color: #586069" */ + .zh-reload-update-prompt-content { + color: #dbdbdbCC; + } + /* source #3: "#ddd" */ + .zh-issue-counter { + background-color: #232529; + } + /* source #3: "#fff" */ + .zh-progress-bar__completed { + background-color: #313234; + background-image: none; + } + /* source #3: "transparent" */ + .zh-tooltip::before { + border-color: transparent; + } + /* source #3: "transparent", "transparent" */ + .zh-d3-tooltip .zh-tooltip-triangle { + border-left-color: transparent; + border-right-color: transparent; + } + /* source #3: "#fff" */ + .zh-epic-creator-page-visible .zh-epic-creator-container--fullscreen { + background: #313234; + background-image: none; + } + /* source #3: "color: #333" */ + .zh-epic-header .zh-estimate-is, .zh-epic-header .zh-estimate-was, + .zh-epic-header .zh-issue, .zh-epic-header .zh-pipeline-is, + .zh-epic-header .zh-pipeline-was { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zh-epic-issue-list-item-md, .zh-epic-issue-list-item-sm { + background-color: #313234; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .zh-epic-issue-list-item-md:hover { + background-color: #3f3d38; + } + /* source #3: "#fff" */ + .zh-epic-issue-list-item-lg { + background-color: #313234; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .zh-epic-issue-list-item-lg:hover { + background-color: #3f3d38; + } + /* source #3: "color: #333" */ + .zh-epic-issue-list-item-title-link { + color: #dbdbdbEE; + } + /* source #3: "color: #0366d6" */ + .zh-epic-issue-list-item-title-link:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #3: "color: #767676" */ + .zh-epic-issue-list-item-number, .zh-epic-issue-list-item-status { + color: #767676; + } + /* source #3: "#ddd", "#f4f4f4" */ + .zh-pipeline-badge-light { + background-color: #232529; + background-color: #3f3d38; + } + /* source #3: "#ddd" */ + .zh-pipeline-badge { + background-color: #232529; + } + /* source #3: "color: #767676" */ + .zh-epic-creator-header-label { + color: #767676; + } + /* source #3: "color: #0366d6" */ + .zh-epic-creator-header-repo a { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #3: "#fff" */ + .zh-epic-creator-title input { + background-color: #313234; + background-image: none; + } + /* source #3: "#ddd" */ + .zh-epic-creator-nav { + border-bottom-color: #3b3c3e; + } + /* source #3: "initial", "color: #000" */ + .zh-epic-creator-tab { + background: initial; + color: #f0f0f0; + } + /* source #3: "#fff", "#ddd","transparent", "#fff" */ + .zh-epic-creator-tab.selected { + background: #313234; + background-image: none; + border-color: #3e4b9e #3b3c3e #313234; + } + /* source #3: "color: #333", "#f6f8fa", "#e9e9e9", "#e9e9e9" */ + .zh-epic-creator-issue-list .zh-epic-creator-issue-list-not-in-workspace { + color: #dbdbdbEE; + background-color: #252627; + border-bottom-color: #3b3c3e; + border-top-color: #3b3c3e; + } + /* source #3: "color: #767676" */ + .zh-progress-title { + color: #767676; + } + /* source #3: "#eee" */ + .zh-epic-creator-progress-bar { + background-color: #3f3d38; + } + /* source #3: "color: #767676" */ + .zh-epic-creator-empty span { + color: #767676; + } + /* source #3: "color: #dbdbdb66" */ + .zh-epic-creator-placeholder-bottom a { + color: #dbdbdb94; + } + /* source #3: "#eee" */ + .zh-board-menu { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #767676" */ + .zh-epic-pipeline-selector-name { + color: #767676; + } + /* source #3: "#e5e5e5" */ + .zh-epic-issues-picker-new-issue { + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zh-epic-picker-issue-placeholder:hover { + background-color: #313234; + background-image: none; + } + /* source #3: "#e5e5e5" */ + .zh-epic-issue-list-container, .zh-epic-issue-list-footer { + border-color: #3b3c3e; + } + /* source #3: "color: #767676" */ + .zh-epic-issue-list-empty span { + color: #767676; + } + /* source #3: "#eee" */ + .zh-epic-btn { + background-color: #3f3d38; + } + /* source #3: "none" */ + .zh-epic-btn:active { + background-image: none; + } + /* source #3: "color: #333", "#ddd" */ + .zh-epic-form-control, .zh-epic-form-control-small { + color: #dbdbdbEE; + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zh-epic-form-control-small:focus, .zh-epic-form-control:focus { + background: #313234; + background-image: none; + } + /* source #3: "rgba(27,31,35,0.2)", "color: #24292e", "#eff3f6" */ + .zh-webapp.zh-epic-creator-page-visible .btn { + border-color: rgba(200, 200, 200, 0.15); + color: #dbdbdbAA; + background-color: #3f3d38; + } + /* source #3: "#e6ebf1", "#e6ebf1", "rgba(27,31,35,0.35)" */ + .zh-webapp.zh-epic-creator-page-visible .btn:hover { + background-color: #444; + background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%); + border-color: rgba(200, 200, 200, 0.3); + } + /* source #3: "#e9ecef", "none", "rgba(27,31,35,0.35)" */ + .zh-webapp.zh-epic-creator-page-visible .btn:active { + background-color: #3b3c3e; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #3: "#28a745", "#28a745" */ + .zh-webapp.zh-epic-creator-page-visible .btn-primary { + background-color: #373; + background-image: linear-gradient(-180deg, #34d058 0%, #373 90%); + } + /* source #3: "rgba(27,31,35,0.5)" */ + .zh-webapp.zh-epic-creator-page-visible .btn-primary:hover { + border-color: rgba(200, 200, 200, 0.3); + } + /* source #3: "#279f43", "none", "rgba(27,31,35,0.5)" */ + .zh-webapp.zh-epic-creator-page-visible .btn-primary:active { + background-color: #ddc7a1; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #3: "#f6f8fa", "#e1e4e8" */ + .zh-webapp.zh-epic-creator-page-visible .table-list-header { + background-color: #252627; + border-color: #3b3c3e; + } + /* source #3: "#f4f4f4" */ + .zh-webapp.zh-epic-creator-page-visible .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus, + .zh-webapp.zh-epic-creator-page-visible .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus.selected { + background-color: #3f3d38; + } + /* source #3: "#f5f5f5" */ + .zh-webapp.zh-epic-creator-page-visible .search-query { + background-color: #252627; + } + /* source #3: "#fff" */ + .zh-webapp.zh-epic-creator-page-visible .search-query:focus { + background: #313234; + background-image: none; + } + /* source #3: "transparent" */ + .zh-estimate-badge-closed { + background-color: transparent; + } + /* source #3: "#ddd", "#ddd" */ + .zh-estimate-badge--epic-points { + background-color: #232529; + border-color: #3b3c3e; + } + /* source #3: "color: #000" */ + .zh-badge-value { + color: #f0f0f0; + } + /* source #3: "#fff" */ + .SingleDatePicker_picker, .SingleDatePicker_picker__fullScreenPortal, + .SingleDatePickerInput { + background-color: #313234; + background-image: none; + } + /* source #3: "transparent" */ + .DayPickerKeyboardShortcuts_show__bottomRight::before { + border-top-color: transparent; + } + /* source #3: "transparent" */ + .DayPickerKeyboardShortcuts_show__topLeft::before, + .DayPickerKeyboardShortcuts_show__topRight::before { + border-bottom-color: transparent; + } + /* source #3: "#fff" */ + .CalendarDay__default, .DayPickerKeyboardShortcuts_panel { + background: #313234; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .CalendarDay__hovered_offset { + background: #3f3d38; + } + /* source #3: "#fff" */ + .CalendarDay__blocked_minimum_nights, + .CalendarDay__blocked_minimum_nights:active, + .CalendarDay__blocked_minimum_nights:hover, + .CalendarDay__blocked_out_of_range, + .CalendarDay__blocked_out_of_range:active, + .CalendarDay__blocked_out_of_range:hover, .CalendarDay__outside, + .CalendarMonth, .CalendarMonthGrid { + background: #313234; + background-image: none; + } + /* source #3: "#fff" */ + .DayPickerNavigation_button__default { + background-color: #313234; + background-image: none; + } + /* source #3: "#fff" */ + .DayPicker, .DayPicker__horizontal, + .DayPickerNavigation_button__verticalDefault { + background: #313234; + background-image: none; + } + /* source #3: "box-shadow: none" */ + .DayPicker_portal__horizontal { + box-shadow: none; + } + /* source #3: "#fff" */ + .DateInput, .DayPicker_weekHeader__verticalScrollable { + background: #313234; + background-image: none; + } + /* source #3: "#fff", "transparent" */ + .DateInput_input { + background-color: #313234; + background-image: none; + border-bottom-color: transparent; + } + /* source #3: "#fff" */ + .DateInput_input__focused { + background: #313234; + background-image: none; + } + /* source #3: "#fff" */ + .DateRangePicker_picker, .DateRangePicker_picker__fullScreenPortal, + .DateRangePickerInput { + background-color: #313234; + background-image: none; + } + /* source #3: "#ddd" */ + .zhc-markdown h1, .zhc-markdown h2 { + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-markdown hr { + background-color: #3b3c3e; + } + /* source #3: "#ddd" */ + .zhc-markdown blockquote { + border-left-color: #3b3c3e; + } + /* source #3: "#ddd" */ + .zhc-markdown table td, .zhc-markdown table th, .zhc-markdown table tr { + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-markdown table tr { + background-color: #313234; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-markdown pre code { + background-color: transparent; + } + /* source #3: "#fff" */ + .zhc-markdown img { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #444d56", "#959da5", "box-shadow: inset 0 -1px 0 #959da5" */ + .zhc-markdown kbd { + color: #dbdbdbCC; + border-bottom-color: #484848; + box-shadow: inset 0 -2px 0 #232529; + } + /* source #3: "transparent" */ + img.gh-emoji { + background: transparent; + } + /* source #3: "#fff", "#e9e9e9", "color: #333" */ + .zhc-btn { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-btn, .zhc-btn.zhc-btn--disabled, + .zhc-btn.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn.zhc-btn--disabled:active, .zhc-btn.zhc-btn--disabled:focus, + .zhc-btn.zhc-btn--disabled:hover, .zhc-btn[disabled], + .zhc-btn[disabled].zhc-btn--is-active, .zhc-btn[disabled]:active, + .zhc-btn[disabled]:focus, .zhc-btn[disabled]:hover { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-btn.zhc-btn--is-active, .zhc-btn:active, .zhc-btn:focus, .zhc-btn:hover { + background-color: #313234; + background-image: none; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-btn.zhc-btn--is-active, .zhc-btn:active { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-btn--default, .zhc-btn--default.zhc-btn--disabled, + .zhc-btn--default.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--default.zhc-btn--disabled:active, + .zhc-btn--default.zhc-btn--disabled:focus, + .zhc-btn--default.zhc-btn--disabled:hover, .zhc-btn--default[disabled], + .zhc-btn--default[disabled].zhc-btn--is-active, + .zhc-btn--default[disabled]:active, .zhc-btn--default[disabled]:focus, + .zhc-btn--default[disabled]:hover { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-btn--default.zhc-btn--is-active, .zhc-btn--default:active, + .zhc-btn--default:focus, .zhc-btn--default:hover { + background-color: #313234; + background-image: none; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-btn--default.zhc-btn--is-active, .zhc-btn--default:active { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-btn--action.zhc-btn--disabled, + .zhc-btn--action.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--action.zhc-btn--disabled:active, + .zhc-btn--action.zhc-btn--disabled:focus, + .zhc-btn--action.zhc-btn--disabled:hover, .zhc-btn--action[disabled], + .zhc-btn--action[disabled].zhc-btn--is-active, + .zhc-btn--action[disabled]:active, .zhc-btn--action[disabled]:focus, + .zhc-btn--action[disabled]:hover { + background-color: #3b3c3e; + } + /* source #3: "none" */ + .zhc-btn--danger { + background-image: none !important; + } + /* source #3: "#fff", "none" */ + .zhc-btn--danger-bordered { + background-color: #313234; + background-image: none; + background-image: none !important; + } + /* source #3: "#fff" */ + .zhc-btn--danger-bordered.zhc-btn--disabled, + .zhc-btn--danger-bordered.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--danger-bordered.zhc-btn--disabled:active, + .zhc-btn--danger-bordered.zhc-btn--disabled:focus, + .zhc-btn--danger-bordered.zhc-btn--disabled:hover, + .zhc-btn--danger-bordered.zhc-btn--is-active, + .zhc-btn--danger-bordered:active, .zhc-btn--danger-bordered:focus, + .zhc-btn--danger-bordered:hover, .zhc-btn--danger-bordered[disabled], + .zhc-btn--danger-bordered[disabled].zhc-btn--is-active, + .zhc-btn--danger-bordered[disabled]:active, + .zhc-btn--danger-bordered[disabled]:focus, + .zhc-btn--danger-bordered[disabled]:hover { + background-color: #313234; + background-image: none; + } + /* source #3: "transparent", "transparent" */ + .zhc-btn--minimal, .zhc-btn--minimal.zhc-btn--disabled, + .zhc-btn--minimal.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--minimal.zhc-btn--disabled:active, + .zhc-btn--minimal.zhc-btn--disabled:focus, + .zhc-btn--minimal.zhc-btn--disabled:hover, + .zhc-btn--minimal.zhc-btn--is-active, .zhc-btn--minimal:active, + .zhc-btn--minimal:focus, .zhc-btn--minimal:hover, + .zhc-btn--minimal[disabled], .zhc-btn--minimal[disabled].zhc-btn--is-active, + .zhc-btn--minimal[disabled]:active, .zhc-btn--minimal[disabled]:focus, + .zhc-btn--minimal[disabled]:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "rgba(0,0,0,0)" */ + .zhc-btn--minimal.zhc-btn--is-active, .zhc-btn--minimal:active { + background-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-btn--primary.zhc-btn--disabled, + .zhc-btn--primary.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--primary.zhc-btn--disabled:active, + .zhc-btn--primary.zhc-btn--disabled:focus, + .zhc-btn--primary.zhc-btn--disabled:hover, .zhc-btn--primary[disabled], + .zhc-btn--primary[disabled].zhc-btn--is-active, + .zhc-btn--primary[disabled]:active, .zhc-btn--primary[disabled]:focus, + .zhc-btn--primary[disabled]:hover { + border-color: #3b3c3e; + } + /* source #3: "#fff", "#5e60ba" */ + .zhc-btn--primary-bordered, .zhc-btn--primary-bordered.zhc-btn--disabled, + .zhc-btn--primary-bordered.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--primary-bordered.zhc-btn--disabled:active, + .zhc-btn--primary-bordered.zhc-btn--disabled:focus, + .zhc-btn--primary-bordered.zhc-btn--disabled:hover, + .zhc-btn--primary-bordered[disabled], + .zhc-btn--primary-bordered[disabled].zhc-btn--is-active, + .zhc-btn--primary-bordered[disabled]:active, + .zhc-btn--primary-bordered[disabled]:focus, + .zhc-btn--primary-bordered[disabled]:hover { + background-color: #313234; + background-image: none; + border-color: #8368aa; + } + /* source #3: "#fff" */ + .zhc-btn--primary-bordered.zhc-btn--is-active, + .zhc-btn--primary-bordered:active, .zhc-btn--primary-bordered:focus, + .zhc-btn--primary-bordered:hover { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66", "#f4f4f4", "#e9e9e9" */ + .zhc-btn--secondary { + color: #dbdbdb94; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-btn--secondary, .zhc-btn--secondary.zhc-btn--disabled, + .zhc-btn--secondary.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--secondary.zhc-btn--disabled:active, + .zhc-btn--secondary.zhc-btn--disabled:focus, + .zhc-btn--secondary.zhc-btn--disabled:hover, .zhc-btn--secondary[disabled], + .zhc-btn--secondary[disabled].zhc-btn--is-active, + .zhc-btn--secondary[disabled]:active, .zhc-btn--secondary[disabled]:focus, + .zhc-btn--secondary[disabled]:hover { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-btn--secondary.zhc-btn--is-active, .zhc-btn--secondary:active, + .zhc-btn--secondary:focus, .zhc-btn--secondary:hover { + background-color: #3b3c3e; + } + /* source #3: "#fff", "#e9e9e9", "color: #dbdbdb66", "transparent" */ + .zhc-btn--secondary-bordered { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + color: #dbdbdb94; + background-color: transparent; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-btn--secondary-bordered.zhc-btn--disabled, + .zhc-btn--secondary-bordered.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--secondary-bordered.zhc-btn--disabled:active, + .zhc-btn--secondary-bordered.zhc-btn--disabled:focus, + .zhc-btn--secondary-bordered.zhc-btn--disabled:hover, + .zhc-btn--secondary-bordered[disabled], + .zhc-btn--secondary-bordered[disabled].zhc-btn--is-active, + .zhc-btn--secondary-bordered[disabled]:active, + .zhc-btn--secondary-bordered[disabled]:focus, + .zhc-btn--secondary-bordered[disabled]:hover { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-btn--secondary-bordered.zhc-btn--is-active, + .zhc-btn--secondary-bordered:active, .zhc-btn--secondary-bordered:focus, + .zhc-btn--secondary-bordered:hover { + background-color: #313234; + background-image: none; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-btn--secondary-bordered.zhc-btn--is-active, + .zhc-btn--secondary-bordered:active { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#f8f8f8" */ + .zhc-btn--secondary-bordered.zhc-btn--is-active, + .zhc-btn--secondary-bordered:active, .zhc-btn--secondary-bordered:focus, + .zhc-btn--secondary-bordered:hover { + background-color: #2f3031; + } + /* source #3: "transparent" */ + .zhc-btn--secondary-bordered.zhc-btn--disabled, + .zhc-btn--secondary-bordered.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--secondary-bordered.zhc-btn--disabled:active, + .zhc-btn--secondary-bordered.zhc-btn--disabled:focus, + .zhc-btn--secondary-bordered.zhc-btn--disabled:hover, + .zhc-btn--secondary-bordered[disabled], + .zhc-btn--secondary-bordered[disabled].zhc-btn--is-active, + .zhc-btn--secondary-bordered[disabled]:active, + .zhc-btn--secondary-bordered[disabled]:focus, + .zhc-btn--secondary-bordered[disabled]:hover { + background-color: transparent; + } + /* source #3: "transparent" */ + .zhc-btn--topbar { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-btn--topbar:hover { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-btn--text { + background-color: transparent !important; + } + /* source #3: "transparent", "#e9e9e9" */ + .zhc-btn--text.zhc-btn--disabled, + .zhc-btn--text.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--text.zhc-btn--disabled:active, + .zhc-btn--text.zhc-btn--disabled:focus, + .zhc-btn--text.zhc-btn--disabled:hover, .zhc-btn--text[disabled], + .zhc-btn--text[disabled].zhc-btn--is-active, .zhc-btn--text[disabled]:active, + .zhc-btn--text[disabled]:focus, .zhc-btn--text[disabled]:hover { + background-color: transparent !important; + border-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-btn--text.zhc-btn--is-active, .zhc-btn--text:active, + .zhc-btn--text:focus, .zhc-btn--text:hover { + border-color: transparent; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-btn--text-secondary-dark { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-btn--border-hover-only { + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-btn--border-hover-only.zhc-btn--is-active, + .zhc-btn--border-hover-only:active, .zhc-btn--border-hover-only:focus, + .zhc-btn--border-hover-only:hover, .zhc-confirm-dialog { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-confirm-dialog__actions .zhc-btn--text { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66" */ + .zhc-confirm-dialog__footer { + border-top-color: #3b3c3e; + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-input { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#f4f4f4" */ + .zhc-input--disabled { + background: #3f3d38; + } + /* source #3: "box-shadow: none" */ + .zhc-input--error:focus { + box-shadow: none; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhu-blankslate { + background-color: #3f3d38; + } + /* source #3: "#e9e9e9" */ + .zhu-blankslate, .zhu-checkbox { + border-color: #3b3c3e; + } + /* source #3: "box-shadow: none" */ + .zhu-checkbox:focus { + box-shadow: none; + } + /* source #3: "color: #333 !important" */ + .zhu-color-text { + color: #dbdbdbEE !important; + } + /* source #3: "color: #dbdbdb66 !important" */ + .zhu-color-text-secondary-dark { + color: #dbdbdb94 !important; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhu-panel { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhu-tag-default { + background-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhu-text-important { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66 !important" */ + .zhu-text-secondary-dark { + color: #dbdbdb94 !important; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-account-details__section { + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-account-details__item { + border-bottom-color: #3b3c3e; + } + /* source #3: "#f4f4f4" */ + .zhc-account-details__item--edit input { + background: #3f3d38; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-account-details__item--edit__info-message { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-billing-history__item { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-billing-history__item:first-child { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-cancel-subscription-modal { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #333", "#e9e9e9" */ + .zhc-cancel-subscription-modal__cancellation-reason { + color: #dbdbdbEE; + border-color: #3b3c3e; + } + /* source #3: "#f8f8f8" */ + .zhc-cancel-subscription-modal__missing-features { + background: #2f3031; + } + /* source #3: "#fff" */ + .zhc-cancel-subscription-modal__missing-features__feature .zhu-checkbox:not(:checked) { + background: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-cancel-subscription-modal__feedback, + .zhc-cancel-subscription-modal__note { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-cancel-subscription-modal__other-comments__input { + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-cancel-subscription-modal__warning, .zhc-cancel-subscription-page__text { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-remove-licenses { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-remove-licenses__section { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-remove-licenses__subtext { + color: #dbdbdb94; + } + /* source #3: "color: #dbdbdb66", "#e9e9e9" */ + .zhc-remove-licenses__quantity { + color: #dbdbdb94; + border-color: #3b3c3e; + } + /* source #3: "#fff", "color: #dbdbdb66" */ + .zhc-account-settings__section { + background-color: #313234; + background-image: none; + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-account-settings__section h3, .zhc-account-settings__section strong { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-account-settings__link { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-account-settings__link .zhu-panel { + border-top-color: #3b3c3e; + } + /* source #3: "#fcf9e4", "#faebcc" */ + .zhc-account-settings__summary--warning { + background-color: #321; + border-color: #542; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-account-settings__icon { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-organization-admin-item { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-organization-admin-item__username { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-avatar { + background-color: #313234; + background-image: none; + } + /* source #3: "transparent", "#5e60ba" */ + .zhc-badge--estimate-closed { + background-color: transparent; + border-color: #8368aa; + } + /* source #3: "transparent", "#e9e9e9" */ + .zhc-badge--estimate-average { + background-color: transparent; + border-color: #3b3c3e; + } + /* source #3: "#ddd" */ + .zhc-badge--issue-count { + background-color: #232529; + } + /* source #3: "transparent" */ + .zhc-badge--epic-points { + background-color: transparent; + } + /* source #3: "color: #000" */ + .zhc-badge--epic-points .zhc-badge__value { + color: #f0f0f0; + } + /* source #3: "color: #dbdbdb66", "#fcf9e4", "#faebcc" */ + .zhc-banner { + color: #dbdbdb94; + background-color: #321; + border-color: #542; + } + /* source #3: "color: #333" */ + .zhc-banner strong { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-banner--neutral { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-board-loading__pipeline-section { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66", "#fff", "#e9e9e9" */ + .zhc-board-loading__message { + color: #dbdbdb94; + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "box-shadow: none" */ + .zhc-board-loading__message .zhc-spinner-outline { + box-shadow: none; + } + /* source #3: "#f8f8f8" */ + .zhc-board-onboarding--mobile { + background-color: #2f3031; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-board-onboarding--mobile .zhc-board-onboarding__content__text__description { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-breadcrumbs--default .zhc-breadcrumbs__button { + border-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-breadcrumbs--default .zhc-breadcrumbs__button--active, + .zhc-breadcrumbs--default .zhc-breadcrumbs__button:hover { + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-breadcrumbs--extension-topbar, + .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button { + border-color: transparent; + } + /* source #3: "#e9e9e9", "#f4f4f4" */ + .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button:hover { + border-color: #3b3c3e; + background-color: #3f3d38; + } + /* source #3: "transparent", "transparent" */ + .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button.zhc-breadcrumbs__button--untitled-workspace:hover { + border-color: transparent; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button--active { + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "#ccc" */ + .zhc-breadcrumbs__button__untitled-tag { + background-color: #484848; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-breadcrumbs__divider { + color: #dbdbdb94; + } + /* source #3: "transparent", "transparent" */ + .zhc-breadcrumbs--workspace-phase-3-off.zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#fff", "#ddd" */ + .zhc-burndown-chart__placeholder, .zhc-burndown-chart__placeholder__message { + background-color: #313234; + background-image: none; + } + .zhc-burndown-chart__placeholder__message { + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-burndown-chart__stats { + border-left-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + @media (max-width: 759px) { + .zhc-burndown-chart__stats:first-child { + border-bottom-color: #3b3c3e; + } + } + /* source #3: "color: #333" */ + .zhc-burndown-chart__stats__detail strong { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-burndown-report-header__divider-icon { + color: #dbdbdb94; + } + /* source #3: "color: #333", "#e9e9e9", "#fff", "#e9e9e9" */ + .zhc-button { + border-color: #3b3c3e; + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-button, .zhc-button:active, .zhc-button:focus, .zhc-button:hover { + background-color: #313234; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button[disabled], .zhc-button[disabled]:active, + .zhc-button[disabled]:focus, .zhc-button[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "transparent", "transparent", "box-shadow: none" */ + .zhc-button--variant-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ + .zhc-button--variant-text[disabled] { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--variant-text[disabled]:active, + .zhc-button--variant-text[disabled]:focus, + .zhc-button--variant-text[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "transparent", "transparent" */ + .zhc-button--variant-text:active, .zhc-button--variant-text:focus, + .zhc-button--variant-text:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-primary[disabled], + .zhc-button--color-primary[disabled]:active, + .zhc-button--color-primary[disabled]:focus, + .zhc-button--color-primary[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "transparent", "transparent", "box-shadow: none" */ + .zhc-button--color-primary.zhc-button--variant-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ + .zhc-button--color-primary.zhc-button--variant-text[disabled] { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-primary.zhc-button--variant-text[disabled]:active, + .zhc-button--color-primary.zhc-button--variant-text[disabled]:focus, + .zhc-button--color-primary.zhc-button--variant-text[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "transparent", "transparent" */ + .zhc-button--color-primary.zhc-button--variant-text:active, + .zhc-button--color-primary.zhc-button--variant-text:focus, + .zhc-button--color-primary.zhc-button--variant-text:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#fff", "#5e60ba" */ + .zhc-button--color-primary.zhc-button--variant-outlined { + background-color: #313234; + background-image: none; + border-color: #8368aa; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-primary.zhc-button--variant-outlined[disabled], + .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:active, + .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:focus, + .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "#fff", "#5e60ba" */ + .zhc-button--color-primary.zhc-button--variant-outlined:active, + .zhc-button--color-primary.zhc-button--variant-outlined:focus, + .zhc-button--color-primary.zhc-button--variant-outlined:hover { + background-color: #313234; + background-image: none; + border-color: #8368aa; + } + /* source #3: "#f8f8f8", "#e9e9e9", "color: #dbdbdb66" */ + .zhc-button--color-secondary { + background-color: #2f3031; + border-color: #3b3c3e; + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-button--color-secondary:active, .zhc-button--color-secondary:focus, + .zhc-button--color-secondary:hover { + background-color: #3b3c3e; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-secondary[disabled], + .zhc-button--color-secondary[disabled]:active, + .zhc-button--color-secondary[disabled]:focus, + .zhc-button--color-secondary[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "color: #dbdbdb66", "transparent", "transparent", "box-shadow: none" */ + .zhc-button--color-secondary.zhc-button--variant-text { + color: #dbdbdb94; + background-color: transparent; + border-color: transparent; + box-shadow: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ + .zhc-button--color-secondary.zhc-button--variant-text[disabled] { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-secondary.zhc-button--variant-text[disabled]:active, + .zhc-button--color-secondary.zhc-button--variant-text[disabled]:focus, + .zhc-button--color-secondary.zhc-button--variant-text[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "color: #333", "transparent", "transparent" */ + .zhc-button--color-secondary.zhc-button--variant-text:active, + .zhc-button--color-secondary.zhc-button--variant-text:hover { + color: #dbdbdbEE; + background-color: transparent; + border-color: transparent; + } + /* source #3: "transparent", "transparent" */ + .zhc-button--color-secondary.zhc-button--variant-text:focus { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#fff", "#fff", "color: #333", "#e9e9e9" */ + .zhc-button--color-secondary.zhc-button--variant-outlined { + background-color: #313234; + background: #313234; + background-image: none; + color: #dbdbdbEE; + border-color: #3b3c3e; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-secondary.zhc-button--variant-outlined[disabled], + .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:active, + .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:focus, + .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "#fff" */ + .zhc-button--color-secondary.zhc-button--variant-outlined:active, + .zhc-button--color-secondary.zhc-button--variant-outlined:focus, + .zhc-button--color-secondary.zhc-button--variant-outlined:hover { + background-color: #313234; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-action[disabled], + .zhc-button--color-action[disabled]:active, + .zhc-button--color-action[disabled]:focus, + .zhc-button--color-action[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "transparent", "transparent", "box-shadow: none" */ + .zhc-button--color-action.zhc-button--variant-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ + .zhc-button--color-action.zhc-button--variant-text[disabled] { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-action.zhc-button--variant-text[disabled]:active, + .zhc-button--color-action.zhc-button--variant-text[disabled]:focus, + .zhc-button--color-action.zhc-button--variant-text[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "transparent", "transparent" */ + .zhc-button--color-action.zhc-button--variant-text:active, + .zhc-button--color-action.zhc-button--variant-text:focus, + .zhc-button--color-action.zhc-button--variant-text:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-button--color-action.zhc-button--variant-outlined { + background-color: #313234; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-action.zhc-button--variant-outlined[disabled], + .zhc-button--color-action.zhc-button--variant-outlined[disabled]:active, + .zhc-button--color-action.zhc-button--variant-outlined[disabled]:focus, + .zhc-button--color-action.zhc-button--variant-outlined[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "#fff" */ + .zhc-button--color-action.zhc-button--variant-outlined:active, + .zhc-button--color-action.zhc-button--variant-outlined:focus, + .zhc-button--color-action.zhc-button--variant-outlined:hover { + background-color: #313234; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-danger[disabled], + .zhc-button--color-danger[disabled]:active, + .zhc-button--color-danger[disabled]:focus, + .zhc-button--color-danger[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "transparent", "transparent", "box-shadow: none" */ + .zhc-button--color-danger.zhc-button--variant-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ + .zhc-button--color-danger.zhc-button--variant-text[disabled] { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-danger.zhc-button--variant-text[disabled]:active, + .zhc-button--color-danger.zhc-button--variant-text[disabled]:focus, + .zhc-button--color-danger.zhc-button--variant-text[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "transparent", "transparent" */ + .zhc-button--color-danger.zhc-button--variant-text:active, + .zhc-button--color-danger.zhc-button--variant-text:focus, + .zhc-button--color-danger.zhc-button--variant-text:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-button--color-danger.zhc-button--variant-outlined { + background-color: #313234; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-danger.zhc-button--variant-outlined[disabled], + .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:active, + .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:focus, + .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:hover { + background-color: #2f3031; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "#fff", "#e9e9e9", "color: #333", "#f8f8f8", "#e9e9e9" */ + .zhc-button--color-danger.zhc-button--variant-outlined:active, + .zhc-button--color-danger.zhc-button--variant-outlined:focus, + .zhc-button--color-danger.zhc-button--variant-outlined:hover, + .zhc-button--color-inactive { + background-color: #313234; + background-image: none; + } + .zhc-button--color-inactive { + color: #dbdbdbEE; + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-button--color-inactive:active, .zhc-button--color-inactive:focus, + .zhc-button--color-inactive:hover { + background-color: #313234; + background-image: none; + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "box-shadow: none" */ + .zhc-button-group > * { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-cancellation-notice__text { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-chart-container { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-chart-container__header { + background-color: #3f3d38; + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-chart-container__info-toggle { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-chart-container__footer { + border-top-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-chart-legend__item { + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + @media (max-width: 759px) { + .zhc-chart-legend__item:nth-child(even) { + border-left-color: #3b3c3e; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 760px) and (max-width: 1019px) { + .zhc-chart-legend__item:not(:nth-child(4n)) { + border-right-color: #3b3c3e; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 1020px) { + .zhc-chart-legend__item:not(:nth-child(5n)) { + border-right-color: #3b3c3e; + } + } + /* source #3: "#e9e9e9" */ + .zhc-chart-stats__stat { + border-right-color: #3b3c3e; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-chart-info__wrapper { + background: #2f3031; + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-chart-info__close { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-chart-legend::after { + background: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-chart-legend .zhc-dropdown, .zhc-chart-legend display flex { + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + @media (max-width: 759px) { + .zhc-chart-legend .zhc-dropdown:nth-child(odd), + .zhc-chart-legend display flex:nth-child(odd) { + border-right-color: #3b3c3e; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 760px) and (max-width: 1019px) { + .zhc-chart-legend .zhc-dropdown:not(:nth-child(4n)), + .zhc-chart-legend display flex:not(:nth-child(4n)) { + border-right-color: #3b3c3e; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 1020px) { + .zhc-chart-legend .zhc-dropdown:not(:nth-child(5n)), + .zhc-chart-legend display flex:not(:nth-child(5n)) { + border-right-color: #3b3c3e; + } + } + /* source #3: "none", "#fff" */ + .zhc-chart-legend .zhc-dropdown .zhc-selection-button { + background-color: #313234; + background-image: none; + } + /* source #3: "#5e60ba" */ + .zhc-chart-legend-icon--dashed { + border-bottom-color: #8368aa; + } + /* source #3: "#fff" */ + .zhc-chart-legend-icon--check::after { + border-color: #313234; + } + /* source #3: "#fff" */ + .zhc-chart-legend-icon--disabled { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-chart-legend__labels { + border-bottom-color: #3b3c3e; + } + /* source #3: "#f8f8f8" */ + .zhc-chart-legend__labels--notselected { + background-color: #2f3031; + } + /* source #3: "#e9e9e9" */ + @media (max-width: 759px) { + .zhc-chart-legend__labels:nth-child(odd) { + border-right-color: #3b3c3e; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 760px) and (max-width: 1019px) { + .zhc-chart-legend__labels:not(:nth-child(4n)) { + border-right-color: #3b3c3e; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 1020px) { + .zhc-chart-legend__labels:not(:nth-child(5n)) { + border-right-color: #3b3c3e; + } + } + /* source #3: "#e9e9e9" */ + .zhc-chart-legend__labels-label-item:hover { + background-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-chart-legend__labels-x { + color: #dbdbdb94; + } + /* source #3: "rgba(0,0,0,0.8)" */ + .zhc-chart-tooltip { + background-color: #3f3d38; + } + /* source #3: "#ccc" */ + .zhc-checkbox-toggle::before { + background-color: #484848; + } + /* source #3: "#fff" */ + .zhc-checkbox-toggle::after { + background-color: #313234; + background-image: none; + } + /* source #3: "#5e60ba" */ + .zhc-checkbox-toggle--is-active::after, + .zhc-checkbox-toggle--is-active::before { + border-color: #8368aa; + } + /* source #3: "#e9e9e9" */ + .zhc-checkout-box__input { + border-color: #3b3c3e; + } + /* source #3: "box-shadow: none" */ + .zhc-checkout-box__input input:focus { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-checkout-box__input-button { + color: #dbdbdb94; + } + /* source #3: "#5e60ba" */ + .zhc-checkout-box__update-quantity__input { + border-color: #8368aa; + } + /* source #3: "#f4f4f4" */ + .zhc-checkout-box__plan--active { + background-color: #3f3d38; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-checkout-box__cancel, .zhc-checkout-box__card-number, + .zhc-checkout-box__meta { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-chip--outlined { + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-chip--outlined, .zhc-choose-organization { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-choose-organization__learn-more, + .zhc-choose-organization__section + .zhc-choose-organization__section { + border-top-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-organization-item { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-organization-item:hover { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-organization-item__content .zhc-avatar { + border-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-organization-item__name { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-organization-item__personal { + color: #dbdbdb94; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-collapsible__content { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-collapsible-control { + border-color: transparent; + } + /* source #3: "transparent" */ + .zhc-collapsible-control--button { + background-color: transparent; + } + /* source #3: "color: #333" */ + .zhc-collapsible-control:hover.zhc-collapsible-control--grey:not(.zhc-collapsible-control--border) { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-collapsible-control:hover.zhc-collapsible-control--border { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9", "#fff" */ + @media (max-width: 759px) { + .zhc-collapsible-control { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + } + /* source #3: "#e9e9e9" */ + .zhc-collapsible-control__main-icon { + border-color: #3b3c3e; + } + /* source #3: "#fff", "color: #333" */ + .zhc-confetti-announcement { + background-color: #313234; + background-image: none; + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-confetti-announcement .zhc-confetti-announcement__close:hover { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-confirmation-modal { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-consent-form { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "color: #333" */ + .zhc-consent-form__title { + border-top-color: #3b3c3e; + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-consent-form__checkbox input { + border-color: #3b3c3e; + } + /* source #3: "box-shadow: none" */ + @media (min-width: 1020px) { + .zhc-control-chart .zhc-control-chart__left-axis { + box-shadow: none; + } + } + /* source #3: "transparent" */ + .zhc-control-chart-report .zhc-dropdown--ccr-pipelines .zhc-selection-item--is-disabled { + background-color: transparent; + } + /* source #3: "color: #333" */ + .zhc-control-chart-report__chart_stat .zhc-chart-emphasis { + color: #dbdbdbEE; + } + /* source #3: "box-shadow: none" */ + @media (min-width: 1020px) { + .zhc-cumulative-chart__left-axis { + box-shadow: none; + } + } + /* source #3: "border: 1px solid" */ + .zhc-color-square { + border-color: #313234; + } + /* source #3: "#fff" */ + .zhc-billing { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-billing__period, .zhc-billing__title { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8" */ + .zhc-dashboard-nav .zhc-org-dropdown__toggle-button { + border-color: #3b3c3e; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-dashboard-nav .zhc-org-dropdown__toggle-button:hover { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-dashboard-nav__section { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dashboard-nav__item--secondary { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-dashboard-topbar { + background-color: #313234; + background-image: none; + border-bottom-color: #3b3c3e; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .DateRangePickerInput { + background: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + @media (min-width: 760px) { + .DateRangePickerInput .DateRangePicker_picker { + border-color: #3b3c3e; + } + } + /* source #3: "none", "color: #dbdbdb66" */ + .DateInput, .DateRangePickerInput_arrow::after { + color: #dbdbdb94; + } + /* source #3: "none" */ + .DateInput, .DateInput .DateInput_input { + background: none; + } + /* source #3: "color: #dbdbdb66" */ + .DateInput .DateInput_displayText__has-input { + color: #dbdbdb94; + } + /* source #3: "color: #dbdbdb66", "#e9e9e9" */ + .DayPicker__horizontal .DayPicker_nav__next, + .DayPicker__horizontal .DayPicker_nav__prev { + color: #dbdbdb94; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66", "#e9e9e9" */ + .CalendarDay, .CalendarMonth_caption { + color: #dbdbdb94; + } + .CalendarDay { + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .DayPicker_weekHeader { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-date-selector .DayPicker, .zhc-date-selector .DayPicker--horizontal { + background: #313234; + background-image: none; + } + /* source #3: "#faebcc", "#fcf9e4" */ + .zhc-add-dependency__error-message { + border-color: #542; + background-color: #321; + } + /* source #3: "color: #333" */ + .zhc-add-dependency__error-message .zhu-font-bold { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dependency-color-grey { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + @media (min-width: 760px) { + .zhc-dependency-issue-selector__search .zhc-search { + background-color: transparent; + } + } + /* source #3: "box-shadow: none" */ + .zhc-dependency-issue-selector__search .zhc-search input[type="text"]:focus { + box-shadow: none; + } + /* source #3: "#fff" */ + .zhc-dependency-issue-selector__issues__container { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dependency-issue-selector__issue-item-pipeline .zhc-svg-icon, + .zhc-dependency-list__issue--completed .zhc-dependency-list__issue__title a { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-dependency-item-simple .zhc-selection-item { + border-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-dependency-item-simple .zhc-selection-item:hover { + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dependency-item-simple a { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-dependency-item-simple__header { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-dependency { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dependency-type-dropdown { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-dependency-type-dropdown__control { + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dependency-type-dropdown__control .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-dependency-type-dropdown__list { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-dependency-type-dropdown__list__item { + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + @media (max-width: 759px) { + .zhc-add-dependency { + background-color: #313234; + background-image: none; + } + } + /* source #3: "transparent" */ + .zhc-dropdown__clear-filter { + background: transparent; + } + /* source #3: "none" */ + .zhc-dropdown__clear-filter:hover { + background-image: none; + } + /* source #3: "color: #dbdbdb66", "transparent" */ + .zhc-dropdown-switch-item__switch { + color: #dbdbdb94; + border-color: transparent; + } + /* source #3: "color: #333" */ + .zhc-empty-state h1 { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-epic-list { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-epic-list .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-epic-list__epic-icon { + background-color: #3b3c3e; + border-color: #313234; + } + /* source #3: "color: #333" */ + .zhc-epic-pipeline-list--item__title, .zhc-error-page__header__description, + .zhc-error-page__header__title { + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-feature-alert--new-workspace::after { + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-feature-announcement { + background: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-feature-announcement__x:hover { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8" */ + .zhc-feature-announcement__image { + background: #2f3031; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-filter-expand-button { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-filter-tag { + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-filter-tag .zhc-svg-icon--x { + color: #dbdbdb94; + } + /* source #3: "color: #dbdbdb66", "transparent" */ + .zhc-filter-tag__text { + color: #dbdbdb94; + background-color: transparent; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-filter-tags__options { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66" */ + .zhc-footer__wrapper { + border-top-color: #3b3c3e; + color: #dbdbdb94; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-footer__terms a { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-icon--has-notification::after { + border-color: #313234; + } + /* source #3: "#fff", "color: #dbdbdb66" */ + .zhc-info-alert { + background-color: #313234; + background-image: none; + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-info-alert--pointer::after, .zhc-info-alert--pointer::before { + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-info-alert--pointer--left::after { + border-right-color: #313234; + } + /* source #3: "#fff" */ + .zhc-info-alert--pointer--right::after { + border-left-color: #313234; + } + /* source #3: "#fff" */ + .zhc-info-alert--pointer--top::after { + border-bottom-color: #313234; + } + /* source #3: "#fff" */ + .zhc-info-alert--pointer--bottom::after { + border-top-color: #313234; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-integration-repo-selector__repos__container, + .zhc-integrations .zhc-integrations-section { + background-color: #313234; + background-image: none; + } + .zhc-integrations .zhc-integrations-section { + border-color: #3b3c3e; + } + /* source #3: "#f4f4f4" */ + .zhc-integrations .zhc-integrations-section input { + background: #3f3d38; + } + /* source #3: "box-shadow: none" */ + .zhc-integrations-section .zhc-integrations-section__form--error input:focus { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-integrations-section .zhc-integrations-section__form-label { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-integrations-item { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-integrations-item .zhc-integrations__hook:first-child:not(:last-child), + .zhc-integrations-item .zhc-integrations__repo, + .zhc-integrations-item .zhc-integrations__service { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66" */ + .zhc-integrations-list__header { + border-bottom-color: #3b3c3e; + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-invite-link-modal { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-invite-link-modal__sharing-link { + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-invite-link-modal__icon { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8" */ + .invite-link-footer { + background: #2f3031; + } + /* source #3: "color: #dbdbdb66" */ + .invite-link-footer__link .zhc-input { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-invite-your-team { + background-color: #313234; + background-image: none; + } + /* source #3: "#fff","rgba(0,0,0,0)", "#fff","rgba(0,0,0,0)" */ + .zhc-invite-your-team__scrollable-section { + background: linear-gradient(#313234; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #313234; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#313234; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #313234; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-invite-your-team-section--suggested:not(.zhc-invite-your-team-section--empty) { + background: #2f3031; + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-invite-your-team__controls { + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-invite-your-team-item { + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-invite-your-team-item--toggle-text { + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-invitees-list { + border-bottom-color: #3b3c3e; + } + /* source #3: "box-shadow: none" */ + .zhc-invitees-list input:focus { + box-shadow: none; + } + /* source #3: "color: #333" */ + .zhc-invitee-input { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-issue-card { + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#5e60ba" */ + .zhc-issue-card--options-open { + border-color: #8368aa; + } + /* source #3: "#5e60ba", "#e9e9e9" */ + .zhc-issue-card__action-notification { + border-left-color: #8368aa; + border-top-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-issue-card__action-notification .zhc-icon--has-notification::after, + .zhc-issue-card__action-notification .zhc-icon--notification::after, + .zhc-issue-card__action-notification .zhc-issue-card__action-notification__has-notification::after { + border-color: #313234; + } + /* source #3: "#5e60ba" */ + .zhc-issue-card--multi-active, .zhc-issue-card--multi-active::after { + border-color: #8368aa; + } + /* source #3: "#e9e9e9", "#ddd" */ + .zhc-issue-card--is-dragging { + background-color: #3b3c3e; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-issue-card__main { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-issue-card__meta { + border-top-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-issue-card__issue-title { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-issue-card__assignees .zhc-avatar, + .zhc-issue-card__assignees .zhc-issue-card__multiple-assignees { + border-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-issue-card__heading__main { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-issue-card__actions__btn { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-issue-card__epic-filter { + color: #dbdbdbEE; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-issue-card__connected-pull-request { + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "#fff","rgba(0,0,0,0)", "#fff","rgba(0,0,0,0)" */ + .zhc-selection-list-deprecated--issue-card-actions .zhc-selection-list-deprecated__body .zhc-selection-list-deprecated__list { + background: linear-gradient(#313234; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #313234; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#313234; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #313234; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; + } + /* source #3: "box-shadow: none" */ + .zhc-issue-cards:focus { + box-shadow: none; + } + /* source #3: "#ddd" */ + .zhc-issue-cards::-webkit-scrollbar, + .zhc-issue-cards::-webkit-scrollbar-thumb { + background: #232529; + } + /* source #3: "#f4f4f4" */ + .zhc-issue-cards::-webkit-scrollbar-track { + background: #3f3d38; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-add-comment { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-add-comment__username { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-comment { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-comment__username { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-comment__timestamp, .zhc-comment__timestamp a { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-edit-comment__preview, .zhc-edit-comment__textarea { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-edit-comment__file-upload { + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-discussion-events__icon, .zhc-edit-comment__tag-loading { + border-color: #3b3c3e; + } + /* source #3: "#6a737d" */ + .zhc-discussion-events__icon--grey, .zhc-discussion-events__icon--grey-dark { + background-color: #444; + } + /* source #3: "#24292e" */ + .zhc-discussion-events__icon--grey-darker { + background-color: #313234; + } + /* source #3: "transparent", "#e9e9e9" */ + .zhc-edit-issue__title-input { + background-color: transparent; + border-bottom-color: #3b3c3e; + } + /* source #3: "#ffd33d" */ + .zhc-issue-badge--pr-draft { + background-color: #cb4; + color: #dbdbdbAA; + } + /* source #3: "color: #333" */ + .zhc-issue-description { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-issue-meta { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-issue-meta__username { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-modal__body.zhc-issue-modal__body--extension { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-issue-modal__header__toggle-sidebar .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-issue-sidebar .zhc-sidebar-selector { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-new-issue-body__username { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-new-issue-body__title-input { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-issue-item .zhc-svg-icon--board { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-issue-item__title { + color: #dbdbdbEE; + } + /* source #3: "none" */ + .zhc-sidebar-assignee-selector .zhc-sidebar-assignee-selector_active_assignees { + background: none; + } + /* source #3: "color: #333" */ + .zhc-sidebar-assign-yourself--read-only:hover { + color: #dbdbdbEE; + } + /* source #3: "none" */ + .zhc-sidebar-selector { + background: none; + } + /* source #3: "color: #333" */ + .zhc-sidebar-epic-selector .zhc-sidebar-active-epics a { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-create-estimate-item__content .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-sidebar-pipeline-selector__label { + color: #dbdbdbEE; + } + /* source #3: "color: #586069" */ + .discussion-sidebar-item .zhc-sidebar-pipeline-selector__label { + color: #dbdbdbCC; + } + /* source #3: "color: #333" */ + .zhc-sidebar-active-pipeline__name { + color: #dbdbdbEE; + } + /* source #3: "color: #333", "none" */ + .zhc-sidebar-pipeline-selector__button { + color: #dbdbdbEE; + background: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-sidebar-pipeline-selector__button .zhc-svg-icon--gear:hover { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-sidebar-pipeline-selector__button--disabled:active, + .zhc-sidebar-pipeline-selector__button--disabled:active .zhc-sidebar-active-pipeline__name, + .zhc-sidebar-pipeline-selector__button--disabled:focus, + .zhc-sidebar-pipeline-selector__button--disabled:focus .zhc-sidebar-active-pipeline__name, + .zhc-sidebar-pipeline-selector__button--disabled:hover, + .zhc-sidebar-pipeline-selector__button--disabled:hover .zhc-sidebar-active-pipeline__name { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-sidebar-active-pipeline__direction .zhc-priority-icon--hovered:not(.zhc-priority-icon--has-priority) .zhc-priority-icon__pin-icon, + .zhc-sidebar-active-pipeline__direction .zhc-priority-icon:hover:not(.zhc-priority-icon--has-priority) .zhc-priority-icon__pin-icon { + color: #dbdbdb94; + } + /* source #3: "color: #586069" */ + .discussion-sidebar-item .zhc-sidebar-selector-button { + color: #dbdbdbCC; + } + /* source #3: "color: #333", "none" */ + .zhc-sidebar-selector-button { + color: #dbdbdbEE; + background: none; + } + /* source #3: "color: #333" */ + .zhc-sidebar-selector-button:active:disabled .zhc-sidebar-selector-button__heading, + .zhc-sidebar-selector-button:focus:disabled .zhc-sidebar-selector-button__heading, + .zhc-sidebar-selector-button:hover:disabled .zhc-sidebar-selector-button__heading { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-sidebar-selector-button:active .zhc-svg-icon--gear-github, + .zhc-sidebar-selector-button:focus .zhc-svg-icon--gear-github, + .zhc-sidebar-selector-button:hover .zhc-svg-icon--gear-github { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-sidebar-selector-button--no-hover:active .zhc-sidebar-selector-button__heading, + .zhc-sidebar-selector-button--no-hover:focus .zhc-sidebar-selector-button__heading, + .zhc-sidebar-selector-button--no-hover:hover .zhc-sidebar-selector-button__heading { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-issues-list { + border-color: #3b3c3e; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-issues-list__header { + background-color: #3f3d38; + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-issues-list-item__wrapper { + border-top-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-issues-list-item { + background-color: #313234; + background-image: none; + } + /* source #3: "#f8f8f8" */ + .zhc-issues-list-item:hover { + background-color: #2f3031; + } + /* source #3: "color: #333" */ + .zhc-issues-list-item__issue_number, .zhc-issues-list-item__title a { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-item-table { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#f4f4f4" */ + .zhc-item-table__header { + background-color: #3f3d38; + } + /* source #3: "#e9e9e9" */ + .zhc-item-table__cell, .zhc-item-table__column-title { + border-bottom-color: #3b3c3e; + } + /* source #3: "#f8f8f8" */ + .zhc-item-table__row--closed { + background-color: #2f3031; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-item-table__meta-title { + color: #dbdbdb94; + } + /* source #3: "box-shadow: none" */ + .zhc-link-button:active, .zhc-link-button:focus, .zhc-link-button:hover { + box-shadow: none; + } + /* source #3: "color: #000" */ + .zhc-loading__header { + color: #f0f0f0; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-manage-plan__offer, .zhc-manage-plan__summary { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-manage-plan__renewal-date, .zhc-manage-plan__subtitle { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-manage-plan__renewal-date strong { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-manage-plan__team-members { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-manage-plan__licensed-members, .zhc-manage-plan__team-members-header { + border-color: #3b3c3e; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-team-member__options-icon-wrapper--active, + .zhc-team-member__options-icon-wrapper:hover { + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "#fcf9e4", "#faebcc" */ + .zhc-manage-plan__non-licensed-members { + background-color: #321; + border-color: #542; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-markdown-toolbar__item:active, .zhc-markdown-toolbar__item:focus, + .zhc-markdown-toolbar__item:hover { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + @media (max-width: 759px) { + .zhc-menu-bar-item--search-bar { + border-top-color: #3b3c3e; + } + } + /* source #3: "#fff" */ + @media (max-width: 759px) { + .zhc-menu-container__modal--is-open .zhc-menu-container__modal-wrapper { + background-color: #313234; + background-image: none; + } + } + /* source #3: "#fff" */ + .zhc-menu-container__header, + .zhc-menu-container__modal--is-open .zhc-menu-bar-item:not(.zhc-menu-bar-item--filter-tags) .zhc-btn:not(.zhc-btn--action), + .zhc-menu-container__modal--is-open .zhc-menu-bar-item:not(.zhc-menu-bar-item--filter-tags) .zhc-btn:not(.zhc-btn--action):hover { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-merge-repo-finder { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-merge-repo-finder__container { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-merge-repo-finder__header, .zhc-merge-repo-finder__header__text { + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-merge-repo-finder__cancel { + background: transparent; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-merge-repo-finder__cancel .zhc-svg-icon--x:hover { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-merge-repo-finder-input__label { + color: #dbdbdbEE; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-merge-repo-finder-input__text-input { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#f8f8f8" */ + .zhc-merging-tool { + background-color: #2f3031; + } + /* source #3: "#fcf9e4", "#faebcc", "color: #dbdbdb66" */ + .zhc-merging-tool__warning { + background-color: #321; + border-bottom-color: #542; + color: #dbdbdb94; + } + /* source #3: "#f8f8f8" */ + .zhc-merging-tool__buttons { + background-color: #2f3031; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-merging-tool-pipeline { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-merging-tool-pipeline--is-new { + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-merging-tool-pipeline__header, + .zhc-merging-tool-pipeline__header--is-edit { + border-bottom-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-merging-tool-pipeline--placeholder, + .zhc-merging-tool-pipeline--placeholder .zhc-pipeline-header__main { + background-color: transparent; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-merging-tool-pipeline--add__input { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9", "#ddd", "box-shadow: none" */ + .zhc-merging-tool-pipeline-card--is-dragging .zhc-merging-tool-pipeline-card__body { + background-color: #3b3c3e; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #3: "#e9e9e9", "#f8f8f8" */ + .zhc-merging-tool-pipeline-card__body { + border-color: #3b3c3e; + background-color: #2f3031; + } + /* source #3: "color: #333" */ + .zhc-merging-tool-pipeline-card__repo-name { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-merging-tool-pipeline-card__issue-count { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-merging-tool-pipeline-card--all-issues .zhc-merging-tool-pipeline-card__issue-count { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-merging-tool-pipeline-card__buttons { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-merging-tool-repo-dropdown::after { + border-right-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper .zhc-selection-item { + border-bottom-color: #3b3c3e; + } + /* source #3: "#f4f4f4", "#e9e9e9", "transparent" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper .zhc-selection-item:hover { + background-color: #3f3d38; + border-color: transparent #3b3c3e #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper:first-child .zhc-selection-item:hover { + border-top-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper:last-child .zhc-selection-item { + border-bottom-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper:last-child .zhc-selection-item:hover { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-button { + color: #dbdbdbEE; + } + /* source #3: "#f4f4f4" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-button:disabled { + background-color: #3f3d38; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-merging-tool-repo-dropdown__org-name { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-merging-tool-repo-dropdown__repo-name { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-milestone-modal__characters-left { + color: #dbdbdb94; + } + /* source #3: "color: #4183c4" */ + .zhc-milestone-modal__connected-repos__select-repos { + color: rgba(79, 140, 201, 0.9); + color: rgba(/*[[base-color-rgb]]*/, 0.9); + } + /* source #3: "#e9e9e9" */ + .zhc-milestone-modal__info input, .zhc-milestone-modal__info textarea { + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-milestone-modal__info input { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-milestone-panel { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-milestone-panel__title, .zhc-milestone-start-date__date { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-milestone-title__description { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-modal__header { + background-color: #313234; + background-image: none; + border-bottom-color: #3b3c3e; + } + /* source #3: "#f8f8f8" */ + .zhc-modal__header--no-title { + background-color: #2f3031; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-modal__header__close:hover { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-modal__header__close .zhc-svg-icon:hover { + color: #dbdbdbEE; + } + /* source #3: "#f8f8f8" */ + .zhc-modal__body { + background-color: #2f3031; + } + /* source #3: "#fff" */ + .zhc-multi-action-footer { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-multi-action-placeholder__primary-text { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-multi-action-status, .zhc-my-info__delete p, .zhc-my-info__gh-info-text, + .zhc-my-info__terms { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-app-notification { + border-bottom-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#f8f8f8" */ + .zhc-app-notification:hover { + background: #2f3031; + } + /* source #3: "box-shadow: none" */ + .zhc-app-notification:focus { + box-shadow: none; + } + /* source #3: "color: #333" */ + .zhc-app-notification__title, .zhc-notifications-body__header__title { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-notifications-body__manage { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-notifications-manager__item { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-notifications-manager__item-name { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-notifications-manager__item-status { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-notifications-manager__header { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-subscription-menu__item { + border-bottom-color: #3b3c3e; + } + /* source #3: "#f4f4f4" */ + .zhc-subscription-menu__item:hover { + background-color: #3f3d38; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-notifications-sidebar__item, .zhc-subscription-menu-item__title, + .zhc-subscription-menu__item-title { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-notifications-sidebar__item:hover { + background-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-notifications-sidebar__header { + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-repo-notifications { + border-color: #3b3c3e; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-repo-notifications__header { + background-color: #3f3d38; + border-bottom-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-repo-notifications--single-repo .zhc-repo-notifications__header { + background-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-repo-notifications--single-repo .zhc-repo-notifications__load-more, + .zhc-repo-notifications--single-repo .zhc-repo-notifications__notification-list { + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-repo-notifications__load-more { + border-top-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zh-onboarding-banner__progress-dot, .zhc-repo-notifications__load-more { + background-color: #313234; + background-image: none; + } + /* source #3: "transparent" */ + @media (max-width: 759px) { + .zh-onboarding-banner__next-step .zhc-click-text-item { + background-color: transparent; + } + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-onboarding-page .zhc-sidebar-container { + background: #313234; + background-image: none; + border-right-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-org-dropdown__toggle-button--bordered { + border-color: #3b3c3e; + } + /* source #3: "none" */ + @media (max-width: 759px) { + .zhc-page-container { + background-image: none; + } + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-pipeline { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-pipeline--add__input { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-pipeline--add-placeholder .zhc-pipeline-header__main { + background-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-pipeline--is-collapsed .zhc-pipeline-header__collapsed-actions { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #4183c4" */ + .zhc-pipeline__load-more { + color: rgba(79, 140, 201, 0.9); + color: rgba(/*[[base-color-rgb]]*/, 0.9); + } + /* source #3: "transparent" */ + .zhc-pipeline__button { + background-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-pipeline-body { + border-top-color: #3b3c3e; + } + /* source #3: "#f4f4f4" */ + .zhc-pipeline-sorted-placeholder { + background-color: #3f3d38; + } + /* source #3: "#e9e9e9" */ + .zhc-pipeline-form { + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9", "color: #333" */ + .zhc-pipeline-form__input, .zhc-pipeline-form__text-area { + border-color: #3b3c3e; + color: #dbdbdbEE; + } + /* source #3: "#f4f4f4" */ + .zhc-pipeline-header { + background: #3f3d38; + } + /* source #3: "box-shadow: none" */ + .zhc-pipeline-header__form__edit { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-pipeline-header__meta { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-pipeline-sort-status { + border-top-color: #3b3c3e; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-popover { + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-progress-bar { + background-color: #3b3c3e; + } + /* source #3: "#ccc" */ + .zhc-progress-dot { + background-color: #484848; + } + /* source #3: "transparent" */ + .zhc-pr-issue-connector__info::after, .zhc-pr-issue-connector__info::before { + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-pr-issue-connector__info::after { + border-right-color: #313234; + } + /* source #3: "color: #333" */ + .zhc-pr-issue-connector__issue__title a { + color: #dbdbdbEE; + } + /* source #3: "#ccc" */ + .zhu-radio-button__container:hover input { + background-color: #484848; + } + /* source #3: "#5e60ba" */ + .zhu-radio-button__container input { + border-color: #8368aa; + } + /* source #3: "transparent", "transparent", "#e9e9e9" */ + .zhc-release-add-repos-dropdown__repo-item { + border-left-color: transparent; + border-right-color: transparent; + border-bottom-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-release-add-repos-dropdown__repo-item:first-child { + border-top-color: transparent; + } + /* source #3: "transparent" */ + .zhc-release-add-repos-dropdown__repo-item:last-child { + border-bottom-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-release-add-repos-dropdown__repo-item:hover { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-release-add-repos-dropdown__repo-item:hover:first-child { + border-top-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-release-add-repos-dropdown__repo-item:hover:last-child { + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9", "color: #333" */ + .zhc-release-connected-repos-dropdown__repo-item { + border-bottom-color: #3b3c3e; + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-release-connected-repos-dropdown__repo-item:last-child { + border-bottom-color: transparent; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66" */ + .zhc-release-event { + border-bottom-color: #3b3c3e; + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-release-event-link a, .zhc-release-event__item--date--highlighted, + .zhc-release-event__item.zhc-release-event__item--author, + .zhc-release-event__item.zhc-release-event__item--scope { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-release-progress__header { + border-top-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-release-progress--diff, .zhc-release-progress--no-prediction { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-release-progress__section { + border-right-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-release-progress__stats { + border-top-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-release-issues .zhc-release-issues__info-alert { + border-color: #3b3c3e; + } + /* source #3: "#f8f8f8" */ + .zhc-release--no-issues { + background-color: #2f3031; + } + /* source #3: "color: #333" */ + .zhc-release--no-issues__content h2 { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-release-report__date { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-release-report__date .zhc-due-date, + .zhc-release-report__date .zhc-release-report__date__value { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-release-report-create__info, .zhc-release-report__description { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-release-report-form__desc-textarea, + .zhc-release-report-form__title-input { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-remove-filter-item { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #000" */ + .zhc-repo-item__lock .zhc-svg-icon { + color: #f0f0f0; + } + /* source #3: "#fff" */ + .zhc-repo-overlay { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-report-loading__title { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-reports-date-range .zhc-reports-date-range__date-range { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-reports-date-range .zhc-dropdown--reports-dates .zhc-selection-list-deprecated .zhc-reports-date-range__date-range { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-reports-date-range .zhc-dropdown--reports-dates .zhc-selection-button__title .zhc-reports-date-range__date-range { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-reports-date-range .DateRangePickerInput { + background: #313234; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-reports-date-range .CalendarMonth_caption, + .zhc-reports-date-range .DateRangePickerInput .DateInput .DateInput_input, + .zhc-reports-date-range .DayPicker_weekHeader { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-report-card { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-report-card__title { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-report-card__secondary-cta, .zhc-report-card__section { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-report-tabs { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66", "#f4f4f4" */ + .zhc-report-tabs__nav { + border-bottom-color: #3b3c3e; + color: #dbdbdb94; + background-color: #3f3d38; + } + /* source #3: "color: #333" */ + .zhc-report-tabs__nav .zhc-report-tabs__nav__item:hover { + color: #dbdbdbEE; + } + /* source #3: "color: #333", "#5e60ba" */ + .zhc-report-tabs__nav .zhc-report-tabs__nav__item--active { + color: #dbdbdbEE; + border-bottom-color: #8368aa; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-report-tabs__nav .zhc-report-tabs__nav__item--active:hover { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66", "#f8f8f8" */ + .zhc-report-tabs__filters { + border-bottom-color: #3b3c3e; + color: #dbdbdb94; + background-color: #2f3031; + } + /* source #3: "color: #333" */ + .zhc-request-license-text { + color: #dbdbdbEE; + } + /* source #3: "#ccc" */ + .zhc-request-license__admin-list-container::after, + .zhc-request-license__admin-list-container::before { + background-color: #484848; + } + /* source #3: "#ddd" */ + .zhc-highlighter { + background-color: #232529; + } + /* source #3: "#fff" */ + .zhc-search { + background-color: #313234; + background-image: none; + } + /* source #3: "transparent", "#ddd" */ + .zhc-search__input { + background-color: transparent; + border-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-search__display { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#ddd" */ + .zhc-search--with-icon { + background: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-search-bar .zhc-svg-icon--search { + color: #dbdbdb94; + } + /* source #3: "#5e60ba" */ + .zhc-search-bar--is-active .zhc-search-bar__input { + border-color: #8368aa; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-search-bar__input { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#5e60ba" */ + .zhc-selection-button--active-filter, + .zhc-selection-button--active-filter.zhc-selection-button--active-filter { + border-color: #8368aa; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-selectable-selection-item__icon .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-selection-item { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-selection-item--is-active { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "transparent", "transparent" */ + .zhc-selection-item--is-disabled, + .zhc-selection-item--is-disabled.zhc-selection-item--is-active, + .zhc-selection-item--is-disabled:hover, .zhc-selection-item:disabled, + .zhc-selection-item:disabled.zhc-selection-item--is-active, + .zhc-selection-item:disabled:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#ddd" */ + .zhc-selection-list__layout { + border-color: #3b3c3e; + } + /* source #3: "#fff", "#ddd" */ + .zhc-selection-list__item { + background: #313234; + background-image: none; + border-bottom-color: #3b3c3e; + } + /* source #3: "#ddd" */ + .zhc-selection-list__item--is-highlighted { + background: #232529; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated--footer { + border-top-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-selection-list-deprecated-header { + color: #dbdbdbEE; + } + /* source #3: "border: 1px solid", "transparent","#e9e9e9" */ + .zhc-seleciton-list-action-modifier { + border-color: transparent transparent #3b3c3e; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-seleciton-list-action-modifier--is-hovering { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "border: 1px solid", "transparent","#e9e9e9" */ + .zhnc-selection-list-item { + border-color: transparent transparent #3b3c3e; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhnc-selection-list-item--is-hovering { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-selection-filter { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-filter__input { + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-selection-list-deprecated { + color: #dbdbdb94; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-selection-list-deprecated--simple .zhc-selection-list-item:hover:not(.zhc-selection-item--is-disabled) { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated--issue-card-actions .zhc-issue-card__actions__dependency-section { + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated--issue-card-actions .zhc-issue-card__actions__quick-action-section { + border-top-color: #3b3c3e; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-selection-list-deprecated:not(.zhc-selection-list-deprecated--has-search) .zhc-selectable-selection-item:hover:not(.zhc-selection-item--is-disabled), + .zhc-selection-list-deprecated:not(.zhc-selection-list-deprecated--has-search) .zhc-selection-list-item:hover:not(.zhc-selection-item--is-disabled) { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-selection-list-deprecated__body { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "transparent", "#e9e9e9" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item { + border-color: transparent transparent #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:last-child { + border-bottom-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9", "#e9e9e9", "transparent" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active { + background-color: #3f3d38; + border-left-color: #3b3c3e; + border-right-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:first-child { + border-top-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-disabled, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-disabled.zhc-selection-item--is-active, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-disabled:hover, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:disabled, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:disabled.zhc-selection-item--is-active, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:disabled:hover { + border-color: transparent; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-disabled.zhc-selection-item--is-active:not(:first-child), + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-disabled:hover:not(:first-child), + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:disabled.zhc-selection-item--is-active:not(:first-child), + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:disabled:hover:not(:first-child) { + border-top-color: transparent; + } + /* source #3: "#e9e9e9", "transparent" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active { + border-color: transparent #3b3c3e #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:last-child { + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:not(:first-child)::after, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:not(:first-child)::before { + border-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-selection-list-deprecated__header { + color: #dbdbdbEE; + } + /* source #3: "initial" */ + .zhc-selection-list-deprecated__header--light { + background: initial; + } + /* source #3: "color: #333" */ + .zhc-selection-list-deprecated__header__text { + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__cancel { + background: transparent; + } + /* source #3: "color: #333" */ + .zhc-selection-list-deprecated__cancel:hover { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-selection-list-deprecated__cancel .zhc-svg-icon--x:hover { + color: #dbdbdb94; + } + /* source #3: "transparent", "transparent" */ + .zhc-selection-list-deprecated__list .zhc-selection-list-deprecated__header { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__footer { + border-top-color: #3b3c3e; + } + /* source #3: "transparent", "#e9e9e9" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item { + border-color: transparent transparent #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:last-child { + border-bottom-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9", "#e9e9e9", "transparent" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-active { + background-color: #3f3d38; + border-left-color: #3b3c3e; + border-right-color: #3b3c3e; + border-top-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-active:first-child { + border-top-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-disabled, + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-disabled.zhc-selection-item--is-active, + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-disabled:hover, + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:disabled, + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:disabled.zhc-selection-item--is-active, + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:disabled:hover { + border-color: transparent; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-disabled.zhc-selection-item--is-active:not(:first-child), + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-disabled:hover:not(:first-child), + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:disabled.zhc-selection-item--is-active:not(:first-child), + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:disabled:hover:not(:first-child) { + border-top-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-dependency-banner + .zhc-selection-item--is-active:nth-child(2), + .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-dependency-banner + .zhc-selection-item:hover:nth-child(2), + .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-issue-card__action-notification { + border-top-color: #3b3c3e; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-shortcut-indicator { + border-color: #3b3c3e; + background: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-shortcut-indicators, .zhc-shortcuts-guide__nav-item { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-shortcuts-guide__nav-item:hover { + background-color: #3b3c3e; + } + /* source #3: "box-shadow: none" */ + .zhc-shortcuts-guide__nav-item:focus { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-shortcuts-guide__section { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-shortcuts-guide__section h2 { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-shortcuts-guide__shortcuts-list { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#5e60ba" */ + .zhc-shortcuts-guide__webapp-only-tag { + border-color: #8368aa; + } + /* source #3: "color: #dbdbdb66", "transparent" */ + .zhc-board-settings-item { + color: #dbdbdb94; + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-board-settings-item:hover { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "transparent", "transparent" */ + .zhc-collapse-toggle--is-active { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-collapse-toggle--is-active:hover { + background-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar-divider__bar { + background: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-sidebar-link-item { + border-left-color: transparent; + } + /* source #3: "initial" */ + .user-has-feelings .zhc-sidebar-nav-item:not(.zhc-sidebar-nav-item--is-active):hover { + background-color: initial; + } + /* source #3: "color: #333", "transparent" */ + .zhc-sidebar-nav-item { + color: #dbdbdbEE; + border-left-color: transparent; + } + /* source #3: "#f8f8f8" */ + .zhc-sidebar-nav-item:hover { + background-color: #2f3031; + } + /* source #3: "#f8f8f8", "#5e60ba" */ + .zhc-sidebar-nav-item--is-active { + background-color: #2f3031; + border-left-color: #8368aa; + } + /* source #3: "transparent" */ + .zhc-sidebar-nav-item--is-secondary-active { + border-left-color: transparent; + } + /* source #3: "color: #333" */ + .zhc-sidebar-nav-item__link { + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-sidebar-nav-item__action { + border-color: transparent; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-sidebar-nav-item__action--is-active, + .zhc-sidebar-nav-item__action:hover { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-sidebar-nav-item__sub-item:hover { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-sidebar-profile { + background-color: #313234; + background-image: none; + } + /* source #3: "#f4f4f4" */ + .zhc-sidebar-profile--is-active .zhc-sidebar-profile__toggle { + background-color: #3f3d38; + } + /* source #3: "transparent" */ + .zhc-sidebar-profile__toggle { + border-color: transparent; + } + /* source #3: "#f4f4f4" */ + .zhc-sidebar-profile__toggle:hover { + background-color: #3f3d38; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar-profile__header { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-sidebar-profile__name { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66", "transparent" */ + .zhc-sidebar-profile__item { + color: #dbdbdb94; + border-color: transparent; + } + /* source #3: "box-shadow: none" */ + .zhc-sidebar-profile__item:focus { + box-shadow: none; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-sidebar-profile__item:hover { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#fcf9e4", "#faebcc" */ + .zhc-sidebar-warning { + background-color: #321; + border-color: #542; + } + /* source #3: "#f8f8f8" */ + .zhc-workspace-header:hover { + background-color: #2f3031; + } + /* source #3: "#fff","rgba(0,0,0,0)", "#fff","rgba(0,0,0,0)" */ + .zhc-sidebar--is-dropdown-open .zhc-sidebar__navigation, + .zhc-sidebar--is-full-width .zhc-sidebar__navigation, + .zhc-sidebar--is-hovered .zhc-sidebar__navigation { + background: linear-gradient(#313234; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #313234; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#313234; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #313234; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar--is-dropdown-open .zhc-sidebar__container .zhc-sidebar__container__inner, + .zhc-sidebar--is-full-width .zhc-sidebar__container .zhc-sidebar__container__inner, + .zhc-sidebar--is-hovered .zhc-sidebar__container .zhc-sidebar__container__inner { + border-right-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar--is-wide-screen .zhc-sidebar__footer, + .zhc-sidebar:not(.zhc-sidebar--is-wide-screen):hover .zhc-sidebar__footer { + border-top-color: #3b3c3e; + } + /* source #3: "box-shadow: none" */ + .zhc-sidebar a:focus { + box-shadow: none; + } + /* source #3: "transparent" */ + .zhc-sidebar__overlay { + background-color: transparent; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-sidebar__container { + border-right-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-sidebar__container, .zhc-sidebar__container__inner { + background-color: #313234; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-sidebar__footer { + border-top-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar__footer-left { + border-right-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-skeleton-avatar, .zhc-skeleton-row { + background-image: linear-gradient(90deg, #3b3c3e 0px, rgba(0, 0, 0, 0.15) 40px, #3b3c3e 80px); + } + /* source #3: "#e9e9e9" */ + .zhc-skeleton-avatar-description-container--with-border, + .zhc-skeleton-paragraph--with-border { + border-bottom-color: #3b3c3e; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-skeleton-content-box { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-skeleton-title { + background-image: linear-gradient(90deg, #3b3c3e 0px, rgba(0, 0, 0, 0.15) 40px, #3b3c3e 80px); + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-skeleton-input-box { + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-skeleton-input-box, .zhc-spinner:not(.zhc-spinner--no-outline) { + background-color: #313234; + background-image: none; + } + /* source #3: "box-shadow: none" */ + .zhc-spinner--purple { + box-shadow: none; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-status-tag { + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "color: #000" */ + .zhc-status-tag strong { + color: #f0f0f0; + } + /* source #3: "transparent" */ + .zhc-status-tag button { + background: transparent; + } + /* source #3: "#e9e9e9", "#f4f4f4" */ + .zhc-stripe-billing .StripeElement, .zhc-stripe-billing input { + border-color: #3b3c3e; + background: #3f3d38; + } + /* source #3: "#e9e9e9", "#e9e9e9" */ + .zhc-table { + border-top-color: #3b3c3e; + border-right-color: #3b3c3e; + } + /* source #3: "#e9e9e9", "#e9e9e9", "#fff" */ + .zhc-table .zhc-table__cell { + border-bottom-color: #3b3c3e; + border-left-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#f8f8f8" */ + .zhc-table .zhc-table__cell--header { + background-color: #2f3031; + } + /* source #3: "#e9e9e9" */ + .zhc-table-expand-button { + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-table-expand-button .zhc-btn:active { + background-color: #313234; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-table-expand-button .zhc-btn:not(:hover) { + border-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-tabs-nav--dropdown { + border-bottom-color: #3b3c3e; + } + /* source #3: "transparent", "color: #dbdbdb66" */ + .zhc-tab-navitem { + background: transparent; + color: #dbdbdb94; + } + /* source #3: "transparent", "color: #000" */ + .zhc-tab-navitem--large--active, .zhc-tab-navitem--large:hover, + .zhc-tab-navitem--lined--active, .zhc-tab-navitem--lined:hover { + background-color: transparent; + color: #f0f0f0; + } + /* source #3: "#e9e9e9" */ + .zhc-tab-navitem--full { + border-color: #3b3c3e; + } + /* source #3: "#f4f4f4" */ + .zhc-tab-navitem--full:hover { + background-color: #3f3d38; + } + /* source #3: "#5e60ba" */ + .zhc-tab-navitem--full--active, .zhc-tab-navitem--full--active:hover { + border-color: #8368aa; + } + /* source #3: "transparent", "transparent" */ + .zhc-tab-navitem--dropdown { + border-color: transparent; + background: transparent; + } + /* source #3: "transparent" */ + .zhc-tab-navitem--dropdown:hover { + background-color: transparent; + } + /* source #3: "color: #333", "#fff", "#e9e9e9", "#fff" */ + .zhc-tab-navitem--dropdown--active, .zhc-tab-navitem--dropdown--active:hover { + color: #dbdbdbEE; + background-color: #313234; + background-image: none; + border-color: #3b3c3e #3b3c3e #313234; + } + /* source #3: "#e9e9e9" */ + .zhc-tag { + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-team-member-item { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-team-members .zhc-svg-icon--check-green { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-team-members__content { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9", "#f8f8f8" */ + .zhc-team-members__searchbar { + border-color: #3b3c3e; + background-color: #2f3031; + } + /* source #3: "#f8f8f8" */ + .zhc-team-members__searchbar input { + background-color: #2f3031; + } + /* source #3: "box-shadow: none" */ + .zhc-team-members__searchbar input:focus { + box-shadow: none; + } + /* source #3: "color: #333" */ + .zhc-team-members__searchbar .zhc-svg-icon--search { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-team-member { + border-bottom-color: #3b3c3e; + } + /* source #3: "#5e60ba" */ + .zhc-toggle-button--purple-when-active--is-active { + border-color: #8368aa; + } + /* source #3: "transparent","none", "transparent" */ + .zhc-tooltip__content::before { + background: transparent none repeat scroll 0 0; + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-tooltip--info-tip .zhc-tooltip__content { + background-color: #313234; + background-image: none; + } + /* source #3: "#fff" */ + .zhc-tooltip--info-tip.zhc-tooltip--right .zhc-tooltip__content::before { + border-right-color: #313234; + } + /* source #3: "#fff" */ + .zhc-tooltip--info-tip.zhc-tooltip--left .zhc-tooltip__content::before { + border-left-color: #313234; + } + /* source #3: "#fff" */ + .zhc-tooltip--info-tip.zhc-tooltip--top .zhc-tooltip__content::before { + border-top-color: #313234; + } + /* source #3: "#fff" */ + .zhc-tooltip--info-tip.zhc-tooltip--bottom .zhc-tooltip__content::before { + border-bottom-color: #313234; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-topbar { + background-color: #313234; + background-image: none; + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-topbar__sidebar-toggle { + border-right-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-tutorial-card { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-tutorial-card__title { + color: #dbdbdbEE; + } + /* source #3: "#f8f8f8" */ + .zhc-tutorial-checklist-modal { + background-color: #2f3031; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-tutorial-checklist-modal__header__dismiss { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-tutorial-checklist-modal__left { + background-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-tutorial-checklist-modal__dropdown .zhc-btn { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-tutorial-checklist-modal__description input, + .zhc-tutorial-checklist-modal__description textarea { + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-tutorial-checklist-modal__description input { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-tutorial-checklist-modal__navigation { + color: #dbdbdb94; + } + /* source #3: "#ccc" */ + .zhc-untitled-tag { + background-color: #484848; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-upgrade-to-growth__list, .zhc-upgrade-to-growth__subtext { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-username { + color: #dbdbdbEE; + } + /* source #3: "box-shadow: none" */ + @media (min-width: 1020px) { + .zhc-chart-velocity__left-axis { + box-shadow: none; + } + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-workspace-form-input__text-input { + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-form-input__icon-right--lock .zhc-svg-icon, + .zhc-workspace-form-loading__header { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-workspace-form-repo-item { + border-top-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-form-repo-item__name { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-workspace-form-section--connected-repos { + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66", "#f8f8f8", "#e9e9e9" */ + .zhc-workspace-form-section__tip { + color: #dbdbdb94; + background: #2f3031; + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-workspace-form-section__title { + border-bottom-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-workspace-form { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-form__load-warning--moderate .zhc-svg-icon, + .zhc-workspace-form__subtext { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-workspace-form__load-info { + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-form__load-info .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-workspace-form__close { + border-color: transparent; + } + /* source #3: "#e9e9e9", "#f4f4f4" */ + .zhc-workspace-form__close:hover { + border-color: #3b3c3e; + background-color: #3f3d38; + } + /* source #3: "#fff" */ + .zhc-workspace-form__footer { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-workspace-form__footer__actions { + border-top-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-form__footer__actions-learn-link .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-workspace-switcher__x { + border-color: transparent; + } + /* source #3: "#e9e9e9", "#f4f4f4" */ + .zhc-workspace-switcher__x:hover { + border-color: #3b3c3e; + background-color: #3f3d38; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-workspace-import { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-workspace-import__header { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-import-sidebar__main .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "#5e60ba" */ + .zhc-current-workspace { + border-color: #8368aa; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-current-workspace__description { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-workspace-switcher-search__input { + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "box-shadow: none" */ + .zhc-workspace-switcher-search__input:focus { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-switcher-query-info, + .zhc-workspace-switcher-search-results__no-results__header, + .zhc-workspace-switcher-search__icon { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-workspace-switcher-empty__title { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-switcher-empty__body { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-workspace-switcher__header { + background-color: #313234; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-workspace-switcher__header .zhc-org-dropdown { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-workspace-switcher__header .zhc-org-dropdown:hover { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "transparent" */ + .zhc-workspace-switcher__close { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-workspace-switcher__close:hover { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "border: 1px solid", "transparent","#e9e9e9", "color: #333" */ + .zhc-workspace-switcher-item { + border-color: transparent transparent #3b3c3e; + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-workspace-switcher-item:last-child { + border-bottom-color: transparent; + } + /* source #3: "#e9e9e9", "#f8f8f8" */ + .zhc-workspace-switcher-item:hover { + border-color: #3b3c3e; + background-color: #2f3031; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-switcher-item__subtitle { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-workspace-switcher-item__search-terms { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-workspace-switcher { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-account-settings__arrow { + color: #dbdbdbEE; + } + /* source #3: "#f4f4f4" */ + .zhc-dashboard-enterprise-integrations-page .zhc-org-dropdown__toggle-button:hover { + background-color: #3f3d38; + } + /* source #3: "#fff", "color: #dbdbdb66" */ + .zhc-enterprise-manage-plan__section { + background-color: #313234; + background-image: none; + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-enterprise-manage-plan__section h3 { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-enterprise-manage-plan__header, .zhc-enterprise-manage-plan__item { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #333" */ + .zhc-enterprise-manage-plan__item .zhu-font-bold, + .zhc-enterprise-manage-plan__radio label { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-no-access-container__icon-container { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-dashboard-enterprise-container .zhu-font-bold { + color: #dbdbdbEE; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-seated-user-options-button--is-open.zhc-seated-user-options-button--is-open, + .zhc-seated-user-options-button:hover { + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-seated-user-options-list { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#e9e9e9" */ + .zhc-banner--zhc-renewal-notice-section { + border-top-color: #3b3c3e; + border-bottom-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-collapsible-team-member-list__header, .zhc-team-members-page__container { + background-color: #313234; + background-image: none; + } + /* source #3: "#f4f4f4" */ + .zhc-unlicensed-team-list { + background-color: #3f3d38; + } + /* source #3: "#e9e9e9" */ + .zhc-unlicensed-team-list > .zhc-collapsible-team-member-list__header { + border-bottom-color: #3b3c3e; + } + /* source #3: "#fcf9e4", "#faebcc" */ + .zhc-unlicensed-team-list__requested-team-list { + background-color: #321; + border-color: #542; + } + /* source #3: "#fcf9e4" */ + .zhc-unlicensed-team-list__requested-team-list .zhc-collapsible-team-member-list__header { + background-color: #321; + } + /* source #3: "#e9e9e9" */ + .zhc-unlicensed-team-list__default-team-list { + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-team-members-page__search { + border-bottom-color: #3b3c3e; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-epic-issue-list { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #3: "box-shadow: none" */ + .zhc-roadmap-calendar.zhc-popover .DateRangePicker .DateRangePicker_picker .DayPicker.DayPicker__horizontal { + box-shadow: none; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-onboarding__fake-add-button { + border-color: #3b3c3e; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-roadmap-body-empty { + background: #313234; + background-image: none; + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-body-empty-panel-divider { + border-right-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-roadmap-body-empty-panel__desc { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-roadmap-sidebar-empty { + background: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-sidebar-empty-placeholder__square, + .zhc-roadmap-sidebar-empty-placeholder__topLine { + background: #3b3c3e; + } + /* source #3: "#f4f4f4" */ + .zhc-roadmap-sidebar-empty-placeholder__bottomLine { + background: #3f3d38; + } + /* source #3: "#f8f8f8", "#f8f8f8" */ + .zhc-body__roadmap-item--complete-sub-colorless { + background-image: -webkit-repeating-linear-gradient(135deg, #e5e5e5, #e5e5e5 10px, #2f3031 10px, #2f3031 20px); + background-image: repeating-linear-gradient(-45deg, #e5e5e5, #e5e5e5 10px, #2f3031 10px, #2f3031 20px); + } + /* source #3: "color: #333" */ + .zhc-roadmap-item-title__no-epics-string { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-roadmap-item-predicted-end-date .zhc-roadmap-predicted-end-date-clock-icon__wrapper { + background: #313234; + background-image: none; + } + /* source #3: "#fff" */ + .roadmap-loading-state__body { + background-color: #313234; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-roadmap-temp-project-overlay { + background-color: #2f3031; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-temp-project__item { + background-color: #3b3c3e; + } + /* source #3: "#f8f8f8" */ + .zhc-roadmap { + background: #2f3031; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap .zhc-roadmap-header { + border-bottom-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body { + background-color: #313234; + background-image: none; + } + /* source #3: "#fff" */ + .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body-view--root, + .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body__subheader { + background: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body-view--sub-item { + background: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-options-selector-section { + border-top-color: #3b3c3e; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-roadmap-row { + background: #313234; + background-image: none; + border-bottom-color: #3b3c3e; + } + /* source #3: "#ddd" */ + .zhc-roadmap-row.zhc-roadmap-row--color-secondary { + background: #232529; + } + /* source #3: "#f8f8f8" */ + .zhc-roadmap-row.zhc-roadmap-row--color-primary { + background: #2f3031; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-row.zhc-roadmap-row--modifier-last-sub-item { + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9", "#e9e9e9" */ + .zhc-roadmap-row.zhc-roadmap-row--size-large { + border-bottom-color: #3b3c3e; + border-top-color: #3b3c3e; + } + /* source #3: "transparent", "transparent" */ + .zhc-roadmap-row.zhc-roadmap-row--modifier-striped::before { + background-image: -webkit-repeating-linear-gradient(135deg, #999, #999 10px, transparent 10px, transparent 20px); + background-image: repeating-linear-gradient(-45deg, #999, #999 10px, transparent 10px, transparent 20px); + } + /* source #3: "border: 1px solid", "transparent","#e9e9e9" */ + .zhc-roadmap-selection-item { + border-color: transparent transparent #3b3c3e; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-roadmap-selection-item--is-active { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-add-epics-dropdown__footer { + border-top-color: #3b3c3e; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-sidebar-item-add-to-project { + background: #2f3031; + border-bottom-color: #3b3c3e; + } + /* source #3: "#e9e9e9" */ + .zhc-add-panel__divider { + border-top-color: #3b3c3e; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-sidebar-item-add { + background: #313234; + background-image: none; + border-bottom-color: #3b3c3e; + } + /* source #3: "transparent", "transparent" */ + .zhc-sidebar-expand-toggle { + background: transparent; + border-color: transparent; + } + /* source #3: "transparent" */ + .zhc-sidebar-expand-toggle .zhc-sidebar-expand-toggle__title { + border-left-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar-expand-toggle--enabled:hover, + .zhc-sidebar-expand-toggle--enabled:hover .zhc-sidebar-expand-toggle__title { + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-sidebar-input__char-count { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-options-panel, .zhc-sidebar-input__input { + border-color: #3b3c3e; + } + .zhc-options-panel { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-options-panel__actions-section { + border-top-color: #3b3c3e; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-sidebar-project-display__toggle--collapsed { + background: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-roadmap-add-epic-item__title { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-roadmap-sidebar { + background-color: #313234; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-sidebar__body { + border-color: #3b3c3e; + } + /* source #3: "box-shadow: none" */ + .zhc-roadmap-sidebar__body--empty { + box-shadow: none; + } + /* source #3: "color: #333" */ + .zhc-roadmap-title--color-default { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-roadmap-title--color-primary { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-roadmap__title { + background-color: #2f3031; + border-bottom-color: #3b3c3e; + } + /* source #3: "#ddd" */ + .zhc-roadmap__title--secondary { + background-color: #232529; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-date-strip { + border-bottom-color: #3b3c3e; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-roadmap-date-strip__unit-top { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8", "#e9e9e9", "#eee", "#f8f8f8" */ + .zhc-roadmap-subheader { + background-color: #2f3031; + border-bottom-color: #3b3c3e; + background: #2f3031; + } + /* source #3: "#fff" */ + .zhc-roadmap-track--expandable:not(.react-draggable-dragging):not(.zhc-roadmap-track--resizable):hover .zhc-roadmap-track__drag-handle, + .zhc-roadmap-track__drag-handle--has-background, + .zhc-roadmap-track__drag-handle:hover { + background: #313234; + background-image: none; + } + /* source #3: "#faebcc", "#fcf9e4", "color: #dbdbdb66" */ + .zhc-roadmap-warning-body { + border-color: #542; + background: #321; + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-roadmap-warning-body .zhc-roadmap-warning-body__warning { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-roadmap-warning { + background: #313234; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-toast .zhc-btn--zhc-toast__button { + background-color: transparent; + } + /* source #3: "none", "box-shadow: none" */ + .zhc-toast--no-background { + background: none; + box-shadow: none; + } + /* source #3: "#f8f8f8" */ + .zhc-toast-tutorial { + background-color: #2f3031; + } + /* source #3: "border: 1px solid" */ + .zhc-toast-tutorial__wrapper { + border-color: #313234; + } + /* source #3: "#fff" */ + .zhc-toast-tutorial__content { + background-color: #313234; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-toast-tutorial__content h3 { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-toast-tutorial__content p { + color: #dbdbdb94; + } + /* source #3: "box-shadow: none" */ + .zhc-toast-tutorial__action-buttons { + box-shadow: none; + } + /* source #3: "color: #333", "#fff" */ + .zhc-workflows-pipeline--disabled .zhc-workflows-pipeline__button { + color: #dbdbdbEE; + background: #313234; + background-image: none; + } + /* source #3: "#fff", "#5e60ba" */ + .workflows-source-pipeline-icon { + background: #313234; + background-image: none; + border-color: #8368aa; + } + /* source #3: "#f8f8f8" */ + .zhc-workflows { + background: #2f3031; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-workflows-workspace { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "color: #333", "#ddd" */ + .zh-form-control, .zh-form-control-small { + color: #dbdbdbEE; + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .zh-form-control-small:focus, .zh-form-control:focus { + background: #313234; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .zh-boxie-modal { + background: #3f3d38 !important; + } + /* source #3: "color: #586069 !important" */ + .zh-muted-link { + color: #dbdbdbCC !important; + } + /* source #3: "color: #0366d6 !important" */ + .zh-muted-link:hover { + color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #3: "color: #586069 !important" */ + .zh-text-muted { + color: #dbdbdbCC !important; + } + /* source #3: "color: #333" */ + .icon-dark { + color: #dbdbdbEE; + } + /* source #3: "#eeeeee" */ + .icon-border { + border-color: #3b3c3e; + } + /* source #3: "#fff" */ + .dropdown-menu > .active > a > [class*=" icon-"], + .dropdown-menu > .active > a > [class^="icon-"], + .dropdown-menu > li > a:hover > [class*=" icon-"], + .dropdown-menu > li > a:hover > [class^="icon-"], + .dropdown-submenu:hover > a > [class*=" icon-"], + .dropdown-submenu:hover > a > [class^="icon-"], .icon-white, + .nav-list > .active > a > [class*=" icon-"], + .nav-list > .active > a > [class^="icon-"], + .nav-pills > .active > a > [class*=" icon-"], + .nav-pills > .active > a > [class^="icon-"], + .navbar-inverse .nav > .active > a > [class*=" icon-"], + .navbar-inverse .nav > .active > a > [class^="icon-"], .zh-menu-header, + [class*=" icon-"], [class^="icon-"] { + background-image: none; + } + .zh-menu-header { + background-color: #313234; + } + /* source #3: "#eee" */ + .zh-btn { + background-color: #3f3d38; + } + /* source #3: "none" */ + .zh-btn:active { + background-image: none; + } + /* source #3: "#ddd" */ + .disabled { + background-color: #232529; + } + /* source #3: "color: #dbdbdb66", "transparent" */ + .zh-menu-content__item { + color: #dbdbdb94; + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zh-menu-content__item:hover { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #3: "transparent", "transparent" */ + .zh-menu-content__item--disabled:hover { + background-color: transparent; + border-color: transparent; + } + /* source #5: "initial" */ + a { + background-color: initial; + } + /* source #5: "#f6f8fa", "#e1e4e8" */ + .Box, .Box-header { + border-color: #3b3c3e; + } + /* source #5: "#d73a49" */ + .Box--danger, .Box--danger .Box-body:last-of-type, + .Box--danger .Box-row:first-of-type { + border-color: #b00; + } + /* source #5: "border: 1px solid" */ + .btn { + border-color: #313234; + } + /* source #5: "color: #6a737d" */ + .btn .octicon { + color: #dbdbdb94; + } + /* source #5: "rgba(27,31,35,.08)" */ + .btn .Counter { + background-color: #3e4036 + } + /* source #5: "color: #959da5", "#fafbfc", "rgba(27,31,35,.15)" */ + .btn, .btn.disabled, .btn:disabled, .btn[aria-disabled="true"] { + background-color: #313234; + border-color: rgba(200, 200, 200, 0.1); + } + .btn.disabled, .btn:disabled, .btn[aria-disabled="true"] { + color: #767676; + } + /* source #5: "rgba(27,31,35,.15)" */ + .btn-primary { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "background-color: #94d3a2", "rgba(27,31,35,.1)" */ + .btn-primary.disabled, .btn-primary:disabled, + .btn-primary[aria-disabled="true"] { + border-color: rgba(200, 200, 200, 0.05); + } + /* source #5: "#cb2431", "rgba(27,31,35,.15)" */ + .btn-danger:hover, [open] > .btn-danger { + background-color: #911; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "rgba(27,31,35,.15)" */ + .btn-danger.selected, .btn-danger:active, .btn-danger[aria-selected="true"] { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#fafbfc", "rgba(27,31,35,.15)" */ + .btn-danger.disabled, .btn-danger:disabled, + .btn-danger[aria-disabled="true"] { + background-color: #313234; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#0366d6", "rgba(27,31,35,.15)" */ + .btn-outline:hover, [open] > .btn-outline { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "none", "rgba(27,31,35,.15)", "box-shadow: none" */ + .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled="true"], + .btn-outline.selected, .btn-outline:active, + .btn-outline[aria-selected="true"] { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #0366d6", "initial", "box-shadow: none" */ + .btn-invisible, .btn-link { + background-color: initial; + } + .btn-invisible { + box-shadow: none; + } + /* source #5: "color: #24292e", "#fff", "rgba(27,31,35,.15)" */ + .social-count { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #24292e", "#fff", "#e1e4e8" */ + .form-control, .form-select { + border-color: #3b3c3e; + } + /* source #5: "color: #959da5" */ + .form-control[disabled], .form-select[disabled] { + color: #767676; + } + /* source #5: "transparent", "box-shadow: none" */ + .input-dark { + box-shadow: none; + } + /* source #5: "#fff5b1" */ + .form-group.warn .warning { + background-color: #651; + } + /* source #5: "initial" */ + .inline-form .btn-plain { + background-color: initial; + } + /* source #5: "#fff", "#e1e4e8" */ + .menu, .radio-label { + border-color: #3b3c3e; + } + /* source #5: "color: #1b1f23", "#eaecef" */ + .menu-item { + color: #dbdbdbDD; + } + /* source #5: "#f6f8fa" */ + .menu-item:focus, .menu-item:hover { + background-color: #252627; + } + /* source #5: "#fafbfc" */ + .menu-item:active { + background-color: #313234; + } + /* source #5: "color: #959da5" */ + .menu-item .octicon { + color: #767676; + } + /* source #5: "color: #1b1f23", "#eaecef" */ + .menu-heading { + color: #dbdbdbDD; + } + /* source #5: "#e1e4e8" */ + .tabnav { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #24292e", "initial", "transparent" */ + .tabnav-tab { + color: #dbdbdbAA; + background-color: initial; + } + /* source #5: "#fff", "#e1e4e8" */ + .tabnav-tab.selected, .tabnav-tab[aria-current]:not([aria-current="false"]), + .tabnav-tab[aria-selected="true"] { + border-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .tabnav-tab:focus, .tabnav-tab:hover { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .tabnav-tab:active { + color: #dbdbdb94; + } + /* source #5: "color: #959da5" */ + .tabnav-tab .octicon { + color: #767676; + } + /* source #5: "color: #586069", "initial" */ + .filter-list.pjax-active .filter-item { + background-color: initial; + } + /* source #5: "#f6f8fa" */ + .filter-item:hover { + background-color: #252627; + } + /* source #5: "color: #1b1f23", "initial", "#eaecef" */ + .SideNav-item { + color: #dbdbdbDD; + } + /* source #5: "color: #0366d6", "initial" */ + .SideNav-item, .SideNav-subItem { + background-color: initial; + } + /* source #5: "color: #24292e", "#e1e4e8" */ + .subnav-item { + color: #dbdbdbAA; + } + /* source #5: "color: #959da5" */ + .subnav-search-icon { + color: #767676; + } + /* source #5: "color: #1b1f23", "initial" */ + .UnderlineNav-item { + color: #dbdbdbDD; + background-color: initial; + } + /* source #5: "color: #586069" */ + .UnderlineNav-item.selected .UnderlineNav-octicon, + .UnderlineNav-item[aria-current]:not([aria-current="false"]) .UnderlineNav-octicon, + .UnderlineNav-item[role="tab"][aria-selected="true"] .UnderlineNav-octicon { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e", "transparent" */ + .pagination a, .pagination em, .pagination span { + color: #dbdbdbAA; + border-color: transparent; + } + /* source #5: "#eaecef" */ + .pagination a:active, .pagination em:active, .pagination span:active { + border-color: #3b3c3e; + } + /* source #5: "color: #0366d6" */ + .pagination .next_page, .pagination .previous_page { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#0366d6", "transparent" */ + .pagination .current, .pagination .current:hover, + .pagination [aria-current]:not([aria-current="false"]) { + border-color: transparent; + } + /* source #5: "color: #6a737d", "transparent" */ + .pagination .disabled, .pagination .disabled:hover, .pagination .gap, + .pagination .gap:hover, .pagination [aria-disabled="true"], + .pagination [aria-disabled="true"]:hover { + color: #dbdbdb94; + border-color: transparent; + } + /* source #5: "#e1e4e8" */ + .drag-and-drop { + border-color: #3b3c3e; + } + /* source #5: "color: #6a737d" */ + .flash .btn .octicon { + color: #dbdbdb94; + } + /* source #5: "#fff" */ + image-crop .crop-box { + border-color: #313234; + } + /* source #5: "#fff" */ + image-crop .handle::before { + background: #313234; + background-image: none; + } + /* source #5: "color: #0366d6", "#fff", "#e1e4e8" */ + .ajax-pagination-form .ajax-pagination-btn { + color: /*[[base-color]]*/ #ddc7a1; + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #5: "color: #0366d6", "#f6f8fa" */ + .ajax-pagination-form .ajax-pagination-btn:focus, + .ajax-pagination-form .ajax-pagination-btn:hover { + color: /*[[base-color]]*/ #ddc7a1; + background-color: #252627; + } + /* source #5: "#f6f8fa", "#d1d5da" */ + .ajax-pagination-form.loading .ajax-pagination-btn { + background-color: #252627; + border-color: #3b3c3e; + } + /* source #5: "box-shadow: none" */ + body.intent-mouse [role="button"]:focus, + body.intent-mouse [role="tabpanel"][tabindex="0"]:focus, + body.intent-mouse a:focus, body.intent-mouse button:focus, + body.intent-mouse summary:focus { + box-shadow: none; + } + /* source #5: "#fffbdd" */ + .conflict-gutter-marker { + background-color: #232529; + } + /* source #5: "#d73a49" */ + .conflict-gutter-marker::after, .conflict-gutter-marker::before { + background-color: #f44; + } + /* source #5: "#959da5" */ + .form-group:hover .form-field-hover, .placeholder-box { + border-color: #3b3c3e; + } + /* source #5: "color: #24292e" */ + .template-previews .discussion-sidebar-heading { + color: #dbdbdbAA; + } + /* source #5: "color: #0366d6" */ + .template-previews .discussion-sidebar-heading:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#dfe2e5" */ + .gollum-editor .comment-form-head.tabnav { + border-color: #3b3c3e; + } + /* source #5: "color: #0366d6", "none" */ + .zeroclipboard-link { + color: /*[[base-color]]*/ #ddc7a1; + background: none; + } + /* source #5: "#fff" */ + .auth-form-body { + background-color: #313234; + background-image: none; + } + /* source #5: "#eaeaea" */ + .two-factor-help { + border-color: #3b3c3e; + } + /* source #5: "#eaeaea" */ + .u2f-auth-header:not(:last-child) { + border-bottom-color: #3b3c3e; + } + /* source #5: "#f9f9f9" */ + .session-authentication { + background-color: #313234; + } + /* source #5: "initial" */ + .session-authentication .header-logged-out { + background-color: initial; + } + /* source #5: "color: #333" */ + .session-authentication .header-logo { + color: #dbdbdbEE; + } + /* source #5: "color: #333", "initial" */ + .session-authentication .auth-form-header { + color: #dbdbdbEE; + background-color: initial; + } + /* source #5: "initial" */ + .session-authentication.enterprise .header-logged-out, + .session-authentication.hosted .header-logged-out { + background-color: initial; + } + /* source #5: "#24292e" */ + .Header-old { + background-color: #313234; + } + /* source #5: "#fff" */ + .page-responsive .HeaderMenu--logged-out { + background-color: #313234; + background-image: none; + } + /* source #5: "initial", "box-shadow: none" */ + @media (min-width: 1012px) { + .page-responsive .HeaderMenu--logged-out { + background-color: initial; + box-shadow: none; + } + } + /* source #5: "transparent", "box-shadow: none" */ + .page-responsive .HeaderMenu--logged-out .dropdown-menu { + border-color: transparent; + box-shadow: none; + } + /* source #5: "#eaecef" */ + .page-responsive .HeaderMenu--logged-out .header-search-wrapper { + border-color: #3b3c3e; + } + /* source #5: "color: #24292e" */ + .page-responsive .HeaderMenu--logged-out .header-search-input { + color: #dbdbdbAA; + } + /* source #5: "color: #586069 !important" */ + .page-responsive .HeaderMenu--logged-out .header-search-input:-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .page-responsive .HeaderMenu--logged-out .header-search-input::-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .page-responsive .HeaderMenu--logged-out .header-search-input::placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #444d56", "transparent" */ + .page-responsive .HeaderMenu-link { + color: #dbdbdbCC; + background: transparent; + } + /* source #5: "color: #24292e" */ + .page-responsive .HeaderMenu-link:hover { + color: #dbdbdbAA; + } + /* source #5: "stroke: #24292e" */ + .page-responsive .HeaderMenu-link .icon-chevon-down-mktg { + stroke: #d2d2d2; + } + /* source #5: "transparent" */ + @media (min-width: 1012px) { + .page-responsive .HeaderMenu-link .icon-chevon-down-mktg { + background: transparent; + } + } + /* source #5: "color: #24292e" */ + .page-responsive .HeaderMenu-details[open] .HeaderMenu-link { + color: #dbdbdbAA; + } + /* source #5: "stroke: #24292e" */ + .page-responsive .HeaderMenu-details[open] .icon-chevon-down-mktg { + stroke: #d2d2d2; + } + /* source #5: "transparent" */ + .HeaderMenu-link { + background: transparent; + } + /* source #5: "linear-gradient(#54a3ff,#006eed)" */ + .notification-indicator .mail-status { + background-image: linear-gradient(/*[[base-color]]*/ #ddc7a1, /*[[base-color]]*/ #ddc7a1); + } + /* source #5: "#0366d6" */ + .notification-indicator:hover .mail-status { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "color: #24292e" */ + .header-nav-current-user .user-profile-link { + color: #dbdbdbAA; + } + /* source #5: "linear-gradient(#54a3ff,#006eed)" */ + .feature-preview-indicator { + background-image: linear-gradient(/*[[base-color]]*/ #ddc7a1, /*[[base-color]]*/ #ddc7a1); + } + /* source #5: "hsla(0,0%,100%,.125)", "box-shadow: none" */ + .header-search-current .header-search-wrapper { + background-color: hsla(0, 0%, 100%, 0.05); + box-shadow: none; + } + /* source #5: "hsla(0,0%,100%,.175)", "box-shadow: none" */ + .header-search-current .header-search-wrapper.focus { + background-color: hsla(0, 0%, 100%, 0.1); + box-shadow: none; + } + /* source #5: "none", "box-shadow: none" */ + .header-search-current .header-search-input { + background: none; + box-shadow: none; + } + /* source #5: "box-shadow: none" */ + .header-search-current .header-search-input:focus { + box-shadow: none; + } + /* source #5: "color: #24292e !important", "#fafbfc" */ + .header-search-current .jump-to-field-active { + color: #dbdbdbAA !important; + background-color: #313234; + } + /* source #5: "color: #586069 !important" */ + .header-search-current .jump-to-field-active:-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .header-search-current .jump-to-field-active::-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .header-search-current .jump-to-field-active::placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #1b1f23" */ + .header-search-current .jump-to-suggestions-path { + color: #dbdbdbDD; + } + /* source #5: "color: #6a737d" */ + .header-search-current .jump-to-suggestions-path .jump-to-octicon { + color: #dbdbdb94; + } + /* source #5: "initial" */ + .header-search-current .jump-to-suggestions-path mark { + background-color: initial; + } + /* source #5: "#e1e4e8" */ + .header-search-current .jump-to-suggestions-results-container .navigation-item { + border-bottom-color: #3b3c3e; + } + /* source #5: "#0366d6" */ + .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path, + .header-search-current .jump-to-suggestions-results-container [aria-selected="true"] .jump-to-suggestions-path { + background: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "hsla(0,0%,100%,.125)", "box-shadow: none" */ + .header-search-prototype .header-search-wrapper { + background-color: hsla(0, 0%, 100%, 0.05); + box-shadow: none; + } + /* source #5: "#fafbfc", "box-shadow: none" */ + .header-search-prototype .header-search-wrapper:focus-within { + background-color: #313234; + box-shadow: none; + } + /* source #5: "none", "box-shadow: none" */ + .header-search-prototype .header-search-input { + background: none; + box-shadow: none; + } + /* source #5: "box-shadow: none" */ + .header-search-prototype .header-search-input:focus { + box-shadow: none; + } + /* source #5: "color: #24292e" */ + .header-search-prototype .code-search-filter-text-expander { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .header-search-prototype .search-filter-header, + .header-search-prototype .search-refine-dropdown-header { + color: #dbdbdbCC; + } + /* source #5: "none" */ + .header-search-prototype .site-search-filter-button { + background: none; + } + /* source #5: "#fff" */ + .header-search-prototype .ems-refine-details-dialog { + background: #313234; + background-image: none; + } + /* source #5: "color: #1b1f23" */ + .header-search-prototype .ems-refine-details-dialog .ems-menu-item { + color: #dbdbdbDD; + } + /* source #5: "color: #24292e" */ + .header-search-prototype .ems-refine-details-dialog .ems-result-type-item { + color: #dbdbdbAA; + } + /* source #5: "#e1e4e8" */ + .header-search-prototype .ems-result-types { + border-right-color: #3b3c3e; + } + /* source #5: "color: #24292e !important" */ + .header-search-prototype .jump-to-field-active { + color: #dbdbdbAA !important; + } + /* source #5: "color: #586069 !important" */ + .header-search-prototype .jump-to-field-active:-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .header-search-prototype .jump-to-field-active::-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .header-search-prototype .jump-to-field-active::placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #1b1f23" */ + .header-search-prototype .jump-to-suggestions-path { + color: #dbdbdbDD; + } + /* source #5: "color: #6a737d" */ + .header-search-prototype .jump-to-suggestions-path .jump-to-octicon { + color: #dbdbdb94; + } + /* source #5: "initial" */ + .header-search-prototype .jump-to-suggestions-path mark { + background-color: initial; + } + /* source #5: "#e1e4e8" */ + .header-search-prototype .jump-to-suggestions-results-container .navigation-item { + border-bottom-color: #3b3c3e; + } + /* source #5: "#0366d6" */ + .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path, + .header-search-prototype .jump-to-suggestions-results-container [aria-selected="true"] .jump-to-suggestions-path { + background: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "color: #24292e" */ + .flash { + color: #dbdbdbAA; + } + /* source #5: "color: #b08800" */ + .flash-warn .octicon { + color: #cb4; + } + /* source #5: "#fff", "#e1e4e8" */ + .dropdown-menu { + border-color: #3b3c3e; + } + /* source #5: "transparent" */ + .IssueLabel { + border-color: transparent; + } + /* source #5: "initial", "#e1e4e8" */ + .label, .Label { + background-color: initial !important; + border-color: #3b3c3e; + } + /* source #5: "color: #586069", "#e1e4e8" */ + .Label--gray, .Label--outline { + color: #dbdbdbCC; + border-color: #3b3c3e; + } + /* source #5: "color: #24292e" */ + .Label--gray-darker { + color: #dbdbdbAA; + } + /* source #5: "color: #735c0f" */ + .Label--yellow { + color: #EFA554; + } + /* source #5: "color: #cb2431" */ + .Label--red { + color: #f44; + } + /* source #5: "color: #0366d6", "#0366d6" */ + .Label--blue { + color: /*[[base-color]]*/ #ddc7a1; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #6f42c1", "#8a63d2" */ + .Label--purple { + color: #8368aa; + border-color: #8368aa; + } + /* source #5: "#ec6cb9" */ + .Label--pink { + border-color: #c49; + } + /* source #5: "#d73a49" */ + .State--red { + background-color: #f44; + } + /* source #5: "color: #24292e" */ + .Counter { + color: #dbdbdbAA; + } + /* source #5: "color: #6a737d" */ + .Counter--gray-light { + color: #dbdbdb94; + } + /* source #5: "initial" */ + .markdown-body .emoji, .markdown-body pre code, .markdown-body pre tt, + .markdown-body table img { + background-color: initial; + } + /* source #5: "#fff" */ + .SelectMenu-modal { + background-color: #313234; + background-image: none; + } + /* source #5: "#e1e4e8" */ + @media (min-width: 544px) { + .SelectMenu-modal { + border-color: #3b3c3e; + } + } + /* source #5: "#eaecef" */ + .SelectMenu-header { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #959da5", "initial" */ + .SelectMenu-closeButton { + color: #767676; + background-color: initial; + } + /* source #5: "#eaecef" */ + .SelectMenu-filter { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #24292e", "#fff", "#eaecef" */ + .SelectMenu-item { + color: #dbdbdbAA; + } + /* source #5: "color: #6a737d", "initial" */ + .SelectMenu-tab { + background-color: initial; + } + /* source #5: "#fff" */ + .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message { + background-color: #313234; + background-image: none; + } + /* source #5: "#eaecef" */ + .SelectMenu-list--borderless .SelectMenu-divider { + border-top-color: #3b3c3e; + } + /* source #5: "color: #6a737d" */ + .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled="true"] { + color: #dbdbdb94; + } + /* source #5: "color: #24292e", "color: #586069", "#f6f8fa", "#fafbfc", "#dbedff", "#f6f8fa" */ + @media (hover: hover) { + .SelectMenu-closeButton:hover, + body:not(.intent-mouse) .SelectMenu-closeButton:focus { + color: #dbdbdbAA; + } + .SelectMenu-closeButton:active { + color: #dbdbdbCC; + } + .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus { + background-color: #252627; + } + .SelectMenu-item:active { + background-color: #313234; + } + body:not(.intent-mouse) .SelectMenu-tab:focus { + background-color: #434247; + } + .SelectMenu-tab:hover { + color: #dbdbdbAA; + } + .SelectMenu-tab:not([aria-selected="true"]):active { + color: #dbdbdbAA; + background-color: #252627; + } + } + /* source #5: "initial" */ + .Toast-dismissButton { + background-color: initial; + } + /* source #5: "#f6f8fa", "rgba(27,31,35,.15)" */ + .boxed-group .heading, .boxed-group > h3 { + background-color: #252627; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #586069" */ + .boxed-group .heading a.boxed-group-breadcrumb, + .boxed-group > h3 a.boxed-group-breadcrumb { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .boxed-group .tabnav.heading li:first-child .selected { + border-left-color: #313234; + } + /* source #5: "#d73a49" */ + .boxed-group.dangerzone > h3 { + background-color: #f44; + } + /* source #5: "color: #586069", "#fff", "#d1d5da" */ + .boxed-group-inner { + color: #dbdbdbCC; + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #5: "#dfe2e5" */ + .boxed-group-inner .help, .boxed-group-inner .tabnav-tab.selected { + border-top-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .boxed-group-inner .help { + color: #dbdbdbCC; + } + /* source #5: "#e1e4e8" */ + .boxed-group-list > li { + border-bottom-color: #3b3c3e; + } + /* source #5: "#dfe2e5" */ + .boxed-group-list > li:first-child { + border-top-color: #3b3c3e; + } + /* source #5: "#dcffe4" */ + .boxed-group-list > li.selected { + background: #002800; + } + /* source #5: "#fafbfc", "#eaecef" */ + .boxed-group-table th { + background-color: #313234; + } + /* source #5: "#eaecef" */ + .boxed-group-table td, .boxed-group-table th { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: rgba(27,31,35,.85)", "#fffbdd", "rgba(27,31,35,.15)" */ + .boxed-group-warning { + color: rgba(230, 230, 230, 0.85); + background-color: #232529; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#e1e4e8" */ + .list-group-item { + border-color: #3b3c3e; + } + /* source #5: "#fafbfc" */ + .list-group-item.closed { + background-color: #313234; + } + /* source #5: "#fffdef" */ + .list-group-item.selected { + background-color: #232529; + } + /* source #5: "#f1f8ff" */ + .list-group-item.navigation-focus, .list-group-item[aria-selected="true"] { + background-color: #434247; + } + /* source #5: "color: #586069" */ + .list-group-item .list-group-item-summary a { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .list-group-item .list-group-item-summary a.quiet { + color: #dbdbdb94; + } + /* source #5: "color: #24292e" */ + .list-group-item-link { + color: #dbdbdbAA; + } + /* source #5: "color: #6a737d" */ + .draft.octicon { + color: #dbdbdb94; + } + /* source #5: "color: #cb2431" */ + .closed.octicon, .reverted.octicon { + color: #f44; + } + /* source #5: "color: #28a745" */ + .open.octicon { + color: #6cc644; + } + /* source #5: "color: #6f42c1" */ + .merged.octicon { + color: #8368aa; + } + /* source #5: "#eaecef" */ + .progress-bar { + background-color: #3b3c3e; + } + /* source #5: "#2cbe4e" */ + .progress-bar .progress { + background-color: #373; + } + /* source #5: "#e1e4e8", "#28a745","#cb2431" */ + .reverse-progress-container { + background-color: #3b3c3e; + background-image: linear-gradient(90deg, #373, #005cc5, #3a1d6e, #911, #f66a0a); + } + /* source #5: "#e1e4e8" */ + .reverse-progress-bar { + background-color: #3b3c3e; + } + /* source #5: "#e1e4e8" */ + .progress-bar-inline .progress-bar { + border-color: #3b3c3e; + } + /* source #5: "color: #24292e", "#fff", "border-color: #dfe2e5 #dfe2e5 #fff" */ + .select-menu-tabs .select-menu-tab-nav.selected, + .select-menu-tabs .select-menu-tab-nav[aria-selected="true"], + .select-menu-tabs a.selected, .select-menu-tabs a[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + border-color: #3b3c3e #3b3c3e #313234; + } + /* source #5: "color: #6a737d" */ + .select-menu-item.disabled, .select-menu-item.disabled .description, + .select-menu-item.disabled.selected, + .select-menu-item.disabled.selected .description, + .select-menu-item[aria-disabled="true"], + .select-menu-item[aria-disabled="true"] .description, + .select-menu-item[disabled], .select-menu-item[disabled] .description { + color: #dbdbdb94; + } + /* source #5: "color: #6a737d !important" */ + .select-menu-item.selected .octicon-circle-slash.select-menu-item-icon { + color: #dbdbdb94 !important; + } + /* source #5: "color: #6a737d" */ + .select-menu-item .octicon-circle-slash { + color: #dbdbdb94; + } + /* source #5: "#f6f8fa" */ + .select-menu-item.excluded { + background-color: #252627; + } + /* source #5: "#0366d6" */ + .select-menu-item.navigation-focus, + .select-menu-item.navigation-focus .description-inline, + .select-menu-item.navigation-focus.select-menu-action, + .select-menu-item.navigation-focus.selected, + .select-menu-item.navigation-focus[aria-checked="true"], + .select-menu-item:focus, .select-menu-item:focus .description-inline, + .select-menu-item:focus.select-menu-action, .select-menu-item:focus.selected, + .select-menu-item:hover, .select-menu-item:hover .description-inline, + .select-menu-item:hover.select-menu-action, .select-menu-item:hover.selected, + .select-menu-item[aria-checked="true"]:focus, + .select-menu-item[aria-checked="true"]:hover, + .select-menu-item[aria-selected="true"] .description-inline, + .select-menu-item[aria-selected="true"].select-menu-action, + .select-menu-item[aria-selected="true"]:focus, + .select-menu-item[aria-selected="true"]:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "color: #24292e" */ + .select-menu-item.selected, + details-menu .select-menu-item[aria-checked="true"], + details-menu .select-menu-item[aria-selected="true"] { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .select-menu-item.selected .description, + details-menu .select-menu-item[aria-checked="true"] .description, + details-menu .select-menu-item[aria-selected="true"] .description { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .select-menu-item.selected > .octicon, + details-menu .select-menu-item[aria-checked="true"] > .octicon, + details-menu .select-menu-item[aria-selected="true"] > .octicon { + color: #dbdbdbAA; + } + /* source #5: "initial" */ + .select-menu.label-select-menu .select-menu-item:active { + background-color: initial !important; + } + /* source #5: "color: #6a737d", "#e1e4e8" */ + .table-list { + color: #dbdbdb94; + } + /* source #5: "#eaecef" */ + .table-list, .table-list-bordered { + border-bottom-color: #3b3c3e; + } + /* source #5: "#eaecef" */ + .table-list-bordered .table-list-cell:first-child { + border-left-color: #3b3c3e; + } + /* source #5: "#eaecef" */ + .table-list-bordered .table-list-cell:last-child { + border-right-color: #3b3c3e; + } + /* source #5: "box-shadow: inset 2px 0 0 #0366d6" */ + .table-list-item.unread .table-list-cell:first-child { + box-shadow: inset 2px 0 0 #eee; + } + /* source #5: "#eaecef" */ + .table-list-cell { + border-top-color: #3b3c3e; + } + /* source #5: "#f6f8fa", "#e1e4e8" */ + .table-list-header { + background-color: #252627; + border-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .table-list-header-meta, .table-list-header-toggle .btn-link { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .table-list-header-toggle .btn-link.selected, + .table-list-header-toggle .btn-link.selected:hover, + .table-list-header-toggle .btn-link:hover, + .table-list-header-toggle .select-menu-button.selected, + .table-list-header-toggle .select-menu-button.selected:hover, + .table-list-header-toggle .select-menu-button:hover { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .Box-body .help, .breadcrumb { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .breadcrumb strong.final-path { + color: #dbdbdbAA; + } + /* source #5: "#dfe2e5" */ + .capped-card { + border-color: #3b3c3e; + } + /* source #5: "#eaecef" */ + .capped-card > p, .capped-card h3 { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .capped-card > p { + color: #dbdbdbCC; + } + /* source #5: "#f6f8fa" */ + .capped-card-content { + background: #252627; + } + /* source #5: "initial" */ + .comment-body .highlight { + background-color: initial; + } + /* source #5: "#0366d6" */ + .comment-form-textarea.dragover { + border-color: #ddc7a1; + } + /* source #5: "color: #86181d", "rgba(27,31,35,.15)" */ + .comment-form-error { + color: #f44; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #586069", "#dfe2e5" */ + .email-format .email-quoted-reply, .email-format .email-signature-reply { + color: #dbdbdbCC; + border-left-color: #3b3c3e; + } + /* source #5: "color: #444d56", "#dfe2e5" */ + .email-format .email-hidden-toggle a { + color: #dbdbdbCC; + background: #232529; + } + /* source #5: "#c6cbd1" */ + .email-format .email-hidden-toggle a:hover { + background-color: #484848; + } + /* source #5: "#0366d6" */ + .email-format .email-hidden-toggle a:active { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "color: #c6cbd1" */ + .locked-conversation .preview-tab, .locked-conversation .write-tab { + color: #5a5a5a; + } + /* source #5: "#f6f8fa", "#eaecef" */ + .commit-form, .commit-sha { + border-color: #3b3c3e; + } + .commit-sha { + background-color: #252627; + } + /* source #5: "color: #444d56" */ + .commit .commit-title, .commit .commit-title a { + color: #dbdbdbCC; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .commit .commit-title.blank, .commit .commit-title.blank a { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #0366d6" */ + .commit-link, .commit .commit-title .issue-link { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#dbedff" */ + a.commit-ref:hover { + background-color: #434247; + } + /* source #5: "rgba(27,31,35,.15)" */ + .commit-desc + .commit-branches { + border-top-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #24292e" */ + .commit-author-section { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .commit-group-title, .commit-tease, .commit-tease-sha { + color: #dbdbdbCC; + } + /* source #5: "color: #c6cbd1", "#fff" */ + .commit-group-title .octicon-git-commit { + color: #5a5a5a; + background: #313234; + background-image: none; + } + /* source #5: "color: #24292e" */ + .commits-list-item .commit-title { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .commits-list-item .commit-author, .commits-list-item .commit-meta { + color: #dbdbdbCC; + } + /* source #5: "#e1e4e8" */ + .commits-list-item + .commits-list-item { + border-top-color: #3b3c3e; + } + /* source #5: "rgba(27,31,35,.15)" */ + .full-commit { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "initial", "rgba(27,31,35,.15)" */ + .full-commit .btn-outline, .full-commit .btn-outline:disabled { + background-color: initial; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #05264c" */ + .full-commit p.commit-title { + color: #dbdbdbEE; + } + /* source #5: "color: #444d56" */ + .full-commit .branches-list li { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .full-commit .branches-list li.loading, + .full-commit .branches-list li.pull-request { + color: #dbdbdb94; + } + /* source #5: "#fff", "rgba(27,31,35,.15)" */ + .full-commit .commit-meta { + background: #313234; + background-image: none; + border-top-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #444d56" */ + .full-commit .sha-block, .full-commit .sha-block > .sha, + .full-commit .sha-block > a { + color: #dbdbdbCC; + } + /* source #5: "#444d56" */ + .full-commit .sha-block > a:hover { + border-bottom-color: #484848; + } + /* source #5: "color: #444d56" */ + .branches-tag-list li:first-child { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .branches-tag-list li.loading { + color: #dbdbdb94; + } + /* source #5: "#d3e2f4" */ + .branches-tag-list li .ellipsis-expander { + background-color: #232529; + } + /* source #5: "#d6e2f1" */ + .branches-tag-list li .ellipsis-expander:hover { + background-color: #444; + } + /* source #5: "color: #6a737d" */ + .commit-branches { + color: #dbdbdb94; + } + /* source #5: "color: #cb2431" */ + .commit-loader .loader-error { + color: #f44; + } + /* source #5: "#f6f8fa" */ + .dropdown-signed-commit .dropdown-menu::after { + border-bottom-color: #2f3031; + } + /* source #5: "transparent", "#f6f8fa" */ + .dropdown-signed-commit .dropdown-menu-w::after { + border-bottom-color: transparent; + border-left-color: #2f3031; + } + /* source #5: "#f6f8fa", "#e1e4e8" */ + .signed-commit-header { + background-color: #252627; + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #28a745" */ + .signed-commit-header .octicon-verified { + color: #6cc644; + } + /* source #5: "color: #959da5" */ + .signed-commit-header .octicon-unverified { + color: #767676; + } + /* source #5: "color: #586069", "none", "#e1e4e8" */ + .signed-commit-badge { + color: #dbdbdbCC; + background: none; + border-color: #3b3c3e; + } + /* source #5: "color: #24292e" */ + .signed-commit-signer-name .signer { + color: #dbdbdbAA; + } + /* source #5: "#eaecef" */ + .table-of-contents li + li { + border-top-color: #3b3c3e; + } + /* source #5: "color: #c6cbd1" */ + .table-of-contents .toc-diff-stats .octicon { + color: #5a5a5a; + } + /* source #5: "color: #cb2431" */ + .table-of-contents .octicon-diff-removed { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .table-of-contents .octicon-diff-renamed { + color: #dbdbdb94; + } + /* source #5: "color: #dbab09" */ + .table-of-contents .octicon-diff-modified { + color: #cb4; + } + /* source #5: "color: #28a745" */ + .table-of-contents .octicon-diff-added { + color: #6cc644; + } + /* source #5: "color: #24292e" */ + .toc-select .select-menu-item-heading, .toc-select .select-menu-item-text { + color: #dbdbdbAA; + } + /* source #5: "color: #cb2431" */ + .toc-select .select-menu-item-icon.octicon-diff-removed { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .toc-select .select-menu-item-icon.octicon-diff-renamed { + color: #dbdbdb94; + } + /* source #5: "color: #dbab09" */ + .toc-select .select-menu-item-icon.octicon-diff-modified { + color: #cb4; + } + /* source #5: "color: #28a745" */ + .toc-select .select-menu-item-icon.octicon-diff-added { + color: #6cc644; + } + /* source #5: "color: #6a737d", "#dfe2e5" */ + .conversation-list-heading { + color: #dbdbdb94; + border-bottom-color: #3b3c3e; + } + /* source #5: "#fff" */ + .conversation-list-heading .inner { + background: #313234; + background-image: none; + } + /* source #5: "color: #6a737d" */ + .simple-conversation-list { + color: #dbdbdb94; + } + /* source #5: "#f6f8fa" */ + .simple-conversation-list > li { + border-top-color: #2f3031; + } + /* source #5: "color: #6a737d" */ + .simple-conversation-list > li .num { + color: #dbdbdb94; + } + /* source #5: "#f6f8fa" */ + .copyable-terminal { + background-color: #252627; + } + /* source #5: "#e1e4e8" */ + .diff-table .line-comments { + border-top-color: #3b3c3e; + } + /* source #5: "#e1e4e8", "#e1e4e8" */ + .diff-table tr:not(:last-child) .line-comments { + border-top-color: #3b3c3e; + border-bottom-color: #3b3c3e; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .blob-num { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: rgba(27,31,35,.6)" */ + .blob-num:hover { + color: rgba(230, 230, 230, 0.6); + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .blob-num.non-expandable:hover { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #24292e" */ + .blob-code-inner { + color: #dbdbdbAA; + } + /* source #5: "#fffbdd" */ + .blob-code-inner.highlighted, .blob-code-inner .highlighted { + background-color: #232529; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .blob-code-hunk, .blob-num-expandable, .blob-num-hunk { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#f1f8ff" */ + .blob-code-hunk, .blob-num-expandable, .blob-num-hunk { + background-color: #434247; + } + /* source #5: "#fafbfc" */ + .blob-expanded .blob-code, .blob-expanded .blob-num { + background-color: #313234; + } + /* source #5: "#eaecef" */ + .blob-expanded + tr:not(.blob-expanded) .blob-code, + .blob-expanded + tr:not(.blob-expanded) .blob-num, + .blob-expanded .blob-num-hunk, + tr:not(.blob-expanded) + .blob-expanded .blob-code, + tr:not(.blob-expanded) + .blob-expanded .blob-num { + border-top-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .blob-num-expandable .diff-expander, + .blob-num-expandable .directional-expander { + color: #dbdbdbCC; + } + /* source #5: "#0366d6", "#0366d6" */ + .blob-num-expandable .diff-expander:hover, + .blob-num-expandable .directional-expander:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #24292e" */ + .blob-code-addition .x, .blob-code-deletion .x { + color: #dbdbdbAA; + } + /* source #5: "rgba(255,223,93,.2)" */ + .selected-line::after { + background: rgba(132, 70, 0, 0.2); + } + /* source #5: "#ffd33d" */ + .selected-line.selected-line-top::after { + border-top-color: #EFA554; + } + /* source #5: "#ffd33d" */ + .selected-line.selected-line-bottom::after { + border-bottom-color: #EFA554; + } + /* source #5: "#ffd33d" */ + .selected-line.selected-line-left::after, .selected-line:first-child::after { + border-left-color: #EFA554; + } + /* source #5: "#ffd33d" */ + .selected-line.selected-line-right::after, .selected-line:last-child::after { + border-right-color: #EFA554; + } + /* source #5: "#0366d6" */ + .is-commenting .selected-line.blob-code::before { + background: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "#0366d6", "#0366d6" */ + .add-line-comment { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + background-image: linear-gradient(#0372ef, /*[[base-color]]*/ #ddc7a1; color: #fff; background-image: none); + } + /* source #5: "#dfe2e5" */ + .inline-comment-form { + border-color: #3b3c3e; + } + /* source #5: "#eaecef" */ + .empty-cell + .line-comments, .line-comments + .line-comments { + border-left-color: #3b3c3e; + } + /* source #5: "#f6f8fa" */ + .file-diff-split .blob-code + .blob-num { + border-left-color: #2f3031; + } + /* source #5: "#fafbfc", "#eaecef" */ + .file-diff-split .empty-cell { + background-color: #313234; + border-right-color: #3b3c3e; + } + /* source #5: "color: #cb2431" */ + .submodule-diff-stats .octicon-diff-removed { + color: #f44; + } + /* source #5: "color: #28a745" */ + .submodule-diff-stats .octicon-diff-added { + color: #6cc644; + } + /* source #5: "linear-gradient(180deg,rgba(242,248,254,0),rgba(242,248,254,.47))" */ + .code-navigation-banner { + background: linear-gradient(180deg, #313234, #313234); + } + /* source #5: "#e1e4e8" */ + .discussion-timeline.team-discussion-timeline::before, + .discussion-timeline::before { + background-color: #3b3c3e; + } + /* source #5: "#fff" */ + .discussion-timeline.team-discussion-timeline .blankslate { + background: #313234; + background-image: none; + } + /* source #5: "color: #586069" */ + .discussion-sidebar-item { + color: #dbdbdbCC; + } + /* source #5: "color: #959da5" */ + .discussion-sidebar-item .muted-icon { + color: #767676; + } + /* source #5: "color: #0366d6" */ + .discussion-sidebar-item .muted-icon:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#e1e4e8" */ + .discussion-sidebar-item + .discussion-sidebar-item { + border-top-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .discussion-sidebar-heading { + color: #dbdbdbCC; + } + /* source #5: "color: #959da5" */ + .discussion-sidebar-toggle .octicon { + color: #767676; + } + /* source #5: "color: #0366d6" */ + .discussion-sidebar-toggle:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "none" */ + button.discussion-sidebar-toggle { + background: none; + } + /* source #5: "color: #586069" */ + .sidebar-assignee .assignee { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .sidebar-assignee .assignee:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #cb2431" */ + .thread-subscribe-form.is-error .thread-subscribe-button { + color: #f44; + } + /* source #5: "color: #586069" */ + .participation a { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .participation a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#fff" */ + .gh-header, .gh-header .gh-header-sticky.is-stuck + .gh-header-shadow { + background-color: #313234; + background-image: none; + } + /* source #5: "color: #6a737d" */ + .gh-header-number { + color: #dbdbdb94; + } + /* source #5: "color: #586069", "#e1e4e8" */ + .gh-header-meta { + color: #dbdbdbCC; + border-bottom-color: #3b3c3e; + } + /* source #5: "#e1e4e8" */ + .tabnav-pr { + border-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .tabnav-pr .tabnav-tab { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e", "#e1e4e8" */ + .tabnav-pr .tabnav-tab.selected { + color: #dbdbdbAA; + border-color: #3b3c3e; + } + /* source #5: "#fff", "#fff" */ + .timeline-comment-wrapper { + border-top-color: #313234; + border-bottom-color: #313234; + } + /* source #5: "color: #24292e", "#fff", "#d1d5da" */ + .timeline-comment { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #5: "#c0d3eb" */ + .timeline-comment.current-user { + border-color: #ddc7a135; + } + /* source #5: "#f1f8ff", "#c0d3eb" */ + .timeline-comment.current-user .timeline-comment-header { + background-color: #434247; + border-bottom-color: #ddc7a135; + } + /* source #5: "#c0d3eb" */ + .timeline-comment.current-user .timeline-comment-label { + border-color: #ddc7a135; + } + /* source #5: "color: #c0d3eb", "#f1f8ff", "#c0d3eb" */ + .timeline-comment.current-user .previewable-comment-form .comment-form-head.tabnav { + color: #ddc7a135; + background-color: #434247; + border-bottom-color: #ddc7a135; + } + /* source #5: "#e5d999" */ + .timeline-comment.is-internal, .timeline-comment.unread-item { + border-color: #542; + } + /* source #5: "#fffdef", "#e5d999" */ + .timeline-comment.is-internal .timeline-comment-header, + .timeline-comment.unread-item .timeline-comment-header { + background-color: #232529; + border-bottom-color: #542; + } + /* source #5: "#e5d999" */ + .timeline-comment.is-internal .timeline-comment-label, + .timeline-comment.unread-item .timeline-comment-label { + border-color: #542; + } + /* source #5: "#fffdef", "#e5d999" */ + .timeline-comment.is-internal .previewable-comment-form .comment-form-head.tabnav, + .timeline-comment.unread-item .previewable-comment-form .comment-form-head.tabnav { + background-color: #232529; + border-bottom-color: #542; + } + /* source #5: "#e1e4e8" */ + .timeline-comment .comment + .comment { + border-top-color: #3b3c3e; + } + /* source #5: "transparent" */ + .timeline-comment--caret::after, .timeline-comment--caret::before { + border-color: transparent; + } + /* source #5: "#f6f8fa" */ + .timeline-comment--caret::after { + border-right-color: #2f3031; + } + /* source #5: "#d1d5da" */ + .timeline-comment--caret::before { + border-right-color: #3b3c3e; + } + /* source #5: "transparent" */ + .is-pending .timeline-comment--caret::after, + .is-pending .timeline-comment--caret::before { + border-color: transparent; + } + /* source #5: "#fffdef" */ + .is-pending .timeline-comment--caret::after { + border-right-color: #232529; + } + /* source #5: "transparent" */ + .timeline-comment--caret.current-user::after, + .timeline-comment--caret.current-user::before { + border-color: transparent; + } + /* source #5: "#f1f8ff" */ + .timeline-comment--caret.current-user::after { + border-right-color: #434247; + } + /* source #5: "#c0d3eb" */ + .timeline-comment--caret.current-user::before { + border-right-color: #ddc7a135; + } + /* source #5: "transparent" */ + .timeline-comment--caret.is-internal::after, + .timeline-comment--caret.is-internal::before, + .timeline-comment--caret.unread-item::after, + .timeline-comment--caret.unread-item::before { + border-color: transparent; + } + /* source #5: "#fffdef" */ + .timeline-comment--caret.is-internal::after, + .timeline-comment--caret.unread-item::after { + border-right-color: #232529; + } + /* source #5: "#e5d999" */ + .timeline-comment--caret.is-internal::before, + .timeline-comment--caret.unread-item::before { + border-right-color: #542; + } + /* source #5: "filter: drop-shadow(-.28em 0 0 #c8e1ff)", "#2188ff" */ + :target .timeline-comment--caret::before { + filter: drop-shadow(-0.28em 0 0 rgba(79, 140, 201, 0.3)); + filter: drop-shadow(-0.28em 0 0 rgba(/*[[base-color-rgb]]*/, 0.3)); + border-right-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em #c8e1ff" */ + :target .timeline-comment { + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em #c8e1ff" */ + .review-comment:target, :target .timeline-comment { + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.3); + } + .review-comment:target { + border-color: #ddc7a1; + } + /* source #5: "color: #586069", "#f6f8fa", "#d1d5da" */ + .timeline-comment-header { + color: #dbdbdbCC; + background-color: #252627; + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .Link--primary, + .timeline-comment-header .author { + color: #ddc7a1 !important; + } + /* source #5: "rgba(27,31,35,.15)" */ + .timeline-comment-label { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #cb2431", "#d73a49" */ + .timeline-comment-label-spammy { + color: #f44; + border-color: #b00; + } + /* source #5: "color: #586069" */ + .timeline-comment-header-text code a { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .timeline-comment-action { + color: #dbdbdb94; + } + /* source #5: "color: #0366d6" */ + .timeline-comment-action:focus, .timeline-comment-action:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #d1d5da" */ + .timeline-comment-action.disabled, .timeline-comment-action.disabled:hover { + color: #3b3c3e; + } + /* source #5: "#e1e4e8" */ + .timeline-new-comment .previewable-comment-form .comment-body { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #24292e", "#e1e4e8", "#fff" */ + .discussion-item-icon { + color: #dbdbdbAA; + background-color: #3b3c3e; + border-color: #313234; + } + /* source #5: "color: #586069" */ + .discussion-item-header { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .commit-message .issue-link { + color: #dbdbdbAA; + } + /* source #5: "color: #0366d6" */ + .commit-message .issue-link:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .discussion-item-private { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#f6f8fa" */ + .previewable-comment-form .comment-form-head.tabnav { + background: #252627; + } + /* source #5: "#fff" */ + .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting { + background: #313234; + background-image: none; + } + /* source #5: "transparent" */ + @media (min-width: 1012px) { + .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting { + background: transparent; + } + } + /* source #5: "#f6f8fa" */ + @media (min-width: 768px) { + .page-responsive .previewable-comment-form .comment-form-head.tabnav { + background: #252627; + } + } + /* source #5: "initial", "#e1e4e8" */ + .previewable-comment-form .comment-body { + background-color: initial; + border-bottom-color: #3b3c3e; + } + /* source #5: "#fff" */ + .new-discussion-timeline .composer .timeline-comment::after { + border-right-color: #313234; + } + /* source #5: "#fff" */ + .new-discussion-timeline .composer .comment-form-head.tabnav { + background-color: #313234; + background-image: none; + } + /* source #5: "#d1d5da", "transparent", "#fff", "#d1d5da" */ + @media (min-width: 768px) { + .composer.composer-responsive .timeline-comment { + border-color: #3b3c3e; + } + .composer.composer-responsive .timeline-comment::after, + .composer.composer-responsive .timeline-comment::before { + border-color: transparent; + } + .composer.composer-responsive .timeline-comment::after { + border-right-color: #313234; + } + .composer.composer-responsive .timeline-comment::before { + border-right-color: #3b3c3e; + } + } + /* source #5: "#fff", "#e1e4e8" */ + .discussion-timeline-actions { + border-top-color: #3b3c3e; + } + /* source #5: "#fff" */ + .discussion-timeline-actions, .pagination-loader-container { + background-color: #313234; + background-image: none; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em #c8e1ff" */ + :target .timeline-comment-group .timeline-comment { + border-color: /*[[base-color]]*/ #ddc7a1; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #5: "#fffdef" */ + .is-pending .comment-form-head.tabnav, .is-pending .file-header { + background-color: #232529; + } + /* source #5: "#e1e4e8" */ + .discussion-item-review-comment { + border-bottom-color: #3b3c3e; + } + /* source #5: "#e1e4e8" */ + .discussion-item-icon-gray { + background-color: #3b3c3e !important; + } + /* source #5: "color: #c6cbd1" */ + .footer-octicon { + color: #5a5a5a; + } + /* source #5: "color: #959da5" */ + .footer-octicon:hover { + color: #767676; + } + /* source #5: "none", "box-shadow: none" */ + .kb-konami-dialog { + background: none; + box-shadow: none; + } + /* source #5: "#fff" */ + .kb-konami-dialog .Box-btn-octicon { + border-color: #313234; + } + /* source #5: "none" */ + .konami, .konami-overlay { + background: none; + } + /* source #5: "none", "#fff" */ + .konami .key.complete { + background: none; + border-color: #313234; + } + /* source #5: "color: #24292e" */ + .konami .enter-link, .konami .key.active { + color: #dbdbdbAA; + } + /* source #5: "none" */ + .konami .enter-link:hover { + background: none; + } + /* source #5: "color: #24292e" */ + .team-mention, .user-mention { + color: #dbdbdbAA; + } + /* source #5: "#e1e4e8" */ + .pagehead { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #24292e" */ + .pagehead-actions > li { + color: #dbdbdbAA; + } + /* source #5: "color: #cb2431" */ + .pagehead-actions .octicon-mute { + color: #f44; + } + /* source #5: "color: #586069", "transparent", "transparent" */ + .pagehead-tabs-item { + color: #dbdbdbCC; + border-color: transparent; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .pagehead-tabs-item .octicon { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #444d56" */ + .pagehead-tabs-item .Counter { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .pagehead-tabs-item:hover { + color: #dbdbdbAA; + } + /* source #5: "color: #24292e", "#fff", "#e1e4e8","transparent" */ + .pagehead-tabs-item.selected { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + border-color: #e36209 #3b3c3e transparent; + } + /* source #5: "color: #586069" */ + .repohead h1 { + color: #dbdbdbCC; + } + /* source #5: "color: rgba(27,31,35,.5)" */ + .repohead h1.private .octicon { + color: rgba(230, 230, 230, 0.5); + } + /* source #5: "color: #959da5" */ + .repohead h1 .octicon { + color: #767676; + } + /* source #5: "color: #586069", "transparent", "transparent" */ + .reponav-item { + color: #dbdbdbCC; + border-color: transparent; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .reponav-item .octicon { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #444d56" */ + .reponav-item .Counter { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .reponav-item:focus, .reponav-item:hover { + color: #dbdbdbAA; + } + /* source #5: "color: #24292e", "#fff", "#e1e4e8","transparent" */ + .reponav-item.selected { + color: #dbdbdbAA; + background-image: none; + border-color: #e36209 #3b3c3e transparent; + } + /* source #5: "#24292e" */ + .reponav-item.selected, .reponav-wrapper { + background-color: #313234; + } + /* source #5: "initial" */ + .reponav-wrapper .reponav-item.selected { + background-color: initial; + } + /* source #5: "#dfe2e5" */ + .steps { + border-color: #3b3c3e; + } + /* source #5: "color: #c6cbd1", "#fafbfc", "#dfe2e5" */ + .steps li { + color: #5a5a5a; + background-color: #313234; + border-left-color: #3b3c3e; + } + /* source #5: "color: #24292e", "#fff" */ + .steps li.current { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + /* source #5: "color: #0366d6" */ + .steps li.current .octicon { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069" */ + .steps .complete { + color: #dbdbdbCC; + } + /* source #5: "color: #28a745" */ + .steps .complete .octicon { + color: #6cc644; + } + /* source #5: "color: #0366d6" */ + .prose-diff .show-rich-diff { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #d1d5da" */ + .prose-diff.collapsed .rich-diff-level-zero.expandable .octicon { + color: #3b3c3e; + } + /* source #5: "color: #24292e" */ + .prose-diff.collapsed .rich-diff-level-zero.expandable:hover .octicon { + color: #dbdbdbAA; + } + /* source #5: "color: #d1d5da" */ + .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child::before { + color: #3b3c3e; + } + /* source #5: "color: #24292e" */ + .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child:hover::before { + color: #dbdbdbAA; + } + /* source #5: "color: #cb2431" */ + .prose-diff .changed .removed, .prose-diff .changed .removed > div, + .prose-diff .changed .removed code, .prose-diff .changed del, + .prose-diff .changed del > div, .prose-diff .changed del code, + .prose-diff > .markdown-body li ul.removed { + color: #f44; + } + /* source #5: "color: #d1d5da" */ + .prose-diff > .markdown-body li.added.moved-down .octicon, + .prose-diff > .markdown-body li.added.moved-up .octicon { + color: #3b3c3e; + } + /* source #5: "#fffdef" */ + .prose-diff > .markdown-body li.added.moved { + background: #232529; + } + /* source #5: "#fffdef", "#dfe2e5" */ + .prose-diff > .markdown-body td.changed, + .prose-diff > .markdown-body th.changed { + background: #232529; + border-left-color: #3b3c3e; + } + /* source #5: "color: #cb2431" */ + .prose-diff > .markdown-body li:not(.moved).removed { + color: #f44; + } + /* source #5: "#f6f8fa" */ + .protip code { + background-color: #252627; + } + /* source #5: "transparent" */ + .add-reactions-options-item { + border-color: transparent; + } + /* source #5: "#dbedff" */ + .add-reactions-options-item:active { + background-color: #434247; + } + /* source #5: "#e1e4e8" */ + .comment-reactions.has-reactions { + border-top-color: #3b3c3e; + } + /* source #5: "#f1f8ff" */ + .comment-reactions .user-has-reacted { + background-color: #434247; + } + /* source #5: "#e1e4e8" */ + .reaction-summary-item { + border-right-color: #3b3c3e; + } + /* source #5: "#dfe2e5" */ + .render-container { + background: #232529; + } + /* source #5: "none" */ + .render-container.is-render-ready.is-render-requested:not(.is-render-failed) { + background: none; + } + /* source #5: "color: #444d56", "#f6f8fa", "rgba(27,31,35,.15)" */ + .render-notice { + color: #dbdbdbCC; + background-color: #252627; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#f1f8ff" */ + .commit-tease .AvatarStack-body { + background: #434247; + } + /* source #5: "#dfe2e5" */ + .content-attachment { + border-left-color: #3b3c3e; + } + /* source #5: "#fff" */ + .max--md .content-attachment-content--gradient { + background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #313234; background-image: none calc(100% - 28px)); + } + /* source #5: "none" */ + .content-attachment-details[open] .max--md .content-attachment-content--gradient { + background: none; + } + /* source #5: "color: #586069" */ + .marketing .pagehead p { + color: #dbdbdbCC; + } + /* source #5: "color: #28a745" */ + .marketing h2 .secure { + color: #6cc644; + } + /* source #5: "#e5e5e5" */ + .marketing-section { + border-bottom-color: #3b3c3e; + } + /* source #5: "#e5e5e5" */ + .marketing-hero-octicon { + border-color: #3b3c3e; + } + /* source #5: "color: #0366d6" */ + .marketing-hero-octicon .octicon { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069" */ + .hanging-icon-list .octicon { + color: #dbdbdbCC; + } + /* source #5: "color: #28a745" */ + .hanging-icon-list .octicon-check { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .hanging-icon-list .octicon-x { + color: #f44; + } + /* source #5: "rgba(27,31,35,.5)" */ + .btn-blurple.hover, .btn-blurple:hover { + border-color: rgba(200, 200, 200, 0.3); + } + /* source #5: "none", "rgba(27,31,35,.5)" */ + .btn-blurple.selected, .btn-blurple:active, + .btn-blurple[aria-selected="true"], [open] > .btn-blurple { + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #5: "none", "rgba(27,31,35,.15)", "box-shadow: none" */ + .btn-blurple.disabled, .btn-blurple:disabled, + .btn-blurple[aria-disabled="true"] { + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + box-shadow: none; + } + /* source #5: "#fff" */ + .btn-blurple .Counter { + background-color: #313234; + background-image: none; + } + /* source #5: "color: #0366d6" */ + .intgrs-lstng-item-link:hover .intgrs-lstng-item-header { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #333" */ + .intgrs-lstng-item-header { + color: #dbdbdbEE; + } + /* source #5: "color: #586069" */ + .intgrs-lstng-item-description { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .intgrs-lstng-item-description::after { + background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #313234; background-image: none 80%); + } + /* source #5: "color: #0366d6" */ + .intgr-admin-link:hover .octicon { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069" */ + .intgr-admin-link .octicon { + color: #dbdbdbCC; + } + /* source #5: "initial" */ + .integrations-install-target .flash, + .integrations-install-target .flash-error { + background-color: initial; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .integrations-install-target .octicon-lock { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#fafbfc" */ + .listgroup-item.disabled { + background-color: #313234; + } + /* source #5: "color: #333" */ + .listgroup-item.disabled .listgroup-item-title { + color: #dbdbdbEE; + } + /* source #5: "color: #767676" */ + .link-small { + color: #767676; + } + /* source #5: "color: #0366d6" */ + .listgroup-item:hover .link-small { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#d73a49" */ + .manifest-errors { + border-left-color: #b00; + } + /* source #5: "#fff" */ + .not-found-octocat-wrapper::after { + background: #313234; + background-image: none; + } + /* source #5: "color: #333" */ + .billing-plans .name { + color: #dbdbdbEE; + } + /* source #5: "#28a745" */ + .billing-plans .coupon td { + background-color: #373; + } + /* source #5: "transparent" */ + .coupon-label::after { + border-color: transparent; + } + /* source #5: "#eee" */ + .plan-notice { + border-top-color: #3b3c3e; + } + /* source #5: "#cb2431" */ + .alert-label--high { + background-color: #911; + } + /* source #5: "fill: #cb2431" */ + .graph-canvas .alert-label--high { + fill: #f44; + } + /* source #5: "fill: #e36209" */ + .graph-canvas .alert-label--moderate { + fill: #fb8532; + } + /* source #5: "#dbab09" */ + .alert-label--low { + background-color: #cb4; + } + /* source #5: "fill: #dbab09" */ + .graph-canvas .alert-label--low { + fill: #cb4; + } + /* source #5: "#f6f8fa", "#e1e4e8" */ + .advisory-form { + background-color: #252627; + border-top-color: #3b3c3e; + } + /* source #5: "#fff" */ + .advisory-form .form-actions, .advisory-form .form-control, + .advisory-form .previewable-comment-form { + background-color: #313234; + background-image: none; + } + /* source #5: "#f5f5f5" */ + .credit-card { + background-color: #252627; + } + /* source #5: "color: #767676", "#fff" */ + .credit-card.normal .signature { + color: #767676; + background-color: #313234; + background-image: none; + } + /* source #5: "#d73a49" */ + .credit-card .cvv { + border-color: #b00; + } + /* source #5: "color: #586069" */ + .credit-card .cvv span { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .billing-addon-items td.black { + color: #dbdbdbAA; + } + /* source #5: "#eee" */ + .billing-addon-items tr { + border-bottom-color: #3b3c3e; + } + /* source #5: "#fafbfc" */ + .billing-addon-items tr:nth-child(2n) { + background-color: #313234; + } + /* source #5: "color: #cb2431", "#fff" */ + .billing-addon-items tr.total-row { + color: #f44; + background-color: #313234; + background-image: none; + } + /* source #5: "color: #dbdbdb66" */ + .billing-addon-items .addon-cost, + .billing-addon-items .discounted-original-price { + color: #dbdbdb94; + } + /* source #5: "#fff" */ + .billing-credit-card .javascript-disabled-overlay { + background-color: #313234; + background-image: none; + } + /* source #5: "#eee" */ + .billing-extra-box, .billing-vat-box { + border-left-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .billing-section .section-label { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .billing-section .section-content { + color: #dbdbdbEE; + } + /* source #5: "#eee" */ + .usage-bar { + background: #3f3d38; + } + /* source #5: "#d73a49" */ + .usage-bar.exceeded .progress { + background-color: #f44 !important; + } + /* source #5: "color: #586069" */ + .lfs-data-icon { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .lfs-data-icon.dark { + color: #dbdbdbEE; + } + /* source #5: "#f9f9f9" */ + .paypal-container { + background-color: #313234; + } + /* source #5: "#ddd" */ + .braintree-paypal-loggedin { + border-color: #3b3c3e !important; + } + /* source #5: "color: #586069" */ + .payment-history .currency, .payment-history .status { + color: #dbdbdbCC; + } + /* source #5: "color: #28a745" */ + .payment-history .succeeded .status { + color: #6cc644; + } + /* source #5: "#f6f8fa" */ + .payment-history .failed, .payment-history .refunded { + background: #252627; + } + /* source #5: "color: #6a737d" */ + .payment-history .refunded .status { + color: #dbdbdb94; + } + /* source #5: "color: #cb2431" */ + .payment-history .failed .status { + color: #f44; + } + /* source #5: "color: #586069" */ + .discounted-original-price { + color: #dbdbdbCC; + } + /* source #5: "#f9f9f9", "#eee" */ + .billing-manager-banner { + background: #313234; + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .billing-manager-banner-text, .billing-manager-banner-title { + color: #dbdbdbCC; + } + /* source #5: "#fafbfc", "#e0e0e0" */ + .plan-choice { + background-color: #313234; + border-color: #3b3c3e; + } + /* source #5: "#fff" */ + .plan-choice.open, .plan-choice.selected { + background-color: #313234; + background-image: none; + } + /* source #5: "#d1d5da" */ + .plan-choice--experiment.open, .plan-choice--experiment.selected { + border-color: #3b3c3e; + } + /* source #5: "#28a745" */ + .plan-choice--experiment.open .plan-choice-icon, + .plan-choice--experiment.selected .plan-choice-icon { + background-color: #373; + } + /* source #5: "#34d058" */ + .plan-choice--experiment.plan-choice--green.open, + .plan-choice--experiment.plan-choice--green.selected { + border-color: #34d058; + } + /* source #5: "#28a745" */ + .plan-choice--experiment.plan-choice--green.open .plan-choice-icon, + .plan-choice--experiment.plan-choice--green.selected .plan-choice-icon { + background-color: #373; + } + /* source #5: "#8a63d2" */ + .plan-choice--experiment.plan-choice--purple.open, + .plan-choice--experiment.plan-choice--purple.selected { + border-color: #8368aa; + } + /* source #5: "#6f42c1" */ + .plan-choice--experiment.plan-choice--purple.open .plan-choice-icon, + .plan-choice--experiment.plan-choice--purple.selected .plan-choice-icon { + background-color: #8368aa; + } + /* source #5: "color: #6a737d" */ + .plan-choice-exp { + color: #dbdbdb94; + } + /* source #5: "#e0e0e0" */ + .billing-line-item { + border-top-color: #3b3c3e; + } + /* source #5: "color: #6a737d" */ + .billing-box-accordion:hover .billing-box-accordion-state .octicon { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .billing-box-accordion-state .octicon { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .billing-box-progressBars span:nth-child(2) { + border-left-color: #313234; + } + /* source #5: "color: #6a737d" */ + .blame-commit-date[data-heat="10"] { + color: #dbdbdb94; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .blame-commit-message .message.blank { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #d1d5da" */ + .reblame-link { + color: #3b3c3e; + } + /* source #5: "color: #6a737d" */ + .blame-hunk:hover .reblame-link { + color: #dbdbdb94; + } + /* source #5: "#e5e5e5" */ + .blob-interaction-bar { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .blob-interaction-bar .octicon-search { + color: #dbdbdbCC; + } + /* source #5: "#f6f8fa" */ + .TagsearchPopover-list .TagsearchPopover-list-item:hover { + background-color: #252627; + } + /* source #5: "#fafbfc" */ + .linejump .linejump-input { + background-color: #313234; + } + /* source #5: "#fff" */ + .CopyBlock:active, .CopyBlock:focus, .CopyBlock:hover { + background-color: #313234; + background-image: none; + } + /* source #5: "#fff" */ + .file-commit-form--full { + background: #313234; + background-image: none; + } + /* source #5: "transparent" */ + .commit-form::after, .commit-form::before { + border-color: transparent; + } + /* source #5: "#fff" */ + .commit-form::after { + border-right-color: #313234; + } + /* source #5: "#ddd" */ + .commit-form::before { + border-right-color: #3b3c3e; + } + /* source #5: "#d1d5da" */ + .merge-pr { + border-top-color: #3b3c3e; + } + /* source #5: "#e1e4e8" */ + .merge-status-list { + border-color: #3b3c3e; + } + /* source #5: "#fafbfc", "#e1e4e8" */ + .merge-status-item { + background-color: #313234; + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .merge-pr-more-commits, .status-meta { + color: #dbdbdbCC; + } + /* source #5: "#fff", "#d1d5da" */ + .branch-action-body { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #5: "transparent" */ + .branch-action-body::after, .branch-action-body::before { + border-color: transparent; + } + /* source #5: "#fff" */ + .branch-action-body::after { + border-right-color: #313234; + } + /* source #5: "#d1d5da" */ + .branch-action-body::before { + border-right-color: #3b3c3e; + } + /* source #5: "#fafbfc", "#e1e4e8" */ + .branch-action-body .merge-branch-form, .branch-action-body .merge-message { + background-color: #313234; + border-top-color: #3b3c3e; + } + /* source #5: "#e1e4e8" */ + .branch-action-item + .branch-action-item, + .branch-action-item + .mergeability-details { + border-top-color: #3b3c3e; + } + /* source #5: "#2cbe4e" */ + .branch-action-state-clean .branch-action-icon { + background-color: #373; + } + /* source #5: "#34d058" */ + .branch-action-state-clean .branch-action-body { + border-color: #34d058; + } + /* source #5: "#34d058" */ + .branch-action-state-clean .branch-action-body::before { + border-right-color: #34d058; + } + /* source #5: "#dbab09" */ + .branch-action-state-unknown .branch-action-icon, + .branch-action-state-unstable .branch-action-icon { + background-color: #cb4; + } + /* source #5: "#6f42c1" */ + .branch-action-state-merged .branch-action-icon { + background-color: #8368aa; + } + /* source #5: "#6a737d" */ + .branch-action-state-closed-dirty .branch-action-icon, + .branch-action-state-dirty .branch-action-icon, + .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-icon { + background-color: #444; + } + /* source #5: "#d1d5da" */ + .branch-action-state-closed-dirty .branch-action-body, + .branch-action-state-dirty .branch-action-body, + .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body { + border-color: #3b3c3e; + } + /* source #5: "#d1d5da" */ + .branch-action-state-closed-dirty .branch-action-body::before, + .branch-action-state-dirty .branch-action-body::before, + .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body::before { + border-right-color: #3b3c3e; + } + /* source #5: "#d73a49" */ + .branch-action-state-error .branch-action-icon, + .is-merging .branch-action-state-error-if-merging .branch-action-icon { + background-color: #f44; + } + /* source #5: "#e1e4e8" */ + .merge-branch-form .commit-form::before { + border-right-color: #3b3c3e; + } + /* source #5: "#2cbe4e" */ + .completeness-indicator-success { + background-color: #373; + } + /* source #5: "#cb2431" */ + .completeness-indicator-error { + background-color: #911; + } + /* source #5: "#6a737d" */ + .completeness-indicator-problem { + background-color: #444; + } + /* source #5: "#fffbdd", "rgba(27,31,35,.15)" */ + .RecentBranches { + background-color: #232529; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #735c0f" */ + .RecentBranches-item, .RecentBranches-item-link { + color: #EFA554; + } + /* source #5: "#fafbfc", "#e1e4e8" */ + .range-editor { + background-color: #313234; + border-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .range-editor-icon { + color: #dbdbdbCC; + } + /* source #5: "#fff", "#dfe2e5" */ + ul.comparison-list { + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #5: "#eaecef" */ + ul.comparison-list > li { + border-top-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + ul.comparison-list > li em { + color: #dbdbdbCC; + } + /* source #5: "color: #a3aab1" */ + ul.comparison-list > li .octicon { + color: #767676; + } + /* source #5: "color: #6a737d", "#fafbfc" */ + ul.comparison-list > li.title { + color: #dbdbdb94; + background: #313234; + } + /* source #5: "#959da5" */ + .branch-a-b-count .count-half:last-child { + border-left-color: #484848; + } + /* source #5: "#c6cbd1" */ + .branch-a-b-count .meter { + background-color: #484848; + } + /* source #5: "initial" */ + .branch-a-b-count .meter.zero { + background-color: initial; + } + /* source #5: "#eaecef" */ + .branch-a-b-count .bar-ahead.even, .branch-a-b-count .bar-behind.even { + background: #3b3c3e; + } + /* source #5: "color: #586069" */ + .admin-options-block .policy-enforcement { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .admin-options-block .disabled, .admin-options-block .disabled .note, + .deprovisioning-checkbox.checkbox-disabled { + color: #dbdbdb94; + } + /* source #5: "#0366d6" */ + .checks-list-item.selected .checks-list-item-name { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none !important; + } + /* source #5: "#d73a49" */ + .check-annotation-failure::after { + background-color: #f44; + } + /* source #5: "#ffd33d" */ + .check-annotation-warning::after { + background-color: #cb4; + } + /* source #5: "color: #b08800" */ + .check-annotation-warning .annotation-title, + .check-annotation-warning .octicon-alert { + color: #cb4; + } + /* source #5: "color: #959da5" */ + .neutral-check { + color: #767676; + } + /* source #5: "#24292e" */ + .CheckRun { + background-color: #313234; + } + /* source #5: "color: #959da5" */ + .CheckStep-header { + color: #767676; + } + /* source #5: "#24292e", "none" */ + .CheckRun-search .btn { + background-color: #313234; + background-image: none; + } + /* source #5: "#2f363d" */ + .CheckRun-search .btn:hover { + background-color: #3f4143; + } + /* source #5: "color: #586069", "none" */ + .CheckRun-search .btn[disabled] { + color: #dbdbdbCC; + background-image: none; + } + /* source #5: "#24292e" */ + .CheckRun-search .btn[disabled]:hover { + background-color: #313234; + } + /* source #5: "#eaecef", "#444d56" */ + .CheckRun-header { + border-top-color: #3b3c3e; + border-bottom-color: #484848; + } + /* source #5: "color: #959da5" */ + .CheckRun-header-timestamp { + color: #767676; + } + /* source #5: "hsla(0,0%,100%,.125)" */ + .CheckRun-search-input { + background-color: hsla(0, 0%, 100%, 0.05); + } + /* source #5: "color: #24292e", "#fafbfc" */ + .CheckRun-search-input:focus { + color: #dbdbdbAA; + background-color: #313234; + } + /* source #5: "color: #959da5" */ + .CheckStep-line .CheckStep-line-number, + .CheckStep-line .CheckStep-line-timestamp { + color: #767676; + } + /* source #5: "#2f363d" */ + .CheckStep-line:hover { + background-color: #3f4143; + } + /* source #5: "#586069" */ + .CheckStep-line.selected { + background-color: #3b3c3e; + } + /* source #5: "color: #24292e !important", "#ffdf5d" */ + .CheckStep-line .dt-fm { + color: #dbdbdbAA !important; + background: #cb4; + } + /* source #5: "color: #959da5" */ + .CheckStep .log-line-info, .CheckStep .log-line-verbose { + color: #767676; + } + /* source #5: "color: #24292e" */ + .CheckStep .ansifg-b { + color: #dbdbdbAA; + } + /* source #5: "color: #959da5" */ + .CheckStep .ansifg-gr { + color: #767676; + } + /* source #5: "#24292e" */ + .CheckStep .ansibg-b, .CheckStep .ansibg-bl { + background-color: #313234; + } + /* source #5: "#e1e4e8" */ + .CheckStep .ansibg-w { + background-color: #3b3c3e; + } + /* source #5: "fill: #2cbe4e" */ + .code-frequency .addition { + fill: #6cc644; + } + /* source #5: "fill: #cb2431" */ + .code-frequency .deletion { + fill: #f44; + } + /* source #5: "color: #28a745" */ + .cadd { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .cdel { + color: #f44; + } + /* source #5: "#e1e4e8" */ + .code-list .file-box { + border-color: #3b3c3e; + } + /* source #5: "#eee" */ + .code-list .code-list-item + .code-list-item { + border-top-color: #3b3c3e; + } + /* source #5: "color: #0366d6" */ + .code-list .blob-num a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069" */ + .code-list .full-path .octicon-repo { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .code-list .full-path a { + color: #dbdbdb94; + } + /* source #5: "#fffdef" */ + .code-list-item-private .blob-num { + background-color: #232529; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .code-list-item-private .blob-num a { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "color: rgba(27,31,35,.7)", "#fffdef" */ + .code-list-item-private .divider .blob-code, + .code-list-item-private .divider .blob-num { + color: rgba(230, 230, 230, 0.7); + background-color: #232529; + } + /* source #5: "#ffd33d" */ + .code-scanning-alert-warning-message { + border-color: #EFA554 !important; + } + /* source #5: "#e1e4e8" */ + .codesearch-results .repo-list-item + .repo-list-item { + border-top-color: #3b3c3e; + } + /* source #5: "none", "box-shadow: none" */ + .search-form-fluid .search-page-input { + background: none; + box-shadow: none; + } + /* source #5: "box-shadow: none" */ + .search-form-fluid .search-page-input:focus { + box-shadow: none; + } + /* source #5: "color: #586069", "#fff", "#e1e4e8" */ + @media (max-width: 544px) { + .codesearch-pagination-container .current { + color: #dbdbdbCC; + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + } + /* source #5: "color: #24292e", "#ffd33d" */ + .CommunityTemplate-highlight { + color: #dbdbdbAA; + background-color: #cb4; + } + /* source #5: "#0366d6" */ + .CommunityTemplate-highlight--focus { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "#ffd33d","#28a745", "initial" */ + .community-checklist .progress-bar { + background: linear-gradient(90deg, #cb4, #c5e300, #373); + background-color: initial; + } + /* source #5: "#f6f8fa" */ + .community-checklist .progress { + background-color: #252627; + } + /* source #5: "color: #dbab09" */ + .community-checklist .checklist-dot { + color: #cb4; + } + /* source #5: "color: #cb2431" */ + span.no-nl-marker { + color: #f44; + } + /* source #5: "#fff" */ + .select-menu-item { + background-color: #313234; + background-image: none; + } + /* source #5: "color: #586069" */ + li.contribution .num, ul.simple-conversation-list a.meta { + color: #dbdbdbCC; + } + /* source #5: "fill: #959da5" */ + .activity-overview-percentage { + fill: #dbdbdb75; + } + /* source #5: "#f6f8fa" */ + .tint-box { + background: #252627; + } + /* source #5: "#fff" */ + .tint-box.transparent { + background: #313234; + background-image: none; + } + /* source #5: "fill: #959da5" */ + .contrib-person .midlabel { + fill: #dbdbdb75; + } + /* source #5: "#fff" */ + .coupons .coupon-form-body { + background-color: #313234; + background-image: none; + } + /* source #5: "color: #0366d6" */ + .coupon-icon { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "fill: #dbab09" */ + .repo-private-icon { + fill: #cb4; + } + /* source #5: "#e1e4e8" */ + .dashboard-rollup-items > .dashboard-rollup-item { + border-top-color: #3b3c3e; + } + /* source #5: "#fafbfc", "#d1d5da" */ + .dashboard-notice { + background-color: #313234; + border-color: #3b3c3e; + } + /* source #5: "color: #959da5" */ + .dashboard-notice .dismiss { + color: #767676; + } + /* source #5: "color: #586069" */ + .dashboard-notice .dismiss:hover { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .dashboard-notice .octicon-organization { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #24292e" */ + .dashboard-notice h2 { + color: #dbdbdbAA; + } + /* source #5: "#fff" */ + .dashboard-notice .coupon { + background: #313234; + background-image: none; + } + /* source #5: "#fff", "box-shadow: none" */ + .dashboards-overview-cards .blankslate { + background-color: #313234; + background-image: none; + box-shadow: none; + } + /* source #5: "color: #cb2431" */ + .dashboards-overview-cards .octicon-arrow-down { + color: #f44; + } + /* source #5: "color: #0366d6" */ + .dashboards-overview-cards .summary-stats .metric-1 { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #dbdbdb66" */ + .developer-thanks .hook { + color: #dbdbdb94; + } + /* source #5: "color: #28a745" */ + .developer-next-steps .octicon { + color: #6cc644; + } + /* source #5: "#a2cbac" */ + .timeline-comment.current-user.timeline-chosen-answer, + .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-label, + .timeline-comment.timeline-chosen-answer, + .timeline-comment.timeline-chosen-answer .timeline-comment-label { + border-color: #28a745; + } + /* source #5: "#a2cbac" */ + .timeline-comment.current-user.timeline-chosen-answer::before, + .timeline-comment.timeline-chosen-answer::before { + border-right-color: #28a745; + } + /* source #5: "#f0fff4", "#a2cbac" */ + .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-header, + .timeline-comment.timeline-chosen-answer .timeline-comment-header { + background-color: #002800; + border-bottom-color: #28a745; + } + /* source #5: "box-shadow: none" */ + :target .discussion-nested-comment-group .timeline-comment { + box-shadow: none; + } + /* source #5: "box-shadow: 0 0 0 .2em #c8e1ff" */ + .discussion-nested-comment-timeline-item:target { + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #5: "box-shadow: none" */ + :target .nested-discussion-timeline-comment { + box-shadow: none; + } + /* source #5: "fill: #22863a" */ + .icon-discussion-answered, .icon-discussion-answered path { + fill: #6cc644; + } + /* source #5: "color: #24292e" */ + .icon-discussion-gray { + color: #dbdbdbAA; + } + /* source #5: "fill: #24292e" */ + .icon-discussion-gray, .icon-discussion-gray path { + fill: #dbdbdbEE; + } + /* source #5: "#6a737d" */ + .discussions-activity-indicator { + background-color: #444; + } + /* source #5: "box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)" */ + .discussion-spotlight-gradient[aria-selected="true"] { + box-shadow: 0 0 0 2px rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #5: "fill: #cb2431" */ + .donut-chart > .action_required, .donut-chart > .cancelled, + .donut-chart > .error, .donut-chart > .failure, .donut-chart > .timed_out { + fill: #f44; + } + /* source #5: "fill: #dbab09" */ + .donut-chart > .expected, .donut-chart > .in_progress, + .donut-chart > .pending, .donut-chart > .queued { + fill: #cb4; + } + /* source #5: "fill: #2cbe4e" */ + .donut-chart > .success { + fill: #6cc644; + } + /* source #5: "fill: #959da5" */ + .donut-chart > .neutral, .donut-chart > .skipped, .donut-chart > .stale { + fill: #dbdbdb75; + } + /* source #5: "color: #24292e", "border-bottom-color: #e36209" */ + .emoji-tab[role="tab"][aria-selected="true"] { + color: #dbdbdbAA; + border-bottom-color: #ddc7a1; + } + /* source #5: "color: #6a737d" */ + .emoji-tab[role="tab"][aria-selected="true"] .UnderlineNav-octicon { + color: #dbdbdb94; + } + /* source #5: "#0366d6" */ + .selected-emoji { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "initial" */ + .emoji-picker-tab .btn-outline:not(:hover) { + background-color: initial; + } + /* source #5: "color: #586069" */ + .ghe-license-status p { + color: #dbdbdbCC; + } + /* source #5: "#f1f8ff" */ + @media (min-width: 768px) { + .checkable-input-container.checked .form-checkbox--box { + background-color: #434247; + } + } + /* source #5: "#eee" */ + .newsletter-frequency-choice { + border-color: #3b3c3e; + } + /* source #5: "color: #28a745" */ + .newsletter-frequency-choice .notice { + color: #6cc644; + } + /* source #5: "#fafbfc", "#eee" */ + .newsletter-frequency-choice h3 { + background-color: #313234; + border-bottom-color: #3b3c3e; + } + /* source #5: "#0366d6", "#0366d6" */ + .newsletter-frequency-choice:hover, .newsletter-frequency-choice:hover h3 { + border-color: /*[[base-color]]*/ #ddc7a1; + } + .newsletter-frequency-choice:hover h3 { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "#28a745" */ + .newsletter-frequency-choice.selected h3 { + background-color: #373; + } + /* source #5: "color: #555", "rgba(0,0,0,.125)" */ + .exploregrid-item { + color: #dbdbdbCC; + border-bottom-color: rgba(200, 200, 200, 0.125); + } + /* source #5: "color: #0366d6" */ + .exploregrid-item:hover .exploregrid-item-title { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#f5f5f5" */ + .exploregrid-item-header { + background-color: #252627; + } + /* source #5: "color: #24292e" */ + .exploregrid-item-title { + color: #dbdbdbAA; + } + /* source #5: "#ddd" */ + .file { + border-color: #3b3c3e; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em #c8e1ff" */ + .file:target { + border-color: /*[[base-color]]*/ #ddc7a1; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #5: "color: #586069" */ + .file .data.empty { + color: #dbdbdbCC; + } + /* source #5: "#ddd" */ + .file .image { + background-color: #232529; + } + /* source #5: "#fff" */ + .file .image .border-wrap { + background-color: #313234; + background-image: none; + } + /* source #5: "#eee", "#fff" */ + .file .image canvas, .file .image img { + border-color: #313234; + } + /* source #5: "#eee" */ + .file .image .view canvas, .file .image .view img, .file .image canvas, + .file .image img { + background: url(/images/modules/commit/trans_bg.gif) 100% 100% #3f3d38; + } + /* source #5: "none" */ + .file .empty { + background: none; + } + /* source #5: "#fafbfc", "#e1e4e8" */ + .file-header { + background-color: #313234; + border-bottom-color: #3b3c3e; + } + /* source #5: "#ddd" */ + .file-info-divider { + background-color: #232529; + } + /* source #5: "fill: #0366d6" */ + .graphs .dot.padded circle:hover { + fill: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "fill: #24292e" */ + .graphs .d3-tip { + fill: #dbdbdbEE; + } + /* source #5: "color: #6a737d" */ + .graphs .dir { + color: #dbdbdb94; + } + /* source #5: "fill: #24292e", "stroke: #24292e" */ + .graphs .selection .selection { + fill: #dbdbdbEE; + stroke: #d2d2d2; + } + /* source #5: "color: #586069" */ + .graph-filter .info { + color: #dbdbdbCC; + } + /* source #5: "color: #2f363d" */ + .graph-canvas .activity { + color: #dbdbdbEE; + } + /* source #5: "color: #959da5", "rgba(0,0,0,.8)" */ + .svg-tip { + color: #767676; + background: #3f3d38; + } + /* source #5: "transparent", "rgba(0,0,0,.8)" */ + .svg-tip::after { + border-color: #3f3d38 transparent transparent; + } + /* source #5: "#2188ff" */ + .svg-tip.comparison .metric-1 { + border-top-color: #ddc7a1; + } + /* source #5: "#f1f8ff" */ + .topic-tag { + background-color: #434247; + } + /* source #5: "#fff" */ + .topic-tag-outline { + background: #313234; + background-image: none; + } + /* source #5: "color: #6a737d", "#f1f8ff" */ + .delete-topic-button, .delete-topic-link { + color: #dbdbdb94; + background-color: #434247; + } + /* source #5: "color: #86181d" */ + .invalid-topic .delete-topic-button { + color: #f44; + } + /* source #5: "#f1f8ff" */ + .topic-tag-action { + background-color: #434247; + } + /* source #5: "color: #86181d" */ + .topic-tag-action.invalid-topic { + color: #f44; + } + /* source #5: "color: #6a737d", "#f1f8ff" */ + .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button { + color: #dbdbdb94; + background-color: #434247; + } + /* source #5: "#28a745" */ + .topic-tag-action .add-topic-button:hover { + background-color: #373; + } + /* source #5: "#d73a49" */ + .topic-tag-action .remove-topic-button:hover { + background-color: #f44; + } + /* source #5: "none" */ + .topic-input-container .tag-input .tag-input-inner { + background-image: none; + } + /* source #5: "#e1e4e8" */ + .topic-list .topic-list-item + .topic-list-item { + border-top-color: #3b3c3e; + } + /* source #5: "color: #d1d5da" */ + .topic-box .unstarred { + color: #3b3c3e; + } + /* source #5: "#fafbfc" */ + .discussion-post .timeline-inline-comments { + background: #313234; + } + /* source #5: "#e1e4e8" */ + .discussion-post .reply-comment:first-child { + border-top-color: #3b3c3e; + } + /* source #5: "#fafbfc" */ + .discussion-post .reply-comment .review-comment.is-comment-editing { + background: #313234; + } + /* source #5: "#e1e4e8" */ + .discussion-post .reply-comments-holder::before { + background-color: #3b3c3e; + } + /* source #5: "#f6f8fa", "box-shadow: none" */ + .team-discussion-new-post .review-thread-reply-button:disabled { + background-color: #252627; + box-shadow: none; + } + /* source #5: "color: #a3aab1" */ + .team-project-suggestion-number { + color: #767676; + } + /* source #5: "color: #6a737d" */ + .hook-item .description { + color: #dbdbdb94; + } + /* source #5: "color: #28a745" */ + .hook-item.success .icon-for-success { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .hook-item.failure .icon-for-failure { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .hook-item.inactive .icon-for-inactive, .hook-item.pending .icon-for-pending { + color: #dbdbdb94; + } + /* source #5: "color: #28a745" */ + .hook-item.enabled .icon-for-enabled { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .hook-item .hook-error-message { + color: #f44; + } + /* source #5: "initial" */ + .hook-deliveries-list .hook-delivery-item:hover { + background-color: initial; + } + /* source #5: "color: #28a745" */ + .hook-deliveries-list .item-status.success { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .hook-deliveries-list .item-status.failure { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .hook-deliveries-list .item-status.pending, .hook-delivery-time { + color: #dbdbdb94; + } + /* source #5: "#959da5" */ + .hook-delivery-container h4.remote-call-header { + border-bottom-color: #484848; + } + /* source #5: "#d73a49" */ + .hook-delivery-response-status { + background-color: #f44; + } + /* source #5: "#28a745" */ + .hook-delivery-response-status[data-response-status^="2"] { + background-color: #373; + } + /* source #5: "color: #586069" */ + .integration-meta-head { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .integrations-select-repos::-webkit-scrollbar-thumb { + border-color: #313234; + } + /* source #5: "transparent" */ + .integrations-select-repos::-webkit-scrollbar-track-piece { + background: transparent; + } + /* source #5: "color: #cb2431" */ + .issue-list .title .closed.octicon { + color: #f44; + } + /* source #5: "color: #28a745" */ + .issue-list .title .open.octicon { + color: #6cc644; + } + /* source #5: "color: #6f42c1" */ + .issue-list .title .merged.octicon { + color: #8368aa; + } + /* source #5: "#e1e4e8" */ + .issue-list-item + .issue-list-item { + border-top-color: #3b3c3e; + } + /* source #5: "#f1f8ff" */ + .pinned-issue-item.is-dragging, .pinned-issue-item.sortable-ghost { + background-color: #434247; + } + /* source #5: "color: #586069" */ + .issues-reset-query { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .issues-reset-query:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#0366d6" */ + .issues-reset-query:hover .issues-reset-query-icon { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "#6a737d" */ + .issues-reset-query-icon { + background-color: #444; + } + /* source #5: "color: #586069" */ + .table-list-milestones .stat, .table-list-milestones .stat-label { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .milestone-title-link a { + color: #dbdbdbEE; + } + /* source #5: "color: #0366d6" */ + .milestone-description .expand-more, .milestone-title-link a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#ccc" */ + .task-progress .progress-bar .progress { + background-color: #484848; + } + /* source #5: "color: #0366d6" */ + a.task-progress:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#0366d6" */ + a.task-progress:hover .progress-bar .progress { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "color: #6a737d" */ + .label-select-menu .selected .octicon-circle-slash, + .label-select-menu [aria-checked="mixed"] .octicon-circle-slash, + .label-select-menu [aria-checked="true"] .octicon-circle-slash { + color: #dbdbdb94; + } + /* source #5: "initial" */ + .label-select-menu .selected:active, + .label-select-menu [aria-checked="mixed"]:active, + .label-select-menu [aria-checked="true"]:active { + background-color: initial !important; + } + /* source #5: "#f4f4f4" */ + .label-select-menu .select-menu-item.navigation-focus, + .label-select-menu .select-menu-item:focus, + .label-select-menu .select-menu-item:hover, + .label-select-menu .select-menu-item[aria-selected="true"] { + background-color: #3f3d38; + } + /* source #5: "#eee" */ + .subnav .btn + .issues-search { + border-right-color: #3b3c3e; + } + /* source #5: "transparent" */ + .reaction-sort-item { + border-color: transparent; + } + /* source #5: "#0366d6" */ + .reaction-sort-item:focus, .reaction-sort-item:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "#f1f8ff", "#0366d6" */ + .reaction-sort-item[aria-checked="true"] { + background-color: #434247; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#959da5" */ + .issue-keyword { + border-bottom-color: #484848; + } + /* source #5: "color: #24292e" */ + .select-menu-item.navigation-focus > .octicon.label-options-icon, + .select-menu-item[aria-selected="true"] > .octicon.label-options-icon { + color: #dbdbdbAA; + } + /* source #5: "color: #cb2431" */ + .new-label-color-input:invalid { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .repository-lang-stats ol.repository-lang-stats-numbers li > a, + .repository-lang-stats ol.repository-lang-stats-numbers li > span { + color: #dbdbdb94; + } + /* source #5: "color: #24292e" */ + .repository-lang-stats ol.repository-lang-stats-numbers li .lang { + color: #dbdbdbAA; + } + /* source #5: "transparent" */ + .repository-lang-stats ol.repository-lang-stats-numbers li a:hover { + background: transparent; + } + /* source #5: "#ddd" */ + .repository-lang-stats-graph { + border-color: #3b3c3e; + } + /* source #5: "#fff" */ + .repository-lang-stats-graph .language-color:not(:first-child) { + border-left-color: #313234; + } + /* source #5: "fill: #0366d6" */ + .map-background { + fill: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "fill: #e36209" */ + .map-point:hover { + fill: #fb8532; + } + /* source #5: "#2f363d" */ + .MarketplaceJumbotron { + background-color: #3f4143; + } + /* source #5: "#f6f8fa" */ + .MarketplaceSideNav { + background-color: #252627; + } + /* source #5: "#fff", "#e1e4e8" */ + @media (min-width: 768px) { + .MarketplaceSideNav { + background-color: #313234; + background-image: none; + border-right-color: #3b3c3e; + } + } + /* source #5: "#e1e4e8" */ + .ScreenshotCarousel { + border-color: #3b3c3e; + } + /* source #5: "#e1e4e8" */ + .ScreenshotCarousel-navitem { + border-right-color: #3b3c3e; + } + /* source #5: "#f6f8fa" */ + .ScreenshotCarousel-navitem.selected { + background-color: #252627; + } + /* source #5: "#d73a49" */ + .marketplace-plan-dollar-field-container.is-errored .form-control { + border-color: #b00; + } + /* source #5: "color: #24292e" */ + .marketplace-plan-emphasis { + color: #dbdbdbAA; + } + /* source #5: "#d1d5da" */ + .marketplace-product-callout { + border-color: #3b3c3e !important; + } + /* source #5: "color: #586069", "#e1e4e8" */ + .marketplace-product-callout .branch-action-item-icon { + color: #dbdbdbCC; + background-color: #3b3c3e; + } + /* source #5: "#fff" */ + .filter-item.selected .Label--outline-white { + border-color: #313234; + } + /* source #5: "#fafbfc" */ + .MarketplaceEdit-body .menu-item { + background: #313234; + } + /* source #5: "#fff" */ + .MarketplaceEdit-body .menu-item.selected { + background: #313234; + background-image: none; + } + /* source #5: "#f6f8fa" */ + .MarketplaceEdit-body .menu-item:hover { + background: #252627; + } + /* source #5: "color: #586069", "#e6ebf1" */ + .MarketplaceEdit-body .CircleIcon { + color: #dbdbdbCC; + background: #444; + } + /* source #5: "#fff" */ + .BarChart-bar { + border-right-color: #313234; + } + /* source #5: "#fb8532" */ + .BarChart-bar--orange { + background-color: #f3582c; + } + /* source #5: "box-shadow: 0 0 0 .2em rgba(52,208,88,.4)" */ + .ClipboardButton.ClipboardButton--success, + .ClipboardButton.ClipboardButton--success:focus { + box-shadow: 0 0 0 0.2em #3737; + } + /* source #5: "#fafbfc" */ + .MarketplaceBackground-buffer { + background: #313234; + } + /* source #5: "linear-gradient(90deg,#257bf9,#2426ca)" */ + .MarketplaceAnnouncement { + background: linear-gradient(90deg, #283040, #434247); + } + /* source #5: "#fff" */ + .MarketplaceAnnouncement .btn-outline-mktg:hover { + border-color: #313234; + } + /* source #5: "#c8e1ff" */ + .topic-tag-contrast { + background-color: #ddc7a135; + } + /* source #5: "color: #24292e", "#c8e1ff", "rgba(27,31,35,.15)" */ + .topic-tag-contrast .delete-topic-link { + color: #dbdbdbAA; + background-color: #ddc7a135; + border-left-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#79b8ff" */ + .topic-tag-contrast .delete-topic-link:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #24292e" */ + .merge-branch-heading { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .merge-branch-description { + color: #dbdbdbCC; + } + /* source #5: "initial", "#ddd" */ + .merge-branch-manually { + background-color: initial; + border-top-color: #3b3c3e; + } + /* source #5: "color: #a04100" */ + .unavailable-merge-method { + color: #f3582c; + } + /* source #5: "#fff5b1" */ + .network .current-repository { + background-color: #651; + } + /* source #5: "color: #959da5" */ + .page-new-repo .octicon-repo { + color: #767676; + } + /* source #5: "color: rgba(115,92,15,.5)" */ + .page-new-repo .color-private-icon { + color: rgba(204, 187, 68, 0.5); + } + /* source #5: "color: #6a737d" */ + .page-new-repo .form-checkbox.disabled { + color: #dbdbdb94; + } + /* source #5: "#fff" */ + .page-new-repo .internal-repo-avatar { + border-color: #313234; + } + /* source #5: "color: #586069" */ + .news blockquote, .owner-reponame .slash { + color: #dbdbdbCC; + } + /* source #5: "color: #959da5" */ + .news .alert .octicon, .news .alert .time, .news .alert .title .subtle { + color: #767676; + } + /* source #5: "#fff" */ + .news .alert .gravatar { + background-color: #313234; + background-image: none; + } + /* source #5: "color: #586069" */ + .news .alert .simple .title, .news .github-welcome .done { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .news .commits li img { + background-color: #313234; + background-image: none; + } + /* source #5: "color: #586069" */ + .news div.message, .news li blockquote { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .notifications .notifications-more > a { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069" */ + .notifications .read .list-group-item-name > a, + .notifications .read .notification-actions { + color: #dbdbdbCC; + } + /* source #5: "#f6f8fa" */ + .notifications .read.list-group-item { + background-color: #252627; + } + /* source #5: "#d1d5da" */ + .notification-thread-subscription:first-child { + border-top-color: #3b3c3e; + } + /* source #5: "color: #586069", "none" */ + .notifications-sso-prompt a { + color: #dbdbdbCC; + background: none; + } + /* source #5: "color: #0366d6" */ + .notifications-sso-prompt em { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069" */ + .type-icon-state-none { + color: #dbdbdbCC; + } + /* source #5: "color: #28a745" */ + .type-icon-state-open, .type-icon-state-published { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .type-icon-state-closed { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .type-icon-state-draft { + color: #dbdbdb94; + } + /* source #5: "color: #6f42c1" */ + .type-icon-state-merged, .type-icon-state-published { + color: #8368aa; + } + /* source #5: "color: #28a745" */ + .notifications-list .boxed-group .notification-success { + color: #6cc644; + } + /* source #5: "color: #586069", "initial" */ + .notifications-list .mark-all-as-read { + color: #dbdbdbCC; + background-color: initial; + } + /* source #5: "color: #dbdbdb66" */ + .notifications-list .confirmation { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .notification-actions .age, .notification-actions .btn-link { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .notification-actions .btn-link:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #d1d5da" */ + .notification-actions .unsaved-notification { + color: #3b3c3e; + } + /* source #5: "color: #dbdbdb66" */ + .repo-subscription-container .intro, .subscriptions-content .repo-icon { + color: #dbdbdb94; + } + /* source #5: "color: #586069", "#fff", "#eee" */ + .thread-subscription-status { + color: #dbdbdbCC; + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #5: "#fff" */ + @media (max-width: 767px) { + .notifications-v2 .AvatarStack-body .avatar { + border-right-color: #313234 !important; + } + } + /* source #5: "initial" */ + .notifications-v2 .thread-subscription-status { + background-color: initial !important; + } + /* source #5: "color: #6a737d" */ + .notification-navigation .menu-item { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .notification-navigation .menu-item .octicon { + color: #dbdbdbCC; + } + /* source #5: "#f1f8ff" */ + .notification-navigation .menu-item.selected { + background-color: #434247; + } + /* source #5: "color: #0366d6 !important" */ + .notification-navigation .menu-item.selected .octicon { + color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #5: "color: #6a737d !important" */ + .notification-navigation .notification-configure-filters .octicon { + color: #dbdbdb94 !important; + } + /* source #5: "color: #0366d6 !important" */ + .notification-navigation .notification-configure-filters:hover .octicon { + color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #5: "color: #6a737d !important" */ + .notifications-list-item .notification-list-item-link { + color: #dbdbdb94 !important; + } + /* source #5: "#f1f8ff" */ + .notifications-list-item:hover { + background-color: #434247 !important; + } + /* source #5: "color: #24292e !important" */ + .notifications-list-item:hover .notification-list-item-link { + color: #dbdbdbAA !important; + } + /* source #5: "color: #586069 !important", "transparent" */ + .notifications-list-item:hover .notification-list-item-actions .btn { + color: #dbdbdbCC !important; + background: transparent !important; + } + /* source #5: "color: #24292e !important", "#e1e4e8" */ + .notifications-list-item:hover .notification-list-item-actions .btn:hover { + color: #dbdbdbAA !important; + background-color: #3b3c3e !important; + } + /* source #5: "#f1f8ff" */ + .notifications-list-item:hover .AvatarStack-body { + background: #434247; + } + /* source #5: "#f1f8ff", "box-shadow: inset 2px 0 0 #0366d6" */ + .notifications-list-item.navigation-focus { + background-color: #434247 !important; + box-shadow: inset 2px 0 0 #eee; + } + /* source #5: "color: #24292e !important" */ + .notifications-list-item.navigation-focus .notification-list-item-link { + color: #dbdbdbAA !important; + } + /* source #5: "none" */ + .notifications-list-item .notification-list-item-unread-indicator { + background: none; + } + /* source #5: "#fff" */ + .notifications-list-item.notification-unread { + background-color: #313234; + background-image: none; + } + /* source #5: "color: #24292e !important" */ + .notifications-list-item.notification-unread .notification-list-item-link { + color: #dbdbdbAA !important; + } + /* source #5: "#0366d6" */ + .notifications-list-item.notification-unread .notification-list-item-unread-indicator { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "color: #586069" */ + .oauth-permissions-details .octicon, + .oauth-permissions-details .permission-summary .access-details { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .oauth-permissions-details .permission-title { + color: #dbdbdbAA; + } + /* source #5: "none" */ + .oauth-permissions-details.open a.btn-sm { + background-image: none; + } + /* source #5: "color: #6a737d" */ + .oauth-permissions-details.default:not(.delete) .access-details, + .oauth-permissions-details.default:not(.delete) .permission-title, + .oauth-permissions-details.none .access-details, + .oauth-permissions-details.none .permission-title { + color: #dbdbdb94; + } + /* source #5: "color: #cb2431" */ + .oauth-delete-repo-permissions .octicon-alert { + color: #f44; + } + /* source #5: "color: #586069" */ + .oauth-no-description { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .oauth-org-access-details { + background: #313234; + background-image: none; + } + /* source #5: "#ffe" */ + .oauth-org-access-details .oauth-org-item:hover { + background: #313234; + } + /* source #5: "color: #24292e" */ + .oauth-org-access-details .oauth-org-item.on strong { + color: #dbdbdbAA; + } + /* source #5: "#fff" */ + .oauth-org-access-details .oauth-org-item.revoked { + background: #313234; + background-image: none; + } + /* source #5: "color: #cb2431" */ + .oauth-org-access-details .oauth-org-item.revoked .octicon-x { + color: #f44; + } + /* source #5: "color: #28a745" */ + .oauth-org-access-details .octicon-check { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .oauth-org-access-details .octicon-x.org-access-denied { + color: #f44; + } + /* source #5: "color: #24292e" */ + .oauth-application-whitelist .request-info strong { + color: #dbdbdbAA; + } + /* source #5: "color: #a04100" */ + .oauth-application-whitelist .octicon-alert { + color: #f3582c; + } + /* source #5: "color: #28a745" */ + .oauth-application-whitelist .approved-request, + .oauth-application-whitelist .octicon-check { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .oauth-application-whitelist .denied-request { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .oauth-application-whitelist .edit-link { + color: #dbdbdb94; + } + /* source #5: "color: #0366d6" */ + .oauth-application-whitelist .edit-link:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #24292e" */ + .oauth-application-info .application-title { + color: #dbdbdbAA; + } + /* source #5: "color: #6a737d" */ + .oauth-application-info .app-info { + color: #dbdbdb94; + } + /* source #5: "color: #28a745" */ + .oauth-application-info .app-approved, + .oauth-application-info .octicon-check { + color: #6cc644; + } + /* source #5: "color: #a04100" */ + .oauth-application-info .app-denied, .oauth-application-info .octicon-x { + color: #f3582c; + } + /* source #5: "#e5e5e5" */ + .oauth-border { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #24292e" */ + .developer-app-item .developer-app-name { + color: #dbdbdbAA; + } + /* source #5: "color: #0366d6" */ + .developer-app-item .developer-app-name:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #6a737d" */ + .developer-app-item .developer-app-list-meta { + color: #dbdbdb94; + } + /* source #5: "color: #2f363d" */ + .org-insights-graph-canvas .activity { + color: #dbdbdbEE; + } + /* source #5: "fill: #959da5" */ + .org-insights-graph-canvas .axis text { + fill: #dbdbdb75; + } + /* source #5: "transparent" */ + .org-insights-svg-tip::after, .org-insights-svg-tip::before { + border-color: transparent; + } + /* source #5: "#fff" */ + .org-insights-svg-tip::after { + border-color: #313234 hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0); + } + /* source #5: "#e1e4e8","transparent" */ + .org-insights-svg-tip::before { + border-color: #3b3c3e transparent transparent; + } + /* source #5: "color: #0366d6" */ + .org-insights-card-legend .metric-0 { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #28a745" */ + .org-insights-card-legend .metric-1 { + color: #6cc644; + } + /* source #5: "color: #6f42c1" */ + .org-insights-card-legend .metric-3 { + color: #8368aa; + } + /* source #5: "#0366d6" */ + .org-insights-graph-canvas .metric-0 circle, + .org-insights-graph-canvas path.metric-0, + .org-insights-svg-tip .metric-0 .legend { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "#28a745" */ + .org-insights-graph-canvas .metric-1 circle, + .org-insights-graph-canvas path.metric-1, + .org-insights-svg-tip .metric-1 .legend { + background-color: #373; + } + /* source #5: "#6f42c1" */ + .org-insights-graph-canvas .metric-3 circle, + .org-insights-graph-canvas path.metric-3, + .org-insights-svg-tip .metric-3 .legend { + background-color: #8368aa; + } + /* source #5: "color: #959da5" */ + .org-insights-cards .org-insights-card-legend { + color: #767676; + } + /* source #5: "#fff" */ + .org-insights-cards .repository-lang-stats-graph .language-color { + border-color: #313234; + } + /* source #5: "color: #24292e", "#fafbfc", "#e1e4e8" */ + .orghead { + color: #dbdbdbAA; + background-color: #313234; + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #333" */ + .org-name { + color: #dbdbdbEE; + } + /* source #5: "color: #586069" */ + .audit-log-search .member-info .ghost { + color: #dbdbdbCC; + } + /* source #5: "color: #a04100" */ + .audit-type .repo { + color: #f3582c; + } + /* source #5: "color: #28a745" */ + .audit-type .team { + color: #6cc644; + } + /* source #5: "color: #6f42c1" */ + .audit-type .user { + color: #8368aa; + } + /* source #5: "color: #cb2431" */ + .audit-type .oauth_access { + color: #f44; + } + /* source #5: "#fff","#f5f5f5" */ + .saml-enabled-banner-container { + background-image: linear-gradient(-1deg, #313234; background-image: none, #3b3c3e); + } + /* source #5: "#cb2431" */ + .saml-settings-form .test-status-indicator-error { + background-color: #911; + } + /* source #5: "#28a745" */ + .saml-settings-form .test-status-indicator-success { + background-color: #373; + } + /* source #5: "color: #586069" */ + .member-fullname { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .auto-search-group .spinner { + background-color: #313234; + background-image: none; + } + /* source #5: "#eee" */ + .org-list .list-item { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .org-repos-mini .org-repo-name .octicon-repo { + color: #dbdbdbCC; + } + /* source #5: "color: rgba(115,92,15,.5)" */ + .org-repos-mini .org-repo-name .octicon-lock { + color: rgba(204, 187, 68, 0.5); + } + /* source #5: "color: #333" */ + .reinstate-org-member .reinstate-title { + color: #dbdbdbEE; + } + /* source #5: "color: #586069" */ + .add-member-wrapper .available-seats { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .add-member-team-list .team-info { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .add-member-team-list .team-meta { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .invite-team-member-list .team-link { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#eee" */ + .team-stats { + border-top-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .stats-group-stat { + color: #dbdbdbCC; + } + /* source #5: "#eee" */ + .stats-group-stat:first-child { + border-right-color: #3b3c3e; + } + /* source #5: "color: #0366d6" */ + .stats-group-stat:hover, .stats-group-stat:hover .stat-number { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069" */ + .stats-group-stat.no-link:hover { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .stat-number, .stats-group-stat.no-link:hover .stat-number { + color: #dbdbdbEE; + } + /* source #5: "color: #959da5" */ + .team-member-list .invite-icon { + color: #767676; + } + /* source #5: "color: #cb2431" */ + .menu-item-danger, .menu-item-danger.selected { + color: #f44; + } + /* source #5: "#d73a49" */ + .menu-item-danger.navigation-focus, + .menu-item-danger.selected.navigation-focus, + .menu-item-danger.selected:hover, + .menu-item-danger.selected[aria-selected="true"], .menu-item-danger:hover, + .menu-item-danger[aria-selected="true"] { + background: #f44; + } + /* source #5: "color: #959da5" */ + .team-member-list-avatar .octicon { + color: #767676; + } + /* source #5: "color: #586069" */ + .confirm-removal-container .private-fork-count { + color: #dbdbdbCC; + } + /* source #5: "color: #cb2431" */ + .confirm-removal-container .deleting-private-forks-warning .octicon { + color: #f44; + } + /* source #5: "#eaeaea" */ + .confirm-removal-list-container { + border-color: #3b3c3e; + } + /* source #5: "#eaeaea" */ + .confirm-removal-list-item { + border-top-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .confirm-removal-repo .octicon, .confirm-removal-team .octicon, + .manage-member-meta-item, .manage-member-meta-item .btn-link, + .manage-member-meta-item > .octicon { + color: #dbdbdbCC; + } + /* source #5: "color: #a04100" */ + .manage-member-meta-item > .octicon-alert { + color: #f3582c; + } + /* source #5: "color: #333" */ + .org-user-notice-content strong { + color: #dbdbdbEE; + } + /* source #5: "color: #586069" */ + .manage-repo-access-lead, .org-user-notice-content .octicon { + color: #dbdbdbCC; + } + /* source #5: "#fff", "#ddd" */ + .manage-repo-access-group { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #5: "#f8f8f8", "#ddd" */ + .manage-repo-access-title { + background-color: #2f3031; + border-bottom-color: #3b3c3e; + } + /* source #5: "#eee" */ + .manage-repo-access-wrapper::before { + background-color: #3f3d38; + } + /* source #5: "#fff" */ + .manage-repo-access-icon { + background: #313234; + background-image: none; + } + /* source #5: "#ddd" */ + .manage-repo-access-teams-group { + border-color: #3b3c3e; + } + /* source #5: "#eee" */ + .manage-repo-access-team-item { + border-top-color: #3b3c3e; + } + /* source #5: "color: #24292e", "#fafbfc" */ + .manage-repo-access-not-active { + color: #dbdbdbAA; + background-color: #313234; + } + /* source #5: "#f9f9f9" */ + .manage-repo-access-not-active .manage-repo-access-icon { + background: #313234; + } + /* source #5: "#ddd" */ + .manage-access-remove-footer { + border-top-color: #3b3c3e; + } + /* source #5: "color: #0366d6" */ + .ldap-memberships-list .edit { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#eee" */ + .invited .team-member-list .list-item { + border-bottom-color: #3b3c3e; + } + /* source #5: "transparent", "transparent" */ + .manage-memberships-tabs-item { + border-color: transparent; + } + /* source #5: "color: #333" */ + .manage-memberships-tabs-item:hover { + color: #dbdbdbEE; + } + /* source #5: "color: #24292e", "#fff" */ + .manage-memberships-tabs-item.selected { + color: #dbdbdbAA; + } + /* source #5: "#fff" */ + .manage-memberships-tabs-item.selected, .theme-picker { + background-color: #313234; + background-image: none; + } + /* source #5: "#eee" */ + .theme-picker-thumbs { + border-bottom-color: #3b3c3e; + } + /* source #5: "none" */ + .theme-toggle { + background: none; + } + /* source #5: "#ddd" */ + .theme-selector-thumbnail { + border-color: #3b3c3e; + } + /* source #5: "#f5f5f5" */ + .theme-selector-thumbnail:hover { + background-color: #252627; + } + /* source #5: "#0366d6" */ + .theme-selector-thumbnail.selected { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "#fff" */ + .theme-selector-thumbnail.selected .theme-selector-img { + border-color: #313234; + } + /* source #5: "#fff" */ + .page-preview, .theme-picker-spinner { + background-color: #313234; + background-image: none; + } + /* source #5: "color: #86181d" */ + .pinned-items-reorder-error { + color: #f44; + } + /* source #5: "color: #2f363d" */ + .pinned-item-name { + color: #dbdbdbEE; + } + /* source #5: "color: #24292e", "#f1f8ff" */ + .pinned-item-checkbox:checked + .pinned-item-name { + color: #dbdbdbAA; + background-color: #434247; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .pinned-gist-blob-num:hover { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #24292e !important", "none", "#e1e4e8", "#d73a49", "#d1d5da", "color: #1b1f23", "color: #28a745", "color: #6f42c1", "#6f42c1", "color: #cb2431" */ + @media print { + .btn:not(.btn-outline) { + color: #dbdbdbAA !important; + background: none; + } + .blob-num { + border-right-color: #3b3c3e; + } + .blob-num-deletion { + border-right-color: #b00; + } + .blob-code-deletion .x { + border-bottom-color: #b00; + } + .diffstat-block-neutral { + border-color: #3b3c3e; + } + .diffstat-block-deleted { + border-color: #b00; + } + .State { + color: #dbdbdbDD; + background: none; + } + .State--green { + color: #6cc644; + } + .State--purple { + color: #8368aa; + border-color: #8368aa; + } + .State--red { + color: #f44; + } + } + /* source #5: "transparent" */ + .progress-pjax-loader { + background: transparent; + } + /* source #5: "#79b8ff", "box-shadow: 0 0 10px rgba(121,184,255,.7)" */ + .progress-pjax-loader > .progress-pjax-loader-bar { + background-color: /*[[base-color]]*/ #ddc7a1; + box-shadow: 0 0 rgba(79, 140, 201, 0.3); + box-shadow: 0 0 rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #5: "#24292e" */ + @media (min-width: 544px) { + .project-full-screen .project-header { + background-color: #313234; + } + } + /* source #5: "hsla(0,0%,100%,.125)", "box-shadow: none", "hsla(0,0%,100%,.175)" */ + @media (min-width: 544px) { + .project-full-screen .card-filter-input { + background-color: hsla(0, 0%, 100%, 0.05); + box-shadow: none; + } + .project-full-screen .card-filter-input:focus { + background-color: hsla(0, 0%, 100%, 0.1); + } + } + /* source #5: "#fff" */ + @media (min-width: 544px) { + .project-header { + background-color: #313234; + background-image: none; + } + } + /* source #5: "linear-gradient(#54a3ff,#006eed)", "#fff" */ + .pending-cards-status { + background-image: linear-gradient(/*[[base-color]]*/ #ddc7a1, /*[[base-color]]*/ #ddc7a1); + border-color: #313234; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ + @media (min-width: 544px) { + .project-column:focus { + border-color: /*[[base-color]]*/ #ddc7a1 !important; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5); + } + } + /* source #5: "#f1f8ff", "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ + .project-column.moving { + background-color: #434247 !important; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5); + } + /* source #5: "#959da5" */ + .new-project-column { + border-color: #3b3c3e !important; + } + /* source #5: "#f6f8fa" */ + .sortable-ghost { + background-color: #252627; + } + /* source #5: "color: #6a737d", "#dfe2e5" */ + .project-card blockquote { + color: #dbdbdb94; + border-left-color: #3b3c3e; + } + /* source #5: "#d1d5da" */ + .project-card:hover { + border-color: #3b3c3e !important; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important" */ + @media (min-width: 544px) { + .project-card:focus { + border-color: /*[[base-color]]*/ #ddc7a1 !important; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5) !important; + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5) !important; + } + } + /* source #5: "#f1f8ff", "box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important" */ + .project-card.moving { + background-color: #434247 !important; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5) !important; + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5) !important; + } + /* source #5: "color: #735c0f" */ + .archived-project-cards-pane .project-card .archived-header { + color: #EFA554; + } + /* source #5: "#959da5" */ + .project-pane .redacted-activity { + border-bottom-color: #484848; + } + /* source #5: "color: rgba(27,31,35,.5)" */ + .project-pane-close { + color: rgba(230, 230, 230, 0.5); + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .project-pane-close:hover { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#0366d6" */ + .card-filter-autocomplete-dropdown .navigation-focus, + .card-filter-autocomplete-dropdown [aria-selected="true"], + .projects-reset-query:hover .projects-reset-query-icon { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "#6a737d" */ + .projects-reset-query-icon { + background-color: #444; + } + /* source #5: "#fff", "#d1d5da" */ + .projects-comment-form .comment-form-head .toolbar-commenting { + background-color: #313234; + background-image: none; + border-top-color: #3b3c3e; + } + /* source #5: "#d1d5da" */ + .projects-comment-form .preview-content { + border-top-color: #3b3c3e; + } + /* source #5: "#fff" */ + .project-issue-body-blur { + background: linear-gradient(0deg, #313234; background-image: none, hsla(0, 0%, 100%, 0)); + } + /* source #5: "color: rgba(27,31,35,.5)" */ + .project-comment-body-hover .octicon-pencil, + .project-comment-title-hover .octicon-pencil { + color: rgba(230, 230, 230, 0.5); + } + /* source #5: "color: #0366d6" */ + .project-comment-body-hover .octicon-pencil:hover, + .project-comment-title-hover .octicon-pencil:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #6a737d" */ + .vcard-detail .octicon, .vcard-username { + color: #dbdbdb94; + } + /* source #5: "color: #86181d" */ + .user-profile-bio-message { + color: #f44; + } + /* source #5: "#fff", "#d1d5da" */ + .user-profile-sticky-bar.user-profile-sticky-bar-with-bg::after { + background-color: #313234; + background-image: none; + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #cb2431", "#d73a49" */ + .blocked-user-notice { + color: #f44; + border-color: #b00; + } + /* source #5: "#fff", "#d1d5da", "box-shadow: none" */ + .user-profile-nav { + background-color: #313234; + background-image: none; + border-bottom-color: #3b3c3e; + box-shadow: none; + } + /* source #5: "color: #586069" */ + .pinned-item-list-item .pinned-item-handle { + color: #dbdbdbCC; + } + /* source #5: "#f1f8ff" */ + .pinned-item-list-item.is-dragging, .pinned-item-list-item.sortable-ghost { + background-color: #434247; + } + /* source #5: "#eaecef" */ + .profile-timeline.discussion-timeline .profile-timeline-month-heading::after, + .profile-timeline.discussion-timeline::before { + background-color: #3b3c3e; + } + /* source #5: "#fff", "#fff" */ + .profile-timeline-card-wrapper { + border-top-color: #313234; + border-bottom-color: #313234; + } + /* source #5: "color: #6a737d" */ + .profile-timeline-card .issue-meta-section .octicon { + color: #dbdbdb94; + } + /* source #5: "#eaecef" */ + .profile-rollup-summarized + .profile-rollup-summarized, + .profile-rollup-wrapper + .profile-rollup-wrapper { + border-top-color: #3b3c3e; + } + /* source #5: "color: #a04100" */ + .stale-files-tab { + color: #f3582c; + } + /* source #5: "#fff" */ + .pr-toolbar.is-stuck { + background-color: #313234; + background-image: none; + } + /* source #5: "rgba(0,0,0,.001)" */ + .toolbar-shadow { + background: linear-gradient(rgba(0, 0, 0, 0.075), transparent) repeat-x 0 0; + } + /* source #5: "#fff" */ + .diffbar { + background-color: #313234; + background-image: none; + } + /* source #5: "#eee" */ + .diffbar .table-of-contents li { + border-top-color: #3b3c3e; + } + /* source #5: "#f1f8ff", "rgba(27,31,35,.15)" */ + .diffbar-range-menu .in-range:not(.is-range-selected) { + background-color: #434247; + border-bottom-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#0366d6" */ + .diffbar-range-menu .in-range:focus:not(.is-range-selected), + .diffbar-range-menu .in-range:hover:not(.is-range-selected) { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "color: #735c0f", "#fffbdd" */ + .diffbar-range-menu .is-range-selected { + color: #EFA554; + background-color: #232529; + } + /* source #5: "#fff5b1" */ + .diffbar-range-menu .is-last-in-range { + background-color: #651; + } + /* source #5: "#e1e4e8" */ + .conflict-resolver.loading { + border-color: #3b3c3e; + } + /* source #5: "rgba(27,31,35,.15)" */ + .pull-request-review-menu, .pull-request-suggested-changes-menu { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#f6f8fa" */ + .review-comment-loader::after, .review-comment.is-comment-editing::after, + .review-comment::after { + background-color: #252627; + } + /* source #5: "color: #24292e" */ + .review-comment { + color: #dbdbdbAA; + } + /* source #5: "color: #b08800", "#fffdef" */ + .review-comment .pending-batched-suggestion-label { + color: #cb4; + background-color: #232529; + } + /* source #5: "#fff", "#e1e4e8" */ + .review-comment .is-comment-editing { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #5: "#f6f8fa", "#e1e4e8" */ + .review-thread-reply { + background-color: #252627; + border-top-color: #3b3c3e; + } + /* source #5: "#fff", "#e1e4e8" */ + .review-summary-form-wrapper, .review-thread-reply .inline-comment-form { + background-color: #313234; + background-image: none; + } + .review-summary-form-wrapper { + border-color: #3b3c3e; + } + /* source #5: "color: #555" */ + .diffstat-summary, .diffstat-summary a { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .diffstat-summary strong { + color: #dbdbdbEE; + } + /* source #5: "color: #28a745" */ + .authors-and-code .insertions { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .authors-and-code .deletions { + color: #f44; + } + /* source #5: "color: #586069", "#e1e4e8" */ + .summary-stats li { + color: #dbdbdbCC; + border-left-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .summary-stats li a { + color: #dbdbdbCC; + } + /* source #5: "color: #6f42c1" */ + .summary-stats li .octicon-git-pull-request { + color: #8368aa; + } + /* source #5: "color: #28a745" */ + .summary-stats li .octicon-git-branch { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .summary-stats li .octicon-issue-closed { + color: #f44; + } + /* source #5: "color: #28a745" */ + .summary-stats li .octicon-issue-opened { + color: #6cc644; + } + /* source #5: "color: #24292e" */ + .summary-stats li .num { + color: #dbdbdbAA; + } + /* source #5: "color: #dbdbdb66" */ + .pulse-section { + color: #dbdbdb94; + } + /* source #5: "#e1e4e8", "#fff" */ + .release-timeline-tags .tag-timeline-date::after { + background-color: #3b3c3e; + border-color: #313234; + } + /* source #5: "color: #cb2431", "#d73a49" */ + .Label--draft { + color: #f44; + border-color: #b00; + } + /* source #5: "#c3c8cf" */ + .uploaded-files.not-populated + .drop-target .drop-target-label { + border-top-color: #484848; + } + /* source #5: "border: 1px solid", "#ddd","#e5e5e5" */ + .uploaded-files.is-populated { + border-color: #3b3c3e; + } + /* source #5: "#f9f9f9" */ + .uploaded-files > li.delete { + background: #313234; + } + /* source #5: "color: #cb2431 !important" */ + .uploaded-files .remove:hover { + color: #f44 !important; + } + /* source #5: "#e1e4e8" */ + .release-entry { + border-bottom-color: #3b3c3e; + } + /* source #5: "#e1e4e8" */ + @media (min-width: 768px) { + .release-main-section { + border-left-color: #3b3c3e; + } + } + /* source #5: "color: #dbdbdb66" */ + .repo-file-upload-target { + color: #dbdbdb94; + } + /* source #5: "#ddd" */ + .repo-file-upload-target.dragover .repo-file-upload-outline { + border-color: #3b3c3e; + } + /* source #5: "#fff", "#e5e5e5" */ + .is-bad-file .repo-file-upload-errors, .is-empty .repo-file-upload-errors, + .is-failed .repo-file-upload-errors, + .is-hidden-file .repo-file-upload-errors, + .is-too-big .repo-file-upload-errors, .is-too-many .repo-file-upload-errors { + background-color: #313234; + background-image: none; + border-top-color: #3b3c3e; + } + /* source #5: "color: #dbdbdb66", "#fff" */ + .repo-file-upload-tree-target { + color: #dbdbdb94; + background: radial-gradient(ellipse at center, #313234; background-image: none 0, hsla(0, 0%, 100%, 0.85) 65%, hsla(0, 0%, 100%, 0.85) 100%); + } + /* source #5: "#ddd" */ + .repo-file-upload-tree-target .repo-file-upload-outline { + border-color: #3b3c3e; + } + /* source #5: "color: #dbdbdb66" */ + .repo-file-upload-file-wrap .remove-file:hover { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .label-characters-remaining { + color: #dbdbdbCC; + } + /* source #5: "#eee" */ + .repo-list-item { + border-bottom-color: #3b3c3e; + } + /* source #5: "#d1d5da" */ + .mini-repo-list-item { + border-top-color: #3b3c3e; + } + /* source #5: "color: #6a737d" */ + .mini-repo-list-item .repo-icon, .mini-repo-list-item .stars { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .mini-repo-list-item .repo-description { + color: #dbdbdbCC; + } + /* source #5: "#fffdef" */ + .private .mini-repo-list-item { + background-color: #232529; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .private .mini-repo-list-item .repo-icon { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#fafbfc", "#e5e5e5" */ + .filter-bar { + background-color: #313234; + border-bottom-color: #3b3c3e; + } + /* source #5: "#ddd" */ + .url-box { + border-top-color: #3b3c3e; + } + /* source #5: "color: #24292e" */ + .url-box p strong { + color: #dbdbdbAA; + } + /* source #5: "color: #333", "linear-gradient(#fafafa,#eaeaea)" */ + .clone-url-button > .clone-url-link { + color: #dbdbdbEE; + background-image: linear-gradient(#2f3031, #313234); + } + /* source #5: "linear-gradient(#599bcd,#3072b3)", "#2a65a0" */ + .clone-url-button > .clone-url-link:active, + .clone-url-button > .clone-url-link:hover { + background-image: linear-gradient(/*[[base-color]]*/ #ddc7a1, /*[[base-color]]*/ #ddc7a1); + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#3072b3", "none" */ + .clone-url-button > .clone-url-link:active { + background-color: /*[[base-color]]*/ #ddc7a1; + background-image: none; + } + /* source #5: "box-shadow: inset 1px 0 0 #fff" */ + .clone-url-button + .clone-url-button > .clone-url-link { + box-shadow: inset 1px 0 0 #313234; + } + /* source #5: "box-shadow: none" */ + .clone-url-button + .clone-url-button > .clone-url-link:hover { + box-shadow: none; + } + /* source #5: "color: #333", "text-shadow: 0 1px 0 hsla(0,0%,100%,.6)", "#ccc", "linear-gradient(#ccc,#d5d5d5)", "#bbb", "box-shadow: inset 0 2px 3px rgba(0,0,0,.075)" */ + .clone-url-button > .clone-url-link.selected, + .clone-url-button > .clone-url-link.selected:hover { + color: #dbdbdbEE; + text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.6); + background-color: #484848; + background-image: linear-gradient(#303030, #282828); + border-color: #3b3c3e; + box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.075); + } + /* source #5: "initial" */ + .timeout { + background-color: initial; + } + /* source #5: "color: #586069" */ + .timeout h3 { + color: #dbdbdbCC; + } + /* source #5: "#dfe2e5" */ + .overall-summary { + border-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .numbers-summary li > .nolink, .numbers-summary li > a { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .numbers-summary li > a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #6a737d" */ + .numbers-summary .octicon { + color: #dbdbdb94; + } + /* source #5: "#e1e4e8" */ + .file-navigation .get-repo-btn { + border-top-color: #3b3c3e; + } + /* source #5: "#e1e4e8" */ + .file-navigation .get-repo-btn:first-child { + border-right-color: #3b3c3e; + } + /* source #5: "#fff" */ + table.files { + background: #313234; + background-image: none; + } + /* source #5: "#f6f8fa" */ + table.files tr.navigation-focus td, table.files tr[aria-selected="true"] td { + background: #252627; + } + /* source #5: "#eaecef" */ + table.files td { + border-top-color: #3b3c3e; + } + /* source #5: "color: rgba(3, 47, 98, 0.55)" */ + table.files td.icon { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #6a737d" */ + table.files td.message, table.files td.message a { + color: #dbdbdb94; + } + /* source #5: "color: #0366d6" */ + table.files td.message a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #6a737d" */ + table.files td.age { + color: #dbdbdb94; + } + /* source #5: "#eaecef", "#eaecef" */ + table.files tr.up-tree { + border-top-color: #3b3c3e; + border-bottom-color: #3b3c3e; + } + /* source #5: "#dfe2e5" */ + table.files tr.up-tree a:hover { + background-color: #232529; + } + /* source #5: "color: #586069", "#fafbfc", "#dfe2e5" */ + .branch-infobar { + color: #dbdbdbCC; + background-color: #313234; + border-color: #3b3c3e; + } + /* source #5: "color: #959da5" */ + .branch-infobar .muted-link .octicon { + color: #767676; + } + /* source #5: "#dfe2e5" */ + .prereceive-feedback { + border-color: #3b3c3e; + } + /* source #5: "color: #b08800" */ + .prereceive-feedback-heading { + color: #cb4; + } + /* source #5: "#f1f8ff" */ + .repository-item-checkbox:checked + .repository-item-name { + background-color: #434247; + } + /* source #5: "#e1e4e8" */ + .custom-role-icon { + background-color: #3b3c3e; + } + /* source #5: "color: #dbdbdb66" */ + .edit-profile-avatar .drag-and-drop { + color: #dbdbdb94; + } + /* source #5: "#d73a49", "box-shadow: none" */ + .avatar-upload .flash { + border-color: #b00; + box-shadow: none; + } + /* source #5: "color: #586069" */ + .avatar-upload .upload-state p { + color: #dbdbdbCC; + } + /* source #5: "#e5e5e5" */ + dl.new-email-form { + border-top-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .boxed-group .fork-flag { + color: #dbdbdbCC; + } + /* source #5: "#fffdef" */ + .selected-user-key { + background-color: #232529; + } + /* source #5: "#ddd" */ + .user-key-badge, .user-key-email { + border-color: #3b3c3e; + } + /* source #5: "color: #dbdbdb66", "#ddd" */ + .user-key-email-unverified { + color: #dbdbdb94; + border-color: #3b3c3e; + } + /* source #5: "color: #28a745" */ + .recent-user-key { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .unverified-user-key, .unverified-user-key-notice { + color: #f44; + } + /* source #5: "#ddd" */ + .notification-center .overview { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .oauth-app-info-container dl.keys dt { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .oauth-app-info-container dl.keys dd { + color: #dbdbdbEE; + } + /* source #5: "color: #586069" */ + .oauth-app-info-container .user-count { + color: #dbdbdbCC; + } + /* source #5: "color: #cb2431" */ + .logo-upload a.delete:hover, .logo-upload span.delete:hover { + color: #f44; + } + /* source #5: "color: #586069" */ + .logo-upload-container .upload-state p { + color: #dbdbdbCC; + } + /* source #5: "#eee", "#d1d5da" */ + .logo-box { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #5: "color: #586069", "text-shadow: 0 1px 0 #fff" */ + .logo-placeholder { + color: #dbdbdbCC; + text-shadow: none; + } + /* source #5: "#ddd" */ + .saved-reply-form { + border-color: #3b3c3e; + } + /* source #5: "initial", "#eaecef" */ + .saved-reply-form .comment-body { + background-color: initial; + border-bottom-color: #3b3c3e; + } + /* source #5: "#e5e5e5" */ + .access-token { + border-bottom-color: #3b3c3e; + } + /* source #5: "rgba(108,198,68,.1)" */ + .access-token.new-token { + background-color: #002800; + } + /* source #5: "color: #28a745" */ + .access-token.new-token .octicon-check { + color: #6cc644; + } + /* source #5: "color: #24292e" */ + .access-token .token-description, .token-scope { + color: #dbdbdbAA; + } + /* source #5: "initial" */ + .application-show-group .drag-and-drop { + background-color: initial; + } + /* source #5: "color: #dbdbdb66" */ + .email-preference-exceptions h5 { + color: #dbdbdb94; + } + /* source #5: "#eaecef" */ + .email-preference-exceptions .exception { + border-top-color: #3b3c3e; + } + /* source #5: "#eaecef" */ + .email-preference-exceptions .exception:last-child { + border-bottom-color: #3b3c3e; + } + /* source #5: "#eaecef" */ + .two-factor-steps { + border-color: #3b3c3e; + } + /* source #5: "color: #cb2431" */ + .two-factor-steps .error-icon { + color: #f44; + } + /* source #5: "color: #28a745" */ + .two-factor-steps .sent-message { + color: #6cc644; + } + /* source #5: "color: #586069", "#eaeaea" */ + .two-factor-toggle .two-factor-status { + color: #dbdbdbCC; + border-bottom-color: #3b3c3e; + } + /* source #5: "#28a745" */ + .two-factor-toggle .two-factor-on { + background-color: #373; + } + /* source #5: "#f8f8f8" */ + .two-factor-settings-group, .u2f-registration { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: rgba(47,38,6,.5)" */ + .u2f-registration-icon { + color: #cb4; + } + /* source #5: "#ddd" */ + .github-access-banner { + border-color: #3b3c3e; + } + /* source #5: "color: #cb2431" */ + .github-access-banner .octicon { + color: #f44; + } + /* source #5: "#eaecef" */ + .qr-code-table { + border-color: #3b3c3e; + } + /* source #5: "transparent" */ + .qr-code-table tr { + background: transparent; + } + /* source #5: "#fff" */ + .qr-code-table .white { + background: #313234; + background-image: none; + } + /* source #5: "color: #586069" */ + .session-device { + color: #dbdbdbCC; + } + /* source #5: "#28a745" */ + .session-device .session-state-indicator.recent { + background-color: #373; + } + /* source #5: "#d73a49" */ + .session-device .session-state-indicator.revoked { + background-color: #f44; + } + /* source #5: "#ccc", "box-shadow: 0 1px 0 #fff" */ + .session-device .session-state-indicator.not-recent { + background-image: linear-gradient(#aaa, #484848); + box-shadow: 0 0 0 1px #484848; + } + /* source #5: "color: #0366d6" */ + .session-details:hover .octicon { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069" */ + .collaborators .collab-remove .remove-link { + color: #dbdbdbCC; + } + /* source #5: "color: #cb2431" */ + .collaborators .collab-remove .remove-link:hover { + color: #f44; + } + /* source #5: "color: #dbdbdb66" */ + .collaborators .collab-info { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .access-sub-heading { + color: #dbdbdbCC; + } + /* source #5: "#ddd" */ + .access-form-wrapper { + border-top-color: #3b3c3e; + } + /* source #5: "#fafbfc" */ + .oauth-pending-deletion-list-item, .oauth-pending-deletion-list-item:hover { + background-color: #313234; + } + /* source #5: "color: #586069" */ + .boxed-group-list .access-level { + color: #dbdbdbCC; + } + /* source #5: "#e5e5e5" */ + .form-hr { + border-bottom-color: #3b3c3e; + } + /* source #5: "#e5e5e5" */ + .listgroup { + border-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .listgroup-item { + color: #dbdbdbCC; + } + /* source #5: "#e5e5e5" */ + .listgroup-item + .listgroup-item { + border-top-color: #3b3c3e; + } + /* source #5: "#e5e5e5" */ + .listgroup-header { + border-bottom-color: #3b3c3e; + } + /* source #5: "#f5f5f5" */ + .listgroup-overflow { + background-color: #252627; + } + /* source #5: "#fafbfc" */ + .protected-branch-orgs-and-repo-admins { + background-color: #313234; + } + /* source #5: "color: #333" */ + .protected-branch-pusher { + color: #dbdbdbEE; + } + /* source #5: "#d15704" */ + .user-already-added::after { + background-color: #f3582c; + } + /* source #5: "transparent" */ + .protected-branch-admin-permission { + border-color: transparent; + } + /* source #5: "initial", "initial" */ + @keyframes toggle-color { + 0% { + background-color: initial; + } + to { + background-color: initial; + } + } + /* source #5: "color: #cb2431", "transparent" */ + .repository-merge-features .form-group.errored .error { + color: #f44; + background: transparent; + } + /* source #5: "color: #24292e", "border-bottom-color: #e36209" */ + .repository-settings-actions [role="tab"][aria-selected="true"] { + color: #dbdbdbAA; + border-bottom-color: #ddc7a1; + } + /* source #5: "color: #6a737d" */ + .repository-settings-actions [role="tab"][aria-selected="true"] .UnderlineNav-octicon { + color: #dbdbdb94; + } + /* source #5: "#ddd" */ + .setup-header { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .setup-header .lead a { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .setup-header .lead a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069" */ + .setup-secondary .info { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .setup-info-module { + background-color: #313234; + background-image: none; + } + /* source #5: "#ddd" */ + .setup-info-module h2 { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .setup-info-module h2 .price { + color: #dbdbdbCC; + } + /* source #5: "#f9f9f9", "#e0e0e0" */ + .setup-info-module .setup-info-note { + background: #313234; + border-top-color: #3b3c3e; + } + /* source #5: "#eee" */ + .features-list .list-divider { + border-top-color: #3b3c3e; + } + /* source #5: "color: #555" */ + .features-list .octicon-question { + color: #dbdbdbCC; + } + /* source #5: "color: #cb2431" */ + .setup-form .octicon-alert { + color: #f44; + } + /* source #5: "color: #28a745" */ + .setup-form .octicon-check { + color: #6cc644; + } + /* source #5: "#eee", "#eee" */ + .setup-form .setup-organization-next, .setup-form .tos-info { + border-top-color: #3b3c3e; + border-bottom-color: #3b3c3e; + } + /* source #5: "#d1d5da" */ + .setup-form .setup-plans { + border-color: #3b3c3e; + } + /* source #5: "#f1f8ff" */ + .setup-form .setup-plans tr.selected { + background-color: #434247; + } + /* source #5: "color: #6a737d" */ + .setup-creditcard-form .form-group select:invalid { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .setup-creditcard-form .help-text, .shelf-lead { + color: #dbdbdbCC; + } + /* source #5: "color: #959da5" */ + .shelf-dismiss { + color: #767676; + } + /* source #5: "color: #0366d6" */ + .shelf-dismiss:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: rgba(27,31,35,.7)", "rgba(27,31,35,.15)" */ + .shelf-dismiss .close-button { + color: rgba(230, 230, 230, 0.7); + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #24292e", "rgba(27,31,35,.3)" */ + .shelf-dismiss .close-button:hover { + color: #dbdbdbAA; + border-color: rgba(200, 200, 200, 0.25); + } + /* source #5: "color: rgba(27,31,35,.85)", "#fff","#dbedff", "#fff" */ + .intro-shelf { + color: rgba(230, 230, 230, 0.85); + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 60%, #313234; background-image: none), linear-gradient(70deg, #434247 32%, #ebfff0); + border-bottom-color: #313234; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .intro-shelf .shelf-lead { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#d1d5da" */ + .orgs-help-shelf-content .orgs-help-divider { + border-top-color: #3b3c3e; + } + /* source #5: "color: #586069" */ + .orgs-help-lead { + color: #dbdbdbCC; + } + /* source #5: "#fff", "#e1e4e8" */ + .orgs-help-item-octicon { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #5: "color: #0366d6" */ + .orgs-help-item-octicon .octicon { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069" */ + .orgs-help-dismiss, .orgs-help-item-content { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .orgs-help-dismiss:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#fff", "#d1d5da" */ + .signup-plan-card { + border-color: #3b3c3e; + } + /* source #5: "#fff" */ + .signup-plan-card, .signup-plan-card:hover { + background: #313234; + background-image: none; + } + /* source #5: "#0366d6" */ + .plan-category-tab[aria-selected="true"] { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none !important; + } + /* source #5: "#fff" */ + .showcase-page-pattern::after { + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), #313234; background-image: none); + } + /* source #5: "#eee" */ + .showcase-page-repo-list { + border-top-color: #3b3c3e; + } + /* source #5: "#ffd33d" */ + .sponsors-goal-completed-bar, .sponsors-goal-progress-bar:hover { + background: linear-gradient(90deg, #cb4, #ea4aaa 17%, #b34bff 34%, #01feff 51%, #cb4 68%, #ea4aaa 85%, #b34bff); + } + /* source #5: "#fff", "#fff" */ + .sponsors-goals-avatar-border { + background-color: #313234; + background-image: none; + border-color: #313234; + } + /* source #5: "#fff", "#e1e4e8" */ + .business-sso .business-sso-panel, .business-sso .org-sso-panel, + .org-sso .business-sso-panel, .org-sso .org-sso-panel { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #5: "#d1d5da" */ + .business-sso .sso-recovery-callout, .org-sso .sso-recovery-callout { + border-color: #3b3c3e; + } + /* source #5: "none", "box-shadow: none" */ + .tag-input input { + background: none; + box-shadow: none; + } + /* source #5: "box-shadow: none" */ + .tag-input input:focus { + box-shadow: none; + } + /* source #5: "transparent" */ + .reorderable-task-lists .markdown-body .task-list-item { + border-color: transparent; + } + /* source #5: "color: #586069", "#eaeaea", "box-shadow: none" */ + .team-label-ldap { + color: #dbdbdbCC; + border-color: #3b3c3e; + box-shadow: none; + } + /* source #5: "color: #0366d6", "#f6f8fa" */ + .team-member-ellipsis:hover { + color: /*[[base-color]]*/ #ddc7a1; + background: #252627; + } + /* source #5: "#fafbfc" */ + .team-listing .is-open.root-team { + background-color: #313234; + } + /* source #5: "#0366d6" */ + .token-scanning-reset-query:hover .token-scanning-reset-query-icon { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "#6a737d" */ + .token-scanning-reset-query-icon { + background-color: #444; + } + /* source #5: "#f6f8fa", "#dfe2e5" */ + table.capped-list th { + background: #252627; + } + /* source #5: "#eaecef" */ + table.capped-list td, table.capped-list th { + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #444d56" */ + table.capped-list .octicon { + color: #dbdbdbCC; + } + /* source #5: "#fafbfc" */ + table.capped-list tr:nth-child(2n) { + background-color: #313234; + } + /* source #5: "#dfe2e5" */ + .traffic-graph-stats { + border-top-color: #3b3c3e; + } + /* source #5: "box-shadow: none" */ + .tree-finder-input, .tree-finder-input:focus { + box-shadow: none; + } + /* source #5: "#fff" */ + .tree-browser-result[aria-selected="true"] { + background-color: #605d51!important; + color: #fbfbfb!important; + background-image: none !important; + } + /* source #5: "color: #0366d6", "none" */ + .tree-browser-result[aria-selected="true"] .octicon-chevron-right, + .tree-browser-result mark { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "none" */ + .toolbar-commenting .dropdown-item, .tree-browser-result mark { + background: none; + } + /* source #5: "color: #0366d6" */ + .toolbar-commenting .dropdown-item:focus, + .toolbar-commenting .dropdown-item:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069", "none" */ + .toolbar-item, .toolbar-item .menu-target { + color: #dbdbdbCC; + background: none; + } + /* source #5: "color: #0366d6" */ + .toolbar-item .menu-target:focus, .toolbar-item .menu-target:hover, + .toolbar-item:focus, .toolbar-item:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #333" */ + .typeahead-result { + color: #dbdbdbEE; + } + /* source #5: "#0366d6" */ + .typeahead-result.navigation-focus, .typeahead-result:hover, + .typeahead-result[aria-selected="true"] { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "color: #586069" */ + .member-suggestion .already-member-note, .member-suggestion .member-name, + .member-suggestion .non-member-action, .member-suggestion .non-member-note, + .team-suggestion .team-description, .team-suggestion .team-size { + color: #dbdbdbCC; + } + /* source #5: "color: #959da5" */ + .email-suggestion .octicon-mail { + color: #767676; + } + /* source #5: "color: #586069" */ + .repo-access-add-team .team-description, .repo-access-add-team .team-size { + color: #dbdbdbCC; + } + /* source #5: "#e1e4e8" */ + .user-list-item + .user-list-item { + border-top-color: #3b3c3e; + } + /* source #5: "#cb2431" */ + .follow-list .flagged-banner { + background-color: #911; + } + /* source #5: "color: #586069" */ + .follow-list .follow-list-info { + color: #dbdbdbCC; + } + /* source #5: "#e1e4e8" */ + @media (min-width: 768px) { + .avatar-before-user-status { + border-color: #3b3c3e; + } + } + /* source #5: "color: #586069" */ + .user-status-org-button .user-status-org-detail { + color: #dbdbdbCC; + } + /* source #5: "#0366d6" */ + .user-status-org-button.selected { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "color: #24292e" */ + .user-status-message-wrapper { + color: #dbdbdbAA; + } + /* source #5: "color: #0366d6" */ + .toggle-user-status-edit:focus .user-status-message-wrapper, + .toggle-user-status-edit:hover .user-status-message-wrapper { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#fff", "#e1e4e8" */ + .user-status-circle-badge { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #5: "none" */ + .wiki-footer .markdown-body img { + background: none; + } + /* source #5: "rgba(27,31,35,.15)" */ + .ColorSwatch { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#f1f8ff" */ + .hx_avatar_stack_commit .AvatarStack-body { + background-color: #434247; + } + /* source #5: "#fff", "#fff" */ + .hx_flex-avatar-stack-item .avatar { + border-color: #313234; + background-color: #313234; + background-image: none; + } + /* source #5: "box-shadow: none" */ + .hx_badge-search-container .hx_badge-input { + box-shadow: none; + } + /* source #5: "box-shadow: none !important" */ + .hx_badge-search-container .hx_badge-input:focus { + box-shadow: none !important; + } + /* source #5: "#0366d6", "#0366d6" */ + .hx_badge[aria-pressed="true"] { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none !important; + border-color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #5: "#fafbfc" */ + @media (hover: hover) { + .hx_menuitem--focus { + background-color: #313234; + } + } + /* source #5: "color: rgba(115,92,15,.5)" */ + .hx_color-repo-private-icon { + color: rgba(204, 187, 68, 0.5); + } + /* source #5: "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ + body:not(.intent-mouse) .hx_focus-input:focus + .hx_focus-target { + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5); + } + /* source #5: "color: #959da5" */ + .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled="true"] { + color: #767676; + } + /* source #5: "box-shadow: none" */ + .Box--responsive .Box-row--unread { + box-shadow: none; + } + /* source #5: "linear-gradient(#54a3ff,#006eed)" */ + .Box--responsive .Box-row--unread::before { + background-image: linear-gradient(/*[[base-color]]*/ #ddc7a1, /*[[base-color]]*/ #ddc7a1); + } + /* source #5: "#d1d5da", "box-shadow: inset 2px 0 0 #0366d6" */ + @media (min-width: 544px) { + .Box--responsive { + border-color: #3b3c3e; + } + .Box--responsive .Box-row--unread { + box-shadow: inset 2px 0 0 #eee; + } + } + /* source #5: "color: #6a737d" */ + @media (max-width: 767px) { + .page-responsive .hx_rsm-close-button .octicon-x, + .page-responsive .hx_rsm .close-button .octicon-x { + color: #dbdbdb94; + } + } + /* source #5: "#e1e4e8" */ + .preview-selected .tabnav--responsive { + border-bottom-color: #3b3c3e; + } + /* source #5: "#fafbfc", "#e1e4e8", "#fff" */ + @media (max-width: 767px) { + .tabnav--responsive .tabnav-tab { + background-color: #313234; + border-color: #3b3c3e; + } + .tabnav--responsive .tabnav-tab:first-child { + border-left-color: #3b3c3e; + } + .tabnav--responsive .tabnav-tab.selected, + .tabnav--responsive .tabnav-tab[aria-selected="true"] { + background-color: #313234; + background-image: none; + } + } + /* source #5: "#e1e4e8" */ + @media (max-width: 767px) { + .hx_sm-hide-drag-drop textarea { + border-bottom-color: #3b3c3e; + } + } + /* source #5: "#fff" */ + .details-overlay[open] > .dropdown-item:hover { + background: #313234; + background-image: none; + } + /* source #5: "color: #959da5" */ + .radio-label .octicon { + color: #767676; + } + /* source #5: "color: #6a737d", "#eff3f6" */ + .radio-input:disabled + .radio-label { + color: #dbdbdb94; + background-color: #3f3d38; + } + /* source #5: "#e1e4e8" */ + .BorderGrid-cell { + border-color: #3b3c3e; + } + /* source #5: "#e1e4e8" */ + @media (min-width: 544px) { + .Box--responsive { + border-color: #3b3c3e; + } + } + /* source #5: "#e1e4e8" */ + .timeline-comment, .timeline-comment-header { + border-color: #3b3c3e; + } + /* source #5: "#e1e4e8" */ + .branch-action-item.border-gray-dark { + border-color: #3b3c3e !important; + } + /* source #5: "#e1e4e8" */ + .branch-action-body, .branch-action-state-closed-dirty .branch-action-body, + .branch-action-state-dirty .branch-action-body, + .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body, + .select-menu-modal { + border-color: #3b3c3e; + } + /* source #5: "#fff" */ + .select-menu-filters, .select-menu-header { + background: #313234; + background-image: none; + } + /* source #5: "box-shadow: none" */ + .notification-list-item-actions .btn { + box-shadow: none; + } + /* source #5: "#28a745" */ + .branch-action-state-clean .branch-action-icon, + .completeness-indicator-success { + background-color: #373; + } + /* source #5: "color: #735c0f" */ + .Label--outline.bg-yellow-light { + color: #EFA554; + } + /* source #5: "color: #0366d6", "#0366d6" */ + .label.bg-blue { + color: /*[[base-color]]*/ #ddc7a1; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "currentColor" */ + .select-menu-item:hover .Label { + border-color: currentcolor; + } + /* source #5: "transparent" */ + .IssueLabel--big.lh-condensed { + border-color: transparent; + } + /* source #5: "#e1e4e8" */ + .signed-commit-badge-large, .signed-commit-badge-medium, + .signed-commit-badge-small, .timeline-comment-label { + border-color: #3b3c3e; + } + /* source #5: "transparent", "color: #0366d6" */ + .delete-topic-button, .topic-tag, .topic-tag-action { + border-color: transparent; + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #0366d6" */ + .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "initial", "none" */ + .btn-transparent { + background-color: initial; + } + /* source #5: "color: #586069" */ + .lead-mktg-fluid { + color: #dbdbdbCC; + } + /* source #5: "none" */ + .btn-outline-mktg-fluid, .btn-outline-mktg-fluid.hover, + .btn-outline-mktg-fluid.selected, .btn-outline-mktg-fluid:active, + .btn-outline-mktg-fluid:hover, .btn-outline-mktg-fluid[aria-selected="true"], + .btn-purple-outline-mktg-fluid, .btn-purple-outline-mktg-fluid.hover, + .btn-purple-outline-mktg-fluid.selected, + .btn-purple-outline-mktg-fluid:active, .btn-purple-outline-mktg-fluid:hover, + .btn-purple-outline-mktg-fluid[aria-selected="true"], + .btn-white-outline-mktg-fluid, .btn-white-outline-mktg-fluid.hover, + .btn-white-outline-mktg-fluid.selected, .btn-white-outline-mktg-fluid:active, + .btn-white-outline-mktg-fluid:hover, + .btn-white-outline-mktg-fluid[aria-selected="true"], + [open] > .btn-outline-mktg-fluid, [open] > .btn-purple-outline-mktg-fluid, + [open] > .btn-white-outline-mktg-fluid { + background: none; + } + /* source #5: "none" */ + .btn-invisible-mktg-fluid, .btn-invisible-mktg-fluid::before, + .btn-invisible-mktg-fluid:hover, .btn-lg-invisible-mktg-fluid, + .btn-lg-invisible-mktg-fluid::before, .btn-lg-invisible-mktg-fluid:hover { + background: none !important; + } + /* source #5: "box-shadow: none" */ + .btn-invisible-mktg-fluid.focus, .btn-invisible-mktg-fluid:focus, + .btn-lg-invisible-mktg-fluid.focus, .btn-lg-invisible-mktg-fluid:focus { + box-shadow: none; + } + /* source #5: "#fff" */ + .testimonial-avatar { + border-color: #313234; + } + /* source #5: "transparent" */ + .customer-story-overlay { + background-image: linear-gradient(180deg, #000 -5%, transparent 50%); + } + /* source #5: "none" */ + .page-nav .page-nav-trigger { + background: none; + } + /* source #5: "color: #6a737d" */ + .page-nav-item { + color: #dbdbdb94; + } + /* source #5: "#f6f8fa" */ + .page-nav-item::before { + background-color: #252627; + } + /* source #5: "color: #444d56 !important" */ + .page-nav-item:hover { + color: #dbdbdbCC !important; + } + /* source #5: "color: #24292e" */ + .page-nav-item.selected { + color: #dbdbdbAA; + } + /* source #5: "#eee" */ + hr { + border-bottom-color: #3b3c3e; + } + /* source #5: "#fb8532" */ + .bg-orange { + background: #f3582c !important; + } + /* source #5: "color: #808891" */ + .text-gray-light-ultra { + color: #767676; + } + /* source #5: "#d1d5da" */ + .underline-dashed { + background-image: linear-gradient(90deg, #3b3c3e 50%, hsla(0, 0%, 100%, 0) 0); + } + /* source #5: "color: #1074e7", "box-shadow: 0 1px 0 0 rgba(16,116,231,.5)" */ + .link-mktg { + box-shadow: 0 1px 0 0 rgba(79, 140, 201, 0.5); + box-shadow: 0 1px 0 0 rgba(/*[[base-color-rgb]]*/, 0.5); + } + /* source #5: "color: #0366d6", "box-shadow: 0 1px 0 0 #1074e7" */ + .link-mktg, .link-mktg:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + .link-mktg:hover { + box-shadow: 0 1px 0 0 #ddc7a1; + box-shadow: 0 1px 0 0 /*[[base-color]]*/; + } + /* source #5: "#f6f8fa" */ + .Tile { + background-color: #252627; + } + /* source #5: "#fff" */ + .Tile:hover { + background-image: none; + } + /* source #5: "#fafbfc" */ + .bg-hero-dots-gray::before, .Tile:hover { + background-color: #313234; + } + /* source #5: "#fafbfc" */ + @media (max-width: 1012px) { + .enterprise-section-container { + background-color: #313234; + } + } + /* source #5: "#e1e4e8" */ + .sponsors-discussion::after { + background-color: #3b3c3e; + } + /* source #5: "transparent" */ + .sponsors-popover::after, .sponsors-popover::before { + border-bottom-color: transparent; + } + /* source #5: "transparent", "rgba(27,31,35,.15)" */ + .sponsors-popover::before { + border-color: rgba(200, 200, 200, 0.1) transparent transparent; + } + /* source #5: "transparent", "#fff" */ + .sponsors-popover::after { + border-color: #313234 transparent transparent; + } + /* source #5: "color: #586069" */ + .sponsors-listing-featured-item .item-handle { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d", "transparent" */ + .subnav-link { + color: #dbdbdb94; + border-bottom-color: transparent; + } + /* source #5: "color: #24292e", "#e1e4e8" */ + .subnav-link:hover { + color: #dbdbdbAA; + border-bottom-color: #3b3c3e; + } + /* source #5: "color: #1b1f23 !important", "#1074e7" */ + .subnav-link.selected { + color: #dbdbdbDD !important; + border-bottom-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "transparent", "transparent" */ + .subnav-btn, .subnav-btn:hover { + background: transparent; + } + .subnav-btn:hover { + border-bottom-color: transparent; + } + /* source #5: "#0366d6" */ + @media (min-width: 768px) { + .subnav-btn:hover { + background: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + } + /* source #5: "transparent" */ + .subnav-primary, .subnav-primary:hover { + border-bottom-color: transparent; + } + /* source #5: "#e1e4e8" */ + @media (min-width: 768px) { + .subnav-primary:hover { + border-bottom-color: #3b3c3e; + } + } + /* source #5: "transparent" */ + .subnav-primary.selected { + border-bottom-color: transparent; + } + /* source #5: "#1074e7" */ + @media (min-width: 768px) { + .subnav-primary.selected { + border-bottom-color: /*[[base-color]]*/ #ddc7a1; + } + } + /* source #5: "color: #24292e" */ + .site-subnav-nav .selected { + color: #dbdbdbAA; + } + /* source #5: "#eaecef" */ + .pricing-table td, .pricing-table thead th { + border-bottom-color: #3b3c3e; + } + /* source #5: "#eaecef", "#eaecef" */ + .pricing-table td + td { + border-right-color: #3b3c3e; + border-left-color: #3b3c3e; + } + /* source #5: "#fff" */ + .fade-img-to-white-bg::before { + background: linear-gradient(180deg, #313234; background-image: none 0, hsla(0, 0%, 100%, 0)); + } + /* source #5: "#fff" */ + .fade-img-to-white-bg::after { + background: linear-gradient(0deg, #313234; background-image: none 0, hsla(0, 0%, 100%, 0)); + } + /* source #5: "color: #24292e", "#fff" */ + .pricing-plan-tab-active { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + /* source #5: "initial" */ + .pricing-testimonial-logo { + background-color: initial; + } + /* source #5: "#e1e4e8" */ + .pricing-testimonial-logo-active { + background-color: #3b3c3e; + } + /* source #5: "initial" */ + .pricing-matrix-row-button { + background-color: initial; + } + /* source #5: "#e1e4e8" */ + .pricing-matrix-row:hover .pricing-matrix-column-feature, + .pricing-matrix-row:hover .pricing-matrix-row-text { + background-color: #3b3c3e; + } + /* source #5: "#fff" */ + .pricing-matrix-column-tier { + background-color: #313234; + background-image: none; + } + /* source #5: "#f6f8fa" */ + .pricing-matrix-row:hover .pricing-matrix-column-tier { + background-color: #252627; + } + /* source #5: "color: #959da5" */ + .codespaces-subtitle { + color: #767676; + } + /* source #5: "#e1e4e8" */ + .codespaces-develop-time { + background-color: #3b3c3e; + } + /* source #5: "box-shadow: none" */ + .section-codespaces-develop-night .codespaces-sun { + box-shadow: none; + } + /* source #5: "#24292e" */ + .bg-gradient-gray { + background-image: linear-gradient(175.44deg, #232529 1.44%, #313234 96.23%); + } + /* source #5: "#fff" */ + .bg-radial-white { + background: radial-gradient(145.3% 145.3% at 65.91% 0, #313234; background-image: none 0, #f0f0f0 100%); + } + /* source #5: "#24292e" */ + .jumbotron-netneutrality { + background: #313234; + } + /* source #5: "#24292e" */ + @media (min-width: 768px) { + .jumbotron-netneutrality { + background: url(/images/modules/site/netneutrality/netneutrality.png), #313234; + } + } + /* source #5: "#f5f0ff", "transparent", "color: #6f42c1" */ + @media (min-width: 768px) { + .illflow-purple .selected { + background-color: #213; + } + .illflow-purple .selected::after { + border-color: transparent transparent #f5f0ff; + } + .illflow-purple .illflow-item .illflow-item-heading { + color: #8368aa; + } + } + /* source #5: "#f1f8ff", "transparent", "color: #0366d6" */ + @media (min-width: 768px) { + .illflow-blue .selected { + background-color: #434247; + } + .illflow-blue .selected::after { + border-color: transparent transparent #434247; + } + .illflow-blue .illflow-item .illflow-item-heading { + color: /*[[base-color]]*/ #ddc7a1; + } + } + /* source #5: "color: #444d56" */ + .illflow-item .illflow-item-heading { + color: #dbdbdbCC; + } + /* source #5: "#fafbfc", "color: #24292e" */ + @media (min-width: 768px) { + .illflow-item:not(.selected):hover { + background-color: #313234; + } + .illflow-item.selected .illflow-item-heading { + color: #dbdbdbAA; + } + } + /* source #5: "transparent" */ + .IconNav-item { + border-bottom-color: transparent; + } + /* source #5: "#444d56" */ + .IconNav-item.selected { + border-color: #3b3c3e; + } + /* source #5: "color: #24292e" */ + .home-hero-signup .form-control-lg:-ms-input-placeholder { + color: #dbdbdbAA; + } + /* source #5: "color: #24292e" */ + .home-hero-signup .form-control-lg::-ms-input-placeholder { + color: #dbdbdbAA; + } + /* source #5: "color: #24292e" */ + .home-hero-signup .form-control-lg::placeholder { + color: #dbdbdbAA; + } + /* source #5: "color: #6a737d" */ + .home-hero-signup .form-control-note { + color: #dbdbdb94; + } + /* source #5: "color: #959da5" */ + .home-hero-signup .form-control-note .notice-highlight { + color: #767676; + } + /* source #5: "#fb8532" */ + .border-orange { + border-color: #fb8532 !important; + } + /* source #5: "color: #032f62 !important" */ + .text-blue-dark { + color: #ada19c !important; + } + /* source #5: "color: #959da5" */ + .actions-event-token { + color: #767676; + } + /* source #5: "color: #d1d5da" */ + .actions-event-token span { + color: #3b3c3e; + } + /* source #5: "color: #0366d6" */ + .actions-template-card:hover .actions-template-repo { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #959da5" */ + .actions-template-repo { + color: #767676; + } + /* source #5: "color: #24292e !important" */ + .selected .security-nav-item { + color: #dbdbdbAA !important; + } + /* source #5: "color: #d1d5da" */ + .security-nav-icon { + color: #3b3c3e; + } + /* source #5: "initial" */ + @media (min-width: 1012px) { + .insights-hero-text { + background-color: initial; + } + } + /* source #5: "#fff" */ + @media (min-width: 1012px) { + .insights-dashboard-callout { + background-color: #313234; + background-image: none; + } + } + /* source #5: "#0366d6" */ + .insights-dash-dot-ripple > span { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #5: "#2188ff" */ + .insights-dash-dot-ripple > div { + border-color: #ddc7a1; + } + /* source #5: "transparent" */ + .gpr-cli-tab-nav { + border-color: transparent; + } + /* source #5: "transparent" */ + .gpr-cli-tab { + background: transparent; + } + /* source #5: "#24292e" */ + .gpr-cli-tab:hover { + background-color: #313234; + } + /* source #5: "color: #586069" */ + .MarketingBody > p { + color: #dbdbdbCC; + } + /* source #5: "color: #1074e7" */ + .MarketingBody blockquote { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "color: #586069" */ + .MarketingBody ol, .MarketingBody ul { + color: #dbdbdbCC; + } + /* source #5: "color: #1b1f23" */ + .MarketingBody ol strong, .MarketingBody ul strong { + color: #dbdbdbDD; + } + /* source #5: "color: #2f363d !important" */ + .MarketingBody-lead > p:first-child { + color: #dbdbdbEE !important; + } + /* source #5: "color: #0366d6" */ + .MarketingBody-lead a, .MarketingBody-lead a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #5: "#c8e1ff","#79b8ff" */ + .section-mobile-notification::after { + background: linear-gradient(#ddc7a135, /*[[base-color]]*/ #ddc7a1, #ddc7a135); + } + /* source #5: "#fff" */ + .phone-buttons, .phone-buttons::after, .phone-buttons::before { + background-color: #313234; + background-image: none; + } + /* source #5: "#fff" */ + .phone-background { + border-color: #313234; + } + /* source #5: "#f6f8fa" */ + .phone-background::before { + border-color: #2f3031; + } + /* source #5: "#dbedff" */ + .mobile-work-overlay-bluetap { + background-color: #434247; + } + /* source #5: "#ffdf5d" */ + .mobile-particle-square-orange, .mobile-particle-square-pink, + .mobile-particle-square-yellow { + background: #cb4; + } + /* source #5: "#fb8532" */ + .mobile-particle-circle-orange, .mobile-particle-square-orange { + background: #f3582c; + } + /* source #5: "#d1d5da" */ + @media (min-width: 544px) { + .summarylink:active .summarylink-btn, .summarylink:hover .summarylink-btn { + border-color: #3b3c3e; + } + } + /* source #5: "transparent" */ + .summarylink-btn { + border-color: transparent; + } + /* source #5: "#fb8532" */ + .particle-circle-orange { + background: #f3582c; + } + /* source #5: "#ffdf5d" */ + .particle-square-yellow { + background: #cb4; + } + /* source #5: "#fb8532" */ + .particle-circle-orange-2 { + background: #f3582c; + } + /* source #5: "#e1e4e8" */ + .apps-quadrangle .CircleBadge::after { + background-color: #3b3c3e; + } + /* source #5: "#24292e" */ + .DeveloperVideo-data { + background: #313234; + } + /* source #5: "none", "transparent" */ + @media (min-width: 768px) { + .DeveloperVideo-data { + background: none; + background-image: linear-gradient(transparent, rgba(27, 31, 35, 0.95)); + } + } + /* source #5: "#2f363d" */ + .btf-border { + border-top-color: #282828; + } + /* source #5: "#fff" */ + .signup-prompt-bg { + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #313234; background-image: none), linear-gradient(70deg, #eaf5ff 32%, #f6fff8); + } + /* source #5: "color: #586069" */ + .SegmentedNav .selected { + color: #dbdbdbCC; + } + /* source #5: "#fafbfc" */ + .home-enterprise-wrapper::before { + background-color: #313234; + } + /* source #5: "#f6f8fa" */ + .choose-team-lp { + background-color: #252627; + } + /* source #5: "color: #2f363d" */ + .choose-team-lp .lead-mktg { + color: #dbdbdbEE; + } + /* source #5: "#fff" */ + .choose-team-lp .landing-page-section.features { + background-color: #313234; + background-image: none; + } + /* source #5: "color: #2f363d" */ + .choose-team-lp .feature-list { + color: #dbdbdbEE; + } + /* source #5: "#032f62" */ + .choose-team-lp .landing-page-sub-footer { + background-color: #434247; + } + /* source #5: "#fff" */ + .team-octicon { + background-color: #313234; + background-image: none; + } + /* source #5: "transparent" */ + .team-collaboration-box::after, .team-collaboration-box::before { + border-color: transparent; + } + /* source #5: "#d1d5da" */ + .team-collaboration-box::before { + border-bottom-color: #3b3c3e; + } + /* source #5: "#fff" */ + .team-collaboration-box::after { + border-bottom-color: #313234; + } + /* source #5: "transparent", "#d1d5da", "transparent", "#fff" */ + @media (min-width: 768px) { + .team-collaboration-box--left::before { + border-bottom-color: transparent; + border-left-color: #3b3c3e; + } + .team-collaboration-box--left::after { + border-bottom-color: transparent; + border-left-color: #313234; + } + } + /* source #5: "#d1d5da", "transparent", "#fff", "transparent" */ + @media (min-width: 768px) { + .team-collaboration-box--right::before { + border-right-color: #3b3c3e; + border-bottom-color: transparent; + } + .team-collaboration-box--right::after { + border-right-color: #313234; + border-bottom-color: transparent; + } + } + /* source #5: "initial" */ + @media (min-width: 768px) { + .team-graph-left { + background-size: initial; + } + } + /* source #6: "#bbb", "white" */ + ._2NFgh0Z6tkGorUToiId47k [class^="Content__ChildWrapper"] > [class^="Content"], + ._3c5eahGieigDTmRHO-d7l3 [class^="Content__ChildWrapper"] > [class^="Content"] { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #6: "white" */ + ._2NFgh0Z6tkGorUToiId47k .status-dropdown__option::before, + ._3c5eahGieigDTmRHO-d7l3 .status-dropdown__option::before { + background-color: #313234; + background-image: none; + } + /* source #6: "transparent" */ + .ak-editor-wrapper pre code, .markdown-display pre code { + background-color: transparent; + } + /* source #6: "#ddd" */ + .ak-editor-wrapper table, .markdown-display table { + border-color: #3b3c3e; + } + /* source #6: "#ddd" */ + .ak-editor-wrapper table td, .markdown-display table td { + border-top-color: #3b3c3e; + } + /* source #6: "#ddd" */ + .ak-editor-wrapper table td + td, .ak-editor-wrapper table th + th, + .markdown-display table td + td, .markdown-display table th + th { + border-left-color: #3b3c3e; + } + /* source #6: "#d0d0d0" */ + ._2-I6T1F9kpUp2j9G31LMYN { + border-color: #3b3c3e; + } + /* source #6: "#bbb" */ + ._1JN3aEKlPD7X5jqB1dXYzx input { + border-color: #3b3c3e; + } + /* source #6: "white" */ + ._2dv0LNfUzjAAPh-wPACjXb { + background-color: #313234; + background-image: none; + } + /* source #6: "transparent" */ + abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, + cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, + figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, + iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, + pre, q, samp, section, small, span, strong, sub, summary, sup, time, ul, var, + video { + background: transparent; + } + /* source #6: "#ffffff", "color: #333", "#fff" */ + body { + color: #dbdbdbEE; + background: #313234; + } + /* source #6: "transparent", "transparent" */ + .caret { + border-left-color: transparent; + border-right-color: transparent; + } + /* source #6: "#e0e0e0" */ + .well { + border-color: #3b3c3e; + } + /* source #6: "#e5e5e5" */ + hr { + border-top-color: #3b3c3e; + } + /* source #6: "#ddd" */ + abbr { + border-bottom-color: #3b3c3e; + } + /* source #6: "#f5f5f5" */ + pre.code-display { + background-color: #252627; + } + /* source #6: "transparent" */ + pre.code-display code { + background-color: transparent; + } + /* source #6: "#bbb" */ + .chzn-container-single .chzn-single, input[type="email"], + input[type="number"], input[type="password"], input[type="text"], select, + textarea { + border-color: #3b3c3e; + } + /* source #6: "color: #dbdbdb66" */ + .chzn-container-single .chzn-single, input[type="email"], + input[type="password"], input[type="text"], textarea { + color: #dbdbdb94; + } + /* source #6: "#f5f5f5", "#ddd" */ + input[disabled], select[disabled], select[readonly], textarea[disabled] { + background-color: #252627; + border-color: #3b3c3e; + } + /* source #6: "#ddd" */ + input[disabled]:hover, select[disabled]:hover, select[readonly]:hover, + textarea[disabled]:hover { + border-color: #3b3c3e; + } + /* source #6: "#f4f4f4", "color: #dbdbdb66" */ + .controls.append label, .controls.prepend label { + background-color: #3f3d38; + color: #dbdbdb94; + } + /* source #6: "#e0e0e0" */ + .form-bordered .control-group { + border-bottom-color: #3b3c3e; + } + /* source #6: "#e0e0e0" */ + .form-bordered .control-group.first-border { + border-top-color: #3b3c3e; + } + /* source #6: "#eee" */ + .fa-border { + border-color: #3b3c3e; + } + /* source #6: "transparent" */ + .tooltipster-sidetip .tooltipster-arrow-background, + .tooltipster-sidetip .tooltipster-arrow-border, + .tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border { + border-color: transparent; + } + /* source #6: "#BBB" */ + .cpt-admin-simple-search-form button { + border-color: #3b3c3e; + } + /* source #6: "#ffffff" */ + .carousel-control { + border-color: #313234; + } + /* source #6: "#f8f8f8" */ + .component-statuses .component-status-container .component-dropdown-selector.dropdown-open .component-status-display { + background-color: #2f3031; + } + /* source #6: "#d0d0d0", "#fff" */ + .component-statuses .component-status-container .component-dropdown-selector .status-dropdown { + border-color: #3b3c3e; + background-color: #313234; + background-image: none; + } + /* source #6: "#f9f9f9" */ + .component-statuses .component-status-container .component-dropdown-selector .status-dropdown .status-option:hover { + background-color: #313234; + } + /* source #6: "#fff" */ + .datepicker { + background: #313234; + background-image: none; + } + /* source #6: "transparent", "transparent", "#fff" */ + .datepicker::after, .datepicker::before { + border-left-color: transparent; + border-right-color: transparent; + } + .datepicker::after { + border-bottom-color: #313234; + } + /* source #6: "#eee" */ + .datepicker td.day:hover, .datepicker td span:hover, + .datepicker thead tr:first-child th:hover { + background: #3f3d38; + } + /* source #6: "#ffffff" */ + .dropdown .dropdown-menu { + background-color: #313234; + background-image: none; + } + /* source #6: "#f8f8f8" */ + .dropdown .dropdown-menu li:hover { + background-color: #2f3031; + } + /* source #6: "color: #333" */ + .dropdown .dropdown-menu li a { + color: #dbdbdbEE; + } + /* source #6: "white" */ + .es-menu { + background: #313234; + background-image: none; + } + /* source #6: "color: #333" */ + .es-menu .item div .fa, .es-menu .item div i.component-status { + color: #dbdbdbEE; + } + /* source #6: "color: #dbdbdb66" */ + .es-highlight { + color: #dbdbdb94; + } + /* source #6: "box-shadow: none !important" */ + #es-search-field { + box-shadow: none !important; + } + /* source #6: "#bbb" */ + .grouped-items-selector { + border-color: #3b3c3e; + } + /* source #6: "box-shadow: none" */ + .grouped-items-selector.inline { + box-shadow: none; + } + /* source #6: "#ddd" */ + .grouped-items-selector.inline .border-color { + border-color: #3b3c3e; + } + /* source #6: "color: #333" */ + .grouped-items-selector.inline .grouped-item.active { + color: #dbdbdbEE; + } + /* source #6: "#ffffff" */ + .modal { + background-color: #313234; + background-image: none; + } + /* source #6: "color: #000" */ + .modal .headless-close, .modal .headless-close:hover { + color: #f0f0f0; + } + /* source #6: "#e0e0e0" */ + .modal .modal-header { + border-bottom-color: #3b3c3e; + } + /* source #6: "color: #000" */ + .modal .modal-header .close, .modal .modal-header .close:hover { + color: #f0f0f0; + } + /* source #6: "#f5f5f5", "#ddd" */ + .modal .modal-footer { + background-color: #252627; + border-top-color: #3b3c3e; + } + /* source #6: "#fff", "transparent" */ + .panel { + background-color: #313234; + background-image: none; + border-color: transparent; + } + /* source #6: "#ddd" */ + .panel.panel-default { + border-color: #3b3c3e; + } + /* source #6: "color: #333", "#f5f5f5", "#ddd" */ + .panel.panel-default .panel-heading { + color: #dbdbdbEE; + background-color: #252627; + border-color: #3b3c3e; + } + /* source #6: "transparent" */ + .panel .panel-heading { + border-bottom-color: transparent; + } + /* source #6: "#ffffff" */ + .popover { + background-color: #313234; + background-image: none; + } + /* source #6: "#ffffff" */ + .popover.top .arrow::after { + border-top-color: #313234; + } + /* source #6: "#ffffff" */ + .popover.right .arrow::after { + border-right-color: #313234; + } + /* source #6: "#ffffff" */ + .popover.bottom .arrow::after { + border-bottom-color: #313234; + } + /* source #6: "#ffffff" */ + .popover.left .arrow::after { + border-left-color: #313234; + } + /* source #6: "transparent" */ + .popover .arrow, .popover .arrow::after { + border-color: transparent; + } + /* source #6: "#f5f5f5", "#eee" */ + .popover .popover-title { + background-color: #252627; + border-bottom-color: #3b3c3e; + } + /* source #6: "#fff" */ + .cpt-table .content { + background: #313234; + background-image: none; + } + /* source #6: "#e0e0e0" */ + .cpt-table .content .table-row.blank-state { + border-color: #3b3c3e !important; + } + /* source #6: "#ddd" */ + .cpt-tabular-table { + border-color: #3b3c3e; + } + /* source #6: "#ddd" */ + .cpt-tabular-table td { + border-top-color: #3b3c3e; + } + /* source #6: "#ddd" */ + .cpt-tabular-table td + td, .cpt-tabular-table th + th { + border-left-color: #3b3c3e; + } + /* source #6: "#f9f9f9" */ + .cpt-tabular-table.striped tbody tr:nth-child(odd) td, + .cpt-tabular-table .table-striped tbody tr:nth-child(odd) th { + background-color: #313234; + } + /* source #6: "#ddd" */ + .cpt-tabs:not(.unstyled) { + border-bottom-color: #3b3c3e; + } + /* source #6: "transparent" */ + .cpt-tabs:not(.unstyled) li a { + border-color: transparent; + } + /* source #6: "#eee", "color: #dbdbdb66" */ + .cpt-tabs:not(.unstyled) li:not(.active) a:hover { + background-color: #3f3d38; + color: #dbdbdb94; + } + /* source #6: "transparent" */ + .cpt-tabs:not(.unstyled) li:not(.active) a:hover.disabled { + background-color: transparent; + } + /* source #6: "color: #333", "#ffffff", "#ddd", "transparent" */ + .cpt-tabs:not(.unstyled) li.active a { + color: #dbdbdbEE; + background-color: #313234; + background-image: none; + border-color: #3b3c3e #3b3c3e transparent; + } + /* source #6: "#e0e0e0" */ + .cpt-tabs:not(.unstyled).mobile { + border-color: #3b3c3e; + } + /* source #6: "#e0e0e0" */ + .cpt-tabs:not(.unstyled).mobile.open li:last-of-type { + border-bottom-color: #3b3c3e; + } + /* source #6: "#e0e0e0", "#e0e0e0" */ + .cpt-tabs:not(.unstyled).mobile.open li a { + border-left-color: #3b3c3e; + border-right-color: #3b3c3e; + } + /* source #6: "#fff" */ + .cpt-tabs:not(.unstyled).mobile li.active a, + .cpt-tabs:not(.unstyled).mobile li:not(.active) a:hover, + .cpt-tabs:not(.unstyled).mobile li a { + background-color: #313234; + background-image: none; + } + /* source #6: "box-shadow: none", "none" */ + .cpt-toggle { + box-shadow: none; + background: none; + } + /* source #6: "white" */ + .cpt-toggle .bubble { + background-color: #313234; + background-image: none; + } + /* source #6: "color: #dbdbdb66", "#e0e0e0" */ + .tooltip-base { + border-color: #3b3c3e; + } + /* source #6: "color: #dbdbdb66" */ + .tooltip-base, .tooltip-base:hover { + color: #dbdbdb94; + } + /* source #6: "transparent", "transparent" */ + .tooltip.top .tooltip-arrow { + border-left-color: transparent; + border-right-color: transparent; + } + /* source #6: "transparent", "transparent" */ + .tooltip.right .tooltip-arrow { + border-top-color: transparent; + border-bottom-color: transparent; + } + /* source #6: "transparent", "transparent" */ + .tooltip.bottom .tooltip-arrow { + border-left-color: transparent; + border-right-color: transparent; + } + /* source #6: "transparent", "transparent" */ + .tooltip.left .tooltip-arrow { + border-top-color: transparent; + border-bottom-color: transparent; + } + /* source #6: "#ffffff" */ + .cpt-button .caret { + border-top-color: #313234; + } + /* source #6: "box-shadow: none", "transparent" */ + .cpt-button.style-outline { + box-shadow: none; + background: transparent; + } + /* source #6: "white" */ + .cpt-button.style-outline:hover { + border-color: #313234; + } + /* source #6: "#bbb" */ + .cpt-button.style-outline.color-grey { + border-color: #3b3c3e; + } + /* source #6: "box-shadow: none" */ + .cpt-button.disabled { + box-shadow: none; + } + /* source #6: "#CCCCCC" */ + .domain-helper .domain-header.domain-unset { + background-color: #484848; + } + /* source #6: "#EEEEEE" */ + .domain-helper .dns-records { + border-bottom-color: #3b3c3e; + } + /* source #6: "#EEEEEE" */ + .domain-helper .dns-records .dns-records-header { + background-color: #3f3d38; + } + /* source #6: "#EEEEEE" */ + .domain-helper .dns-records .dns-records-row { + border-color: #3b3c3e; + } + /* source #6: "#fff" */ + .cpt-pill-group button.pill { + background-color: #313234; + background-image: none; + } + /* source #6: "#E0E0E0", "color: #333" */ + .cpt-pill-group button.pill.active { + border-color: #3b3c3e; + color: #dbdbdbEE; + } + /* source #6: "transparent" */ + .cpt-pill-group button.pill.inactive { + border-color: transparent; + } + /* source #6: "#f8f8f8", "#e0e0e0", "#e0e0e0" */ + .updates-dropdown-container .updates-dropdown .updates-dropdown-nav a { + background-color: #2f3031; + border-right-color: #3b3c3e; + border-bottom-color: #3b3c3e; + } + /* source #6: "color: #dbdbdb66 !important" */ + .updates-dropdown-container .updates-dropdown .updates-dropdown-nav a:last-of-type { + color: #dbdbdb94 !important; + } + /* source #6: "#fff" */ + .updates-dropdown-container .updates-dropdown .updates-dropdown-section { + background-color: #313234; + background-image: none; + } + /* source #6: "rgba(0,0,0,0.8)" */ + .layout-content.status .masthead-container.premium .masthead .text-container { + background-color: #3f3d38; + } + /* source #6: "transparent" */ + .layout-content.status.status-full-history .show-filter.open { + border-color: transparent; + } + /* source #6: "transparent" */ + .layout-content.status.status-full-history .history-nav a:not(.current) { + border-color: transparent !important; + } + /* source #6: "transparent" */ + .layout-content.status.status-full-history .history-nav a.current { + border-bottom-color: transparent; + } + /* source #6: "white" */ + .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip, + .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip #box-arrow { + background-color: #313234; + background-image: none; + } + /* source #6: "box-shadow: none" */ + .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip .tooltip-box { + box-shadow: none; + } + /* source #6: "#e0e0e0", "color: #333" */ + .layout-content.status-internal { + border-color: #3b3c3e; + color: #dbdbdbEE; + } + /* source #6: "#fff" */ + .layout-content.status-internal .message-container { + background-color: #313234; + background-image: none; + } + /* source #6: "transparent", "white" */ + #uptime-tooltip .pointer-smaller { + border-color: transparent transparent #313234; + } + /* source #6: "transparent" */ + #uptime-tooltip .pointer-larger { + border-color: transparent; + } + /* source #6: "white" */ + #uptime-tooltip .tooltip-box { + background-color: #313234; + background-image: none; + } + /* source #6: "color: #333" */ + #uptime-tooltip .related-events .related-event .related-event-link { + color: #dbdbdbEE; + } + /* source #6: "color: #dbab09 !important" */ + .bg-pending, .text-pending { + color: #cb4 !important; + } + /* source #6: "color: #0366d6 !important" */ + .link-gray-dark:hover, .link-hover-blue:hover { + color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #6: "#f6f8fa" */ + body { + background-color: #252627; + } + /* source #6: "rgba(0, 0, 0, 0.125)" */ + .layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .updates, + .markdown-display table, .tooltip-base, + body.status .layout-content.status .border-color, hr { + border-color: rgba(200, 200, 200, 0.125); + } + /* source #6: "rgba(0, 0, 0, 0.125)" */ + .header { + border-bottom-color: rgba(200, 200, 200, 0.125); + } + /* source #6: "#fff" */ + .component-container, .incident-title + .updates { + background-color: #313234; + background-image: none; + } + /* source #6: "#e6ebf1" */ + .page-footer { + border-top-color: #3b3c3e !important; + } + /* source #6: "#f6f8fa" */ + .component-items-selector .grouped-item:hover { + background-color: #252627; + } + /* source #6: "#0366d6" */ + .component-items-selector .active, .component-items-selector .active:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #6: "#e6ebf1" */ + .incident-list::before, .status-day::before { + background-color: #444; + } + /* source #6: "#24292e" */ + .status-day > .date::before { + background: #313234 url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 2H12V3.5C12 3.78 11.78 4 11.5 4H9.5C9.22 4 9 3.78 9 3.5V2H6V3.5C6 3.78 5.78 4 5.5 4H3.5C3.22 4 3 3.78 3 3.5V2H2C1.45 2 1 2.45 1 3V14C1 14.55 1.45 15 2 15H13C13.55 15 14 14.55 14 14V3C14 2.45 13.55 2 13 2ZM13 14H2V5H13V14ZM5 3H4V1H5V3ZM11 3H10V1H11V3ZM6 7H5V6H6V7ZM8 7H7V6H8V7ZM10 7H9V6H10V7ZM12 7H11V6H12V7ZM4 9H3V8H4V9ZM6 9H5V8H6V9ZM8 9H7V8H8V9ZM10 9H9V8H10V9ZM12 9H11V8H12V9ZM4 11H3V10H4V11ZM6 11H5V10H6V11ZM8 11H7V10H8V11ZM10 11H9V10H10V11ZM12 11H11V10H12V11ZM4 13H3V12H4V13ZM6 13H5V12H6V13ZM8 13H7V12H8V13ZM10 13H9V12H10V13Z' fill='%23fff'/%3E%3C/svg%3e") no-repeat center center; + } + /* source #6: "#e6ebf1" */ + .month-title { + border-bottom-color: #3b3c3e !important; + } + /* source #6: "#e6ebf1" */ + .incident-container::before { + background-color: #444; + } + /* source #6: "#e6ebf1", "#f6f8fa" */ + .incident-container .incident-title::before { + background-color: #444; + border-color: #2f3031; + } + /* source #6: "color: #dbab09" */ + .update.investigating > strong { + color: #cb4; + } + /* source #6: "color: #28a745" */ + .update.resolved > strong { + color: #6cc644; + } + /* source #6: "#eff3f6", "linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)", "rgba(27, 31, 35, 0.2)", "color: #24292e !important", "box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px inset !important" */ + .flat-button, .history-header .show-filter { + background-color: #3f3d38 !important; + background-image: linear-gradient(-180deg, #2f3031 0%, #313234 90%) !important; + border-color: rgba(200, 200, 200, 0.15) !important; + color: #dbdbdbAA !important; + box-shadow: #000 0px 0px 0px inset !important; + } + /* source #6: "#fff" */ + .updates-dropdown-container .updates-dropdown { + background-color: #313234; + background-image: none; + } + /* source #6: "color: #24292e", "rgba(0, 0, 0, 0.125)" */ + .updates-dropdown-container .updates-dropdown-nav::before { + color: #dbdbdbAA; + border-bottom-color: rgba(200, 200, 200, 0.125); + } + /* source #6: "transparent" */ + .updates-dropdown-container #updates-dropdown-close-btn { + background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.48 5.99999L11.23 9.74999L9.75 11.23L6 7.47999L2.25 11.23L0.770004 9.74999L4.52 5.99999L0.770004 2.24999L2.25 0.769989L6 4.51999L9.75 0.769989L11.23 2.24999L7.48 5.99999Z' fill='%2324292e'/%3E%3C/svg%3e") no-repeat center center/12px auto; + } + /* source #6: "#ffffff" */ + #uptime-tooltip .tooltip-box, .grouped-items-selector, + .layout-content.status.status-api .section .example-container .example-opener .color-secondary, + .layout-content.status.status-full-history .history-nav a.current, body, + div[id^="subscribe-modal"], div[id^="subscribe-modal"] .modal-footer { + background-color: #313234; + background-image: none; + } + /* source #6: "#ffffff" */ + #uptime-tooltip .pointer-container .pointer-smaller { + border-bottom-color: #313234; + } + /* source #6: "color: #24292e" */ + #uptime-tooltip .tooltip-box .tooltip-content .related-events .related-event a.related-event-link, + .color-primary, .color-primary:hover, .incident-history .impact-none, + .layout-content.status-full-history .month .incident-container .impact-none, + .layout-content.status-index .status-day .update-title.impact-none a, + .layout-content.status-index .status-day .update-title.impact-none a:hover, + .layout-content.status-index .timeframes-container .timeframe.active, + .layout-content.status .grouped-items-selector.inline .grouped-item.active, + .layout-content.status.status-full-history .history-nav a.current, + .layout-content.status.status-full-history .history-nav a:not(.current):hover, + .layout-content.status.status-index .components-statuses .component-container .name, + .layout-content.status.status-index .incidents-list .incident-title.impact-none a, + body.status, div[id^="subscribe-modal"] .modal-header .close { + color: #dbdbdbAA; + } + /* source #6: "color: #6a737d" */ + #uptime-tooltip .tooltip-box .tooltip-content .related-events #related-event-header, + .color-secondary, + .layout-content.status .grouped-items-selector.inline .grouped-item, + .layout-content.status.status-full-history .history-footer .pagination a.disabled, + .layout-content.status.status-full-history .history-nav a, + .layout-content.status .table-row .date, small { + color: #dbdbdb94; + } + /* source #6: "#e1e4e8" */ + #uptime-tooltip .tooltip-box, .markdown-display table, .tooltip-base, + body.status .layout-content.status .border-color, div[id^="subscribe-modal"], + hr { + border-color: #3b3c3e; + } + /* source #6: "#e1e4e8" */ + .markdown-display table td, div[id^="subscribe-modal"] .modal-footer { + border-top-color: #3b3c3e; + } + /* source #6: "#e1e4e8" */ + .markdown-display table td + td, .markdown-display table th + th { + border-left-color: #3b3c3e; + } + /* source #6: "#e1e4e8" */ + #uptime-tooltip .pointer-container .pointer-larger, + div[id^="subscribe-modal"] .modal-header { + border-bottom-color: #3b3c3e; + } + /* source #6: "rgba(225,228,232,0.31)" */ + #uptime-tooltip .tooltip-box .outage-field { + background-color: #3f4143; + } + /* source #6: "#dbab09" */ + .layout-content.status.status-index .page-status.status-minor, + .layout-content.status.status-index .scheduled-incidents-container .tab, + .layout-content.status.status-index .status-day .update-title.impact-minor a, + .layout-content.status.status-index .status-day .update-title.impact-minor a:hover, + .layout-content.status.status-index .unresolved-incident.impact-minor .incident-title { + background-color: #cb4; + } + /* source #6: "color: #dbab09" */ + .components-container .component-inner-container.status-yellow .component-status, + .components-container .component-inner-container.status-yellow .icon-indicator, + .incident-history .impact-minor, + .layout-content.status-full-history .month .incident-container .impact-minor, + .layout-content.status-incident .incident-name.impact-minor, + .layout-content.status-index .components-statuses .component-container.status-yellow::after, + .layout-content.status.manage-subscriptions .confirmation-infobox .fa, + .layout-content.status.status-index .incidents-list .incident-title.impact-minor a, + .status-yellow .icon-indicator { + color: #cb4; + } + /* source #6: "#0366d6" */ + .layout-content.status.status-index .page-status.status-maintenance, + .layout-content.status.status-index .scheduled-incidents-container .tab, + .layout-content.status.status-index .status-day .update-title.impact-maintenance a, + .layout-content.status.status-index .status-day .update-title.impact-maintenance a:hover, + .layout-content.status.status-index .unresolved-incident.impact-maintenance .incident-title { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #6: "color: #0366d6" */ + .components-container .component-inner-container.status-blue .component-status, + .components-container .component-inner-container.status-blue .icon-indicator, + .incident-history .impact-maintenance, + .layout-content.status-full-history .month .incident-container .impact-maintenance, + .layout-content.status-incident .incident-name.impact-maintenance, + .layout-content.status-index .components-statuses .component-container.status-blue::after, + .layout-content.status.status-index .incidents-list .incident-title.impact-maintenance a, + .status-blue .icon-indicator { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #6: "#0366d6" */ + .layout-content.status.status-index .scheduled-incidents-container, + .layout-content.status.status-index .unresolved-incident.impact-maintenance .updates { + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #6: "#28a745" */ + .layout-content.status.status-index .page-status.status-none { + background-color: #373; + } + /* source #6: "color: #28a745" */ + .components-container .component-inner-container.status-green .component-status, + .components-container .component-inner-container.status-green .icon-indicator, + .layout-content.status-index .components-statuses .component-container.status-green::after, + .status-green .icon-indicator { + color: #6cc644; + } + /* source #6: "color: #0366d6" */ + .layout-content.status-incident .subheader a:hover, + .layout-content.status-index .page-footer span a:hover, + .layout-content.status-index .timeframes-container .timeframe:not(.active):hover, + a, a:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #6: "#0366d6" */ + .flat-button, .layout-content.status-full-history .show-filter.open, + .masthead .updates-dropdown-container .show-updates-dropdown { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #6: "color: #6a737d" */ + .components-section .components-uptime-link, + .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item, + .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item.light { + color: #dbdbdb94; + } + /* source #6: "#6a737d" */ + .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .spacer { + background: #444; + } + /* source #7: "color: #141823" */ + .graphiql-container, .graphiql-container button, .graphiql-container input { + color: #dbdbdbDD; + } + /* source #7: "linear-gradient(#f7f7f7, #e2e2e2)", "#d0d0d0" */ + .graphiql-container .topBar { + background: #252627; + border-bottom-color: #3b3c3e; + } + /* source #7: "linear-gradient(#f7f7f7, #e2e2e2)", "#d0d0d0", "color: #3b5998" */ + .graphiql-container .docExplorerShow, .graphiql-container .historyShow { + background: #252627; + border-bottom-color: #3b3c3e; + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #7: "#3B5998", "#3B5998" */ + .graphiql-container .docExplorerShow::before { + border-left-color: #ddc7a1; + border-top-color: #ddc7a1; + } + /* source #7: "#e0e0e0" */ + .graphiql-container .resultWrap { + border-left-color: #3b3c3e; + } + /* source #7: "white" */ + .graphiql-container .docExplorerWrap, .graphiql-container .historyPaneWrap { + background: #313234; + background-image: none; + } + /* source #7: "#eeeeee", "#d6d6d6", "#e0e0e0" */ + .graphiql-container .variable-editor-title { + background: #3f3d38; + border-bottom-color: #3b3c3e; + border-top-color: #3b3c3e; + } + /* source #7: "#e0e0e0", "#e0e0e0" */ + .graphiql-container .footer { + border-left-color: #3b3c3e; + border-top-color: #3b3c3e; + } + /* source #7: "#eeeeee" */ + .graphiql-container .footer::before { + background: #3f3d38; + } + /* source #7: "#fdfdfd", "linear-gradient(#f9f9f9, #ececec)", "box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.7),inset 0 1px #fff", "color: #555" */ + .graphiql-container .toolbar-button { + background: #313234; + background: linear-gradient(#303030, #282828); + box-shadow: 0 0 0 0.1px #3b3c3e; + color: #dbdbdbCC; + } + /* source #7: "linear-gradient(#ececec, #d5d5d5)", "box-shadow: 0 1px 0 rgba(255,255,255,0.7),inset 0 0 0 1px rgba(0,0,0,0.1),inset 0 1px 1px 1px rgba(0,0,0,0.12),inset 0 0 5px rgba(0,0,0,0.1)" */ + .graphiql-container .toolbar-button:active { + background: linear-gradient(#3b3c3e, #232529); + box-shadow: 0 0 0 1px #484848; + } + /* source #7: "linear-gradient(#fdfdfd, #d2d3d6)", "box-shadow: 0 1px 0 #fff" */ + .graphiql-container .execute-button { + background: linear-gradient(#303030, #282828); + box-shadow: 0 0 0 1px #484848; + } + /* source #7: "linear-gradient(#e6e6e6, #c3c3c3)" */ + .graphiql-container .execute-button:active { + background: linear-gradient(#3b3c3e, #232529); + } + /* source #7: "#fff" */ + .graphiql-container .execute-options, + .graphiql-container .toolbar-menu-items, + .graphiql-container .toolbar-select-options { + background: #313234; + background-image: none; + } + /* source #7: "none" */ + @keyframes blink { + 50% { + background: none; + } + } + /* source #7: "white" */ + .graphiql-container .doc-explorer { + background: #313234; + background-image: none; + } + /* source #7: "color: #3b5998" */ + .graphiql-container .doc-explorer-back { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #7: "#3B5998", "#3B5998" */ + .graphiql-container .doc-explorer-back::before { + border-left-color: #ddc7a1; + border-top-color: #ddc7a1; + } + /* source #7: "#ffffff", "#d6d6d6" */ + .graphiql-container .doc-explorer-contents, + .graphiql-container .history-contents { + background-color: #313234; + background-image: none; + border-top-color: #3b3c3e; + } + /* source #7: "#e0e0e0" */ + .graphiql-container .doc-category-title { + border-bottom-color: #3b3c3e; + } + /* source #7: "color: #555" */ + .graphiql-container .doc-category-item { + color: #dbdbdbCC; + } + /* source #7: "color: #b11a04" */ + .graphiql-container .keyword { + color: #f44; + } + /* source #7: "color: #ca9800" */ + .graphiql-container .type-name { + color: #cb4; + } + /* source #7: "color: #1f61a0" */ + .graphiql-container .field-name { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #7: "color: #8b2bb9" */ + .graphiql-container .arg-name { + color: #8368aa; + } + /* source #7: "color: #555" */ + .graphiql-container .show-btn { + color: #dbdbdbCC; + } + /* source #7: "#e0e0e0" */ + .graphiql-container .history-contents p, .graphiql-container .search-box { + border-bottom-color: #3b3c3e; + } + /* source #7: "color: #000" */ + mark { + color: #f0f0f0; + } + /* source #7: "none" */ + .btn.selected, .btn:active { + background-image: none; + } + /* source #7: "#e9ecef", "none", "rgba(27,31,35,0.35)" */ + .btn.selected, .btn:active, [open] > .btn { + background-color: #3b3c3e; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #7: "color: rgba(36,41,46,.4)", "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn.disabled, .btn:disabled { + color: rgba(210, 210, 210, 0.4); + background-color: #3f3d38; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #7: "#279f43", "none", "rgba(27,31,35,0.5)" */ + .btn-primary.selected, .btn-primary:active, [open] > .btn-primary { + background-color: #ddc7a1; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #7: "background-color: #94d3a2", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-primary.disabled, .btn-primary:disabled { + background: #ddc7a120; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #7: "none", "rgba(27,31,35,0.5)" */ + .btn-blue.selected, .btn-blue:active, [open] > .btn-blue { + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #7: "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-blue.disabled, .btn-blue:disabled { + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #7: "none", "rgba(27,31,35,0.5)" */ + .btn-danger.selected, .btn-danger:active, [open] > .btn-danger { + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #7: "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-danger.disabled, .btn-danger:disabled { + background-color: #3f3d38; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #7: "#0366d6", "none", "#0366d6" */ + .btn-outline.selected, .btn-outline:active, .btn-outline:hover, + [open] > .btn-outline { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #7: "color: #0366d6", "#fff" */ + .btn-outline.selected .Counter, .btn-outline:active .Counter, + .btn-outline:hover .Counter, [open] > .btn-outline .Counter { + color: /*[[base-color]]*/ #ddc7a1; + background-color: #313234; + background-image: none; + } + /* source #7: "color: rgba(27,31,35,.3)", "#fff", "rgba(27,31,35,0.15)", "box-shadow: none" */ + .btn-outline.disabled, .btn-outline:disabled { + color: rgba(230, 230, 230, 0.3); + background-color: #313234; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + box-shadow: none; + } + /* source #7: "color: rgba(88,96,105,.5)" */ + .btn-link:disabled, .btn-link:disabled:hover { + color: rgba(148, 148, 148, 0.5); + } + /* source #7: "color: #0366d6", "none", "box-shadow: none" */ + .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active, + .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active, + .btn-invisible:focus, .btn-invisible:hover { + color: /*[[base-color]]*/ #ddc7a1; + background: none; + box-shadow: none; + } + /* source #7: "color: #959da5" */ + .btn-octicon.disabled, .btn-octicon.disabled:hover { + color: #767676; + } + /* source #7: "color: #24292e", "#fff", "#d1d5da" */ + .menu-item.selected, .tabnav-tab.selected, .tabnav-tab[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + .tabnav-tab.selected, .tabnav-tab[aria-selected="true"] { + border-color: #3b3c3e; + } + /* source #7: "#0366d6", "#0366d6" */ + .filter-item.selected, .subnav-item.selected, .subnav-item.selected:focus, + .subnav-item.selected:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + .subnav-item.selected, .subnav-item.selected:focus, + .subnav-item.selected:hover { + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #7: "#0366d6", "#0366d6" */ + .pagination .current, .pagination .current:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #7: "color: #d1d5da", "#fafbfc" */ + .pagination .disabled, .pagination .disabled:hover, .pagination .gap, + .pagination .gap:hover { + color: #3b3c3e; + background-color: #313234; + } + /* source #7: "#d1d5da", "box-shadow: 0 1px 5px rgba(27,31,35,.15)" */ + @media (min-width: 544px) { + .SelectMenu-modal { + border-color: #3b3c3e; + box-shadow: 0 1px 5px #000; + } + } + /* source #7: "#eaecef" */ + .SelectMenu-item + .SelectMenu-item { + border-top-color: #3b3c3e; + } + /* source #7: "transparent" */ + @media (min-width: 544px) { + .SelectMenu-tab { + border-color: transparent; + } + } + /* source #7: "color: #24292e", "#fff" */ + .SelectMenu-tab[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + /* source #7: "#e1e4e8", "box-shadow: none" */ + @media (min-width: 544px) { + .SelectMenu-tab[aria-selected="true"] { + border-color: #3b3c3e; + box-shadow: none; + } + } + /* source #7: "color: #6a737d", "#f6f8fa", "#e1e4e8", "#e1e4e8" */ + .SelectMenu-divider { + border-top-color: #3b3c3e; + } + /* source #7: "box-shadow: 0 1px 0 #eaecef" */ + .SelectMenu--hasFilter .SelectMenu-item:last-child { + box-shadow: 0 1px 0 #3b3c3e; + } + /* source #7: "color: #24292e" */ + .SelectMenu-item[aria-checked="true"] { + color: #dbdbdbAA; + } + /* source #7: "#0366d6", "#dbedff", "color: #24292e", "#e1e4e8", "#f6f8fa" */ + @media (hover: hover) { + .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + body:not(.intent-mouse) .SelectMenu-tab:focus { + background-color: #434247; + } + .SelectMenu-tab:not([aria-checked="true"]):hover { + color: #dbdbdbAA; + background-color: #3b3c3e; + } + .SelectMenu-tab:not([aria-checked="true"]):active { + color: #dbdbdbAA; + background-color: #252627; + } + } + /* source #7: "#fafbfc" */ + @media (hover: none) { + .SelectMenu-item:active, .SelectMenu-item:focus { + background-color: #313234; + } + } + /* source #7: "#0366d6" */ + .alpha-badge { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #7: "#e0e0e0" */ + .graphiql-ide { + border-top-color: #3b3c3e; + } + /* source #7: "#ddd" */ + .graphiql-ide.signed-out::after { + background: #232529; + } + /* source #8: "transparent" */ + .Box-row:first-of-type { + border-top-color: transparent; + } + /* source #8: "color: #444d56", "#fafbfc", "#d1d5da", "#d1d5da", "box-shadow: inset 0 -1px 0 #d1d5da" */ + .markdown-body kbd { + border-bottom-color: #3b3c3e; + } + /* source #8: "#eaecef" */ + .markdown-body h1, .markdown-body h2 { + border-bottom-color: #3b3c3e; + } + /* source #8: "color: #24292e", "#fff", "#d1d5da" */ + .ais-SearchBox-input, .form-control, .form-select { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #8: "#2188ff", "box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)" */ + .ais-SearchBox-input:focus, .focus.ais-SearchBox-input, .form-control.focus, + .form-control:focus, .form-select.focus, .form-select:focus { + border-color: /*[[base-color]]*/ #ddc7a1; + box-shadow: 0 0 0 2px rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #8: "color: #586069" */ + .hfields .form-group dt label { + color: #dbdbdbCC; + } + /* source #8: "#fafbfc" */ + .form-group .ais-SearchBox-input, .form-group .form-control { + background-color: #313234; + } + /* source #8: "#fff" */ + .form-group .ais-SearchBox-input:focus, .form-group .form-control:focus { + background-color: #313234; + background-image: none; + } + /* source #8: "color: #cb2431" */ + .form-group dd h4.is-error { + color: #f44; + } + /* source #8: "color: #28a745" */ + .form-group dd h4.is-success { + color: #6cc644; + } + /* source #8: "color: #cb2431" */ + .form-group.required dt label::after { + color: #f44; + } + /* source #8: "transparent" */ + .form-group.errored .error::after, .form-group.errored .error::before, + .form-group.errored .warning::after, .form-group.errored .warning::before, + .form-group.warn .error::after, .form-group.warn .error::before, + .form-group.warn .warning::after, .form-group.warn .warning::before { + border-color: transparent; + } + /* source #8: "box-shadow: none" */ + .upload-enabled.focused .ais-SearchBox-input, + .upload-enabled.focused .form-control { + box-shadow: none; + } + /* source #8: "color: #24292e", "#fff" */ + .SideNav-item[aria-current="page"], .SideNav-item[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + /* source #8: "color: #24292e" */ + .SideNav-subItem[aria-current="page"], + .SideNav-subItem[aria-selected="true"] { + color: #dbdbdbAA; + } + /* source #8: "color: #0366d6 !important" */ + .text-blue-mktg { + color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #8: "#d1d5da" */ + .underline-dashed { + background-image: linear-gradient(to right, #3b3c3e 50%, rgba(255, 255, 255, 0) 0%); + } + /* source #8: "#032f62" */ + .bg-blue-dark { + background-color: #434247 !important; + } + /* source #8: "color: #24292e" */ + .directory-toc h3 a { + color: #dbdbdbAA; + } + /* source #8: "#fafbfc" */ + @media (max-width: 767px) { + .nav-mobile-dropdown.js-open { + background-color: #313234; + } + } + /* source #8: "#fff" */ + @media (min-width: 768px) { + .nav-desktop-langDropdown, .nav-desktop-productDropdown { + background: #313234; + background-image: none; + } + } + /* source #8: "transparent" */ + @media (min-width: 768px) { + details.close-when-clicked-outside[open] > summary::before { + background: transparent; + } + } + /* source #8: "#0366d6" */ + .directory-link-box.Box:hover, .directory-link-box:hover .Box { + border-color: #ddc7a1; + } + /* source #8: "color: #959da5" */ + .breadcrumbs a:not(:last-child)::after { + color: #767676; + } + /* source #8: "#eee" */ + .markdown-body ol > li { + border-top-color: #3b3c3e; + } + /* source #8: "#eee" */ + .procedural-image-wrapper img { + border-color: #3b3c3e; + } + /* source #8: "none" */ + .ais-SearchBox-reset { + background: none; + } + /* source #8: "#f1f8ff" */ + .ais-Hits-item.active, .ais-Hits-item:hover { + background: #434247; + } + /* source #8: "none" */ + .ais-Highlight-highlighted, mark { + background: none; + } + /* source #8: "color: #0366d6" */ + .search-result-title .ais-Highlight-highlighted, .search-result-title mark { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #8: "#0366d6" */ + .search-result-intro .ais-Highlight-highlighted, .search-result-intro mark { + border-bottom-color: #ddc7a1; + } + /* source #8: "#fff", "rgba(27,31,35,.15)" */ + @media (min-width: 768px) { + header #search-results-container { + background: #313234; + background-image: none; + } + header .search-overlay-desktop.js-open { + background: rgba(200, 200, 200, 0.22); + } + } + /* source #8: "color: #24292e" */ + .extended-markdown.note pre code, .markdown-body .lead-mktg p, + div.light-bg a, div.light-bg a h4 { + color: #dbdbdbAA; + } + /* source #8: "color: #586069" */ + div.light-bg a p { + color: #dbdbdbCC; + } + /* source #8: "#032f62" */ + .sidebar, .sidebar-guide.active { + background-color: #434247; + } + /* source #8: "#ddd" */ + iframe#graphiql { + border-color: #3b3c3e; + } + /* source #8: "color: #333", "#f8f8f8" */ + .hljs { + background: #2f3031; + } + /* source #8: "color: #333" */ + .hljs, .hljs-keyword, .hljs-selector-tag, .hljs-subst { + color: #dbdbdbEE; + } + /* source #8: "none" */ + .markdown-body table code { + background: none; + } + /* source #8: "#fff" */ + .markdown-body table th { + background: #313234; + background-image: none; + } + /* source #8: "none" */ + .markdown-body table tr:nth-child(2n) { + background: none; + } + /* source #9: "box-shadow: inset 2px 0 0 #0366d6" */ + .Box-row.Box-row--unread, .Box-row.unread { + box-shadow: inset 2px 0 0 #eee; + } + /* source #9: "color: #24292e", "color: #0366d6" */ + @media (min-width: 768px) { + .Box-row-link { + color: #dbdbdbAA; + } + .Box-row-link:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + } + /* source #9: "#c8e1ff" */ + .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row { + border-color: #ddc7a135; + } + /* source #9: "color: #586069" */ + .breadcrumb-item-selected, + .breadcrumb-item[aria-current]:not([aria-current="false"]) { + color: #dbdbdbCC; + } + /* source #9: "color: #24292e", "#eff3f6", "#fafbfc","#eff3f6" */ + .btn { + background-image: linear-gradient(-180deg, #313234, #3f3d38 90%); + } + /* source #9: "#e6ebf1", "linear-gradient(-180deg,#f0f3f6,#e6ebf1 90%)", "rgba(27,31,35,.35)" */ + .btn.hover, .btn:hover { + background-image: linear-gradient(#3b3c3e, #232529); + } + /* source #9: "#28a745", "#28a745" */ + .btn-primary { + background-image: linear-gradient(-180deg, #34d058, #373 90%); + } + /* source #9: "#0361cc", "linear-gradient(-180deg,#0679fc,#0361cc 90%)" */ + .btn-blue { + background-image: linear-gradient(to bottom, #283040, #434247); + } + /* source #9: "color: #cb2431", "#fafbfc", "#fafbfc","#eff3f6" */ + .btn-danger { + background-image: linear-gradient(-180deg, #313234, #3f3d38 90%); + } + /* source #9: "#cb2431", "#cb2431", "rgba(27,31,35,.5)" */ + .btn-danger:hover { + background-image: linear-gradient(-180deg, #de4450, #911 90%); + } + /* source #9: "color: #24292e", "#fff", "#d1d5da" */ + .form-control, .form-select { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #9: "#2188ff", "box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)" */ + .form-control.focus, .form-control:focus, .form-select.focus, + .form-select:focus { + border-color: /*[[base-color]]*/ #ddc7a1; + box-shadow: 0 0 0 2px rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #9: "#fafbfc" */ + .form-group .form-control { + background-color: #313234; + } + /* source #9: "#fff" */ + .form-group .form-control:focus { + background-color: #313234; + background-image: none; + } + /* source #9: "box-shadow: none" */ + .upload-enabled.focused .form-control { + box-shadow: none; + } + /* source #9: "color: #24292e", "#fff" */ + .menu-item.selected, .menu-item[aria-current]:not([aria-current="false"]), + .menu-item[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + /* source #9: "color: #24292e", "#fff", "#d1d5da" */ + .tabnav-tab.selected, .tabnav-tab[aria-current]:not([aria-current="false"]), + .tabnav-tab[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #9: "#0366d6" */ + .filter-item.selected, + .filter-item[aria-current]:not([aria-current="false"]), + .filter-item[aria-selected="true"] { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #9: "color: #24292e", "#fff" */ + .SideNav-item[aria-current]:not([aria-current="false"]), + .SideNav-item[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + /* source #9: "color: #24292e" */ + .SideNav-subItem[aria-current]:not([aria-current="false"]), + .SideNav-subItem[aria-selected="true"] { + color: #dbdbdbAA; + } + /* source #9: "#0366d6", "#0366d6" */ + .subnav-item.selected, + .subnav-item[aria-current]:not([aria-current="false"]), + .subnav-item[aria-selected="true"] { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #9: "color: #24292e", "border-bottom-color: #e36209" */ + .UnderlineNav-item.selected, + .UnderlineNav-item[aria-current]:not([aria-current="false"]), + .UnderlineNav-item[role="tab"][aria-selected="true"] { + color: #dbdbdbAA; + border-bottom-color: #ddc7a1; + } + /* source #9: "color: #6a737d" */ + .UnderlineNav-item.selected .UnderlineNav-octicon, + .UnderlineNav-item[aria-current]:not([aria-current="false"]) .UnderlineNav-octicon, + .UnderlineNav-item[role="tab"][aria-selected="true"] .UnderlineNav-octicon { + color: #dbdbdb94; + } + /* source #9: "#0366d6", "#0366d6" */ + .pagination .current, .pagination .current:hover, + .pagination [aria-current]:not([aria-current="false"]) { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #9: "#e1e4e8" */ + .border-bottom { + border-bottom-color: #3b3c3e !important; + } + /* source #9: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 544px) { + .border-sm { + border-color: #3b3c3e !important; + } + .border-sm-top { + border-top-color: #3b3c3e !important; + } + .border-sm-right { + border-right-color: #3b3c3e !important; + } + .border-sm-bottom { + border-bottom-color: #3b3c3e !important; + } + .border-sm-left { + border-left-color: #3b3c3e !important; + } + } + /* source #9: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 768px) { + .border-md { + border-color: #3b3c3e !important; + } + .border-md-top { + border-top-color: #3b3c3e !important; + } + .border-md-right { + border-right-color: #3b3c3e !important; + } + .border-md-bottom { + border-bottom-color: #3b3c3e !important; + } + .border-md-left { + border-left-color: #3b3c3e !important; + } + } + /* source #9: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 1012px) { + .border-lg { + border-color: #3b3c3e !important; + } + .border-lg-top { + border-top-color: #3b3c3e !important; + } + .border-lg-right { + border-right-color: #3b3c3e !important; + } + .border-lg-bottom { + border-bottom-color: #3b3c3e !important; + } + .border-lg-left { + border-left-color: #3b3c3e !important; + } + } + /* source #9: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 1280px) { + .border-xl { + border-color: #3b3c3e !important; + } + .border-xl-top { + border-top-color: #3b3c3e !important; + } + .border-xl-right { + border-right-color: #3b3c3e !important; + } + .border-xl-bottom { + border-bottom-color: #3b3c3e !important; + } + .border-xl-left { + border-left-color: #3b3c3e !important; + } + } + /* source #9: "#eaecef" */ + .border-gray-light { + border-color: #3b3c3e !important; + } + /* source #9: "color: #586069 !important" */ + .text-gray { + color: #dbdbdbCC !important; + } + /* source #9: "text-shadow: 0 1px 0 hsla(0,0%,100%,.5)" */ + .text-shadow-light { + text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.5); + } + /* source #9: "rgba(27,31,35,.15)" */ + .flash-error, .flash-warn { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #9: "#fff", "box-shadow: 0 0 5px rgba(27,31,35,.3)" */ + .autocomplete-results { + background: #313234; + background-image: none; + box-shadow: 0 0 5px #000; + } + /* source #9: "#0366d6" */ + .autocomplete-item.navigation-focus, .autocomplete-item.selected, + .autocomplete-item:hover, .autocomplete-item[aria-selected="true"] { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #9: "#fff", "#e1e4e8", "box-shadow: 0 1px 5px rgba(27,31,35,.15)" */ + .suggester { + background: #313234; + background-image: none; + border-color: #3b3c3e; + box-shadow: 0 1px 5px #000; + } + /* source #9: "#e1e4e8" */ + .suggester li { + border-bottom-color: #3b3c3e; + } + /* source #9: "color: #586069" */ + .suggester li small { + color: #dbdbdbCC; + } + /* source #9: "#0366d6" */ + .suggester li.navigation-focus, .suggester li:hover, + .suggester li[aria-selected="true"] { + background: /*[[base-color]]*/ #ddc7a1; + color: #2f3031; + background-image: none; + } + /* source #9: "#fff" */ + .avatar-child { + background-color: #313234; + background-image: none; + } + /* source #9: "#fff" */ + .AvatarStack-body { + background: #313234; + background-image: none; + } + /* source #9: "#fff", "#fff" */ + .AvatarStack-body .avatar { + background-color: #313234; + background-image: none; + border-right-color: #313234; + } + /* source #9: "#f6f8fa" */ + .avatar.avatar-more { + background: #252627; + } + /* source #9: "outline: 1px solid #fff" */ + .avatar.avatar-more::after, .avatar.avatar-more::before { + outline-color: #3b3c3e; + } + /* source #9: "#e1e4e8" */ + .avatar.avatar-more::before { + background: #3b3c3e; + } + /* source #9: "#d1d5da" */ + .avatar.avatar-more::after, .AvatarStack--right .avatar.avatar-more { + background: #3b3c3e; + } + /* source #9: "#f6f8fa" */ + .AvatarStack--right .avatar.avatar-more::after { + background: #252627; + } + /* source #9: "#fff" */ + .AvatarStack--right .avatar { + border-left-color: #313234; + } + /* source #9: "#e1e4e8" */ + .DashedConnection::before { + border-bottom-color: #3b3c3e; + } + /* source #9: "#fff", "#eaecef" */ + .blankslate code { + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #9: "color: #a3aab1" */ + .blankslate-icon { + color: #767676; + } + /* source #9: "color: rgba(27,31,35,.6)" */ + .branch-name { + color: rgba(230, 230, 230, 0.6); + } + /* source #9: "color: #0366d6" */ + a.branch-name { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #9: "#444d56","transparent" */ + .dropdown-menu-dark.dropdown-menu-ne::before { + border-color: #3b3c3e transparent transparent; + } + /* source #9: "#2f363d","transparent" */ + .dropdown-menu-dark.dropdown-menu-ne::after { + border-color: #282828 transparent transparent; + } + /* source #9: "#24292e" */ + .Header { + background-color: #313234; + } + /* source #9: "color: #586069", "#eaecef" */ + .Label--gray { + color: #dbdbdbCC; + background-color: #3b3c3e; + } + /* source #9: "color: #586069", "transparent", "rgba(27,31,35,.15)", "box-shadow: none" */ + .Label--outline { + color: #dbdbdbCC; + background-color: transparent; + border-color: rgba(200, 200, 200, 0.1); + box-shadow: none; + } + /* source #9: "color: #28a745", "#34d058" */ + .Label--outline-green { + color: #6cc644; + border-color: #34d058; + } + /* source #9: "#6a737d" */ + .Label--gray-darker { + background-color: #444; + } + /* source #9: "#d15704" */ + .Label--orange { + background-color: #f3582c; + } + /* source #9: "#6a737d" */ + .state, .State { + background-color: #444; + } + /* source #9: "#2cbe4e" */ + .State--green { + background-color: #373; + } + /* source #9: "#6f42c1" */ + .State--purple { + background-color: #8368aa; + } + /* source #9: "#cb2431" */ + .State--red { + background-color: #911; + } + /* source #9: "color: #586069", "rgba(27,31,35,.08)" */ + .Counter { + color: #dbdbdbCC; + background-color: #3e4036 + } + /* source #9: "color: #24292e", "rgba(27,31,35,.15)" */ + .Counter--gray-light { + color: #dbdbdbAA; + background-color: rgba(200, 200, 200, 0.22); + } + /* source #9: "#6a737d" */ + .Counter--gray { + background-color: #444; + } + /* source #9: "color: #586069" */ + .diffstat { + color: #dbdbdbCC; + } + /* source #9: "#cb2431" */ + .diffstat-block-deleted { + background-color: #911; + } + /* source #9: "#2cbe4e" */ + .diffstat-block-added { + background-color: #373; + } + /* source #9: "#d1d5da" */ + .diffstat-block-neutral { + background-color: #3b3c3e; + } + /* source #9: "color: #444d56", "#fafbfc", "#d1d5da", "box-shadow: inset 0 -1px 0 #d1d5da" */ + .markdown-body kbd { + color: #dbdbdbCC; + background-color: #313234; + border-color: #3b3c3e; + box-shadow: inset 0 -2px 0 #232529; + } + /* source #9: "color: #cb2431" */ + .markdown-body .absent { + color: #f44; + } + /* source #9: "#e1e4e8" */ + .markdown-body hr { + background-color: #3b3c3e; + } + /* source #9: "color: #6a737d", "#dfe2e5" */ + .markdown-body blockquote { + color: #dbdbdb94; + border-left-color: #3b3c3e; + } + /* source #9: "color: #1b1f23" */ + .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, + .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, + .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link { + color: #dbdbdbDD; + } + /* source #9: "#eaecef" */ + .markdown-body h1, .markdown-body h2 { + border-bottom-color: #3b3c3e; + } + /* source #9: "color: #6a737d" */ + .markdown-body h6 { + color: #dbdbdb94; + } + /* source #9: "#dfe2e5" */ + .markdown-body table td, .markdown-body table th { + border-color: #3b3c3e; + } + /* source #9: "#fff" */ + .markdown-body table tr { + background-color: #313234; + background-image: none; + } + /* source #9: "#f6f8fa" */ + .markdown-body table tr:nth-child(2n) { + background-color: #252627; + } + /* source #9: "transparent" */ + .markdown-body table img { + background-color: transparent; + } + /* source #9: "#fff" */ + .markdown-body img { + background-color: #313234; + background-image: none; + } + /* source #9: "transparent" */ + .markdown-body .emoji { + background-color: transparent; + } + /* source #9: "#dfe2e5" */ + .markdown-body span.frame > span { + border-color: #3b3c3e; + } + /* source #9: "color: #24292e" */ + .markdown-body span.frame span span { + color: #dbdbdbAA; + } + /* source #9: "transparent" */ + .markdown-body pre > code { + background: transparent; + } + /* source #9: "transparent" */ + .markdown-body pre code, .markdown-body pre tt { + background-color: transparent; + } + /* source #9: "#fff" */ + .markdown-body .csv-data .blob-num { + background: #313234; + background-image: none; + } + /* source #9: "#f6f8fa" */ + .markdown-body .csv-data th { + background: #252627; + } + /* source #9: "transparent", "rgba(27,31,35,.15)" */ + .Popover-message::before { + border-color: transparent transparent rgba(200, 200, 200, 0.1); + } + /* source #9: "transparent", "#fff" */ + .Popover-message::after { + border-color: transparent transparent #313234; + } + /* source #9: "transparent" */ + .Popover-message--bottom-left::after, .Popover-message--bottom-left::before, + .Popover-message--bottom-right::after, + .Popover-message--bottom-right::before, .Popover-message--bottom::after, + .Popover-message--bottom::before { + border-bottom-color: transparent; + } + /* source #9: "rgba(27,31,35,.15)" */ + .Popover-message--bottom-left::before, + .Popover-message--bottom-right::before, .Popover-message--bottom::before { + border-top-color: rgba(200, 200, 200, 0.1); + } + /* source #9: "#fff" */ + .Popover-message--bottom-left::after, .Popover-message--bottom-right::after, + .Popover-message--bottom::after { + border-top-color: #313234; + } + /* source #9: "transparent" */ + .Popover-message--left-bottom::after, .Popover-message--left-bottom::before, + .Popover-message--left-top::after, .Popover-message--left-top::before, + .Popover-message--left::after, .Popover-message--left::before, + .Popover-message--right-bottom::after, + .Popover-message--right-bottom::before, .Popover-message--right-top::after, + .Popover-message--right-top::before, .Popover-message--right::after, + .Popover-message--right::before { + border-bottom-color: transparent; + } + /* source #9: "rgba(27,31,35,.15)" */ + .Popover-message--right-bottom::before, .Popover-message--right-top::before, + .Popover-message--right::before { + border-left-color: rgba(200, 200, 200, 0.1); + } + /* source #9: "#fff" */ + .Popover-message--right-bottom::after, .Popover-message--right-top::after, + .Popover-message--right::after { + border-left-color: #313234; + } + /* source #9: "rgba(27,31,35,.15)" */ + .Popover-message--left-bottom::before, .Popover-message--left-top::before, + .Popover-message--left::before { + border-right-color: rgba(200, 200, 200, 0.1); + } + /* source #9: "#fff" */ + .Popover-message--left-bottom::after, .Popover-message--left-top::after, + .Popover-message--left::after { + border-right-color: #313234; + } + /* source #9: "#fff" */ + @media (hover: hover) { + .SelectMenu-tab:not([aria-checked="true"]):active, + .SelectMenu-tab:not([aria-checked="true"]):hover { + background-color: #313234; + background-image: none; + } + } + /* source #9: "#f6f8fa" */ + .SelectMenu-modal { + background-color: #252627; + } + /* source #9: "#d1d5da", "box-shadow: 0 1px 5px rgba(27,31,35,.15)" */ + @media (min-width: 544px) { + .SelectMenu-modal { + border-color: #3b3c3e; + box-shadow: 0 1px 5px #000; + } + } + /* source #9: "color: #6a737d", "transparent" */ + .SelectMenu-closeButton { + color: #dbdbdb94; + background-color: transparent; + } + /* source #9: "#fff", "#e1e4e8" */ + .SelectMenu-filter, .SelectMenu-list { + border-top-color: #3b3c3e; + } + /* source #9: "color: #586069", "#fff", "#eaecef" */ + .SelectMenu-item, .SelectMenu-list { + background-color: #313234; + background-image: none; + } + .SelectMenu-item { + color: #dbdbdbCC; + border-bottom-color: #3b3c3e; + } + /* source #9: "#e1e4e8" */ + .SelectMenu-tabs { + border-top-color: #3b3c3e; + } + /* source #9: "color: #6a737d", "transparent" */ + .SelectMenu-tab { + color: #dbdbdb94; + background-color: transparent; + } + /* source #9: "transparent" */ + @media (min-width: 544px) { + .SelectMenu-tab { + border-color: transparent; + } + } + /* source #9: "color: #24292e", "#fff" */ + .SelectMenu-tab[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + /* source #9: "#e1e4e8", "box-shadow: none" */ + @media (min-width: 544px) { + .SelectMenu-tab[aria-selected="true"] { + border-color: #3b3c3e; + box-shadow: none; + } + } + /* source #9: "#eaecef" */ + .SelectMenu-message { + border-bottom-color: #3b3c3e; + } + /* source #9: "#fff" */ + .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message { + background-color: #313234; + background-image: none; + } + /* source #9: "color: #6a737d", "#f6f8fa", "#eaecef" */ + .SelectMenu-divider { + color: #dbdbdb94; + background-color: #252627; + border-bottom-color: #3b3c3e; + } + /* source #9: "color: #6a737d", "#e1e4e8" */ + .SelectMenu-footer { + color: #dbdbdb94; + border-top-color: #3b3c3e; + } + /* source #9: "color: #24292e" */ + .SelectMenu-item[aria-checked="true"] { + color: #dbdbdbAA; + } + /* source #9: "#f6f8fa", "#fafbfc", "#dbedff", "color: #24292e", "#e1e4e8", "#f6f8fa" */ + @media (hover: hover) { + .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus { + background-color: #252627; + } + .SelectMenu-item:active { + background-color: #313234; + } + body:not(.intent-mouse) .SelectMenu-tab:focus { + background-color: #434247; + } + .SelectMenu-tab:not([aria-selected="true"]):hover { + color: #dbdbdbAA; + background-color: #3b3c3e; + } + .SelectMenu-tab:not([aria-selected="true"]):active { + color: #dbdbdbAA; + background-color: #252627; + } + } + /* source #9: "#fafbfc" */ + @media (hover: none) { + .SelectMenu-item:active, .SelectMenu-item:focus { + background-color: #313234; + } + } + /* source #9: "#e1e4e8" */ + .Subhead { + border-bottom-color: #3b3c3e; + } + /* source #9: "color: #cb2431" */ + .Subhead-heading--danger { + color: #f44; + } + /* source #9: "color: #586069" */ + .Subhead-description { + color: #dbdbdbCC; + } + /* source #9: "color: #1b1f23", "#fff" */ + .Toast { + color: #dbdbdbDD; + background-color: #313234; + } + /* source #9: "#0366d6" */ + .Toast, .Toast-icon { + background-image: none; + } + .Toast-icon { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + } + /* source #9: "transparent" */ + .Toast-dismissButton { + background-color: transparent; + } + /* source #9: "color: #586069" */ + .Toast-dismissButton:focus, .Toast-dismissButton:hover { + color: #dbdbdbCC; + } + /* source #9: "color: #959da5" */ + .Toast-dismissButton:active { + color: #767676; + } + /* source #9: "#d73a49" */ + .Toast--error .Toast-icon { + background-color: #f44; + } + /* source #9: "color: #24292e" */ + .Toast--warning .Toast-icon { + color: #dbdbdbAA; + } + /* source #9: "#28a745" */ + .Toast--success .Toast-icon { + background-color: #373; + } + /* source #9: "#586069" */ + .Toast--loading .Toast-icon { + background-color: #3b3c3e; + } + /* source #9: "color: #586069", "#e1e4e8" */ + .pullquote { + color: #dbdbdbCC; + border-left-color: #3b3c3e; + } + /* source #9: "#fff", "#444d56" */ + .Box--overlay { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #9: "#0366d6" */ + .dropdown-item.selected, .dropdown-item:focus, .dropdown-item:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #9: "transparent","rgba(27,31,35,.15)" */ + .dropdown-menu-w::before { + border-color: transparent transparent transparent rgba(200, 200, 200, 0.1); + } + /* source #9: "transparent","#fff" */ + .dropdown-menu-w::after { + border-color: transparent transparent transparent #313234; + } + /* source #9: "transparent","rgba(27,31,35,.15)" */ + .dropdown-menu-e::before { + border-color: transparent rgba(200, 200, 200, 0.1) transparent transparent; + } + /* source #9: "transparent","#fff" */ + .dropdown-menu-e::after { + border-color: transparent #313234 transparent transparent; + } + /* source #9: "#79b8ff" */ + .loader-bar { + background-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #9: "color: #24292e" */ + .step { + color: #dbdbdbAA; + } + /* source #9: "color: #28a745" */ + .step .step-check { + color: #6cc644; + } + /* source #9: "color: #959da5" */ + .step--completed, .step .step-title::before { + color: #767676; + } + /* source #9: "color: #6a737d !important" */ + .step--completed .link-gray-dark, .step--completed .step-title { + color: #dbdbdb94 !important; + } + /* source #9: "color: #2f363d !important" */ + .step--completed .link-gray-dark:hover { + color: #dbdbdbEE !important; + } + /* source #9: "color: #24292e" */ + .step--current { + color: #dbdbdbAA; + } + /* source #9: "color: #6a737d" */ + .step--current ~ .step:not(.step-completed) { + color: #dbdbdb94; + } + /* source #9: "color: #6a737d !important" */ + .step--current ~ .step:not(.step-completed) .link-gray-dark { + color: #dbdbdb94 !important; + } + /* source #9: "color: #2f363d !important" */ + .step--current ~ .step:not(.step-completed) .link-gray-dark:hover { + color: #dbdbdbEE !important; + } + /* source #9: "color: #d1d5da" */ + .registration-progress-steps .step-loading { + color: #3b3c3e; + } + /* source #9: "color: #b08800" */ + .registration-progress-steps .step--current .step-loading { + color: #cb4; + } + /* source #9: "transparent", "currentcolor" */ + .select-menu-button::after { + border-color: currentcolor transparent transparent; + } + /* source #9: "#fff" */ + .select-menu-button.primary::after { + border-top-color: #313234; + } + /* source #9: "transparent" */ + .select-menu-loading-overlay { + border-color: transparent; + } + /* source #9: "color: #586069", "#fff", "rgba(27,31,35,.15)" */ + .select-menu-modal { + color: #dbdbdbCC; + background-color: #313234; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #9: "#f6f8fa", "#e1e4e8" */ + .select-menu-divider, .select-menu-header { + background: #252627; + border-bottom-color: #3b3c3e; + } + /* source #9: "color: #24292e" */ + .select-menu-divider, .select-menu-header .select-menu-title { + color: #dbdbdbAA; + } + /* source #9: "#e1e4e8" */ + .select-menu-divider { + border-top-color: #3b3c3e; + } + /* source #9: "color: #c6cbd1" */ + .select-menu-header .close-button, .select-menu-header .octicon { + color: #5a5a5a; + } + /* source #9: "color: #444d56" */ + .select-menu-header .close-button:hover, .select-menu-header .octicon:hover { + color: #dbdbdbCC; + } + /* source #9: "#f6f8fa" */ + .select-menu-filters { + background-color: #252627; + } + /* source #9: "#dfe2e5" */ + .select-menu-text-filter:first-child:last-child { + border-bottom-color: #3b3c3e; + } + /* source #9: "#dfe2e5" */ + .select-menu-text-filter input { + border-color: #3b3c3e; + } + /* source #9: "color: #a3aab1" */ + .select-menu-text-filter input::-webkit-input-placeholder { + color: #767676; + } + /* source #9: "color: #a3aab1" */ + .select-menu-text-filter input:-ms-input-placeholder { + color: #767676; + } + /* source #9: "color: #a3aab1" */ + .select-menu-text-filter input::-ms-input-placeholder { + color: #767676; + } + /* source #9: "color: #a3aab1" */ + .select-menu-text-filter input::placeholder { + color: #767676; + } + /* source #9: "#dfe2e5" */ + .select-menu-tabs { + border-bottom-color: #3b3c3e; + } + /* source #9: "color: #6a737d", "transparent", "transparent" */ + .select-menu-tabs .select-menu-tab-nav, .select-menu-tabs a { + color: #dbdbdb94; + background: transparent; + border-color: transparent; + } + /* source #9: "color: #24292e" */ + .select-menu-tabs .select-menu-tab-nav:hover, .select-menu-tabs a:hover { + color: #dbdbdbAA; + } + /* source #9: "color: #24292e", "#fff", "border-color: #dfe2e5 #dfe2e5 #fff" */ + .select-menu-tabs .select-menu-tab-nav.selected, + .select-menu-tabs a.selected { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + border-color: #3b3c3e #3b3c3e #313234; + } + /* source #9: "color: #24292e" */ + .select-menu-blankslate h3 { + color: #dbdbdbAA; + } + /* source #9: "#eaecef" */ + .select-menu-item { + border-bottom-color: #3b3c3e; + } + /* source #9: "color: #6a737d" */ + .select-menu-item.disabled, .select-menu-item.disabled .description, + .select-menu-item.disabled.selected, + .select-menu-item.disabled.selected .description { + color: #dbdbdb94; + } + /* source #9: "#0366d6" */ + .select-menu-item.navigation-focus, + .select-menu-item.navigation-focus .description-inline, + .select-menu-item.navigation-focus.select-menu-action, + .select-menu-item.navigation-focus.selected, .select-menu-item:focus, + .select-menu-item:focus .description-inline, + .select-menu-item:focus.select-menu-action, .select-menu-item:focus.selected, + .select-menu-item:hover, .select-menu-item:hover .description-inline, + .select-menu-item:hover.select-menu-action, .select-menu-item:hover.selected, + .select-menu-item[aria-selected="true"], + .select-menu-item[aria-selected="true"] .description-inline, + .select-menu-item[aria-selected="true"].select-menu-action, + .select-menu-item[aria-selected="true"].selected { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #9: "color: #24292e" */ + .select-menu-item.selected { + color: #dbdbdbAA; + } + /* source #9: "color: #586069" */ + .select-menu-item.selected .description { + color: #dbdbdbCC; + } + /* source #9: "color: #24292e" */ + .select-menu-item.selected > .octicon { + color: #dbdbdbAA; + } + /* source #9: "transparent" */ + .select-menu.label-select-menu .select-menu-item:active { + background-color: transparent !important; + } + /* source #9: "color: #24292e", "#f1f8ff" */ + .select-menu-item-parent.navigation-focus, + .select-menu-item-parent.navigation-focus.selected, + .select-menu-item-parent[aria-selected="true"], + .select-menu-item-parent[aria-selected="true"].selected { + color: #dbdbdbAA; + background-color: #434247; + } + /* source #9: "color: #24292e" */ + .select-menu-item-parent.navigation-focus .octicon-check, + .select-menu-item-parent.navigation-focus.selected .octicon-check, + .select-menu-item-parent[aria-selected="true"] .octicon-check, + .select-menu-item-parent[aria-selected="true"].selected .octicon-check { + color: #dbdbdbAA; + } + /* source #9: "color: #444d56" */ + .select-menu-action { + color: #dbdbdbCC; + } + /* source #9: "color: #0366d6" */ + .select-menu-action:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #9: "color: #586069" */ + .select-menu-item-text .description, + .select-menu-item-text .description-inline, .select-menu-no-results { + color: #dbdbdbCC; + } + /* source #9: "color: #cb2431" */ + .select-menu-item-text .description-warning { + color: #f44; + } + /* source #9: "color: #0366d6" */ + .select-menu-new-item-form .octicon { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #9: "color: #d1d5da" */ + .footer-octicon { + color: #3b3c3e; + } + /* source #9: "color: #6a737d" */ + .course-details p:first-child, .footer-octicon:hover { + color: #dbdbdb94; + } + /* source #9: "color: #586069" */ + .task-progress { + color: #dbdbdbCC; + } + /* source #9: "color: #959da5" */ + .task-progress-counts { + color: #767676; + } + /* source #9: "#eee" */ + .task-progress .progress-bar { + background-color: #3f3d38; + } + /* source #9: "color: #24292e", "transparent" */ + .btn-octicon { + color: #dbdbdbAA; + } + /* source #10: "#DDD" */ + .npmhub-deps > li { + border-bottom-color: #3b3c3e; + } + /* source #11: "transparent" */ + #nprogress .spinner-icon { + border-color: transparent; + } + /* source #11: "#24292e" */ + .gitako-ready .js-header-wrapper { + background: #313234; + } + /* source #11: "#d1d5da", "#fafbfc" */ + .markdown-body .clippy-wrapper .clippy { + border-color: #3b3c3e; + background: #313234; + } + /* source #11: "#fff" */ + .markdown-body .clippy-wrapper .clippy:hover { + background: #313234; + background-image: none; + } + /* source #11: "#fafbfc" */ + .markdown-body .clippy-wrapper .clippy:active { + background: #313234; + } + /* source #11: "transparent" */ + .gitako-toggle-show-button-wrapper { + border-color: transparent; + } + /* source #11: "#e1e4e8", "#f6f8fa" */ + .gitako-toggle-show-button-wrapper.collapsed { + border-color: #3b3c3e; + background: #252627; + } + /* source #11: "color: #0366d6" */ + .gitako-toggle-show-button-wrapper.collapsed .action-icon { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #11: "color: #6a737d" */ + .gitako-toggle-show-button-wrapper .action-icon { + color: #dbdbdb94; + } + /* source #11: "transparent" */ + .gitako-side-bar a { + background-color: transparent; + } + /* source #11: "color: #1b1f23" */ + .gitako-side-bar mark { + color: #dbdbdbDD; + } + /* source #11: "color: #24292e", "#fff" */ + .gitako-side-bar body { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + /* source #11: "color: #0366d6" */ + .gitako-side-bar a { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #11: "transparent", "#dfe2e5" */ + .gitako-side-bar .rule, .gitako-side-bar hr { + background: transparent; + border-bottom-color: #3b3c3e; + } + /* source #11: "color: #444d56", "#fafbfc", "#d1d5da", "#d1d5da", "box-shadow: inset 0 -1px 0 #d1d5da" */ + .gitako-side-bar kbd { + color: #dbdbdbCC; + background-color: #313234; + border-color: #3b3c3e; + box-shadow: inset 0 -2px 0 #232529; + } + /* source #11: "#f6f8fa", "#d1d5da" */ + .gitako-side-bar .gitako-resize-handler { + background: #252627; + border-right-color: #3b3c3e; + } + /* source #11: "#fafbfc", "#d1d5da" */ + .gitako-side-bar .gitako-resize-handler:active, + .gitako-side-bar .gitako-resize-handler:hover { + background: #313234; + border-left-color: #3b3c3e; + } + /* source #11: "#fafbfc", "#e1e4e8" */ + .gitako-side-bar .gitako-side-bar-body { + background: #313234; + border-left-color: #3b3c3e; + } + /* source #11: "color: rgba(3, 47, 98, 0.55)" */ + .gitako-side-bar .gitako-side-bar-body .octicon, + .gitako-side-bar .gitako-side-bar-body .octicon-color { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #11: "#f1f8ff" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .meta-bar { + background: #434247; + } + /* source #11: "#e1e4e8" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .description, + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .loading-indicator-container { + border-top-color: #3b3c3e; + } + /* source #11: "box-shadow: none" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .search-input-wrapper .search-input { + box-shadow: none; + } + /* source #11: "#d73a49" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .search-input-wrapper .search-input.error { + border-color: #b00; + } + /* source #11: "#fff", "color: #0366d6", "#eaecef" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item { + background: #313234; + background-image: none; + color: /*[[base-color]]*/ #ddc7a1; + border-bottom-color: #3b3c3e; + } + /* source #11: "#fafbfc" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item:hover { + background: #313234; + } + /* source #11: "#f6f8fa" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item.focused, + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item:active { + background: #252627; + } + /* source #11: "color: #959da5" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item.disabled .node-item { + color: #767676; + } + /* source #11: "transparent" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item .go-to-button { + background: transparent; + } + /* source #11: "#fafbfc" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar { + background: #313234; + } + /* source #11: "#eaecef" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-title { + border-top-color: #3b3c3e; + } + /* source #11: "#fafbfc" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-content .shadow-shelter { + background: #313234; + } + /* source #11: "#fff", "#e1e4e8" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-content .settings-section .field select { + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #11: "color: #6a737d" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar .hint { + color: #dbdbdb94; + } + /* source #12: "#ddd", "#ddd" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar .header-row, + .pdf-page { + border-top-color: #3b3c3e; + } + .pdf-page { + border-bottom-color: #3b3c3e; + } + /* source #12: "#fff", "#ddd" */ + .click-for-more { + background: #313234; + background-image: none; + border-top-color: #3b3c3e; + } + /* source #12: "color: #333", "#eee", "#eee" */ + .click-for-more .button { + color: #dbdbdbEE; + background-color: #3f3d38; + background-image: linear-gradient(#fcfcfc, #3f3d38); + } + /* source #12: "#ddd", "#eee","#ddd" */ + .click-for-more .button:hover { + background-color: #232529; + background-image: linear-gradient(#3f3d38, #232529); + } + /* source #13: "#ddd" */ + .is-embedded .render-shell { + border-color: #3b3c3e; + } + /* source #13: "rgba(0,0,0,0.8)", "#eee" */ + .render-info .message { + background: #3f3d38; + border-color: #3b3c3e; + } + /* source #13: "color: #4183c4" */ + .render-info .message a { + color: rgba(79, 140, 201, 0.9); + color: rgba(/*[[base-color-rgb]]*/, 0.9); + } + /* source #13: "color: #000" */ + .render-attribution:hover .symbol, .render-health:hover .symbol { + color: #f0f0f0; + } + /* source #13: "#ddd" */ + .render-bar { + border-top-color: #3b3c3e; + } + /* source #13: "color: #dbdbdb66" */ + .render-message a { + color: #dbdbdb94; + } + /* source #13: "none" */ + .render-view-modes { + background: none; + } + /* source #13: "none", "color: #dbdbdb66" */ + .render-view-modes li { + background: none; + color: #dbdbdb94; + } + /* source #13: "#fff" */ + .slider .slider-track { + border-top-color: #313234; + } + /* source #13: "#fff", "#eee" */ + .render-shell img, img.asset { + border-color: #313234; + background: url("../bg.gif") right bottom #3f3d38; + } + /* source #13: "#fff" */ + div.border-wrap { + background-color: #313234; + background-image: none; + } + /* source #13: "#eee" */ + .render-shell { + background-color: #3f3d38; + } + /* source #14: "transparent" */ + .onion-skin .controls .slider, a { + background-color: transparent; + } + /* source #14: "color: #1b1f23" */ + mark { + color: #dbdbdbDD; + } + /* source #14: "color: #24292e", "#fff" */ + body { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + /* source #14: "color: #0366d6" */ + a { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "transparent", "#dfe2e5" */ + .rule, hr { + background: transparent; + border-bottom-color: #3b3c3e; + } + /* source #14: "color: #444d56", "#fafbfc", "#d1d5da", "#d1d5da", "box-shadow: inset 0 -1px 0 #d1d5da" */ + kbd { + color: #dbdbdbCC; + border-color: #3b3c3e; + box-shadow: inset 0 -2px 0 #232529; + } + /* source #14: "#fff", "#d1d5da" */ + .Box, kbd { + background-color: #313234; + } + .Box { + background-image: none; + } + /* source #14: "#f6f8fa", "#d1d5da" */ + .Box, .Box-header { + border-color: #3b3c3e; + } + .Box-header { + background-color: #252627; + } + /* source #14: "#e1e4e8" */ + .Box-body { + border-bottom-color: #3b3c3e; + } + /* source #14: "#e1e4e8" */ + .Box-row { + border-top-color: #3b3c3e; + } + /* source #14: "color: #0366d6" */ + .Box-row.navigation-focus .Box-row--drag-button { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "#fafbfc" */ + .Box-row.navigation-focus.sortable-chosen { + background-color: #313234; + } + /* source #14: "#f6f8fa" */ + .Box-row--focus-gray.navigation-focus, + .Box-row.navigation-focus.sortable-ghost { + background-color: #252627; + } + /* source #14: "#f1f8ff" */ + .Box-row--focus-blue.navigation-focus { + background-color: #434247; + } + /* source #14: "#f6f8fa" */ + .Box-row--hover-gray:hover { + background-color: #252627; + } + /* source #14: "#f1f8ff" */ + .Box-row--hover-blue:hover { + background-color: #434247; + } + /* source #14: "color: #24292e", "color: #0366d6" */ + @media (min-width: 768px) { + .Box-row-link { + color: #dbdbdbAA; + } + .Box-row-link:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + } + /* source #14: "#e1e4e8" */ + .Box-footer { + border-top-color: #3b3c3e; + } + /* source #14: "#c8e1ff" */ + .Box--blue { + border-color: #ddc7a135; + } + /* source #14: "#f1f8ff", "#c8e1ff" */ + .Box--blue .Box-header { + background-color: #434247; + border-color: #ddc7a135; + } + /* source #14: "#c8e1ff" */ + .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row { + border-color: #ddc7a135; + } + /* source #14: "#d73a49" */ + .Box--danger, .Box--danger .Box-body:last-of-type, + .Box--danger .Box-row:first-of-type { + border-color: #b00; + } + /* source #14: "#f1f8ff", "#c8e1ff" */ + .Box-header--blue { + background-color: #434247; + border-color: none; + } + /* source #14: "#fffbdd" */ + .Box-row--yellow { + background-color: #232529; + } + /* source #14: "#f1f8ff" */ + .Box-row--blue { + background-color: #434247; + } + /* source #14: "#f6f8fa" */ + .Box-row--gray { + background-color: #252627; + } + /* source #14: "color: #586069" */ + .breadcrumb-item-selected, .breadcrumb-item[aria-current] { + color: #dbdbdbCC; + } + /* source #14: "rgba(27,31,35,0.2)" */ + .btn { + border-color: rgba(200, 200, 200, 0.15); + } + /* source #14: "color: #586069", "rgba(27,31,35,0.1)" */ + .btn .Counter { + color: #dbdbdbCC; + background-color: rgba(200, 200, 200, 0.17); + } + /* source #14: "none" */ + .btn.selected, .btn:active, .btn[aria-selected="true"] { + background-image: none; + } + /* source #14: "color: #24292e", "#eff3f6", "linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)" */ + .btn { + color: #dbdbdbAA; + background-color: #3f3d38; + background-image: linear-gradient(-180deg, #2f3031 0%, #313234 90%); + } + /* source #14: "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ + .btn.focus, .btn:focus { + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5); + } + /* source #14: "#e6ebf1", "#e6ebf1", "rgba(27,31,35,0.35)" */ + .btn.hover, .btn:hover { + background-color: #605d51; + background-image: linear-gradient(-180deg, #605d51 0%, #605d51 90%); + border-color: none !important; + color: #2f3031 !important; + } + /* source #14: "#e9ecef", "none", "rgba(27,31,35,0.35)" */ + .btn.selected, .btn:active, .btn[aria-selected="true"], [open] > .btn { + background-color: #3b3c3e; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "color: rgba(36,41,46,.4)", "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn.disabled, .btn:disabled, .btn[aria-disabled="true"] { + color: rgba(210, 210, 210, 0.4); + background-color: #3f3d38; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #14: "#28a745", "#28a745" */ + .btn-primary { + background-color: #ddc7a1; + color: #2f3031 !important; + background-image: linear-gradient(-180deg, #ddc7a1 0%, #ddc7a1 90%); + } + /* source #14: "box-shadow: 0 0 0 .2em rgba(52,208,88,.4)" */ + .btn-primary.focus, .btn-primary:focus { + box-shadow: 0 0 0 0.2em #3737; + } + /* source #14: "rgba(27,31,35,0.5)" */ + .btn-primary.hover, .btn-primary:hover { + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "#279f43", "none", "rgba(27,31,35,0.5)" */ + .btn-primary.selected, .btn-primary:active, + .btn-primary[aria-selected="true"], [open] > .btn-primary { + background-color: #ddc7a1; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "background-color: #94d3a2", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-primary.disabled, .btn-primary:disabled, + .btn-primary[aria-disabled="true"] { + background: #ddc7a120; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #14: "#fff" */ + .btn-primary .Counter { + background-color: #313234; + background-image: none; + } + /* source #14: "#0361cc", "#0361cc" */ + .btn-blue { + background-color: #434247; + background-image: linear-gradient(-180deg, #0679fc 0%, #434247 90%); + } + /* source #14: "rgba(27,31,35,0.5)" */ + .btn-blue.hover, .btn-blue:hover { + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "none", "rgba(27,31,35,0.5)" */ + .btn-blue.selected, .btn-blue:active, .btn-blue[aria-selected="true"], + [open] > .btn-blue { + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled="true"] { + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #14: "color: #0366d6", "#fff" */ + .btn-blue .Counter { + color: /*[[base-color]]*/ #ddc7a1; + background-color: #313234; + background-image: none; + } + /* source #14: "color: #cb2431", "#fafbfc", "linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)" */ + .btn-danger { + color: #f44; + background-color: #313234; + background-image: linear-gradient(-180deg, #2f3031 0%, #313234 90%); + } + /* source #14: "box-shadow: 0 0 0 .2em rgba(203,36,49,.4)" */ + .btn-danger:focus { + box-shadow: 0 0 0 0.2em rgba(255, 68, 68, 0.4); + } + /* source #14: "#cb2431", "#cb2431", "rgba(27,31,35,0.5)" */ + .btn-danger:hover { + background-color: #911; + background-image: linear-gradient(-180deg, #de4450 0%, #911 90%); + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "none", "rgba(27,31,35,0.5)" */ + .btn-danger.selected, .btn-danger:active, .btn-danger[aria-selected="true"], + [open] > .btn-danger { + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-danger.disabled, .btn-danger:disabled, + .btn-danger[aria-disabled="true"] { + background-color: #3f3d38; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #14: "color: #0366d6", "#fff", "none" */ + .btn-outline { + color: /*[[base-color]]*/ #ddc7a1; + background-color: #313234; + background-image: none; + } + /* source #14: "#0366d6", "none", "#0366d6" */ + .btn-outline.selected, .btn-outline:active, .btn-outline:hover, + .btn-outline[aria-selected="true"], [open] > .btn-outline { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "color: #0366d6", "#fff" */ + .btn-outline.selected .Counter, .btn-outline:active .Counter, + .btn-outline:hover .Counter, .btn-outline[aria-selected="true"] .Counter, + [open] > .btn-outline .Counter { + color: /*[[base-color]]*/ #ddc7a1; + background-color: #313234; + background-image: none; + } + /* source #14: "#0366d6" */ + .btn-outline:focus { + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "color: rgba(27,31,35,.3)", "#fff", "rgba(27,31,35,0.15)", "box-shadow: none" */ + .btn-outline.disabled, .btn-outline:disabled, + .btn-outline[aria-disabled="true"] { + color: rgba(230, 230, 230, 0.3); + background-color: #313234; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + box-shadow: none; + } + /* source #14: "color: #0366d6", "transparent" */ + .btn-link { + color: /*[[base-color]]*/ #ddc7a1; + background-color: transparent; + } + /* source #14: "color: rgba(88,96,105,.5)" */ + .btn-link:disabled, .btn-link:disabled:hover, + .btn-link[aria-disabled="true"], .btn-link[aria-disabled="true"]:hover { + color: rgba(148, 148, 148, 0.5); + } + /* source #14: "color: #0366d6", "#fff", "none" */ + .btn-invisible { + color: /*[[base-color]]*/ #ddc7a1; + background-color: #313234; + background-image: none; + } + /* source #14: "color: #0366d6", "none", "box-shadow: none" */ + .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active, + .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active, + .btn-invisible:focus, .btn-invisible:hover, + .btn-invisible[aria-selected="true"] { + color: /*[[base-color]]*/ #ddc7a1; + background: none; + box-shadow: none; + } + /* source #14: "color: #586069", "transparent" */ + .btn-octicon { + color: #dbdbdbCC; + background: transparent; + } + /* source #14: "color: #0366d6" */ + .btn-octicon:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "color: #959da5" */ + .btn-octicon.disabled, .btn-octicon.disabled:hover, + .btn-octicon[aria-disabled="true"], .btn-octicon[aria-disabled="true"]:hover { + color: #767676; + } + /* source #14: "color: #cb2431" */ + .btn-octicon-danger:hover { + color: #f44; + } + /* source #14: "transparent" */ + .close-button { + background: transparent; + } + /* source #14: "color: #444d56", "#dfe2e5" */ + .ellipsis-expander, .hidden-text-expander a { + color: #dbdbdbCC; + background: #232529; + } + /* source #14: "#c6cbd1" */ + .ellipsis-expander:hover, .hidden-text-expander a:hover { + background-color: #484848; + } + /* source #14: "color: #24292e", "#fff", "rgba(27,31,35,0.2)" */ + .social-count { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + } + /* source #14: "color: #0366d6" */ + .social-count:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "color: #24292e", "#fff", "#d1d5da" */ + #q, .form-control, .form-select { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #14: "#2188ff", "box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)" */ + #q:focus, .focus#q, .form-control.focus, .form-control:focus, + .form-select.focus, .form-select:focus { + border-color: /*[[base-color]]*/ #ddc7a1; + box-shadow: 0 0 0 2px rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #14: "#fff" */ + .input-contrast, .input-contrast:focus { + background-color: #313234; + } + .input-contrast:focus { + background-image: none; + } + /* source #14: "transparent" */ + .input-dark { + border-color: transparent; + } + /* source #14: "rgba(27,31,35,0.3)" */ + .input-dark.focus, .input-dark:focus { + border-color: rgba(200, 200, 200, 0.25); + } + /* source #14: "color: #6a737d" */ + ::-webkit-input-placeholder { + color: #dbdbdb94; + } + /* source #14: "color: #6a737d" */ + :-ms-input-placeholder { + color: #dbdbdb94; + } + /* source #14: "color: #6a737d" */ + ::-ms-input-placeholder { + color: #dbdbdb94; + } + /* source #14: "color: #6a737d" */ + ::placeholder { + color: #dbdbdb94; + } + /* source #14: "#fffbdd" */ + .form-checkbox label em.highlight { + background: #232529; + } + /* source #14: "color: #586069" */ + .form-checkbox .note, .hfields .form-group .form-group-header label, + .hfields .form-group dt label { + color: #dbdbdbCC; + } + /* source #14: "color: #735c0f", "#fffbdd", "#d9d0a5" */ + .form-warning { + color: #EFA554; + background: #232529; + border-color: #542; + } + /* source #14: "#fff" */ + .form-select { + background-image: none; + } + /* source #14: "#fafbfc" */ + .form-group #q, .form-group .form-control, .form-select { + background-color: #313234; + } + /* source #14: "#fff" */ + .form-group #q:focus, .form-group .form-control:focus { + background-color: #313234; + background-image: none; + } + /* source #14: "color: #cb2431" */ + .form-group .form-group-body h4.is-error, .form-group dd h4.is-error { + color: #f44; + } + /* source #14: "color: #28a745" */ + .form-group .form-group-body h4.is-success, .form-group dd h4.is-success { + color: #6cc644; + } + /* source #14: "color: #cb2431" */ + .form-group.required .form-group-header label::after, + .form-group.required dt label::after { + color: #f44; + } + /* source #14: "color: #28a745" */ + .form-group.successful .success { + color: #6cc644; + } + /* source #14: "transparent" */ + .form-group.errored .error::after, .form-group.errored .error::before, + .form-group.errored .success::after, .form-group.errored .success::before, + .form-group.errored .warning::after, .form-group.errored .warning::before, + .form-group.successed .error::after, .form-group.successed .error::before, + .form-group.successed .success::after, + .form-group.successed .success::before, + .form-group.successed .warning::after, + .form-group.successed .warning::before, .form-group.warn .error::after, + .form-group.warn .error::before, .form-group.warn .success::after, + .form-group.warn .success::before, .form-group.warn .warning::after, + .form-group.warn .warning::before { + border-color: transparent; + } + /* source #14: "color: #144620", "#dcffe4", "#34d058" */ + .form-group.successed .success { + color: #34d058; + background-color: #002800; + border-color: #34d058; + } + /* source #14: "#dcffe4" */ + .form-group.successed .success::after { + border-bottom-color: #002800; + } + /* source #14: "#34d058" */ + .form-group.successed .success::before { + border-bottom-color: #34d058; + } + /* source #14: "color: #735c0f", "#fffbdd", "#d9d0a5" */ + .form-group.warn .warning { + color: #EFA554; + background-color: #232529; + border-color: #542; + } + /* source #14: "#fffbdd" */ + .form-group.warn .warning::after { + border-bottom-color: #321; + } + /* source #14: "#d9d0a5" */ + .form-group.warn .warning::before { + border-bottom-color: #542; + } + /* source #14: "color: #cb2431" */ + .form-group.errored label { + color: #f44; + } + /* source #14: "color: #86181d", "#ffdce0", "#cea0a5" */ + .form-group.errored .error { + color: #f44; + background-color: #300; + border-color: #f44; + } + /* source #14: "#cea0a5" */ + .form-group.errored .error::before { + border-bottom-color: #f44; + } + /* source #14: "color: #586069" */ + .note { + color: #dbdbdbCC; + } + /* source #14: "color: #28a745" */ + .status-indicator-success .octicon-check { + color: #6cc644; + } + /* source #14: "color: #cb2431" */ + .status-indicator-failed .octicon-x { + color: #f44; + } + /* source #14: "transparent" */ + .inline-form .btn-plain { + background-color: transparent; + } + /* source #14: "color: #586069", "#fafbfc", "#c3c8cf" */ + .drag-and-drop { + color: #dbdbdbCC; + background-color: #313234; + border-color: #3b3c3e; + } + /* source #14: "color: #cb2431" */ + .drag-and-drop .error { + color: #f44; + } + /* source #14: "color: #586069" */ + .drag-and-drop-error-info { + color: #dbdbdbCC; + } + /* source #14: "color: #0366d6" */ + .drag-and-drop-error-info a { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "#dfe2e5" */ + .upload-enabled textarea { + border-bottom-color: #3b3c3e; + } + /* source #14: "box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)" */ + .upload-enabled.focused { + box-shadow: 0 0 0 2px rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #14: "box-shadow: none" */ + .upload-enabled.focused #q, .upload-enabled.focused .form-control { + box-shadow: none; + } + /* source #14: "#c3c8cf" */ + .previewable-comment-form .comment { + border-color: #3b3c3e; + } + /* source #14: "color: #586069" */ + h2.account, p.explain { + color: #dbdbdbCC; + } + /* source #14: "color: #24292e" */ + p.explain strong { + color: #dbdbdbAA; + } + /* source #14: "color: #959da5" */ + p.explain .octicon { + color: #767676; + } + /* source #14: "color: #24292e", "#d1d5da" */ + .radio-label { + color: #dbdbdbAA; + border-color: #3b3c3e; + } + /* source #14: "#0366d6" */ + :checked + .radio-label { + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "#fff", "#d1d5da" */ + .menu { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #14: "#e1e4e8" */ + .menu-item { + border-bottom-color: #3b3c3e; + } + /* source #14: "#f6f8fa" */ + .menu-item:hover { + background-color: #252627; + } + /* source #14: "color: #24292e", "#fff" */ + .menu-item.selected, .menu-item[aria-current], + .menu-item[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + /* source #14: "color: #24292e" */ + .menu-item .octicon { + color: #dbdbdbAA; + } + /* source #14: "color: #cb2431" */ + .menu-item.alert .Counter, .menu-item .menu-warning { + color: #f44; + } + /* source #14: "color: #586069", "#e1e4e8" */ + .menu-heading { + color: #dbdbdbCC; + border-bottom-color: #3b3c3e; + } + /* source #14: "#d1d5da" */ + .tabnav { + border-bottom-color: #3b3c3e; + } + /* source #14: "color: #586069", "transparent", "transparent" */ + .tabnav-tab { + color: #dbdbdbCC; + background-color: transparent; + border-color: transparent; + } + /* source #14: "color: #24292e", "#fff", "#d1d5da" */ + .tabnav-tab.selected, .tabnav-tab[aria-current], + .tabnav-tab[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #14: "color: #24292e" */ + .tabnav-tab:focus, .tabnav-tab:hover { + color: #dbdbdbAA; + } + /* source #14: "color: #586069" */ + .tabnav-extra { + color: #dbdbdbCC; + } + /* source #14: "color: #0366d6" */ + a.tabnav-extra:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "color: #586069", "transparent" */ + .filter-list.pjax-active .filter-item { + color: #dbdbdbCC; + background-color: transparent; + } + /* source #14: "#0366d6" */ + .filter-list.pjax-active .filter-item.pjax-active { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #14: "color: #586069" */ + .filter-item { + color: #dbdbdbCC; + } + /* source #14: "#eaecef" */ + .filter-item:hover { + background-color: #3b3c3e; + } + /* source #14: "#0366d6" */ + .filter-item.selected, .filter-item[aria-current], + .filter-item[aria-selected="true"] { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #14: "#eff3f6" */ + .filter-item .bar { + background-color: #3f3d38; + } + /* source #14: "#fafbfc" */ + .SideNav { + background-color: #313234; + } + /* source #14: "color: #586069", "transparent", "#e1e4e8" */ + .SideNav-item { + color: #dbdbdbCC; + background-color: transparent; + border-top-color: #3b3c3e; + } + /* source #14: "color: #24292e", "#f6f8fa" */ + .SideNav-item:focus, .SideNav-item:hover { + color: #dbdbdbAA; + background-color: #252627; + } + /* source #14: "#d1d5da" */ + .SideNav-item:focus::before, .SideNav-item:hover::before { + background-color: #3b3c3e; + } + /* source #14: "#fff" */ + .SideNav-item:active { + background-color: #313234; + background-image: none; + } + /* source #14: "color: #24292e", "#fff" */ + .SideNav-item[aria-current="page"], .SideNav-item[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #313234; + background-image: none; + } + /* source #14: "color: #6a737d" */ + .SideNav-icon { + color: #dbdbdb94; + } + /* source #14: "color: #0366d6", "transparent" */ + .SideNav-subItem { + color: /*[[base-color]]*/ #ddc7a1; + background-color: transparent; + } + /* source #14: "color: #24292e" */ + .SideNav-subItem:focus, .SideNav-subItem:hover, + .SideNav-subItem[aria-current="page"], + .SideNav-subItem[aria-selected="true"] { + color: #dbdbdbAA; + } + /* source #14: "#eaecef" */ + .subnav-bordered { + border-bottom-color: #3b3c3e; + } + /* source #14: "color: #586069", "#e1e4e8" */ + .subnav-item { + color: #dbdbdbCC; + border-color: #3b3c3e; + } + /* source #14: "#f6f8fa" */ + .subnav-item:focus, .subnav-item:hover { + background-color: #252627; + } + /* source #14: "#0366d6", "#0366d6" */ + .subnav-item.selected, .subnav-item[aria-current], + .subnav-item[aria-selected="true"] { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "color: #586069" */ + .subnav-search-input { + color: #dbdbdbCC; + } + /* source #14: "color: #c6cbd1" */ + .subnav-search-icon { + color: #5a5a5a; + } + /* source #14: "color: #444d56" */ + .subnav-search-context .btn { + color: #dbdbdbCC; + } + /* source #14: "#e1e4e8" */ + .UnderlineNav { + border-bottom-color: #3b3c3e !important; + } + /* source #14: "color: #586069", "transparent", "transparent" */ + .UnderlineNav-item { + color: #dbdbdbCC; + background-color: transparent; + border-bottom-color: transparent; + } + /* source #14: "color: #24292e", "#d1d5da" */ + .UnderlineNav-item:focus, .UnderlineNav-item:hover { + color: #dbdbdbAA; + border-bottom-color: #3b3c3e; + } + /* source #14: "color: #6a737d" */ + .UnderlineNav-item:focus .UnderlineNav-octicon, + .UnderlineNav-item:hover .UnderlineNav-octicon { + color: #dbdbdb94; + } + /* source #14: "color: #24292e", "border-bottom-color: #e36209" */ + .UnderlineNav-item.selected, .UnderlineNav-item[aria-current], + .UnderlineNav-item[role="tab"][aria-selected="true"] { + color: #dbdbdbAA; + border-bottom-color: #ddc7a1; + } + /* source #14: "color: #6a737d" */ + .UnderlineNav-item.selected .UnderlineNav-octicon, + .UnderlineNav-item[aria-current] .UnderlineNav-octicon, + .UnderlineNav-item[role="tab"][aria-selected="true"] .UnderlineNav-octicon { + color: #dbdbdb94; + } + /* source #14: "color: #959da5" */ + .UnderlineNav-octicon { + color: #767676; + } + /* source #14: "color: #0366d6", "#fff", "#e1e4e8" */ + .pagination a, .pagination em, .pagination span { + color: /*[[base-color]]*/ #ddc7a1; + background: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #14: "#eff3f6", "#e1e4e8" */ + .pagination a:focus, .pagination a:hover, .pagination em:focus, + .pagination em:hover, .pagination span:focus, .pagination span:hover { + background-color: #3f3d38; + border-color: #3b3c3e; + } + /* source #14: "#0366d6", "#0366d6" */ + .pagination .current, .pagination .current:hover, .pagination [aria-current], + .pagination [aria-current]:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "color: #d1d5da", "#fafbfc" */ + .pagination .disabled, .pagination .disabled:hover, .pagination .gap, + .pagination .gap:hover, .pagination [aria-disabled="true"], + .pagination [aria-disabled="true"]:hover { + color: #3b3c3e; + background-color: #313234; + } + /* source #14: "color: #1b1f23", "transparent" */ + .tooltipped::before { + color: #dbdbdbDD; + border-color: transparent; + } + /* source #14: "color: #032f62", "#dbedff", "rgba(27,31,35,0.15)" */ + .flash { + color: #ada19c; + background-color: #434247; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #14: "none" */ + .flash-close { + background: none; + } + /* source #14: "color: #735c0f", "#fffbdd", "rgba(27,31,35,0.15)" */ + .flash-warn { + color: #EFA554; + background-color: #232529; + } + /* source #14: "color: #86181d", "#ffdce0", "rgba(27,31,35,0.15)" */ + .flash-error, .flash-warn { + border-color: rgba(200, 200, 200, 0.1); + } + .flash-error { + color: #f44; + background-color: #300; + } + /* source #14: "color: #165c26", "#dcffe4", "rgba(27,31,35,0.15)" */ + .flash-success { + color: #6cc644; + background-color: #002800; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #14: "#fffbdd" */ + .warning { + background-color: #232529; + } + /* source #14: "#1074e7" */ + .btn-mktg { + border-color: #ddc7a1; + } + /* source #14: "#0366d6", "#0366d6" */ + .btn-mktg:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ + .btn-mktg:focus { + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5); + } + /* source #14: "#28a745" */ + .btn-primary-mktg:hover { + background-color: #373; + } + /* source #14: "color: #0366d6", "#1074e7" */ + .btn-outline-mktg, .btn-outline-mktg:hover { + color: /*[[base-color]]*/ #ddc7a1; + } + .btn-outline-mktg:hover { + border-color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "transparent", "none" */ + .btn-transparent { + background-color: transparent; + background-image: none; + } + /* source #14: "color: #2f363d", "#fff", "none", "#fff" */ + .btn-transparent:active, .btn-transparent:hover { + color: #dbdbdbEE; + background-color: #313234; + background-image: none; + border-color: #313234; + } + /* source #14: "#e1e4e8" */ + .Progress, .TimelineItem::before { + background-color: #3b3c3e; + } + /* source #14: "#2188ff", "box-shadow: 0 0 0.2em #c8e1ff" */ + .TimelineItem:target .TimelineItem-badge { + border-color: /*[[base-color]]*/ #ddc7a1; + box-shadow: 0 0 0.2em /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "color: #444d56", "#e1e4e8", "#fff" */ + .TimelineItem-badge { + color: #dbdbdbCC; + background-color: #3b3c3e; + border-color: #313234; + } + /* source #14: "color: #444d56" */ + .TimelineItem-body { + color: #dbdbdbCC; + } + /* source #14: "#fff", "#e1e4e8" */ + .TimelineItem-break { + background-color: #313234; + background-image: none; + border-top-color: #3b3c3e; + } + /* source #14: "color: #959da5", "#fff" */ + .TimelineItem--condensed .TimelineItem-badge { + color: #767676; + background-color: #313234; + background-image: none; + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + .border-x { + border-right-color: #3b3c3e !important; + border-left-color: #3b3c3e !important; + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + .border-y { + border-top-color: #3b3c3e !important; + border-bottom-color: #3b3c3e !important; + } + /* source #14: "#e1e4e8" */ + .border { + border-color: #3b3c3e !important; + } + /* source #14: "#e1e4e8" */ + .border-top { + border-top-color: #3b3c3e !important; + } + /* source #14: "#e1e4e8" */ + .border-right { + border-right-color: #3b3c3e !important; + } + /* source #14: "#e1e4e8" */ + #site-search-results .search-result, .border-bottom { + border-bottom-color: #3b3c3e !important; + } + /* source #14: "#e1e4e8" */ + .border-left { + border-left-color: #3b3c3e !important; + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 544px) { + .border-sm { + border-color: #3b3c3e !important; + } + .border-sm-top { + border-top-color: #3b3c3e !important; + } + .border-sm-right { + border-right-color: #3b3c3e !important; + } + .border-sm-bottom { + border-bottom-color: #3b3c3e !important; + } + .border-sm-left { + border-left-color: #3b3c3e !important; + } + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 768px) { + .border-md { + border-color: #3b3c3e !important; + } + .border-md-top { + border-top-color: #3b3c3e !important; + } + .border-md-right { + border-right-color: #3b3c3e !important; + } + .border-md-bottom { + border-bottom-color: #3b3c3e !important; + } + .border-md-left { + border-left-color: #3b3c3e !important; + } + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 1012px) { + .border-lg { + border-color: #3b3c3e !important; + } + .border-lg-top { + border-top-color: #3b3c3e !important; + } + .border-lg-right { + border-right-color: #3b3c3e !important; + } + .border-lg-bottom { + border-bottom-color: #3b3c3e !important; + } + .border-lg-left { + border-left-color: #3b3c3e !important; + } + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 1280px) { + .border-xl { + border-color: #3b3c3e !important; + } + .border-xl-top { + border-top-color: #3b3c3e !important; + } + .border-xl-right { + border-right-color: #3b3c3e !important; + } + .border-xl-bottom { + border-bottom-color: #3b3c3e !important; + } + .border-xl-left { + border-left-color: #3b3c3e !important; + } + } + /* source #14: "#0366d6" */ + .border-blue { + border-color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #14: "#c8e1ff" */ + .border-blue-light { + border-color: #ddc7a135 !important; + } + /* source #14: "#34d058" */ + .border-green { + border-color: #34d058 !important; + } + /* source #14: "#a2cbac" */ + .border-green-light { + border-color: #28a745 !important; + } + /* source #14: "#d73a49" */ + .border-red { + border-color: #b00 !important; + } + /* source #14: "#cea0a5" */ + .border-red-light { + border-color: #f44 !important; + } + /* source #14: "#6f42c1" */ + .border-purple { + border-color: #8368aa !important; + } + /* source #14: "#d9d0a5" */ + .border-yellow { + border-color: #542 !important; + } + /* source #14: "#eaecef" */ + #site-search-results .search-result, .border-gray-light { + border-color: #3b3c3e !important; + } + /* source #14: "#d1d5da" */ + .border-gray-dark { + border-color: #3b3c3e !important; + } + /* source #14: "rgba(27,31,35,0.15)" */ + .border-black-fade { + border-color: rgba(200, 200, 200, 0.1) !important; + } + /* source #14: "box-shadow: 0 1px 5px rgba(27,31,35,.15) !important" */ + .box-shadow-medium { + box-shadow: 0 1px 5px #000 !important; + } + /* source #14: "box-shadow: none !important" */ + .box-shadow-none { + box-shadow: none !important; + } + /* source #14: "#0366d6" */ + .bg-blue { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none !important; + } + /* source #14: "#f1f8ff" */ + .bg-blue-light { + background-color: #434247 !important; + } + /* source #14: "#24292e" */ + .bg-gray-dark { + background-color: #313234 !important; + } + /* source #14: "#f6f8fa" */ + .bg-gray { + background-color: #252627 !important; + } + /* source #14: "#fafbfc" */ + .bg-gray-light { + background-color: #313234 !important; + } + /* source #14: "#28a745" */ + .bg-green { + background-color: #373 !important; + } + /* source #14: "#dcffe4" */ + .bg-green-light { + background-color: #002800 !important; + } + /* source #14: "#d73a49" */ + .bg-red { + background-color: #f44 !important; + } + /* source #14: "#ffdce0" */ + .bg-red-light { + background-color: #300 !important; + } + /* source #14: "#ffd33d" */ + .bg-yellow { + background-color: #cb4 !important; + } + /* source #14: "#fff5b1" */ + .bg-yellow-light { + background-color: #651 !important; + } + /* source #14: "#dbab09" */ + .bg-yellow-dark { + background-color: #cb4 !important; + } + /* source #14: "#6f42c1" */ + .bg-purple { + background-color: #8368aa !important; + } + /* source #14: "#f5f0ff" */ + .bg-purple-light { + background-color: #213 !important; + } + /* source #14: "#fafbfc" */ + .bg-gray-0 { + background-color: #313234 !important; + } + /* source #14: "#f6f8fa" */ + .bg-gray-1 { + background-color: #252627 !important; + } + /* source #14: "#e1e4e8" */ + .bg-gray-2 { + background-color: #3b3c3e !important; + } + /* source #14: "color: #d1d5da !important" */ + .color-gray-3 { + color: #3b3c3e !important; + } + /* source #14: "#d1d5da" */ + .bg-gray-3 { + background-color: #3b3c3e !important; + } + /* source #14: "color: #959da5 !important" */ + .color-gray-4 { + color: #767676 !important; + } + /* source #14: "color: #6a737d !important" */ + .color-gray-5 { + color: #dbdbdb94 !important; + } + /* source #14: "#6a737d" */ + .bg-gray-5 { + background-color: #444 !important; + } + /* source #14: "color: #586069 !important" */ + .color-gray-6 { + color: #dbdbdbCC !important; + } + /* source #14: "#586069" */ + .bg-gray-6 { + background-color: #3b3c3e !important; + } + /* source #14: "color: #444d56 !important" */ + .color-gray-7 { + color: #dbdbdbCC !important; + } + /* source #14: "color: #2f363d !important" */ + .color-gray-8 { + color: #dbdbdbEE !important; + } + /* source #14: "#2f363d" */ + .bg-gray-8 { + background-color: #3f4143 !important; + } + /* source #14: "color: #24292e !important" */ + .color-gray-9 { + color: #dbdbdbAA !important; + } + /* source #14: "#24292e" */ + .bg-gray-9 { + background-color: #313234 !important; + } + /* source #14: "#dbedff" */ + .bg-blue-0, .bg-blue-1 { + background-color: #434247 !important; + } + /* source #14: "#c8e1ff" */ + .bg-blue-2 { + background-color: #ddc7a135 !important; + } + /* source #14: "#79b8ff" */ + .bg-blue-3 { + background-color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #14: "color: #0366d6 !important" */ + .color-blue-5 { + color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #14: "#0366d6" */ + .bg-blue-5 { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none !important; + } + /* source #14: "color: #032f62 !important" */ + .color-blue-8 { + color: #ada19c !important; + } + /* source #14: "#032f62" */ + .bg-blue-8 { + background-color: #434247 !important; + } + /* source #14: "color: #05264c !important" */ + .color-blue-9 { + color: #dbdbdbEE !important; + } + /* source #14: "#05264c" */ + .bg-blue-9 { + background-color: #434247 !important; + } + /* source #14: "#dcffe4" */ + .bg-green-0, .bg-green-1 { + background-color: #002800 !important; + } + /* source #14: "color: #28a745 !important" */ + .color-green-5 { + color: #6cc644 !important; + } + /* source #14: "#28a745" */ + .bg-green-5 { + background-color: #373 !important; + } + /* source #14: "color: #165c26 !important" */ + .color-green-8 { + color: #6cc644 !important; + } + /* source #14: "color: #144620 !important" */ + .color-green-9 { + color: #34d058 !important; + } + /* source #14: "#fffbdd" */ + .bg-yellow-0, .bg-yellow-1 { + background-color: #232529 !important; + } + /* source #14: "#fff5b1" */ + .bg-yellow-2 { + background-color: #651 !important; + } + /* source #14: "#ffd33d" */ + .bg-yellow-4, .bg-yellow-5 { + background-color: #cb4 !important; + } + /* source #14: "color: #dbab09 !important" */ + .color-yellow-7 { + color: #cb4 !important; + } + /* source #14: "#dbab09" */ + .bg-yellow-7 { + background-color: #cb4 !important; + } + /* source #14: "color: #b08800 !important" */ + .color-yellow-8 { + color: #cb4 !important; + } + /* source #14: "color: #735c0f !important" */ + .color-yellow-9 { + color: #EFA554 !important; + } + /* source #14: "#d15704" */ + .bg-orange-4, .bg-orange-7 { + background-color: #f3582c !important; + } + /* source #14: "color: #a04100 !important" */ + .color-orange-9 { + color: #f3582c !important; + } + /* source #14: "#ffdce0" */ + .bg-red-1 { + background-color: #300 !important; + } + /* source #14: "#d73a49" */ + .bg-red-5 { + background-color: #f44 !important; + } + /* source #14: "color: #cb2431 !important" */ + .color-red-6 { + color: #f44 !important; + } + /* source #14: "#cb2431" */ + .bg-red-6 { + background-color: #911 !important; + } + /* source #14: "color: #86181d !important" */ + .color-red-9 { + color: #f44 !important; + } + /* source #14: "#f5f0ff" */ + .bg-purple-0 { + background-color: #213 !important; + } + /* source #14: "color: #6f42c1 !important" */ + .color-purple-5 { + color: #8368aa !important; + } + /* source #14: "#6f42c1" */ + .bg-purple-5 { + background-color: #8368aa !important; + } + /* source #14: "#ffeef8" */ + .bg-pink-0 { + background-color: #170711 !important; + } + /* source #14: "color: #0366d6 !important" */ + .text-blue { + color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #14: "color: #cb2431 !important" */ + .text-red { + color: #f44 !important; + } + /* source #14: "color: #6a737d !important" */ + .text-gray-light { + color: #dbdbdb94 !important; + } + /* source #14: "color: #586069 !important" */ + #site-search-results .search-result-intro, + #site-search-results .search-result-section, + #site-search-results .search-result-title, .text-gray { + color: #dbdbdbCC !important; + } + /* source #14: "color: #28a745 !important" */ + .text-green { + color: #6cc644 !important; + } + /* source #14: "color: #b08800 !important" */ + .text-yellow { + color: #cb4 !important; + } + /* source #14: "color: #a04100 !important" */ + .text-orange { + color: #f3582c !important; + } + /* source #14: "color: #6f42c1 !important" */ + .text-purple { + color: #8368aa !important; + } + /* source #14: "color: #586069 !important" */ + .link-gray { + color: #dbdbdbCC !important; + } + /* source #14: "color: #0366d6 !important" */ + .link-gray:hover { + color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #14: "color: #24292e !important" */ + .link-gray-dark { + color: #dbdbdbAA !important; + } + /* source #14: "color: #0366d6 !important" */ + .link-gray-dark:hover, .link-hover-blue:hover { + color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #14: "color: #586069 !important" */ + .muted-link { + color: #dbdbdbCC !important; + } + /* source #14: "color: #0366d6 !important" */ + .muted-link:hover { + color: /*[[base-color]]*/ #ddc7a1 !important; + } + /* source #14: "transparent" */ + .details-overlay[open] > summary::before { + background: transparent; + } + /* source #14: "color: #586069" */ + .lead { + color: #dbdbdbCC; + } + /* source #14: "color: #24292e" */ + .text-emphasized { + color: #dbdbdbAA; + } + /* source #14: "transparent", "transparent", "transparent" */ + .dropdown-caret { + border-right-color: transparent; + border-bottom-color: transparent; + border-left-color: transparent; + } + /* source #14: "#fff", "rgba(27,31,35,0.15)" */ + .dropdown-menu { + background-color: #313234; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #14: "transparent", "rgba(27,31,35,0.15)" */ + .dropdown-menu::before { + border-color: transparent transparent rgba(200, 200, 200, 0.1); + } + /* source #14: "transparent", "#fff" */ + .dropdown-menu::after { + border-color: transparent transparent #313234; + } + /* source #14: "color: #24292e" */ + .dropdown-item { + color: #dbdbdbAA; + } + /* source #14: "#0366d6" */ + .dropdown-item:focus, .dropdown-item:hover { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #2f3031; + background-image: none; + } + /* source #14: "none" */ + .dropdown-signout { + background: none; + } + /* source #14: "#e1e4e8" */ + .dropdown-divider { + border-top-color: #3b3c3e; + } + /* source #14: "color: #586069" */ + .dropdown-header { + color: #dbdbdbCC; + } + /* source #14: "transparent", "rgba(27,31,35,0.15)" */ + .dropdown-menu-w::before { + border-color: transparent transparent transparent rgba(200, 200, 200, 0.1); + } + /* source #14: "transparent", "#fff" */ + .dropdown-menu-w::after { + border-color: transparent transparent transparent #313234; + } + /* source #14: "transparent", "rgba(27,31,35,0.15)" */ + .dropdown-menu-e::before { + border-color: transparent rgba(200, 200, 200, 0.1) transparent transparent; + } + /* source #14: "transparent", "#fff" */ + .dropdown-menu-e::after { + border-color: transparent #313234 transparent transparent; + } + /* source #14: "border-top: 8px solid rgba(27,31,35,.15)", "transparent", "transparent" */ + .dropdown-menu-ne::before { + border-top-color: rgba(200, 200, 200, 0.15); + } + /* source #14: "border-top: 7px solid #fff", "transparent", "transparent" */ + .dropdown-menu-ne::after, .dropdown-menu-ne::before { + border-right-color: transparent; + border-left-color: transparent; + } + .dropdown-menu-ne::after { + border-top-color: #313234; + } + /* source #14: "#2f363d", "#444d56" */ + .dropdown-menu-dark { + background: #282828; + border-color: #3b3c3e; + } + /* source #14: "#444d56" */ + .dropdown-menu-dark::before { + border-bottom-color: #484848; + } + /* source #14: "#2f363d" */ + .dropdown-menu-dark::after { + border-bottom-color: #282828; + } + /* source #14: "color: #d1d5da" */ + .dropdown-menu-dark .dropdown-header { + color: #3b3c3e; + } + /* source #14: "#444d56" */ + .dropdown-menu-dark .dropdown-divider { + border-top-color: #484848; + } + /* source #14: "transparent","#444d56" */ + .dropdown-menu-dark.dropdown-menu-w::before { + border-color: transparent transparent transparent #484848; + } + /* source #14: "transparent","#2f363d" */ + .dropdown-menu-dark.dropdown-menu-w::after { + border-color: transparent transparent transparent #282828; + } + /* source #14: "transparent","#444d56" */ + .dropdown-menu-dark.dropdown-menu-e::before { + border-color: transparent #484848 transparent transparent; + } + /* source #14: "transparent","#2f363d" */ + .dropdown-menu-dark.dropdown-menu-e::after { + border-color: transparent #282828 transparent transparent; + } + /* source #14: "#444d56","transparent" */ + .dropdown-menu-dark.dropdown-menu-ne::before { + border-color: #3b3c3e transparent transparent; + } + /* source #14: "#2f363d","transparent" */ + .dropdown-menu-dark.dropdown-menu-ne::after { + border-color: #282828 transparent transparent; + } + /* source #14: "#f1f8ff" */ + #site-search-results .search-result:hover { + background: #434247; + } + /* source #14: "color: #0366d6" */ + #site-search-results .search-result-title em { + color: /*[[base-color]]*/ #ddc7a1; + } + /* source #14: "#0366d6" */ + #site-search-results .search-result-intro em { + border-bottom-color: #ddc7a1; + } + /* source #14: "#fff", "#444d56" */ + details-dialog { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #14: "color: #6a737d" */ + .gh-subheading { + color: #dbdbdb94; + } + /* source #14: "#6f42c1" */ + #ticket-title .State--open { + background-color: #8368aa; + } + /* source #14: "#cb2431" */ + #ticket-title .State--closed { + background-color: #911; + } + /* source #14: "#2cbe4e" */ + #ticket-title .State--pending { + background-color: #373; + } + /* source #14: "color: #cb2431" */ + .octicon-state-closed { + color: #f44; + } + /* source #14: "color: #6f42c1" */ + .octicon-state-open { + color: #8368aa; + } + /* source #14: "color: #333" */ + #ticket-comments .attachment-name a, .attachment-name a:hover, + .attachment-upload-preview .link, .link:hover { + color: #dbdbdbEE; + } + /* source #14: "none" */ + @media only screen and (min-width: 544px) { + .ticket-faq-accordion input + .accordion-label { + background: none; + } + } + /* source #15: "#fff", "#d1d5da" */ + .dashboard .js-all-activity-header + div { + background-color: #313234; + background-image: none; + border-color: #3b3c3e; + } + /* source #15: "none" */ + .dashboard .js-all-activity-header + div .Box { + background: none; + } + /* source #15: "#e1e4e8" */ + .dashboard-rollup-items .body { + border-top-color: #3b3c3e; + } + /* source #15: "color: #dbdbdb66" */ + body > .footer li a { + color: #dbdbdb94; + } + /* source #15: "transparent" */ + .repository-content #readme:not(.blob) .Box-header { + background-color: transparent !important; + } + /* source #15: "#e1e4e8" */ + @media (min-width: 700px) { + :root .pinned-issue-item { + border-color: #3b3c3e !important; + } + } + /* source #15: "none" */ + .rgh-no-navigation-highlight .Box-row.navigation-focus, + .rgh-no-navigation-highlight .list-group-item.navigation-focus, + .rgh-no-navigation-highlight .navigation-focus td { + background: none !important; + } + /* source #15: "color: #586069" */ + .rgh-useless-comments-note { + color: #dbdbdbCC; + } + /* source #15: "none", "currentColor", "#24292e" */ + .rgh-recently-pushed-branches .Header .RecentBranches, + .rgh-recently-pushed-branches [data-url$="recently_touched_branches_list"] .Box { + background: none; + border-color: currentcolor !important; + background-color: #313234; + } + /* source #15: "border: 1px solid" */ + .rgh-recently-pushed-branches [data-url$="recently_touched_branches_list"] .btn-link[href$="?expand=1"] { + border-color: #313234; + } + /* source #15: "#e1e4e8", "#e1e4e8" */ + button.reaction-summary-item { + border-top-color: #3b3c3e; + border-bottom-color: #3b3c3e; + } + /* source #15: "#efefef" */ + .reaction-summary-item a { + background: #2f3031; + } + /* source #15: "#0366d6", "#0366d6" */ + .js-expandable-line:hover .blob-num:not(:hover) + .blob-code, + .js-expandable-line:hover .blob-num:not(:hover) .directional-expander:first-child { + border-color: /*[[base-color]]*/ #ddc7a1; + background: /*[[base-color]]*/ #ddc7a1; + color: #fff; + background-image: none; + } + /* source #15: "#f6f8fa" */ + .rgh-split-issue-pr-combined.selected:hover { + background-color: #252627; + } + /* source #15: "#c0d3eb" */ + .rgh-collaborator { + border-color: #ddc7a135; + } + +body, body.bg-gray { + background-color: #2f3031 !important; + background-clip: border-box !important; + background-origin: padding-box !important; + background-attachment: /*[[bg-attachment]]*/ fixed !important; + /*[[bg-options]]*/ +} +/* custom code font */ +pre, code, tt, kbd:not(.badmono), samp, .blob-code, .file-data pre, .line-data, +#gist-form .file .input textarea, .blob-code-inner { + font-family: "/*[[font-choice]]*/", Consolas, "Liberation Mono", Menlo, Courier, monospace !important; + font-feature-settings: /*[[font-features]]*/ !important; + font-size: /*[[font-size-choice]]*/ !important; +} +/* Base link colors */ +.Header-link:focus, .Header-link:hover, table.files .octicon-file-directory, +table.files .octicon-file-symlink-directory, +table.files .octicon-file-submodule, .header-logo-invertocat:hover, +.notification-indicator:hover, .full-commit .btn-outline:not(:disabled):hover, +.markdown-body a strong, .markdown-format a strong, +.notifications.list-group a:hover, a.octolinker-link[href], +.discussion-sidebar-toggle:hover, .commit-id:hover, +body[class="page-responsive"] .files-list .octicon, +.timeline-comment-action:hover { + color: /*[[base-color]]*/ #ddc7a1 !important; +} +.btn-link .octicon-kebab-horizontal:hover { + color: /*[[base-color]]*/ #ddc7a1; +} +#notebook a:hover, #notebook a:focus { + color: /*[[base-color]]*/ #ddc7a1; + opacity: .8; +} +body.api li a code { + color: rgba(79, 140, 201, .9) !important; + color: rgba(/*[[base-color-rgb]]*/, .9) !important; +} +body.api li a:active code, body.api li a:hover code { + color: rgba(79, 140, 201, 1) !important; + color: rgba(/*[[base-color-rgb]]*/, 1) !important; +} +/* Base color panel */ +option:hover, .listings-layout .nav li a:hover, .state-merged, +#fork-select .target:not(.disabled):hover, table.upgrades tr:hover td, +.email-format .email-hidden-toggle:hover a, .dashboard-tabs a:hover, +.documentation-results a:hover, .hidden-text-expander a:hover, +.example-nav li a.selected, .issues-reset-query:hover .octicon-x, +.segmented-nav li.active, .diff-expander:hover, .owner-select-target:hover, +.release-timeline-tags .expander-text:hover .expander-dots, +.search-result-item.navigation-focus, .pull-request-link:hover, +.issues-reset-query:hover .issues-reset-query-block, .add-line-comment, +.result.selected, .result:hover, .CommunityTemplate-highlight, +.diff-table button.add-line-comment, .version-picker a:hover, +.discussion-item-changes-marker.is-unread .discussion-item-icon { + background: /*[[base-color]]*/ #ddc7a1 !important; +} +.context-button::after { + border-color: /*[[base-color]]*/ #ddc7a1 transparent transparent !important; +} +.timeline-progressive-disclosure-button:hover, +.release-timeline-tags .expander-text:hover .expander-dots, +.review-comment[aria-selected=true], +.timeline-comment[aria-selected=true] .review-summary .comment-body { + border-color: /*[[base-color]]*/ #ddc7a1 !important; +} +@keyframes autofill { + to { + background-color: #313234; + background-image: none; + color: #ddd; + } +} +input:-webkit-autofill, input:-webkit-autofill:hover, +input:-webkit-autofill:focus, textarea:-webkit-autofill, +textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, +select:-webkit-autofill, select:-webkit-autofill:hover, +select:-webkit-autofill:focus { + animation-name: autofill !important; + animation-fill-mode: both !important; +} +#com #header .top-nav .dropdown-button:hover .dropdown-caret, +.header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret, +.header-navlink:hover .dropdown-caret, .header-navlink:focus .dropdown-caret, +.HeaderNavlink:hover .dropdown-caret, .HeaderNavlink:focus .dropdown-caret { + border-top-color: /*[[base-color]]*/ #ddc7a1 !important; +} +.table-list .table-list-item.unread .table-list-cell-checkbox, +.Box-row--unread, .Box-row.unread { + border-left-color: /*[[base-color]]*/ #ddc7a1 !important; + box-shadow: 2px 0 0 /*[[base-color]]*/ #ddc7a1 inset !important; +} +/* notification icon - "transparent" border */ +.notification-indicator .mail-status { + border-color: #313234; +} +/* text selection */ +::selection { + background-color: /*[[base-color]]*/ #605d51 !important; + color: #fbfbfb !important; +} +::-moz-selection { + background-color: /*[[base-color]]*/ #605d51 !important; + color: #fbfbfb !important; +} +.CodeMirror-selected { + background: rgba(255, 255, 255, .12) !important; +} +.CodeMirror ::selection { + background: rgba(255, 255, 255, .12) !important; +} +.CodeMirror ::-moz-selection { + background: rgba(255, 255, 255, .12) !important; +} +/* placeholder */ +::-webkit-input-placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; +} +::-moz-placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; +} +::placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; +} +.select-menu-text-filter input::-webkit-input-placeholder { + color: #555 !important; +} +.select-menu-text-filter input::-moz-placeholder { + color: #555 !important; +} +.select-menu-text-filter input::placeholder { + color: #555 !important; +} +::-webkit-calendar-picker-indicator { + background-color: #313234; + color: #c9c9c9; +} +::-webkit-calendar-picker-indicator:hover { + color: #dbdbdb66; +} +/* Remove dotted borders on already otherwise higlighted elements (Firefox) */ +.dropdown-item:focus, .details-dialog:focus { + outline: none; +} +/* commit tease */ +.commit-tease, .commit-tease-sha, .commit-tease .commit-author { + color: #dbdbdbEE !important; +} +/* HACK: Match font-size to rest of the box */ +.commit-tease > .f6 { + font-size: 13px !important; +} +/* people panel org page issue #1041 */ +.auto-search-group input[type="text"][aria-label] { + background: #313234; +} +/* focus hightlight */ +a:focus, button:focus, [tabindex] { + outline-color: /*[[base-color]]*/ #ddc7a1 !important; +} +input.focus[type="text"], #adv_code_search .focus.search-page-label, +.focused .drag-and-drop, #adv_code_search .search-page-label:focus, +#q:focus ~ button, input.color-editor-input:focus, #ghd-settings select:focus, +#ghd-settings input:focus, .intgrs-lstng-item:hover, +.ajax-pagination-btn:focus, input[type="checkbox"]:focus, +div.search-form input:focus, #search > input[name="q"]:focus { + border-color: /*[[base-color]]*/ #ddc7a1 !important; + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 2px /*[[base-color]]*/ #ddc7a1 !important; + outline-color: /*[[base-color]]*/ #ddc7a1 !important; +} +/* add border to site search field */ +.radio-group input[type=radio] { + position: relative !important; +} +.dragover textarea, .dragover .drag-and-drop { + box-shadow: 0 0 1px 1px /*[[base-color]]*/ #ddc7a1 !important; +} +/* below style is workaround for Firefox. */ +/* see: https://bugzilla.mozilla.org/show_bug.cgi?id=1394491 */ +optgroup::before { + color: #888 !important; + background-color: #313234 !important; +} +optgroup { + background-color: #191919 !important; +} +/* custom checkboxes and radios */ +input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], +input[type="radio"]:focus, input[type="checkbox"]:hover:active, +input[type="radio"]:hover:active, input[type="checkbox"]:disabled, +input[type="checkbox"]:hover:disabled, +input[type="checkbox"]:hover:active:disabled { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: #313234; + border: 1px solid #484848; + color: #eee; + height: 14px; + width: 14px; +} +input[type="radio"] { + border-radius: 100% !important; +} +input[type="checkbox"]:disabled, input[type="checkbox"]:hover:disabled, +input[type="checkbox"]:hover:active:disabled, input[type="radio"]:disabled { + background-color: #3f4143 !important; + color: #555 !important; +} +input[type="checkbox"]:checked { + background: url('data:image/svg+xml;utf8,') !important; + background-size: cover !important; +} +input[type="checkbox"]:checked:disabled { + background: url('data:image/svg+xml;utf8,') !important; +} +input[type="checkbox"]:indeterminate { + background: url('data:image/svg+xml;utf8,') !important; + background-size: cover !important; +} +input[type="checkbox"]:indeterminate:disabled { + background: url('data:image/svg+xml;utf8,') !important; +} +input[type="radio"]:checked { + background: url('data:image/svg+xml;utf8,') !important; + background-size: cover !important; +} +input[type="radio"]:checked:disabled { + background: url('data:image/svg+xml;utf8,') !important; +} +/*[[tab-size]]*/ +/* User time line firsts */ +img[src$="profile-joined-github.png"] { + padding-bottom: 20px !important; +} +table.pricing-table td:first-child { + text-indent: 9px; +} +.comment-reactions button.btn-link.user-has-reacted { + background-color: rgba(79, 140, 201, .2) !important; + background-color: rgba(/*[[base-color-rgb]]*/, .2) !important; +} +/* HACK: Label colors */ +[class*="IssueLabel"][style*=" color: #f"], .IssueLabel a[style*="color: #f"], +.issue-card-label[style*=" color: #f"] { + color: #e8e8e8 !important; +} +[class*="IssueLabel"][style*=" color: #e"], .IssueLabel a[style*="color: #e"], +.issue-card-label[style*=" color: #e"] { + color: #e8e8e8 !important; +} +[class*="IssueLabel"][style*=" color: #d"], .IssueLabel a[style*="color: #d"], +.issue-card-label[style*=" color: #d"] { + color: #e8e8e8 !important; +} +[class*="IssueLabel"][style*=" color: #c"], .IssueLabel a[style*="color: #c"], +.issue-card-label[style*=" color: #c"] { + color: #e8e8e8 !important; +} +[class*="IssueLabel"][style*=" color: #3"], .IssueLabel a[style*="color: 3"], +.issue-card-label[style*=" color: #3"] { + color: #313234 !important; +} +[class*="IssueLabel"][style*=" color: #2"], .IssueLabel a[style*="color: #2"], +.issue-card-label[style*=" color: #2"] { + color: #313234 !important; +} +[class*="IssueLabel"][style*=" color: #1"], .IssueLabel a[style*="color: #1"], +.issue-card-label[style*=" color: #1"] { + color: #313234 !important; +} +[class*="IssueLabel"][style*=" color: #0"], .IssueLabel a[style*="color: #0"], +.issue-card-label[style*=" color: #0"] { + color: #313234 !important; +} +.project-card .highlight pre { + padding: 1em; + overflow: auto; + white-space: pre; + word-wrap: initial; +} +.project-card code { + font-size: 85%; + padding: .2em .4em; +} +.markdown-body pre code, .markdown-body pre tt { + padding: .2em 0 !important; + border: none !important; +} +.markdown-body code::before, .markdown-body code::after, +.markdown-body tt::before, .markdown-body tt::after, +.markdown-body pre code::before, .markdown-body pre code::after, +.markdown-body pre tt::before, .markdown-body pre tt::after { + display: none !important; +} +.intgrs-lstng-item-description::after { + background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #313234 80%) !important; +} +.marketplace-product-callout-bg { + background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #313234) !important; +} +div[style*="background: linear-gradient(to bottom, rgba(246,248,250,0.5) 0%,rgba(246,248,250,1) 100%);"] { + background: linear-gradient(to bottom, rgba(32, 32, 32, .5) 0%, #2f3031 100%) !important; +} +.Box-body { + border-radius: inherit !important; +} +.branch-infobar, .notifications .unread { + font-weight: normal !important; +} +.profile-timeline-month-heading { + padding: 2px 5px !important; +} +input.tree-finder-input, input.tree-finder-input:focus { + background: transparent !important; + border: none !important; + box-shadow: none !important; +} +.dropdown-menu, .word-upload-callout, .select-menu-modal { + box-shadow: 0 3px 12px rgba(0, 0, 0, .4); +} +.exploregrid-item { + border-color: rgba(255, 255, 255, .075) !important; + box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 5px 10px rgba(0, 0, 0, .05) !important; +} +.exploregrid-item:hover { + border-color: rgba(255, 255, 255, .15) !important; + box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 8px 15px rgba(0, 0, 0, .3) !important; +} +.box-shadow-large, html[class*="ghh-"] .tooltipster-box { + box-shadow: 0 1px 15px #ddc7a120 !important; +} +img[src*="images/modules/checks"].box-shadow-large { + box-shadow: 0 1px 15px #fff !important; +} +/* add rounded borders on bottom */ +body[data-render-url], .render-viewer, .comment-content, +.gist .gist-file .gist-meta, .more-repos, .comment table { + border-radius: 0 0 3px 3px !important; +} +.dashboard-tabs a, .search-filters { + border-radius: 0 !important; +} +.discussion-topic-header, .previewable-comment-form .tabnav { + border-radius: 3px 3px 0 0 !important; +} +/* repo labels, private repo lists */ +.repo-label span, .private .repo-list-item, .hook-delivery-guid { + background: #252627 !important; + color: #777 !important; +} +.private .mini-repo-list-item .repo-icon { + color: #777 !important; +} +.private .mini-repo-list-item { + background: #221 !important; +} +/* previously orange border bottom */ +.pagehead ul.tabs li a.selected, .pagehead > ul.tabs li a:hover, +.filter-selected, div.listing.navigation-focus, div.issues.navigation-focus, +.repo-filter:hover, .dashboard-tabs a.selected, .marketing-nav a.selected, +.orgs-nav .org-nav-item.selected, a.pagehead-nav-item.selected, +.underline-nav-item.selected { + border-radius: 0 !important; + border-bottom: 2px solid #eee !important; +} +.section-nav .active a, .js-current .standalone a, .sidebar-module .disable>a { + border-radius: 0 !important; + border-left: 2px solid #eee !important; +} +.dropdown-arrow { + border-top-color: #eee !important; + transition: none !important; +} +#com #header .top-nav .dropdown-caret { + border-top-color: #ccc !important; +} +.js-menu-target:hover .dropdown-arrow { + border-top-color: /*[[base-color]]*/ #ddc7a1 !important; +} +/* Add border-top to PR checks results blank slate */ +aside.border-top + section.bg-gray-dark:not([class*="js-"]) { + border-top: 1px solid #3b3c3e; +} +/* Make it more apparent that
is clickable */ +.markdown-body details summary:not([aria-haspopup]):hover { + background: #3f4143; + box-shadow: 0 0 0 2px #3f4143; + cursor: pointer; +} +/* GitHub Bug: Center discussion close icon vertically */ +.discussion-item-closed .octicon { + position: relative !important; + top: -1px; +} +/* GitHub Bug: Center counters vertically on the line */ +.boxed-group .counter, .reponav-item .counter, .boxed-group .Counter, +.reponav-item .Counter { + position: relative !important; + top: -1px !important; +} +/* GitHub Bug: Fix image swipe handle misalignment */ +.swipe .swipe-frame .swipe-bar .top-handle, +.swipe .swipe-frame .swipe-bar .bottom-handle { + left: -6px !important; +} +/* GitHub Bug: Center color preview in inline code tags */ +.markdown-body code .v-align-middle { + position: relative; + top: -1px; +} +/* GitHub Bug: Stop commit message field from resizing horizontally */ +#commit-description-textarea { + resize: vertical !important; +} +/* GitHub Bug: Fix cut-off 'g' letters in box headers like on https://github.com/notifications */ +.boxed-group .heading, .boxed-group > h3 { + padding: 7px 10px 8px; + line-height: inherit; +} +/* GitHub Bug: Fix cut-off 'g' letters on user page timeline repo names */ +.profile-timeline .lh-condensed { + line-height: 1.35rem !important; +} +/* GitHub Bug: Fix cut-off 'g' letters on action workflow list */ +[id^="check_suite"] .lh-condensed { + line-height: 1.35rem !important; +} +/* Tweak: Square counters, add 1px padding on bottom to counter uneven font size */ +#conversation_tab_counter, #commits_tab_counter, #files_tab_counter, +.reponav-item .counter, .reponav-item .Counter { + border-radius: 2px !important; + padding: 2px 5px 3px !important; +} +.topic-tag { + padding: .2em .9em !important; + box-shadow: inset 0 0 0 1px #ddc7a155 !important; +} +.topic-tag.topic-tag-outline { + box-shadow: inset 0 0 0 1px #6d7c9c !important; +} +/* Add bottom border on subnav - https://github.com/topics */ +.site-subnav { + box-shadow: 0 1px 0 #3b3c3e !important; +} +@media screen and (min-width: 1024px) { + .site-subnav .subnav-primary.selected, .site-subnav .subnav-primary:hover { + border-bottom-color: #ddc7a1 !important; + } +} +@media screen and (max-width: 768px) { + body .p-responsive .subnav-btn { + background: transparent !important; + } + body .p-responsive .subnav-link[href="https://enterprise.github.com/contact"] { + border-bottom-color: transparent !important; + color: #8e8e8e !important; + } + body .p-responsive .subnav-link[href="https://enterprise.github.com/contact"]:hover { + border-bottom-color: transparent !important; + color: #dbdbdbEE !important; + } +} +/* invisible border */ +@media screen and (max-width: 768px) { + body.page-responsive .site-subnav .subnav-primary.selected, + body.page-responsive .site-subnav .subnav-primary:hover { + border-bottom-color: transparent !important; + color: #dbdbdbEE !important; + } +} +.gisttabs a:not(.selected), .gisttabs a:not(.selected):hover, +.timeline-comment-wrapper, .avatar-stack .avatar, .full-commit .commit-meta, +.tabs > a, .header .divider-vertical, .about-menu-link { + border-color: transparent !important; +} +/* darken border */ +.wiki-wrapper .wiki-empty-box:hover, .render-shell .slider .slider-track, +.render-shell .slider-bar, .about-menu-link:hover, .about-menu-link.selected, +.pricing-table { + border-color: #777 !important; +} +/* brighten border */ +.filter-item.selected .Label--outline-white { + border-color: #fff !important; +} +#browser table, #browser table th, #issues .menu ul li, +.branches .more-branches, .issues td, ul.main_nav li.selected, .browser_header, +.issue-head, .bootcamp-help .image, ul.hook-list, .clone-url-button, +.list-tip li, .section-nav a, .search-menu-container, .repo_list li a, +.graphs .axis, .switcher > span::after, a.assignee-bit, .menu li, +.notifications td, .filter-tab, ul.hook-list li, .repo .border, .box-action, +ul.repo-stats li a, .footer_nav h4, .footer-divider, .chromed-list-browser, +.js-activate-link, .chromed-list-browser div, .filter-bar, .columns.sidebar, +.lbl, #contributors .person, #commit-activity-master, #services, .top-rule, +#services .service, ul.stats, .release-list > li, .context-body, +.api li::before, .library-list .feature, .lower_footer, .cheatsheet, +.pagehead.settings-area, .release-body, .pull-state, .pull-number, .merge-pr, +.gist-file, #graph-shots li, .sidebar, .release-timeline, .explore h2, #head, +.leaderboard-list-item, .search-result-item, .details, .jobs-list, +.content-header, .user-list-item, .markdown-body, ul#categories li h5, +.render-view-modes li, .gobutton.with-comments .sha, +#gollum-editor-function-bar, .capped-box, .steps li, #common-issues, .steps, +#graphs, .previewable-comment-form .comment, .org-module, .org-repo, +.table-list, .org-add-footer, .auto-search-group .search-filter, +#notification-center li, .branch-status, .comment + .comment, +.discussion-bubble-inner, .member-row, .press-info, +.timeline-commits .timeline-commits-header, .marketing-section, +.featured-callout .screenshot, .page-new-repo .license-container, +.sidebar-module, .collapsed, .expanded, .discussion-topic, .bubble-inner, +.team-org-group, div.article div.helper div.content, .boxed-group-inner .help, +dl.new-email-form, .file .meta-divider, .avatar-stack.multiple-avatars::before, +.file-box, .file-actions .btn-group li, .gist .gist-file .gist-data, +.calendar-graph .contrib-details div, .branch-action-body, +.setup-form .tos-info, .setup-form .setup-organization-next, +.collection-page .other-content, .bubble-wrap, .release-show, .file-wrap, +.branches .branch-summary, .branches .no-results-message, +.branch-a-b-count .count-half:last-child, .panel-nav, +.full-commit .sha-block > a, .theme-selector-thumbnail, .segmented-nav li, +.boxed-group-inner, .search-form button, .branches .branch-group-heading, +.boxed-group > h3, .boxed-group .heading, .issues-list-actions, p code, code, +.wiki-wrapper .wiki-empty-box, #adv_code_search .search-page-label, +pre.headers, .inline-comment-form, .history-link, .oauth-permissions-details, +.setup-info-module .features-list .list-divider, +.setup-wrapper .oauth-permissions, .swipe .swipe-frame .swipe-shell, +ul.search-results, .orgs-help-shelf-content .orgs-help-divider, +.gist-quicksearch-result-group, .listgroup, .listgroup-item + .listgroup-item, +.user-key-badge, .newsfeed-placeholder, .progress-bar-inline .progress-bar, +.menu-heading, body .border-gray-dark, .discussion-item-review .blob-wrapper, +.bot-identifier, div.marketplace-product-callout, .CodeMirror-dialog-top, +.project-card:hover:not(:focus) { + border-color: #3b3c3e !important; +} +pre, h1, h2, h3, table, table tr, table td, table th, blockquote, .pulse-graph, +.minibutton, .social-count, .discusion-topic-infobar, .box-body, .logo-box, +.developer-program-badge, .vcard-details, .vcard-stats, .auth-form-header, +.nav-bar-tabs .section-title, .boxed-group-list > li, .toolbar-bordered, +.dashboard-tabs, .graphs, .graph, .sub-nav, .audit-search-clear, +.repo-list-item, .email-signature-reply, footer, .bubble .bubble-expand, +.grid .col, .composer-infobar, .email-quoted-reply, .summary-stats li, +.columns.equacols.bordered, .file-diffstat, ul.filter-list, .news .alert, +table.files td, .explore-section, .repolist > li, .featured-grid-outer, +.gh-header-meta, .theme-picker-thumbs, .team, .billing-section, +.sidebar-module ul h3, .headlines li, .markdown-format img, +div#common-issues ul li, .about-facts, .starred-repo, .markdown-example, +.traffic-graph-stats, .discussion-item + .discussion-item, .bubble, +.tree-browser, .simple-box-footer, .team-grid .team-members, +.org-list .list-item, .stats-group .stat, .team-info-card .team-stats, +.table-of-contents li, .commit-group, +.table-list-bordered .table-list-cell:first-child, +.table-list-bordered .table-list-cell:last-child, .table-list-cell, +.table-list, .table-list-header, .labels-list-item, .subnav-divider-right, +.subnav-bordered, .content table tr th, #search-results li, .subhead, +#pages-composer, .render-bar, #gollum-editor-help, #gollum-editor-help-parent, +#gollum-editor-help-list, .auth-section, .commit-sha, .comment-body, +.mini-repo-list-item, .advanced-search-form fieldset, .contrib-column, +.org-header .edit-org, .pulse-summary .summary-box, +.pulse-summary .summary-box li:first-child, .list-item + .list-item, +.list-item + .list-heading, .list-heading + .list-item, .issue-list-item, +.collection-card, .setup-header, body.api pre, .stats-group-stat:first-child, +.build-statuses-list, #gollum-dialog-dialog-buttons, #gollum-dialog-dialog h4, +a.gollum-minibutton, a.gollum-minibutton:visited, +.two-factor-toggle .two-factor-status, .two-factor-settings-group, +.member-badge, ul.comparison-list > li, .release-downloads, +.release-downloads li, .blob-interaction-bar, #gist-form .file .meta, +.file .meta, .file-box .meta, .capped-card, .audit-results-header, +.output_area .rendered_html table, .render-info .message, +.subnav .btn + .issues-search, +.branch-action-body .branch-action-item + .branch-action-item, +.discussion-item-merged.open .discussion-item-details-header, +.discussion-item-merged.open .build-statuses-list, .build-status-item, +.pagehead-tabs-item.selected, .org-header, .pagehead, +.branch-action-item + .mergeability-details, .migration-section, +.migrate-org-roles, .migrate-org-roles-header, .migration-footer, +.migration-org-avatar, .org-migration-settings-section, +.word-upload-callout .note, .manage-user-info, .manage-repo-access-title, +.org-settings-team-item:first-child, .label-generic, .plan-notice, +.intgr-header, .code-list-item, .sort-bar, .repo-file-upload-outline, +.comment-reactions.has-reactions, .reaction-summary-item, +.featurette.border-top, .tile-block, .tile-bordered:not(:last-child), +.showcase-page-header, .showcase-page-repo-list, .header-search-scope, +.result-group a, .signed-commit-badge, .signed-commit-header, .user-key-email, +.border-top, .pricing-card-cta, .shelf, .access-token, .about-menu, +.oauth-border, .file-header, +.reorderable-task-lists .markdown-body .task-list-item.hovered, +.next-charge-box, .setup-info-module h2, .pinned-repo-list-item, +.pinned-repo-filters, .orghead, .orghead .edit-org, .discussion-item-deployed, +.new-project-column, .confirm-removal-list-container, +.confirm-removal-list-item, .user-profile-nav, .review-thread-reply, +.feature-callout-octicon, .feature-callout, +.discussion-item + .discussion-item, +.discussion-item-review + .discussion-item, .libraries-jumbotron, +.last-review-thread, .menu-item, .review-comment.is-comment-editing, +.team-list-footer, .profile-rollup-summarized + .profile-rollup-summarized, +.Subhead, .dashboard-notice .coupon, .listgroup-header, .merge-status-item, +.pending-team-invitations-link, .discussion-item + .discussion-item-review, +.profile-timeline-card-wrapper, +.profile-rollup-wrapper + .profile-rollup-wrapper, +.email-preference-exceptions .exception, .user-key-email-unverified, .diffbar, +.rendered_html hr, .drag-and-drop, .form-hr, .release-timeline-tags .main { + border-color: #3b3c3e !important; +} +.discussion-item-icon, .date::after, ul.color-label-list .color, +.facebox-header, .TimelineItem-badge, +.release-timeline-tags .tag-timeline-date::after { + border-color: #3b3c3e; +} +.filter-tab.selected { + border: 1px solid #444 !important; + border-bottom: 1px solid #3b3c3e !important; +} +.follow-list .follow-list-item { + border-bottom: 1px solid #3b3c3e !important; +} +.simple-conversation-list > li, .site-footer, .blame .section-first td, +.wiki-list .wiki-list-item + .wiki-list-item, .member-badge + .member-badge { + border-top: 1px solid #3b3c3e !important; +} +/* https://github.com/mobile/ */ +.mobile-gradient-bg { + display: none; +} +svg.mobile-hero { + filter: invert(100%) hue-rotate(180deg); +} +/* discussion timeline tweaks */ +.closed-banner { + display: none !important; +} +/* background image on https://github.com/stylishThemes/github-dark/actions/new */ +.repo-actions-hero { + filter: invert(1) hue-rotate(180deg); + mix-blend-mode: exclusion; +} +.discussion-timeline-actions { + border-top: 2px solid #232529 !important; + background: none !important; +} +.discussion-timeline::before { + margin-top: 2px !important; + background: #232529 !important; + height: calc(100% - 259px) !important; +} +.profile-timeline.discussion-timeline::before { + height: 100% !important; +} +.listings div.listing { + border-left: 2px solid #333 !important; + border-right: 2px solid #333 !important; +} +#org-members .member-listing { + border-left: 1px solid #333 !important; + border-right: 1px solid #333 !important; +} +.branch-action-body::before, .MarketplaceSideNav, .plans-card-text:first-child { + border-right-color: #484848 !important; +} +.merge-branch-form .commit-form::after, +.repository-content .commit-form::after { + border-right-color: #2f3031 !important; +} +.Popover-message--top-left::after { + border-bottom-color: #313234 !important; +} +/* below style is needed because of order problems in generator */ +.pull-request-review-body-wrapper .timeline-comment-group .timeline-comment::before, +.pull-request-review-body-wrapper .timeline-comment-group .timeline-comment::after { + border-right-color: transparent !important; +} +.word-upload-callout::before, .word-upload-callout::after, +.select-menu-modal-arrow::after, .Popover-message--top-left::before { + border-bottom-color: #3b3c3e !important; +} +.repo-filterer .repo-filter:hover, .review-summary::before { + border-bottom-color: #484848 !important; +} +.issue-head { + border-bottom-width: 1px !important; +} +.context-button:hover::after, .switcher > span::before { + border-color: #eee transparent transparent !important; +} +/* repo tab tweaks */ +.reponav-item { + border-top-width: 1px !important; +} +.reponav-item.selected { + border-color: #3b3c3e; +} +.pagehead-tabs-item { + border-top-width: 1px !important; +} +.pagehead-tabs-item.selected, .reponav-item.selected, .tabnav-tab.selected { + background: #2f3031; + border-bottom-color: #2f3031 !important; +} +.timeline-comment .tabnav-tab.selected { + background: #313234 !important; + border-bottom-color: #313234 !important; +} +.branches .branch-summary + .branch-summary { + border-top-color: #333 !important; +} +/* code */ +.linkable-line-number { + border-right: 1px solid #484848 !important; +} +.gist .gist-file .gist-data .line-number { + line-height: 19px !important; +} +/* File listings - fix date truncation */ +table.files td.age .css-truncate { + max-width: none !important; +} +/* https://github.com/StylishThemes/GitHub-Dark/issues/620 */ +.timeline-comment-header .css-truncate-target { + max-width: 250px !important; +} +/* tooltip - tooltipped */ +.octotip { + background-color: #003 !important; + border-color: #006 !important; +} +.tooltipped::after { + background: #3b3c3e !important; +} +.tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before { + border-top-color: #3b3c3e !important; +} +.tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before { + border-bottom-color: #3b3c3e !important; +} +.tooltipped-e::before { + border-right-color: #3b3c3e !important; +} +.tooltipped-w::before { + border-left-color: #3b3c3e !important; +} +.commitinfo, .gc .diff-line-code, .gc .diff-line-num, .gc .diff-line-pre, +.featured-commit-activity-graph, .featured-repo-logo, .outline-box, +.gobutton>.sha .octicon, .markdown-body .csv-data .blob-num, #feedBody, +.search-result-header, .accessibility-aid:focus, .file-data, .signup-plans th, +.signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td, .commits td, +.featured-callout, .sidebar-module ul ul li, .native-download, +.setup-info-module, div#common-issues ul, #gist-form .name, .render-notice, +.label-edit.edit-color-label-form .color-editor .color-editor-input, +.date_selector td, .new-label, .range-editor .range, .range-editor .flag, +.auth-form-body, div.border-wrap, .profile-header, .highlight .gc, +.uploaded-files.is-populated, .range-editor, +#gollum-editor-help-parent li a.selected, +#gollum-editor-help-list li a.selected, #gollum-editor-help-parent li a:hover, +#gollum-editor-help-list li a:hover, .github-access-banner, .protip-callout, +ul.comparison-list, .wiki-custom-sidebar, .invitation-container, +.orgs-help-shelf, .orgs-help-item-octicon, .thread-subscription-status, +.branch-action-body .merge-branch-form, .pull-info, .branch-link, +.discussion-item-merged.open .discussion-item-details, .word-upload-callout, +.session-authentication .create-account-callout, .intgrs-lstng-item, +.intgr-install-callout, .is-failed .repo-file-upload-errors, +.is-bad-file .repo-file-upload-errors, .is-too-big .repo-file-upload-errors, +.is-too-many .repo-file-upload-errors, .is-empty .repo-file-upload-errors, +.site-header, .site-subheader, .pricing-card, .explore-signup-entice, +.price-box, .cvv-hint-tooltip, .plan-choice, .user-profile-sticky-bar::after, +.review-thread, .card, .tutorial, .overview .card > div[style*="background"], +.Box-footer, .ScreenshotCarousel, +.card-filter-autocomplete-dropdown .autocomplete-keyword-only, .inbox-zero, +.is-stuck .diffbar, .project-pane.bg-white { + background: #313234 !important; + border-color: #3b3c3e !important; +} +.review-comment[aria-selected=true], +.timeline-comment[aria-selected=true] .review-summary { + background-color: #313234 !important; + box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3) !important; + box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3) !important; +} +.timeline-comment-group[aria-selected=true] .timeline-comment::before { + border-right-color: /*[[base-color]]*/ #ddc7a1 !important; + left: -17px !important; + filter: none !important; +} +.timeline-comment:target .review-summary::after { + top: -16px !important; + filter: none !important; +} +.timeline-comment[aria-selected=true] .review-summary::before { + border-bottom-color: rgba(79, 140, 201, .3) !important; + border-bottom-color: rgba(/*[[base-color-rgb]]*/, .3) !important; + top: -19.75px !important; + filter: none !important; +} +#readme .plain, .readme .markdown-body, .readme .plain, .pull-request-composer, +.octofication .broadcast-icon-mask, .file .image, .coupons .coupon-form-body, +.manage-repo-access-group, .saved-reply-form, .orghead .edit-org:hover, +.simple-box, .btn-link.timeline-progressive-disclosure-button, +.border.branch-action-item { + background: #313234 !important; + border-color: #3b3c3e !important; +} +/* search - language sidebar - https://github.com/StylishThemes/GitHub-Dark/search?q=markdown */ +div.container-lg > div.float-left.px-md-2 > .border.rounded-1.d-none.d-md-block { + background: #313234; + border-color: #3b3c3e !important; +} +.header, .headers, #readme .markdown-body, .social-count, .box-body, .steps li, +.explore-section:nth-child(2n), .markdown-format table, +.chromed-list-browser .none p, .chromed-list-browser .error p, +.list-browser-footer, .commandbar .choice:hover, #gollum-editor-help, +.search-filter:hover, #wiki-history table tr:nth-child(2n) td, +.display tr:hover, .octofication .message, .commandbar .loading:hover, +.comment-content, .commandbar .message, .boxed-group-inner, +#adv_code_search .search-page-label, #contributors-master svg.viz, +.diff-table .line-comments, .menu, svg.spark, svg.capped-card-content, +body.api .content tbody, .markdown-format img:not(.emoji), .mini-repo-list, +#common-issues, .setup-wrapper .oauth-permissions-details, .milestone-list, +.setup-form .setup-plans, .revision .gu, .tree-browser td, +.tree-browser .alt td, .branches .branch-summary, +.branches .no-results-message, .simple-box-footer, .commit-group, +.content table tr, #search-results, table.files, .mergeable, .org-module, +.org-add-footer, .branch-infobar, table.capped-list tr:nth-child(2n), +.team-org-group, #gollum-editor-help-wrapper, .integrations-quality, +.showcase-featured .mo-info .featured-grid-outer, .render-shell, .list, +.latest-commit .commit-author, .bubble, .tabs > a.selected, +.oauth-org-access-details .boxed-group-list > li.on, #fullscreen_overlay, +.branch-action-body, .inline-comment-form, .file-history-tease .participation, +.gist-quicksearch-result-header, .label-generic, .migrate-org-roles, +.manage-repo-access-icon, .table-list:not(.team-member-list), +.repo-file-upload-progress, .gcr-ext-editor-dialog, .shade-gray, +.exploregrid-item, .signed-commit-badge-small, .facebox-popup, +.explore-signup-entice-wrapper, .billing-addon-items tr.total-row, +.billing-addon-items tr.dark-row, li.pinned-repo-item, +.js-contribution-graph h2 + div:last-child, .project-triage-pane, +[data-filterable-for="projects-filter"] .container-lg, +.user-profile-nav.is-stuck, .review-summary-form-wrapper, #projects-results, +.listgroup, .protected-branch-orgs-and-repo-admins, .listgroup-overflow, +.project-column, .js-notice > .border:not(.bg-blue-light), +.news .issues_labeled .border, table.pricing-table, .two-factor-steps, +article.border.rounded-1, .border-right.border-bottom.border-left, +.graph-before-activity-overview, .access-form-wrapper, .timeline-comment-group, +.summarylink-btn, .pinned-item-list-item, .avatar-before-user-status, +.profile-timeline-card, .pinned-issue-item, #wiki-footer .border-dashed, +#wiki-rightbar .border-dashed, .list-group-item.standalone, .commit-form, +.sidebar-progress-bar > .d-flex, +.pagination-loader-container .discussion-item-header .border, +.pr-toolbar.is-stuck, .hx_badge-search-container, .file, #search-member, +.js-notice.border { + background: #313234 !important; +} +.Box-row--hover-blue, .notifications-list .list-style-none.bg-gray { + background: #313234; +} +.bg-white, .radio-label, [style*="background-color: #2f363d"], +.project-full-screen .project-header { + background-color: #313234 !important; +} +/* https://github.com/StylishThemes/GitHub-Dark/issues/811 */ +.application-main > main .container-sm > .pt-4.bg-white.text-center { + background: none !important; +} +/* Labels/Milestone links https://github.com/StylishThemes/Github-Dark/issues */ +.subnav-links { + background: #313234; +} +/* bottom panel on actions */ +.flex-auto > .bg-gray-light { + background: none !important; +} +/* blankslates */ +/* bordered: https://github.com/StylishThemes/GitHub-Dark/actions/runs/42585904 */ +/* unbordered: https://github.com/StylishThemes/GitHub-Dark/pull/1069/files/d0801046a22eaf88d9081de9c7d415825cb1f9fa..291b428577d344d54039de9aa0d8ed3a8fcfaebc */ +.blankslate { + background: none !important; +} +.blankslate.border { + background: #313234 !important; +} +button.bg-white.subnav-link, main [style="background-color: #fcfdfd;"], +.repository-content > .bg-white:not(.card-filter-autocomplete-dropdown) { + background-color: transparent !important; +} +.sidebar-module, div.search-form input, #search > input[name="q"], +.ais-SearchBox-input { + background-color: #313234; + border-color: #3b3c3e; +} +.blob-num-context, #user-content-toc td, .markdown-body table tr:nth-child(2n) { + background: #232529 !important; +} +.blame .blob-num, .blame-blob-num, .collection-card, .team-grid .team, +.code-list .divider .blob-num, .code-list .divider .blob-code, +.expandable-line-num .diff-expander:hover, .build-status-item, .more-branches, +.plan-choice.open, .uploaded-files>li.delete, .more-repos, +.billing-per-seat-callout::after, .code-list-item .blob-num, +.blob-num.js-line-number, .bg-gray-light.disabled, +.MarketplaceBackground-buffer, .team-left-column.bg-white, .overall-summary, +.markdown-body table tr { + background: #313234 !important; + color: #80755d !important; +} +.action-card::after, .action-card::before { + background-color: #2f3031 !important; + box-shadow: 0 0 0 1px #555 !important; +} +/* Navigation focus */ +.list-browser-item.navigation-focus, .js-details-container.navigation-focus, +.js-details-container.navigation-focus:nth-child(2n), .team-grid .team-members, +.tree-browser tr.navigation-focus td, +.issues-listing .table-list-issues .selectable:hover, +.issues-listing .table-list-issues .navigation-focus, .setup-plans tr.selected, +.notifications .navigation-focus, .sidebar-module ul ul li a:hover, +.no-results, #gollum-editor-help-list, .owner-select-target, +.divider .blob-code div.highlight, +.oauth-org-access-details .boxed-group-list > li.on:hover, pre div:hover, +.summary-stats li a:hover, .pinned-repos-selection-list-item.selected, +.Box-body-row--highlight.navigation-focus, .Box-body-row--highlight:hover, +.js-current .standalone a, .Box-row--focus-gray.navigation-focus, +.team-listing .is-open.root-team, .Box-row--hover-gray:hover, +.label-select-menu .select-menu-item.navigation-focus, +.label-select-menu .select-menu-item:focus, +.label-select-menu .select-menu-item:hover { + background: #3f3d38 !important; +} +#main, .capped-box, .unread_count, #browser table th, +.markdown-format table th, table.upgrades tr.current td, .definitions, +.discussion-topic-header, .timeline-commits-minimal .commit-icon .octicon, +.timeline-commits .commit-icon .octicon, .upload-progress, +.search-results-listing em, .discussion-bubble-inner, #wiki-history table td, +.gist .gist-file .gist-data, .logo-box, .markdown-example .rendered, +.team-grid .team-members, .diagram-icon:not(.active), table.capped-list th, +.filter-bar, .audit-search-clear, .country-info, .file-diff-split .empty-cell, +.composer-infobar, .completeness-indicator-blank, .leaflet-control-zoom, +.manage-repo-access-not-active, .header-search-scope, .featurette.py-5, +.payment-history .refunded, .payment-history .failed, +.profile-timeline-month-heading.bg-white, .project-card, +.BlobToolbar .btn-octicon, .MarketplaceHeader, .table-list-header, +.boxed-group > h3, .boxed-group .heading, .file-header, .capped-card h3, +#gist-form .file .meta, .file .meta, .file-box .meta, .menu-heading, +.audit-results-header, .branches .branch-group-heading, .auth-form-header, +.migration-jumbotron, .migration-sub-header, .manage-repo-access-title, +.signed-commit-header, +.reorderable-task-lists .markdown-body .task-list-item.hovered, +.next-charge-box, .credit-card, .review-thread-reply, +a.card.bg-gray-light:hover, .add-member-team-list .team-row-header, +.listgroup-header, .merge-status-item, .Header .header-search-wrapper, +.Header .header-search-wrapper input, .user-key-email-unverified, +.action-card-header::before, .commits-listing .octicon-git-commit, +.new-discussion-timeline .composer .comment-form-head.tabnav, +.advisory-form .bg-gray-light { + background: #2f3031 !important; +} +#browser, .repos, .options-group, .pagehead ul.tabs li a.selected, .subnav-bar, +.options-content, span.gravatar, .browsered, .browsered .inner, +.subnav-bar > ul > li > ul, .comment-form ul.tabs a.selected, +.issue.open.read .summary, .unselected_month, .commits th, #MathJax_Message, +.chzn-single, .user-commits, .user-commits th, .metabox, +.ranked-repositories > li, .pagehead ul.actions, #issues_search .comment, +#header-wrapper, ul.feature-tabs li.highlight, .filterbar .filters li, +.starting-comment .body, .list-tip, .commit_oneline, .filterbox, +.conversation-list-heading .inner, .autocomplete-results, .new-comments .body, +.display tr, .render-container, .boxed-group-table th, .features-highlight, +.outline-box-highlighted, .nav-bar-tabs, #watchers li, .browser .listing, +.item, .context-pane, .context-loader, .sidebar .module, .tip-body, #assignee, +.commit_oneline td, .notifications th, .content table th, .repo-collection>ul, +#graph_data .tab.selected, .full-width-divider, .markdown-body .csv-data th, +h3.conversation-list-heading strong, .file-commit-form .commit-form, +.facebox-footer, .gcr-ext-editor-close, .gcr-ext-editor-header, +.logos-download-link, +.ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:hover, +.ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:focus, +.ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:active { + background: #252627 !important; + border-color: #3b3c3e !important; +} +.search-result-group, .gist-quicksearch-result-group { + background: #3f4143 !important; + border-color: rgba(68, 68, 68, .5) !important; + color: #555 !important; +} +.blame-commit-next .blame-commit-info, .blame-commit-next + .blame-line, +.ScreenshotCarousel-nav { + box-shadow: inset 0 1px 0 #3b3c3e !important; +} +/* semi-transparent */ +.context-loader.large-format-loader, #graphs .loader, .org-header, +.render-shell .slider, .illflow-item:not(.selected):hover, +.leaflet-control-attribution, .orghead, .dropdown-toggle:hover, +.dropdown-toggle.selected { + background: #252627 !important; +} +/* repo header */ +.page-responsive .repohead, .page-responsive .pagehead, +.repohead.bg-gray-light, .pagehead.bg-gray-light { + background: #252627 !important; +} +.explore-signup-entice-inner { + background: rgba(24, 24, 24, .9) !important; +} +.starred-repo.navigation-focus, .marketing-section-stripe, +.blob-expanded .blob-num, .blob-expanded .blob-code, .migration-section-grey { + background: #3f3d38 !important; +} +.details-expanded-dark[open] > summary::before, +.details-overlay-dark[open] > summary::before, +body.status .details-overlay-dark[open] > summary::before, +body[class="page-responsive"] .details-overlay-dark[open] > summary::before, +.SelectMenu::before { + background: rgba(0, 0, 0, .5) !important; +} +.svg-tip { + background: rgba(12, 12, 12, .8) !important; +} +.svg-tip::after { + border-top-color: rgba(12, 12, 12, .9) !important; +} +.shelf { + background-color: rgba(0, 0, 0, .2) !important; + background-image: none !important; +} +/* page overlay */ +.select-menu-loading-overlay, .slow-loading-overlay, +.branches .loading-overlay { + background-color: rgba(24, 24, 24, .6) !important; +} +/* #333 */ +.pagehead ul.actions a.feed, .explore h2 .feed, #code_search_instructions h2, +td.inst, .metabox-loader, .pull-flag, .browser-content, +.filterbar ul.filters li, .pagehead ul.tabs li.contextswitch, +#wiki-header > div, .pagehead ul.tabs li.contextswitch:hover, .bigbutton a, +#new_message, #issues_next ul.sorts li, ul.sorts li.asc, ul.sorts li.desc, +.listings-layout .columns.main .content, .fieldswrap, .filterbar li.selected, +#issues_next ul.filters li, table.instruction tr:nth-child(2n), +.email-hidden-toggle a, #commit-activity-master-head, .action-indicator, +.pull-head .diffstat, ul.suggestions, .discusion-topic-infobar, +.commits-listing::before, .jstree-wholerow-hovered, .bubble-contents, +.ellipsis-button, .filter-list li span.bar, .selectable_day.today, +.billing-plans .current, .commits-listing::before, .billing-section .usage-bar, +.file-info-divider, .pagehead ul.tabs li a:hover, .repos .bottom-bar, +#languages .popular, .tip-box h4, table.upgrades td, .commit-preview .message, +.pagehead ul.tabs li.contextswitch, #browser tr th, .status-box h4, +.line_numbers, #files span.icon, #issues_list .actions, #repos .public, +.inset-callout, #repo-message, .repo-private-label, .label-admin, +.credit-card.normal .signature, .credit-card.amex .gladiator, +.progress-bar:not(.anim-grow-x), .header-search-scope:hover, +.CommunityTemplate-highlight--focus, .related-issue-item.navigation-focus { + background: #232529 !important; +} +.discussion-item-locked .discussion-item-icon, +.discussion-item-unlocked .discussion-item-icon, +.discussion-item-head_ref_deleted .discussion-item-icon { + background-color: #444; +} +/* remove background */ +body > pre, .textographic a.repo, .stars-browser .filter-bar, +.highlight .file-diff-line:hover pre, .gravatar, .topsearch span.search-input, +p.meta, .sidebar .milestone, #facebox, .profilecols .filter-bar, .btn-group, +div.content-header .search-form, .file-code, .org-header .edit-org:hover, +#wrapper, .gravatar img, .commit-comments-header-sha, pre.headers code, +.audit-search-form, .columns.equacols.bordered, .gist-item ul.meta>li>a:hover, +.commits li img, a.minibutton code, .milestone, .keyboard-mappings th, +.api #header-wrapper .nav, .marketing-nav a.selected, #graph_data .tabs, +.org-nav-item.selected, .edit-team-member:hover, tr.commit, +.release-timeline .js-details-container, +.section-heading-title a.js-selected-navigation-item, +.featured-callout .screenshot, .timeline-commits .commit-meta .status, +.theme-picker-spinner, .timeline-commits .commit-meta .octicon, +.file .meta-divider, .avatar-stack.multiple-avatars::before, #feedHandler, +.discussion-sidebar-item .thread-subscription-status, +.boxed-group.application-show-group .logo-upload, .diagram-icon-small, +#readme .highlight, .ace-github, .theme-picker, .avatar-stack .avatar, +.boxed-group, .full-commit .btn.btn-outline, .prose-diff > .markdown-body ins, +.header .divider-vertical, .ace-github-base16, .markdown-body pre code, +.markdown-body pre tt, #readme .plain pre, .uploaded-files, .input_area, +#notebook .highlight, #notebook .highlight pre, .output_area pre, +.gist-snippet-meta .gist-count-links>li>a:hover, .delete-owners-button:hover, +.avatar-child, .session-authentication .header-logged-out, +.session-authentication .auth-form-header, +.timeline-progressive-disclosure-items, #com #footer, .shade-gradient, +#categories .list, .gist-banner, .main-content, .showcase-page-header, +.showcase-page-pattern::after, .description-inline, .result-group a, +.border-wrap, a.feed-icon, .session-device, +.boxed-group-list > li.session-device:hover, +.merge-status-item .merge-status-icon, +.js-release-form .comment-form-head.tabnav, .project-columns, .project-header, +.user-profile-nav, .profile-timeline-year-list.bg-white, +.discussion-item-review .timeline-comment, .libraries-jumbotron, +.menu-item.selected, .bg-shade-gradient, .dev-hero, +.render-container.is-render-ready.is-render-requested:not(.is-render-failed), +.user-list li em, .CodeMirror-lines, .api table, .dashboard-notice .coupon, +.release-label, .oauth-org-access-details .oauth-org-item.on, +.MarketplaceSideNav, .timeline-inline-comments, .AvatarStack-body, +.team-discussions-container, .Collection ~ div[style*="linear-grad"], +.application-main > div[style*="background"], .AvatarStack-body .avatar, +.dropdown-toggle, ul.add-member-team-list.table-list, .gh-header, +iframe[src*="zuora.com"], .pr-toolbar, .enterprise-prompt, +.enterprise-prompt *, .diffbar, .footer .bg-gray-light, button.btn-invisible, +button.btn-invisible:hover, .btn.btn-invisible, .btn.btn-invisible:hover, +.application-main [style*="background: linear-gradient(#ffffff, #fcfcfc)"], +section[style="background-color: #fafbfc;"], div[style="background:#fafbfc;"], +.team-left-column, .render-container.js-actions-page, +.deployments-timeline-icon, .TimelineItem--condensed .TimelineItem-badge, +.previewable-comment-form .comment-form-head.tabnav.bg-white, +.notification-navigation, .check-annotation code pre, +.merge-status-item > [style*="#fff"] { + background: none !important; +} +@media (min-width: 1012px) { + .file-commit-form--full { + background: none !important; + } +} +body[class="page-responsive"] .repo-list .private { + background-color: initial; +} +.select-menu-item:hover { + background-color: /*[[base-color]]*/; +} +@media (hover: hover) { + .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus { + color: #dbdbdbEE; + background-color: #2f3031; + } + .SelectMenu-item:active { + color: #c0c0c0; + background-color: #3f3d38; + } + .SelectMenu-item[aria-checked=true]:active, + .SelectMenu-item[aria-checked=true]:hover, + body:not(.intent-mouse) .SelectMenu-item[aria-checked=true]:focus { + color: #e0e0e0; + } + .SelectMenu-tab[aria-selected=true]:active, + .SelectMenu-tab[aria-selected=true]:hover { + color: #d2d2d2; + background-color: #313234; + } + body:not(.intent-mouse) .SelectMenu-tab:focus { + background-color: #434247; + } + .SelectMenu-tab:not([aria-checked=true]):not([aria-selected=true]):hover { + color: #d2d2d2; + background-color: #303030; + } + .SelectMenu-tab:not([aria-checked=true]):active { + color: #d2d2d2; + background-color: #313234; + } +} +@media (hover: none) { + .SelectMenu-item:active, .SelectMenu-item:focus { + background-color: /*[[base-color]]*/ #ddc7a1; + color: #fff; + } + .SelectMenu-item { + -webkit-tap-highlight-color: /*[[base-color]]*/ #ddc7a1; + } +} +.comment-form, #issues .labels, .listings .odd, .feed, #files .description, +#message .envelope .header .info .title.unread, li.contextswitch ul li.current, +.watcher-widget, ul.main_nav li.selected a, ul.states li, .add_file, .inset, +li.label, .filterbar, .divider-vertical, .user-commits td, +.starting-comment .infobar, #issues_next .infobar, .formbody, +.commandbar .display, .none p, .display div.choice, ul.fieldpills li, +.documentation-results a, .plans-pricing-callout, +.auto-search-group .search-filters, .editbox, .editbox .body, .commentstyle, +#issues .display, #issues .display .admin, #issues .labels .list li, +.issue .summary, .hidden-text-expander a, .view-modes, .standard_form, +#reply_body, #commit div, #commit td, #commit tr, #commit .envelope, +.file-minibutton, .context-pane .title, .browser .listing:hover, +#dashboard .repos, .list-module .list-body, .list-module a, .label-permissions, +.tree-browser th, .browser .listing.closed, .starting-comment, +.section-nav a:hover, .chzn-drop, .module .inner, +.team-repositories-blankslate, +.discussion-event-status-head_ref_deleted .discussion-item-icon, .pull-head, +.tabs, #browser td, #issues_next li.selected, .avatarname img, #readme .name, +#wiki-history .author img, .options-content h3, +.display div.choice:nth-child(2n+1), #issues-dashboard .actions, +.list-tip a:hover { + background-color: #333 !important; + border-color: #3b3c3e !important; +} +/* org page graphs - https://github.com/StylishThemes */ +rect[style*="#gradient-"] { + fill: /*[[base-color]]*/ #ddc7a1 !important; +} +/* contribution calendar */ +.calendar-graph rect[fill="#c6e48b"], .calendar-graph rect[fill="#7bc96f"], +.calendar-graph rect[fill="#239a3b"], .calendar-graph rect[fill="#196127"], +.contrib-legend li, +.contribution-activity-listing .progress-bar[style*="background-color"] { + background-color: /*[[base-color]]*/ #ddc7a1 !important; + fill: /*[[base-color]]*/ #ddc7a1 !important; +} +.calendar-graph .days-selected rect.day.active { + stroke: #ddd !important; +} +.calendar-graph rect.day:hover { + stroke: #fff !important; +} +/* contribution progress bars on user page */ +.contribution-activity-listing .progress-bar[style*="7bc96f"], +.facebox-close:hover { + opacity: 1 !important; +} +.contribution-activity-listing .progress-bar[style*="c6e48b"], .facebox-close { + opacity: .75 !important; +} +.notifications .read .avatar img { + opacity: .7; +} +/* contribution calendar/legend - regular colors */ +.calendar-graph rect[fill="#ebedf0"], .contrib-legend li[style*="#ebedf0"], +.js-activity-overview-graph-container [fill="white"] { + background-color: #252627 !important; + fill: #3b3c3e !important; +} +.calendar-graph rect[fill="#196127"], .contrib-legend li[style*="#196127"] { + opacity: 1 !important; +} +.calendar-graph rect[fill="#239a3b"], .contrib-legend li[style*="#239a3b"] { + opacity: .75 !important; +} +.calendar-graph rect[fill="#7bc96f"], .contrib-legend li[style*="#7bc96f"] { + opacity: .5 !important; +} +.calendar-graph rect[fill="#c6e48b"], .contrib-legend li[style*="#c6e48b"] { + opacity: .25 !important; +} +/* contribution calendar - halloween colors */ +.calendar-graph rect[fill="#FFEE4A"], .calendar-graph rect[fill="#FFC501"], +.calendar-graph rect[fill="#FE9600"], .contrib-legend li[style*="#FFEE4A"], +.contrib-legend li[style*="#FFC501"], .contrib-legend li[style*="#FE9600"] { + background-color: #fe9600 !important; + fill: #fe9600 !important; +} +.calendar-graph rect[fill="#FFEE4A"], .contrib-legend li[style*="#FFEE4A"] { + opacity: .2 !important; +} +.calendar-graph rect[fill="#FFC501"], .contrib-legend li[style*="#FFC501"] { + opacity: .4 !important; +} +.calendar-graph rect[fill="#FE9600"], .contrib-legend li[style*="#FE9600"] { + opacity: .8 !important; +} +.calendar-graph rect[fill="#03001C"], .contrib-legend li[style*="#03001C"] { + background-color: #fc3 !important; + fill: #fc3 !important; +} +.contrib-person path { + fill-opacity: .6; +} +.progress-bar.anim-grow-x, .dev-hero, .header-search-key-slash, +input[src$="with-facebook.png"], #parallax_field, #parallax_illustration, +figure .callout-permalink-big-image, figure .callout-permalink-stacked-image { + filter: brightness(75%) !important; +} +img#parallax_error_text, div img[alt*="404"] { + filter: invert(100%) hue-rotate(180deg) brightness(120%) !important; +} +img[src*="data:image/jpeg;base64,/9j/4AAQSkZJRgA"] { + filter: brightness(90%); +} +img[src*="//render.githubusercontent.com/render/math"] { + filter: invert(90%); +} +.header-search-key-slash { + filter: grayscale(100%) contrast(1.5) !important; +} +/* Activity Overview on userpage */ +.activity-overview-axis, .activity-overview-point { + stroke: /*[[base-color]]*/ #ddc7a1 !important; +} +#user-activity-overview .js-highlight-blob { + stroke: /*[[base-color]]*/ #ddc7a1 !important; + fill: /*[[base-color]]*/ #ddc7a1 !important; + opacity: .4 !important; +} +/* invert (rgb) */ +#header .logo, img[src="/images/logo@2x.png"], .site-logo a, +.github-jobs-promotion a.jobs-logo strong, iframe[src*="polldaddy.com"], +.jstree-node:not(.jstree-leaf) > .jstree-icon.jstree-ocl, +.swipe .swipe-frame .swipe-bar .top-handle, +.swipe .swipe-frame .swipe-bar .bottom-handle, +.onion-skin .controls .transparent, .onion-skin .controls .opaque, +.onion-skin .controls .slider .slider-track, +.onion-skin .controls .slider .slider-track .dragger, .leaflet-control-zoom a, +.leaflet-control-attribution.leaflet-compact-attribution::after, +img[src$="favicons.githubusercontent.com/github.com"], +img[src$="favicons.githubusercontent.com/gist.github.com"], +img[src$="invertocat.png"], .ghd-invert, .render-shell img.math, +#footer .github img, #com span.octicon:not(.octicon-comment-discussion), +.developer-thanks-image img, img[alt="GitHub Support"] { + filter: invert(100%) hue-rotate(180deg) !important; +} +.code-navigation-banner .code-navigation-banner-illo { + filter: invert(900%) hue-rotate(180deg) contrast(70%) brightness(110%) !important; +} +/* code coverage */ +/* example: https://github.com/go-gitea/gitea/pull/6969 */ +img[data-canonical-src^="https://codecov.io"][alt="Impacted file tree graph"] { + filter: invert(92%) hue-rotate(180deg) saturate(250%) !important; +} +/* marketplace + help + feature img invert */ +img[src*="marketplace-illustration-01.svg"], +img[src*="marketplace-illustration-02.svg"], +svg [data-name="Layer 2"] #Layer_5[data-name="Layer 5"], +.illoTeam svg [data-name="Layer 2"], .illoIndiv #Layer_2[data-name="Layer 2"], +svg [data-name="Layer 2"] g[data-name="octocat header"], +svg[viewBox="0 0 1461.5 677.84"][width="700"], +.feature-preview-dialog svg[fill="none"], +div[data-url*="/notifications/beta"] img[src*="-zero.svg"], +div[data-url*="/notifications/beta"] img[src*="saved-blank.svg"] { + filter: invert(85%) hue-rotate(-180deg) brightness(125%) contrast(85%) !important; +} +.action-logo::after { + filter: invert(100%) hue-rotate(180deg) brightness(350%) !important; +} +/* invert network graph; gh-polls (https://github.com/apex/gh-polls) */ +img[alt="FOSSA Status"], img[data-canonical-src*="prod/timeseries/"], +a[href$="vote"] img[data-canonical-src*="/poll/"], #parallax_error_text:not(p), +img[data-canonical-src*="img.shields.io"][data-canonical-src*="style=social"], +img[alt="Mona Lisa"] { + filter: invert(90%) hue-rotate(180deg) contrast(120%) !important; + mix-blend-mode: exclusion; +} +div#network.network > div > canvas { + filter: invert(90%) hue-rotate(180deg) contrast(95%); +} +.spinner-forking[src*="spinners/fork.gif"] { + filter: invert(1) hue-rotate(180deg) contrast(110%) brightness(110%); + mix-blend-mode: screen; +} +/* invert problematic emoji */ +/* images */ +[alt=":soon:"], [alt=":on:"], [alt=":end:"], [alt=":heavy_dollar_sign:"], +[alt=":heavy_multiplication_x:"], [alt=":heavy_plus_sign:"], +[alt=":heavy_minus_sign:"], [alt=":heavy_division_sign:"], [alt=":wavy_dash:"], +[alt=":curly_loop:"], [alt=":currency_exchange:"], [alt=":top:"], +[alt=":back:"], [alt=":zzz:"], [alt=":notes:"], [alt=":musical_score:"], +[alt=":black_large_square:"], [alt=":black_medium_small_square:"], +[alt=":ant:"], [alt=":musical_note:"], [alt=":loop:"], [alt=":feet:"], +[alt=":paw_prints:"], + /* unicode */ + /* some emoji don't need to be inverted on Windows */ + /* from https://github.com/Dunedan/mbp-2016-linux on Windows*/ + /* ✔️ */ +[alias="soon"], [alias="on"], [alias="end"], [alias="heavy_dollar_sign"], +[alias="heavy_multiplication_x"], +[alias="heavy_plus_sign"], [alias="heavy_minus_sign"], +[alias="heavy_division_sign"], [alias="wavy_dash"], +[alias="curly_loop"], [alias="currency_exchange"], +[alias="top"], [alias="back"], [alias="zzz"], [alias="notes"], +[alias="musical_score"], [alias="black_large_square"], +[alias="black_medium_small_square"], [alias="ant"], [alias="musical_note"], +[alias="loop"], [alias="feet"], [alias="paw_prints"] { + filter: invert(100%) hue-rotate(180deg) brightness(80%) !important; + background: transparent !important; +} +.emoji-result [alt="tm"], [alias="tm"] { + filter: invert(100%); +} +[alt=":heavy_check_mark:"], [alias="heavy_check_mark"] { + background: transparent !important; +} +/* Invert problematic emoji fallback images used on Windows */ +/* use tools/unicode-gen.js to generate */ +g-emoji[fallback-src$="2795.png"], g-emoji[fallback-src$="2796.png"], +g-emoji[fallback-src$="2797.png"], g-emoji[fallback-src$="27b0.png"], +g-emoji[fallback-src$="2b1b.png"], g-emoji[fallback-src$="25fe.png"], +g-emoji[fallback-src$="1f3b6.png"], g-emoji[fallback-src$="1f3bc.png"], +g-emoji[fallback-src$="1f4b1.png"], g-emoji[fallback-src$="1f4b2.png"], +g-emoji[fallback-src$="1f519.png"], g-emoji[fallback-src$="1f51a.png"], +g-emoji[fallback-src$="1f51b.png"], g-emoji[fallback-src$="1f51c.png"], +g-emoji[fallback-src$="1f51d.png"], g-emoji[fallback-src$="1f3b5.png"], +g-emoji[fallback-src$="27bf.png"], g-emoji[fallback-src$="1f43e.png"], +g-emoji[fallback-src$="1f43e.png"], g-emoji[fallback-src$="a9.png"], +g-emoji[fallback-src$="fe0f.png"], g-emoji[fallback-src$="ae.png"], +g-emoji[fallback-src$="fe0f.png"], img[src*="resources-logo"], svg.IconNav-img, +.container-xl[id] svg + /* https://github.com/ten */, +body.logged-out .col-md-7 svg { + filter: invert(83%) !important; +} +.container-xl[id] img { + z-index: 100 !important; +} +/* GeoJSON maps */ +/* https://github.com/benbalter/dc-maps/blob/master/maps/embassies.geojson */ +.leaflet-tile-container img { + filter: invert(100%) hue-rotate(180deg) brightness(150%) !important; +} +.leaflet-marker-pane img, .gundamcat { + filter: brightness(.8) !important; +} +/* invert #fff to #313234 */ +/* https://github.com/sujitpal/statlearning-notebooks/blob/master/src/chapter2.ipynb */ +.project-preview-img img, img[src$="bg-callout.svg"], +img[data-canonical-src*="saucelabs.com/browser-matrix"], +img[src*="images/modules/checks"], img[src$="profile-first-pr.png"], +img[src$="profile-joined-github.png"], img[src$="profile-first-repo.png"], +img[src$="profile-first-issue.png"], .github-jobs-logo strong { + filter: invert(90.5%) hue-rotate(180deg) saturate(200%) !important; +} +.render-shell .output_area .output_png img { + filter: invert(90.5%) hue-rotate(180deg) saturate(200%) brightness(85%) !important; +} +.render-shell .output_area .output_png:hover img { + filter: none !important; +} +/* workaround filter creating a stacking context */ +.contribution-first-issue, .contribution-first-pull-request, +.contribution-first-repository { + opacity: .999 !important; +} +/* brighten language colors */ +.language-color, .repo-language-color { + filter: brightness(125%) !important; +} +/* soft badges */ +.box-title-count { + background-color: #484848 !important; + color: #ccc !important; +} +/* svg styling */ +line, rect, path { + shape-rendering: geometricPrecision !important; +} +.js-graph-punchcard svg.viz { + background: transparent !important; + border: none !important; +} +.reorderable-task-lists .markdown-body .task-list-item .drag-handle { + fill: #c0c0c0 !important; +} +/* Firefox: Exclude text inside an svg loaded through an img, as seen in svg badges */ +*:not(img) text, circle.day { + fill: #ccc !important; +} +circle.day:hover { + fill: #fff !important; +} +path.js-diff-placeholder { + fill: #3e4036 !important; +} +#contributors-master svg.viz { + display: block !important; +} +g.dots circle { + stroke: #3b3c3e !important; +} +.traffic-graph g.axis:not(.views):not(.unique) g.tick:not(:nth-child(15)):not(:first-of-type) line, +g.axis path, line.axis, svg:not(.vis) g.axis line { + stroke: #444 !important; +} +svg .path:not(.total):not(.unique):not(.views) { + stroke: #aaa !important; +} +.workflow-string--crossover svg path[stroke="#D1D5DA"] { + stroke: #3b3c3e !important; +} +#commit-activity-detail path.path, +.traffic-graph g.x.axis g.tick:first-of-type line { + stroke: #1db34f !important; +} +[style*="stroke: #dbab09"], [stroke="#dbab0a"] { + stroke: #cb4 !important; +} +.traffic-graph g.x.axis g.tick:nth-child(15) line { + stroke: #1d7fb3 !important; +} +svg.tick { + fill: #444 !important; +} +svg.arrow[stroke="#1277eb"], svg path[stroke="#1074E7"] { + stroke: /*[[base-color]]*/ #ddc7a1 !important; +} +.features-branch-diagram path[stroke="#c6d9ed"], +.features-branch-diagram path[stroke="#4182C4"], +.features-branch-diagram div:not(.active) .mega-octicon { + stroke: /*[[base-color]]*/ #ddc7a1 !important; + color: /*[[base-color]]*/ #ddc7a1 !important; +} +.features-branch-diagram circle[fill="#4183c4"], +.repo-list-stats a.issues:hover svg { + fill: /*[[base-color]]*/ #ddc7a1 !important; +} +.features-branch-diagram circle[stroke="#ffffff"] { + stroke: #3b3c3e !important; +} +rect.map-background, .audit-log-map { + fill: #1e4062 !important; + background: #1e4062 !important; +} +path.land { + stroke: #17334f !important; +} +circle.audit-point { + fill: #742d14 !important; + stroke: #57210f !important; +} +.graphs .selection .selection { + fill: #888 !important; + stroke: #888 !important; +} +/* monochrome backgrounds */ +.list-browser-item.closed, .content .verseblock-content, +.content .verseblock-content, .simple-stacked-bar, +.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover, +.dropdown-divider, .js-current .standalone a, .sidebar-module .disable>a, +.label-select-menu div.labelstyle-000000.selected, +.ScreenshotCarousel-navitem.selected { + background: #3f4143 !important; +} +div#common-issues ul li a:hover, .rss-subscribe:hover { + background-color: #3f4143 !important; +} +.jumbotron-codelines { + background-color: #252627 !important; +} +.community-checklist .progress-bar .progress { + background-color: #333; +} +.profile-timeline.discussion-timeline::before, +.profile-timeline.discussion-timeline .profile-timeline-month-heading::after, +div[style*="background-color: #eaecef"] { + background: #3b3c3e !important; +} +.hidden-text-expander a, .profile-timeline-month-heading::after, +.review-comment-contents::after, .review-comment.is-comment-editing::after, +.release-timeline-tags .expander-dots { + background: #232529 !important; +} +ul.sidetabs li a:hover, .editbox h1, #issues .labels .admin, +#issues .display .sortbar, #facebox .close, #issues_search .wrapper, +.ranked-repositories .meta a, .actor, ul.nav.logged_out, .tip-box a.next, +#inbox .list .unread, .main .filterbar, .browser-content .footerbar, +ul.smalltabs, .snippet, .supportstaffer, .discussion-form, .chooser-box, +.chooser-box h3, #forkqueue .instructions, .selector-item.clear:hover, +#contributors-master svg, .inset-callout h2, .documentation ul.nav, +.date_selector td.selected, #contributors-master, .context-title, +.list-module h2, .bootcamp-help h1, .ellipsis-button:hover, +.codesearch-results .repo-list-name em, +.codesearch-results .repo-list-description em, .codesearch-cols em, +ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, +.subnav-bar > ul > li > ul > li > a:hover, .issue.active, .orgs-nav .count, +.task-progress .progress-bar .progress, +.oauth-connection-illustration .oauth-image, +.manage-repo-access-wrapper::before, .block-diff-neutral, +.oauth-permissions-details .permission-summary em.highlight, +.marketplace-product-callout .branch-action-item-icon { + background: #444 !important; +} +.switcher > span::after, .list-module a:hover, .section-nav .active a, +#dashboard .filter-bar li a.filter_selected::after, .state-widget .behind .bar, +.settings-email .label:not(.default), .key, .date::after, +.branch-a-b-count .bar, .branch-a-b-count .meter, +.hidden-text-expander a:hover { + background: #555 !important; +} +.labels .label-neutral, li.ssh-key .ssh-key-state-indicator.not-recent, +.render-shell > .slider .dragger { + background: #dbdbdb66 !important; +} +.state-widget .ahead .bar, .render-shell > .slider .dragger:hover, +.render-shell > .slider .dragger:active, .issues-reset-query-icon, +.projects-reset-query-icon { + background: #43424794 !important; +} +/* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ +.Counter--gray { + background: #aaa; +} +.diverge-widget .separator { + background: #ccc !important; +} +.menu-item.selected::before { + background: #eee !important; +} +#network canvas, .qr-code-table, .qr-code-table .white { + background: #fff !important; +} +/* actions in issues - this style needs to be after .bubble */ +.action-bubble .bubble, + /* https://github.com/StylishThemes/GitHub-Dark/community/license/new?branch=master&template=mit */ +body .CommunityTemplate-header, +[data-url$="recently_touched_branches_list"], +.merge-status-list .status-actions:hover, .full-commit .btn-outline, +.full-commit .btn-outline:disabled, .full-commit .btn-outline:disabled:hover, +body > .application-main > .bg-gray { + background: transparent !important; +} +.btn-mktg { + background-color: rgba(79, 140, 201, .1) !important; + background-color: rgba(/*[[base-color-rgb]]*/, 1) !important; + border-color: /*[[base-color]]*/ #ddc7a1 !important; + color: #ddd !important; +} +.btn-mktg:hover { + filter: brightness(90%) !important; +} +.btn-outline-mktg { + background-color: transparent !important; + border-color: rgba(79, 140, 201, .8) !important; + border-color: rgba(/*[[base-color-rgb]]*/, .8) !important; + color: /*[[base-color]]*/ #ddc7a1 !important; +} +.btn-outline-mktg:hover { + background-color: transparent !important; + border-color: rgba(79, 140, 201, .1) !important; + border-color: rgba(/*[[base-color-rgb]]*/, 1) !important; + color: /*[[base-color]]*/ #ddc7a1 !important; +} +.MarketplaceAnnouncement .btn-outline-mktg { + background-color: transparent !important; + border-color: #eee !important; + color: #eee !important; +} +/* blue box */ +.github-jobs-promotion p, .octotip, .full-commit.commit, .bootcamp h1, +.bootcamp-body, .owners-notice, .full-commit .browse-button, .blob-history, +.branch-name, .new-user-avatar-cta, .jstree-wholerow-clicked, .commit-ref, +.file-history-tease, .feature-banner, .hook-delivery-guid, .topic-tag, +.topic-tag-action, .delete-topic-button, .topic-tag-action .add-topic-button, +.topic-tag-action .remove-topic-button, .RecentBranches, .signup-prompt-bg, +ul.search-results li .label, div[style*="background-color: #044d6e"], +.topic-tag-contrast .delete-topic-link, +body[class="page-responsive"] .bg-blue-light, +.repository-content > .Box--condensed > .Box-body.bg-blue-light { + background: #434247 !important; +} +aside [style*="background-color: #4764f1"] .text-white { + background-color: #434247 !important; +} +.repo-file-upload-progress .repo-file-upload-meter, .btn.btn-blue:hover, +.topic-tag-link:hover, .delete-topic-button:hover, +.topic-tag-contrast .delete-topic-link:hover { + background: #ddc7a145 !important; +} +.new-user-avatar-cta, .full-commit .browse-button, .blob-history, +.feature-banner, .recently-touched-branches, .recently-touched-branches li, +.commit-ref, .project-updated-message, +.timeline-comment-label.collaborator-comment, .hook-delivery-guid .octicon, +.hook-delivery-guid a, a.topic-tag, .RecentBranches, .RecentBranches-item-link, +ul.search-results li .label, .markdown-format table th, +div[style*="background-color: #044d6e"], +.subset-files-tab .stale-files-tab-link, +.timeline-comment.current-user:not(.is-internal) .link-gray { + color: #ada19c !important; +} +.timeline-comment.current-user:not(.is-internal) .timeline-comment-header, +.timeline-comment.current-user:not(.is-internal) .timeline-comment-action { + color: #ada19c; +} +.RecentBranches-item, .commit-ref .user { + color: #6d7c9c !important; +} +.github-jobs-promotion p, .octotip, .full-commit.commit:not(.mobile), +.bootcamp .bootcamp-body, .bootcamp h1, .owners-notice, .new-user-avatar-cta, +.full-commit .browse-button, .commit-ref, .branch-name, .file-history-tease, +.feature-banner, .recently-touched-branches, +.timeline-progressive-disclosure-items button, .btn.btn-blue, .RecentBranches, +.js-tag-input-tag, ul.search-results li .label, .topic-tag-action { + border: 1px solid #ddc7a155 !important; +} +.repo-file-upload-progress, .project-updated-message, .delete-topic-button, +.topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button, +.commit-desc + .commit-branches, .full-commit .btn-outline, +.pricing-matrix-table .pricing-matrix-table-dark, +.topic-tag-contrast .delete-topic-link, +.repository-content > .Box--condensed:not(#readme):not(.file-holder), +.border-blue, body[class="page-responsive"] .border-blue, +.timeline-comment.current-user .tabnav-tab.selected { + border-color: #ddc7a155 !important; +} +.blob-history, .recently-touched-branches li { + border-bottom-color: #ddc7a155 !important; +} +.blob-history, .file-history-tease .participation { + border-top: 1px solid #ddc7a155 !important; +} +.social-count::before { + border-right-color: #333 !important; + border-width: 5px !important; + margin-top: -4px !important; +} +.social-count::after, #new_hook .fields { + border-width: 0 !important; +} +.commit-icon .octicon { + border-radius: 100% !important; +} +.header-search-wrapper.focus { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} +/* original colors */ +.discussion-item-integrations-callout .discussion-item-icon { + background: #4095c6 !important; +} +/* notebooks */ +.input_prompt { + color: hsla(234, 100%, 65%, 1) !important; +} +.output_prompt { + color: hsla(0, 100%, 65%, 1) !important; +} +/* gradient */ +/* file drag&drop overlay */ +.repo-file-upload-tree-target { + background: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .6) 65%, rgba(0, 0, 0, .6) 100%) !important; +} +.TimelineItem-break { + background: linear-gradient(to bottom, rgba(25, 25, 25, .8) 1%, transparent 80%) !important; +} +/* light grey gradient */ +.signup-button:hover, a.signin:hover, .hero .textographic, +.hero .screenographic, .box-action:active, +.clone-url-button.selected > .clone-url-link:hover, ul#bootcamp li a:hover h4 { + background: linear-gradient(#303030, #282828) !important; + border-color: #3b3c3e !important; +} +/* dark grey gradient */ +header.nav-bar, .bubble .bubble-title, kbd, a.feed, .list-browser-filterbar, +.gobutton, .comment-header, .pagehead ul.tabs li a, +.login_form input[type="submit"], .top-bar, ul#bootcamp li a h4, +#gists .context-menu-container, body#com #header, .white-nav .selected span, +.filter-tab, #header-wrapper, #header-wrapper .nav, .cheatsheet h2, +.section a.section-head, .list-heading, .dashboard-tabs li a, +a.function-button, .add-pill-form, .gist .gist-file .gist-meta, +ul.comparison-list > li.title, button.button, a.button, span.button, +button.minibutton, a.minibutton, span.minibutton { + background: linear-gradient(#2f3031, #313234) !important; + border-color: #232529 !important; +} +.clone-url-button > .clone-url-link { + border-color: #232529; +} +.search-form button, .issues-list-actions, a.gollum-minibutton, +a.gollum-minibutton:visited { + background: linear-gradient(#2f3031, #313234) !important; +} +/* inverted dark grey gradient */ +.asc .sort-type, .desc .sort-type, .mini-bar-graph, .issues-list>ul>li.unread, +.timeline-commits-header, .usage-bar dd, .render-bar { + background: linear-gradient(#313234, #2f3031) !important; + border-color: #232529 !important; +} +.project-issue-body-blur { + background: linear-gradient(to top, #313234, rgba(0, 0, 0, 0)) !important; +} +.bg-custom-gradient { + background-image: linear-gradient(180deg, #313234, rgba(0, 0, 0, 0)) !important; +} +.billing-per-seat-callout::after { + box-shadow: 1px -1px 0 0 #3b3c3e !important; +} +main [style="background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));"] { + background: linear-gradient(to top, #313234, transparent) !important; +} +.ScreenshotCarousel-navitem.selected { + box-shadow: inset 0 0 10px rgba(255, 255, 255, .05) !important; +} +/* commits page - committer icon */ +.commits-list-item .committer-avatar { + box-shadow: -2px -2px 0 rgba(0, 0, 0, .4) !important; +} +.Header .header-search-wrapper.focus { + box-shadow: none !important; +} +/* box shadow below attach box - https://github.com/StylishThemes/GitHub-Dark/releases/new */ +.upload-progress { + box-shadow: none !important; +} +/* text color */ +html[prefix] .ellipsis-expander:active, +html[prefix] .hidden-text-expander a:active, +html[prefix] .site-header-nav .dropdown-menu a:hover { + color: #fff !important; +} +/* Bright text */ +.gist-snippet-meta .gist-count-links > li > a:hover, +.topic-tag-action .add-topic-button:hover, +.topic-tag-action .remove-topic-button:hover, +.discussion-item-changes-marker.is-unread .discussion-item-icon, +.toc-select .navigation-focus *, .owner-select-target, a.filter-item.selected, +.filter-item.selected h4, .filter-item.selected .f3, +.filter-item.selected .Label--outline-white, .text-white, .octicon.text-white, +.user-status-org-button:hover .user-status-org-detail, +.user-status-org-button.selected .user-status-org-detail, +.member-suggestion[aria-selected=true] .octicon, +.member-suggestion:hover .octicon, +.member-suggestion[aria-selected=true] .member-name, +.member-suggestion:hover .member-name, +.diffbar [role^=menuitem]:focus:not(.is-range-selected) .text-emphasized, +.diffbar [role^=menuitem]:hover:not(.is-range-selected) .text-emphasized, +.filter-item.selected p, .filter-item:hover .marketplace-plan-per-time, +.feature-preview-dialog .text-white, +.oauth-permissions-details .permission-summary em.highlight, .btn-primary { + color: #2f3031; +} +ul.repo-stats li a:hover, .minibutton.danger:hover, #gist-form label, +.subnav li a:hover, .filters li.selected a, .filters li a:hover, .code-list em, +a.header-anchor, .commandbar .choice .command, .search-term, +.codesearch-cols em, .image, .selector-item:hover .mini-icon::before, +.selector-item.selected .mini-icon::before, .new-repo .octicon, #header .nav a, +.minibutton i, .minibutton, .commit .mini-icon::before, .featured-callout, +.sidebar-milestone-widget .title, #network .explain b, +.dashboard-tabs a.selected, .message .time, #graph_data .tab.selected a, +.explore-collection .see-more-link, ul.color-label-list .count, +a.filter-tab.selected, .orgs-nav .count, .facebox-user-list-item a, +a.org-module-link, .org-header-info .name-link, +.calendar-graph .contrib-details div .num, +.commandbar .display table td:first-child, .file-history-tease .author a, +ul.summary-stats li .num, .pull-head-meta .pull-number a, +.mini-discussion-bubble .mini-discussion-bubble-action, .sub-nav h2, +.sub-nav h2 a, .accordion .section a.section-head, +.orgs-nav .org-nav-item.selected, .sub-nav li a.active, a.org-link, +.infobar-widget .text a, .view-modes-menu li.active, a.signin:hover, +.highlight-module .mega-icon::before, #wiki-rightbar li, .i-am-error p, +.markdown-body .octicon-link, .gist-item ul.meta > li > a:hover, +.native-download .mega-icon::before, #article-platform-nav ul li.selected a, +.section-heading-title a.selected, .marketing-nav a.selected, +.dashboard-tabs a:hover, .hidden-text-expander a:hover, .codesearch-cols em, +.branch-action-state-clean .branch-action-icon::before, +.hook-list li.selected a, .oauth-permissions-details .permission-title, +p.read-it, .branch-action-state-dirty .branch-action-icon::before, +.branch-action-state-closed-dirty.branch-action-icon::before, +.branch-action-state-merged .branch-action-icon::before, +.full-commit .authorship a, #fork-select .target:hover:not(.disabled), +.full-commit .authorship .author-name, .showcase-featured .featured-grid-link, +.collection-card-title, .collection-card-image:hover, +.explore-page .see-more-link, .mute, .pull-request-link:hover, +.expandable:hover::before, .follow-list .follow-list-name a, +a.comment-header-author, .wiki-edit-link:hover, .infotip p, .form-actions .tip, +dl.form.warn dd.warning, .page-notice, ol.toc > li a.active, +.example-nav li a.selected, .facebox-alert, .typeahead-result, .no-results, +#user-links > li * button, .timeline-commits .hidden-text-expander a:hover, +.color-editor-input, #user-links .sign-out-button, .table-list-item label, +.audit-action-info .context, .token-scope, .segmented-nav li.active a, +.tabs > a.selected, .member-username, kbd, .kbd, +.boxed-profile .profile-preview .vcard-fullname, .integrations .site-footer a, +.add-line-comment, .email-format .email-hidden-toggle a:hover, +#gollum-editor-help-parent li a.selected, +#gollum-editor-help-list li a.selected, a.gollum-minibutton, +a.gollum-minibutton:visited, a.token-warning, a.lightertooltipped, +.org-team-sidebar .team-note .note-emphasis, #com h1 span, #com h2 span, +.breadcrumb .final-path, button.button, a.button, span.button, +button.minibutton, a.minibutton, .button.primary:hover, .repo-private-label, +a.repo_filter.js-repo-filter-tab.filter-selected, .keyboard-mappings th, +.rendered_html, .render-health:hover .symbol, .radio-label, +.gist-snippet-meta .description, .clone-url-button > .clone-url-link, +a.team-mention, .team-mention, .boxed-group-inner h4, +.leaflet-control-attribution, .leaflet-control-attribution a, +.integrations-breadcrumb-link, a.integrations-breadcrumb-link, #message .title, +.exploregrid-item-title, .explore-collection h2, #com h1, #com h2, #com h3, +.underline-nav-item.selected, .underline-nav-item:hover, +.underline-nav-item:focus, .content > h2, .content > h3, +.audit-results-header-title, .session-authentication .auth-form-header, +.org-settings-team-type, .org-settings-team-count, .intgrs-lstng-item-header, +.octokit-language span, .site-header-nav a, .menu-item.selected, article h2, +#message-list h1, #message-list h3, .graph-page h1, .graph-page h3, .state, +.State, .dashboard-notice h2, .site-header-dark .site-header .site-header-link, +.version-picker a:hover, .markdown-format .octicon-link, +.jump-to-suggestions-results-container .navigation-focus .jump-to-octicon, +.jump-to-suggestions-results-container [aria-selected="true"] .jump-to-octicon, +.markdown-body strong, .markdown-format strong, .btn-danger:hover, +.btn-danger:active, .btn-danger.selected, [open] > .btn-danger, +.discussion-item-icon, .blob-num-expandable .diff-expander:hover, +.js-expandable-line:hover .diff-expander, +.site-header-nav .dropdown-menu a.active, +.site-header-nav .dropdown-menu a .octicon-check, +.marketplace-product-callout .branch-action-item-icon, +.user-status-org-button span.text-bold, .octicon-fold, +.jump-to-suggestions-path { + color: #dbdbdbDD !important; +} +pre, #languages a.bar, .lineoption p, table.notifications th, +.usagestats dl dt.numbers, .commit-preview p.name .date, .download-list h4, +.fieldgroup p.explain.planusage, .explore h2, .tabnav .active a, +.vcard-username, #markdown-toc li a, .tag-info .tag-name, .language, +.featured-callout h2, .commit-title .message, .files .message, +.revision .creator, .mini-icon.search-input, .lines-changed, +.lines-changed:hover, .discussion-topic-author a, .graph .data .number, +.content, .box-title, a.box-action, .octofication .message p, +.repolist .description, .addon p, .keyboard-mappings, .accessibility-aid:focus, +.list-group-item .list-group-item-name a, +.list-group-item .list-group-item-meta a, .list-browser-sorts .sort-type, +#commits_tab_counter, .auto-search-group .search-filter, .usage-bar dt, +.github-jobs-promotion p a, .file-info .file-name, .file-box .meta, +.gh-header-meta .author, .timeline-commits .author, +.sidebar-assignee .assignee, .rss-subscribe, .sidebar-module h3.disable span, +.octotip, .billing-section .section-content, #readme span.name, +.steps li.current, .context-loader, .box-title a, +.branch-infobar .lightweight-actions > li a:hover, +.discussion-item-ref-title .title-link, .org-teams-list .team, .ace-github, +a.pagehead-nav-item.selected, a.pagehead-nav-item:hover, +.repo-collection .collection-stat, a.subscribe-feed, header ul.links a:hover, +div.container > p, .commits-list-item .commit-author, +.full-commit .sha-block > .sha, .discussion-item .renamed-was, +.discussion-item .renamed-is, a.discussion-item-entity, +span.discussion-item-entity:not(:hover), +.table-list-header-toggle .btn-link.selected, +.table-list-header-toggle .btn-link.selected:hover, +.table-list-header-toggle .btn-link:hover, a.issue-title-link, +.milestone-title-link a, .org-header .edit-org, .org-name, .blob-code, +.blob-code-inner, .diff-line-code, .contrib-number, +.pulse-summary .summary-box .count, .list-options .selected .list-item-title, +.nav-bar-inner .brand-logo-invertocat .octicon-mark-github, .menu a .octicon, +.issue-list-meta a, .stat-number, div.search-form button span, +.fullscreen-overlay .octicon:hover::before, +.fullscreen-overlay .mega-octicon:hover::before, .protip-callout, +.fullscreen-overlay textarea:focus, .fullscreen-overlay textarea:hover, +#header ul.top-nav > li > a, #header ul.top-nav > li > button, +a.team-member-ellipsis:hover, .rendered_html pre, .rendered_html code, +.team-grid .team-name, .completeness-indicator-success, +.completeness-indicator-error, .completeness-indicator-problem, .article-meta, +.stats-group-stat.no-link:hover .stat-number, +.application-authorizations .oauth-app-access-name, .header-logo-invertocat, +a.header-logo-wordmark, .pull-request-integrations-title, +.intgrs-dir-intro .directory-header-back, +.intgrs-dir-intro .directory-header-back .header-link, +.oauth-application-info .application-title, +.session-authentication .header-logo, .repo-file-upload-progress, +a .mega-octicon, .anchor, .gcr-ext-editor-close .delete-button:hover svg, +.repo-filterer .repo-filter.filter-selected, +.signed-commit-signer-name .signer, .display-heading-1, .display-heading-2, +.display-heading-3, .display-heading-4, +.pinned-repos-selection-list-item.selected, .Box-body-row--highlight, +.text-pending, .compare-pr-placeholder p, .compare-pr-placeholder .help-link, +#message.good, #message.major, .boxed-group-success, ul#bootcamp li a h4, +.menu-heading, .text-black, .diffstat-summary strong, .markdown-format h4, +.access-token .token-description, +.oauth-org-access-details .boxed-group-list > li.on strong, .content h1, +.octokit-language span, .lead, .merge-branch-heading, +.org-user-notice-content strong, .Box-row-link, .header .header-search-scope, +.discussion-item-private, .label-select-menu div.labelstyle-000000.selected, +.marketplace-plan-emphasis, .header-nav-link, .header-navlink, +.Header .header-search-scope, a.notification-indicator, .HeaderNavlink, +.UnderlineNav-item:hover, .UnderlineNav-item:focus, .text-gray-dark, +.label-select-menu .select-menu-item:hover, .check-annotation code pre, +.Header-link { + color: #dbdbdbEE !important; +} +.news .alert .simple .title, #network .graph-date, .tabnav-widget.text, +.feature .intro, span.diffstat, span.diffstat a, .commit .commit-branches a, +#readme .plain, .news blockquote, .news blockquote p, .collection-stat, +.calendar-graph .contrib-details div .lbl, .tag-info a, a.browse-button, +.ghead .dir, .comment-header-action-text a, .comment-header-right a, +.gist-item .creator, .dashboard-tabs a, #graph_data .tab a, .pull-info, +.list-group-item .list-group-item-summary a, #contributors .capped-card .cmt, +.boxed-group-list .access-level, h3.conversation-list-heading, a.filter-tab, +.starred-repo p.description, .org-repo-stats a, .org-repo-updated a, +.org-repo-description, .org-repo-forked a, .commandbar .display table td span, +.clone-options, .pulse-section, .discussion-sidebar p, +.discussion-topic-header .discussion-topic-author, .gist-description, .explain, +p.subtext, .team-grid .team-description, .orgs-nav .org-nav-item, +.form-actions-protip .protip, .discussion-item .author, +.inline-comments .comment-count, .sidebar-heading, .clear-issue-filters a, +.render-view-modes li.active::before, ul.comparison-list > li em, +.marketing-benefits .column p, .sub-nav li a, .headlines a .date, +.sidebar-module ul ul li span, .merge-branch-description, +.gist-item ul.meta > li > a, ul#categories li h5 a, +.render-view-modes li.active, .user-leaderboard-list .repo-list-item .repo, +.repo-stats li a, .about p, dl.form > dd p.note, p.subdued, +.team-header .team-description, .hfields dl.form > dt label, +.boxed-group > h3 a.boxed-group-breadcrumb, +.boxed-group .heading a.boxed-group-breadcrumb, .subscriptions-sidebar .note, +.thread-subscription-status, .ellipsis-button, .follow-list .follow-list-info, +form.btn .count, .blame .commitinfo .date, .gist .gist-file .gist-meta a, +.hidden-text-expander a, .news div.message, .news li blockquote, +.news .alert .pull-info, .news .alert .branch-link, +.release .release-authorship a, .wiki-wrapper .wiki-empty-box:hover, +.diffstat-summary a, .branches .branch-group-heading .branch-group-name, +.render-notice, .table-list-milestones .stat, .repo-list-description, +.file .meta, .email-format .email-hidden-toggle a, .file-diffstat, +.program-info-column .mega-octicon, .octofication .notice-dismiss:hover, +.markdown-format .intro, .label-admin, .program-info-column p, +.file-history-tease, .gist-snippet-meta .gist-count-links > li > a, +.commit-author-section, .manage-repo-access-not-active, .milestone-name, +.feature-callout, .repo-file-upload-file-wrap .remove-file:hover, +.rss-subscribe, table.capped-list .octicon, .site-header-menu .nav-item, +.exploregrid-item, .markdown-body blockquote, +.commits-list-item .commit-desc pre, .Label--outline.bg-yellow-light, +.review-comment .pending-batched-suggestion-label, main .note.bg-green-light p, +.CheckStep-timestamp { + color: #dbdbdbCC !important; +} +.tabnav-tab { + color: #dbdbdbCC; +} +.calendar-graph .contrib-details div, .time, .gist-item .metadata .datetime, +.list-group-item-meta, a.keyboard-shortcuts, button.keyboard-shortcuts, +.simple-conversation-list, .simple-conversation-list > li .title .num, +.starred-repo .sort-info, .org-stats, .commandbar .choice, +.commandbar .loading, .commandbar .description, ul.summary-stats li a, +.authorship, .sha-block, .gh-header-meta, #last-edit, .setup-header .lead a, +.mini-icon-remove-close:hover, .section-heading-title .separator, .hook-list a, +.github-jobs-promotion a.jobs-logo, .org-teams-list .team-meta, +.repo-list-item .repo-description, .branch-infobar .lightweight-actions > li a, +.repo-leaderboard-list .repo-leaderboard-meta-item a, +.changed .moved-up::before, .changed .moved-down::before, +.comment-header .octicon, a.section-heading-back, +.list-group-item-meta .octicon, .repo-leaderboard-title .title-meta, +a.pagehead-nav-item, .wiki-wrapper .wiki-empty-box, +.commits-list-item .commits-comments-link, .commits-list-item .commit-meta, +.issues-listing .table-list-issues .issue-comments-link, +.issues-listing .table-list-issues .issue-meta-section a, .labels-list-action, +table.tag-list p a, table.tag-list td.date a, .render-view-modes li, +.site-footer, .site-footer .octicon-mark-github:hover, +.repo-list-stats .repo-list-stat-item, .range-editor span.flag .octicon, +.commit-info .commit-meta a, .notifications .read a, +.auth-form-header .octicon, .releases-tag-list p a, .history-link a, +a.issue-nwo-link, .member-meta .teams-link, .member-meta .btn-link, +ul.comparison-list > li em, ul.comparison-list > li.title, .diffstat-summary, +a.team-member-ellipsis, a.discussion-item-toggle-open, +a.discussion-item-toggle-closed, button.discussion-item-toggle-open, +button.discussion-item-toggle-closed, .dropdown-header, .participation a, +.completeness-indicator-info, .type-icon-state-none, .delete-owners-button, +.stats-group-stat, .stats-group-stat.no-link:hover, .wiki-edit-link, +.member-meta .member-meta-link, .hidden-text-expander a, .text-muted, +.listgroup-item, .discussion-item-header, .discussion-sidebar-heading, +.org-header-meta .meta-item .meta-link, .underline-nav-item, +.boxed-group-inner, .lead, .form-checkbox .note, .bot-identifier, +.dashboard-notice .dismiss:hover, td.icon .octicon-file-text, +td.icon .octicon-file-symlink-file, .UnderlineNav-item, .project-header-link, +button.project-header-link, td.icon, .facebox-close, +.octicon.text-gray, .notification-actions .age { + color: #dbdbdb94 !important; +} + + .tree-browser-result mark { + color: #B39CFF !important; + } + +.timeline-comment-action, #suggestions a, .table-list-header-toggle .btn-link, +.discussion-sidebar-item { + color: #dbdbdb94; +} +.vcard-detail .octicon, .member-badge .octicon, +.command-bar .octicon-question::before, .news .alert .time, +ul.color-label-list .color-label.zeroed, +ul.color-label-list .color-label.zeroed .count, .gh-header-title .issue-number, +a.leaderboard-list-rank, .bootcamp ul li a, .ssh-key-fingerprint, +.tag-references > li a, .release .release-authorship, +.branches .branch-summary, .branches .no-results-message, +header ul.links > li a, .team-info-card .stats-group .stat, +.team-info-card .stats-group .stat.no-link:hover, +.issues-listing .table-list-issues .issue-meta, .task-progress, +.table-list-milestones .stat-label, .diff-line-num, +.file-data .line-numbers span, .discussion-item .timestamp, +.branch-status .divider, .news .alert .octicon, .news .alert .mega-octicon, +.repo-list-meta, a.discussion-item-help, .page-new-repo .license-info, +.commit-info .commit-meta, .list-item .byline, .issue-list-meta, +.file-type-icon, .uploaded-files .remove, .releases-tag-list td.date a, +.collaborators .collab-remove .remove-link, .octofication .notice-dismiss, +ul.comparison-list > li .octicon, div.content-header h6, +.fullscreen-overlay textarea, .breadcrumb, +.application-authorizations .oauth-app-list-meta, +.application-authorizations .oauth-app-owner, .boxed-group-inner .help, +.thread-subscription-status .reason, .toc-diff-stats .octicon, +.recent-gists .description .blank, .recent-gists .metadata, +.member-meta .access-link, .gist-quicksearch-no-results, +#user-content-toc ul ul li::before, .user-list li em, #graph_data h2, +#message-list .message .time, .tabnav .tabnav-extras, +.discussion-item-integrations-callout .pull-request-integrations-dismiss, +.oauth-application-info .meta-link, .oauth-application-info .app-info, +.repo-file-upload-file-wrap .remove-file, .gcr-ext-editor-close svg, +.commit-id, .orghead .edit-org, .signed-commit-badge, a.footer-octicon:hover, +.table-of-contents .toc-diff-stats .octicon, +.notification-actions .unsaved-notification { + color: #dbdbdb75 !important; +} +.branch-infobar .lightweight-actions > li .octicon, +.manage-repo-access-icon .octicon, .wiki-wrapper .wiki-history .date, +.issue-meta-section .octicon, .thread-subscription-status .mega-octicon, +.subnav-search-icon, .auto-search-group > .octicon, +.page-gist-edit .octicon-gist, .unselected-month, .profile-rollup-toggle, +.dashboard-notice .dismiss, .reblame-link { + color: #5a5a5a !important; +} +.context-pane .selector-item:hover a, .mega-icon::before, +.mini-icon-public-repo::before, .mini-icon-pull-request, +.mini-icon-remove-close, .mini-icon-link, .task-progress .octicon, +.milestone-link .octicon, .site-footer .octicon-mark-github, .steps li, +.branch-delete.disabled, .date_selector td.unselected_month, +.bootcamp .desc h2, +.issues-listing .table-list-issues .issue-comments-link.no-comment, +.diffstat-bar, .issue-comments-no-comment, a.footer-octicon { + color: #474747 !important; +} +.list-tip::before, .selector-item .mini-icon::before, +.browser .mini-icon-arr-right, .octicon-person-team::before, +a.darkertooltipped, #subscribeButton, .js-new-label-color svg.text-gray-dark, +.user-status-header .text-gray-dark, .Spotlight .text-gray-dark { + color: #313131 !important; +} +.issues-reset-query-icon, .issues-reset-query:hover .issues-reset-query-icon, +.projects-reset-query-icon.text-white, +.projects-reset-query:hover .projects-reset-query-icon, +.user-status-header.user-status-limited-availability .text-gray-dark, +.MarketplaceFeature-link .text-gray-dark, .Counter--gray { + color: #1c1c1c !important; +} +a.pagehead-heading, a.text-inherit, .boxed-group > h3 a, +.boxed-group .heading a, .list-heading a, .table-list-milestones .stat a, +.timeline-comment-header .js-comment-edit-history summary.text-gray, +.timeline-comment-header .js-comment-edit-history > .text-gray-light, +.delete-topic-button, .timeline-comment-header code, +.timeline-comment-header-text code a { + color: inherit !important; +} +.donut-chart [style*="fill: none"], .workflow-string svg, +.workflow-success circle, .workflow-success path { + fill: none !important; +} +/* Alerts and activity, remove background gradient */ +.metabox .editable-text:hover, #inbox .list .item .title span, +.Subhead.border-bottom-0 { + background-color: transparent !important; + border: none !important; +} +/* Panels */ +#posts #rss, .signup-button, .hero h1, .plan.personal, .caption, +.centered-graphic, .login_form h1 { + background-color: /*[[base-color]]*/ #ddc7a1 !important; + border-color: /*[[base-color]]*/ #ddc7a1 !important; +} +/* Red panel */ +#forkqueue .legend .unclean, .unclean td, .chzn-results .no-results, +.majorproblem .pageheader_wrap, .error_box, .btn-close-issue, .closed-issues, +.state-indicator.closed, .state-closed, +.topic-tag-action .remove-topic-button:hover, .menu-item-danger:hover, +.menu-item-danger.navigation-focus, .menu-item-danger.selected:hover, +.menu-item-danger.selected.navigation-focus { + background: #911 !important; + border-color: #232529 !important; +} +.btn-close-issue:hover, .btn-danger:hover, .minibutton.danger:hover, +.remove-topic-button:hover, .btn-danger:active, .btn-danger.selected, +[open] > .btn-danger { + background: #911 !important; + border-color: #b00 !important; +} +.deprecation-banner { + background: #200; + border-color: #911; +} +.mergeable-dirty .bubble, .mergeable-dirty .merge-status-icon, +.dangerzone > h3 { + background: #911 !important; +} +.block-diff-deleted, .text-diff-deleted .block-diff-neutral { + background: #b22 !important; +} +/* red border */ +.mergeable-dirty .bubble .mergeable, #message.major, .comment-form-error, +.comment-form-stale, .deprecation-notice { + border-color: #f44 !important; + background: #300 !important; +} +.release-label.draft, .Box.Box--danger, .Box--danger .Box-row:first-of-type, +.Box--danger .Box-body:last-of-type { + border-color: #f44 !important; +} +.error::after { + border-bottom-color: #300 !important; +} +.error::before { + border-bottom-color: #f44 !important; +} +.mergeable-dirty .bubble::after { + border-right-color: #911 !important; +} +/* red text */ +.btn-danger, .text-failure, .text-error, a:not(.octicon-btn).danger, +.deletions, .cdel, .gd .diff-line-num, .authors-and-code .deletions, +.diffstat .diffstat-bar.diff-deleted, span.diffstat .diffstat-bar i.minus, +.icon-for-failure, ul.summary-stats li .octicon-issue-closed, .branch-delete, +#toc .octicon-diff-removed, .highlight .gd, .uploaded-files .remove:hover, +.collaborators .collab-remove .remove-link:hover, .minibutton.danger, +.octicon-btn-danger:hover, .text-danger, .type-icon-state-closed, +.delete-owners-button:hover, .dangerzone-module h4, .deprecation-notice a, +.billing-addon-items tr.total-row *, .comment-form-error, .comment-form-stale, +.markdown-body .absent, .text-red, .release-label.draft, +input[id="label-color-"]:invalid, +body[class="page-responsive"] .color-icons .closed { + color: #f44 !important; +} +.deprecation-banner p { + color: #f66; +} +.btn-danger.disabled, .btn-danger:disabled, +body[class="page-responsive"] .btn-danger.disabled, +body[class="page-responsive"] .btn-danger:disabled { + color: rgba(203, 36, 49, .4) !important; +} +/* blue purple */ +.btn-blurple { + background: linear-gradient(to bottom, #427, #215) !important; + border: 1px solid #538 !important; +} +.btn-blurple:hover, .btn-blurple.hover { + background: linear-gradient(to bottom, #538, #326) !important; +} +.btn-blurple:active, .btn-blurple.selected, [open] > .btn-blurple { + background: linear-gradient(to bottom, #649, #437) !important; +} +/* purple */ +.btn-purple { + background: linear-gradient(to bottom, #525, #313) !important; + border: 1px solid #636 !important; +} +.btn-purple:hover, .btn-purple.hover { + background: linear-gradient(to bottom, #636, #424) !important; +} +.btn-purple:active, .btn-purple.selected, [open] > .btn-blurple { + background: linear-gradient(to bottom, #747, #535) !important; +} +/* pink */ +/* https://github.com/StylishThemes/GitHub-Dark/issues/949 */ +/* Github uses !important inline styles on some of these elements which are + impossible to overrides via userstyle */ +[style*="border-bottom: 1px solid #f9b3dd"] { + border-bottom: 1px solid #c49 !important; +} +[style*="border: 1px solid #f9b3dd"], [style*="border: 1px solid #ec6cb9"] { + border: 1px solid #c49 !important; +} +[style*="border: 1px solid #f9b3dd"] .text-gray-dark { + color: #333 !important; +} +[style*="background: #ffeef8"], [style*="background-color: #ffeef8"] { + background-color: #170711 !important; +} +/* brown */ +#feedHeaderContainer, .feedBackground, .infotip, .form-actions .tip, +.mini-callout, .snippet em, #message .sent, .notification, .callout, .ejector, +#issues_search .results em, .bootcamp-help ul li, .btn-download, +.feature-tabs .tab-button, .plan.free, #message.minor, .chzn-results li em, +#missing-readme, .page-notice, .facebox-alert, .deprecation-warning, +.branch-status.status-pending .discussion-item-icon, +.discussion-event-status-renamed .discussion-item-icon, +.state-indicator.renamed, .discussion-topic .branch-status.status-pending, +.discussion-item-review.is-pending .file-header, +.discussion-item-review.is-pending .comment-form-head.tabnav, +.timeline-comment.unread-item .timeline-comment-header, .Label.bg-yellow, +.code-list-item-private .blob-num { + background-color: #232529 !important; + border-color: #542 !important; + color: #ddd !important; +} +.discussion-item-review.is-pending .file, .timeline-comment.unread-item, +.timeline-comment.unread-item .timeline-comment-label, +.review-comment .pending-batched-suggestion-label, +.is-pending .review-summary-form-wrapper, .code-list-item-private .file-box { + border-color: #542 !important; +} +.timeline-comment-wrapper .timeline-comment.unread-item::before { + border-right-color: #542 !important; +} +.timeline-comment-wrapper .timeline-comment.unread-item::after { + border-right-color: #232529 !important; +} +#toc .octicon-diff-modified, .secret .repo-label span, .api .s2 { + color: #b74 !important; +} +.deprecation-warning a { + color: #c97 !important; +} +.code-list-item-private .divider .blob-code, +.code-list-item-private .divider .blob-num, +.AnnotationsPopover .bg-yellow-light.flash-warn, +.js-notification-search-autocomplete-results .bg-yellow-light { + background-color: #232529 !important; +} +/* semi-transparent brown */ +.compare-pr-placeholder, .compare-cutoff, .diff-cutoff, +.markdown-body li.added.moved, .repo-private-label, .gist-secret-label, +.label-private, .stale-files-tab, .signed-out-comment, .commits-list-item em, +.unsupported-browser, .prereceive-feedback, .code-list em, .issue-list em, +.user-list em, .wiki-list em, .blob-code .bg-yellow-light, +.codesearch-results #code_search_results .bg-yellow-light { + background: #53431a !important; + border: 1px solid #ddc7a133 !important; + color: #ddc7a1 !important; +} +.btn.btn-secret { + background: linear-gradient(#321, #210) !important; + border-color: #542 !important; +} +.btn.btn-secret:hover { + background: linear-gradient(#432, #321) !important; +} +.btn.btn-secret[disabled], .btn.btn-secret[disabled]:hover { + background: #321 !important; + border-color: #542 !important; + opacity: .8; +} +/* yellow text */ +/* inline style, note this does not work when color is not first */ +/* https://github.com/StylishThemes/GitHub-Dark/issues/952#issuecomment-501451675 */ +[style^="color: #d3ac3b"] { + color: #cb4 !important; +} +/* .bg-pending might be a GitHub bug as it sets the fg */ +.text-pending, .text-renamed, .bg-pending, .page-new-repo .octicon-lock, +body[class="page-responsive"] .repo-list .private .octicon-lock, +.menu a .octicon.color-yellow-7 { + color: #cb4 !important; +} +.archived-project-cards-pane .project-card .archived-header { + color: #fbca04 !important; +} +/* yellow border (travis) */ +.branch-action-state-unknown .branch-action-body, +.branch-action-state-unknown .branch-status, +.branch-action-state-unstable .branch-action-body, +.branch-action-state-unstable .branch-status { + border-color: #884 !important; +} +.branch-action-state-unknown .branch-action-body::before, +.branch-action-state-unstable .branch-action-body::before { + border-right-color: #884 !important; +} +/* yellow background */ +.Label--outline.bg-yellow-light, +.review-comment .pending-batched-suggestion-label { + background: #302808 !important; +} +.border-bottom.bg-yellow-light { + background: #302808 !important; + border-color: #542 !important; +} +/* green */ +/* labels */ +#forkqueue .legend .clean, #revisions ul li.current, .excerpt, .plan.business, +.popout, #statusbar, .clean td, #download_button, .status-box.good a, +.new-issues, .new-pulls, .mergeable-clean .merge-status-icon, +.settings-email .default, .repo-owner-comment .comment-header-tag, +.mergeable-clean .bubble, .gh-header-status.open, +.branch-status.status-success .discussion-item-icon, .state-open, +.state-proposed, .big-notice, .state-indicator.open, .state-indicator.proposed, +.state-indicator.reopened, .boxed-group-success, #message.good, +.add-topic-button:hover, .topic-tag-action .add-topic-button:hover { + background: #163 !important; + border-color: #041 !important; +} +main .note.bg-green-light { + background: #002800 !important; + border-color: #060 !important; +} +/* Green border */ +.mergeable-clean .bubble .mergeable, +.branch-action-state-clean .branch-action-body { + border-color: #041 !important; +} +.mergeable-clean .bubble::after, +.branch-action-state-clean .branch-action-body::before { + border-right-color: #041 !important; +} +.billing-confirmation-box { + border-color: #083 !important; +} +.border.border-green { + border-color: #060 !important; +} +/* original color */ +.signed-commit-badge.verified:hover, .Label--outline-green { + border-color: #6cc644 !important; +} +.signed-commit-verified-label, .signed-commit-badge.verified, +.reponame-suggestion { + color: #55a532 !important; +} +/* Green text */ +/* inline style, note this does not work when color is not first */ +/* https://github.com/StylishThemes/GitHub-Dark/issues/952#issuecomment-501451675 */ +[style^="color: #28a745"] { + color: #6cc644 !important; +} +.text-open, .text-success, .insertions, .cadd, .gi .diff-line-num, +.authors-and-code .insertions, span.diffstat .diffstat-bar.diff-added, +span.diffstat .diffstat-bar i.plus, +ul.summary-stats li .octicon-git-branch-create, +ul.summary-stats li .octicon-issue-opened, #toc .octicon-diff-added, +.setup-info-module .features-list .octicon, .setup-form-container .secure, +.highlight .gi, .type-icon-state-open, .release-label.latest a, +.release .Label--latest a, .menu a .octicon.text-green { + color: #6cc644 !important; +} +/* bright green background */ +.block-diff-added, .text-diff-added .block-diff-neutral { + background: #6cc644 !important; +} +.noproblems .pageheader_wrap, a.new-repo:hover { + background: #373 !important; +} +/* New additions */ +.repo-owner-tag .tag, .gist-owner-tag .tag { + background: #070 !important; + color: #ddd !important; +} +/* orange */ +#user-links .unread_count, .minorproblem .pageheader_wrap { + background: rgba(203, 108, 0, .8) !important; +} +.text-orange, .release-label.prerelease, .release .Label--prerelease, +a.stale-files-tab-link { + color: #f3582c !important; +} +.release-label.prerelease, .release .Label--prerelease { + border-color: #f66a0a !important; +} +/* purple */ +.merged-pulls, .state-indicator.merged, .state-merged { + background: #6e5494 !important; +} +/* pjax loading */ +.pjax-loader-bar .progress { + background: /*[[base-color]]*/ #ddc7a1 !important; + box-shadow: 0 0 10px /*[[base-color]]*/ #ddc7a1 !important; +} +ul.view-modes-menu { + background-image: url("data:image/gif;base64,R0lGODlhBwAEAIAAACIiIv///yH5BAEAAAEALAAAAAAHAAQAAAIIhA+BGWoNWSgAOw==") !important; +} +.mini-icon-windows::before { + background-position: -18px 0 !important; +} +/* Repo list (https://github.com/{user}?tab=repositories) */ +.repo-list-item p, .repo-list-item .repo-list-stats, .review-thread-reply { + position: relative !important; + z-index: 1 !important; +} +/* GitHub Enterprise (GHE) stuff */ +body.enterprise .repohead.experiment-repo-nav { + background: #252627; +} +body.enterprise .new-discussion-timeline .previewable-comment-form .comment-form-head.tabnav { + background: #2f3031; +} +body.enterprise .timeline-comment-wrapper .timeline-comment.current-user::before { + border-right-color: #ddc7a155; +} +body.enterprise .timeline-comment-wrapper .timeline-comment.current-user::after { + border-right-color: #434247; +} +body.enterprise .timeline-new-comment .timeline-comment::before { + border-right-color: #3b3c3e; +} +body.enterprise .timeline-new-comment .timeline-comment::after { + border-right-color: #2f3031; +} +body.enterprise .commit-tease { + background-color: #434247; + border-color: #ddc7a155; +} +/* HACK: Fix review comment timeline */ +/* https://github.com/nodejs/node/pull/8519#r78637092 */ +.review-comment-contents::after, .review-comment.is-comment-editing::after { + z-index: 0 !important; +} +.review-comment .avatar { + position: relative !important; + z-index: 1 !important; + background: #313234 !important; + box-shadow: 0 0 0 4px #313234 !important; +} +/* center the dot icon inside green discussion timeline icons */ +.discussion-item-reopened .discussion-item-icon { + display: flex; + justify-content: center; + align-items: center; +} +/* add borders to full-page flash on top of repos */ +main > .flash-full.flash-warn { + border-top: 1px solid #EFA554 !important; + border-bottom: 1px solid #EFA554 !important; +} +main > .flash-full.flash-error { + border-top: 1px solid #f44 !important; + border-bottom: 1px solid #f44 !important; +} +main > .flash-full.flash-success { + border-top: 1px solid #6cc644 !important; + border-bottom: 1px solid #6cc644 !important; +} +/* Make text selection work over file path separators because in Firefox */ +/* a text selection can not start over a pseudo element. The precise values */ +/* are to match the rendering of GitHub's single-space pseudo contents */ +.breadcrumb .separator { + margin-left: .283em; + margin-right: .283em; +} +.breadcrumb .separator::after, .breadcrumb .separator::before { + content: none; +} +/* Hack to add a background to the sticky toolbar on the pr files tab when using unified diffs */ +body:not(.full-width) .pr-toolbar.is-stuck + .toolbar-shadow::before { + content: ""; + position: absolute; + top: -60px; + left: 0; + right: 0; + height: 60px; + background: #313234; + box-shadow: 0 0 .75rem rgba(0, 0, 0, .7); +} +.gh-header-shadow { + border: none !important; + box-shadow: 0 0 .75rem rgba(0, 0, 0, .7) !important; +} +.participation-graph svg { + background: transparent !important; + opacity: .1 !important; + z-index: 0 !important; +} +.inbox-zero-octocat, .network-graph-container, img.TenYears-hero { + opacity: .6 !important; +} +.search .minibutton span { + background-position: center -95px !important; +} +/* history expand buttons */ +.commit .minibutton.expander-minibutton span { + background-position: 50% -45px !important; +} +.commit.open .minibutton.expander-minibutton span { + background-position: 50% -145px !important; +} +/* pull request avatar bubble */ +.avatar-bubble::before, .discussion-bubble-content::before { + border-color: transparent #333 transparent transparent !important; +} +/* octocat spinners */ +img[src*="octocat-spinner"], img[src="/images/spinner.gif"], +.profile-picture-spinner { + width: 0 !important; + height: 0 !important; +} +img[src*="octocat-spinner"], img[src="/images/spinner.gif"], .facebox-loading, +.branch-action-body .spinner, .status-indicator-loading, +.ajax-pagination-form.loading .ajax-pagination-btn::after, +.profile-picture-spinner, .more-repos-link.is-loading, +auto-check .is-autocheck-loading { + background-image: url('data:image/svg+xml;utf8,') !important; + background-size: contain !important; + background-repeat: no-repeat !important; + background-position: 50% 50% !important; +} +.more-repos-link.is-loading { + background-repeat: no-repeat !important; + background-position: 50% 50% !important; + background-size: 16px 16px !important; +} +auto-check .is-autocheck-loading { + background-size: 16px 16px !important; + background-position: 97% 50% !important; +} +img[src*="octocat-spinner"][width="128"] { + padding: 64px !important; +} +img[src*="octocat-spinner"][width="64"], +.profile-picture-spinner +img[src="/images/spinner.gif"] { + padding: 32px !important; +} +img[src*="octocat-spinner"][width="32"] { + padding: 16px !important; +} +img[src*="octocat-spinner"][width="16"] { + padding: 8px !important; +} +.sponsors-questions::after { + opacity: .35; +} +/* remove code view padding */ +.Box-body.blob-wrapper { + padding-top: 0 !important; + padding-bottom: 0 !important; +} +/* remove actions editor padding */ +form[action*="/.github/workflows/"] .commit-create { + padding-top: 0 !important; +} +/* remove margin above codemirror */ +.file-header.mb-2 { + margin-bottom: 0 !important; +} +/* network members */ +.network-tree { + width: 19px !important; + height: 0 !important; + padding-top: 26px !important; + background-repeat: no-repeat !important; + background-position: -2px center !important; +} +.network-tree[src$="t.png"] { + background-image: url("data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIkjI+pG8APY5O0uorfzRzt3n1g5pSTOTJiSq1s5L6ajMW0YgcFADs=") !important; +} +.network-tree[src$="i.png"] { + background-image: url("data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIhjI+pG8APY5O0uorfzRzt3n1gJo6WGaJcqUJsy7ywIgcFADs=") !important; +} +.network-tree[src$="l.png"] { + background-image: url("data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIejI+pG8APY5O0uorfzRzt3n1g5pSTOabqyrbuC68FADs=") !important; +} +#searchfield { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAM1BMVEUAAABKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkrmvr7+AAAAEXRSTlMAmEgOJpKQimpgRHVzVk8fFp8jXkwAAABRSURBVAjXVY1JDsAwCAMxhGxNl/+/toVEKpmLNcLCRJRqKTXRhOGwS4KyCCv8eoBnY1hkiIUgb6ah2THWly7SFS0uAKfZWm+mP59eUfNNgYdehjcBh7PIFcgAAAAASUVORK5CYII=") !important; + background-repeat: no-repeat !important; + background-position: 8px center !important; +} +/* front page: 'more' spinner */ +.ajax-pagination-form.loading .ajax-pagination-btn { + position: relative !important; + border-color: #3b3c3e !important; + background: #313234 !important; +} +.ajax-pagination-form.loading .ajax-pagination-btn::after { + content: "" !important; + position: absolute !important; + width: 16px !important; + height: 16px !important; + left: 50% !important; + top: 50% !important; + transform: translate(-50%, -50%) !important; +} +.branch-action-body .spinner, div.facebox-loading, .status-indicator-loading { + background-position: center center !important; + width: 100% !important; + background-repeat: no-repeat !important; +} +/* image preview background */ +.render-shell .img-view img, .file .image img, .file .image canvas, img.asset { + background-image: url("data:image/gif;base64,R0lGODlhCgAKAIAAABoaGgAAACwAAAAACgAKAAACEYQdmYcaDNxjEspKndVZbc8UADs=") !important; +} +.render-shell:hover .img-view img, .file:hover .image img, +.file:hover .image canvas, img.asset:hover { + background-image: url("data:image/gif;base64,R0lGODlhCgAKAIAAAOXl5f///yH5BAAAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==") !important; +} +/* dropdown arrows */ +/* https://github.com/account/upgrade */ +.form-select { + background: #201c37 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAQAAAAua3X8AAAARklEQVR4AWNABWcazjQg8zGl/wNhA15piBL80gglmNKYSjClMZUgpDGVwKXxKBl4QNiRBLxJIKAIBzXhyCIc3YQTDMEkBwBplPJRxEMa4wAAAABJRU5ErkJggg==") no-repeat right 8px center !important; + background-size: 8px 10px !important; +} +.form-select:disabled { + background-color: #2c2847 !important; + color: #555 !important; +} +/* no border */ +.multiple-avatars, .multiple-avatars::before, +.simple-conversation-list>li:first-child, .gobutton.with-comments .sha, +.usage-bar dd, .setup-form-container .fieldgroup .fields, +.inline-comments .line-comments, #gist-form .gist-name-textbox, +#adv_code_search .search-page-input, .fullscreen-overlay textarea, +.file .image .border-wrap, .site-search .chromeless-input, +.profile-timeline-card-wrapper, .AvatarStack--right .avatar, +.AvatarStack-body .avatar, .sidebar-notifications .thread-subscription-status, +.repository-lang-stats-graph .language-color:not(:first-child) { + border: none !important; +} +.dashboard-tabs a { + border-left: 0 !important; + border-right: 0 !important; +} +.js-details-container.navigation-focus .gobutton { + background: linear-gradient(#444, #363056) !important; +} +/* no top border radius */ +table.files { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} +/* add border */ +.issues-list, .pulls-list-group, .branch-infobar, +.pagehead.repohead h1 .repo-label span, +.coupons .coupon-form-body .coupon-icon, .menu, .api pre { + border: 1px solid #484848 !important; +} +#graph-shots li > p, .logo-box, .branch-infobar, #com hr, +.discussion-item-body .outdated-comment .file-header, +.repository-content > .Box--condensed > .Box-body.bg-blue-light { + border-bottom: none !important; +} +.pull-info, .branch-link, .milestone-list .progress-bar { + border: 1px solid #444 !important; +} +.more-repos { + border-top: #484848 1px solid !important; +} +.pull-head, .capped-box { + border-bottom: #484848 1px solid !important; +} +.tutorial-e::after, .file-commit-form .commit-form::before, +.merge-branch-form .commit-form::before { + border-right-color: #363056 !important; + border-bottom-color: transparent !important; +} +.file-commit-form .commit-form::after, .ScreenshotCarousel-navitem, +.new-discussion-timeline .composer .timeline-comment::after { + border-right-color: #363056 !important; +} +#com .dropdown-menu::after { + border: 9px solid; + border-color: transparent transparent #201c37; + content: " "; + left: 50%; + top: -17px; + position: absolute; + margin-left: -9px; +} +.dropdown-menu-w::before { + border-bottom-color: transparent !important; +} +/* inline code - add border */ +.markdown-format p > code, .markdown-body code, .markdown-body tt, +.markdown-format pre, .markdown-body pre, .markdown-format .highlight pre, +.markdown-body .highlight pre, #user-content-toc td, .copyable-terminal, +.project-card .highlight pre, .project-card code, .rgh-parse-backticks { + border: 1px solid rgba(255, 255, 255, .1) !important; +} +/* toc in markdown, reset border-collaps so border-radius works */ +/* https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki */ +#user-content-toc { + border-collapse: separate !important; +} +#facebox pre, #contributors-master svg.viz, #com .dropdown-menu { + border: 1px solid #363056 !important; +} +/* orange rss icon */ +.dashboard-feed-icon.octicon-rss, .nav-rss a .octicon-rss, .feed-icon, +#dashboard .octicon-rss { + color: #f93 !important; +} +.featured-label { + background: #f5b987 !important; + border: none !important; + padding: 6px !important; + color: #ed7c21 !important; +} +.featured-label .octicon, +.page-new-repo div.form-checkbox .octicon-lock::before { + color: #ed7c21 !important; +} +/* diff highlighting (no syntax highlight) */ +/* main diff text color */ +.diff-line-pre { + color: #ccc !important; +} +.diff-table .line-comments { + border-top: 1px solid #333 !important; + border-bottom: 1px solid #333 !important; +} +#header-wrapper, .menu li + li { + border-bottom: 1px solid #333 !important; +} +.review-comment .comment-reactions { + border-top: 0 !important; +} +/* light grey - breaks in diff (with line numbers) */ +.highlight .expandable-line-num, .highlight .diff-line-num-hunk, +.highlight .diff-line-code-hunk, .highlight .expandable-line-code { + background: #24203c !important; + color: #888 !important; +} +/* git diff line additions (dark green) */ +.blob-code-addition { + background-color: #1F392499 !important; + border-color: #060 !important; +} +.blob-num-addition { + background-color: #1F392499 !important; +} +/* git diff line deletions (dark red) */ +.blob-code-deletion, .CodeMirror-linebackground.conflict-background, +.conflict-gutter-marker, +.conflict-background + .CodeMirror-gutter-wrapper .CodeMirror-linenumber { + background-color: #35353999 !important; + border-color: #600 !important; +} +.blob-num-deletion { + background-color: #35353999 !important; +} +/* code splitter in diffs */ +.blob-num-expandable, .blob-num-hunk { + background: #24203c; +} +.blob-code-hunk { + background: #24203c; +} +/* link target lines */ +.blob-code-inner.highlighted { + background: rgba(255, 255, 255, .075) !important; +} +.selected-line::after { + mix-blend-mode: normal !important; + pointer-events: none; +} +/* custom hover highlight */ +.diff-table > tbody > tr[data-hunk]:hover > td, +.highlight > tbody > tr:hover > td { + position: relative; +} +.diff-table > tbody > tr[data-hunk]:hover > td::after, +.highlight > tbody > tr:hover > td::after { + content: ""; + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + background: rgba(255, 255, 255, .075); + pointer-events: none; +} +.diff-table > tbody > tr[data-hunk]:hover > td.selected-line::after, +.highlight > tbody > tr:hover > td.blob-code-inner.highlighted::after { + background: rgba(255, 255, 255, .15) !important; +} +/* custom hover highlight end */ +.blob-code-addition .x, .highlight .blob-code-addition .x { + background: #252 !important; + color: #eee !important; +} +.blob-code-deletion .x, .highlight .blob-code-deletion .x { + background: #622 !important; + color: #eee !important; +} +/* git diff line numbers (med green) */ +.gi .diff-line-num, .gi .diff-line-code, .gi .diff-line-pre { + background: #020 !important; + border-color: #f58d0220 !important; +} +/* git diff line deletions (med red) */ +.gd .diff-line-num, .highlight .err, .gd .diff-line-code, .gd .diff-line-pre { + background: #300 !important; + border-color: #500 !important; +} +.CodeMirror-scrollbar-filler { + background: #1d1d1d !important; +} +textarea { + cursor: auto !important; +} +/* rules for the new responsive layout */ +@media (min-width: 768px) { + .release-main-section { + border-left: 2px solid #363056 !important; + } + .release-entry { + border-bottom: 0 !important; + } +} +@media (max-width: 1012px) { + .reponav-wrapper { + background: #201c37 !important; + } +} +@media (min-width: 1013px) { + .Header, .Header-old { + border-bottom: 1px solid #363056 !important; + } +} +/* rules for help pages */ +.search-result-title .ais-Highlight-highlighted { + color: /*[[base-color]]*/ #f58d02 !important; +} +.search-result-intro .ais-Highlight-highlighted { + border-color: /*[[base-color]]*/ #f58d02 !important; +} +.ais-SearchBox-resetIcon, .octicon-logo-github { + fill: #c0c0c0 !important; +} +/* https://github.com/musically-ut/lovely-forks */ +.lovely-forks-addon { + color: #808080 !important; +} +/* https://github.com/npmhub/npmhub */ +.npmhub-deps > li { + border-color: #363056 !important; +} +/* ZenHub */ +body.zh_logged_in .zh-login-status { + background: #201c37 !important; + border-color: #363056 !important; + color: #b0b0b0EE !important; +} +body.zh_logged_in [style*="background-color: rgb(244, 244, 244)"] { + background: #24203c !important; +} +/* zenhub gradients */ +body.zh_logged_in .zhc-sidebar__navigation { + background: none !important; +} +body.zh_logged_in .zhc-workspace-switcher__header { + box-shadow: none !important; +} +body.zh_logged_in .zhc-btn--minimal { + background: none !important; + border: none !important; +} +body.zh_logged_in .zh-icon-circled-bolt, body.zh_logged_in .zh-icon-bolt, +body.zh_logged_in .zh-octicon-x { + filter: invert(40%) brightness(120%) !important; +} +body.zh_logged_in a.zh-topbar-item.selected .zh-icon-zenhub { + filter: invert(40%) brightness(169%) !important; +} +body.zh_logged_in a.zh-topbar-item .zh-icon-zenhub { + filter: brightness(64%) !important; +} +body.zh_logged_in .zhc-icon:not([class$="-red"]):not([class$="-white"]):not([class$="-light"]):not([class$="-purple"]), +body.zh_logged_in [class*="zh-octicon"], +body.zh_logged_in .zh-epic-creator-tab-icon, +body.zh_logged_in .zhc-burndown-chart__placeholder, +body.zh_logged_in .zhc-selection-button__container::after, +body.zh_logged_in .zhc-icon--grey-light { + filter: invert(100%) hue-rotate(180deg) !important; +} +body.zh_logged_in .zhc-selection-item:hover .zhc-icon:not([class$="-red"]):not([class$="-white"]):not([class$="-light"]):not([class$="-purple"]), +body.zh_logged_in [class*="zhc-image--placeholder"] { + filter: invert(100%) brightness(1.4) !important; +} +body.zh_logged_in .zhc-info-alert img { + filter: invert(96%) hue-rotate(180deg); +} +/* move expanded zenhub board toolbar when octotree exists + * see https://github.com/buunguyen/octotree/issues/242 */ +html.octotree:not(.octotree-show) .zhc-board--is-fullscreen .zhc-menu-bar { + margin-left: 30px; + margin-top: -8px; +} +/* octotree */ +.octotree-sidebar { + background: #201c37 !important; + border-color: #363056 !important; +} +.octotree-views, .octotree-sidebar .octotree-bottom { + background: #201c37 !important; + border-color: #363056 !important; +} +.octotree-toggle:hover { + background: linear-gradient(#303030, #282828) !important; + border-color: #363056 !important; +} +.octotree-view-header, .octotree-toggle { + background: linear-gradient(#26223d, #201c37) !important; + border-color: #1b1830 !important; +} +.octotree-github-sidebar a.octotree-toggle, +a.octotree-toggle:not(.octotree-loading):hover > span::after { + color: #b0b0b0DD !important; +} +.octotree-github-sidebar a.octotree-opts .settings::before, +.octotree-help > span::before, .octotree-patch-files { + color: #b0b0b0EE !important; +} +.octotree-views .octotree-treeview .jstree-anchor .jstree-icon.tree::before, +.octotree-github-sidebar a.octotree-toggle:hover, +.octotree-github-sidebar a.octotree-opts:hover .settings::before, +.octotree-github-sidebar a.octotree-opts.selected:hover .settings::before, +.octotree-sidebar.octotree-github-sidebar .octotree-views .octotree-tree-view .jstree .jstree-anchor, +.octotree-github-sidebar a.octotree-toggle:not(.octotree-loading):hover, +.octotree-sidebar.octotree-github-sidebar .octotree-views .octotree-view, +.octotree-sidebar.octotree-github-sidebar .octotree-toggle > span, +.octotree-sidebar.octotree-github-sidebar .octotree-toggle > .octotree-toggle-icon::before { + color: /*[[base-color]]*/ #f58d02 !important; +} +.octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup { + background-color: #201c37 !important; + border-color: #363056 !important; + box-shadow: 0 1px 15px #000 !important; +} +.octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup > .arrow, +.octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup > .arrow::after { + border-bottom-color: #363056 !important; +} +/* Github User Info userscript - see #481 */ +.GithubUserInfo, .GithubUserInfo > div { + background: #26223d !important; + border-color: #363056 !important; +} +/* GitHub Notifications Dropdown userscript - see #478 */ +.notifications-dropdown { + background: #26223d !important; + border: 1px solid #363056 !important; +} +a.notifications-dropdown-see-all { + background: #3c2b3a !important; + color: /*[[base-color]]*/ #f58d02 !important; +} +a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { + background: /*[[base-color]]*/ #f58d02 !important; + color: #e2e2e2 !important; +} +.notifications-dropdown-arrow { + border-bottom-color: #333 !important; +} +/* Refined GitHub - https://github.com/sindresorhus/refined-github + * See #540 + * See #881 */ +.refined-github-diff-signs .blob-code-addition::before, +.refined-github-diff-signs .blob-code-deletion::before { + color: #7b7b7b !important; +} +.refined-github .dashboard .border-gray.flex-items-baseline.py-3, +.refined-github .dashboard .js-all-activity-header + div { + background: #201c37 !important; +} +.refined-github .dashboard .js-all-activity-header + div { + border-color: #363056 !important; +} +/* https://github.com/StylishThemes/GitHub-Dark/issues/1035 */ +.refined-github .reaction-summary-item.user-has-reacted { + --background: transparent !important; +} +.refined-github .reaction-summary-item a { + box-shadow: none; +} +/* GraphQL API (https://developer.github.com/v4/explorer/) + cant see another way to style the search input box bg */ +.graphiql-container .search-box input { + background-color: #201c37; +} +/* style inline HTML graphql cant be generated */ +.graphiql-explorer-root input[style*="color: rgb(210, 5, 78)"] { + border-color: currentcolor currentcolor #999 !important; + background-color: #201c37; +} +.graphiql-explorer-root input[style*="border-color: currentcolor currentcolor rgb(136, 136, 136)"] { + border-color: currentcolor currentcolor #999 !important; +} +.graphiql-explorer-node span[style*="color: rgb(31, 97, 160)"] { + color: #4183c4 !important; +} +.graphiql-explorer-node span[style="color: rgb(139, 43, 185)"] { + color: #9a6cdf !important; +} +#graphiql svg path[d*="2V16H2V2H16ZM16"][fill="#CCC"] { + fill: #444; +} +#graphiql svg path[d*="0H2C0.9"][fill="#b0b0b066"] { + fill: #777; +} +.graphiql-ide.signed-out::after { + background: #333; +} +.prereceive-feedback-heading, .State--red code a { + color: #ddd !important; +} +.graphiql-container .CodeMirror-foldmarker { + background: /*[[base-color]]*/ #f58d02 !important; +} +.graphiql-container .execute-button svg { + fill: currentColor !important; +} +/* Actions runs */ +.CheckStep div[style*="opacity:0.5"] { + opacity: 1 !important; +} +.CheckRun-search-input:focus { + background-color: hsla(0, 0%, 100%, .05); +} +/*[[code-wrap]]*/ +/* inline code - single lines */ +.markdown-body code, .markdown-body tt, .protip code, .content dl code, +.content ul code, p code, .content .sectionbody .dlist dt, .content p > tt, +.content .sectionbody .dlist dt, .content p > tt, .commit-sha, +.commit-preview .message pre, .rendered_html pre, .rendered_html code, +.markdown-format p > code, .markdown-format pre, .rgh-parse-backticks { + background: #24203c !important; +} +.project-card code { + background: #333 !important; +} +/* Styles auto-complete popups in the actions workflow editor */ +.CodeMirror-hints { + background: #201c37; + border-color: #363056; + box-shadow: 0 1px 5px #000; +} +.CodeMirror-hint { + color: #d2d2d2; +} +.CodeMirror-hint-active { + color: #f0f0f0; + background-color: /*[[base-color]]*/ #f58d02; +} +.CodeMirror-hint-active .CodeMirror-hint-description { + color: #f0f0f0 !important; +} +/*[[syntax-theme]]*//*[[syntax-codemirror]]*//*[[syntax-jupyter]]*/ +/* usercss build - remove start *//*! GitHub: Twilight */ +:root { + --ghd-code-background: #1b1830; + --ghd-code-color: #ccc; +} +.pl-c, .pl-c span { + color: #6b6c80 !important; + font-style: italic !important; +} +/* comment */ +.pl-c1 { + color: #6b6c80 !important; +} +/* constant */ +.pl-cce { + color: #ec9cb2 !important; + font-weight: normal !important; +} +/* constant.character.escape */ +.pl-cn { + color: #cf6a4c !important; +} +/* constant.numeric */ +.pl-coc { + color: #ec9cb2 !important; +} +/* constant.other.color */ +.pl-cos { + color: #84D0FF !important; +} +/* constant.other.symbol */ +.pl-e { + color: #61ead9 !important; +} +/* entity */ +.pl-ef { + color: #61ead9 !important; +} +/* entity.function */ +.pl-en { + color: #61ead9 !important; +} +/* entity.name */ +.pl-enc { + color: #cf6a4c !important; +} +/* entity.name.class */ +.pl-enf { + color: #61ead9 !important; +} +/* entity.name.function */ +.pl-enm { + color: #61ead9 !important; +} +/* entity.name.method-name */ +.pl-ens { + color: #cf6a4c !important; +} +/* entity.name.section */ +.pl-ent { + color: #ab77ff !important; +} +/* entity.name.tag */ +.pl-entc { + color: #61ead9 !important; +} +/* entity.name.type.class */ +.pl-enti { + color: #61ead9 !important; + font-weight: bold !important; +} +/* entity.name.type.instance */ +.pl-entm { + color: #7587a6 !important; +} +/* entity.name.type.module */ +.pl-eoa { + color: #ab77ff !important; +} +/* entity.other.attribute-name */ +.pl-eoac { + color: #7587a6 !important; +} +/* entity.other.attribute-name.class */ +.pl-eoac .pl-pde { + color: #7587a6 !important; +} +/* punctuation.definition.entity */ +.pl-eoai { + color: #ab77ff !important; +} +/* entity.other.attribute-name.id */ +.pl-eoai .pl-pde { + color: #ab77ff !important; +} +/* punctuation.definition.entity */ +.pl-eoi { + color: #61ead9 !important; +} +/* entity.other.inherited-class */ +.pl-k { + color: #ab77ff !important; +} +/* keyword */ +.pl-ko { + color: #ab77ff !important; +} +/* keyword.operator */ +.pl-kolp { + color: #ab77ff !important; +} +/* keyword.operator.logical.python */ +.pl-kos { + color: #b0b0b0 !important; +} +/* keyword.other.special-method */ +.pl-kou { + color: #cf6a4c !important; +} +/* keyword.other.unit */ +.pl-mai .pl-sf { + color: #7587a6 !important; +} +/* support.function */ +.pl-mb { + color: #84D0FF !important; + font-weight: bold !important; +} +/* markup.bold */ +.pl-mc { + color: #ab77ff !important; +} +/* markup.changed */ +.pl-mh { + color: #cf6a4c !important; + font-weight: normal !important; +} +/* markup.heading */ +.pl-mh .pl-pdh { + color: #cf6a4c !important; +} +/* markup.heading punctuation.definition.heading */ +.pl-mi { + color: #ab77ff !important; + font-style: italic !important; +} +/* markup.italic */ +.pl-ml { + color: #84D0FF !important; +} +/* markup.list */ +.pl-mm { + color: #7587a6 !important; +} +/* meta.module-reference */ +.pl-mp { + color: #c5af75 !important; +} +/* meta.property-name */ +.pl-mp1 .pl-sf { + color: #dad085 !important; +} +/* meta.property-value support.function */ +.pl-mq { + color: #cf6a4c !important; +} +/* markup.quote */ +.pl-mr { + color: #ab77ff !important; +} +/* meta.require */ +.pl-ms { + color: #ab77ff !important; +} +/* meta.selector */ +.pl-pdb { + color: #84D0FF !important; + font-weight: bold !important; +} +/* punctuation.definition.bold */ +.pl-pdc { + color: #5f5a60 !important; + font-style: italic !important; +} +/* punctuation.definition.comment */ +.pl-pdc1 { + color: #cf6a4c !important; +} +/* punctuation.definition.constant */ +.pl-pde { + color: #cf6a4c !important; +} +/* punctuation.definition.entity */ +.pl-pdi { + color: #ab77ff !important; + font-style: italic !important; +} +/* punctuation.definition.italic */ +.pl-pds { + color: #84D0FF !important; +} +/* punctuation.definition.string */ +.pl-pdv { + color: #7587a6 !important; +} +/* punctuation.definition.variable */ +.pl-pse { + color: #cf6a4c !important; +} +/* punctuation.section.embedded */ +.pl-pse .pl-s2 { + color: #cf6a4c !important; +} +/* punctuation.section.embedded source */ +.pl-s { + color: #FFC32F !important; +} +/* storage */ +.pl-s1 { + color: #84D0FF !important; +} +/* string */ +.pl-s2 { + color: #ccc !important; +} +/* source */ +.pl-mp .pl-s3 { + color: #ab77ff !important; +} +/* support */ +.pl-s3 { + color: #dad085 !important; +} +/* support */ +.pl-sc { + color: #dad085 !important; +} +/* support.class */ +.pl-scp { + color: #cf6a4c !important; +} +/* support.constant.property-value */ +.pl-sf { + color: #dad085 !important; +} +/* support.function */ +.pl-smc { + color: #61ead9 !important; +} +/* storage.modifier.c */ +.pl-smi { + color: #61ead9 !important; +} +/* storage.modifier.import */ +.pl-smp { + color: #61ead9 !important; +} +/* storage.modifier.package */ +.pl-sok { + color: #ab77ff !important; +} +/* support.other.keyword */ +.pl-sol { + color: #84D0FF !important; +} +/* string.other.link */ +.pl-som { + color: #7587a6 !important; +} +/* support.other.module */ +.pl-sr { + color: #7587a6 !important; +} +/* string.regexp */ +.pl-sra { + color: #ab77ff !important; +} +/* string.regexp string.regexp.arbitrary-repetition */ +.pl-src { + color: #ab77ff !important; +} +/* string.regexp.character-class */ +.pl-sre { + color: #ab77ff !important; +} +/* string.regexp source.ruby.embedded */ +.pl-st { + color: #ab77ff !important; +} +/* support.type */ +.pl-stj { + color: #7587a6 !important; +} +/* storage.type.java */ +.pl-stp { + color: #9b859d !important; +} +/* support.type.property-name */ +.pl-sv { + color: #9b859d !important; +} +/* support.variable */ +.pl-v { + color: #9b859d !important; +} +/* variable */ +.pl-vi { + color: #cf6a4c !important; +} +/* variable.interpolation */ +.pl-vo { + color: #61ead9 !important; +} +/* variable.other */ +.pl-vpf { + color: #7587a6 !important; +} +/* variable.parameter.function */ +/* Diff - Example: https://gist.github.com/silverwind/904159f1e71e2e626375 */ +.pl-mi1 { + color: #55a532 !important; + background: #020 !important; +} +/* markup.inserted */ +.pl-mdht { + color: #55a532 !important; + background: #020 !important; +} +/* meta.diff.header.to-file */ +.pl-md { + color: #bd2c00 !important; + background: #200 !important; +} +/* markup.deleted */ +.pl-mdhf { + color: #bd2c00 !important; + background: #200 !important; +} +/* meta.diff.header.from-file */ +.pl-mdr { + color: #cf6a4c !important; + font-weight: normal !important; +} +/* meta.diff.range */ +.pl-mdh { + color: #7587a6 !important; + font-weight: normal !important; +} +/* meta.diff.header */ +.pl-mdi { + color: #7587a6 !important; + font-weight: normal !important; +} +/* meta.diff.index */ +/* TODO: Fix unstyled classes below */ +.pl-bu, + /* invalid.broken, invalid.deprecated, invalid.unimplemented, + message.error, brackethighlighter.unmatched, + sublimelinter.mark.error */ +.pl-ii, .pl-ii .pl-cce { + background-color: #df5000 !important; + color: #fff !important; +} +/* invalid.illegal */ +.pl-mo { + color: #969896 !important; +} +/* meta.output */ +.pl-mri { + color: #008080 !important; +} +/* markup.raw.inline */ +.pl-ms1 { + background-color: #f5f5f5 !important; +} +/* meta.separator */ +.pl-va { + color: #008080 !important; +} +/* variable.assignment */ +.pl-vpu { + color: #008080 !important; +} +/* variable.parameter.url */ +.pl-entl { + color: #61ead9 !important; +} +/* entity.name.tag.label */ +.pl-corl, .highlight .pl-corl span.x { + color: #FFC32F !important; + text-decoration: underline !important; +} +/* links */ +.pl-token.active, .pl-token:hover { + background: #61ead9 !important; + color: #61ead9 !important; +} +/*! CodeMirror: Twilight */ +/* based on https://github.com/codemirror/CodeMirror/blob/master/theme/twilight.css */ +.CodeMirror-gutters { + background: #24203c !important; + border-right: 1px solid #484848 !important; +} +.CodeMirror-guttermarker { + color: white !important; +} +.CodeMirror-guttermarker-subtle { + color: #aaa !important; +} +.CodeMirror-linenumber { + color: #aaa !important; +} +.CodeMirror-cursor { + border-left: 1px solid white !important; +} +.CodeMirror-activeline-background { + background: #27282e !important; +} +.CodeMirror-matchingbracket { + outline: 1px solid grey !important; + color: white !important; +} +.cm-keyword { + color: #FFC32F !important; +} +.cm-atom { + color: #fc0 !important; +} +.cm-number { + color: #ca7841 !important; +} +.cm-def { + color: #8da6ce !important; +} +.cm-variable-2, span.cm-tag { + color: #ba804b !important; +} +.cm-variable-3, span.cm-def { + color: #607392 !important; +} +.cm-operator { + color: #ab77ff !important; +} +.cm-comment { + color: #61ead9 !important; + font-style: italic !important; + font-weight: normal !important; +} +.cm-string { + color: #84D0FF !important; +} +.cm-string-2 { + color: #bd6b18 !important; +} +.cm-meta { + background-color: #1b1830 !important; + color: #f7f7f7 !important; +} +.cm-builtin { + color: #ab77ff !important; +} +.cm-tag { + color: #997643 !important; +} +.cm-attribute { + color: #d6bb6d !important; +} +.cm-header { + color: #F8932B !important; +} +.cm-hr { + color: #aeaeae !important; +} +.cm-link { + color: #49FF51 !important; + font-style: italic !important; + text-decoration: none !important; +} +.cm-error { + border-bottom: 1px solid red !important; +} +/*! Jupyter: Twilight */ +/* https://gist.github.com/dansimpson/803005 */ +#notebook div.output_stderr { + background: #420e09 !important; +} +#notebook .input_area:not(.highlight), body.api pre, +:is(#notebook, body.api) .highlight, :is(#notebook, body.api) .highlight pre, +:is(#notebook, body.api) .highlight table { + background: #1b1830 !important; + color: #ccc !important; +} +:is(#notebook, body.api) .highlight .hll, .highlight code .hll { + background-color: #ffc !important; +} +:is(#notebook, body.api) .highlight .err, .highlight code .err { + border: #b22518 !important; +} +/* Error */ +:is(#notebook, body.api) .highlight .c, .highlight code .c { + color: #5f5a60 !important; + font-style: italic !important; +} +/* Comment */ +:is(#notebook, body.api) .highlight .g, .highlight code .g { +} +/* Generic */ +:is(#notebook, body.api) .highlight .h, .highlight code .h { +} +/* Name */ +:is(#notebook, body.api) .highlight .k, .highlight code .k { + color: #ab77ff !important; +} +/* Keyword */ +:is(#notebook, body.api) .highlight .l, .highlight code .l { +} +/* Literal */ +:is(#notebook, body.api) .highlight .m, .highlight code .m { +} +/* Literal.Number */ +:is(#notebook, body.api) .highlight .n, .highlight code .n { +} +/* Name */ +:is(#notebook, body.api) .highlight .o, .highlight code .o { +} +/* Operator */ +:is(#notebook, body.api) .highlight .p, .highlight code .p { +} +/* Punctuation */ +:is(#notebook, body.api) .highlight .s, .highlight code .s { +} +/* Literal.String */ +:is(#notebook, body.api) .highlight .w, .highlight code .w { +} +/* Text.Whitespace */ +:is(#notebook, body.api) .highlight .x, .highlight code .x { +} +/* Other */ +:is(#notebook, body.api) .highlight .w, .highlight code .w { + color: #1b1830 !important; +} +/* Text.Whitespace */ +:is(#notebook, body.api) .highlight .cm, .highlight code .cm { + color: #5f5a60 !important; + font-style: italic !important; +} +/* Comment.Multiline */ +:is(#notebook, body.api) .highlight .cp, .highlight code .cp { + color: #5f5a60 !important; +} +/* Comment.Preproc */ +:is(#notebook, body.api) .highlight .c1, .highlight code .c1 { + color: #5f5a60 !important; + font-style: italic !important; +} +/* Comment.Single */ +:is(#notebook, body.api) .highlight .cs, .highlight code .cs { + color: #5f5a60 !important; + font-style: italic !important; +} +/* Comment.Special */ +:is(#notebook, body.api) .highlight .gd, .highlight code .gd { + background: #420e09 !important; +} +/* Generic.Deleted */ +:is(#notebook, body.api) .highlight .ge, .highlight code .ge { + font-style: italic !important; +} +/* Generic.Emph */ +:is(#notebook, body.api) .highlight .gr, .highlight code .gr { + background: #b22518 !important; +} +/* Generic.Error */ +:is(#notebook, body.api) .highlight .gh, .highlight code .gh { + color: #000080 !important; + font-weight: bold !important; +} +/* Generic.Heading */ +:is(#notebook, body.api) .highlight .gi, .highlight code .gi { + background: #253b22 !important; +} +/* Generic.Inserted */ +:is(#notebook, body.api) .highlight .go, .highlight code .go { +} +/* Generic.Output */ +:is(#notebook, body.api) .highlight .gp, .highlight code .gp { + font-weight: bold !important; +} +/* Generic.Prompt */ +:is(#notebook, body.api) .highlight .gs, .highlight code .gs { + font-weight: bold !important; +} +/* Generic.Strong */ +:is(#notebook, body.api) .highlight .gu, .highlight code .gu { + color: #800080 !important; + font-weight: bold !important; +} +/* Generic.Subheading */ +:is(#notebook, body.api) .highlight .gt, .highlight code .gt { +} +/* Generic.Traceback */ +:is(#notebook, body.api) .highlight .kc, .highlight code .kc { +} +/* Keyword.Constant */ +:is(#notebook, body.api) .highlight .kd, .highlight code .kd { + color: #e9df8f !important; +} +/* Keyword.Declaration */ +:is(#notebook, body.api) .highlight .kn, .highlight code .kn { +} +/* Keyword.Namespace */ +:is(#notebook, body.api) .highlight .kp, .highlight code .kp { + color: #9b703f !important; +} +/* Keyword.Pseudo */ +:is(#notebook, body.api) .highlight .kr, .highlight code .kr { +} +/* Keyword.Reserved */ +:is(#notebook, body.api) .highlight .kt, .highlight code .kt { +} +/* Keyword.Type */ +:is(#notebook, body.api) .highlight .na, .highlight code .na { + color: #FFC32F !important; +} +/* Name.Attribute */ +:is(#notebook, body.api) .highlight .nb, .highlight code .nb { + color: #ab77ff !important; +} +/* Name.Builtin */ +:is(#notebook, body.api) .highlight .nc, .highlight code .nc { + color: #9b859d !important; + font-weight: bold !important; +} +/* Name.Class */ +:is(#notebook, body.api) .highlight .no, .highlight code .no { + color: #9b859d !important; +} +/* Name.Constant */ +:is(#notebook, body.api) .highlight .nd, .highlight code .nd { + color: #7587a6 !important; +} +/* Name.Decorator */ +:is(#notebook, body.api) .highlight .ni, .highlight code .ni { + color: #cf6a4c !important; + font-weight: bold !important; +} +/* Name.Entity */ +:is(#notebook, body.api) .highlight .nf, .highlight code .nf { + color: #9b703f !important; + font-weight: bold !important; +} +/* Name.Function */ +:is(#notebook, body.api) .highlight .nn, .highlight code .nn { + color: #9b859d !important; + font-weight: bold !important; +} +/* Name.Namespace */ +:is(#notebook, body.api) .highlight .nt, .highlight code .nt { + color: #ab77ff !important; + font-weight: bold !important; +} +/* Name.Tag */ +:is(#notebook, body.api) .highlight .nv, .highlight code .nv { + color: #7587a6 !important; +} +/* Name.Variable */ +:is(#notebook, body.api) .highlight .ow, .highlight code .ow { + color: #a2f !important; + font-weight: bold !important; +} +/* Operator.Word */ +:is(#notebook, body.api) .highlight .mf, .highlight code .mf { + color: #cf6a4c !important; +} +/* Literal.Number.Float */ +:is(#notebook, body.api) .highlight .mh, .highlight code .mh { + color: #cf6a4c !important; +} +/* Literal.Number.Hex */ +:is(#notebook, body.api) .highlight .mi, .highlight code .mi { + color: #cf6a4c !important; +} +/* Literal.Number.Integer */ +:is(#notebook, body.api) .highlight .mo, .highlight code .mo { + color: #cf6a4c !important; +} +/* Literal.Number.Oct */ +:is(#notebook, body.api) .highlight .sb, .highlight code .sb { + color: #84D0FF !important; +} +/* Literal.String.Backtick */ +:is(#notebook, body.api) .highlight .sc, .highlight code .sc { + color: #84D0FF !important; +} +/* Literal.String.Char */ +:is(#notebook, body.api) .highlight .sd, .highlight code .sd { + color: #84D0FF !important; + font-style: italic !important; +} +/* Literal.String.Doc */ +:is(#notebook, body.api) .highlight .s2, .highlight code .s2 { + color: #84D0FF !important; +} +/* Literal.String.Double */ +:is(#notebook, body.api) .highlight .se, .highlight code .se { + color: #FFC32F !important; + font-weight: bold !important; +} +/* Literal.String.Escape */ +:is(#notebook, body.api) .highlight .sh, .highlight code .sh { + color: #84D0FF !important; +} +/* Literal.String.Heredoc */ +:is(#notebook, body.api) .highlight .si, .highlight code .si { + color: #daefa3 !important; + font-weight: bold !important; +} +/* Literal.String.Interpol */ +:is(#notebook, body.api) .highlight .sx, .highlight code .sx { + color: #84D0FF !important; +} +/* Literal.String.Other */ +:is(#notebook, body.api) .highlight .sr, .highlight code .sr { + color: #e9c062 !important; +} +/* Literal.String.Regex */ +:is(#notebook, body.api) .highlight .s1, .highlight code .s1 { + color: #84D0FF !important; +} +/* Literal.String.Single */ +:is(#notebook, body.api) .highlight .ss, .highlight code .ss { + color: #cf6a4c !important; +} +/* Literal.String.Symbol */ +:is(#notebook, body.api) .highlight .bp, .highlight code .bp { + color: #0aa !important; +} +/* Name.Builtin.Pseudo */ +:is(#notebook, body.api) .highlight .vc, .highlight code .vc { + color: #7587a6 !important; +} +/* Name.Variable.Class */ +:is(#notebook, body.api) .highlight .vg, .highlight code .vg { + color: #7587a6 !important; +} +/* Name.Variable.Global */ +:is(#notebook, body.api) .highlight .vi, .highlight code .vi { + color: #7587a6 !important; +} +/* Name.Variable.Instance */ +:is(#notebook, body.api) .highlight .il, .highlight code .il { + color: #099 !important; +} +/* Literal.Number.Integer.Long */ +/* usercss build - remove end */ +/* inline code - big blocks */ +.markdown-format pre, .markdown-body pre, .highlight pre, .markdown-body pre, +#facebox pre, .blob-expanded, .terminal, .copyable-terminal, +#notebook .input_area, .blob-code-context, .markdown-format code, .api pre, +.api li:not(a) code, .hook-delivery-details pre, .hook-delivery-container pre, +.code-list .file-box, .CodeMirror, .highlight.bg-gray { + background-color: var(--ghd-code-background, #1b1830) !important; + color: #b0b0b077 !important; +} +.flash p code { + background-color: inherit !important; +} +.blob-code, .blob-code-inner { + color: #b0b0b0 !important; +} +.social-count { + border-color: rgba(200, 200, 200, 0.15) !important; + } +} +@-moz-document regexp("^https?://www\.zuora\.com.*github\.com.*") { + /* Styles the payment form iframe */ + body, label, .popup { + background: transparent !important; + color: #b0b0b0EE !important; + } + input, select { + background: #201c37 !important; + color: #b0b0b0EE !important; + border-color: #363056 !important; + } + select { + background: #201c37 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAQAAAAua3X8AAAARklEQVR4AWNABWcazjQg8zGl/wNhA15piBL80gglmNKYSjClMZUgpDGVwKXxKBl4QNiRBLxJIKAIBzXhyCIc3YQTDMEkBwBplPJRxEMa4wAAAABJRU5ErkJggg==") no-repeat right 8px center !important; + background-size: 8px 10px !important; + } + input:focus, select:focus { + border-color: /*[[base-color]]*/ #f58d02 !important; + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 2px /*[[base-color]]*/ #f58d02 !important; + outline-color: /*[[base-color]]*/ #f58d02 !important; + } + .btn-submit { + background: linear-gradient(#407045, #305530) !important; + border-color: #083 !important; + } + .btn-submit:hover { + background: linear-gradient(#508055, #407045) !important; + } +} +@-moz-document domain("developer.github.com") { + table { + background-color: transparent; + } + .sidebar-module .arrow-btn { + background: url('data:image/svg+xml;utf8,') no-repeat 8px 10px; + } + .arrow-btn.collapsed:hover { + background: url('data:image/svg+xml;utf8,') no-repeat 8px 10px; + } + .arrow-btn.expanded { + background: url('data:image/svg+xml;utf8,') no-repeat 8px 10px; + } + .arrow-btn.expanded:hover { + background: url('data:image/svg+xml;utf8,') no-repeat 8px 10px; + } +} +@-moz-document domain("help.github.com") { + h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h4 a > strong code { + color: #b0b0b0EE; + } + h3 a { + color: /*[[base-color]]*/ #f58d02 !important; + } + .directory-toc h3 a { + color: #b0b0b0EE !important; + } + .nav-mobile-burgerIcon { + filter: invert(100%) hue-rotate(180deg) !important; + } + /* Using #fff over currentColor because GH relies on browser default #000 */ + .hljs { + color: #b0b0b077; + } + .extended-markdown p code { + background-color: #1e293c !important; + } + .octicon-mark-github { + color: currentcolor; + } + .sidebar { + background-color: #1c1c1c; + border-right: 1px solid #363056; + } + .sidebar-guide.active { + background: #3c2b3a; + } + .sidebar-topic .sidebar-article::before, + .sidebar-topic .sidebar-article.active::before { + border-left-color: /*[[base-color]]*/; + } + .sidebar-products svg:not([fill]) { + fill: #eee; + } + .sidebar-products a, .sidebar-products .arrow { + color: #eee; + } + .sidebar-guide > a, .sidebar-guide summary a, .sidebar-product > a, + .sidebar-product summary a { + color: #ccc; + } +} +@-moz-document domain("support.github.com") { + .input-block #query { + background: url('data:image/svg+xml;utf8,') no-repeat 6px; + } + #q { + background: url('data:image/svg+xml;utf8,') no-repeat 6px; + } +} +@-moz-document domain("resources.github.com") { + body .user-status-header, body, .btn-primary .Counter, .btn-purple .Counter, + .btn-blue .Counter, .btn-outline, .btn-outline:hover .Counter, + .btn-outline:active .Counter, .btn-outline.selected .Counter, + [open] > .btn-outline .Counter, .btn-outline:disabled, .btn-outline.disabled, + .social-count, .form-control, .form-select, .input-contrast:focus, + .form-group .form-control:focus, .btn-orange .Counter, .btn-outline-purple, + .btn-outline-purple:hover .Counter, .btn-outline-purple:active .Counter, + .btn-outline-purple.selected .Counter, [open] > .btn-outline-purple .Counter, + .btn-outline-purple:disabled, .btn-outline-purple.disabled, + .btn-outline-orange, .btn-outline-orange:hover .Counter, + .btn-outline-orange:active .Counter, .btn-outline-orange.selected .Counter, + [open] > .btn-outline-orange .Counter, .btn-outline-orange:disabled, + .btn-outline-orange.disabled, .btn-outline-green, + .btn-outline-green:hover .Counter, .btn-outline-green:active .Counter, + .btn-outline-green.selected .Counter, [open] > .btn-outline-green .Counter, + .btn-outline-green:disabled, .btn-outline-green.disabled, + .btn-transparent:hover, .btn-transparent:active, .Tile:hover, + .callout-permalink-big figcaption, .callout-event-big figcaption, + .page-responsive .HeaderMenu--logged-out { + background-color: #201c37; + } + .input-contrast, .form-group .form-control, .drag-and-drop { + background-color: #201c37; + } + .bg-gray-light, .bg-gray000 { + background-color: #201c37 !important; + } + .Tile, .permalink-hero.webcast .permalink-hero-bgShape, + .permalink-hero.video .permalink-hero-bgShape, + .permalink-hero.event .permalink-hero-bgShape::before, + .permalink-hero.customer.story .permalink-hero-bgShape, + .permalink-content code, .callout-permalink-stacked-image.webcast, + .callout-permalink-stacked-image.customer.story, + .callout-permalink-stacked-image.video, + .callout-permalink-stacked-image.event::before, + .callout-permalink-big-image.webcast, .callout-event-big-image.webcast, + .callout-permalink-big-image.event::before, + .callout-event-big-image.event::before, .callout-permalink-big-image.video, + .callout-permalink-big-image.customer.story { + background-color: #26223d; + } + .bg-gray, .bg-gray100 { + background-color: #26223d !important; + } + .btn, .btn:disabled, .btn.disabled, .btn-danger:disabled, .btn-danger.disabled { + background-color: #363056; + } + .btn:hover, .btn.hover { + background-color: #444; + } + .hidden-text-expander a, .ellipsis-expander { + background: #1b1830; + } + .hidden-text-expander a:hover, .ellipsis-expander:hover { + background-color: #484848; + } + .Header { + background-color: #201c37; + } + .underline-dashed { + background-image: linear-gradient(to right, #8e8e8e 50%, rgba(255, 255, 255, 0) 0%); + } + .bg-gray-dark { + background-color: #201c37 !important; + } + .drag-and-drop, .previewable-comment-form .comment { + border-color: #363056; + } + hr, .rule { + border-bottom-color: #363056; + } + .upload-enabled textarea { + border-bottom-color: #363056; + } + .form-control, .form-select { + border-color: #363056; + } + .border-gray-dark { + border-color: #363056 !important; + } + .data-table { + border-color: #363056; + } + .border { + border-color: #363056 !important; + } + .border-top, .border-y, .border-sm-top, .border-md-top, .border-lg-top { + border-top-color: #363056 !important; + } + .data-table td, .data-table th, .data-table tbody tr:last-child th, + .data-table tbody tr:last-child td { + border-bottom-color: #363056; + } + .border-bottom, .border-y, .border-sm-bottom, .border-md-bottom, + .border-lg-bottom { + border-bottom-color: #363056 !important; + } + .data-table td, .data-table th { + border-right-color: #363056; + } + .border-right, .border-sm-right, .border-md-right, .border-lg-right { + border-right-color: #363056 !important; + } + .data-table tbody th, .data-table tbody td { + border-bottom-color: #363056; + } + .page-responsive .HeaderMenu--logged-out .header-search-wrapper { + border-color: #363056; + } + .btn-transparent:hover, .btn-transparent:active { + border-color: #201c37; + } + .hidden-text-expander a, .ellipsis-expander, .page-responsive .HeaderMenu-link { + color: #b0b0b0CC; + } + .text-gray-light { + color: #8e8e8e !important; + } + p.explain .octicon, .Tile-date, .permalink-content .blockquote-credit { + color: #b0b0b075; + } + a, .btn-blue .Counter, .btn-outline, .btn-outline:hover .Counter, + .btn-outline:active .Counter, .btn-outline.selected .Counter, + [open] > .btn-outline .Counter, .social-count:hover, + .drag-and-drop-error-info a, .link-mktg:hover { + color: /*[[base-color]]*/ #f58d02; + } + .text-blue, .link-hover-blue:hover, .btn-outline-mktg:hover, + a:not(.btn-mktg):hover, a:hover .hover-link { + color: /*[[base-color]]*/ #f58d02 !important; + } + .btn .Counter, .form-checkbox .note, .hfields .form-group dt label, + .drag-and-drop, .drag-and-drop-error-info, h2.account, p.explain, .lead, + .pullquote, body, .permalink-content a:not(.btn) { + color: #b0b0b094; + } + .text-gray, .link-gray, .muted-link, + .page-responsive .HeaderMenu--logged-out .header-search-input::placeholder { + color: #b0b0b094 !important; + } + body, .btn, .social-count, .form-control, .form-select, p.explain strong, + .text-emphasized, h1, h2, h3, h4, h5, h6, .permalink-content pre code, + .permalink-content code, .intro, .callout-permalink-text-only-link h3, + .Header .header-search-input, .page-responsive .HeaderMenu-link:hover, + .page-responsive .HeaderMenu-details[open] .HeaderMenu-link { + color: #d2d2d2; + } + .link-gray-dark, body.status .text-gray-dark { + color: #d2d2d2 !important; + } + .btn-transparent:hover, .btn-transparent:active { + color: #b0b0b0EE; + } + .bg-blue-light { + background-color: #3b4060 !important; + } + .bg-blue-dark { + background-color: #3b4060 !important; + } + .border-blue-light { + border-color: #f58d0255 !important; + } + .link-mktg, .permalink-content blockquote, + .callout-permalink-text-only-link:hover h3 { + color: /*[[base-color]]*/ #f58d02; + } + .text-blue-mktg, .btn-outline-mktg, a:hover, a:hover .hover-link { + color: /*[[base-color]]*/ #f58d02 !important; + } + .btn-outline:hover, .btn-outline:active, .btn-outline.selected, + [open] > .btn-outline, .btn-mktg:hover { + background-color: /*[[base-color]]*/ #f58d02; + color: #fff; + } + .bg-blue { + background-color: /*[[base-color]]*/ #f58d02 !important; + color: #fff !important; + } + .btn-outline:hover, .btn-outline:active, .btn-outline.selected, + [open] > .btn-outline, .btn-outline:focus { + border-color: /*[[base-color]]*/ #f58d02; + } + .border-blue { + border-color: /*[[base-color]]*/ #f58d02 !important; + } + .form-control.focus, .form-control:focus, .form-select.focus, + .form-select:focus { + border-color: /*[[base-color]]*/ #f58d02; + } + .form-group dd h4.is-error, .form-group.required dt label::after, + .form-group.errored label, .status-indicator-failed .octicon-x, + .drag-and-drop .error { + color: #f44; + } + .text-red { + color: #f44 !important; + } + .form-group.errored .error { + color: #f44; + } + .bg-red { + background-color: #f44 !important; + } + .btn-danger:hover { + background-color: #911; + } + .form-group.errored .error { + background-color: #300; + } + .bg-red-light { + background-color: #300 !important; + } + .validated .form-control:invalid { + border-color: #b00; + } + .border-red { + border-color: #b00 !important; + } + .text-orange { + color: #f3582c !important; + } + .form-group dd h4.is-success, .form-group.successful .success, + .status-indicator-success .octicon-check, .btn-outline-green, + .btn-outline-green:hover .Counter, .btn-outline-green:active .Counter, + .btn-outline-green.selected .Counter, [open] > .btn-outline-green .Counter { + color: #6cc644; + } + .text-green { + color: #6cc644 !important; + } + .btn-primary, .btn-outline-green:hover, .btn-outline-green:active, + .btn-outline-green.selected, [open] > .btn-outline-green { + background-color: #6cc644; + } + .bg-green { + background-color: #6cc644 !important; + } + .bg-green-light { + background-color: #002800 !important; + } + .border-green { + border-color: #34d058 !important; + } + .text-pending { + color: #cb4 !important; + } + .form-warning, .form-group.warn .warning { + color: #EFA554; + } + .bg-yellow { + background-color: #cb4 !important; + } + .form-checkbox label em.highlight, .form-warning { + background: #1b1830; + } + .form-group.warn .warning { + background-color: #1b1830; + } + .form-group.warn .warning::after { + border-bottom-color: #321; + } + .form-warning { + border-color: #542; + } + .form-group.warn .warning { + border-color: #542; + } + .border-yellow { + border-color: #542 !important; + } + .form-group.warn .warning::before { + border-bottom-color: #542; + } + .bg-yellow-light { + background-color: #651 !important; + } + .btn-outline-purple, .btn-outline-purple:hover .Counter, + .btn-outline-purple:active .Counter, .btn-outline-purple.selected .Counter, + [open] > .btn-outline-purple .Counter { + color: #8368aa; + } + .text-purple { + color: #8368aa !important; + } + .btn-outline-purple:hover, .btn-outline-purple:active, + .btn-outline-purple.selected, [open] > .btn-outline-purple { + background-color: #8368aa; + } + .bg-purple { + background-color: #8368aa !important; + } + .bg-purple-light { + background-color: #213 !important; + } + .btn-outline-purple:hover, .btn-outline-purple:active, + .btn-outline-purple.selected, [open] > .btn-outline-purple, + .btn-outline-purple:focus { + border-color: #8368aa; + } + .border-purple { + border-color: #8368aa !important; + } + legend, .Bump-link--hover .Bump-link-symbol, .Header .header-search-input { + color: inherit; + } + .text-inherit { + color: inherit !important; + } + .upload-enabled.focused .form-control, .Header .header-search-wrapper, + .Header .header-search-wrapper.focus, .page-responsive .HeaderMenu--logged-out, + .page-responsive .HeaderMenu--logged-out .dropdown-menu { + box-shadow: none; + } + .box-shadow-none { + box-shadow: none !important; + } + .link-mktg, .permalink-content blockquote, + .callout-permalink-text-only-link:hover h3 { + color: /*[[base-color]]*/ #f58d02; + } + .text-blue-mktg, .btn-outline-mktg, a:hover, a:hover .hover-link { + color: /*[[base-color]]*/ #f58d02 !important; + } + .btn-outline-mktg { + box-shadow: 0 1px 0 0 rgba(79, 140, 201, .5); + box-shadow: 0 1px 0 0 rgba(/*[[base-color-rgb]]*/, .5); + } + .btn-outline-mktg:hover { + box-shadow: 0 1px 0 0 /*[[base-color]]*/ #f58d02; + } + .position-relative.bg-white { + background-color: #24203c !important; + } + h2[style*="background: white"] { + background: transparent !important; + } + img[src*="octocat-help.svg"] { + filter: invert(85%) hue-rotate(-180deg) brightness(125%) contrast(85%) !important; + } + #intro[style="background-color: #FAFBFC;"] { + background-color: #201c37 !important; + } + .permalink-hero.whitepaper .permalink-hero-bgShape::after { + border-color: #252525 !important; + } + .intercom-upfront-email-composer input::placeholder, + .intercom-upfront-email-composer textarea::placeholder { + color: #777 !important; + } + .intercom-composer-emoji-button-active svg path, + .intercom-composer-gif-button-active svg path, + .intercom-composer-send-button svg path { + fill: rgb(79, 140, 201); + fill: /*[[base-color]]*/; + } + .intercom-home-screen-conversation-card { + background-color: #111 !important; + color: #eee !important; + box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), + 0 1px 2px 0 rgba(0, 0, 0, .1), + inset 0 2px 0 0 rgba(79, 140, 201, .5); + box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), + 0 1px 2px 0 rgba(0, 0, 0, .1), + inset 0 2px 0 0 rgba(/*[[base-color-rgb]]*/, .5); + } + .intercom-conversation-summary-unread .intercom-conversation-summary-body-author, + .intercom-conversation-summary-unread .intercom-conversation-summary-content-text, + .intercom-conversation-summary-content-author-prefix { + color: #b0b0b0EE !important; + } + .new-message-button__secondary:not(.new-message-button-light), + .new-conversation-button__secondary:not(.new-conversation-button-light) { + background-color: #201c37; + color: rgb(79, 140, 201); + color: rgb(/*[[base-color-rgb]]*/); + border-color: rgb(79, 140, 201); + border-color: rgb(/*[[base-color-rgb]]*/); + } + .new-message-button__secondary:not(.new-message-button-light):hover, + .new-conversation-button__secondary:not(.new-conversation-button-light):hover { + color: rgb(79, 140, 201); + color: rgb(/*[[base-color-rgb]]*/); + border-color: rgb(79, 140, 201); + border-color: rgb(/*[[base-color-rgb]]*/); + filter: brightness(110%); + } + .new-message-button__secondary:not(.new-message-button-light) .intercom-new-message-icon path, + .new-conversation-button__secondary:not(.new-conversation-button-light) .intercom-new-conversation-icon path { + fill: rgb(79, 140, 201); + fill: rgb(/*[[base-color-rgb]]*/); + } + .new-message-button__secondary:not(.new-message-button-light):hover .intercom-new-message-icon path, + .new-conversation-button__secondary:not(.new-conversation-button-light):hover .intercom-new-conversation-icon path { + fill: rgb(79, 140, 201); + fill: rgb(/*[[base-color-rgb]]*/); + filter: brightness(110%); + } + .intercom-conversation-summary:hover { + background-color: #24203c; + } + .intercom-composer-popover { + background-color: #111; + } + .intercom-composer-popover-header, .intercom-upfront-email-composer input, + .intercom-conversation-summary:last-child::after { + border-bottom-color: #555 !important; + } + .intercom-composer-popover-caret { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + border-top: 8px solid #111; + } + .intercom-chat-card, .intercom-messenger-body, + .intercom-upfront-email-composer { + background-color: #201c37 !important; + } + .intercom-messenger-header { + background: rgb(79, 140, 201); + background: rgb(/*[[base-color-rgb]]*/); + background: linear-gradient(135deg, rgb(79, 140, 201) 0%, rgb(79, 140, 201, .5) 100%); + background: linear-gradient(135deg, rgb(/*[[base-color-rgb]]*/) 0%, rgba(/*[[base-color-rgb]]*/, .5) 100%); + color: #eee; + } + .intercom-comment-container-admin .intercom-comment:not(.intercom-comment-with-body), + .intercom-comment-container-other-user .intercom-comment:not(.intercom-comment-with-body) { + color: #eee; + background-color: #2c2847; + } + .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { + background-color: /*[[base-color]]*/ #f58d02; + } + .intercom-attribute-collector-card-body { + background-color: #1b1830; + color: #eee; + box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), + 0 1px 2px 0 rgba(0, 0, 0, .1), + inset 0 2px 0 0 rgba(79, 140, 201, .5); + box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), + 0 1px 2px 0 rgba(0, 0, 0, .1), + inset 0 2px 0 0 rgba(/*[[base-color-rgb]]*/, .5); + } + .intercom-composer pre, .intercom-composer textarea { + background-color: #111; + } + .intercom-composer textarea:focus { + background-color: #111; + } + .intercom-composer textarea { + color: #eee; + } + .intercom-composer { + border-top-color: #555; + } + .intercom-validating-input input { + border-color: #555; + color: #eee; + background: #201c37; + } + .intercom-phone-number-input { + background: #111; + } + .intercom-phone-number-input input, + .intercom-phone-number-input.intercom-phone-number-input-saved input, + .intercom-phone-number-input.intercom-phone-number-input-saving input { + border-color: #555; + } + .intercom-validating-input.intercom-validating-input-failed input, + .intercom-phone-number-input.intercom-phone-number-input-invalid { + background-color: #300; + color: #d22628; + border-color: #600; + } + .intercom-submittable-input-submit-button { + background-color: rgb(79, 140, 201); + background-color: rgb(/*[[base-color-rgb]]*/); + filter: brightness(85%); + } + .intercom-submittable-input-submit-button:hover:not(.intercom-submittable-input-submit-button-disabled):not(.intercom-submittable-input-submit-button-saving) { + background-color: rgb(79, 140, 201); + background-color: rgb(/*[[base-color-rgb]]*/); + filter: brightness(100%); + } + .intercom-validating-input.intercom-validating-input-saved input { + border-color: #555; + color: #aaa; + -webkit-text-fill-color: #777; + } + .intercom-messenger-card-textarea textarea:focus, + .intercom-validating-input input:focus { + background: #111; + } + .intercom-borderless .intercom-typing-admin .intercom-typing-admin-bubble::after, + .intercom-chat-card.intercom-chat-card-with-avatar::after, + .intercom-chat-snippet-card::after, + .intercom-comment-body-borderless.intercom-comment-body-admin-with-avatar .intercom-comment-body-block-group-text:last-child::after, + .intercom-comment-container-borderless-with-avatar .intercom-comment:not(.intercom-comment-with-body)::after, + [class*="intercom-"]::after { + border-color: transparent transparent #201c37; + } + .intercom-chat .intercom-block-paragraph, + .intercom-chat-card .intercom-block-paragraph, + .intercom-note .intercom-block-paragraph, + .intercom-note-card .intercom-block-paragraph, + .intercom-pointer .intercom-block-paragraph, + .intercom-post .intercom-block-paragraph, + .intercom-post-card .intercom-block-paragraph, + .intercom-messenger-card-text-header { + color: #b0b0b0EE; + } + .intercom-borderless-dismiss-button span, + .intercom-borderless-view-more-button span { + background-color: #b0b0b066; + color: #eee; + } + .intercom-borderless-dismiss-button span:hover, + .intercom-borderless-view-more-button span:hover { + background-color: #555; + } + .quick-reply-button, button[class*="intercom-"] { + border-color: /*[[base-color]]*/ #f58d02; + background-color: #24203c; + color: /*[[base-color]]*/ #f58d02; + } + .quick-reply-button:hover, button[class*="intercom-"]:hover { + background-color: /*[[base-color]]*/ #f58d02; + color: #eee; + } + button[class*="intercom-"] svg path { + fill: /*[[base-color]]*/ #f58d02; + } + button[class*="intercom-"]:hover svg path { + fill: #eee; + } + .intercom-launcher [class*="css-"] { + background: /*[[base-color]]*/ #f58d02; + } +} +@-moz-document regexp("^https?://github\.com/features/(security|actions)") { + img[src*="security-vulnerability.svg"], + img[src*="security-vulnerability-alert.svg"], img[src*="security-policy.svg"], + img[src*="security-workspace-bg.svg"], + img[src*="security-workspace-comment-1.svg"], + img[src*="security-workspace-comment-2.svg"], + img[src*="security-workspace-changes.svg"], + img[src*="security-workspace-merge.svg"], .section-security-alerts svg, + img[src*="security-dependabot.svg"], img.security-pr-merge, + .section-security-patches-graph, img[src*="security-token-scanning.svg"], + img[src*="security-lgtm-vulnerability.svg"], + img[src*="security-lgtm-alert.svg"], .actions-pr-checks { + filter: invert(90%) hue-rotate(-180deg) !important; + } + .section-security-alerts-graph svg, .section-security-patches-graph { + filter: none !important; + } + [style="background: #fff; box-shadow: 0 10px 50px 30px #fff;"] { + background: none !important; + box-shadow: none !important; + } + [stroke="#E1E4E8"] { + stroke: #484848; + } + [stroke="#B08800"] { + stroke: #652; + } + [fill="#FFFDEF"] { + fill: #321; + } + [fill="#6A737D"] { + fill: #444; + } + [fill="white"]:not([d*="M279.27"]) { + fill: #111; + } + [fill="black"] { + fill: #eee; + } + svg.security-hero, .actions-hero { + filter: brightness(200%) contrast(80%); + } + .section-actions-workflow-logs::before, .actions-pricing-private::before { + filter: brightness(60%); + } +} +@-moz-document regexp("^https?://github\.com/(features|security)") { + img[src*="img-"], img[src*="security"] { + filter: invert(90%) hue-rotate(-180deg) !important; + } + img[src*="img-share-achievements.png"] { + filter: invert(100%) hue-rotate(-85deg) !important; + } +} +@-moz-document domain("stylishthemes.github.io") { + * { + box-sizing: border-box; + } + body { + color: #e0e0e0; + background-color: #26223d; + background-clip: border-box; + background-origin: padding-box; + background-attachment: /*[[bg-attachment]]*/; + /*[[bg-options]]*/ + } + .markdown-body img { + background-color: #201c37; + background: none; + } + a { + color: /*[[base-color]]*/; + background-color: transparent; + } + .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, + .markdown-body h5, .markdown-body h6 { + border-bottom: 1px solid #444; + } + .border-gray-light, hr { + border-color: #444 !important; + } + .markdown-body table th, .markdown-body table td { + border: 1px solid #444; + } + .text-gray { + color: #aaa !important; + } + .markdown-body table tr { + background-color: #201c37; + border-top: 1px solid #444; + } + .markdown-body table tr:nth-child(2n) { + background-color: #26223d; + } + /* style 404 page e.g. http://stylishthemes.github.io/ */ + p { + color: #b0b0b0EE; + } + #suggestions a { + color: #9e9e9e; + } +} +@-moz-document domain("githubstatus.com") { + .illo-desktop-header { + filter: invert(90%) hue-rotate(-180deg) !important; + } + .status-day > .date::before { + background-color: #444 !important; + } + .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item.light { + opacity: .7; + } + .page-title .impact-minor::before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.89307 1.50072C8.70961 1.19027 8.37325 1 8.00632 1C7.63938 1 7.30302 1.19027 7.11956 1.50072L0.137601 13.4979C-0.0458669 13.8083 -0.0458669 14.1888 0.137601 14.4993C0.331261 14.8097 0.667618 15 1.02436 15H14.9883C15.3552 15 15.6916 14.8097 15.8648 14.4993C16.0381 14.1888 16.0483 13.8083 15.875 13.4979L8.89307 1.50072ZM9.02558 12.9971H6.98705V10.9943H9.02558V12.9971ZM9.02558 9.99285H6.98705V5.98712H9.02558V9.99285Z' fill='%23cb4'/%3E%3C/svg%3e"); + } + .page-title .impact-major::before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.89307 1.50072C8.70961 1.19027 8.37325 1 8.00632 1C7.63938 1 7.30302 1.19027 7.11956 1.50072L0.137601 13.4979C-0.0458669 13.8083 -0.0458669 14.1888 0.137601 14.4993C0.331261 14.8097 0.667618 15 1.02436 15H14.9883C15.3552 15 15.6916 14.8097 15.8648 14.4993C16.0381 14.1888 16.0483 13.8083 15.875 13.4979L8.89307 1.50072ZM9.02558 12.9971H6.98705V10.9943H9.02558V12.9971ZM9.02558 9.99285H6.98705V5.98712H9.02558V9.99285Z' fill='%23f3582c'/%3E%3C/svg%3e"); + } + .page-title .impact-critical::before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.89307 1.50072C8.70961 1.19027 8.37325 1 8.00632 1C7.63938 1 7.30302 1.19027 7.11956 1.50072L0.137601 13.4979C-0.0458669 13.8083 -0.0458669 14.1888 0.137601 14.4993C0.331261 14.8097 0.667618 15 1.02436 15H14.9883C15.3552 15 15.6916 14.8097 15.8648 14.4993C16.0381 14.1888 16.0483 13.8083 15.875 13.4979L8.89307 1.50072ZM9.02558 12.9971H6.98705V10.9943H9.02558V12.9971ZM9.02558 9.99285H6.98705V5.98712H9.02558V9.99285Z' fill='%23f44'/%3E%3C/svg%3e"); + } + .page-title .impact-maintenance::before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.48 7.27001C4.74 7.53001 5.76 8.60001 5.76 8.60001L6.32 8.02001L5.44 7.11001L7.13 5.31001C7.13 5.31001 6.37 4.57001 6.7 4.86001C7.02 3.67001 6.73 2.35001 5.83 1.42001C4.93 0.500006 3.66 0.200006 2.52 0.510006L4.45 2.51001L3.94 4.47001L2.05 4.99001L0.12 2.99001C-0.19 4.17001 0.1 5.48001 1 6.40001C1.94 7.38001 3.29 7.66001 4.48 7.27001ZM10.92 9.21001L8.59 11.51L12.43 15.49C12.74 15.82 13.16 15.98 13.57 15.98C13.98 15.98 14.39 15.82 14.71 15.49C15.34 14.84 15.34 13.79 14.71 13.14L10.92 9.21001ZM16 2.53L13.55 0L6.33 7.46L7.21 8.37L2.9 12.83L1.91 13.36L0.519998 15.63L0.869998 16L3.07 14.56L3.58 13.54L7.9 9.08L8.78 9.99L16 2.53Z' fill='rgb(/*[[base-color-rgb]]*/)'/%3E%3C/svg%3e"); + } + .page-footer > a:first-child::before { + background: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 3L7 4.5L3.25 8L7 11.5L5.5 13L0.5 8L5.5 3Z' fill='rgb(/*[[base-color-rgb]]*/)'/%3E%3C/svg%3e") no-repeat center center !important; + } + .incident-container .incident-title::before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99999 2.3C10.14 2.3 12.7 4.86 12.7 8C12.7 11.14 10.14 13.7 6.99999 13.7C3.85999 13.7 1.29999 11.14 1.29999 8C1.29999 4.86 3.85999 2.3 6.99999 2.3ZM7 1C3.14 1 0 4.14 0 8C0 11.86 3.14 15 7 15C10.86 15 14 11.86 14 8C14 4.14 10.86 1 7 1ZM8 4H6V9H8V4ZM8 10H6V12H8V10Z' fill='%23bebebe'/%3E%3C/svg%3e"); + } + .select-input__control[class*="css-"] { + background-color: #201c37; + border-color: #333; + } + .select-input__single-value[class*="css-"] { + color: #b0b0b0EE; + } + body.status div[class*="css-"] { + background-color: #201c37; + } + .layout-content.status.status-full-history .history-nav a.current.border-color { + margin-top: 1px; + border-bottom: 1px solid transparent !important; + } + .layout-content.status.status-full-history .history-nav a.button.border-color:not(.current) { + border-bottom: 1px solid #333 !important; + margin-top: 1px; + } + .select-input__option:not(.select-input__option--is-selected):hover { + background-color: #2c2847; + color: #eee; + } + .select-input__option--is-selected[class*="css-"] { + background-color: #3b4060 !important; + } + svg [fill="#EAEAEA"] { + fill: #555; + } +} +@-moz-document url-prefix("https?://github.com/personal") { + .bg-blue-4, .illflow-blue .selected { + background: #3b4060 !important; + } +} +@-moz-document domain("education.github.com") { + div[style*="background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));"] { + background: linear-gradient(transparent, #201c37) !important; + } + img[alt="GitHub Education"][src*="wordmark"] { + filter: invert(90%) hue-rotate(180deg) contrast(120%) !important; + mix-blend-mode: exclusion; + } + .shaded-background { + background: transparent; + } +} +@-moz-document regexp("^https?://(education|lab)\.github\.com") { + .btn-blue { + background-image: linear-gradient(-180deg, rgba(/*[[base-color-rgb]]*/, 1), rgba(/*[[base-color-rgb]]*/, .9) 90%) !important; + } + .btn-blue.hover, .btn.btn-blue:hover { + background-image: linear-gradient(-180deg, rgba(/*[[base-color-rgb]]*/, .9), rgba(/*[[base-color-rgb]]*/, .8) 90%) !important; + border-color: rgba(/*[[base-color-rgb]]*/, .3) !important; + } +} +@-moz-document domain("lab.github.com") { + div[style="background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));"], + div[style="background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));"] { + background: transparent !important; + } + .tabnav-tab[aria-current="page"] { + border-color: transparent; + border-bottom: 1px solid #444; + background-color: #24203c; + } + .tabnav-tab { + border: 1px solid transparent; + } + img[src*="org-page.png"], img[src*="learning-path-ui.png"], + img[src*="private-course-ui.png"], img[src*="course-admin-ui.png"] { + filter: invert(1) hue-rotate(180deg) contrast(95%); + } +} +@-moz-document regexp("^https?://(render)\.githubusercontent\.com\/render\/math") { + svg { + background: #24203c; + } + svg #surface1 g[style*="fill"] { + fill: #eee !important; + } +} +@-moz-document domain("camo.githubusercontent.com") { + svg { + background: #24203c; + } +} +@-moz-document domain("vscode-auth.github.com") { + .footer { + background: #26223d; + } + #token { + background: #3b4060; + border-color: #363056; + } + .token-did-copy { + background: #201c37; + } + .failed { + border-color: #363056; + } +} diff --git a/themes/ishtar_dark.user.css b/themes/ishtar_dark.user.css index 050e269..2fbf4a6 100644 --- a/themes/ishtar_dark.user.css +++ b/themes/ishtar_dark.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Ishtar Dark @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/ishtar_light.user.css b/themes/ishtar_light.user.css index 4db5865..0afe9b5 100644 --- a/themes/ishtar_light.user.css +++ b/themes/ishtar_light.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Ishtar Light @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/jabami_yumeko.user.css b/themes/jabami_yumeko.user.css index 57f0e6c..b5cefdf 100644 --- a/themes/jabami_yumeko.user.css +++ b/themes/jabami_yumeko.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Jabami Yumeko @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/jahy.user.css b/themes/jahy.user.css index 113318e..2f827f6 100644 --- a/themes/jahy.user.css +++ b/themes/jahy.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Jahy @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/kanna.user.css b/themes/kanna.user.css index a722cac..973e889 100644 --- a/themes/kanna.user.css +++ b/themes/kanna.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Kanna @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/katsuragi_misato.user.css b/themes/katsuragi_misato.user.css index 204b7f9..f5a71cc 100644 --- a/themes/katsuragi_misato.user.css +++ b/themes/katsuragi_misato.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Katsuragi Misato @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/kirino.user.css b/themes/kirino.user.css index 51aef30..107b9cd 100644 --- a/themes/kirino.user.css +++ b/themes/kirino.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Kirino @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/konata.user.css b/themes/konata.user.css index a3215fe..647d527 100644 --- a/themes/konata.user.css +++ b/themes/konata.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Konata @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/mai_dark.user.css b/themes/mai_dark.user.css index 6c1000d..7e1c716 100644 --- a/themes/mai_dark.user.css +++ b/themes/mai_dark.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Mai Dark @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/mai_light.user.css b/themes/mai_light.user.css index 06f3ab0..890d689 100644 --- a/themes/mai_light.user.css +++ b/themes/mai_light.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Mai Light @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/maika.user.css b/themes/maika.user.css index 8a45ccd..4006d9a 100644 --- a/themes/maika.user.css +++ b/themes/maika.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Maika @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/makise_kurisu.user.css b/themes/makise_kurisu.user.css index 69849c5..36c06fd 100644 --- a/themes/makise_kurisu.user.css +++ b/themes/makise_kurisu.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Makise Kurisu @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/maple_dark.user.css b/themes/maple_dark.user.css index c9b8ad6..a1810ce 100644 --- a/themes/maple_dark.user.css +++ b/themes/maple_dark.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Maple Dark @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/maple_light.user.css b/themes/maple_light.user.css index 8ace237..59f8251 100644 --- a/themes/maple_light.user.css +++ b/themes/maple_light.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Maple Light @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/megumin.user.css b/themes/megumin.user.css index fd50714..a201cc4 100644 --- a/themes/megumin.user.css +++ b/themes/megumin.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Megumin @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/miia.user.css b/themes/miia.user.css index e996b30..f2baf87 100644 --- a/themes/miia.user.css +++ b/themes/miia.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Miia @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/mioda_ibuki_dark.user.css b/themes/mioda_ibuki_dark.user.css index ed00770..9116bce 100644 --- a/themes/mioda_ibuki_dark.user.css +++ b/themes/mioda_ibuki_dark.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Mioda Ibuki Dark @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/mioda_ibuki_light.user.css b/themes/mioda_ibuki_light.user.css index b027590..a479373 100644 --- a/themes/mioda_ibuki_light.user.css +++ b/themes/mioda_ibuki_light.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Mioda Ibuki Light @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/misaka_mikoto.user.css b/themes/misaka_mikoto.user.css index ec094a0..2a2a0e5 100644 --- a/themes/misaka_mikoto.user.css +++ b/themes/misaka_mikoto.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Misaka Mikoto @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/monika_dark.user.css b/themes/monika_dark.user.css index 1499148..09d7cb9 100644 --- a/themes/monika_dark.user.css +++ b/themes/monika_dark.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Monika Dark @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/monika_light.user.css b/themes/monika_light.user.css index 23fd99a..f000139 100644 --- a/themes/monika_light.user.css +++ b/themes/monika_light.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Monika Light @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/nadeshiko.user.css b/themes/nadeshiko.user.css index d49046a..762f9c1 100644 --- a/themes/nadeshiko.user.css +++ b/themes/nadeshiko.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Nadeshiko @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/nakano_miku.user.css b/themes/nakano_miku.user.css index 7663a38..f3c9823 100644 --- a/themes/nakano_miku.user.css +++ b/themes/nakano_miku.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Nakano Miku @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/nakano_nino.user.css b/themes/nakano_nino.user.css index 54c4cc5..ca24cf3 100644 --- a/themes/nakano_nino.user.css +++ b/themes/nakano_nino.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Nakano Nino @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github @@ -25,36 +25,36 @@ border-bottom-color: #232024; } .Popover-message::after { - border-bottom-color: #1f1b20; + border-bottom-color: #1c191d; } .alert { background: #2d2330; border-color: #d4557555; } .CircleBadge, .page-profile .user-status-container { - background: #1f1b20; + background: #1c191d; } body[class="page-responsive"] .list-options .list-item > .octicon { - color: #1f1b20; + color: #1c191d; } /* Doki addons */ :root { - --color-previewable-comment-form-bg: #1f1b20 !important; - --color-avatar-bg: #1f1b20 !important; + --color-previewable-comment-form-bg: #1c191d !important; + --color-avatar-bg: #1c191d !important; --color-fg-default: #bbbbbb !important; --color-fg-muted: #bbbbbbAA !important; - --color-auto-gray-3: #1f1b20 !important; - --color-auto-gray-1: #1f1b20 !important; + --color-auto-gray-3: #1c191d !important; + --color-auto-gray-1: #1c191d !important; --color-avatar-border: #00000000 !important; - --color-bg-canvas: #1c181e !important; - --color-canvas-inset: #1c181e !important; - --color-canvas-inset: #1c181e !important; + --color-bg-canvas: #1a161c !important; + --color-canvas-inset: #1a161c !important; + --color-canvas-inset: #1a161c !important; --color-canvas-overlay: #221c23 !important; - --color-bg-primary: #1c181e !important; + --color-bg-primary: #1a161c !important; --color-calendar-graph-day-bg: #232024 !important; --color-workflow-card-bg: #232024 !important; - --color-bg-tertiary: #1f1b20 !important; + --color-bg-tertiary: #1c191d !important; --color-bg-secondary: #272328 !important; --color-user-mention-bg: #35637C !important; --color-user-mention-fg: #fbfbfb !important; @@ -69,11 +69,11 @@ --color-accent-fg: #fc9ee6 !important; --color-shadow-large: 0 8px 24px #d4557522 !important; --color-alert-warn-bg: #24201f !important; - --color-alert-info-bg: #221c22 !important; - --color-page-header-bg: #1c181e !important; - --color-canvas-default: #221c22 !important; - --color-checks-bg: #221c22 !important; - --color-checks-header-border: #221c22 !important; + --color-alert-info-bg: #1f1a1f !important; + --color-page-header-bg: #1a161c !important; + --color-canvas-default: #1f1a1f !important; + --color-checks-bg: #1f1a1f !important; + --color-checks-header-border: #1f1a1f !important; --color-alert-error-bg: #ff000022 !important; --color-calendar-graph-day-L1-bg: #d4557577 !important; --color-calendar-graph-day-L2-bg: #d45575CC !important; @@ -118,7 +118,7 @@ input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { - -webkit-box-shadow: 0 0 0 30px #1f1b20 inset !important; + -webkit-box-shadow: 0 0 0 30px #1c191d inset !important; -webkit-text-fill-color: #d45575 !important; } @@ -202,7 +202,7 @@ } /* source #0: "#f5f5f5","#fff" */ .shade-gradient { - background-image: linear-gradient(180deg, #232024, #1f1b20; background-image: none); + background-image: linear-gradient(180deg, #232024, #1c191d; background-image: none); } /* source #0: "color: #333" */ .text-emphasized { @@ -231,7 +231,7 @@ /* source #0: "#f5f5f5" */ .Box-row--focus-gray.navigation-focus, .Box-row.navigation-focus.sortable-ghost { - background-color: #221c22; + background-color: #1f1a1f; } /* source #0: "color: #333" */ @media (min-width: 768px) { @@ -245,7 +245,7 @@ } /* source #0: "#fff" */ .btn-primary .counter { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #0: "none" */ @@ -265,8 +265,8 @@ /* source #0: "#efefef", "#efefef" */ .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger:disabled, .btn-danger:disabled:hover { - background-color: #1c181e; - background-image: linear-gradient(#fefefe, #1c181e); + background-color: #1a161c; + background-image: linear-gradient(#fefefe, #1a161c); } /* source #0: "#fff", "none", "#e5e5e5" */ .btn-outline { @@ -282,14 +282,14 @@ .btn-outline.zeroclipboard-is-active .counter, .btn-outline.zeroclipboard-is-hover .counter, .btn-outline:active .counter, .btn-outline:hover .counter { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #0: "color: #767676", "#fff", "none", "#e5e5e5" */ .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline:disabled, .btn-outline:disabled:hover { color: #767676; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -312,7 +312,7 @@ } /* source #0: "#fff" */ .form-select { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) right 8px center no-repeat #1f1b20; + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) right 8px center no-repeat #1c191d; } /* source #0: "color: #767676" */ .drag-and-drop, .drag-and-drop-error-info, .note { @@ -347,7 +347,7 @@ /* source #0: "color: #333", "#fff", "#ddd" */ .tabnav-tab.selected { color: #bbbbbbEE; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -373,9 +373,9 @@ } /* source #0: "#fff", "#fff" */ .avatar-stack .avatar { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #0: "transparent" */ .avatar-stack .avatar:only-child { @@ -401,7 +401,7 @@ } /* source #0: "#f8f8f8" */ .markdown-body table tr:nth-child(2n) { - background-color: #1c181e; + background-color: #1a161c; } /* source #0: "color: #333" */ .markdown-body span.frame span span { @@ -409,7 +409,7 @@ } /* source #0: "#f8f8f8" */ .markdown-body .csv-data th { - background: #1c181e; + background: #1a161c; } /* source #0: "color: #767676", "#e5e5e5" */ .pullquote { @@ -417,7 +417,7 @@ } /* source #0: "#fff" */ .card { - background-color: #1f1b20; + background-color: #1c191d; } /* source #0: "transparent", "transparent" */ .jumbotron-shadow::after { @@ -468,7 +468,7 @@ } /* source #0: "#f5f5f5" */ .bg-gray-light { - background: #221c22 !important; + background: #1f1a1f !important; } /* source #0: "color: #3c4146 !important" */ .text-black { @@ -516,23 +516,23 @@ /* source #0: "#fff", "none", "#e5e5e5" */ [class*="btn-outline"].disabled, [class*="btn-outline"].disabled:hover, [class*="btn-outline"]:disabled, [class*="btn-outline"]:disabled:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } /* source #0: "#fff" */ .btn-outline-white { - border-color: #1f1b20; + border-color: #1c191d; } /* source #0: "#fff", "#fff" */ .btn-outline-white:active, .btn-outline-white:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; - border-color: #1f1b20; + border-color: #1c191d; } /* source #0: "#fff", "#e5e5e5" */ .card { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #0: "#f5f5f5", "#e5e5e5" */ @@ -540,7 +540,7 @@ border-color: #232024; } .highlight { - background-color: #221c22; + background-color: #1f1a1f; } /* source #0: "transparent" */ .highlight pre code { @@ -607,15 +607,15 @@ } /* source #0: "#fff","transparent" */ .site-header-nav .dropdown-button .dropdown-caret { - border-color: #1f1b20 transparent transparent; + border-color: #1c191d transparent transparent; } /* source #0: "#fff" */ .site-header-nav .dropdown-button .enterprise-mode .dropdown-caret { - border-top-color: #1f1b20; + border-top-color: #1c191d; } /* source #0: "#fff", "rgba(27,31,35,.15)" */ .site-header-nav .dropdown-menu { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: rgba(200, 200, 200, 0.1); } @@ -625,7 +625,7 @@ } /* source #0: "transparent", "#fff" */ .site-header-nav .dropdown-menu::after { - border-color: transparent transparent #1f1b20; + border-color: transparent transparent #1c191d; } /* source #0: "color: #4183c4" */ .site-header-nav .dropdown-menu a { @@ -673,7 +673,7 @@ } /* source #0: "#fff", "#ddd" */ .homepage-jumbotron, .libraries-jumbotron { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } .libraries-jumbotron { @@ -688,12 +688,12 @@ border-color: #232024; } .sidebar-menu { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #0: "#fafafb" */ .sidebar-module.notice { - background: #1f1b20; + background: #1c191d; } /* source #0: "#eee" */ .sidebar-module ul li:last-child ul li:first-child { @@ -714,7 +714,7 @@ } /* source #0: "#fdfdfd" */ .headlines li:hover { - background-color: #1f1b20; + background-color: #1c191d; } /* source #0: "color: #555" */ .sidebar-module h3 a { @@ -723,13 +723,13 @@ /* source #0: "color: #327fc7", "#fdfdfd" */ .sidebar-module h3 a:hover { color: /*[[base-color]]*/ #d45575; - background-color: #1f1b20; + background-color: #1c191d; } /* source #0: "#eee", "color: #bbbbbb66", "#f9f9f9" */ .sidebar-module ul ul li { border-bottom-color: #232024; color: #bbbbbb94; - background-color: #1f1b20; + background-color: #1c191d; } /* source #0: "color: #333", "#f4f4f4" */ .js-current .standalone a, .sidebar-module .disable > a { @@ -819,7 +819,7 @@ .content dl code, .content h2 code, .content h3 code, .content h4 code, .content ol code, .content p > tt, .content table code, .content ul code, p code { - background-color: #1f1b20; + background-color: #1c191d; } /* source #0: "color: #333" */ #markdown-toc li a { @@ -835,7 +835,7 @@ } /* source #0: "#fff" */ .content table tr { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #0: "#ddd" */ @@ -844,7 +844,7 @@ } /* source #0: "#fafafb" */ pre { - background-color: #1f1b20; + background-color: #1c191d; } /* source #0: "#f4f4f4" */ .highlight-headers { @@ -869,7 +869,7 @@ } /* source #0: "#fff", "#e5e5e5" */ .pagination > span, .pagination a, .pagination em { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -938,11 +938,11 @@ } /* source #1: "#f6f8fa" */ .gistsearch-aside .filter-list li span.bar { - background: #221c22; + background: #1f1a1f; } /* source #1: "#fff", "#d1d5da" */ .gist-quicksearch-results { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -953,12 +953,12 @@ /* source #1: "color: #6a737d", "#f6f8fa", "#d1d5da" */ .gist-quicksearch-results .gist-quicksearch-result-header { color: #bbbbbb94; - background: #221c22; + background: #1f1a1f; border-right-color: #232024; } /* source #1: "#f6f8fa" */ .gist-quicksearch-results .select-menu-item { - border-bottom-color: #1c181e; + border-bottom-color: #1a161c; } /* source #1: "color: rgba(27,31,35,.3)" */ .gist-quicksearch-results .select-menu-item .octicon-gist { @@ -979,8 +979,8 @@ } /* source #1: "#fff", "#fff" */ .gist-banner { - background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 30%, #1f1b20; background-image: none), linear-gradient(70deg, #e0f1ff 32%, #fffae3); - border-bottom-color: #1f1b20; + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 30%, #1c191d; background-image: none), linear-gradient(70deg, #e0f1ff 32%, #fffae3); + border-bottom-color: #1c191d; } /* source #1: "color: #444d56" */ .keyboard-mappings { @@ -1047,7 +1047,7 @@ /* source #2: "#fff" */ .ghh-issue-body a[href^="https://saucelabs.com/"] img,.ghh-readme a[href^="https://saucelabs.com/"] img { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #2: "#eaecef" */ @@ -1057,13 +1057,13 @@ } /* source #2: "#fff" */ .ghh-theme-github .ghh-issue-body tr, .ghh-theme-github .ghh-readme tr { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #2: "#f6f8fa" */ .ghh-theme-github .ghh-issue-body tr:nth-child(2n), .ghh-theme-github .ghh-readme tr:nth-child(2n) { - background-color: #221c22; + background-color: #1f1a1f; } /* source #2: "#dfe2e5" */ .ghh-theme-github .ghh-issue-body td, .ghh-theme-github .ghh-issue-body th, @@ -1124,7 +1124,7 @@ } /* source #2: "#fff" */ .ghh-avatar { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #2: "#dbab09" */ @@ -1137,7 +1137,7 @@ } /* source #2: "#fff" */ .ghh-overlay form { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #2: "#eee" */ @@ -1146,7 +1146,7 @@ } /* source #2: "#fff", "#d1d5da", "color: #586069" */ .ghh-theme-github .tooltipster-box .tooltipster-content { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; color: #bbbbbbCC; @@ -1157,7 +1157,7 @@ } /* source #2: "#fff" */ .ghh-theme-github .tooltipster-right .tooltipster-arrow-background { - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #2: "#d1d5da" */ .ghh-theme-github .tooltipster-right .tooltipster-arrow-border { @@ -1165,7 +1165,7 @@ } /* source #2: "#fff" */ .ghh-theme-github .tooltipster-left .tooltipster-arrow-background { - border-left-color: #1f1b20; + border-left-color: #1c191d; } /* source #2: "#d1d5da" */ .ghh-theme-github .tooltipster-left .tooltipster-arrow-border { @@ -1173,7 +1173,7 @@ } /* source #2: "#fff" */ .ghh-theme-github .tooltipster-top .tooltipster-arrow-background { - border-top-color: #1f1b20; + border-top-color: #1c191d; } /* source #2: "#d1d5da" */ .ghh-theme-github .tooltipster-top .tooltipster-arrow-border { @@ -1181,7 +1181,7 @@ } /* source #2: "#fff" */ .ghh-theme-github .tooltipster-bottom .tooltipster-arrow-background { - border-bottom-color: #1f1b20; + border-bottom-color: #1c191d; } /* source #2: "#d1d5da" */ .ghh-theme-github .tooltipster-bottom .tooltipster-arrow-border { @@ -1214,7 +1214,7 @@ /* source #2: "#e1e4e8", "#fff" */ .ghh-theme-github .ghh .ghh-state-verified { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #2: "color: #cb2431 !important" */ @@ -1264,7 +1264,7 @@ } /* source #3: "#fff" */ .zh-app--board-visible .zh-app--is-fullscreen { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #24292e" */ @@ -1278,8 +1278,8 @@ /* source #3: "#fff", "#fff" */ .zh-issue-event-item-icon .zh-icon-issue-added, .zh-issue-event-item-icon .zh-icon-issue-removed { - border-color: #1f1b20; - background-color: #1f1b20; + border-color: #1c191d; + background-color: #1c191d; background-image: none; } /* source #3: "color: #000" */ @@ -1313,7 +1313,7 @@ } /* source #3: "#f5f5f5" */ .zh-connect-repository-container { - background-color: #221c22; + background-color: #1f1a1f; } /* source #3: "color: #333", "text-shadow: 0 1px 0 #fff" */ .zh-connect-repository-container a { @@ -1322,7 +1322,7 @@ } /* source #3: "#fff" */ .zh-toggle-button { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#f4f5f5" */ @@ -1335,7 +1335,7 @@ } /* source #3: "#f5f5f5", "#e5e5e5" */ .zh-pipeline { - background-color: #221c22; + background-color: #1f1a1f; border-color: #232024; } /* source #3: "#f4f5f5", "#e5e5e5" */ @@ -1357,7 +1357,7 @@ } /* source #3: "#f5f5f5" */ .zh-pipeline-issues::-webkit-scrollbar-track { - background: #221c22; + background: #1f1a1f; } /* source #3: "#ddd" */ .zh-pipeline-issues::-webkit-scrollbar-thumb { @@ -1366,7 +1366,7 @@ /* source #3: "#e5e5e5", "#fff" */ .zh-pipeline-issue-content { border-color: #232024; - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "color: #4183c4 !important" */ @@ -1376,11 +1376,11 @@ } /* source #3: "#efefef" */ .zh-issue-placeholder, .zh-pipeline-placeholder { - background: #1c181e; + background: #1a161c; } /* source #3: "#fff" */ .zh-overlay { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #000" */ @@ -1389,7 +1389,7 @@ } /* source #3: "#fff" */ .new-pipeline-column { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#eee", "color: #333" */ @@ -1399,7 +1399,7 @@ } /* source #3: "#fff", "none" */ .zh-board-menu-item .btn.disabled, .zh-board-menu-item .btn.disabled:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e5e5e5" */ @@ -1412,7 +1412,7 @@ } /* source #3: "transparent","#fff" */ .zh-pipeline-expanded .zh-issue-meta { - background-image: linear-gradient(to right, transparent 90%, #1f1b20; background-image: none 99%); + background-image: linear-gradient(to right, transparent 90%, #1c191d; background-image: none 99%); } /* source #3: "#eee" */ .zh-epic-filter-container .btn { @@ -1420,16 +1420,16 @@ } /* source #3: "#f5f5f5" */ .search-query { - background-color: #221c22; + background-color: #1f1a1f; } /* source #3: "#fff" */ .search-query:focus { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#fff", "#ddd" */ .zh-board-loading-message, .zh-overlay-loading-board { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } .zh-board-loading-message { @@ -1442,12 +1442,12 @@ /* source #3: "#e5e5e5", "#f8f8f8" */ .zh-milestone-dates { border-color: #232024; - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "#ddd", "#fff" */ .zh-milestone-dates .milestone-start-calendar-container { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e5e5e5", "#e5e5e5" */ @@ -1503,14 +1503,14 @@ /* source #3: "#fff", "#e9e9e9", "box-shadow: none" */ .zh-repo-switcher .zh-repo-switcher-btn.selected, .zh-repo-switcher .zh-repo-switcher-btn:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; box-shadow: none; } /* source #3: "#fff" */ .zh-timeline-comment { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #586069", "#ddd","#eee" */ @@ -1526,7 +1526,7 @@ .zh-dependency-manager-container.TimelineItem .zhc-dependency, .zh-epic-issue-container.TimelineItem .zhc-epic-issue-list, .zh-epic-issue-container.TimelineItem .zhc-epic-list { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e6ebf1" */ @@ -1544,22 +1544,22 @@ /* source #3: "#e9e9e9", "#fff" */ .zh-collapse-control:hover, .zh-collapse-control__main-icon { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e5e5e5", "#fff" */ .zh-issuecard-container { border-color: #232024; - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#efefef" */ .zh-issuecard-placeholder { - background: #1c181e; + background: #1a161c; } /* source #3: "#fff" */ .zh-pipeline-action, .zh-pipeline-issue-action { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#eee" */ @@ -1584,28 +1584,28 @@ } /* source #3: "#fff" */ .zh-mergetool-pipelines-dialog { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f5f5f5", "color: #333" */ .zh-mergetool-pipelines-dialog .zh-mergetool-info { - background-color: #221c22; + background-color: #1f1a1f; color: #bbbbbbEE; } /* source #3: "#fff", "color: #333" */ .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; color: #bbbbbbEE; } /* source #3: "#f5f5f5" */ .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline-target { - background-color: #221c22; + background-color: #1f1a1f; } /* source #3: "#fff" */ .zh-mergetool-pipelines-dialog .zh-miniboard-source-pipeline-placeholder, .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline-target.zh-miniboard-new-pipeline { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "none" */ @@ -1616,7 +1616,7 @@ .btn.zh-multi-repo-show-all-btn:hover, .btn.zh-multi-repo-show-one-btn:hover, .zh-onboarding-highlighted, .zh-select-menu-modal-body .zh-select-menu-modal, .zhe .zh-onboarding-highlighted { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #000" */ @@ -1625,7 +1625,7 @@ } /* source #3: "#fff", "color: #bbbbbb66" */ .zh-onboarding-modal { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; color: #bbbbbb94; } @@ -1682,17 +1682,17 @@ } /* source #3: "#f5f5f5" */ .zh-select-menu-footer { - background-color: #221c22; + background-color: #1f1a1f; } /* source #3: "color: #bbbbbb66", "#fff" */ .zh-select-menu-modal { color: #bbbbbb94; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f8f8f8" */ .zh-select-menu-filters { - background: #1c181e; + background: #1a161c; } /* source #3: "#ddd" */ .zh-select-menu-text-filter { @@ -1704,7 +1704,7 @@ } /* source #3: "#fff" */ .zh-reload-update-prompt-container { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "color: #586069" */ @@ -1717,7 +1717,7 @@ } /* source #3: "#fff" */ .zh-progress-bar__completed { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "transparent" */ @@ -1731,7 +1731,7 @@ } /* source #3: "#fff" */ .zh-epic-creator-page-visible .zh-epic-creator-container--fullscreen { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "color: #333" */ @@ -1742,7 +1742,7 @@ } /* source #3: "#fff" */ .zh-epic-issue-list-item-md, .zh-epic-issue-list-item-sm { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f4f5f5" */ @@ -1751,7 +1751,7 @@ } /* source #3: "#fff" */ .zh-epic-issue-list-item-lg { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f4f5f5" */ @@ -1789,7 +1789,7 @@ } /* source #3: "#fff" */ .zh-epic-creator-title input { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#ddd" */ @@ -1803,14 +1803,14 @@ } /* source #3: "#fff", "#ddd","transparent", "#fff" */ .zh-epic-creator-tab.selected { - background: #1f1b20; + background: #1c191d; background-image: none; - border-color: #3e4b9e #232024 #1f1b20; + border-color: #3e4b9e #232024 #1c191d; } /* source #3: "color: #333", "#f6f8fa", "#e9e9e9", "#e9e9e9" */ .zh-epic-creator-issue-list .zh-epic-creator-issue-list-not-in-workspace { color: #bbbbbbEE; - background-color: #221c22; + background-color: #1f1a1f; border-bottom-color: #232024; border-top-color: #232024; } @@ -1844,7 +1844,7 @@ } /* source #3: "#fff" */ .zh-epic-picker-issue-placeholder:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e5e5e5" */ @@ -1870,7 +1870,7 @@ } /* source #3: "#fff" */ .zh-epic-form-control-small:focus, .zh-epic-form-control:focus { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "rgba(27,31,35,0.2)", "color: #24292e", "#eff3f6" */ @@ -1908,7 +1908,7 @@ } /* source #3: "#f6f8fa", "#e1e4e8" */ .zh-webapp.zh-epic-creator-page-visible .table-list-header { - background-color: #221c22; + background-color: #1f1a1f; border-color: #232024; } /* source #3: "#f4f4f4" */ @@ -1918,11 +1918,11 @@ } /* source #3: "#f5f5f5" */ .zh-webapp.zh-epic-creator-page-visible .search-query { - background-color: #221c22; + background-color: #1f1a1f; } /* source #3: "#fff" */ .zh-webapp.zh-epic-creator-page-visible .search-query:focus { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "transparent" */ @@ -1941,7 +1941,7 @@ /* source #3: "#fff" */ .SingleDatePicker_picker, .SingleDatePicker_picker__fullScreenPortal, .SingleDatePickerInput { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "transparent" */ @@ -1955,7 +1955,7 @@ } /* source #3: "#fff" */ .CalendarDay__default, .DayPickerKeyboardShortcuts_panel { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#f4f5f5" */ @@ -1970,18 +1970,18 @@ .CalendarDay__blocked_out_of_range:active, .CalendarDay__blocked_out_of_range:hover, .CalendarDay__outside, .CalendarMonth, .CalendarMonthGrid { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#fff" */ .DayPickerNavigation_button__default { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#fff" */ .DayPicker, .DayPicker__horizontal, .DayPickerNavigation_button__verticalDefault { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "box-shadow: none" */ @@ -1990,24 +1990,24 @@ } /* source #3: "#fff" */ .DateInput, .DayPicker_weekHeader__verticalScrollable { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#fff", "transparent" */ .DateInput_input { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-bottom-color: transparent; } /* source #3: "#fff" */ .DateInput_input__focused { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#fff" */ .DateRangePicker_picker, .DateRangePicker_picker__fullScreenPortal, .DateRangePickerInput { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#ddd" */ @@ -2028,7 +2028,7 @@ } /* source #3: "#fff" */ .zhc-markdown table tr { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "transparent" */ @@ -2037,7 +2037,7 @@ } /* source #3: "#fff" */ .zhc-markdown img { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #444d56", "#959da5", "box-shadow: inset 0 -1px 0 #959da5" */ @@ -2061,13 +2061,13 @@ .zhc-btn.zhc-btn--disabled:hover, .zhc-btn[disabled], .zhc-btn[disabled].zhc-btn--is-active, .zhc-btn[disabled]:active, .zhc-btn[disabled]:focus, .zhc-btn[disabled]:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } /* source #3: "#fff" */ .zhc-btn.zhc-btn--is-active, .zhc-btn:active, .zhc-btn:focus, .zhc-btn:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f4f4f4", "#e9e9e9" */ @@ -2084,14 +2084,14 @@ .zhc-btn--default[disabled].zhc-btn--is-active, .zhc-btn--default[disabled]:active, .zhc-btn--default[disabled]:focus, .zhc-btn--default[disabled]:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } /* source #3: "#fff" */ .zhc-btn--default.zhc-btn--is-active, .zhc-btn--default:active, .zhc-btn--default:focus, .zhc-btn--default:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f4f4f4", "#e9e9e9" */ @@ -2116,7 +2116,7 @@ } /* source #3: "#fff", "none" */ .zhc-btn--danger-bordered { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; background-image: none !important; } @@ -2133,7 +2133,7 @@ .zhc-btn--danger-bordered[disabled]:active, .zhc-btn--danger-bordered[disabled]:focus, .zhc-btn--danger-bordered[disabled]:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "transparent", "transparent" */ @@ -2176,7 +2176,7 @@ .zhc-btn--primary-bordered[disabled]:active, .zhc-btn--primary-bordered[disabled]:focus, .zhc-btn--primary-bordered[disabled]:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #8368aa; } @@ -2184,7 +2184,7 @@ .zhc-btn--primary-bordered.zhc-btn--is-active, .zhc-btn--primary-bordered:active, .zhc-btn--primary-bordered:focus, .zhc-btn--primary-bordered:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66", "#f4f4f4", "#e9e9e9" */ @@ -2210,7 +2210,7 @@ } /* source #3: "#fff", "#e9e9e9", "color: #bbbbbb66", "transparent" */ .zhc-btn--secondary-bordered { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; color: #bbbbbb94; @@ -2227,7 +2227,7 @@ .zhc-btn--secondary-bordered[disabled]:active, .zhc-btn--secondary-bordered[disabled]:focus, .zhc-btn--secondary-bordered[disabled]:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -2235,7 +2235,7 @@ .zhc-btn--secondary-bordered.zhc-btn--is-active, .zhc-btn--secondary-bordered:active, .zhc-btn--secondary-bordered:focus, .zhc-btn--secondary-bordered:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f4f4f4", "#e9e9e9" */ @@ -2248,7 +2248,7 @@ .zhc-btn--secondary-bordered.zhc-btn--is-active, .zhc-btn--secondary-bordered:active, .zhc-btn--secondary-bordered:focus, .zhc-btn--secondary-bordered:hover { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "transparent" */ .zhc-btn--secondary-bordered.zhc-btn--disabled, @@ -2304,7 +2304,7 @@ .zhc-btn--border-hover-only.zhc-btn--is-active, .zhc-btn--border-hover-only:active, .zhc-btn--border-hover-only:focus, .zhc-btn--border-hover-only:hover, .zhc-confirm-dialog { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -2318,7 +2318,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-input { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -2352,7 +2352,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhu-panel { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -2370,7 +2370,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-account-details__section { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -2396,7 +2396,7 @@ } /* source #3: "#fff" */ .zhc-cancel-subscription-modal { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #333", "#e9e9e9" */ @@ -2406,11 +2406,11 @@ } /* source #3: "#f8f8f8" */ .zhc-cancel-subscription-modal__missing-features { - background: #1c181e; + background: #1a161c; } /* source #3: "#fff" */ .zhc-cancel-subscription-modal__missing-features__feature .zhu-checkbox:not(:checked) { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -2428,7 +2428,7 @@ } /* source #3: "#fff" */ .zhc-remove-licenses { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -2446,7 +2446,7 @@ } /* source #3: "#fff", "color: #bbbbbb66" */ .zhc-account-settings__section { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; color: #bbbbbb94; } @@ -2481,7 +2481,7 @@ } /* source #3: "#fff" */ .zhc-avatar { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "transparent", "#5e60ba" */ @@ -2518,7 +2518,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-banner--neutral { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -2530,7 +2530,7 @@ /* source #3: "color: #bbbbbb66", "#fff", "#e9e9e9" */ .zhc-board-loading__message { color: #bbbbbb94; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -2540,7 +2540,7 @@ } /* source #3: "#f8f8f8" */ .zhc-board-onboarding--mobile { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "color: #bbbbbb66" */ .zhc-board-onboarding--mobile .zhc-board-onboarding__content__text__description { @@ -2553,7 +2553,7 @@ /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-breadcrumbs--default .zhc-breadcrumbs__button--active, .zhc-breadcrumbs--default .zhc-breadcrumbs__button:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "transparent" */ @@ -2573,7 +2573,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button--active { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "#ccc" */ @@ -2591,7 +2591,7 @@ } /* source #3: "#fff", "#ddd" */ .zhc-burndown-chart__placeholder, .zhc-burndown-chart__placeholder__message { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } .zhc-burndown-chart__placeholder__message { @@ -2622,13 +2622,13 @@ } /* source #3: "#fff" */ .zhc-button, .zhc-button:active, .zhc-button:focus, .zhc-button:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ .zhc-button[disabled], .zhc-button[disabled]:active, .zhc-button[disabled]:focus, .zhc-button[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2640,7 +2640,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ .zhc-button--variant-text[disabled] { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; background-color: transparent; @@ -2649,7 +2649,7 @@ .zhc-button--variant-text[disabled]:active, .zhc-button--variant-text[disabled]:focus, .zhc-button--variant-text[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2664,7 +2664,7 @@ .zhc-button--color-primary[disabled]:active, .zhc-button--color-primary[disabled]:focus, .zhc-button--color-primary[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2676,7 +2676,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ .zhc-button--color-primary.zhc-button--variant-text[disabled] { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; background-color: transparent; @@ -2685,7 +2685,7 @@ .zhc-button--color-primary.zhc-button--variant-text[disabled]:active, .zhc-button--color-primary.zhc-button--variant-text[disabled]:focus, .zhc-button--color-primary.zhc-button--variant-text[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2698,7 +2698,7 @@ } /* source #3: "#fff", "#5e60ba" */ .zhc-button--color-primary.zhc-button--variant-outlined { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #8368aa; } @@ -2707,7 +2707,7 @@ .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:active, .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:focus, .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2715,13 +2715,13 @@ .zhc-button--color-primary.zhc-button--variant-outlined:active, .zhc-button--color-primary.zhc-button--variant-outlined:focus, .zhc-button--color-primary.zhc-button--variant-outlined:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #8368aa; } /* source #3: "#f8f8f8", "#e9e9e9", "color: #bbbbbb66" */ .zhc-button--color-secondary { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; color: #bbbbbb94; } @@ -2735,7 +2735,7 @@ .zhc-button--color-secondary[disabled]:active, .zhc-button--color-secondary[disabled]:focus, .zhc-button--color-secondary[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2748,7 +2748,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ .zhc-button--color-secondary.zhc-button--variant-text[disabled] { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; background-color: transparent; @@ -2757,7 +2757,7 @@ .zhc-button--color-secondary.zhc-button--variant-text[disabled]:active, .zhc-button--color-secondary.zhc-button--variant-text[disabled]:focus, .zhc-button--color-secondary.zhc-button--variant-text[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2775,8 +2775,8 @@ } /* source #3: "#fff", "#fff", "color: #333", "#e9e9e9" */ .zhc-button--color-secondary.zhc-button--variant-outlined { - background-color: #1f1b20; - background: #1f1b20; + background-color: #1c191d; + background: #1c191d; background-image: none; color: #bbbbbbEE; border-color: #232024; @@ -2786,7 +2786,7 @@ .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:active, .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:focus, .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2794,7 +2794,7 @@ .zhc-button--color-secondary.zhc-button--variant-outlined:active, .zhc-button--color-secondary.zhc-button--variant-outlined:focus, .zhc-button--color-secondary.zhc-button--variant-outlined:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ @@ -2802,7 +2802,7 @@ .zhc-button--color-action[disabled]:active, .zhc-button--color-action[disabled]:focus, .zhc-button--color-action[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2814,7 +2814,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ .zhc-button--color-action.zhc-button--variant-text[disabled] { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; background-color: transparent; @@ -2823,7 +2823,7 @@ .zhc-button--color-action.zhc-button--variant-text[disabled]:active, .zhc-button--color-action.zhc-button--variant-text[disabled]:focus, .zhc-button--color-action.zhc-button--variant-text[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2836,7 +2836,7 @@ } /* source #3: "#fff" */ .zhc-button--color-action.zhc-button--variant-outlined { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ @@ -2844,7 +2844,7 @@ .zhc-button--color-action.zhc-button--variant-outlined[disabled]:active, .zhc-button--color-action.zhc-button--variant-outlined[disabled]:focus, .zhc-button--color-action.zhc-button--variant-outlined[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2852,7 +2852,7 @@ .zhc-button--color-action.zhc-button--variant-outlined:active, .zhc-button--color-action.zhc-button--variant-outlined:focus, .zhc-button--color-action.zhc-button--variant-outlined:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ @@ -2860,7 +2860,7 @@ .zhc-button--color-danger[disabled]:active, .zhc-button--color-danger[disabled]:focus, .zhc-button--color-danger[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2872,7 +2872,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ .zhc-button--color-danger.zhc-button--variant-text[disabled] { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; background-color: transparent; @@ -2881,7 +2881,7 @@ .zhc-button--color-danger.zhc-button--variant-text[disabled]:active, .zhc-button--color-danger.zhc-button--variant-text[disabled]:focus, .zhc-button--color-danger.zhc-button--variant-text[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2894,7 +2894,7 @@ } /* source #3: "#fff" */ .zhc-button--color-danger.zhc-button--variant-outlined { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ @@ -2902,7 +2902,7 @@ .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:active, .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:focus, .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; box-shadow: none; } @@ -2911,20 +2911,20 @@ .zhc-button--color-danger.zhc-button--variant-outlined:focus, .zhc-button--color-danger.zhc-button--variant-outlined:hover, .zhc-button--color-inactive { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } .zhc-button--color-inactive { color: #bbbbbbEE; - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "#fff" */ .zhc-button--color-inactive:active, .zhc-button--color-inactive:focus, .zhc-button--color-inactive:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "box-shadow: none" */ @@ -2937,7 +2937,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-chart-container { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -2982,7 +2982,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-chart-info__wrapper { - background: #1c181e; + background: #1a161c; border-bottom-color: #232024; } /* source #3: "color: #bbbbbb66" */ @@ -3020,7 +3020,7 @@ } /* source #3: "none", "#fff" */ .zhc-chart-legend .zhc-dropdown .zhc-selection-button { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#5e60ba" */ @@ -3029,11 +3029,11 @@ } /* source #3: "#fff" */ .zhc-chart-legend-icon--check::after { - border-color: #1f1b20; + border-color: #1c191d; } /* source #3: "#fff" */ .zhc-chart-legend-icon--disabled { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -3042,7 +3042,7 @@ } /* source #3: "#f8f8f8" */ .zhc-chart-legend__labels--notselected { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "#e9e9e9" */ @media (max-width: 759px) { @@ -3080,7 +3080,7 @@ } /* source #3: "#fff" */ .zhc-checkbox-toggle::after { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#5e60ba" */ @@ -3119,7 +3119,7 @@ } /* source #3: "#fff" */ .zhc-chip--outlined, .zhc-choose-organization { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -3168,14 +3168,14 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-collapsible-control:hover.zhc-collapsible-control--border { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9", "#fff" */ @media (max-width: 759px) { .zhc-collapsible-control { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } } @@ -3185,7 +3185,7 @@ } /* source #3: "#fff", "color: #333" */ .zhc-confetti-announcement { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; color: #bbbbbbEE; } @@ -3195,7 +3195,7 @@ } /* source #3: "#fff" */ .zhc-confirmation-modal { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -3233,11 +3233,11 @@ } /* source #3: "border: 1px solid" */ .zhc-color-square { - border-color: #1f1b20; + border-color: #1c191d; } /* source #3: "#fff" */ .zhc-billing { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -3263,13 +3263,13 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-dashboard-topbar { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-bottom-color: #232024; } /* source #3: "#f8f8f8", "#e9e9e9" */ .DateRangePickerInput { - background: #1c181e; + background: #1a161c; border-color: #232024; } /* source #3: "#e9e9e9" */ @@ -3309,7 +3309,7 @@ } /* source #3: "#fff" */ .zhc-date-selector .DayPicker, .zhc-date-selector .DayPicker--horizontal { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#faebcc", "#fcf9e4" */ @@ -3337,7 +3337,7 @@ } /* source #3: "#fff" */ .zhc-dependency-issue-selector__issues__container { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -3363,7 +3363,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-dependency { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -3381,7 +3381,7 @@ } /* source #3: "#fff" */ .zhc-dependency-type-dropdown__list { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -3391,7 +3391,7 @@ /* source #3: "#fff" */ @media (max-width: 759px) { .zhc-add-dependency { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } } @@ -3414,7 +3414,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-epic-list { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -3425,7 +3425,7 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-epic-list__epic-icon { background-color: #232024; - border-color: #1f1b20; + border-color: #1c191d; } /* source #3: "color: #333" */ .zhc-epic-pipeline-list--item__title, .zhc-error-page__header__description, @@ -3438,7 +3438,7 @@ } /* source #3: "#fff" */ .zhc-feature-announcement { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -3447,12 +3447,12 @@ } /* source #3: "#f8f8f8" */ .zhc-feature-announcement__image { - background: #1c181e; + background: #1a161c; } /* source #3: "#e9e9e9", "#fff" */ .zhc-filter-expand-button { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -3483,11 +3483,11 @@ } /* source #3: "#fff" */ .zhc-icon--has-notification::after { - border-color: #1f1b20; + border-color: #1c191d; } /* source #3: "#fff", "color: #bbbbbb66" */ .zhc-info-alert { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; color: #bbbbbb94; } @@ -3497,24 +3497,24 @@ } /* source #3: "#fff" */ .zhc-info-alert--pointer--left::after { - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #3: "#fff" */ .zhc-info-alert--pointer--right::after { - border-left-color: #1f1b20; + border-left-color: #1c191d; } /* source #3: "#fff" */ .zhc-info-alert--pointer--top::after { - border-bottom-color: #1f1b20; + border-bottom-color: #1c191d; } /* source #3: "#fff" */ .zhc-info-alert--pointer--bottom::after { - border-top-color: #1f1b20; + border-top-color: #1c191d; } /* source #3: "#fff", "#e9e9e9" */ .zhc-integration-repo-selector__repos__container, .zhc-integrations .zhc-integrations-section { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } .zhc-integrations .zhc-integrations-section { @@ -3549,7 +3549,7 @@ } /* source #3: "#fff" */ .zhc-invite-link-modal { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -3562,7 +3562,7 @@ } /* source #3: "#f8f8f8" */ .invite-link-footer { - background: #1c181e; + background: #1a161c; } /* source #3: "color: #bbbbbb66" */ .invite-link-footer__link .zhc-input { @@ -3570,17 +3570,17 @@ } /* source #3: "#fff" */ .zhc-invite-your-team { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#fff","rgba(0,0,0,0)", "#fff","rgba(0,0,0,0)" */ .zhc-invite-your-team__scrollable-section { - background: linear-gradient(#1f1b20; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1f1b20; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; - background: linear-gradient(#1f1b20; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1f1b20; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#1c191d; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1c191d; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#1c191d; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1c191d; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; } /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-invite-your-team-section--suggested:not(.zhc-invite-your-team-section--empty) { - background: #1c181e; + background: #1a161c; border-bottom-color: #232024; } /* source #3: "#e9e9e9" */ @@ -3609,7 +3609,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-issue-card { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -3626,7 +3626,7 @@ .zhc-issue-card__action-notification .zhc-icon--has-notification::after, .zhc-issue-card__action-notification .zhc-icon--notification::after, .zhc-issue-card__action-notification .zhc-issue-card__action-notification__has-notification::after { - border-color: #1f1b20; + border-color: #1c191d; } /* source #3: "#5e60ba" */ .zhc-issue-card--multi-active, .zhc-issue-card--multi-active::after { @@ -3660,7 +3660,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-issue-card__actions__btn { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -3670,13 +3670,13 @@ } /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-issue-card__connected-pull-request { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "#fff","rgba(0,0,0,0)", "#fff","rgba(0,0,0,0)" */ .zhc-selection-list-deprecated--issue-card-actions .zhc-selection-list-deprecated__body .zhc-selection-list-deprecated__list { - background: linear-gradient(#1f1b20; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1f1b20; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; - background: linear-gradient(#1f1b20; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1f1b20; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#1c191d; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1c191d; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#1c191d; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1c191d; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; } /* source #3: "box-shadow: none" */ .zhc-issue-cards:focus { @@ -3693,7 +3693,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-add-comment { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -3703,7 +3703,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-comment { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -3718,12 +3718,12 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-edit-comment__preview, .zhc-edit-comment__textarea { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#fff", "#e9e9e9" */ .zhc-edit-comment__file-upload { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -3737,7 +3737,7 @@ } /* source #3: "#24292e" */ .zhc-discussion-events__icon--grey-darker { - background-color: #1f1b20; + background-color: #1c191d; } /* source #3: "transparent", "#e9e9e9" */ .zhc-edit-issue__title-input { @@ -3763,7 +3763,7 @@ } /* source #3: "#fff" */ .zhc-modal__body.zhc-issue-modal__body--extension { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -3780,7 +3780,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-new-issue-body__title-input { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -3889,12 +3889,12 @@ } /* source #3: "#fff" */ .zhc-issues-list-item { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f8f8f8" */ .zhc-issues-list-item:hover { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "color: #333" */ .zhc-issues-list-item__issue_number, .zhc-issues-list-item__title a { @@ -3903,7 +3903,7 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-item-table { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f4f4f4" */ @@ -3916,7 +3916,7 @@ } /* source #3: "#f8f8f8" */ .zhc-item-table__row--closed { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "color: #bbbbbb66" */ .zhc-item-table__meta-title { @@ -3932,7 +3932,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-manage-plan__offer, .zhc-manage-plan__summary { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -3946,7 +3946,7 @@ } /* source #3: "#fff" */ .zhc-manage-plan__team-members { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -3956,7 +3956,7 @@ /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-team-member__options-icon-wrapper--active, .zhc-team-member__options-icon-wrapper:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "#fcf9e4", "#faebcc" */ @@ -3978,7 +3978,7 @@ /* source #3: "#fff" */ @media (max-width: 759px) { .zhc-menu-container__modal--is-open .zhc-menu-container__modal-wrapper { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } } @@ -3986,7 +3986,7 @@ .zhc-menu-container__header, .zhc-menu-container__modal--is-open .zhc-menu-bar-item:not(.zhc-menu-bar-item--filter-tags) .zhc-btn:not(.zhc-btn--action), .zhc-menu-container__modal--is-open .zhc-menu-bar-item:not(.zhc-menu-bar-item--filter-tags) .zhc-btn:not(.zhc-btn--action):hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -3995,7 +3995,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-merge-repo-finder__container { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -4022,7 +4022,7 @@ } /* source #3: "#f8f8f8" */ .zhc-merging-tool { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "#fcf9e4", "#faebcc", "color: #bbbbbb66" */ .zhc-merging-tool__warning { @@ -4032,7 +4032,7 @@ } /* source #3: "#f8f8f8" */ .zhc-merging-tool__buttons { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-merging-tool-pipeline { @@ -4041,7 +4041,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-merging-tool-pipeline--is-new { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "#e9e9e9" */ @@ -4057,7 +4057,7 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-merging-tool-pipeline--add__input { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9", "#ddd", "box-shadow: none" */ @@ -4069,7 +4069,7 @@ /* source #3: "#e9e9e9", "#f8f8f8" */ .zhc-merging-tool-pipeline-card__body { border-color: #232024; - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "color: #333" */ .zhc-merging-tool-pipeline-card__repo-name { @@ -4078,7 +4078,7 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-merging-tool-pipeline-card__issue-count { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #333" */ @@ -4087,7 +4087,7 @@ } /* source #3: "#fff" */ .zhc-merging-tool-pipeline-card__buttons { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -4146,7 +4146,7 @@ } /* source #3: "#fff" */ .zhc-milestone-modal__info input { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -4163,13 +4163,13 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-modal__header { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-bottom-color: #232024; } /* source #3: "#f8f8f8" */ .zhc-modal__header--no-title { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "color: #bbbbbb66" */ .zhc-modal__header__close:hover { @@ -4181,11 +4181,11 @@ } /* source #3: "#f8f8f8" */ .zhc-modal__body { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "#fff" */ .zhc-multi-action-footer { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #333" */ @@ -4200,12 +4200,12 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-app-notification { border-bottom-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f8f8f8" */ .zhc-app-notification:hover { - background: #1c181e; + background: #1a161c; } /* source #3: "box-shadow: none" */ .zhc-app-notification:focus { @@ -4218,7 +4218,7 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-notifications-body__manage { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -4282,7 +4282,7 @@ } /* source #3: "#fff" */ .zh-onboarding-banner__progress-dot, .zhc-repo-notifications__load-more { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "transparent" */ @@ -4293,7 +4293,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-onboarding-page .zhc-sidebar-container { - background: #1f1b20; + background: #1c191d; background-image: none; border-right-color: #232024; } @@ -4315,7 +4315,7 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-pipeline--add__input { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "transparent" */ @@ -4370,7 +4370,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-popover { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -4388,7 +4388,7 @@ } /* source #3: "#fff" */ .zhc-pr-issue-connector__info::after { - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #3: "color: #333" */ .zhc-pr-issue-connector__issue__title a { @@ -4471,7 +4471,7 @@ } /* source #3: "#f8f8f8" */ .zhc-release--no-issues { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "color: #333" */ .zhc-release--no-issues__content h2 { @@ -4494,7 +4494,7 @@ .zhc-release-report-form__desc-textarea, .zhc-release-report-form__title-input { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -4507,7 +4507,7 @@ } /* source #3: "#fff" */ .zhc-repo-overlay { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -4528,7 +4528,7 @@ } /* source #3: "#fff" */ .zhc-reports-date-range .DateRangePickerInput { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "color: #333" */ @@ -4539,7 +4539,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-report-card { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -4554,7 +4554,7 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-report-tabs { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9", "color: #bbbbbb66", "#f4f4f4" */ @@ -4580,7 +4580,7 @@ .zhc-report-tabs__filters { border-bottom-color: #232024; color: #bbbbbb94; - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "color: #333" */ .zhc-request-license-text { @@ -4597,7 +4597,7 @@ } /* source #3: "#fff" */ .zhc-search { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "transparent", "#ddd" */ @@ -4624,7 +4624,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-search-bar__input { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -4661,7 +4661,7 @@ } /* source #3: "#fff", "#ddd" */ .zhc-selection-list__item { - background: #1f1b20; + background: #1c191d; background-image: none; border-bottom-color: #232024; } @@ -4697,7 +4697,7 @@ } /* source #3: "#fff" */ .zhc-selection-filter { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -4729,7 +4729,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-selection-list-deprecated__body { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -4857,7 +4857,7 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-shortcut-indicator { border-color: #232024; - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -4882,7 +4882,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-shortcuts-guide__shortcuts-list { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -4928,11 +4928,11 @@ } /* source #3: "#f8f8f8" */ .zhc-sidebar-nav-item:hover { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "#f8f8f8", "#5e60ba" */ .zhc-sidebar-nav-item--is-active { - background-color: #1c181e; + background-color: #1a161c; border-left-color: #8368aa; } /* source #3: "transparent" */ @@ -4951,7 +4951,7 @@ .zhc-sidebar-nav-item__action--is-active, .zhc-sidebar-nav-item__action:hover { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #333" */ @@ -4960,7 +4960,7 @@ } /* source #3: "#fff" */ .zhc-sidebar-profile { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f4f4f4" */ @@ -5004,14 +5004,14 @@ } /* source #3: "#f8f8f8" */ .zhc-workspace-header:hover { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "#fff","rgba(0,0,0,0)", "#fff","rgba(0,0,0,0)" */ .zhc-sidebar--is-dropdown-open .zhc-sidebar__navigation, .zhc-sidebar--is-full-width .zhc-sidebar__navigation, .zhc-sidebar--is-hovered .zhc-sidebar__navigation { - background: linear-gradient(#1f1b20; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1f1b20; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; - background: linear-gradient(#1f1b20; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1f1b20; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#1c191d; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1c191d; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#1c191d; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #1c191d; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; } /* source #3: "#e9e9e9" */ .zhc-sidebar--is-dropdown-open .zhc-sidebar__container .zhc-sidebar__container__inner, @@ -5038,7 +5038,7 @@ } /* source #3: "#fff" */ .zhc-sidebar__container, .zhc-sidebar__container__inner { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "transparent" */ @@ -5060,7 +5060,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-skeleton-content-box { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -5074,7 +5074,7 @@ } /* source #3: "#fff" */ .zhc-skeleton-input-box, .zhc-spinner:not(.zhc-spinner--no-outline) { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "box-shadow: none" */ @@ -5083,7 +5083,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-status-tag { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -5109,12 +5109,12 @@ .zhc-table .zhc-table__cell { border-bottom-color: #232024; border-left-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f8f8f8" */ .zhc-table .zhc-table__cell--header { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "#e9e9e9" */ .zhc-table-expand-button { @@ -5122,7 +5122,7 @@ } /* source #3: "#fff" */ .zhc-table-expand-button .zhc-btn:active { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "transparent" */ @@ -5168,9 +5168,9 @@ /* source #3: "color: #333", "#fff", "#e9e9e9", "#fff" */ .zhc-tab-navitem--dropdown--active, .zhc-tab-navitem--dropdown--active:hover { color: #bbbbbbEE; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; - border-color: #232024 #232024 #1f1b20; + border-color: #232024 #232024 #1c191d; } /* source #3: "#e9e9e9" */ .zhc-tag { @@ -5187,17 +5187,17 @@ /* source #3: "#e9e9e9", "#fff" */ .zhc-team-members__content { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9", "#f8f8f8" */ .zhc-team-members__searchbar { border-color: #232024; - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "#f8f8f8" */ .zhc-team-members__searchbar input { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "box-shadow: none" */ .zhc-team-members__searchbar input:focus { @@ -5222,28 +5222,28 @@ } /* source #3: "#fff" */ .zhc-tooltip--info-tip .zhc-tooltip__content { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#fff" */ .zhc-tooltip--info-tip.zhc-tooltip--right .zhc-tooltip__content::before { - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #3: "#fff" */ .zhc-tooltip--info-tip.zhc-tooltip--left .zhc-tooltip__content::before { - border-left-color: #1f1b20; + border-left-color: #1c191d; } /* source #3: "#fff" */ .zhc-tooltip--info-tip.zhc-tooltip--top .zhc-tooltip__content::before { - border-top-color: #1f1b20; + border-top-color: #1c191d; } /* source #3: "#fff" */ .zhc-tooltip--info-tip.zhc-tooltip--bottom .zhc-tooltip__content::before { - border-bottom-color: #1f1b20; + border-bottom-color: #1c191d; } /* source #3: "#fff", "#e9e9e9" */ .zhc-topbar { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-bottom-color: #232024; } @@ -5253,7 +5253,7 @@ } /* source #3: "#fff" */ .zhc-tutorial-card { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #333" */ @@ -5262,7 +5262,7 @@ } /* source #3: "#f8f8f8" */ .zhc-tutorial-checklist-modal { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "color: #bbbbbb66" */ .zhc-tutorial-checklist-modal__header__dismiss { @@ -5274,7 +5274,7 @@ } /* source #3: "#fff" */ .zhc-tutorial-checklist-modal__dropdown .zhc-btn { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -5284,7 +5284,7 @@ } /* source #3: "#fff" */ .zhc-tutorial-checklist-modal__description input { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -5311,7 +5311,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-workspace-form-input__text-input { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "color: #bbbbbb66" */ @@ -5334,7 +5334,7 @@ /* source #3: "color: #bbbbbb66", "#f8f8f8", "#e9e9e9" */ .zhc-workspace-form-section__tip { color: #bbbbbb94; - background: #1c181e; + background: #1a161c; border-bottom-color: #232024; } /* source #3: "#e9e9e9" */ @@ -5343,7 +5343,7 @@ } /* source #3: "#fff" */ .zhc-workspace-form { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #bbbbbb66" */ @@ -5353,7 +5353,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-workspace-form__load-info { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "color: #bbbbbb66" */ @@ -5371,7 +5371,7 @@ } /* source #3: "#fff" */ .zhc-workspace-form__footer { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -5393,7 +5393,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-workspace-import { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -5415,7 +5415,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-workspace-switcher-search__input { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "box-shadow: none" */ @@ -5438,7 +5438,7 @@ } /* source #3: "#fff" */ .zhc-workspace-switcher__header { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "transparent" */ @@ -5471,7 +5471,7 @@ /* source #3: "#e9e9e9", "#f8f8f8" */ .zhc-workspace-switcher-item:hover { border-color: #232024; - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "color: #bbbbbb66" */ .zhc-workspace-switcher-item__subtitle { @@ -5483,7 +5483,7 @@ } /* source #3: "#fff" */ .zhc-workspace-switcher { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #333" */ @@ -5496,7 +5496,7 @@ } /* source #3: "#fff", "color: #bbbbbb66" */ .zhc-enterprise-manage-plan__section { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; color: #bbbbbb94; } @@ -5515,7 +5515,7 @@ } /* source #3: "#fff" */ .zhc-no-access-container__icon-container { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #333" */ @@ -5525,7 +5525,7 @@ /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-seated-user-options-button--is-open.zhc-seated-user-options-button--is-open, .zhc-seated-user-options-button:hover { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "color: #bbbbbb66" */ @@ -5539,7 +5539,7 @@ } /* source #3: "#fff" */ .zhc-collapsible-team-member-list__header, .zhc-team-members-page__container { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f4f4f4" */ @@ -5569,7 +5569,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-epic-issue-list { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -5583,7 +5583,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-roadmap-body-empty { - background: #1f1b20; + background: #1c191d; background-image: none; border-bottom-color: #232024; } @@ -5597,7 +5597,7 @@ } /* source #3: "#fff" */ .zhc-roadmap-sidebar-empty { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -5611,8 +5611,8 @@ } /* source #3: "#f8f8f8", "#f8f8f8" */ .zhc-body__roadmap-item--complete-sub-colorless { - background-image: -webkit-repeating-linear-gradient(135deg, #e5e5e5, #e5e5e5 10px, #1c181e 10px, #1c181e 20px); - background-image: repeating-linear-gradient(-45deg, #e5e5e5, #e5e5e5 10px, #1c181e 10px, #1c181e 20px); + background-image: -webkit-repeating-linear-gradient(135deg, #e5e5e5, #e5e5e5 10px, #1a161c 10px, #1a161c 20px); + background-image: repeating-linear-gradient(-45deg, #e5e5e5, #e5e5e5 10px, #1a161c 10px, #1a161c 20px); } /* source #3: "color: #333" */ .zhc-roadmap-item-title__no-epics-string { @@ -5620,17 +5620,17 @@ } /* source #3: "#fff" */ .zhc-roadmap-item-predicted-end-date .zhc-roadmap-predicted-end-date-clock-icon__wrapper { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#fff" */ .roadmap-loading-state__body { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-roadmap-temp-project-overlay { - background-color: #1c181e; + background-color: #1a161c; border-color: #232024; } /* source #3: "#e9e9e9" */ @@ -5639,7 +5639,7 @@ } /* source #3: "#f8f8f8" */ .zhc-roadmap { - background: #1c181e; + background: #1a161c; } /* source #3: "#e9e9e9" */ .zhc-roadmap .zhc-roadmap-header { @@ -5647,13 +5647,13 @@ } /* source #3: "#fff" */ .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#fff" */ .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body-view--root, .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body__subheader { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -5666,7 +5666,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-roadmap-row { - background: #1f1b20; + background: #1c191d; background-image: none; border-bottom-color: #232024; } @@ -5676,7 +5676,7 @@ } /* source #3: "#f8f8f8" */ .zhc-roadmap-row.zhc-roadmap-row--color-primary { - background: #1c181e; + background: #1a161c; } /* source #3: "#e9e9e9" */ .zhc-roadmap-row.zhc-roadmap-row--modifier-last-sub-item { @@ -5707,7 +5707,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-sidebar-item-add-to-project { - background: #1c181e; + background: #1a161c; border-bottom-color: #232024; } /* source #3: "#e9e9e9" */ @@ -5716,7 +5716,7 @@ } /* source #3: "#fff", "#e9e9e9" */ .zhc-sidebar-item-add { - background: #1f1b20; + background: #1c191d; background-image: none; border-bottom-color: #232024; } @@ -5743,7 +5743,7 @@ border-color: #232024; } .zhc-options-panel { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -5761,7 +5761,7 @@ } /* source #3: "#fff" */ .zhc-roadmap-sidebar { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "#e9e9e9" */ @@ -5782,7 +5782,7 @@ } /* source #3: "#f8f8f8", "#e9e9e9" */ .zhc-roadmap__title { - background-color: #1c181e; + background-color: #1a161c; border-bottom-color: #232024; } /* source #3: "#ddd" */ @@ -5799,15 +5799,15 @@ } /* source #3: "#f8f8f8", "#e9e9e9", "#eee", "#f8f8f8" */ .zhc-roadmap-subheader { - background-color: #1c181e; + background-color: #1a161c; border-bottom-color: #232024; - background: #1c181e; + background: #1a161c; } /* source #3: "#fff" */ .zhc-roadmap-track--expandable:not(.react-draggable-dragging):not(.zhc-roadmap-track--resizable):hover .zhc-roadmap-track__drag-handle, .zhc-roadmap-track__drag-handle--has-background, .zhc-roadmap-track__drag-handle:hover { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#faebcc", "#fcf9e4", "color: #bbbbbb66" */ @@ -5822,7 +5822,7 @@ } /* source #3: "#fff" */ .zhc-roadmap-warning { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "transparent" */ @@ -5836,15 +5836,15 @@ } /* source #3: "#f8f8f8" */ .zhc-toast-tutorial { - background-color: #1c181e; + background-color: #1a161c; } /* source #3: "border: 1px solid" */ .zhc-toast-tutorial__wrapper { - border-color: #1f1b20; + border-color: #1c191d; } /* source #3: "#fff" */ .zhc-toast-tutorial__content { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #3: "color: #333" */ @@ -5862,18 +5862,18 @@ /* source #3: "color: #333", "#fff" */ .zhc-workflows-pipeline--disabled .zhc-workflows-pipeline__button { color: #bbbbbbEE; - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#fff", "#5e60ba" */ .workflows-source-pipeline-icon { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #8368aa; } /* source #3: "#f8f8f8" */ .zhc-workflows { - background: #1c181e; + background: #1a161c; } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-workflows-workspace { @@ -5887,7 +5887,7 @@ } /* source #3: "#fff" */ .zh-form-control-small:focus, .zh-form-control:focus { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #3: "#f4f5f5" */ @@ -5931,7 +5931,7 @@ background-image: none; } .zh-menu-header { - background-color: #1f1b20; + background-color: #1c191d; } /* source #3: "#eee" */ .zh-btn { @@ -5975,7 +5975,7 @@ } /* source #5: "border: 1px solid" */ .btn { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "color: #6a737d" */ .btn .octicon { @@ -5987,7 +5987,7 @@ } /* source #5: "color: #959da5", "#fafbfc", "rgba(27,31,35,.15)" */ .btn, .btn.disabled, .btn:disabled, .btn[aria-disabled="true"] { - background-color: #1f1b20; + background-color: #1c191d; border-color: rgba(200, 200, 200, 0.1); } .btn.disabled, .btn:disabled, .btn[aria-disabled="true"] { @@ -6014,7 +6014,7 @@ /* source #5: "#fafbfc", "rgba(27,31,35,.15)" */ .btn-danger.disabled, .btn-danger:disabled, .btn-danger[aria-disabled="true"] { - background-color: #1f1b20; + background-color: #1c191d; border-color: rgba(200, 200, 200, 0.1); } /* source #5: "#0366d6", "rgba(27,31,35,.15)" */ @@ -6071,11 +6071,11 @@ } /* source #5: "#f6f8fa" */ .menu-item:focus, .menu-item:hover { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "#fafbfc" */ .menu-item:active { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "color: #959da5" */ .menu-item .octicon { @@ -6117,7 +6117,7 @@ } /* source #5: "#f6f8fa" */ .filter-item:hover { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "color: #1b1f23", "initial", "#eaecef" */ .SideNav-item { @@ -6181,17 +6181,17 @@ } /* source #5: "#fff" */ image-crop .crop-box { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "#fff" */ image-crop .handle::before { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "color: #0366d6", "#fff", "#e1e4e8" */ .ajax-pagination-form .ajax-pagination-btn { color: /*[[base-color]]*/ #d45575; - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -6199,11 +6199,11 @@ .ajax-pagination-form .ajax-pagination-btn:focus, .ajax-pagination-form .ajax-pagination-btn:hover { color: /*[[base-color]]*/ #d45575; - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "#f6f8fa", "#d1d5da" */ .ajax-pagination-form.loading .ajax-pagination-btn { - background-color: #221c22; + background-color: #1f1a1f; border-color: #232024; } /* source #5: "box-shadow: none" */ @@ -6244,7 +6244,7 @@ } /* source #5: "#fff" */ .auth-form-body { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#eaeaea" */ @@ -6257,7 +6257,7 @@ } /* source #5: "#f9f9f9" */ .session-authentication { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "initial" */ .session-authentication .header-logged-out { @@ -6279,11 +6279,11 @@ } /* source #5: "#24292e" */ .Header-old { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#fff" */ .page-responsive .HeaderMenu--logged-out { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "initial", "box-shadow: none" */ @@ -6389,7 +6389,7 @@ /* source #5: "color: #24292e !important", "#fafbfc" */ .header-search-current .jump-to-field-active { color: #bbbbbbAA !important; - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "color: #586069 !important" */ .header-search-current .jump-to-field-active:-ms-input-placeholder { @@ -6433,7 +6433,7 @@ } /* source #5: "#fafbfc", "box-shadow: none" */ .header-search-prototype .header-search-wrapper:focus-within { - background-color: #1f1b20; + background-color: #1c191d; box-shadow: none; } /* source #5: "none", "box-shadow: none" */ @@ -6460,7 +6460,7 @@ } /* source #5: "#fff" */ .header-search-prototype .ems-refine-details-dialog { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "color: #1b1f23" */ @@ -6585,7 +6585,7 @@ } /* source #5: "#fff" */ .SelectMenu-modal { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#e1e4e8" */ @@ -6617,7 +6617,7 @@ } /* source #5: "#fff" */ .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#eaecef" */ @@ -6638,10 +6638,10 @@ color: #bbbbbbCC; } .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus { - background-color: #221c22; + background-color: #1f1a1f; } .SelectMenu-item:active { - background-color: #1f1b20; + background-color: #1c191d; } body:not(.intent-mouse) .SelectMenu-tab:focus { background-color: #2d2330; @@ -6651,7 +6651,7 @@ } .SelectMenu-tab:not([aria-selected="true"]):active { color: #bbbbbbAA; - background-color: #221c22; + background-color: #1f1a1f; } } /* source #5: "initial" */ @@ -6660,7 +6660,7 @@ } /* source #5: "#f6f8fa", "rgba(27,31,35,.15)" */ .boxed-group .heading, .boxed-group > h3 { - background-color: #221c22; + background-color: #1f1a1f; border-color: rgba(200, 200, 200, 0.1); } /* source #5: "color: #586069" */ @@ -6670,7 +6670,7 @@ } /* source #5: "#fff" */ .boxed-group .tabnav.heading li:first-child .selected { - border-left-color: #1f1b20; + border-left-color: #1c191d; } /* source #5: "#d73a49" */ .boxed-group.dangerzone > h3 { @@ -6679,7 +6679,7 @@ /* source #5: "color: #586069", "#fff", "#d1d5da" */ .boxed-group-inner { color: #bbbbbbCC; - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -6705,7 +6705,7 @@ } /* source #5: "#fafbfc", "#eaecef" */ .boxed-group-table th { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#eaecef" */ .boxed-group-table td, .boxed-group-table th { @@ -6723,7 +6723,7 @@ } /* source #5: "#fafbfc" */ .list-group-item.closed { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#fffdef" */ .list-group-item.selected { @@ -6787,9 +6787,9 @@ .select-menu-tabs .select-menu-tab-nav[aria-selected="true"], .select-menu-tabs a.selected, .select-menu-tabs a[aria-selected="true"] { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; - border-color: #232024 #232024 #1f1b20; + border-color: #232024 #232024 #1c191d; } /* source #5: "color: #6a737d" */ .select-menu-item.disabled, .select-menu-item.disabled .description, @@ -6810,7 +6810,7 @@ } /* source #5: "#f6f8fa" */ .select-menu-item.excluded { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "#0366d6" */ .select-menu-item.navigation-focus, @@ -6880,7 +6880,7 @@ } /* source #5: "#f6f8fa", "#e1e4e8" */ .table-list-header { - background-color: #221c22; + background-color: #1f1a1f; border-color: #232024; } /* source #5: "color: #586069" */ @@ -6918,7 +6918,7 @@ } /* source #5: "#f6f8fa" */ .capped-card-content { - background: #221c22; + background: #1f1a1f; } /* source #5: "initial" */ .comment-body .highlight { @@ -6962,7 +6962,7 @@ border-color: #232024; } .commit-sha { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "color: #444d56" */ .commit .commit-title, .commit .commit-title a { @@ -6995,7 +6995,7 @@ /* source #5: "color: #c6cbd1", "#fff" */ .commit-group-title .octicon-git-commit { color: #5a5a5a; - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "color: #24292e" */ @@ -7034,7 +7034,7 @@ } /* source #5: "#fff", "rgba(27,31,35,.15)" */ .full-commit .commit-meta { - background: #1f1b20; + background: #1c191d; background-image: none; border-top-color: rgba(200, 200, 200, 0.1); } @@ -7073,16 +7073,16 @@ } /* source #5: "#f6f8fa" */ .dropdown-signed-commit .dropdown-menu::after { - border-bottom-color: #1c181e; + border-bottom-color: #1a161c; } /* source #5: "transparent", "#f6f8fa" */ .dropdown-signed-commit .dropdown-menu-w::after { border-bottom-color: transparent; - border-left-color: #1c181e; + border-left-color: #1a161c; } /* source #5: "#f6f8fa", "#e1e4e8" */ .signed-commit-header { - background-color: #221c22; + background-color: #1f1a1f; border-bottom-color: #232024; } /* source #5: "color: #28a745" */ @@ -7154,7 +7154,7 @@ } /* source #5: "#fff" */ .conversation-list-heading .inner { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "color: #6a737d" */ @@ -7163,7 +7163,7 @@ } /* source #5: "#f6f8fa" */ .simple-conversation-list > li { - border-top-color: #1c181e; + border-top-color: #1a161c; } /* source #5: "color: #6a737d" */ .simple-conversation-list > li .num { @@ -7171,7 +7171,7 @@ } /* source #5: "#f6f8fa" */ .copyable-terminal { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "#e1e4e8" */ .diff-table .line-comments { @@ -7212,7 +7212,7 @@ } /* source #5: "#fafbfc" */ .blob-expanded .blob-code, .blob-expanded .blob-num { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#eaecef" */ .blob-expanded + tr:not(.blob-expanded) .blob-code, @@ -7282,11 +7282,11 @@ } /* source #5: "#f6f8fa" */ .file-diff-split .blob-code + .blob-num { - border-left-color: #1c181e; + border-left-color: #1a161c; } /* source #5: "#fafbfc", "#eaecef" */ .file-diff-split .empty-cell { - background-color: #1f1b20; + background-color: #1c191d; border-right-color: #232024; } /* source #5: "color: #cb2431" */ @@ -7299,7 +7299,7 @@ } /* source #5: "linear-gradient(180deg,rgba(242,248,254,0),rgba(242,248,254,.47))" */ .code-navigation-banner { - background: linear-gradient(180deg, #1f1b20, #1f1b20); + background: linear-gradient(180deg, #1c191d, #1c191d); } /* source #5: "#e1e4e8" */ .discussion-timeline.team-discussion-timeline::before, @@ -7308,7 +7308,7 @@ } /* source #5: "#fff" */ .discussion-timeline.team-discussion-timeline .blankslate { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "color: #586069" */ @@ -7365,7 +7365,7 @@ } /* source #5: "#fff" */ .gh-header, .gh-header .gh-header-sticky.is-stuck + .gh-header-shadow { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "color: #6a737d" */ @@ -7392,13 +7392,13 @@ } /* source #5: "#fff", "#fff" */ .timeline-comment-wrapper { - border-top-color: #1f1b20; - border-bottom-color: #1f1b20; + border-top-color: #1c191d; + border-bottom-color: #1c191d; } /* source #5: "color: #24292e", "#fff", "#d1d5da" */ .timeline-comment { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -7452,7 +7452,7 @@ } /* source #5: "#f6f8fa" */ .timeline-comment--caret::after { - border-right-color: #1c181e; + border-right-color: #1a161c; } /* source #5: "#d1d5da" */ .timeline-comment--caret::before { @@ -7518,7 +7518,7 @@ /* source #5: "color: #586069", "#f6f8fa", "#d1d5da" */ .timeline-comment-header { color: #bbbbbbCC; - background-color: #221c22; + background-color: #1f1a1f; border-bottom-color: #232024; } /* source #5: "color: #586069" */ @@ -7559,7 +7559,7 @@ .discussion-item-icon { color: #bbbbbbAA; background-color: #232024; - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "color: #586069" */ .discussion-item-header { @@ -7579,11 +7579,11 @@ } /* source #5: "#f6f8fa" */ .previewable-comment-form .comment-form-head.tabnav { - background: #221c22; + background: #1f1a1f; } /* source #5: "#fff" */ .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "transparent" */ @@ -7595,7 +7595,7 @@ /* source #5: "#f6f8fa" */ @media (min-width: 768px) { .page-responsive .previewable-comment-form .comment-form-head.tabnav { - background: #221c22; + background: #1f1a1f; } } /* source #5: "initial", "#e1e4e8" */ @@ -7605,11 +7605,11 @@ } /* source #5: "#fff" */ .new-discussion-timeline .composer .timeline-comment::after { - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #5: "#fff" */ .new-discussion-timeline .composer .comment-form-head.tabnav { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#d1d5da", "transparent", "#fff", "#d1d5da" */ @@ -7622,7 +7622,7 @@ border-color: transparent; } .composer.composer-responsive .timeline-comment::after { - border-right-color: #1f1b20; + border-right-color: #1c191d; } .composer.composer-responsive .timeline-comment::before { border-right-color: #232024; @@ -7634,7 +7634,7 @@ } /* source #5: "#fff" */ .discussion-timeline-actions, .pagination-loader-container { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em #c8e1ff" */ @@ -7670,7 +7670,7 @@ } /* source #5: "#fff" */ .kb-konami-dialog .Box-btn-octicon { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "none" */ .konami, .konami-overlay { @@ -7679,7 +7679,7 @@ /* source #5: "none", "#fff" */ .konami .key.complete { background: none; - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "color: #24292e" */ .konami .enter-link, .konami .key.active { @@ -7725,7 +7725,7 @@ /* source #5: "color: #24292e", "#fff", "#e1e4e8","transparent" */ .pagehead-tabs-item.selected { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #e36209 #232024 transparent; } @@ -7766,7 +7766,7 @@ } /* source #5: "#24292e" */ .reponav-item.selected, .reponav-wrapper { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "initial" */ .reponav-wrapper .reponav-item.selected { @@ -7779,13 +7779,13 @@ /* source #5: "color: #c6cbd1", "#fafbfc", "#dfe2e5" */ .steps li { color: #5a5a5a; - background-color: #1f1b20; + background-color: #1c191d; border-left-color: #232024; } /* source #5: "color: #24292e", "#fff" */ .steps li.current { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "color: #0366d6" */ @@ -7848,7 +7848,7 @@ } /* source #5: "#f6f8fa" */ .protip code { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "transparent" */ .add-reactions-options-item { @@ -7881,7 +7881,7 @@ /* source #5: "color: #444d56", "#f6f8fa", "rgba(27,31,35,.15)" */ .render-notice { color: #bbbbbbCC; - background-color: #221c22; + background-color: #1f1a1f; border-color: rgba(200, 200, 200, 0.1); } /* source #5: "#f1f8ff" */ @@ -7894,7 +7894,7 @@ } /* source #5: "#fff" */ .max--md .content-attachment-content--gradient { - background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #1f1b20; background-image: none calc(100% - 28px)); + background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #1c191d; background-image: none calc(100% - 28px)); } /* source #5: "none" */ .content-attachment-details[open] .max--md .content-attachment-content--gradient { @@ -7951,7 +7951,7 @@ } /* source #5: "#fff" */ .btn-blurple .Counter { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "color: #0366d6" */ @@ -7968,7 +7968,7 @@ } /* source #5: "#fff" */ .intgrs-lstng-item-description::after { - background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #1f1b20; background-image: none 80%); + background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #1c191d; background-image: none 80%); } /* source #5: "color: #0366d6" */ .intgr-admin-link:hover .octicon { @@ -7989,7 +7989,7 @@ } /* source #5: "#fafbfc" */ .listgroup-item.disabled { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "color: #333" */ .listgroup-item.disabled .listgroup-item-title { @@ -8009,7 +8009,7 @@ } /* source #5: "#fff" */ .not-found-octocat-wrapper::after { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "color: #333" */ @@ -8050,23 +8050,23 @@ } /* source #5: "#f6f8fa", "#e1e4e8" */ .advisory-form { - background-color: #221c22; + background-color: #1f1a1f; border-top-color: #232024; } /* source #5: "#fff" */ .advisory-form .form-actions, .advisory-form .form-control, .advisory-form .previewable-comment-form { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#f5f5f5" */ .credit-card { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "color: #767676", "#fff" */ .credit-card.normal .signature { color: #767676; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#d73a49" */ @@ -8087,12 +8087,12 @@ } /* source #5: "#fafbfc" */ .billing-addon-items tr:nth-child(2n) { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "color: #cb2431", "#fff" */ .billing-addon-items tr.total-row { color: #f44; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "color: #bbbbbb66" */ @@ -8102,7 +8102,7 @@ } /* source #5: "#fff" */ .billing-credit-card .javascript-disabled-overlay { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#eee" */ @@ -8135,7 +8135,7 @@ } /* source #5: "#f9f9f9" */ .paypal-container { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#ddd" */ .braintree-paypal-loggedin { @@ -8151,7 +8151,7 @@ } /* source #5: "#f6f8fa" */ .payment-history .failed, .payment-history .refunded { - background: #221c22; + background: #1f1a1f; } /* source #5: "color: #6a737d" */ .payment-history .refunded .status { @@ -8167,7 +8167,7 @@ } /* source #5: "#f9f9f9", "#eee" */ .billing-manager-banner { - background: #1f1b20; + background: #1c191d; border-bottom-color: #232024; } /* source #5: "color: #586069" */ @@ -8176,12 +8176,12 @@ } /* source #5: "#fafbfc", "#e0e0e0" */ .plan-choice { - background-color: #1f1b20; + background-color: #1c191d; border-color: #232024; } /* source #5: "#fff" */ .plan-choice.open, .plan-choice.selected { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#d1d5da" */ @@ -8231,7 +8231,7 @@ } /* source #5: "#fff" */ .billing-box-progressBars span:nth-child(2) { - border-left-color: #1f1b20; + border-left-color: #1c191d; } /* source #5: "color: #6a737d" */ .blame-commit-date[data-heat="10"] { @@ -8259,20 +8259,20 @@ } /* source #5: "#f6f8fa" */ .TagsearchPopover-list .TagsearchPopover-list-item:hover { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "#fafbfc" */ .linejump .linejump-input { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#fff" */ .CopyBlock:active, .CopyBlock:focus, .CopyBlock:hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#fff" */ .file-commit-form--full { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "transparent" */ @@ -8281,7 +8281,7 @@ } /* source #5: "#fff" */ .commit-form::after { - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #5: "#ddd" */ .commit-form::before { @@ -8297,7 +8297,7 @@ } /* source #5: "#fafbfc", "#e1e4e8" */ .merge-status-item { - background-color: #1f1b20; + background-color: #1c191d; border-bottom-color: #232024; } /* source #5: "color: #586069" */ @@ -8306,7 +8306,7 @@ } /* source #5: "#fff", "#d1d5da" */ .branch-action-body { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -8316,7 +8316,7 @@ } /* source #5: "#fff" */ .branch-action-body::after { - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #5: "#d1d5da" */ .branch-action-body::before { @@ -8324,7 +8324,7 @@ } /* source #5: "#fafbfc", "#e1e4e8" */ .branch-action-body .merge-branch-form, .branch-action-body .merge-message { - background-color: #1f1b20; + background-color: #1c191d; border-top-color: #232024; } /* source #5: "#e1e4e8" */ @@ -8403,7 +8403,7 @@ } /* source #5: "#fafbfc", "#e1e4e8" */ .range-editor { - background-color: #1f1b20; + background-color: #1c191d; border-color: #232024; } /* source #5: "color: #586069" */ @@ -8412,7 +8412,7 @@ } /* source #5: "#fff", "#dfe2e5" */ ul.comparison-list { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -8431,7 +8431,7 @@ /* source #5: "color: #6a737d", "#fafbfc" */ ul.comparison-list > li.title { color: #bbbbbb94; - background: #1f1b20; + background: #1c191d; } /* source #5: "#959da5" */ .branch-a-b-count .count-half:last-child { @@ -8483,7 +8483,7 @@ } /* source #5: "#24292e" */ .CheckRun { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "color: #959da5" */ .CheckStep-header { @@ -8491,7 +8491,7 @@ } /* source #5: "#24292e", "none" */ .CheckRun-search .btn { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#2f363d" */ @@ -8505,7 +8505,7 @@ } /* source #5: "#24292e" */ .CheckRun-search .btn[disabled]:hover { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#eaecef", "#444d56" */ .CheckRun-header { @@ -8523,7 +8523,7 @@ /* source #5: "color: #24292e", "#fafbfc" */ .CheckRun-search-input:focus { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "color: #959da5" */ .CheckStep-line .CheckStep-line-number, @@ -8557,7 +8557,7 @@ } /* source #5: "#24292e" */ .CheckStep .ansibg-b, .CheckStep .ansibg-bl { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#e1e4e8" */ .CheckStep .ansibg-w { @@ -8634,7 +8634,7 @@ @media (max-width: 544px) { .codesearch-pagination-container .current { color: #bbbbbbCC; - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -8657,7 +8657,7 @@ } /* source #5: "#f6f8fa" */ .community-checklist .progress { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "color: #dbab09" */ .community-checklist .checklist-dot { @@ -8669,7 +8669,7 @@ } /* source #5: "#fff" */ .select-menu-item { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "color: #586069" */ @@ -8682,11 +8682,11 @@ } /* source #5: "#f6f8fa" */ .tint-box { - background: #221c22; + background: #1f1a1f; } /* source #5: "#fff" */ .tint-box.transparent { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "fill: #959da5" */ @@ -8695,7 +8695,7 @@ } /* source #5: "#fff" */ .coupons .coupon-form-body { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "color: #0366d6" */ @@ -8712,7 +8712,7 @@ } /* source #5: "#fafbfc", "#d1d5da" */ .dashboard-notice { - background-color: #1f1b20; + background-color: #1c191d; border-color: #232024; } /* source #5: "color: #959da5" */ @@ -8733,12 +8733,12 @@ } /* source #5: "#fff" */ .dashboard-notice .coupon { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "#fff", "box-shadow: none" */ .dashboards-overview-cards .blankslate { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; box-shadow: none; } @@ -8867,7 +8867,7 @@ } /* source #5: "#fafbfc", "#eee" */ .newsletter-frequency-choice h3 { - background-color: #1f1b20; + background-color: #1c191d; border-bottom-color: #232024; } /* source #5: "#0366d6", "#0366d6" */ @@ -8894,7 +8894,7 @@ } /* source #5: "#f5f5f5" */ .exploregrid-item-header { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "color: #24292e" */ .exploregrid-item-title { @@ -8920,12 +8920,12 @@ } /* source #5: "#fff" */ .file .image .border-wrap { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#eee", "#fff" */ .file .image canvas, .file .image img { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "#eee" */ .file .image .view canvas, .file .image .view img, .file .image canvas, @@ -8938,7 +8938,7 @@ } /* source #5: "#fafbfc", "#e1e4e8" */ .file-header { - background-color: #1f1b20; + background-color: #1c191d; border-bottom-color: #232024; } /* source #5: "#ddd" */ @@ -8989,7 +8989,7 @@ } /* source #5: "#fff" */ .topic-tag-outline { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "color: #6a737d", "#f1f8ff" */ @@ -9036,7 +9036,7 @@ } /* source #5: "#fafbfc" */ .discussion-post .timeline-inline-comments { - background: #1f1b20; + background: #1c191d; } /* source #5: "#e1e4e8" */ .discussion-post .reply-comment:first-child { @@ -9044,7 +9044,7 @@ } /* source #5: "#fafbfc" */ .discussion-post .reply-comment .review-comment.is-comment-editing { - background: #1f1b20; + background: #1c191d; } /* source #5: "#e1e4e8" */ .discussion-post .reply-comments-holder::before { @@ -9052,7 +9052,7 @@ } /* source #5: "#f6f8fa", "box-shadow: none" */ .team-discussion-new-post .review-thread-reply-button:disabled { - background-color: #221c22; + background-color: #1f1a1f; box-shadow: none; } /* source #5: "color: #a3aab1" */ @@ -9117,7 +9117,7 @@ } /* source #5: "#fff" */ .integrations-select-repos::-webkit-scrollbar-thumb { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "transparent" */ .integrations-select-repos::-webkit-scrollbar-track-piece { @@ -9257,7 +9257,7 @@ } /* source #5: "#fff" */ .repository-lang-stats-graph .language-color:not(:first-child) { - border-left-color: #1f1b20; + border-left-color: #1c191d; } /* source #5: "fill: #0366d6" */ .map-background { @@ -9273,12 +9273,12 @@ } /* source #5: "#f6f8fa" */ .MarketplaceSideNav { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "#fff", "#e1e4e8" */ @media (min-width: 768px) { .MarketplaceSideNav { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-right-color: #232024; } @@ -9293,7 +9293,7 @@ } /* source #5: "#f6f8fa" */ .ScreenshotCarousel-navitem.selected { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "#d73a49" */ .marketplace-plan-dollar-field-container.is-errored .form-control { @@ -9314,20 +9314,20 @@ } /* source #5: "#fff" */ .filter-item.selected .Label--outline-white { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "#fafbfc" */ .MarketplaceEdit-body .menu-item { - background: #1f1b20; + background: #1c191d; } /* source #5: "#fff" */ .MarketplaceEdit-body .menu-item.selected { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "#f6f8fa" */ .MarketplaceEdit-body .menu-item:hover { - background: #221c22; + background: #1f1a1f; } /* source #5: "color: #586069", "#e6ebf1" */ .MarketplaceEdit-body .CircleIcon { @@ -9336,7 +9336,7 @@ } /* source #5: "#fff" */ .BarChart-bar { - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #5: "#fb8532" */ .BarChart-bar--orange { @@ -9349,7 +9349,7 @@ } /* source #5: "#fafbfc" */ .MarketplaceBackground-buffer { - background: #1f1b20; + background: #1c191d; } /* source #5: "linear-gradient(90deg,#257bf9,#2426ca)" */ .MarketplaceAnnouncement { @@ -9357,7 +9357,7 @@ } /* source #5: "#fff" */ .MarketplaceAnnouncement .btn-outline-mktg:hover { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "#c8e1ff" */ .topic-tag-contrast { @@ -9408,7 +9408,7 @@ } /* source #5: "#fff" */ .page-new-repo .internal-repo-avatar { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "color: #586069" */ .news blockquote, .owner-reponame .slash { @@ -9420,7 +9420,7 @@ } /* source #5: "#fff" */ .news .alert .gravatar { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "color: #586069" */ @@ -9429,7 +9429,7 @@ } /* source #5: "#fff" */ .news .commits li img { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "color: #586069" */ @@ -9447,7 +9447,7 @@ } /* source #5: "#f6f8fa" */ .notifications .read.list-group-item { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "#d1d5da" */ .notification-thread-subscription:first-child { @@ -9514,14 +9514,14 @@ /* source #5: "color: #586069", "#fff", "#eee" */ .thread-subscription-status { color: #bbbbbbCC; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } /* source #5: "#fff" */ @media (max-width: 767px) { .notifications-v2 .AvatarStack-body .avatar { - border-right-color: #1f1b20 !important; + border-right-color: #1c191d !important; } } /* source #5: "initial" */ @@ -9593,7 +9593,7 @@ } /* source #5: "#fff" */ .notifications-list-item.notification-unread { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "color: #24292e !important" */ @@ -9636,12 +9636,12 @@ } /* source #5: "#fff" */ .oauth-org-access-details { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "#ffe" */ .oauth-org-access-details .oauth-org-item:hover { - background: #1f1b20; + background: #1c191d; } /* source #5: "color: #24292e" */ .oauth-org-access-details .oauth-org-item.on strong { @@ -9649,7 +9649,7 @@ } /* source #5: "#fff" */ .oauth-org-access-details .oauth-org-item.revoked { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "color: #cb2431" */ @@ -9736,7 +9736,7 @@ } /* source #5: "#fff" */ .org-insights-svg-tip::after { - border-color: #1f1b20 hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0); + border-color: #1c191d hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0); } /* source #5: "#e1e4e8","transparent" */ .org-insights-svg-tip::before { @@ -9780,12 +9780,12 @@ } /* source #5: "#fff" */ .org-insights-cards .repository-lang-stats-graph .language-color { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "color: #24292e", "#fafbfc", "#e1e4e8" */ .orghead { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; border-bottom-color: #232024; } /* source #5: "color: #333" */ @@ -9814,7 +9814,7 @@ } /* source #5: "#fff","#f5f5f5" */ .saml-enabled-banner-container { - background-image: linear-gradient(-1deg, #1f1b20; background-image: none, #232024); + background-image: linear-gradient(-1deg, #1c191d; background-image: none, #232024); } /* source #5: "#cb2431" */ .saml-settings-form .test-status-indicator-error { @@ -9830,7 +9830,7 @@ } /* source #5: "#fff" */ .auto-search-group .spinner { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#eee" */ @@ -9945,13 +9945,13 @@ } /* source #5: "#fff", "#ddd" */ .manage-repo-access-group { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } /* source #5: "#f8f8f8", "#ddd" */ .manage-repo-access-title { - background-color: #1c181e; + background-color: #1a161c; border-bottom-color: #232024; } /* source #5: "#eee" */ @@ -9960,7 +9960,7 @@ } /* source #5: "#fff" */ .manage-repo-access-icon { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "#ddd" */ @@ -9974,11 +9974,11 @@ /* source #5: "color: #24292e", "#fafbfc" */ .manage-repo-access-not-active { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#f9f9f9" */ .manage-repo-access-not-active .manage-repo-access-icon { - background: #1f1b20; + background: #1c191d; } /* source #5: "#ddd" */ .manage-access-remove-footer { @@ -10006,7 +10006,7 @@ } /* source #5: "#fff" */ .manage-memberships-tabs-item.selected, .theme-picker { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#eee" */ @@ -10023,7 +10023,7 @@ } /* source #5: "#f5f5f5" */ .theme-selector-thumbnail:hover { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "#0366d6" */ .theme-selector-thumbnail.selected { @@ -10033,11 +10033,11 @@ } /* source #5: "#fff" */ .theme-selector-thumbnail.selected .theme-selector-img { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "#fff" */ .page-preview, .theme-picker-spinner { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "color: #86181d" */ @@ -10106,7 +10106,7 @@ /* source #5: "#24292e" */ @media (min-width: 544px) { .project-full-screen .project-header { - background-color: #1f1b20; + background-color: #1c191d; } } /* source #5: "hsla(0,0%,100%,.125)", "box-shadow: none", "hsla(0,0%,100%,.175)" */ @@ -10122,14 +10122,14 @@ /* source #5: "#fff" */ @media (min-width: 544px) { .project-header { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } } /* source #5: "linear-gradient(#54a3ff,#006eed)", "#fff" */ .pending-cards-status { background-image: linear-gradient(/*[[base-color]]*/ #d45575, /*[[base-color]]*/ #d45575); - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ @media (min-width: 544px) { @@ -10151,7 +10151,7 @@ } /* source #5: "#f6f8fa" */ .sortable-ghost { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "color: #6a737d", "#dfe2e5" */ .project-card blockquote { @@ -10206,7 +10206,7 @@ } /* source #5: "#fff", "#d1d5da" */ .projects-comment-form .comment-form-head .toolbar-commenting { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-top-color: #232024; } @@ -10216,7 +10216,7 @@ } /* source #5: "#fff" */ .project-issue-body-blur { - background: linear-gradient(0deg, #1f1b20; background-image: none, hsla(0, 0%, 100%, 0)); + background: linear-gradient(0deg, #1c191d; background-image: none, hsla(0, 0%, 100%, 0)); } /* source #5: "color: rgba(27,31,35,.5)" */ .project-comment-body-hover .octicon-pencil, @@ -10238,7 +10238,7 @@ } /* source #5: "#fff", "#d1d5da" */ .user-profile-sticky-bar.user-profile-sticky-bar-with-bg::after { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-bottom-color: #232024; } @@ -10249,7 +10249,7 @@ } /* source #5: "#fff", "#d1d5da", "box-shadow: none" */ .user-profile-nav { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-bottom-color: #232024; box-shadow: none; @@ -10269,8 +10269,8 @@ } /* source #5: "#fff", "#fff" */ .profile-timeline-card-wrapper { - border-top-color: #1f1b20; - border-bottom-color: #1f1b20; + border-top-color: #1c191d; + border-bottom-color: #1c191d; } /* source #5: "color: #6a737d" */ .profile-timeline-card .issue-meta-section .octicon { @@ -10287,7 +10287,7 @@ } /* source #5: "#fff" */ .pr-toolbar.is-stuck { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "rgba(0,0,0,.001)" */ @@ -10296,7 +10296,7 @@ } /* source #5: "#fff" */ .diffbar { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#eee" */ @@ -10335,7 +10335,7 @@ /* source #5: "#f6f8fa" */ .review-comment-loader::after, .review-comment.is-comment-editing::after, .review-comment::after { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "color: #24292e" */ .review-comment { @@ -10348,18 +10348,18 @@ } /* source #5: "#fff", "#e1e4e8" */ .review-comment .is-comment-editing { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } /* source #5: "#f6f8fa", "#e1e4e8" */ .review-thread-reply { - background-color: #221c22; + background-color: #1f1a1f; border-top-color: #232024; } /* source #5: "#fff", "#e1e4e8" */ .review-summary-form-wrapper, .review-thread-reply .inline-comment-form { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } .review-summary-form-wrapper { @@ -10417,7 +10417,7 @@ /* source #5: "#e1e4e8", "#fff" */ .release-timeline-tags .tag-timeline-date::after { background-color: #232024; - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "color: #cb2431", "#d73a49" */ .Label--draft { @@ -10434,7 +10434,7 @@ } /* source #5: "#f9f9f9" */ .uploaded-files > li.delete { - background: #1f1b20; + background: #1c191d; } /* source #5: "color: #cb2431 !important" */ .uploaded-files .remove:hover { @@ -10463,14 +10463,14 @@ .is-failed .repo-file-upload-errors, .is-hidden-file .repo-file-upload-errors, .is-too-big .repo-file-upload-errors, .is-too-many .repo-file-upload-errors { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-top-color: #232024; } /* source #5: "color: #bbbbbb66", "#fff" */ .repo-file-upload-tree-target { color: #bbbbbb94; - background: radial-gradient(ellipse at center, #1f1b20; background-image: none 0, hsla(0, 0%, 100%, 0.85) 65%, hsla(0, 0%, 100%, 0.85) 100%); + background: radial-gradient(ellipse at center, #1c191d; background-image: none 0, hsla(0, 0%, 100%, 0.85) 65%, hsla(0, 0%, 100%, 0.85) 100%); } /* source #5: "#ddd" */ .repo-file-upload-tree-target .repo-file-upload-outline { @@ -10510,7 +10510,7 @@ } /* source #5: "#fafbfc", "#e5e5e5" */ .filter-bar { - background-color: #1f1b20; + background-color: #1c191d; border-bottom-color: #232024; } /* source #5: "#ddd" */ @@ -10524,7 +10524,7 @@ /* source #5: "color: #333", "linear-gradient(#fafafa,#eaeaea)" */ .clone-url-button > .clone-url-link { color: #bbbbbbEE; - background-image: linear-gradient(#1c181e, #1f1b20); + background-image: linear-gradient(#1a161c, #1c191d); } /* source #5: "linear-gradient(#599bcd,#3072b3)", "#2a65a0" */ .clone-url-button > .clone-url-link:active, @@ -10539,7 +10539,7 @@ } /* source #5: "box-shadow: inset 1px 0 0 #fff" */ .clone-url-button + .clone-url-button > .clone-url-link { - box-shadow: inset 1px 0 0 #1f1b20; + box-shadow: inset 1px 0 0 #1c191d; } /* source #5: "box-shadow: none" */ .clone-url-button + .clone-url-button > .clone-url-link:hover { @@ -10589,12 +10589,12 @@ } /* source #5: "#fff" */ table.files { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "#f6f8fa" */ table.files tr.navigation-focus td, table.files tr[aria-selected="true"] td { - background: #221c22; + background: #1f1a1f; } /* source #5: "#eaecef" */ table.files td { @@ -10628,7 +10628,7 @@ /* source #5: "color: #586069", "#fafbfc", "#dfe2e5" */ .branch-infobar { color: #bbbbbbCC; - background-color: #1f1b20; + background-color: #1c191d; border-color: #232024; } /* source #5: "color: #959da5" */ @@ -10815,7 +10815,7 @@ } /* source #5: "#fff" */ .qr-code-table .white { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "color: #586069" */ @@ -10861,7 +10861,7 @@ } /* source #5: "#fafbfc" */ .oauth-pending-deletion-list-item, .oauth-pending-deletion-list-item:hover { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "color: #586069" */ .boxed-group-list .access-level { @@ -10889,11 +10889,11 @@ } /* source #5: "#f5f5f5" */ .listgroup-overflow { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "#fafbfc" */ .protected-branch-orgs-and-repo-admins { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "color: #333" */ .protected-branch-pusher { @@ -10948,7 +10948,7 @@ } /* source #5: "#fff" */ .setup-info-module { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#ddd" */ @@ -10961,7 +10961,7 @@ } /* source #5: "#f9f9f9", "#e0e0e0" */ .setup-info-module .setup-info-note { - background: #1f1b20; + background: #1c191d; border-top-color: #232024; } /* source #5: "#eee" */ @@ -11022,8 +11022,8 @@ /* source #5: "color: rgba(27,31,35,.85)", "#fff","#dbedff", "#fff" */ .intro-shelf { color: rgba(230, 230, 230, 0.85); - background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 60%, #1f1b20; background-image: none), linear-gradient(70deg, #2d2330 32%, #ebfff0); - border-bottom-color: #1f1b20; + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 60%, #1c191d; background-image: none), linear-gradient(70deg, #2d2330 32%, #ebfff0); + border-bottom-color: #1c191d; } /* source #5: "color: rgba(27,31,35,.7)" */ .intro-shelf .shelf-lead { @@ -11039,7 +11039,7 @@ } /* source #5: "#fff", "#e1e4e8" */ .orgs-help-item-octicon { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -11061,7 +11061,7 @@ } /* source #5: "#fff" */ .signup-plan-card, .signup-plan-card:hover { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "#0366d6" */ @@ -11072,7 +11072,7 @@ } /* source #5: "#fff" */ .showcase-page-pattern::after { - background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), #1f1b20; background-image: none); + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), #1c191d; background-image: none); } /* source #5: "#eee" */ .showcase-page-repo-list { @@ -11084,14 +11084,14 @@ } /* source #5: "#fff", "#fff" */ .sponsors-goals-avatar-border { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "#fff", "#e1e4e8" */ .business-sso .business-sso-panel, .business-sso .org-sso-panel, .org-sso .business-sso-panel, .org-sso .org-sso-panel { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -11121,11 +11121,11 @@ /* source #5: "color: #0366d6", "#f6f8fa" */ .team-member-ellipsis:hover { color: /*[[base-color]]*/ #d45575; - background: #221c22; + background: #1f1a1f; } /* source #5: "#fafbfc" */ .team-listing .is-open.root-team { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#0366d6" */ .token-scanning-reset-query:hover .token-scanning-reset-query-icon { @@ -11139,7 +11139,7 @@ } /* source #5: "#f6f8fa", "#dfe2e5" */ table.capped-list th { - background: #221c22; + background: #1f1a1f; } /* source #5: "#eaecef" */ table.capped-list td, table.capped-list th { @@ -11151,7 +11151,7 @@ } /* source #5: "#fafbfc" */ table.capped-list tr:nth-child(2n) { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#dfe2e5" */ .traffic-graph-stats { @@ -11255,7 +11255,7 @@ } /* source #5: "#fff", "#e1e4e8" */ .user-status-circle-badge { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -11273,8 +11273,8 @@ } /* source #5: "#fff", "#fff" */ .hx_flex-avatar-stack-item .avatar { - border-color: #1f1b20; - background-color: #1f1b20; + border-color: #1c191d; + background-color: #1c191d; background-image: none; } /* source #5: "box-shadow: none" */ @@ -11295,7 +11295,7 @@ /* source #5: "#fafbfc" */ @media (hover: hover) { .hx_menuitem--focus { - background-color: #1f1b20; + background-color: #1c191d; } } /* source #5: "color: rgba(115,92,15,.5)" */ @@ -11342,7 +11342,7 @@ /* source #5: "#fafbfc", "#e1e4e8", "#fff" */ @media (max-width: 767px) { .tabnav--responsive .tabnav-tab { - background-color: #1f1b20; + background-color: #1c191d; border-color: #232024; } .tabnav--responsive .tabnav-tab:first-child { @@ -11350,7 +11350,7 @@ } .tabnav--responsive .tabnav-tab.selected, .tabnav--responsive .tabnav-tab[aria-selected="true"] { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } } @@ -11362,7 +11362,7 @@ } /* source #5: "#fff" */ .details-overlay[open] > .dropdown-item:hover { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "color: #959da5" */ @@ -11401,7 +11401,7 @@ } /* source #5: "#fff" */ .select-menu-filters, .select-menu-header { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #5: "box-shadow: none" */ @@ -11481,7 +11481,7 @@ } /* source #5: "#fff" */ .testimonial-avatar { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "transparent" */ .customer-story-overlay { @@ -11497,7 +11497,7 @@ } /* source #5: "#f6f8fa" */ .page-nav-item::before { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "color: #444d56 !important" */ .page-nav-item:hover { @@ -11538,7 +11538,7 @@ } /* source #5: "#f6f8fa" */ .Tile { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "#fff" */ .Tile:hover { @@ -11546,12 +11546,12 @@ } /* source #5: "#fafbfc" */ .bg-hero-dots-gray::before, .Tile:hover { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#fafbfc" */ @media (max-width: 1012px) { .enterprise-section-container { - background-color: #1f1b20; + background-color: #1c191d; } } /* source #5: "#e1e4e8" */ @@ -11568,7 +11568,7 @@ } /* source #5: "transparent", "#fff" */ .sponsors-popover::after { - border-color: #1f1b20 transparent transparent; + border-color: #1c191d transparent transparent; } /* source #5: "color: #586069" */ .sponsors-listing-featured-item .item-handle { @@ -11639,16 +11639,16 @@ } /* source #5: "#fff" */ .fade-img-to-white-bg::before { - background: linear-gradient(180deg, #1f1b20; background-image: none 0, hsla(0, 0%, 100%, 0)); + background: linear-gradient(180deg, #1c191d; background-image: none 0, hsla(0, 0%, 100%, 0)); } /* source #5: "#fff" */ .fade-img-to-white-bg::after { - background: linear-gradient(0deg, #1f1b20; background-image: none 0, hsla(0, 0%, 100%, 0)); + background: linear-gradient(0deg, #1c191d; background-image: none 0, hsla(0, 0%, 100%, 0)); } /* source #5: "color: #24292e", "#fff" */ .pricing-plan-tab-active { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "initial" */ @@ -11670,12 +11670,12 @@ } /* source #5: "#fff" */ .pricing-matrix-column-tier { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#f6f8fa" */ .pricing-matrix-row:hover .pricing-matrix-column-tier { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "color: #959da5" */ .codespaces-subtitle { @@ -11691,20 +11691,20 @@ } /* source #5: "#24292e" */ .bg-gradient-gray { - background-image: linear-gradient(175.44deg, #221c23 1.44%, #1f1b20 96.23%); + background-image: linear-gradient(175.44deg, #221c23 1.44%, #1c191d 96.23%); } /* source #5: "#fff" */ .bg-radial-white { - background: radial-gradient(145.3% 145.3% at 65.91% 0, #1f1b20; background-image: none 0, #f0f0f0 100%); + background: radial-gradient(145.3% 145.3% at 65.91% 0, #1c191d; background-image: none 0, #f0f0f0 100%); } /* source #5: "#24292e" */ .jumbotron-netneutrality { - background: #1f1b20; + background: #1c191d; } /* source #5: "#24292e" */ @media (min-width: 768px) { .jumbotron-netneutrality { - background: url(/images/modules/site/netneutrality/netneutrality.png), #1f1b20; + background: url(/images/modules/site/netneutrality/netneutrality.png), #1c191d; } } /* source #5: "#f5f0ff", "transparent", "color: #6f42c1" */ @@ -11738,7 +11738,7 @@ /* source #5: "#fafbfc", "color: #24292e" */ @media (min-width: 768px) { .illflow-item:not(.selected):hover { - background-color: #1f1b20; + background-color: #1c191d; } .illflow-item.selected .illflow-item-heading { color: #bbbbbbAA; @@ -11813,7 +11813,7 @@ /* source #5: "#fff" */ @media (min-width: 1012px) { .insights-dashboard-callout { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } } @@ -11837,7 +11837,7 @@ } /* source #5: "#24292e" */ .gpr-cli-tab:hover { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "color: #586069" */ .MarketingBody > p { @@ -11869,16 +11869,16 @@ } /* source #5: "#fff" */ .phone-buttons, .phone-buttons::after, .phone-buttons::before { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "#fff" */ .phone-background { - border-color: #1f1b20; + border-color: #1c191d; } /* source #5: "#f6f8fa" */ .phone-background::before { - border-color: #1c181e; + border-color: #1a161c; } /* source #5: "#dbedff" */ .mobile-work-overlay-bluetap { @@ -11921,7 +11921,7 @@ } /* source #5: "#24292e" */ .DeveloperVideo-data { - background: #1f1b20; + background: #1c191d; } /* source #5: "none", "transparent" */ @media (min-width: 768px) { @@ -11936,7 +11936,7 @@ } /* source #5: "#fff" */ .signup-prompt-bg { - background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #1f1b20; background-image: none), linear-gradient(70deg, #eaf5ff 32%, #f6fff8); + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #1c191d; background-image: none), linear-gradient(70deg, #eaf5ff 32%, #f6fff8); } /* source #5: "color: #586069" */ .SegmentedNav .selected { @@ -11944,11 +11944,11 @@ } /* source #5: "#fafbfc" */ .home-enterprise-wrapper::before { - background-color: #1f1b20; + background-color: #1c191d; } /* source #5: "#f6f8fa" */ .choose-team-lp { - background-color: #221c22; + background-color: #1f1a1f; } /* source #5: "color: #2f363d" */ .choose-team-lp .lead-mktg { @@ -11956,7 +11956,7 @@ } /* source #5: "#fff" */ .choose-team-lp .landing-page-section.features { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "color: #2f363d" */ @@ -11969,7 +11969,7 @@ } /* source #5: "#fff" */ .team-octicon { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #5: "transparent" */ @@ -11982,7 +11982,7 @@ } /* source #5: "#fff" */ .team-collaboration-box::after { - border-bottom-color: #1f1b20; + border-bottom-color: #1c191d; } /* source #5: "transparent", "#d1d5da", "transparent", "#fff" */ @media (min-width: 768px) { @@ -11992,7 +11992,7 @@ } .team-collaboration-box--left::after { border-bottom-color: transparent; - border-left-color: #1f1b20; + border-left-color: #1c191d; } } /* source #5: "#d1d5da", "transparent", "#fff", "transparent" */ @@ -12002,7 +12002,7 @@ border-bottom-color: transparent; } .team-collaboration-box--right::after { - border-right-color: #1f1b20; + border-right-color: #1c191d; border-bottom-color: transparent; } } @@ -12016,13 +12016,13 @@ ._2NFgh0Z6tkGorUToiId47k [class^="Content__ChildWrapper"] > [class^="Content"], ._3c5eahGieigDTmRHO-d7l3 [class^="Content__ChildWrapper"] > [class^="Content"] { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "white" */ ._2NFgh0Z6tkGorUToiId47k .status-dropdown__option::before, ._3c5eahGieigDTmRHO-d7l3 .status-dropdown__option::before { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "transparent" */ @@ -12052,7 +12052,7 @@ } /* source #6: "white" */ ._2dv0LNfUzjAAPh-wPACjXb { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "transparent" */ @@ -12067,7 +12067,7 @@ /* source #6: "#ffffff", "color: #333", "#fff" */ body { color: #bbbbbbEE; - background: #1f1b20; + background: #1c191d; } /* source #6: "transparent", "transparent" */ .caret { @@ -12088,7 +12088,7 @@ } /* source #6: "#f5f5f5" */ pre.code-display { - background-color: #221c22; + background-color: #1f1a1f; } /* source #6: "transparent" */ pre.code-display code { @@ -12107,7 +12107,7 @@ } /* source #6: "#f5f5f5", "#ddd" */ input[disabled], select[disabled], select[readonly], textarea[disabled] { - background-color: #221c22; + background-color: #1f1a1f; border-color: #232024; } /* source #6: "#ddd" */ @@ -12144,25 +12144,25 @@ } /* source #6: "#ffffff" */ .carousel-control { - border-color: #1f1b20; + border-color: #1c191d; } /* source #6: "#f8f8f8" */ .component-statuses .component-status-container .component-dropdown-selector.dropdown-open .component-status-display { - background-color: #1c181e; + background-color: #1a161c; } /* source #6: "#d0d0d0", "#fff" */ .component-statuses .component-status-container .component-dropdown-selector .status-dropdown { border-color: #232024; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "#f9f9f9" */ .component-statuses .component-status-container .component-dropdown-selector .status-dropdown .status-option:hover { - background-color: #1f1b20; + background-color: #1c191d; } /* source #6: "#fff" */ .datepicker { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #6: "transparent", "transparent", "#fff" */ @@ -12171,7 +12171,7 @@ border-right-color: transparent; } .datepicker::after { - border-bottom-color: #1f1b20; + border-bottom-color: #1c191d; } /* source #6: "#eee" */ .datepicker td.day:hover, .datepicker td span:hover, @@ -12180,12 +12180,12 @@ } /* source #6: "#ffffff" */ .dropdown .dropdown-menu { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "#f8f8f8" */ .dropdown .dropdown-menu li:hover { - background-color: #1c181e; + background-color: #1a161c; } /* source #6: "color: #333" */ .dropdown .dropdown-menu li a { @@ -12193,7 +12193,7 @@ } /* source #6: "white" */ .es-menu { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #6: "color: #333" */ @@ -12226,7 +12226,7 @@ } /* source #6: "#ffffff" */ .modal { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "color: #000" */ @@ -12243,12 +12243,12 @@ } /* source #6: "#f5f5f5", "#ddd" */ .modal .modal-footer { - background-color: #221c22; + background-color: #1f1a1f; border-top-color: #232024; } /* source #6: "#fff", "transparent" */ .panel { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: transparent; } @@ -12259,7 +12259,7 @@ /* source #6: "color: #333", "#f5f5f5", "#ddd" */ .panel.panel-default .panel-heading { color: #bbbbbbEE; - background-color: #221c22; + background-color: #1f1a1f; border-color: #232024; } /* source #6: "transparent" */ @@ -12268,24 +12268,24 @@ } /* source #6: "#ffffff" */ .popover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "#ffffff" */ .popover.top .arrow::after { - border-top-color: #1f1b20; + border-top-color: #1c191d; } /* source #6: "#ffffff" */ .popover.right .arrow::after { - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #6: "#ffffff" */ .popover.bottom .arrow::after { - border-bottom-color: #1f1b20; + border-bottom-color: #1c191d; } /* source #6: "#ffffff" */ .popover.left .arrow::after { - border-left-color: #1f1b20; + border-left-color: #1c191d; } /* source #6: "transparent" */ .popover .arrow, .popover .arrow::after { @@ -12293,12 +12293,12 @@ } /* source #6: "#f5f5f5", "#eee" */ .popover .popover-title { - background-color: #221c22; + background-color: #1f1a1f; border-bottom-color: #232024; } /* source #6: "#fff" */ .cpt-table .content { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #6: "#e0e0e0" */ @@ -12320,7 +12320,7 @@ /* source #6: "#f9f9f9" */ .cpt-tabular-table.striped tbody tr:nth-child(odd) td, .cpt-tabular-table .table-striped tbody tr:nth-child(odd) th { - background-color: #1f1b20; + background-color: #1c191d; } /* source #6: "#ddd" */ .cpt-tabs:not(.unstyled) { @@ -12342,7 +12342,7 @@ /* source #6: "color: #333", "#ffffff", "#ddd", "transparent" */ .cpt-tabs:not(.unstyled) li.active a { color: #bbbbbbEE; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024 #232024 transparent; } @@ -12363,7 +12363,7 @@ .cpt-tabs:not(.unstyled).mobile li.active a, .cpt-tabs:not(.unstyled).mobile li:not(.active) a:hover, .cpt-tabs:not(.unstyled).mobile li a { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "box-shadow: none", "none" */ @@ -12373,7 +12373,7 @@ } /* source #6: "white" */ .cpt-toggle .bubble { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "color: #bbbbbb66", "#e0e0e0" */ @@ -12406,7 +12406,7 @@ } /* source #6: "#ffffff" */ .cpt-button .caret { - border-top-color: #1f1b20; + border-top-color: #1c191d; } /* source #6: "box-shadow: none", "transparent" */ .cpt-button.style-outline { @@ -12415,7 +12415,7 @@ } /* source #6: "white" */ .cpt-button.style-outline:hover { - border-color: #1f1b20; + border-color: #1c191d; } /* source #6: "#bbb" */ .cpt-button.style-outline.color-grey { @@ -12443,7 +12443,7 @@ } /* source #6: "#fff" */ .cpt-pill-group button.pill { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "#E0E0E0", "color: #333" */ @@ -12457,7 +12457,7 @@ } /* source #6: "#f8f8f8", "#e0e0e0", "#e0e0e0" */ .updates-dropdown-container .updates-dropdown .updates-dropdown-nav a { - background-color: #1c181e; + background-color: #1a161c; border-right-color: #232024; border-bottom-color: #232024; } @@ -12467,7 +12467,7 @@ } /* source #6: "#fff" */ .updates-dropdown-container .updates-dropdown .updates-dropdown-section { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "rgba(0,0,0,0.8)" */ @@ -12489,7 +12489,7 @@ /* source #6: "white" */ .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip, .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip #box-arrow { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "box-shadow: none" */ @@ -12503,12 +12503,12 @@ } /* source #6: "#fff" */ .layout-content.status-internal .message-container { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "transparent", "white" */ #uptime-tooltip .pointer-smaller { - border-color: transparent transparent #1f1b20; + border-color: transparent transparent #1c191d; } /* source #6: "transparent" */ #uptime-tooltip .pointer-larger { @@ -12516,7 +12516,7 @@ } /* source #6: "white" */ #uptime-tooltip .tooltip-box { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "color: #333" */ @@ -12533,7 +12533,7 @@ } /* source #6: "#f6f8fa" */ body { - background-color: #221c22; + background-color: #1f1a1f; } /* source #6: "rgba(0, 0, 0, 0.125)" */ .layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .updates, @@ -12547,7 +12547,7 @@ } /* source #6: "#fff" */ .component-container, .incident-title + .updates { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "#e6ebf1" */ @@ -12556,7 +12556,7 @@ } /* source #6: "#f6f8fa" */ .component-items-selector .grouped-item:hover { - background-color: #221c22; + background-color: #1f1a1f; } /* source #6: "#0366d6" */ .component-items-selector .active, .component-items-selector .active:hover { @@ -12570,7 +12570,7 @@ } /* source #6: "#24292e" */ .status-day > .date::before { - background: #1f1b20 url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 2H12V3.5C12 3.78 11.78 4 11.5 4H9.5C9.22 4 9 3.78 9 3.5V2H6V3.5C6 3.78 5.78 4 5.5 4H3.5C3.22 4 3 3.78 3 3.5V2H2C1.45 2 1 2.45 1 3V14C1 14.55 1.45 15 2 15H13C13.55 15 14 14.55 14 14V3C14 2.45 13.55 2 13 2ZM13 14H2V5H13V14ZM5 3H4V1H5V3ZM11 3H10V1H11V3ZM6 7H5V6H6V7ZM8 7H7V6H8V7ZM10 7H9V6H10V7ZM12 7H11V6H12V7ZM4 9H3V8H4V9ZM6 9H5V8H6V9ZM8 9H7V8H8V9ZM10 9H9V8H10V9ZM12 9H11V8H12V9ZM4 11H3V10H4V11ZM6 11H5V10H6V11ZM8 11H7V10H8V11ZM10 11H9V10H10V11ZM12 11H11V10H12V11ZM4 13H3V12H4V13ZM6 13H5V12H6V13ZM8 13H7V12H8V13ZM10 13H9V12H10V13Z' fill='%23fff'/%3E%3C/svg%3e") no-repeat center center; + background: #1c191d url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 2H12V3.5C12 3.78 11.78 4 11.5 4H9.5C9.22 4 9 3.78 9 3.5V2H6V3.5C6 3.78 5.78 4 5.5 4H3.5C3.22 4 3 3.78 3 3.5V2H2C1.45 2 1 2.45 1 3V14C1 14.55 1.45 15 2 15H13C13.55 15 14 14.55 14 14V3C14 2.45 13.55 2 13 2ZM13 14H2V5H13V14ZM5 3H4V1H5V3ZM11 3H10V1H11V3ZM6 7H5V6H6V7ZM8 7H7V6H8V7ZM10 7H9V6H10V7ZM12 7H11V6H12V7ZM4 9H3V8H4V9ZM6 9H5V8H6V9ZM8 9H7V8H8V9ZM10 9H9V8H10V9ZM12 9H11V8H12V9ZM4 11H3V10H4V11ZM6 11H5V10H6V11ZM8 11H7V10H8V11ZM10 11H9V10H10V11ZM12 11H11V10H12V11ZM4 13H3V12H4V13ZM6 13H5V12H6V13ZM8 13H7V12H8V13ZM10 13H9V12H10V13Z' fill='%23fff'/%3E%3C/svg%3e") no-repeat center center; } /* source #6: "#e6ebf1" */ .month-title { @@ -12583,7 +12583,7 @@ /* source #6: "#e6ebf1", "#f6f8fa" */ .incident-container .incident-title::before { background-color: #444; - border-color: #1c181e; + border-color: #1a161c; } /* source #6: "color: #dbab09" */ .update.investigating > strong { @@ -12596,14 +12596,14 @@ /* source #6: "#eff3f6", "linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)", "rgba(27, 31, 35, 0.2)", "color: #24292e !important", "box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px inset !important" */ .flat-button, .history-header .show-filter { background-color: #2d1f27 !important; - background-image: linear-gradient(-180deg, #1c181e 0%, #1f1b20 90%) !important; + background-image: linear-gradient(-180deg, #1a161c 0%, #1c191d 90%) !important; border-color: rgba(200, 200, 200, 0.15) !important; color: #bbbbbbAA !important; box-shadow: #000 0px 0px 0px inset !important; } /* source #6: "#fff" */ .updates-dropdown-container .updates-dropdown { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "color: #24292e", "rgba(0, 0, 0, 0.125)" */ @@ -12620,12 +12620,12 @@ .layout-content.status.status-api .section .example-container .example-opener .color-secondary, .layout-content.status.status-full-history .history-nav a.current, body, div[id^="subscribe-modal"], div[id^="subscribe-modal"] .modal-footer { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #6: "#ffffff" */ #uptime-tooltip .pointer-container .pointer-smaller { - border-bottom-color: #1f1b20; + border-bottom-color: #1c191d; } /* source #6: "color: #24292e" */ #uptime-tooltip .tooltip-box .tooltip-content .related-events .related-event a.related-event-link, @@ -12761,12 +12761,12 @@ } /* source #7: "linear-gradient(#f7f7f7, #e2e2e2)", "#d0d0d0" */ .graphiql-container .topBar { - background: #221c22; + background: #1f1a1f; border-bottom-color: #232024; } /* source #7: "linear-gradient(#f7f7f7, #e2e2e2)", "#d0d0d0", "color: #3b5998" */ .graphiql-container .docExplorerShow, .graphiql-container .historyShow { - background: #221c22; + background: #1f1a1f; border-bottom-color: #232024; color: /*[[base-color]]*/ #d45575; } @@ -12781,7 +12781,7 @@ } /* source #7: "white" */ .graphiql-container .docExplorerWrap, .graphiql-container .historyPaneWrap { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #7: "#eeeeee", "#d6d6d6", "#e0e0e0" */ @@ -12801,7 +12801,7 @@ } /* source #7: "#fdfdfd", "linear-gradient(#f9f9f9, #ececec)", "box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.7),inset 0 1px #fff", "color: #555" */ .graphiql-container .toolbar-button { - background: #1f1b20; + background: #1c191d; background: linear-gradient(#303030, #282828); box-shadow: 0 0 0 0.1px #232024; color: #bbbbbbCC; @@ -12824,7 +12824,7 @@ .graphiql-container .execute-options, .graphiql-container .toolbar-menu-items, .graphiql-container .toolbar-select-options { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #7: "none" */ @@ -12835,7 +12835,7 @@ } /* source #7: "white" */ .graphiql-container .doc-explorer { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #7: "color: #3b5998" */ @@ -12850,7 +12850,7 @@ /* source #7: "#ffffff", "#d6d6d6" */ .graphiql-container .doc-explorer-contents, .graphiql-container .history-contents { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-top-color: #232024; } @@ -12956,13 +12956,13 @@ .btn-outline.selected .Counter, .btn-outline:active .Counter, .btn-outline:hover .Counter, [open] > .btn-outline .Counter { color: /*[[base-color]]*/ #d45575; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #7: "color: rgba(27,31,35,.3)", "#fff", "rgba(27,31,35,0.15)", "box-shadow: none" */ .btn-outline.disabled, .btn-outline:disabled { color: rgba(230, 230, 230, 0.3); - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: rgba(200, 200, 200, 0.1); box-shadow: none; @@ -12986,7 +12986,7 @@ /* source #7: "color: #24292e", "#fff", "#d1d5da" */ .menu-item.selected, .tabnav-tab.selected, .tabnav-tab[aria-selected="true"] { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } .tabnav-tab.selected, .tabnav-tab[aria-selected="true"] { @@ -13014,7 +13014,7 @@ .pagination .disabled, .pagination .disabled:hover, .pagination .gap, .pagination .gap:hover { color: #232024; - background-color: #1f1b20; + background-color: #1c191d; } /* source #7: "#d1d5da", "box-shadow: 0 1px 5px rgba(27,31,35,.15)" */ @media (min-width: 544px) { @@ -13036,7 +13036,7 @@ /* source #7: "color: #24292e", "#fff" */ .SelectMenu-tab[aria-selected="true"] { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #7: "#e1e4e8", "box-shadow: none" */ @@ -13074,13 +13074,13 @@ } .SelectMenu-tab:not([aria-checked="true"]):active { color: #bbbbbbAA; - background-color: #221c22; + background-color: #1f1a1f; } } /* source #7: "#fafbfc" */ @media (hover: none) { .SelectMenu-item:active, .SelectMenu-item:focus { - background-color: #1f1b20; + background-color: #1c191d; } } /* source #7: "#0366d6" */ @@ -13112,7 +13112,7 @@ /* source #8: "color: #24292e", "#fff", "#d1d5da" */ .ais-SearchBox-input, .form-control, .form-select { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -13129,11 +13129,11 @@ } /* source #8: "#fafbfc" */ .form-group .ais-SearchBox-input, .form-group .form-control { - background-color: #1f1b20; + background-color: #1c191d; } /* source #8: "#fff" */ .form-group .ais-SearchBox-input:focus, .form-group .form-control:focus { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #8: "color: #cb2431" */ @@ -13163,7 +13163,7 @@ /* source #8: "color: #24292e", "#fff" */ .SideNav-item[aria-current="page"], .SideNav-item[aria-selected="true"] { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #8: "color: #24292e" */ @@ -13190,13 +13190,13 @@ /* source #8: "#fafbfc" */ @media (max-width: 767px) { .nav-mobile-dropdown.js-open { - background-color: #1f1b20; + background-color: #1c191d; } } /* source #8: "#fff" */ @media (min-width: 768px) { .nav-desktop-langDropdown, .nav-desktop-productDropdown { - background: #1f1b20; + background: #1c191d; background-image: none; } } @@ -13245,7 +13245,7 @@ /* source #8: "#fff", "rgba(27,31,35,.15)" */ @media (min-width: 768px) { header #search-results-container { - background: #1f1b20; + background: #1c191d; background-image: none; } header .search-overlay-desktop.js-open { @@ -13271,7 +13271,7 @@ } /* source #8: "color: #333", "#f8f8f8" */ .hljs { - background: #1c181e; + background: #1a161c; } /* source #8: "color: #333" */ .hljs, .hljs-keyword, .hljs-selector-tag, .hljs-subst { @@ -13283,7 +13283,7 @@ } /* source #8: "#fff" */ .markdown-body table th { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #8: "none" */ @@ -13314,7 +13314,7 @@ } /* source #9: "color: #24292e", "#eff3f6", "#fafbfc","#eff3f6" */ .btn { - background-image: linear-gradient(-180deg, #1f1b20, #2d1f27 90%); + background-image: linear-gradient(-180deg, #1c191d, #2d1f27 90%); } /* source #9: "#e6ebf1", "linear-gradient(-180deg,#f0f3f6,#e6ebf1 90%)", "rgba(27,31,35,.35)" */ .btn.hover, .btn:hover { @@ -13330,7 +13330,7 @@ } /* source #9: "color: #cb2431", "#fafbfc", "#fafbfc","#eff3f6" */ .btn-danger { - background-image: linear-gradient(-180deg, #1f1b20, #2d1f27 90%); + background-image: linear-gradient(-180deg, #1c191d, #2d1f27 90%); } /* source #9: "#cb2431", "#cb2431", "rgba(27,31,35,.5)" */ .btn-danger:hover { @@ -13339,7 +13339,7 @@ /* source #9: "color: #24292e", "#fff", "#d1d5da" */ .form-control, .form-select { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -13352,11 +13352,11 @@ } /* source #9: "#fafbfc" */ .form-group .form-control { - background-color: #1f1b20; + background-color: #1c191d; } /* source #9: "#fff" */ .form-group .form-control:focus { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #9: "box-shadow: none" */ @@ -13367,14 +13367,14 @@ .menu-item.selected, .menu-item[aria-current]:not([aria-current="false"]), .menu-item[aria-selected="true"] { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #9: "color: #24292e", "#fff", "#d1d5da" */ .tabnav-tab.selected, .tabnav-tab[aria-current]:not([aria-current="false"]), .tabnav-tab[aria-selected="true"] { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -13390,7 +13390,7 @@ .SideNav-item[aria-current]:not([aria-current="false"]), .SideNav-item[aria-selected="true"] { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #9: "color: #24292e" */ @@ -13522,7 +13522,7 @@ } /* source #9: "#fff", "box-shadow: 0 0 5px rgba(27,31,35,.3)" */ .autocomplete-results { - background: #1f1b20; + background: #1c191d; background-image: none; box-shadow: 0 0 5px #000; } @@ -13535,7 +13535,7 @@ } /* source #9: "#fff", "#e1e4e8", "box-shadow: 0 1px 5px rgba(27,31,35,.15)" */ .suggester { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; box-shadow: 0 1px 5px #000; @@ -13557,23 +13557,23 @@ } /* source #9: "#fff" */ .avatar-child { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #9: "#fff" */ .AvatarStack-body { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #9: "#fff", "#fff" */ .AvatarStack-body .avatar { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #9: "#f6f8fa" */ .avatar.avatar-more { - background: #221c22; + background: #1f1a1f; } /* source #9: "outline: 1px solid #fff" */ .avatar.avatar-more::after, .avatar.avatar-more::before { @@ -13589,11 +13589,11 @@ } /* source #9: "#f6f8fa" */ .AvatarStack--right .avatar.avatar-more::after { - background: #221c22; + background: #1f1a1f; } /* source #9: "#fff" */ .AvatarStack--right .avatar { - border-left-color: #1f1b20; + border-left-color: #1c191d; } /* source #9: "#e1e4e8" */ .DashedConnection::before { @@ -13601,7 +13601,7 @@ } /* source #9: "#fff", "#eaecef" */ .blankslate code { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -13627,7 +13627,7 @@ } /* source #9: "#24292e" */ .Header { - background-color: #1f1b20; + background-color: #1c191d; } /* source #9: "color: #586069", "#eaecef" */ .Label--gray { @@ -13703,7 +13703,7 @@ /* source #9: "color: #444d56", "#fafbfc", "#d1d5da", "box-shadow: inset 0 -1px 0 #d1d5da" */ .markdown-body kbd { color: #bbbbbbCC; - background-color: #1f1b20; + background-color: #1c191d; border-color: #232024; box-shadow: inset 0 -2px 0 #221c23; } @@ -13740,12 +13740,12 @@ } /* source #9: "#fff" */ .markdown-body table tr { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #9: "#f6f8fa" */ .markdown-body table tr:nth-child(2n) { - background-color: #221c22; + background-color: #1f1a1f; } /* source #9: "transparent" */ .markdown-body table img { @@ -13753,7 +13753,7 @@ } /* source #9: "#fff" */ .markdown-body img { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #9: "transparent" */ @@ -13778,12 +13778,12 @@ } /* source #9: "#fff" */ .markdown-body .csv-data .blob-num { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #9: "#f6f8fa" */ .markdown-body .csv-data th { - background: #221c22; + background: #1f1a1f; } /* source #9: "transparent", "rgba(27,31,35,.15)" */ .Popover-message::before { @@ -13791,7 +13791,7 @@ } /* source #9: "transparent", "#fff" */ .Popover-message::after { - border-color: transparent transparent #1f1b20; + border-color: transparent transparent #1c191d; } /* source #9: "transparent" */ .Popover-message--bottom-left::after, .Popover-message--bottom-left::before, @@ -13808,7 +13808,7 @@ /* source #9: "#fff" */ .Popover-message--bottom-left::after, .Popover-message--bottom-right::after, .Popover-message--bottom::after { - border-top-color: #1f1b20; + border-top-color: #1c191d; } /* source #9: "transparent" */ .Popover-message--left-bottom::after, .Popover-message--left-bottom::before, @@ -13828,7 +13828,7 @@ /* source #9: "#fff" */ .Popover-message--right-bottom::after, .Popover-message--right-top::after, .Popover-message--right::after { - border-left-color: #1f1b20; + border-left-color: #1c191d; } /* source #9: "rgba(27,31,35,.15)" */ .Popover-message--left-bottom::before, .Popover-message--left-top::before, @@ -13838,19 +13838,19 @@ /* source #9: "#fff" */ .Popover-message--left-bottom::after, .Popover-message--left-top::after, .Popover-message--left::after { - border-right-color: #1f1b20; + border-right-color: #1c191d; } /* source #9: "#fff" */ @media (hover: hover) { .SelectMenu-tab:not([aria-checked="true"]):active, .SelectMenu-tab:not([aria-checked="true"]):hover { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } } /* source #9: "#f6f8fa" */ .SelectMenu-modal { - background-color: #221c22; + background-color: #1f1a1f; } /* source #9: "#d1d5da", "box-shadow: 0 1px 5px rgba(27,31,35,.15)" */ @media (min-width: 544px) { @@ -13870,7 +13870,7 @@ } /* source #9: "color: #586069", "#fff", "#eaecef" */ .SelectMenu-item, .SelectMenu-list { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } .SelectMenu-item { @@ -13895,7 +13895,7 @@ /* source #9: "color: #24292e", "#fff" */ .SelectMenu-tab[aria-selected="true"] { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #9: "#e1e4e8", "box-shadow: none" */ @@ -13911,13 +13911,13 @@ } /* source #9: "#fff" */ .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #9: "color: #6a737d", "#f6f8fa", "#eaecef" */ .SelectMenu-divider { color: #bbbbbb94; - background-color: #221c22; + background-color: #1f1a1f; border-bottom-color: #232024; } /* source #9: "color: #6a737d", "#e1e4e8" */ @@ -13932,10 +13932,10 @@ /* source #9: "#f6f8fa", "#fafbfc", "#dbedff", "color: #24292e", "#e1e4e8", "#f6f8fa" */ @media (hover: hover) { .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus { - background-color: #221c22; + background-color: #1f1a1f; } .SelectMenu-item:active { - background-color: #1f1b20; + background-color: #1c191d; } body:not(.intent-mouse) .SelectMenu-tab:focus { background-color: #2d2330; @@ -13946,13 +13946,13 @@ } .SelectMenu-tab:not([aria-selected="true"]):active { color: #bbbbbbAA; - background-color: #221c22; + background-color: #1f1a1f; } } /* source #9: "#fafbfc" */ @media (hover: none) { .SelectMenu-item:active, .SelectMenu-item:focus { - background-color: #1f1b20; + background-color: #1c191d; } } /* source #9: "#e1e4e8" */ @@ -13970,7 +13970,7 @@ /* source #9: "color: #1b1f23", "#fff" */ .Toast { color: #bbbbbbDD; - background-color: #1f1b20; + background-color: #1c191d; } /* source #9: "#0366d6" */ .Toast, .Toast-icon { @@ -14015,7 +14015,7 @@ } /* source #9: "#fff", "#444d56" */ .Box--overlay { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -14031,7 +14031,7 @@ } /* source #9: "transparent","#fff" */ .dropdown-menu-w::after { - border-color: transparent transparent transparent #1f1b20; + border-color: transparent transparent transparent #1c191d; } /* source #9: "transparent","rgba(27,31,35,.15)" */ .dropdown-menu-e::before { @@ -14039,7 +14039,7 @@ } /* source #9: "transparent","#fff" */ .dropdown-menu-e::after { - border-color: transparent #1f1b20 transparent transparent; + border-color: transparent #1c191d transparent transparent; } /* source #9: "#79b8ff" */ .loader-bar { @@ -14095,7 +14095,7 @@ } /* source #9: "#fff" */ .select-menu-button.primary::after { - border-top-color: #1f1b20; + border-top-color: #1c191d; } /* source #9: "transparent" */ .select-menu-loading-overlay { @@ -14104,13 +14104,13 @@ /* source #9: "color: #586069", "#fff", "rgba(27,31,35,.15)" */ .select-menu-modal { color: #bbbbbbCC; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: rgba(200, 200, 200, 0.1); } /* source #9: "#f6f8fa", "#e1e4e8" */ .select-menu-divider, .select-menu-header { - background: #221c22; + background: #1f1a1f; border-bottom-color: #232024; } /* source #9: "color: #24292e" */ @@ -14131,7 +14131,7 @@ } /* source #9: "#f6f8fa" */ .select-menu-filters { - background-color: #221c22; + background-color: #1f1a1f; } /* source #9: "#dfe2e5" */ .select-menu-text-filter:first-child:last-child { @@ -14175,9 +14175,9 @@ .select-menu-tabs .select-menu-tab-nav.selected, .select-menu-tabs a.selected { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; - border-color: #232024 #232024 #1f1b20; + border-color: #232024 #232024 #1c191d; } /* source #9: "color: #24292e" */ .select-menu-blankslate h3 { @@ -14296,21 +14296,21 @@ } /* source #11: "#24292e" */ .gitako-ready .js-header-wrapper { - background: #1f1b20; + background: #1c191d; } /* source #11: "#d1d5da", "#fafbfc" */ .markdown-body .clippy-wrapper .clippy { border-color: #232024; - background: #1f1b20; + background: #1c191d; } /* source #11: "#fff" */ .markdown-body .clippy-wrapper .clippy:hover { - background: #1f1b20; + background: #1c191d; background-image: none; } /* source #11: "#fafbfc" */ .markdown-body .clippy-wrapper .clippy:active { - background: #1f1b20; + background: #1c191d; } /* source #11: "transparent" */ .gitako-toggle-show-button-wrapper { @@ -14319,7 +14319,7 @@ /* source #11: "#e1e4e8", "#f6f8fa" */ .gitako-toggle-show-button-wrapper.collapsed { border-color: #232024; - background: #221c22; + background: #1f1a1f; } /* source #11: "color: #0366d6" */ .gitako-toggle-show-button-wrapper.collapsed .action-icon { @@ -14340,7 +14340,7 @@ /* source #11: "color: #24292e", "#fff" */ .gitako-side-bar body { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #11: "color: #0366d6" */ @@ -14355,24 +14355,24 @@ /* source #11: "color: #444d56", "#fafbfc", "#d1d5da", "#d1d5da", "box-shadow: inset 0 -1px 0 #d1d5da" */ .gitako-side-bar kbd { color: #bbbbbbCC; - background-color: #1f1b20; + background-color: #1c191d; border-color: #232024; box-shadow: inset 0 -2px 0 #221c23; } /* source #11: "#f6f8fa", "#d1d5da" */ .gitako-side-bar .gitako-resize-handler { - background: #221c22; + background: #1f1a1f; border-right-color: #232024; } /* source #11: "#fafbfc", "#d1d5da" */ .gitako-side-bar .gitako-resize-handler:active, .gitako-side-bar .gitako-resize-handler:hover { - background: #1f1b20; + background: #1c191d; border-left-color: #232024; } /* source #11: "#fafbfc", "#e1e4e8" */ .gitako-side-bar .gitako-side-bar-body { - background: #1f1b20; + background: #1c191d; border-left-color: #232024; } /* source #11: "color: rgba(3, 47, 98, 0.55)" */ @@ -14399,19 +14399,19 @@ } /* source #11: "#fff", "color: #0366d6", "#eaecef" */ .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item { - background: #1f1b20; + background: #1c191d; background-image: none; color: /*[[base-color]]*/ #d45575; border-bottom-color: #232024; } /* source #11: "#fafbfc" */ .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item:hover { - background: #1f1b20; + background: #1c191d; } /* source #11: "#f6f8fa" */ .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item.focused, .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item:active { - background: #221c22; + background: #1f1a1f; } /* source #11: "color: #959da5" */ .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item.disabled .node-item { @@ -14423,7 +14423,7 @@ } /* source #11: "#fafbfc" */ .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar { - background: #1f1b20; + background: #1c191d; } /* source #11: "#eaecef" */ .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-title { @@ -14431,11 +14431,11 @@ } /* source #11: "#fafbfc" */ .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-content .shadow-shelter { - background: #1f1b20; + background: #1c191d; } /* source #11: "#fff", "#e1e4e8" */ .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-content .settings-section .field select { - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -14453,7 +14453,7 @@ } /* source #12: "#fff", "#ddd" */ .click-for-more { - background: #1f1b20; + background: #1c191d; background-image: none; border-top-color: #232024; } @@ -14505,16 +14505,16 @@ } /* source #13: "#fff" */ .slider .slider-track { - border-top-color: #1f1b20; + border-top-color: #1c191d; } /* source #13: "#fff", "#eee" */ .render-shell img, img.asset { - border-color: #1f1b20; + border-color: #1c191d; background: url("../bg.gif") right bottom #2d1f27; } /* source #13: "#fff" */ div.border-wrap { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #13: "#eee" */ @@ -14532,7 +14532,7 @@ /* source #14: "color: #24292e", "#fff" */ body { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #14: "color: #0366d6" */ @@ -14552,7 +14552,7 @@ } /* source #14: "#fff", "#d1d5da" */ .Box, kbd { - background-color: #1f1b20; + background-color: #1c191d; } .Box { background-image: none; @@ -14562,7 +14562,7 @@ border-color: #232024; } .Box-header { - background-color: #221c22; + background-color: #1f1a1f; } /* source #14: "#e1e4e8" */ .Box-body { @@ -14578,12 +14578,12 @@ } /* source #14: "#fafbfc" */ .Box-row.navigation-focus.sortable-chosen { - background-color: #1f1b20; + background-color: #1c191d; } /* source #14: "#f6f8fa" */ .Box-row--focus-gray.navigation-focus, .Box-row.navigation-focus.sortable-ghost { - background-color: #221c22; + background-color: #1f1a1f; } /* source #14: "#f1f8ff" */ .Box-row--focus-blue.navigation-focus { @@ -14591,7 +14591,7 @@ } /* source #14: "#f6f8fa" */ .Box-row--hover-gray:hover { - background-color: #221c22; + background-color: #1f1a1f; } /* source #14: "#f1f8ff" */ .Box-row--hover-blue:hover { @@ -14643,7 +14643,7 @@ } /* source #14: "#f6f8fa" */ .Box-row--gray { - background-color: #221c22; + background-color: #1f1a1f; } /* source #14: "color: #586069" */ .breadcrumb-item-selected, .breadcrumb-item[aria-current] { @@ -14666,7 +14666,7 @@ .btn { color: #bbbbbbAA; background-color: #2d1f27; - background-image: linear-gradient(-180deg, #1c181e 0%, #1f1b20 90%); + background-image: linear-gradient(-180deg, #1a161c 0%, #1c191d 90%); } /* source #14: "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ .btn.focus, .btn:focus { @@ -14725,7 +14725,7 @@ } /* source #14: "#fff" */ .btn-primary .Counter { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #14: "#0361cc", "#0361cc" */ @@ -14752,14 +14752,14 @@ /* source #14: "color: #0366d6", "#fff" */ .btn-blue .Counter { color: /*[[base-color]]*/ #d45575; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #14: "color: #cb2431", "#fafbfc", "linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)" */ .btn-danger { color: #f44; - background-color: #1f1b20; - background-image: linear-gradient(-180deg, #1c181e 0%, #1f1b20 90%); + background-color: #1c191d; + background-image: linear-gradient(-180deg, #1a161c 0%, #1c191d 90%); } /* source #14: "box-shadow: 0 0 0 .2em rgba(203,36,49,.4)" */ .btn-danger:focus { @@ -14788,7 +14788,7 @@ /* source #14: "color: #0366d6", "#fff", "none" */ .btn-outline { color: /*[[base-color]]*/ #d45575; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #14: "#0366d6", "none", "#0366d6" */ @@ -14804,7 +14804,7 @@ .btn-outline:hover .Counter, .btn-outline[aria-selected="true"] .Counter, [open] > .btn-outline .Counter { color: /*[[base-color]]*/ #d45575; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #14: "#0366d6" */ @@ -14815,7 +14815,7 @@ .btn-outline.disabled, .btn-outline:disabled, .btn-outline[aria-disabled="true"] { color: rgba(230, 230, 230, 0.3); - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: rgba(200, 200, 200, 0.1); box-shadow: none; @@ -14833,7 +14833,7 @@ /* source #14: "color: #0366d6", "#fff", "none" */ .btn-invisible { color: /*[[base-color]]*/ #d45575; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #14: "color: #0366d6", "none", "box-shadow: none" */ @@ -14879,7 +14879,7 @@ /* source #14: "color: #24292e", "#fff", "rgba(27,31,35,0.2)" */ .social-count { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: rgba(200, 200, 200, 0.15); } @@ -14890,7 +14890,7 @@ /* source #14: "color: #24292e", "#fff", "#d1d5da" */ #q, .form-control, .form-select { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -14903,7 +14903,7 @@ } /* source #14: "#fff" */ .input-contrast, .input-contrast:focus { - background-color: #1f1b20; + background-color: #1c191d; } .input-contrast:focus { background-image: none; @@ -14953,11 +14953,11 @@ } /* source #14: "#fafbfc" */ .form-group #q, .form-group .form-control, .form-select { - background-color: #1f1b20; + background-color: #1c191d; } /* source #14: "#fff" */ .form-group #q:focus, .form-group .form-control:focus { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #14: "color: #cb2431" */ @@ -15052,7 +15052,7 @@ /* source #14: "color: #586069", "#fafbfc", "#c3c8cf" */ .drag-and-drop { color: #bbbbbbCC; - background-color: #1f1b20; + background-color: #1c191d; border-color: #232024; } /* source #14: "color: #cb2431" */ @@ -15107,7 +15107,7 @@ } /* source #14: "#fff", "#d1d5da" */ .menu { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -15117,13 +15117,13 @@ } /* source #14: "#f6f8fa" */ .menu-item:hover { - background-color: #221c22; + background-color: #1f1a1f; } /* source #14: "color: #24292e", "#fff" */ .menu-item.selected, .menu-item[aria-current], .menu-item[aria-selected="true"] { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #14: "color: #24292e" */ @@ -15153,7 +15153,7 @@ .tabnav-tab.selected, .tabnav-tab[aria-current], .tabnav-tab[aria-selected="true"] { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -15201,7 +15201,7 @@ } /* source #14: "#fafbfc" */ .SideNav { - background-color: #1f1b20; + background-color: #1c191d; } /* source #14: "color: #586069", "transparent", "#e1e4e8" */ .SideNav-item { @@ -15212,7 +15212,7 @@ /* source #14: "color: #24292e", "#f6f8fa" */ .SideNav-item:focus, .SideNav-item:hover { color: #bbbbbbAA; - background-color: #221c22; + background-color: #1f1a1f; } /* source #14: "#d1d5da" */ .SideNav-item:focus::before, .SideNav-item:hover::before { @@ -15220,13 +15220,13 @@ } /* source #14: "#fff" */ .SideNav-item:active { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #14: "color: #24292e", "#fff" */ .SideNav-item[aria-current="page"], .SideNav-item[aria-selected="true"] { color: #bbbbbbAA; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #14: "color: #6a737d" */ @@ -15255,7 +15255,7 @@ } /* source #14: "#f6f8fa" */ .subnav-item:focus, .subnav-item:hover { - background-color: #221c22; + background-color: #1f1a1f; } /* source #14: "#0366d6", "#0366d6" */ .subnav-item.selected, .subnav-item[aria-current], @@ -15316,7 +15316,7 @@ /* source #14: "color: #0366d6", "#fff", "#e1e4e8" */ .pagination a, .pagination em, .pagination span { color: /*[[base-color]]*/ #d45575; - background: #1f1b20; + background: #1c191d; background-image: none; border-color: #232024; } @@ -15339,7 +15339,7 @@ .pagination .gap:hover, .pagination [aria-disabled="true"], .pagination [aria-disabled="true"]:hover { color: #232024; - background-color: #1f1b20; + background-color: #1c191d; } /* source #14: "color: #1b1f23", "transparent" */ .tooltipped::before { @@ -15414,9 +15414,9 @@ /* source #14: "color: #2f363d", "#fff", "none", "#fff" */ .btn-transparent:active, .btn-transparent:hover { color: #bbbbbbEE; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; - border-color: #1f1b20; + border-color: #1c191d; } /* source #14: "#e1e4e8" */ .Progress, .TimelineItem::before { @@ -15431,7 +15431,7 @@ .TimelineItem-badge { color: #bbbbbbCC; background-color: #232024; - border-color: #1f1b20; + border-color: #1c191d; } /* source #14: "color: #444d56" */ .TimelineItem-body { @@ -15439,14 +15439,14 @@ } /* source #14: "#fff", "#e1e4e8" */ .TimelineItem-break { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-top-color: #232024; } /* source #14: "color: #959da5", "#fff" */ .TimelineItem--condensed .TimelineItem-badge { color: #767676; - background-color: #1f1b20; + background-color: #1c191d; background-image: none; } /* source #14: "#e1e4e8", "#e1e4e8" */ @@ -15615,15 +15615,15 @@ } /* source #14: "#24292e" */ .bg-gray-dark { - background-color: #1f1b20 !important; + background-color: #1c191d !important; } /* source #14: "#f6f8fa" */ .bg-gray { - background-color: #221c22 !important; + background-color: #1f1a1f !important; } /* source #14: "#fafbfc" */ .bg-gray-light { - background-color: #1f1b20 !important; + background-color: #1c191d !important; } /* source #14: "#28a745" */ .bg-green { @@ -15663,11 +15663,11 @@ } /* source #14: "#fafbfc" */ .bg-gray-0 { - background-color: #1f1b20 !important; + background-color: #1c191d !important; } /* source #14: "#f6f8fa" */ .bg-gray-1 { - background-color: #221c22 !important; + background-color: #1f1a1f !important; } /* source #14: "#e1e4e8" */ .bg-gray-2 { @@ -15719,7 +15719,7 @@ } /* source #14: "#24292e" */ .bg-gray-9 { - background-color: #1f1b20 !important; + background-color: #1c191d !important; } /* source #14: "#dbedff" */ .bg-blue-0, .bg-blue-1 { @@ -15929,7 +15929,7 @@ } /* source #14: "#fff", "rgba(27,31,35,0.15)" */ .dropdown-menu { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: rgba(200, 200, 200, 0.1); } @@ -15939,7 +15939,7 @@ } /* source #14: "transparent", "#fff" */ .dropdown-menu::after { - border-color: transparent transparent #1f1b20; + border-color: transparent transparent #1c191d; } /* source #14: "color: #24292e" */ .dropdown-item { @@ -15969,7 +15969,7 @@ } /* source #14: "transparent", "#fff" */ .dropdown-menu-w::after { - border-color: transparent transparent transparent #1f1b20; + border-color: transparent transparent transparent #1c191d; } /* source #14: "transparent", "rgba(27,31,35,0.15)" */ .dropdown-menu-e::before { @@ -15977,7 +15977,7 @@ } /* source #14: "transparent", "#fff" */ .dropdown-menu-e::after { - border-color: transparent #1f1b20 transparent transparent; + border-color: transparent #1c191d transparent transparent; } /* source #14: "border-top: 8px solid rgba(27,31,35,.15)", "transparent", "transparent" */ .dropdown-menu-ne::before { @@ -15989,7 +15989,7 @@ border-left-color: transparent; } .dropdown-menu-ne::after { - border-top-color: #1f1b20; + border-top-color: #1c191d; } /* source #14: "#2f363d", "#444d56" */ .dropdown-menu-dark { @@ -16050,7 +16050,7 @@ } /* source #14: "#fff", "#444d56" */ details-dialog { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -16091,7 +16091,7 @@ } /* source #15: "#fff", "#d1d5da" */ .dashboard .js-all-activity-header + div { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; border-color: #232024; } @@ -16132,11 +16132,11 @@ .rgh-recently-pushed-branches [data-url$="recently_touched_branches_list"] .Box { background: none; border-color: currentcolor !important; - background-color: #1f1b20; + background-color: #1c191d; } /* source #15: "border: 1px solid" */ .rgh-recently-pushed-branches [data-url$="recently_touched_branches_list"] .btn-link[href$="?expand=1"] { - border-color: #1f1b20; + border-color: #1c191d; } /* source #15: "#e1e4e8", "#e1e4e8" */ button.reaction-summary-item { @@ -16145,7 +16145,7 @@ } /* source #15: "#efefef" */ .reaction-summary-item a { - background: #1c181e; + background: #1a161c; } /* source #15: "#0366d6", "#0366d6" */ .js-expandable-line:hover .blob-num:not(:hover) + .blob-code, @@ -16157,7 +16157,7 @@ } /* source #15: "#f6f8fa" */ .rgh-split-issue-pr-combined.selected:hover { - background-color: #221c22; + background-color: #1f1a1f; } /* source #15: "#c0d3eb" */ .rgh-collaborator { @@ -16165,7 +16165,7 @@ } body, body.bg-gray { - background-color: #1c181e !important; + background-color: #1a161c !important; background-clip: border-box !important; background-origin: padding-box !important; background-attachment: /*[[bg-attachment]]*/ fixed !important; @@ -16231,7 +16231,7 @@ option:hover, .listings-layout .nav li a:hover, .state-merged, } @keyframes autofill { to { - background-color: #1f1b20; + background-color: #1c191d; background-image: none; color: #ddd; } @@ -16257,7 +16257,7 @@ select:-webkit-autofill:focus { } /* notification icon - "transparent" border */ .notification-indicator .mail-status { - border-color: #1f1b20; + border-color: #1c191d; } /* text selection */ ::selection { @@ -16300,7 +16300,7 @@ select:-webkit-autofill:focus { color: #555 !important; } ::-webkit-calendar-picker-indicator { - background-color: #1f1b20; + background-color: #1c191d; color: #c9c9c9; } ::-webkit-calendar-picker-indicator:hover { @@ -16320,7 +16320,7 @@ select:-webkit-autofill:focus { } /* people panel org page issue #1041 */ .auto-search-group input[type="text"][aria-label] { - background: #1f1b20; + background: #1c191d; } /* focus hightlight */ a:focus, button:focus, [tabindex] { @@ -16347,7 +16347,7 @@ div.search-form input:focus, #search > input[name="q"]:focus { /* see: https://bugzilla.mozilla.org/show_bug.cgi?id=1394491 */ optgroup::before { color: #888 !important; - background-color: #1f1b20 !important; + background-color: #1c191d !important; } optgroup { background-color: #191919 !important; @@ -16361,7 +16361,7 @@ input[type="checkbox"]:hover:active:disabled { -webkit-appearance: none; -moz-appearance: none; appearance: none; - background-color: #1f1b20; + background-color: #1c191d; border: 1px solid #484848; color: #eee; height: 14px; @@ -16427,19 +16427,19 @@ table.pricing-table td:first-child { } [class*="IssueLabel"][style*=" color: #3"], .IssueLabel a[style*="color: 3"], .issue-card-label[style*=" color: #3"] { - color: #1f1b20 !important; + color: #1c191d !important; } [class*="IssueLabel"][style*=" color: #2"], .IssueLabel a[style*="color: #2"], .issue-card-label[style*=" color: #2"] { - color: #1f1b20 !important; + color: #1c191d !important; } [class*="IssueLabel"][style*=" color: #1"], .IssueLabel a[style*="color: #1"], .issue-card-label[style*=" color: #1"] { - color: #1f1b20 !important; + color: #1c191d !important; } [class*="IssueLabel"][style*=" color: #0"], .IssueLabel a[style*="color: #0"], .issue-card-label[style*=" color: #0"] { - color: #1f1b20 !important; + color: #1c191d !important; } .project-card .highlight pre { padding: 1em; @@ -16462,13 +16462,13 @@ table.pricing-table td:first-child { display: none !important; } .intgrs-lstng-item-description::after { - background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #1f1b20 80%) !important; + background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #1c191d 80%) !important; } .marketplace-product-callout-bg { - background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #1f1b20) !important; + background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #1c191d) !important; } div[style*="background: linear-gradient(to bottom, rgba(246,248,250,0.5) 0%,rgba(246,248,250,1) 100%);"] { - background: linear-gradient(to bottom, rgba(32, 32, 32, .5) 0%, #1c181e 100%) !important; + background: linear-gradient(to bottom, rgba(32, 32, 32, .5) 0%, #1a161c 100%) !important; } .Box-body { border-radius: inherit !important; @@ -16514,7 +16514,7 @@ body[data-render-url], .render-viewer, .comment-content, } /* repo labels, private repo lists */ .repo-label span, .private .repo-list-item, .hook-delivery-guid { - background: #221c22 !important; + background: #1f1a1f !important; color: #777 !important; } .private .mini-repo-list-item .repo-icon { @@ -16825,10 +16825,10 @@ svg.mobile-hero { } .merge-branch-form .commit-form::after, .repository-content .commit-form::after { - border-right-color: #1c181e !important; + border-right-color: #1a161c !important; } .Popover-message--top-left::after { - border-bottom-color: #1f1b20 !important; + border-bottom-color: #1c191d !important; } /* below style is needed because of order problems in generator */ .pull-request-review-body-wrapper .timeline-comment-group .timeline-comment::before, @@ -16859,12 +16859,12 @@ svg.mobile-hero { border-top-width: 1px !important; } .pagehead-tabs-item.selected, .reponav-item.selected, .tabnav-tab.selected { - background: #1c181e; - border-bottom-color: #1c181e !important; + background: #1a161c; + border-bottom-color: #1a161c !important; } .timeline-comment .tabnav-tab.selected { - background: #1f1b20 !important; - border-bottom-color: #1f1b20 !important; + background: #1c191d !important; + border-bottom-color: #1c191d !important; } .branches .branch-summary + .branch-summary { border-top-color: #333 !important; @@ -16932,12 +16932,12 @@ ul.comparison-list, .wiki-custom-sidebar, .invitation-container, .Box-footer, .ScreenshotCarousel, .card-filter-autocomplete-dropdown .autocomplete-keyword-only, .inbox-zero, .is-stuck .diffbar, .project-pane.bg-white { - background: #1f1b20 !important; + background: #1c191d !important; border-color: #232024 !important; } .review-comment[aria-selected=true], .timeline-comment[aria-selected=true] .review-summary { - background-color: #1f1b20 !important; + background-color: #1c191d !important; box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3) !important; box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3) !important; } @@ -16961,12 +16961,12 @@ ul.comparison-list, .wiki-custom-sidebar, .invitation-container, .manage-repo-access-group, .saved-reply-form, .orghead .edit-org:hover, .simple-box, .btn-link.timeline-progressive-disclosure-button, .border.branch-action-item { - background: #1f1b20 !important; + background: #1c191d !important; border-color: #232024 !important; } /* search - language sidebar - https://github.com/StylishThemes/GitHub-Dark/search?q=markdown */ div.container-lg > div.float-left.px-md-2 > .border.rounded-1.d-none.d-md-block { - background: #1f1b20; + background: #1c191d; border-color: #232024 !important; } .header, .headers, #readme .markdown-body, .social-count, .box-body, .steps li, @@ -17011,14 +17011,14 @@ article.border.rounded-1, .border-right.border-bottom.border-left, .pagination-loader-container .discussion-item-header .border, .pr-toolbar.is-stuck, .hx_badge-search-container, .file, #search-member, .js-notice.border { - background: #1f1b20 !important; + background: #1c191d !important; } .Box-row--hover-blue, .notifications-list .list-style-none.bg-gray { - background: #1f1b20; + background: #1c191d; } .bg-white, .radio-label, [style*="background-color: #2f363d"], .project-full-screen .project-header { - background-color: #1f1b20 !important; + background-color: #1c191d !important; } /* https://github.com/StylishThemes/GitHub-Dark/issues/811 */ .application-main > main .container-sm > .pt-4.bg-white.text-center { @@ -17026,7 +17026,7 @@ article.border.rounded-1, .border-right.border-bottom.border-left, } /* Labels/Milestone links https://github.com/StylishThemes/Github-Dark/issues */ .subnav-links { - background: #1f1b20; + background: #1c191d; } /* bottom panel on actions */ .flex-auto > .bg-gray-light { @@ -17039,7 +17039,7 @@ article.border.rounded-1, .border-right.border-bottom.border-left, background: none !important; } .blankslate.border { - background: #1f1b20 !important; + background: #1c191d !important; } button.bg-white.subnav-link, main [style="background-color: #fcfdfd;"], .repository-content > .bg-white:not(.card-filter-autocomplete-dropdown) { @@ -17047,7 +17047,7 @@ button.bg-white.subnav-link, main [style="background-color: #fcfdfd;"], } .sidebar-module, div.search-form input, #search > input[name="q"], .ais-SearchBox-input { - background-color: #1f1b20; + background-color: #1c191d; border-color: #232024; } .blob-num-context, #user-content-toc td, .markdown-body table tr:nth-child(2n) { @@ -17061,11 +17061,11 @@ button.bg-white.subnav-link, main [style="background-color: #fcfdfd;"], .blob-num.js-line-number, .bg-gray-light.disabled, .MarketplaceBackground-buffer, .team-left-column.bg-white, .overall-summary, .markdown-body table tr { - background: #1f1b20 !important; + background: #1c191d !important; color: #666879 !important; } .action-card::after, .action-card::before { - background-color: #1c181e !important; + background-color: #1a161c !important; box-shadow: 0 0 0 1px #555 !important; } /* Navigation focus */ @@ -17113,7 +17113,7 @@ a.card.bg-gray-light:hover, .add-member-team-list .team-row-header, .action-card-header::before, .commits-listing .octicon-git-commit, .new-discussion-timeline .composer .comment-form-head.tabnav, .advisory-form .bg-gray-light { - background: #1c181e !important; + background: #1a161c !important; } #browser, .repos, .options-group, .pagehead ul.tabs li a.selected, .subnav-bar, .options-content, span.gravatar, .browsered, .browsered .inner, @@ -17135,7 +17135,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, .ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:hover, .ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:focus, .ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:active { - background: #221c22 !important; + background: #1f1a1f !important; border-color: #232024 !important; } .search-result-group, .gist-quicksearch-result-group { @@ -17152,12 +17152,12 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, .render-shell .slider, .illflow-item:not(.selected):hover, .leaflet-control-attribution, .orghead, .dropdown-toggle:hover, .dropdown-toggle.selected { - background: #221c22 !important; + background: #1f1a1f !important; } /* repo header */ .page-responsive .repohead, .page-responsive .pagehead, .repohead.bg-gray-light, .pagehead.bg-gray-light { - background: #221c22 !important; + background: #1f1a1f !important; } .explore-signup-entice-inner { background: rgba(24, 24, 24, .9) !important; @@ -17284,7 +17284,7 @@ body[class="page-responsive"] .repo-list .private { @media (hover: hover) { .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus { color: #bbbbbbEE; - background-color: #1c181e; + background-color: #1a161c; } .SelectMenu-item:active { color: #c0c0c0; @@ -17298,7 +17298,7 @@ body[class="page-responsive"] .repo-list .private { .SelectMenu-tab[aria-selected=true]:active, .SelectMenu-tab[aria-selected=true]:hover { color: #d2d2d2; - background-color: #1f1b20; + background-color: #1c191d; } body:not(.intent-mouse) .SelectMenu-tab:focus { background-color: #2d2330; @@ -17309,7 +17309,7 @@ body[class="page-responsive"] .repo-list .private { } .SelectMenu-tab:not([aria-checked=true]):active { color: #d2d2d2; - background-color: #1f1b20; + background-color: #1c191d; } } @media (hover: none) { @@ -17377,7 +17377,7 @@ rect[style*="#gradient-"] { /* contribution calendar/legend - regular colors */ .calendar-graph rect[fill="#ebedf0"], .contrib-legend li[style*="#ebedf0"], .js-activity-overview-graph-container [fill="white"] { - background-color: #221c22 !important; + background-color: #1f1a1f !important; fill: #232024 !important; } .calendar-graph rect[fill="#196127"], .contrib-legend li[style*="#196127"] { @@ -17560,7 +17560,7 @@ body.logged-out .col-md-7 svg { .leaflet-marker-pane img, .gundamcat { filter: brightness(.8) !important; } -/* invert #fff to #1f1b20 */ +/* invert #fff to #1c191d */ /* https://github.com/sujitpal/statlearning-notebooks/blob/master/src/chapter2.ipynb */ .project-preview-img img, img[src$="bg-callout.svg"], img[data-canonical-src*="saucelabs.com/browser-matrix"], @@ -17683,7 +17683,7 @@ div#common-issues ul li a:hover, .rss-subscribe:hover { background-color: #272328 !important; } .jumbotron-codelines { - background-color: #221c22 !important; + background-color: #1f1a1f !important; } .community-checklist .progress-bar .progress { background-color: #333; @@ -17897,7 +17897,7 @@ header.nav-bar, .bubble .bubble-title, kbd, a.feed, .list-browser-filterbar, a.function-button, .add-pill-form, .gist .gist-file .gist-meta, ul.comparison-list > li.title, button.button, a.button, span.button, button.minibutton, a.minibutton, span.minibutton { - background: linear-gradient(#1c181e, #1f1b20) !important; + background: linear-gradient(#1a161c, #1c191d) !important; border-color: #221c23 !important; } .clone-url-button > .clone-url-link { @@ -17905,25 +17905,25 @@ button.minibutton, a.minibutton, span.minibutton { } .search-form button, .issues-list-actions, a.gollum-minibutton, a.gollum-minibutton:visited { - background: linear-gradient(#1c181e, #1f1b20) !important; + background: linear-gradient(#1a161c, #1c191d) !important; } /* inverted dark grey gradient */ .asc .sort-type, .desc .sort-type, .mini-bar-graph, .issues-list>ul>li.unread, .timeline-commits-header, .usage-bar dd, .render-bar { - background: linear-gradient(#1f1b20, #1c181e) !important; + background: linear-gradient(#1c191d, #1a161c) !important; border-color: #221c23 !important; } .project-issue-body-blur { - background: linear-gradient(to top, #1f1b20, rgba(0, 0, 0, 0)) !important; + background: linear-gradient(to top, #1c191d, rgba(0, 0, 0, 0)) !important; } .bg-custom-gradient { - background-image: linear-gradient(180deg, #1f1b20, rgba(0, 0, 0, 0)) !important; + background-image: linear-gradient(180deg, #1c191d, rgba(0, 0, 0, 0)) !important; } .billing-per-seat-callout::after { box-shadow: 1px -1px 0 0 #232024 !important; } main [style="background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));"] { - background: linear-gradient(to top, #1f1b20, transparent) !important; + background: linear-gradient(to top, #1c191d, transparent) !important; } .ScreenshotCarousel-navitem.selected { box-shadow: inset 0 0 10px rgba(255, 255, 255, .05) !important; @@ -18601,10 +18601,10 @@ ul.view-modes-menu { } /* GitHub Enterprise (GHE) stuff */ body.enterprise .repohead.experiment-repo-nav { - background: #221c22; + background: #1f1a1f; } body.enterprise .new-discussion-timeline .previewable-comment-form .comment-form-head.tabnav { - background: #1c181e; + background: #1a161c; } body.enterprise .timeline-comment-wrapper .timeline-comment.current-user::before { border-right-color: #d4557555; @@ -18616,7 +18616,7 @@ body.enterprise .timeline-new-comment .timeline-comment::before { border-right-color: #232024; } body.enterprise .timeline-new-comment .timeline-comment::after { - border-right-color: #1c181e; + border-right-color: #1a161c; } body.enterprise .commit-tease { background-color: #2d2330; @@ -18630,8 +18630,8 @@ body.enterprise .commit-tease { .review-comment .avatar { position: relative !important; z-index: 1 !important; - background: #1f1b20 !important; - box-shadow: 0 0 0 4px #1f1b20 !important; + background: #1c191d !important; + box-shadow: 0 0 0 4px #1c191d !important; } /* center the dot icon inside green discussion timeline icons */ .discussion-item-reopened .discussion-item-icon { @@ -18670,7 +18670,7 @@ body:not(.full-width) .pr-toolbar.is-stuck + .toolbar-shadow::before { left: 0; right: 0; height: 60px; - background: #1f1b20; + background: #1c191d; box-shadow: 0 0 .75rem rgba(0, 0, 0, .7); } .gh-header-shadow { @@ -18780,7 +18780,7 @@ form[action*="/.github/workflows/"] .commit-create { .ajax-pagination-form.loading .ajax-pagination-btn { position: relative !important; border-color: #232024 !important; - background: #1f1b20 !important; + background: #1c191d !important; } .ajax-pagination-form.loading .ajax-pagination-btn::after { content: "" !important; @@ -18807,7 +18807,7 @@ form[action*="/.github/workflows/"] .commit-create { /* dropdown arrows */ +/* https://github.com/account/upgrade */ +.form-select { + background: #1c171d url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAQAAAAua3X8AAAARklEQVR4AWNABWcazjQg8zGl/wNhA15piBL80gglmNKYSjClMZUgpDGVwKXxKBl4QNiRBLxJIKAIBzXhyCIc3YQTDMEkBwBplPJRxEMa4wAAAABJRU5ErkJggg==") no-repeat right 8px center !important; + background-size: 8px 10px !important; +} +.form-select:disabled { + background-color: #302931 !important; + color: #555 !important; +} +/* no border */ +.multiple-avatars, .multiple-avatars::before, +.simple-conversation-list>li:first-child, .gobutton.with-comments .sha, +.usage-bar dd, .setup-form-container .fieldgroup .fields, +.inline-comments .line-comments, #gist-form .gist-name-textbox, +#adv_code_search .search-page-input, .fullscreen-overlay textarea, +.file .image .border-wrap, .site-search .chromeless-input, +.profile-timeline-card-wrapper, .AvatarStack--right .avatar, +.AvatarStack-body .avatar, .sidebar-notifications .thread-subscription-status, +.repository-lang-stats-graph .language-color:not(:first-child) { + border: none !important; +} +.dashboard-tabs a { + border-left: 0 !important; + border-right: 0 !important; +} +.js-details-container.navigation-focus .gobutton { + background: linear-gradient(#444, #3f3741) !important; +} +/* no top border radius */ +table.files { + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} +/* add border */ +.issues-list, .pulls-list-group, .branch-infobar, +.pagehead.repohead h1 .repo-label span, +.coupons .coupon-form-body .coupon-icon, .menu, .api pre { + border: 1px solid #484848 !important; +} +#graph-shots li > p, .logo-box, .branch-infobar, #com hr, +.discussion-item-body .outdated-comment .file-header, +.repository-content > .Box--condensed > .Box-body.bg-blue-light { + border-bottom: none !important; +} +.pull-info, .branch-link, .milestone-list .progress-bar { + border: 1px solid #444 !important; +} +.more-repos { + border-top: #484848 1px solid !important; +} +.pull-head, .capped-box { + border-bottom: #484848 1px solid !important; +} +.tutorial-e::after, .file-commit-form .commit-form::before, +.merge-branch-form .commit-form::before { + border-right-color: #3f3741 !important; + border-bottom-color: transparent !important; +} +.file-commit-form .commit-form::after, .ScreenshotCarousel-navitem, +.new-discussion-timeline .composer .timeline-comment::after { + border-right-color: #3f3741 !important; +} +#com .dropdown-menu::after { + border: 9px solid; + border-color: transparent transparent #1c171d; + content: " "; + left: 50%; + top: -17px; + position: absolute; + margin-left: -9px; +} +.dropdown-menu-w::before { + border-bottom-color: transparent !important; +} +/* inline code - add border */ +.markdown-format p > code, .markdown-body code, .markdown-body tt, +.markdown-format pre, .markdown-body pre, .markdown-format .highlight pre, +.markdown-body .highlight pre, #user-content-toc td, .copyable-terminal, +.project-card .highlight pre, .project-card code, .rgh-parse-backticks { + border: 1px solid rgba(255, 255, 255, .1) !important; +} +/* toc in markdown, reset border-collaps so border-radius works */ +/* https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki */ +#user-content-toc { + border-collapse: separate !important; +} +#facebox pre, #contributors-master svg.viz, #com .dropdown-menu { + border: 1px solid #3f3741 !important; +} +/* orange rss icon */ +.dashboard-feed-icon.octicon-rss, .nav-rss a .octicon-rss, .feed-icon, +#dashboard .octicon-rss { + color: #f93 !important; +} +.featured-label { + background: #f5b987 !important; + border: none !important; + padding: 6px !important; + color: #ed7c21 !important; +} +.featured-label .octicon, +.page-new-repo div.form-checkbox .octicon-lock::before { + color: #ed7c21 !important; +} +/* diff highlighting (no syntax highlight) */ +/* main diff text color */ +.diff-line-pre { + color: #ccc !important; +} +.diff-table .line-comments { + border-top: 1px solid #333 !important; + border-bottom: 1px solid #333 !important; +} +#header-wrapper, .menu li + li { + border-bottom: 1px solid #333 !important; +} +.review-comment .comment-reactions { + border-top: 0 !important; +} +/* light grey - breaks in diff (with line numbers) */ +.highlight .expandable-line-num, .highlight .diff-line-num-hunk, +.highlight .diff-line-code-hunk, .highlight .expandable-line-code { + background: #211c22 !important; + color: #888 !important; +} +/* git diff line additions (dark green) */ +.blob-code-addition { + background-color: #1E342599 !important; + border-color: #060 !important; +} +.blob-num-addition { + background-color: #1E342599 !important; +} +/* git diff line deletions (dark red) */ +.blob-code-deletion, .CodeMirror-linebackground.conflict-background, +.conflict-gutter-marker, +.conflict-background + .CodeMirror-gutter-wrapper .CodeMirror-linenumber { + background-color: #32323999 !important; + border-color: #600 !important; +} +.blob-num-deletion { + background-color: #32323999 !important; +} +/* code splitter in diffs */ +.blob-num-expandable, .blob-num-hunk { + background: #211c22; +} +.blob-code-hunk { + background: #211c22; +} +/* link target lines */ +.blob-code-inner.highlighted { + background: rgba(255, 255, 255, .075) !important; +} +.selected-line::after { + mix-blend-mode: normal !important; + pointer-events: none; +} +/* custom hover highlight */ +.diff-table > tbody > tr[data-hunk]:hover > td, +.highlight > tbody > tr:hover > td { + position: relative; +} +.diff-table > tbody > tr[data-hunk]:hover > td::after, +.highlight > tbody > tr:hover > td::after { + content: ""; + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + background: rgba(255, 255, 255, .075); + pointer-events: none; +} +.diff-table > tbody > tr[data-hunk]:hover > td.selected-line::after, +.highlight > tbody > tr:hover > td.blob-code-inner.highlighted::after { + background: rgba(255, 255, 255, .15) !important; +} +/* custom hover highlight end */ +.blob-code-addition .x, .highlight .blob-code-addition .x { + background: #252 !important; + color: #eee !important; +} +.blob-code-deletion .x, .highlight .blob-code-deletion .x { + background: #622 !important; + color: #eee !important; +} +/* git diff line numbers (med green) */ +.gi .diff-line-num, .gi .diff-line-code, .gi .diff-line-pre { + background: #020 !important; + border-color: #d7cf8b20 !important; +} +/* git diff line deletions (med red) */ +.gd .diff-line-num, .highlight .err, .gd .diff-line-code, .gd .diff-line-pre { + background: #300 !important; + border-color: #500 !important; +} +.CodeMirror-scrollbar-filler { + background: #1d1d1d !important; +} +textarea { + cursor: auto !important; +} +/* rules for the new responsive layout */ +@media (min-width: 768px) { + .release-main-section { + border-left: 2px solid #3f3741 !important; + } + .release-entry { + border-bottom: 0 !important; + } +} +@media (max-width: 1012px) { + .reponav-wrapper { + background: #1c171d !important; + } +} +@media (min-width: 1013px) { + .Header, .Header-old { + border-bottom: 1px solid #3f3741 !important; + } +} +/* rules for help pages */ +.search-result-title .ais-Highlight-highlighted { + color: /*[[base-color]]*/ #d7cf8b !important; +} +.search-result-intro .ais-Highlight-highlighted { + border-color: /*[[base-color]]*/ #d7cf8b !important; +} +.ais-SearchBox-resetIcon, .octicon-logo-github { + fill: #c0c0c0 !important; +} +/* https://github.com/musically-ut/lovely-forks */ +.lovely-forks-addon { + color: #808080 !important; +} +/* https://github.com/npmhub/npmhub */ +.npmhub-deps > li { + border-color: #3f3741 !important; +} +/* ZenHub */ +body.zh_logged_in .zh-login-status { + background: #1c171d !important; + border-color: #3f3741 !important; + color: #d3d3d3EE !important; +} +body.zh_logged_in [style*="background-color: rgb(244, 244, 244)"] { + background: #211c22 !important; +} +/* zenhub gradients */ +body.zh_logged_in .zhc-sidebar__navigation { + background: none !important; +} +body.zh_logged_in .zhc-workspace-switcher__header { + box-shadow: none !important; +} +body.zh_logged_in .zhc-btn--minimal { + background: none !important; + border: none !important; +} +body.zh_logged_in .zh-icon-circled-bolt, body.zh_logged_in .zh-icon-bolt, +body.zh_logged_in .zh-octicon-x { + filter: invert(40%) brightness(120%) !important; +} +body.zh_logged_in a.zh-topbar-item.selected .zh-icon-zenhub { + filter: invert(40%) brightness(169%) !important; +} +body.zh_logged_in a.zh-topbar-item .zh-icon-zenhub { + filter: brightness(64%) !important; +} +body.zh_logged_in .zhc-icon:not([class$="-red"]):not([class$="-white"]):not([class$="-light"]):not([class$="-purple"]), +body.zh_logged_in [class*="zh-octicon"], +body.zh_logged_in .zh-epic-creator-tab-icon, +body.zh_logged_in .zhc-burndown-chart__placeholder, +body.zh_logged_in .zhc-selection-button__container::after, +body.zh_logged_in .zhc-icon--grey-light { + filter: invert(100%) hue-rotate(180deg) !important; +} +body.zh_logged_in .zhc-selection-item:hover .zhc-icon:not([class$="-red"]):not([class$="-white"]):not([class$="-light"]):not([class$="-purple"]), +body.zh_logged_in [class*="zhc-image--placeholder"] { + filter: invert(100%) brightness(1.4) !important; +} +body.zh_logged_in .zhc-info-alert img { + filter: invert(96%) hue-rotate(180deg); +} +/* move expanded zenhub board toolbar when octotree exists + * see https://github.com/buunguyen/octotree/issues/242 */ +html.octotree:not(.octotree-show) .zhc-board--is-fullscreen .zhc-menu-bar { + margin-left: 30px; + margin-top: -8px; +} +/* octotree */ +.octotree-sidebar { + background: #1c171d !important; + border-color: #3f3741 !important; +} +.octotree-views, .octotree-sidebar .octotree-bottom { + background: #1c171d !important; + border-color: #3f3741 !important; +} +.octotree-toggle:hover { + background: linear-gradient(#303030, #282828) !important; + border-color: #3f3741 !important; +} +.octotree-view-header, .octotree-toggle { + background: linear-gradient(#262127, #1c171d) !important; + border-color: #151016 !important; +} +.octotree-github-sidebar a.octotree-toggle, +a.octotree-toggle:not(.octotree-loading):hover > span::after { + color: #d3d3d3DD !important; +} +.octotree-github-sidebar a.octotree-opts .settings::before, +.octotree-help > span::before, .octotree-patch-files { + color: #d3d3d3EE !important; +} +.octotree-views .octotree-treeview .jstree-anchor .jstree-icon.tree::before, +.octotree-github-sidebar a.octotree-toggle:hover, +.octotree-github-sidebar a.octotree-opts:hover .settings::before, +.octotree-github-sidebar a.octotree-opts.selected:hover .settings::before, +.octotree-sidebar.octotree-github-sidebar .octotree-views .octotree-tree-view .jstree .jstree-anchor, +.octotree-github-sidebar a.octotree-toggle:not(.octotree-loading):hover, +.octotree-sidebar.octotree-github-sidebar .octotree-views .octotree-view, +.octotree-sidebar.octotree-github-sidebar .octotree-toggle > span, +.octotree-sidebar.octotree-github-sidebar .octotree-toggle > .octotree-toggle-icon::before { + color: /*[[base-color]]*/ #d7cf8b !important; +} +.octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup { + background-color: #1c171d !important; + border-color: #3f3741 !important; + box-shadow: 0 1px 15px #000 !important; +} +.octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup > .arrow, +.octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup > .arrow::after { + border-bottom-color: #3f3741 !important; +} +/* Github User Info userscript - see #481 */ +.GithubUserInfo, .GithubUserInfo > div { + background: #262127 !important; + border-color: #3f3741 !important; +} +/* GitHub Notifications Dropdown userscript - see #478 */ +.notifications-dropdown { + background: #262127 !important; + border: 1px solid #3f3741 !important; +} +a.notifications-dropdown-see-all { + background: #24324b !important; + color: /*[[base-color]]*/ #d7cf8b !important; +} +a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { + background: /*[[base-color]]*/ #d7cf8b !important; + color: #e2e2e2 !important; +} +.notifications-dropdown-arrow { + border-bottom-color: #333 !important; +} +/* Refined GitHub - https://github.com/sindresorhus/refined-github + * See #540 + * See #881 */ +.refined-github-diff-signs .blob-code-addition::before, +.refined-github-diff-signs .blob-code-deletion::before { + color: #7b7b7b !important; +} +.refined-github .dashboard .border-gray.flex-items-baseline.py-3, +.refined-github .dashboard .js-all-activity-header + div { + background: #1c171d !important; +} +.refined-github .dashboard .js-all-activity-header + div { + border-color: #3f3741 !important; +} +/* https://github.com/StylishThemes/GitHub-Dark/issues/1035 */ +.refined-github .reaction-summary-item.user-has-reacted { + --background: transparent !important; +} +.refined-github .reaction-summary-item a { + box-shadow: none; +} +/* GraphQL API (https://developer.github.com/v4/explorer/) + cant see another way to style the search input box bg */ +.graphiql-container .search-box input { + background-color: #1c171d; +} +/* style inline HTML graphql cant be generated */ +.graphiql-explorer-root input[style*="color: rgb(210, 5, 78)"] { + border-color: currentcolor currentcolor #999 !important; + background-color: #1c171d; +} +.graphiql-explorer-root input[style*="border-color: currentcolor currentcolor rgb(136, 136, 136)"] { + border-color: currentcolor currentcolor #999 !important; +} +.graphiql-explorer-node span[style*="color: rgb(31, 97, 160)"] { + color: #4183c4 !important; +} +.graphiql-explorer-node span[style="color: rgb(139, 43, 185)"] { + color: #9a6cdf !important; +} +#graphiql svg path[d*="2V16H2V2H16ZM16"][fill="#CCC"] { + fill: #444; +} +#graphiql svg path[d*="0H2C0.9"][fill="#d3d3d366"] { + fill: #777; +} +.graphiql-ide.signed-out::after { + background: #333; +} +.prereceive-feedback-heading, .State--red code a { + color: #ddd !important; +} +.graphiql-container .CodeMirror-foldmarker { + background: /*[[base-color]]*/ #d7cf8b !important; +} +.graphiql-container .execute-button svg { + fill: currentColor !important; +} +/* Actions runs */ +.CheckStep div[style*="opacity:0.5"] { + opacity: 1 !important; +} +.CheckRun-search-input:focus { + background-color: hsla(0, 0%, 100%, .05); +} +/*[[code-wrap]]*/ +/* inline code - single lines */ +.markdown-body code, .markdown-body tt, .protip code, .content dl code, +.content ul code, p code, .content .sectionbody .dlist dt, .content p > tt, +.content .sectionbody .dlist dt, .content p > tt, .commit-sha, +.commit-preview .message pre, .rendered_html pre, .rendered_html code, +.markdown-format p > code, .markdown-format pre, .rgh-parse-backticks { + background: #211c22 !important; +} +.project-card code { + background: #333 !important; +} +/* Styles auto-complete popups in the actions workflow editor */ +.CodeMirror-hints { + background: #1c171d; + border-color: #3f3741; + box-shadow: 0 1px 5px #000; +} +.CodeMirror-hint { + color: #d2d2d2; +} +.CodeMirror-hint-active { + color: #f0f0f0; + background-color: /*[[base-color]]*/ #d7cf8b; +} +.CodeMirror-hint-active .CodeMirror-hint-description { + color: #f0f0f0 !important; +} +/*[[syntax-theme]]*//*[[syntax-codemirror]]*//*[[syntax-jupyter]]*/ +/* usercss build - remove start *//*! GitHub: Twilight */ +:root { + --ghd-code-background: #151016; + --ghd-code-color: #ccc; +} +.pl-c, .pl-c span { + color: #716B78 !important; + font-style: italic !important; +} +/* comment */ +.pl-c1 { + color: #716B78 !important; +} +/* constant */ +.pl-cce { + color: #9CA2FF !important; + font-weight: normal !important; +} +/* constant.character.escape */ +.pl-cn { + color: #cf6a4c !important; +} +/* constant.numeric */ +.pl-coc { + color: #9CA2FF !important; +} +/* constant.other.color */ +.pl-cos { + color: #FF96FD !important; +} +/* constant.other.symbol */ +.pl-e { + color: #FFA38F !important; +} +/* entity */ +.pl-ef { + color: #FFA38F !important; +} +/* entity.function */ +.pl-en { + color: #FFA38F !important; +} +/* entity.name */ +.pl-enc { + color: #cf6a4c !important; +} +/* entity.name.class */ +.pl-enf { + color: #FFA38F !important; +} +/* entity.name.function */ +.pl-enm { + color: #FFA38F !important; +} +/* entity.name.method-name */ +.pl-ens { + color: #cf6a4c !important; +} +/* entity.name.section */ +.pl-ent { + color: #5FFF9F !important; +} +/* entity.name.tag */ +.pl-entc { + color: #FFA38F !important; +} +/* entity.name.type.class */ +.pl-enti { + color: #FFA38F !important; + font-weight: bold !important; +} +/* entity.name.type.instance */ +.pl-entm { + color: #7587a6 !important; +} +/* entity.name.type.module */ +.pl-eoa { + color: #5FFF9F !important; +} +/* entity.other.attribute-name */ +.pl-eoac { + color: #7587a6 !important; +} +/* entity.other.attribute-name.class */ +.pl-eoac .pl-pde { + color: #7587a6 !important; +} +/* punctuation.definition.entity */ +.pl-eoai { + color: #5FFF9F !important; +} +/* entity.other.attribute-name.id */ +.pl-eoai .pl-pde { + color: #5FFF9F !important; +} +/* punctuation.definition.entity */ +.pl-eoi { + color: #FFA38F !important; +} +/* entity.other.inherited-class */ +.pl-k { + color: #5FFF9F !important; +} +/* keyword */ +.pl-ko { + color: #5FFF9F !important; +} +/* keyword.operator */ +.pl-kolp { + color: #5FFF9F !important; +} +/* keyword.operator.logical.python */ +.pl-kos { + color: #d3d3d3 !important; +} +/* keyword.other.special-method */ +.pl-kou { + color: #cf6a4c !important; +} +/* keyword.other.unit */ +.pl-mai .pl-sf { + color: #7587a6 !important; +} +/* support.function */ +.pl-mb { + color: #FF96FD !important; + font-weight: bold !important; +} +/* markup.bold */ +.pl-mc { + color: #5FFF9F !important; +} +/* markup.changed */ +.pl-mh { + color: #cf6a4c !important; + font-weight: normal !important; +} +/* markup.heading */ +.pl-mh .pl-pdh { + color: #cf6a4c !important; +} +/* markup.heading punctuation.definition.heading */ +.pl-mi { + color: #5FFF9F !important; + font-style: italic !important; +} +/* markup.italic */ +.pl-ml { + color: #FF96FD !important; +} +/* markup.list */ +.pl-mm { + color: #7587a6 !important; +} +/* meta.module-reference */ +.pl-mp { + color: #c5af75 !important; +} +/* meta.property-name */ +.pl-mp1 .pl-sf { + color: #dad085 !important; +} +/* meta.property-value support.function */ +.pl-mq { + color: #cf6a4c !important; +} +/* markup.quote */ +.pl-mr { + color: #5FFF9F !important; +} +/* meta.require */ +.pl-ms { + color: #5FFF9F !important; +} +/* meta.selector */ +.pl-pdb { + color: #FF96FD !important; + font-weight: bold !important; +} +/* punctuation.definition.bold */ +.pl-pdc { + color: #5f5a60 !important; + font-style: italic !important; +} +/* punctuation.definition.comment */ +.pl-pdc1 { + color: #cf6a4c !important; +} +/* punctuation.definition.constant */ +.pl-pde { + color: #cf6a4c !important; +} +/* punctuation.definition.entity */ +.pl-pdi { + color: #5FFF9F !important; + font-style: italic !important; +} +/* punctuation.definition.italic */ +.pl-pds { + color: #FF96FD !important; +} +/* punctuation.definition.string */ +.pl-pdv { + color: #7587a6 !important; +} +/* punctuation.definition.variable */ +.pl-pse { + color: #cf6a4c !important; +} +/* punctuation.section.embedded */ +.pl-pse .pl-s2 { + color: #cf6a4c !important; +} +/* punctuation.section.embedded source */ +.pl-s { + color: #77C2FF !important; +} +/* storage */ +.pl-s1 { + color: #FF96FD !important; +} +/* string */ +.pl-s2 { + color: #ccc !important; +} +/* source */ +.pl-mp .pl-s3 { + color: #5FFF9F !important; +} +/* support */ +.pl-s3 { + color: #dad085 !important; +} +/* support */ +.pl-sc { + color: #dad085 !important; +} +/* support.class */ +.pl-scp { + color: #cf6a4c !important; +} +/* support.constant.property-value */ +.pl-sf { + color: #dad085 !important; +} +/* support.function */ +.pl-smc { + color: #FFA38F !important; +} +/* storage.modifier.c */ +.pl-smi { + color: #FFA38F !important; +} +/* storage.modifier.import */ +.pl-smp { + color: #FFA38F !important; +} +/* storage.modifier.package */ +.pl-sok { + color: #5FFF9F !important; +} +/* support.other.keyword */ +.pl-sol { + color: #FF96FD !important; +} +/* string.other.link */ +.pl-som { + color: #7587a6 !important; +} +/* support.other.module */ +.pl-sr { + color: #7587a6 !important; +} +/* string.regexp */ +.pl-sra { + color: #5FFF9F !important; +} +/* string.regexp string.regexp.arbitrary-repetition */ +.pl-src { + color: #5FFF9F !important; +} +/* string.regexp.character-class */ +.pl-sre { + color: #5FFF9F !important; +} +/* string.regexp source.ruby.embedded */ +.pl-st { + color: #5FFF9F !important; +} +/* support.type */ +.pl-stj { + color: #7587a6 !important; +} +/* storage.type.java */ +.pl-stp { + color: #9b859d !important; +} +/* support.type.property-name */ +.pl-sv { + color: #9b859d !important; +} +/* support.variable */ +.pl-v { + color: #9b859d !important; +} +/* variable */ +.pl-vi { + color: #cf6a4c !important; +} +/* variable.interpolation */ +.pl-vo { + color: #FFA38F !important; +} +/* variable.other */ +.pl-vpf { + color: #7587a6 !important; +} +/* variable.parameter.function */ +/* Diff - Example: https://gist.github.com/silverwind/904159f1e71e2e626375 */ +.pl-mi1 { + color: #55a532 !important; + background: #020 !important; +} +/* markup.inserted */ +.pl-mdht { + color: #55a532 !important; + background: #020 !important; +} +/* meta.diff.header.to-file */ +.pl-md { + color: #bd2c00 !important; + background: #200 !important; +} +/* markup.deleted */ +.pl-mdhf { + color: #bd2c00 !important; + background: #200 !important; +} +/* meta.diff.header.from-file */ +.pl-mdr { + color: #cf6a4c !important; + font-weight: normal !important; +} +/* meta.diff.range */ +.pl-mdh { + color: #7587a6 !important; + font-weight: normal !important; +} +/* meta.diff.header */ +.pl-mdi { + color: #7587a6 !important; + font-weight: normal !important; +} +/* meta.diff.index */ +/* TODO: Fix unstyled classes below */ +.pl-bu, + /* invalid.broken, invalid.deprecated, invalid.unimplemented, + message.error, brackethighlighter.unmatched, + sublimelinter.mark.error */ +.pl-ii, .pl-ii .pl-cce { + background-color: #df5000 !important; + color: #fff !important; +} +/* invalid.illegal */ +.pl-mo { + color: #969896 !important; +} +/* meta.output */ +.pl-mri { + color: #008080 !important; +} +/* markup.raw.inline */ +.pl-ms1 { + background-color: #f5f5f5 !important; +} +/* meta.separator */ +.pl-va { + color: #008080 !important; +} +/* variable.assignment */ +.pl-vpu { + color: #008080 !important; +} +/* variable.parameter.url */ +.pl-entl { + color: #FFA38F !important; +} +/* entity.name.tag.label */ +.pl-corl, .highlight .pl-corl span.x { + color: #77C2FF !important; + text-decoration: underline !important; +} +/* links */ +.pl-token.active, .pl-token:hover { + background: #FFA38F !important; + color: #FFA38F !important; +} +/*! CodeMirror: Twilight */ +/* based on https://github.com/codemirror/CodeMirror/blob/master/theme/twilight.css */ +.CodeMirror-gutters { + background: #211c22 !important; + border-right: 1px solid #484848 !important; +} +.CodeMirror-guttermarker { + color: white !important; +} +.CodeMirror-guttermarker-subtle { + color: #aaa !important; +} +.CodeMirror-linenumber { + color: #aaa !important; +} +.CodeMirror-cursor { + border-left: 1px solid white !important; +} +.CodeMirror-activeline-background { + background: #27282e !important; +} +.CodeMirror-matchingbracket { + outline: 1px solid grey !important; + color: white !important; +} +.cm-keyword { + color: #77C2FF !important; +} +.cm-atom { + color: #fc0 !important; +} +.cm-number { + color: #ca7841 !important; +} +.cm-def { + color: #8da6ce !important; +} +.cm-variable-2, span.cm-tag { + color: #b0a17f !important; +} +.cm-variable-3, span.cm-def { + color: #607392 !important; +} +.cm-operator { + color: #5FFF9F !important; +} +.cm-comment { + color: #FFA38F !important; + font-style: italic !important; + font-weight: normal !important; +} +.cm-string { + color: #FF96FD !important; +} +.cm-string-2 { + color: #bd6b18 !important; +} +.cm-meta { + background-color: #151016 !important; + color: #f7f7f7 !important; +} +.cm-builtin { + color: #5FFF9F !important; +} +.cm-tag { + color: #997643 !important; +} +.cm-attribute { + color: #d6bb6d !important; +} +.cm-header { + color: #77BBFF !important; +} +.cm-hr { + color: #aeaeae !important; +} +.cm-link { + color: #FDEA25 !important; + font-style: italic !important; + text-decoration: none !important; +} +.cm-error { + border-bottom: 1px solid red !important; +} +/*! Jupyter: Twilight */ +/* https://gist.github.com/dansimpson/803005 */ +#notebook div.output_stderr { + background: #420e09 !important; +} +#notebook .input_area:not(.highlight), body.api pre, +:is(#notebook, body.api) .highlight, :is(#notebook, body.api) .highlight pre, +:is(#notebook, body.api) .highlight table { + background: #151016 !important; + color: #ccc !important; +} +:is(#notebook, body.api) .highlight .hll, .highlight code .hll { + background-color: #ffc !important; +} +:is(#notebook, body.api) .highlight .err, .highlight code .err { + border: #b22518 !important; +} +/* Error */ +:is(#notebook, body.api) .highlight .c, .highlight code .c { + color: #5f5a60 !important; + font-style: italic !important; +} +/* Comment */ +:is(#notebook, body.api) .highlight .g, .highlight code .g { +} +/* Generic */ +:is(#notebook, body.api) .highlight .h, .highlight code .h { +} +/* Name */ +:is(#notebook, body.api) .highlight .k, .highlight code .k { + color: #5FFF9F !important; +} +/* Keyword */ +:is(#notebook, body.api) .highlight .l, .highlight code .l { +} +/* Literal */ +:is(#notebook, body.api) .highlight .m, .highlight code .m { +} +/* Literal.Number */ +:is(#notebook, body.api) .highlight .n, .highlight code .n { +} +/* Name */ +:is(#notebook, body.api) .highlight .o, .highlight code .o { +} +/* Operator */ +:is(#notebook, body.api) .highlight .p, .highlight code .p { +} +/* Punctuation */ +:is(#notebook, body.api) .highlight .s, .highlight code .s { +} +/* Literal.String */ +:is(#notebook, body.api) .highlight .w, .highlight code .w { +} +/* Text.Whitespace */ +:is(#notebook, body.api) .highlight .x, .highlight code .x { +} +/* Other */ +:is(#notebook, body.api) .highlight .w, .highlight code .w { + color: #151016 !important; +} +/* Text.Whitespace */ +:is(#notebook, body.api) .highlight .cm, .highlight code .cm { + color: #5f5a60 !important; + font-style: italic !important; +} +/* Comment.Multiline */ +:is(#notebook, body.api) .highlight .cp, .highlight code .cp { + color: #5f5a60 !important; +} +/* Comment.Preproc */ +:is(#notebook, body.api) .highlight .c1, .highlight code .c1 { + color: #5f5a60 !important; + font-style: italic !important; +} +/* Comment.Single */ +:is(#notebook, body.api) .highlight .cs, .highlight code .cs { + color: #5f5a60 !important; + font-style: italic !important; +} +/* Comment.Special */ +:is(#notebook, body.api) .highlight .gd, .highlight code .gd { + background: #420e09 !important; +} +/* Generic.Deleted */ +:is(#notebook, body.api) .highlight .ge, .highlight code .ge { + font-style: italic !important; +} +/* Generic.Emph */ +:is(#notebook, body.api) .highlight .gr, .highlight code .gr { + background: #b22518 !important; +} +/* Generic.Error */ +:is(#notebook, body.api) .highlight .gh, .highlight code .gh { + color: #000080 !important; + font-weight: bold !important; +} +/* Generic.Heading */ +:is(#notebook, body.api) .highlight .gi, .highlight code .gi { + background: #253b22 !important; +} +/* Generic.Inserted */ +:is(#notebook, body.api) .highlight .go, .highlight code .go { +} +/* Generic.Output */ +:is(#notebook, body.api) .highlight .gp, .highlight code .gp { + font-weight: bold !important; +} +/* Generic.Prompt */ +:is(#notebook, body.api) .highlight .gs, .highlight code .gs { + font-weight: bold !important; +} +/* Generic.Strong */ +:is(#notebook, body.api) .highlight .gu, .highlight code .gu { + color: #800080 !important; + font-weight: bold !important; +} +/* Generic.Subheading */ +:is(#notebook, body.api) .highlight .gt, .highlight code .gt { +} +/* Generic.Traceback */ +:is(#notebook, body.api) .highlight .kc, .highlight code .kc { +} +/* Keyword.Constant */ +:is(#notebook, body.api) .highlight .kd, .highlight code .kd { + color: #e9df8f !important; +} +/* Keyword.Declaration */ +:is(#notebook, body.api) .highlight .kn, .highlight code .kn { +} +/* Keyword.Namespace */ +:is(#notebook, body.api) .highlight .kp, .highlight code .kp { + color: #9b703f !important; +} +/* Keyword.Pseudo */ +:is(#notebook, body.api) .highlight .kr, .highlight code .kr { +} +/* Keyword.Reserved */ +:is(#notebook, body.api) .highlight .kt, .highlight code .kt { +} +/* Keyword.Type */ +:is(#notebook, body.api) .highlight .na, .highlight code .na { + color: #77C2FF !important; +} +/* Name.Attribute */ +:is(#notebook, body.api) .highlight .nb, .highlight code .nb { + color: #5FFF9F !important; +} +/* Name.Builtin */ +:is(#notebook, body.api) .highlight .nc, .highlight code .nc { + color: #9b859d !important; + font-weight: bold !important; +} +/* Name.Class */ +:is(#notebook, body.api) .highlight .no, .highlight code .no { + color: #9b859d !important; +} +/* Name.Constant */ +:is(#notebook, body.api) .highlight .nd, .highlight code .nd { + color: #7587a6 !important; +} +/* Name.Decorator */ +:is(#notebook, body.api) .highlight .ni, .highlight code .ni { + color: #cf6a4c !important; + font-weight: bold !important; +} +/* Name.Entity */ +:is(#notebook, body.api) .highlight .nf, .highlight code .nf { + color: #9b703f !important; + font-weight: bold !important; +} +/* Name.Function */ +:is(#notebook, body.api) .highlight .nn, .highlight code .nn { + color: #9b859d !important; + font-weight: bold !important; +} +/* Name.Namespace */ +:is(#notebook, body.api) .highlight .nt, .highlight code .nt { + color: #5FFF9F !important; + font-weight: bold !important; +} +/* Name.Tag */ +:is(#notebook, body.api) .highlight .nv, .highlight code .nv { + color: #7587a6 !important; +} +/* Name.Variable */ +:is(#notebook, body.api) .highlight .ow, .highlight code .ow { + color: #a2f !important; + font-weight: bold !important; +} +/* Operator.Word */ +:is(#notebook, body.api) .highlight .mf, .highlight code .mf { + color: #cf6a4c !important; +} +/* Literal.Number.Float */ +:is(#notebook, body.api) .highlight .mh, .highlight code .mh { + color: #cf6a4c !important; +} +/* Literal.Number.Hex */ +:is(#notebook, body.api) .highlight .mi, .highlight code .mi { + color: #cf6a4c !important; +} +/* Literal.Number.Integer */ +:is(#notebook, body.api) .highlight .mo, .highlight code .mo { + color: #cf6a4c !important; +} +/* Literal.Number.Oct */ +:is(#notebook, body.api) .highlight .sb, .highlight code .sb { + color: #FF96FD !important; +} +/* Literal.String.Backtick */ +:is(#notebook, body.api) .highlight .sc, .highlight code .sc { + color: #FF96FD !important; +} +/* Literal.String.Char */ +:is(#notebook, body.api) .highlight .sd, .highlight code .sd { + color: #FF96FD !important; + font-style: italic !important; +} +/* Literal.String.Doc */ +:is(#notebook, body.api) .highlight .s2, .highlight code .s2 { + color: #FF96FD !important; +} +/* Literal.String.Double */ +:is(#notebook, body.api) .highlight .se, .highlight code .se { + color: #77C2FF !important; + font-weight: bold !important; +} +/* Literal.String.Escape */ +:is(#notebook, body.api) .highlight .sh, .highlight code .sh { + color: #FF96FD !important; +} +/* Literal.String.Heredoc */ +:is(#notebook, body.api) .highlight .si, .highlight code .si { + color: #daefa3 !important; + font-weight: bold !important; +} +/* Literal.String.Interpol */ +:is(#notebook, body.api) .highlight .sx, .highlight code .sx { + color: #FF96FD !important; +} +/* Literal.String.Other */ +:is(#notebook, body.api) .highlight .sr, .highlight code .sr { + color: #e9c062 !important; +} +/* Literal.String.Regex */ +:is(#notebook, body.api) .highlight .s1, .highlight code .s1 { + color: #FF96FD !important; +} +/* Literal.String.Single */ +:is(#notebook, body.api) .highlight .ss, .highlight code .ss { + color: #cf6a4c !important; +} +/* Literal.String.Symbol */ +:is(#notebook, body.api) .highlight .bp, .highlight code .bp { + color: #0aa !important; +} +/* Name.Builtin.Pseudo */ +:is(#notebook, body.api) .highlight .vc, .highlight code .vc { + color: #7587a6 !important; +} +/* Name.Variable.Class */ +:is(#notebook, body.api) .highlight .vg, .highlight code .vg { + color: #7587a6 !important; +} +/* Name.Variable.Global */ +:is(#notebook, body.api) .highlight .vi, .highlight code .vi { + color: #7587a6 !important; +} +/* Name.Variable.Instance */ +:is(#notebook, body.api) .highlight .il, .highlight code .il { + color: #099 !important; +} +/* Literal.Number.Integer.Long */ +/* usercss build - remove end */ +/* inline code - big blocks */ +.markdown-format pre, .markdown-body pre, .highlight pre, .markdown-body pre, +#facebox pre, .blob-expanded, .terminal, .copyable-terminal, +#notebook .input_area, .blob-code-context, .markdown-format code, .api pre, +.api li:not(a) code, .hook-delivery-details pre, .hook-delivery-container pre, +.code-list .file-box, .CodeMirror, .highlight.bg-gray { + background-color: var(--ghd-code-background, #151016) !important; + color: #d3d3d377 !important; +} +.flash p code { + background-color: inherit !important; +} +.blob-code, .blob-code-inner { + color: #d3d3d3 !important; +} +.social-count { + border-color: rgba(200, 200, 200, 0.15) !important; + } +} +@-moz-document regexp("^https?://www\.zuora\.com.*github\.com.*") { + /* Styles the payment form iframe */ + body, label, .popup { + background: transparent !important; + color: #d3d3d3EE !important; + } + input, select { + background: #1c171d !important; + color: #d3d3d3EE !important; + border-color: #3f3741 !important; + } + select { + background: #1c171d url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAQAAAAua3X8AAAARklEQVR4AWNABWcazjQg8zGl/wNhA15piBL80gglmNKYSjClMZUgpDGVwKXxKBl4QNiRBLxJIKAIBzXhyCIc3YQTDMEkBwBplPJRxEMa4wAAAABJRU5ErkJggg==") no-repeat right 8px center !important; + background-size: 8px 10px !important; + } + input:focus, select:focus { + border-color: /*[[base-color]]*/ #d7cf8b !important; + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 2px /*[[base-color]]*/ #d7cf8b !important; + outline-color: /*[[base-color]]*/ #d7cf8b !important; + } + .btn-submit { + background: linear-gradient(#407045, #305530) !important; + border-color: #083 !important; + } + .btn-submit:hover { + background: linear-gradient(#508055, #407045) !important; + } +} +@-moz-document domain("developer.github.com") { + table { + background-color: transparent; + } + .sidebar-module .arrow-btn { + background: url('data:image/svg+xml;utf8,') no-repeat 8px 10px; + } + .arrow-btn.collapsed:hover { + background: url('data:image/svg+xml;utf8,') no-repeat 8px 10px; + } + .arrow-btn.expanded { + background: url('data:image/svg+xml;utf8,') no-repeat 8px 10px; + } + .arrow-btn.expanded:hover { + background: url('data:image/svg+xml;utf8,') no-repeat 8px 10px; + } +} +@-moz-document domain("help.github.com") { + h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h4 a > strong code { + color: #d3d3d3EE; + } + h3 a { + color: /*[[base-color]]*/ #d7cf8b !important; + } + .directory-toc h3 a { + color: #d3d3d3EE !important; + } + .nav-mobile-burgerIcon { + filter: invert(100%) hue-rotate(180deg) !important; + } + /* Using #fff over currentColor because GH relies on browser default #000 */ + .hljs { + color: #d3d3d377; + } + .extended-markdown p code { + background-color: #1e293c !important; + } + .octicon-mark-github { + color: currentcolor; + } + .sidebar { + background-color: #1c1c1c; + border-right: 1px solid #3f3741; + } + .sidebar-guide.active { + background: #24324b; + } + .sidebar-topic .sidebar-article::before, + .sidebar-topic .sidebar-article.active::before { + border-left-color: /*[[base-color]]*/; + } + .sidebar-products svg:not([fill]) { + fill: #eee; + } + .sidebar-products a, .sidebar-products .arrow { + color: #eee; + } + .sidebar-guide > a, .sidebar-guide summary a, .sidebar-product > a, + .sidebar-product summary a { + color: #ccc; + } +} +@-moz-document domain("support.github.com") { + .input-block #query { + background: url('data:image/svg+xml;utf8,') no-repeat 6px; + } + #q { + background: url('data:image/svg+xml;utf8,') no-repeat 6px; + } +} +@-moz-document domain("resources.github.com") { + body .user-status-header, body, .btn-primary .Counter, .btn-purple .Counter, + .btn-blue .Counter, .btn-outline, .btn-outline:hover .Counter, + .btn-outline:active .Counter, .btn-outline.selected .Counter, + [open] > .btn-outline .Counter, .btn-outline:disabled, .btn-outline.disabled, + .social-count, .form-control, .form-select, .input-contrast:focus, + .form-group .form-control:focus, .btn-orange .Counter, .btn-outline-purple, + .btn-outline-purple:hover .Counter, .btn-outline-purple:active .Counter, + .btn-outline-purple.selected .Counter, [open] > .btn-outline-purple .Counter, + .btn-outline-purple:disabled, .btn-outline-purple.disabled, + .btn-outline-orange, .btn-outline-orange:hover .Counter, + .btn-outline-orange:active .Counter, .btn-outline-orange.selected .Counter, + [open] > .btn-outline-orange .Counter, .btn-outline-orange:disabled, + .btn-outline-orange.disabled, .btn-outline-green, + .btn-outline-green:hover .Counter, .btn-outline-green:active .Counter, + .btn-outline-green.selected .Counter, [open] > .btn-outline-green .Counter, + .btn-outline-green:disabled, .btn-outline-green.disabled, + .btn-transparent:hover, .btn-transparent:active, .Tile:hover, + .callout-permalink-big figcaption, .callout-event-big figcaption, + .page-responsive .HeaderMenu--logged-out { + background-color: #1c171d; + } + .input-contrast, .form-group .form-control, .drag-and-drop { + background-color: #1c171d; + } + .bg-gray-light, .bg-gray000 { + background-color: #1c171d !important; + } + .Tile, .permalink-hero.webcast .permalink-hero-bgShape, + .permalink-hero.video .permalink-hero-bgShape, + .permalink-hero.event .permalink-hero-bgShape::before, + .permalink-hero.customer.story .permalink-hero-bgShape, + .permalink-content code, .callout-permalink-stacked-image.webcast, + .callout-permalink-stacked-image.customer.story, + .callout-permalink-stacked-image.video, + .callout-permalink-stacked-image.event::before, + .callout-permalink-big-image.webcast, .callout-event-big-image.webcast, + .callout-permalink-big-image.event::before, + .callout-event-big-image.event::before, .callout-permalink-big-image.video, + .callout-permalink-big-image.customer.story { + background-color: #262127; + } + .bg-gray, .bg-gray100 { + background-color: #262127 !important; + } + .btn, .btn:disabled, .btn.disabled, .btn-danger:disabled, .btn-danger.disabled { + background-color: #3f3741; + } + .btn:hover, .btn.hover { + background-color: #444; + } + .hidden-text-expander a, .ellipsis-expander { + background: #151016; + } + .hidden-text-expander a:hover, .ellipsis-expander:hover { + background-color: #484848; + } + .Header { + background-color: #1c171d; + } + .underline-dashed { + background-image: linear-gradient(to right, #8e8e8e 50%, rgba(255, 255, 255, 0) 0%); + } + .bg-gray-dark { + background-color: #1c171d !important; + } + .drag-and-drop, .previewable-comment-form .comment { + border-color: #3f3741; + } + hr, .rule { + border-bottom-color: #3f3741; + } + .upload-enabled textarea { + border-bottom-color: #3f3741; + } + .form-control, .form-select { + border-color: #3f3741; + } + .border-gray-dark { + border-color: #3f3741 !important; + } + .data-table { + border-color: #3f3741; + } + .border { + border-color: #3f3741 !important; + } + .border-top, .border-y, .border-sm-top, .border-md-top, .border-lg-top { + border-top-color: #3f3741 !important; + } + .data-table td, .data-table th, .data-table tbody tr:last-child th, + .data-table tbody tr:last-child td { + border-bottom-color: #3f3741; + } + .border-bottom, .border-y, .border-sm-bottom, .border-md-bottom, + .border-lg-bottom { + border-bottom-color: #3f3741 !important; + } + .data-table td, .data-table th { + border-right-color: #3f3741; + } + .border-right, .border-sm-right, .border-md-right, .border-lg-right { + border-right-color: #3f3741 !important; + } + .data-table tbody th, .data-table tbody td { + border-bottom-color: #3f3741; + } + .page-responsive .HeaderMenu--logged-out .header-search-wrapper { + border-color: #3f3741; + } + .btn-transparent:hover, .btn-transparent:active { + border-color: #1c171d; + } + .hidden-text-expander a, .ellipsis-expander, .page-responsive .HeaderMenu-link { + color: #d3d3d3CC; + } + .text-gray-light { + color: #8e8e8e !important; + } + p.explain .octicon, .Tile-date, .permalink-content .blockquote-credit { + color: #d3d3d375; + } + a, .btn-blue .Counter, .btn-outline, .btn-outline:hover .Counter, + .btn-outline:active .Counter, .btn-outline.selected .Counter, + [open] > .btn-outline .Counter, .social-count:hover, + .drag-and-drop-error-info a, .link-mktg:hover { + color: /*[[base-color]]*/ #d7cf8b; + } + .text-blue, .link-hover-blue:hover, .btn-outline-mktg:hover, + a:not(.btn-mktg):hover, a:hover .hover-link { + color: /*[[base-color]]*/ #d7cf8b !important; + } + .btn .Counter, .form-checkbox .note, .hfields .form-group dt label, + .drag-and-drop, .drag-and-drop-error-info, h2.account, p.explain, .lead, + .pullquote, body, .permalink-content a:not(.btn) { + color: #d3d3d394; + } + .text-gray, .link-gray, .muted-link, + .page-responsive .HeaderMenu--logged-out .header-search-input::placeholder { + color: #d3d3d394 !important; + } + body, .btn, .social-count, .form-control, .form-select, p.explain strong, + .text-emphasized, h1, h2, h3, h4, h5, h6, .permalink-content pre code, + .permalink-content code, .intro, .callout-permalink-text-only-link h3, + .Header .header-search-input, .page-responsive .HeaderMenu-link:hover, + .page-responsive .HeaderMenu-details[open] .HeaderMenu-link { + color: #d2d2d2; + } + .link-gray-dark, body.status .text-gray-dark { + color: #d2d2d2 !important; + } + .btn-transparent:hover, .btn-transparent:active { + color: #d3d3d3EE; + } + .bg-blue-light { + background-color: #433f46 !important; + } + .bg-blue-dark { + background-color: #433f46 !important; + } + .border-blue-light { + border-color: #d7cf8b55 !important; + } + .link-mktg, .permalink-content blockquote, + .callout-permalink-text-only-link:hover h3 { + color: /*[[base-color]]*/ #d7cf8b; + } + .text-blue-mktg, .btn-outline-mktg, a:hover, a:hover .hover-link { + color: /*[[base-color]]*/ #d7cf8b !important; + } + .btn-outline:hover, .btn-outline:active, .btn-outline.selected, + [open] > .btn-outline, .btn-mktg:hover { + background-color: /*[[base-color]]*/ #d7cf8b; + color: #fff; + } + .bg-blue { + background-color: /*[[base-color]]*/ #d7cf8b !important; + color: #fff !important; + } + .btn-outline:hover, .btn-outline:active, .btn-outline.selected, + [open] > .btn-outline, .btn-outline:focus { + border-color: /*[[base-color]]*/ #d7cf8b; + } + .border-blue { + border-color: /*[[base-color]]*/ #d7cf8b !important; + } + .form-control.focus, .form-control:focus, .form-select.focus, + .form-select:focus { + border-color: /*[[base-color]]*/ #d7cf8b; + } + .form-group dd h4.is-error, .form-group.required dt label::after, + .form-group.errored label, .status-indicator-failed .octicon-x, + .drag-and-drop .error { + color: #f44; + } + .text-red { + color: #f44 !important; + } + .form-group.errored .error { + color: #f44; + } + .bg-red { + background-color: #f44 !important; + } + .btn-danger:hover { + background-color: #911; + } + .form-group.errored .error { + background-color: #300; + } + .bg-red-light { + background-color: #300 !important; + } + .validated .form-control:invalid { + border-color: #b00; + } + .border-red { + border-color: #b00 !important; + } + .text-orange { + color: #f3582c !important; + } + .form-group dd h4.is-success, .form-group.successful .success, + .status-indicator-success .octicon-check, .btn-outline-green, + .btn-outline-green:hover .Counter, .btn-outline-green:active .Counter, + .btn-outline-green.selected .Counter, [open] > .btn-outline-green .Counter { + color: #6cc644; + } + .text-green { + color: #6cc644 !important; + } + .btn-primary, .btn-outline-green:hover, .btn-outline-green:active, + .btn-outline-green.selected, [open] > .btn-outline-green { + background-color: #6cc644; + } + .bg-green { + background-color: #6cc644 !important; + } + .bg-green-light { + background-color: #002800 !important; + } + .border-green { + border-color: #34d058 !important; + } + .text-pending { + color: #cb4 !important; + } + .form-warning, .form-group.warn .warning { + color: #EFA554; + } + .bg-yellow { + background-color: #cb4 !important; + } + .form-checkbox label em.highlight, .form-warning { + background: #151016; + } + .form-group.warn .warning { + background-color: #151016; + } + .form-group.warn .warning::after { + border-bottom-color: #321; + } + .form-warning { + border-color: #542; + } + .form-group.warn .warning { + border-color: #542; + } + .border-yellow { + border-color: #542 !important; + } + .form-group.warn .warning::before { + border-bottom-color: #542; + } + .bg-yellow-light { + background-color: #651 !important; + } + .btn-outline-purple, .btn-outline-purple:hover .Counter, + .btn-outline-purple:active .Counter, .btn-outline-purple.selected .Counter, + [open] > .btn-outline-purple .Counter { + color: #8368aa; + } + .text-purple { + color: #8368aa !important; + } + .btn-outline-purple:hover, .btn-outline-purple:active, + .btn-outline-purple.selected, [open] > .btn-outline-purple { + background-color: #8368aa; + } + .bg-purple { + background-color: #8368aa !important; + } + .bg-purple-light { + background-color: #213 !important; + } + .btn-outline-purple:hover, .btn-outline-purple:active, + .btn-outline-purple.selected, [open] > .btn-outline-purple, + .btn-outline-purple:focus { + border-color: #8368aa; + } + .border-purple { + border-color: #8368aa !important; + } + legend, .Bump-link--hover .Bump-link-symbol, .Header .header-search-input { + color: inherit; + } + .text-inherit { + color: inherit !important; + } + .upload-enabled.focused .form-control, .Header .header-search-wrapper, + .Header .header-search-wrapper.focus, .page-responsive .HeaderMenu--logged-out, + .page-responsive .HeaderMenu--logged-out .dropdown-menu { + box-shadow: none; + } + .box-shadow-none { + box-shadow: none !important; + } + .link-mktg, .permalink-content blockquote, + .callout-permalink-text-only-link:hover h3 { + color: /*[[base-color]]*/ #d7cf8b; + } + .text-blue-mktg, .btn-outline-mktg, a:hover, a:hover .hover-link { + color: /*[[base-color]]*/ #d7cf8b !important; + } + .btn-outline-mktg { + box-shadow: 0 1px 0 0 rgba(79, 140, 201, .5); + box-shadow: 0 1px 0 0 rgba(/*[[base-color-rgb]]*/, .5); + } + .btn-outline-mktg:hover { + box-shadow: 0 1px 0 0 /*[[base-color]]*/ #d7cf8b; + } + .position-relative.bg-white { + background-color: #211c22 !important; + } + h2[style*="background: white"] { + background: transparent !important; + } + img[src*="octocat-help.svg"] { + filter: invert(85%) hue-rotate(-180deg) brightness(125%) contrast(85%) !important; + } + #intro[style="background-color: #FAFBFC;"] { + background-color: #1c171d !important; + } + .permalink-hero.whitepaper .permalink-hero-bgShape::after { + border-color: #252525 !important; + } + .intercom-upfront-email-composer input::placeholder, + .intercom-upfront-email-composer textarea::placeholder { + color: #777 !important; + } + .intercom-composer-emoji-button-active svg path, + .intercom-composer-gif-button-active svg path, + .intercom-composer-send-button svg path { + fill: rgb(79, 140, 201); + fill: /*[[base-color]]*/; + } + .intercom-home-screen-conversation-card { + background-color: #111 !important; + color: #eee !important; + box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), + 0 1px 2px 0 rgba(0, 0, 0, .1), + inset 0 2px 0 0 rgba(79, 140, 201, .5); + box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), + 0 1px 2px 0 rgba(0, 0, 0, .1), + inset 0 2px 0 0 rgba(/*[[base-color-rgb]]*/, .5); + } + .intercom-conversation-summary-unread .intercom-conversation-summary-body-author, + .intercom-conversation-summary-unread .intercom-conversation-summary-content-text, + .intercom-conversation-summary-content-author-prefix { + color: #d3d3d3EE !important; + } + .new-message-button__secondary:not(.new-message-button-light), + .new-conversation-button__secondary:not(.new-conversation-button-light) { + background-color: #1c171d; + color: rgb(79, 140, 201); + color: rgb(/*[[base-color-rgb]]*/); + border-color: rgb(79, 140, 201); + border-color: rgb(/*[[base-color-rgb]]*/); + } + .new-message-button__secondary:not(.new-message-button-light):hover, + .new-conversation-button__secondary:not(.new-conversation-button-light):hover { + color: rgb(79, 140, 201); + color: rgb(/*[[base-color-rgb]]*/); + border-color: rgb(79, 140, 201); + border-color: rgb(/*[[base-color-rgb]]*/); + filter: brightness(110%); + } + .new-message-button__secondary:not(.new-message-button-light) .intercom-new-message-icon path, + .new-conversation-button__secondary:not(.new-conversation-button-light) .intercom-new-conversation-icon path { + fill: rgb(79, 140, 201); + fill: rgb(/*[[base-color-rgb]]*/); + } + .new-message-button__secondary:not(.new-message-button-light):hover .intercom-new-message-icon path, + .new-conversation-button__secondary:not(.new-conversation-button-light):hover .intercom-new-conversation-icon path { + fill: rgb(79, 140, 201); + fill: rgb(/*[[base-color-rgb]]*/); + filter: brightness(110%); + } + .intercom-conversation-summary:hover { + background-color: #211c22; + } + .intercom-composer-popover { + background-color: #111; + } + .intercom-composer-popover-header, .intercom-upfront-email-composer input, + .intercom-conversation-summary:last-child::after { + border-bottom-color: #555 !important; + } + .intercom-composer-popover-caret { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + border-top: 8px solid #111; + } + .intercom-chat-card, .intercom-messenger-body, + .intercom-upfront-email-composer { + background-color: #1c171d !important; + } + .intercom-messenger-header { + background: rgb(79, 140, 201); + background: rgb(/*[[base-color-rgb]]*/); + background: linear-gradient(135deg, rgb(79, 140, 201) 0%, rgb(79, 140, 201, .5) 100%); + background: linear-gradient(135deg, rgb(/*[[base-color-rgb]]*/) 0%, rgba(/*[[base-color-rgb]]*/, .5) 100%); + color: #eee; + } + .intercom-comment-container-admin .intercom-comment:not(.intercom-comment-with-body), + .intercom-comment-container-other-user .intercom-comment:not(.intercom-comment-with-body) { + color: #eee; + background-color: #302931; + } + .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) { + background-color: /*[[base-color]]*/ #d7cf8b; + } + .intercom-attribute-collector-card-body { + background-color: #151016; + color: #eee; + box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), + 0 1px 2px 0 rgba(0, 0, 0, .1), + inset 0 2px 0 0 rgba(79, 140, 201, .5); + box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), + 0 1px 2px 0 rgba(0, 0, 0, .1), + inset 0 2px 0 0 rgba(/*[[base-color-rgb]]*/, .5); + } + .intercom-composer pre, .intercom-composer textarea { + background-color: #111; + } + .intercom-composer textarea:focus { + background-color: #111; + } + .intercom-composer textarea { + color: #eee; + } + .intercom-composer { + border-top-color: #555; + } + .intercom-validating-input input { + border-color: #555; + color: #eee; + background: #1c171d; + } + .intercom-phone-number-input { + background: #111; + } + .intercom-phone-number-input input, + .intercom-phone-number-input.intercom-phone-number-input-saved input, + .intercom-phone-number-input.intercom-phone-number-input-saving input { + border-color: #555; + } + .intercom-validating-input.intercom-validating-input-failed input, + .intercom-phone-number-input.intercom-phone-number-input-invalid { + background-color: #300; + color: #d22628; + border-color: #600; + } + .intercom-submittable-input-submit-button { + background-color: rgb(79, 140, 201); + background-color: rgb(/*[[base-color-rgb]]*/); + filter: brightness(85%); + } + .intercom-submittable-input-submit-button:hover:not(.intercom-submittable-input-submit-button-disabled):not(.intercom-submittable-input-submit-button-saving) { + background-color: rgb(79, 140, 201); + background-color: rgb(/*[[base-color-rgb]]*/); + filter: brightness(100%); + } + .intercom-validating-input.intercom-validating-input-saved input { + border-color: #555; + color: #aaa; + -webkit-text-fill-color: #777; + } + .intercom-messenger-card-textarea textarea:focus, + .intercom-validating-input input:focus { + background: #111; + } + .intercom-borderless .intercom-typing-admin .intercom-typing-admin-bubble::after, + .intercom-chat-card.intercom-chat-card-with-avatar::after, + .intercom-chat-snippet-card::after, + .intercom-comment-body-borderless.intercom-comment-body-admin-with-avatar .intercom-comment-body-block-group-text:last-child::after, + .intercom-comment-container-borderless-with-avatar .intercom-comment:not(.intercom-comment-with-body)::after, + [class*="intercom-"]::after { + border-color: transparent transparent #1c171d; + } + .intercom-chat .intercom-block-paragraph, + .intercom-chat-card .intercom-block-paragraph, + .intercom-note .intercom-block-paragraph, + .intercom-note-card .intercom-block-paragraph, + .intercom-pointer .intercom-block-paragraph, + .intercom-post .intercom-block-paragraph, + .intercom-post-card .intercom-block-paragraph, + .intercom-messenger-card-text-header { + color: #d3d3d3EE; + } + .intercom-borderless-dismiss-button span, + .intercom-borderless-view-more-button span { + background-color: #d3d3d366; + color: #eee; + } + .intercom-borderless-dismiss-button span:hover, + .intercom-borderless-view-more-button span:hover { + background-color: #555; + } + .quick-reply-button, button[class*="intercom-"] { + border-color: /*[[base-color]]*/ #d7cf8b; + background-color: #211c22; + color: /*[[base-color]]*/ #d7cf8b; + } + .quick-reply-button:hover, button[class*="intercom-"]:hover { + background-color: /*[[base-color]]*/ #d7cf8b; + color: #eee; + } + button[class*="intercom-"] svg path { + fill: /*[[base-color]]*/ #d7cf8b; + } + button[class*="intercom-"]:hover svg path { + fill: #eee; + } + .intercom-launcher [class*="css-"] { + background: /*[[base-color]]*/ #d7cf8b; + } +} +@-moz-document regexp("^https?://github\.com/features/(security|actions)") { + img[src*="security-vulnerability.svg"], + img[src*="security-vulnerability-alert.svg"], img[src*="security-policy.svg"], + img[src*="security-workspace-bg.svg"], + img[src*="security-workspace-comment-1.svg"], + img[src*="security-workspace-comment-2.svg"], + img[src*="security-workspace-changes.svg"], + img[src*="security-workspace-merge.svg"], .section-security-alerts svg, + img[src*="security-dependabot.svg"], img.security-pr-merge, + .section-security-patches-graph, img[src*="security-token-scanning.svg"], + img[src*="security-lgtm-vulnerability.svg"], + img[src*="security-lgtm-alert.svg"], .actions-pr-checks { + filter: invert(90%) hue-rotate(-180deg) !important; + } + .section-security-alerts-graph svg, .section-security-patches-graph { + filter: none !important; + } + [style="background: #fff; box-shadow: 0 10px 50px 30px #fff;"] { + background: none !important; + box-shadow: none !important; + } + [stroke="#E1E4E8"] { + stroke: #484848; + } + [stroke="#B08800"] { + stroke: #652; + } + [fill="#FFFDEF"] { + fill: #321; + } + [fill="#6A737D"] { + fill: #444; + } + [fill="white"]:not([d*="M279.27"]) { + fill: #111; + } + [fill="black"] { + fill: #eee; + } + svg.security-hero, .actions-hero { + filter: brightness(200%) contrast(80%); + } + .section-actions-workflow-logs::before, .actions-pricing-private::before { + filter: brightness(60%); + } +} +@-moz-document regexp("^https?://github\.com/(features|security)") { + img[src*="img-"], img[src*="security"] { + filter: invert(90%) hue-rotate(-180deg) !important; + } + img[src*="img-share-achievements.png"] { + filter: invert(100%) hue-rotate(-85deg) !important; + } +} +@-moz-document domain("stylishthemes.github.io") { + * { + box-sizing: border-box; + } + body { + color: #e0e0e0; + background-color: #262127; + background-clip: border-box; + background-origin: padding-box; + background-attachment: /*[[bg-attachment]]*/; + /*[[bg-options]]*/ + } + .markdown-body img { + background-color: #1c171d; + background: none; + } + a { + color: /*[[base-color]]*/; + background-color: transparent; + } + .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, + .markdown-body h5, .markdown-body h6 { + border-bottom: 1px solid #444; + } + .border-gray-light, hr { + border-color: #444 !important; + } + .markdown-body table th, .markdown-body table td { + border: 1px solid #444; + } + .text-gray { + color: #aaa !important; + } + .markdown-body table tr { + background-color: #1c171d; + border-top: 1px solid #444; + } + .markdown-body table tr:nth-child(2n) { + background-color: #262127; + } + /* style 404 page e.g. http://stylishthemes.github.io/ */ + p { + color: #d3d3d3EE; + } + #suggestions a { + color: #9e9e9e; + } +} +@-moz-document domain("githubstatus.com") { + .illo-desktop-header { + filter: invert(90%) hue-rotate(-180deg) !important; + } + .status-day > .date::before { + background-color: #444 !important; + } + .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item.light { + opacity: .7; + } + .page-title .impact-minor::before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.89307 1.50072C8.70961 1.19027 8.37325 1 8.00632 1C7.63938 1 7.30302 1.19027 7.11956 1.50072L0.137601 13.4979C-0.0458669 13.8083 -0.0458669 14.1888 0.137601 14.4993C0.331261 14.8097 0.667618 15 1.02436 15H14.9883C15.3552 15 15.6916 14.8097 15.8648 14.4993C16.0381 14.1888 16.0483 13.8083 15.875 13.4979L8.89307 1.50072ZM9.02558 12.9971H6.98705V10.9943H9.02558V12.9971ZM9.02558 9.99285H6.98705V5.98712H9.02558V9.99285Z' fill='%23cb4'/%3E%3C/svg%3e"); + } + .page-title .impact-major::before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.89307 1.50072C8.70961 1.19027 8.37325 1 8.00632 1C7.63938 1 7.30302 1.19027 7.11956 1.50072L0.137601 13.4979C-0.0458669 13.8083 -0.0458669 14.1888 0.137601 14.4993C0.331261 14.8097 0.667618 15 1.02436 15H14.9883C15.3552 15 15.6916 14.8097 15.8648 14.4993C16.0381 14.1888 16.0483 13.8083 15.875 13.4979L8.89307 1.50072ZM9.02558 12.9971H6.98705V10.9943H9.02558V12.9971ZM9.02558 9.99285H6.98705V5.98712H9.02558V9.99285Z' fill='%23f3582c'/%3E%3C/svg%3e"); + } + .page-title .impact-critical::before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.89307 1.50072C8.70961 1.19027 8.37325 1 8.00632 1C7.63938 1 7.30302 1.19027 7.11956 1.50072L0.137601 13.4979C-0.0458669 13.8083 -0.0458669 14.1888 0.137601 14.4993C0.331261 14.8097 0.667618 15 1.02436 15H14.9883C15.3552 15 15.6916 14.8097 15.8648 14.4993C16.0381 14.1888 16.0483 13.8083 15.875 13.4979L8.89307 1.50072ZM9.02558 12.9971H6.98705V10.9943H9.02558V12.9971ZM9.02558 9.99285H6.98705V5.98712H9.02558V9.99285Z' fill='%23f44'/%3E%3C/svg%3e"); + } + .page-title .impact-maintenance::before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.48 7.27001C4.74 7.53001 5.76 8.60001 5.76 8.60001L6.32 8.02001L5.44 7.11001L7.13 5.31001C7.13 5.31001 6.37 4.57001 6.7 4.86001C7.02 3.67001 6.73 2.35001 5.83 1.42001C4.93 0.500006 3.66 0.200006 2.52 0.510006L4.45 2.51001L3.94 4.47001L2.05 4.99001L0.12 2.99001C-0.19 4.17001 0.1 5.48001 1 6.40001C1.94 7.38001 3.29 7.66001 4.48 7.27001ZM10.92 9.21001L8.59 11.51L12.43 15.49C12.74 15.82 13.16 15.98 13.57 15.98C13.98 15.98 14.39 15.82 14.71 15.49C15.34 14.84 15.34 13.79 14.71 13.14L10.92 9.21001ZM16 2.53L13.55 0L6.33 7.46L7.21 8.37L2.9 12.83L1.91 13.36L0.519998 15.63L0.869998 16L3.07 14.56L3.58 13.54L7.9 9.08L8.78 9.99L16 2.53Z' fill='rgb(/*[[base-color-rgb]]*/)'/%3E%3C/svg%3e"); + } + .page-footer > a:first-child::before { + background: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 3L7 4.5L3.25 8L7 11.5L5.5 13L0.5 8L5.5 3Z' fill='rgb(/*[[base-color-rgb]]*/)'/%3E%3C/svg%3e") no-repeat center center !important; + } + .incident-container .incident-title::before { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99999 2.3C10.14 2.3 12.7 4.86 12.7 8C12.7 11.14 10.14 13.7 6.99999 13.7C3.85999 13.7 1.29999 11.14 1.29999 8C1.29999 4.86 3.85999 2.3 6.99999 2.3ZM7 1C3.14 1 0 4.14 0 8C0 11.86 3.14 15 7 15C10.86 15 14 11.86 14 8C14 4.14 10.86 1 7 1ZM8 4H6V9H8V4ZM8 10H6V12H8V10Z' fill='%23bebebe'/%3E%3C/svg%3e"); + } + .select-input__control[class*="css-"] { + background-color: #1c171d; + border-color: #333; + } + .select-input__single-value[class*="css-"] { + color: #d3d3d3EE; + } + body.status div[class*="css-"] { + background-color: #1c171d; + } + .layout-content.status.status-full-history .history-nav a.current.border-color { + margin-top: 1px; + border-bottom: 1px solid transparent !important; + } + .layout-content.status.status-full-history .history-nav a.button.border-color:not(.current) { + border-bottom: 1px solid #333 !important; + margin-top: 1px; + } + .select-input__option:not(.select-input__option--is-selected):hover { + background-color: #302931; + color: #eee; + } + .select-input__option--is-selected[class*="css-"] { + background-color: #433f46 !important; + } + svg [fill="#EAEAEA"] { + fill: #555; + } +} +@-moz-document url-prefix("https?://github.com/personal") { + .bg-blue-4, .illflow-blue .selected { + background: #433f46 !important; + } +} +@-moz-document domain("education.github.com") { + div[style*="background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));"] { + background: linear-gradient(transparent, #1c171d) !important; + } + img[alt="GitHub Education"][src*="wordmark"] { + filter: invert(90%) hue-rotate(180deg) contrast(120%) !important; + mix-blend-mode: exclusion; + } + .shaded-background { + background: transparent; + } +} +@-moz-document regexp("^https?://(education|lab)\.github\.com") { + .btn-blue { + background-image: linear-gradient(-180deg, rgba(/*[[base-color-rgb]]*/, 1), rgba(/*[[base-color-rgb]]*/, .9) 90%) !important; + } + .btn-blue.hover, .btn.btn-blue:hover { + background-image: linear-gradient(-180deg, rgba(/*[[base-color-rgb]]*/, .9), rgba(/*[[base-color-rgb]]*/, .8) 90%) !important; + border-color: rgba(/*[[base-color-rgb]]*/, .3) !important; + } +} +@-moz-document domain("lab.github.com") { + div[style="background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));"], + div[style="background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));"] { + background: transparent !important; + } + .tabnav-tab[aria-current="page"] { + border-color: transparent; + border-bottom: 1px solid #444; + background-color: #211c22; + } + .tabnav-tab { + border: 1px solid transparent; + } + img[src*="org-page.png"], img[src*="learning-path-ui.png"], + img[src*="private-course-ui.png"], img[src*="course-admin-ui.png"] { + filter: invert(1) hue-rotate(180deg) contrast(95%); + } +} +@-moz-document regexp("^https?://(render)\.githubusercontent\.com\/render\/math") { + svg { + background: #211c22; + } + svg #surface1 g[style*="fill"] { + fill: #eee !important; + } +} +@-moz-document domain("camo.githubusercontent.com") { + svg { + background: #211c22; + } +} +@-moz-document domain("vscode-auth.github.com") { + .footer { + background: #262127; + } + #token { + background: #433f46; + border-color: #3f3741; + } + .token-did-copy { + background: #1c171d; + } + .failed { + border-color: #3f3741; + } +} diff --git a/themes/rory_mercury.user.css b/themes/rory_mercury.user.css index 23869dd..a2cc352 100644 --- a/themes/rory_mercury.user.css +++ b/themes/rory_mercury.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Rory Mercury @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github @@ -63,10 +63,10 @@ --color-bg-discussions-row-emoji-box: #1f1a1a !important; --color-current-user-tip-border: #1f1a1a !important; --color-underlinenav-counter-text: #c3c3c3 !important; - --color-text-primary: #6b7476 !important; + --color-text-primary: #7F8E90 !important; --color-text-link: #b53241 !important; --color-canvas-subtle: #1a1a1d !important; - --color-accent-fg: #b53241 !important; + --color-accent-fg: #FF4556 !important; --color-shadow-large: 0 8px 24px #b5324122 !important; --color-alert-warn-bg: #1b1d1a !important; --color-alert-info-bg: #18181b !important; @@ -85,7 +85,7 @@ --color-border-primary: #261616 !important; --color-notifications-row-read-bg: #191715 !important; --color-notifications-row-bg: #1a1a1d !important; - --color-input-disabled-bg: #1e1e21 !important; + --color-input-disabled-bg: #2a1a1c !important; --color-input-disabled-border: #261616 !important; --color-text-secondary: #843030 !important; --color-text-tertiary: #796666 !important; @@ -210,23 +210,23 @@ } /* source #0: "rgba(0,0,0,.8)" */ .tooltipped::after { - background: #1e1e21; + background: #2a1a1c; } /* source #0: "rgba(0,0,0,.8)" */ .tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before { - border-bottom-color: #1e1e21; + border-bottom-color: #2a1a1c; } /* source #0: "rgba(0,0,0,.8)" */ .tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before { - border-top-color: #1e1e21; + border-top-color: #2a1a1c; } /* source #0: "rgba(0,0,0,.8)" */ .tooltipped-w::before { - border-left-color: #1e1e21; + border-left-color: #2a1a1c; } /* source #0: "rgba(0,0,0,.8)" */ .tooltipped-e::before { - border-right-color: #1e1e21; + border-right-color: #2a1a1c; } /* source #0: "#f5f5f5" */ .Box-row--focus-gray.navigation-focus, @@ -329,7 +329,7 @@ /* source #0: "color: #c3c3c366", "#eee" */ .counter { color: #c3c3c394; - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #0: "color: #333", "#ccc" */ .Counter--gray-light { @@ -361,7 +361,7 @@ } /* source #0: "#eee" */ .filter-item:hover { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #0: "color: #c3c3c366", "#e5e5e5" */ .subnav-item { @@ -486,7 +486,7 @@ .btn.zeroclipboard-is-active, .btn.zeroclipboard-is-hover, .btn:active, .btn:hover { background-color: #111114; - background-image: linear-gradient(#1e1e21, #111114); + background-image: linear-gradient(#2a1a1c, #111114); } /* source #0: "none" */ .btn.selected, .btn.zeroclipboard-is-active, .btn:active { @@ -734,7 +734,7 @@ /* source #0: "color: #333", "#f4f4f4" */ .js-current .standalone a, .sidebar-module .disable > a { color: #c3c3c3EE; - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #0: "color: #005b9e" */ .sidebar-module ul ul li a:hover { @@ -848,7 +848,7 @@ } /* source #0: "#f4f4f4" */ .highlight-headers { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #0: "transparent" */ .highlight-graphql .err { @@ -996,7 +996,7 @@ } /* source #2: "rgba(0, 0, 0, .8)" */ .tooltipster-box { - background: #1e1e21; + background: #2a1a1c; } /* source #2: "transparent" */ .tooltipster-arrow-border { @@ -1004,19 +1004,19 @@ } /* source #2: "rgba(0, 0, 0, .8)" */ .tooltipster-bottom .tooltipster-arrow-border { - border-bottom-color: #1e1e21; + border-bottom-color: #2a1a1c; } /* source #2: "rgba(0, 0, 0, .8)" */ .tooltipster-left .tooltipster-arrow-border { - border-left-color: #1e1e21; + border-left-color: #2a1a1c; } /* source #2: "rgba(0, 0, 0, .8)" */ .tooltipster-right .tooltipster-arrow-border { - border-right-color: #1e1e21; + border-right-color: #2a1a1c; } /* source #2: "rgba(0, 0, 0, .8)" */ .tooltipster-top .tooltipster-arrow-border { - border-top-color: #1e1e21; + border-top-color: #2a1a1c; } /* source #2: "color: #b4d6fe" */ .ghh a { @@ -1309,7 +1309,7 @@ /* source #3: "#f4f4f4" */ .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus, .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus.selected { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#f5f5f5" */ .zh-connect-repository-container { @@ -1327,7 +1327,7 @@ } /* source #3: "#f4f5f5" */ .horizontal-scrollbar::-webkit-scrollbar-track { - background: #1e1e21; + background: #2a1a1c; } /* source #3: "#ddd" */ .horizontal-scrollbar::-webkit-scrollbar-thumb { @@ -1340,7 +1340,7 @@ } /* source #3: "#f4f5f5", "#e5e5e5" */ .zh-pipeline-heading-container { - background: #1e1e21; + background: #2a1a1c; border-bottom-color: #261616; } /* source #3: "box-shadow: none !important" */ @@ -1394,7 +1394,7 @@ } /* source #3: "#eee", "color: #333" */ .zh-board-menu-item .btn { - background: linear-gradient(#fcfcfc, #1e1e21); + background: linear-gradient(#fcfcfc, #2a1a1c); color: #c3c3c3EE; } /* source #3: "#fff", "none" */ @@ -1416,7 +1416,7 @@ } /* source #3: "#eee" */ .zh-epic-filter-container .btn { - background: linear-gradient(#fcfcfc, #1e1e21) !important; + background: linear-gradient(#fcfcfc, #2a1a1c) !important; } /* source #3: "#f5f5f5" */ .search-query { @@ -1490,7 +1490,7 @@ } /* source #3: "#eee","#ddd", "color: #333" */ .zh-reports .btn:hover { - background: linear-gradient(#1e1e21, #111114); + background: linear-gradient(#2a1a1c, #111114); color: #c3c3c3EE; } /* source #3: "transparent", "transparent", "none" */ @@ -1564,7 +1564,7 @@ } /* source #3: "#eee" */ .zh-pipeline-action:hover, .zh-pipeline-issue-action:hover { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#e5e5e5" */ .zh-issuecard-meta { @@ -1665,7 +1665,7 @@ } /* source #3: "#f4f5f5" */ .zh-select-menu-header { - background: #1e1e21; + background: #2a1a1c; } /* source #3: "color: #333", "text-shadow: 0 1px 0 #fff" */ .zh-select-menu-header .zh-select-menu-title { @@ -1747,7 +1747,7 @@ } /* source #3: "#f4f5f5" */ .zh-epic-issue-list-item-md:hover { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#fff" */ .zh-epic-issue-list-item-lg { @@ -1756,7 +1756,7 @@ } /* source #3: "#f4f5f5" */ .zh-epic-issue-list-item-lg:hover { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "color: #333" */ .zh-epic-issue-list-item-title-link { @@ -1773,7 +1773,7 @@ /* source #3: "#ddd", "#f4f4f4" */ .zh-pipeline-badge-light { background-color: #111114; - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#ddd" */ .zh-pipeline-badge { @@ -1820,7 +1820,7 @@ } /* source #3: "#eee" */ .zh-epic-creator-progress-bar { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "color: #767676" */ .zh-epic-creator-empty span { @@ -1857,7 +1857,7 @@ } /* source #3: "#eee" */ .zh-epic-btn { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "none" */ .zh-epic-btn:active { @@ -1877,7 +1877,7 @@ .zh-webapp.zh-epic-creator-page-visible .btn { border-color: rgba(200, 200, 200, 0.15); color: #c3c3c3AA; - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#e6ebf1", "#e6ebf1", "rgba(27,31,35,0.35)" */ .zh-webapp.zh-epic-creator-page-visible .btn:hover { @@ -1914,7 +1914,7 @@ /* source #3: "#f4f4f4" */ .zh-webapp.zh-epic-creator-page-visible .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus, .zh-webapp.zh-epic-creator-page-visible .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus.selected { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#f5f5f5" */ .zh-webapp.zh-epic-creator-page-visible .search-query { @@ -1960,7 +1960,7 @@ } /* source #3: "#f4f5f5" */ .CalendarDay__hovered_offset { - background: #1e1e21; + background: #2a1a1c; } /* source #3: "#fff" */ .CalendarDay__blocked_minimum_nights, @@ -2072,7 +2072,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-btn.zhc-btn--is-active, .zhc-btn:active { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#fff", "#e9e9e9" */ @@ -2096,7 +2096,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-btn--default.zhc-btn--is-active, .zhc-btn--default:active { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#e9e9e9" */ @@ -2200,7 +2200,7 @@ .zhc-btn--secondary[disabled].zhc-btn--is-active, .zhc-btn--secondary[disabled]:active, .zhc-btn--secondary[disabled]:focus, .zhc-btn--secondary[disabled]:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#e9e9e9" */ @@ -2241,7 +2241,7 @@ /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-btn--secondary-bordered.zhc-btn--is-active, .zhc-btn--secondary-bordered:active { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#f8f8f8" */ @@ -2269,7 +2269,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-btn--topbar:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "transparent" */ @@ -2324,7 +2324,7 @@ } /* source #3: "#f4f4f4" */ .zhc-input--disabled { - background: #1e1e21; + background: #2a1a1c; } /* source #3: "box-shadow: none" */ .zhc-input--error:focus { @@ -2332,7 +2332,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhu-blankslate { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#e9e9e9" */ .zhu-blankslate, .zhu-checkbox { @@ -2380,7 +2380,7 @@ } /* source #3: "#f4f4f4" */ .zhc-account-details__item--edit input { - background: #1e1e21; + background: #2a1a1c; } /* source #3: "color: #c3c3c366" */ .zhc-account-details__item--edit__info-message { @@ -2524,7 +2524,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-board-loading__pipeline-section { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "color: #c3c3c366", "#fff", "#e9e9e9" */ @@ -2564,7 +2564,7 @@ /* source #3: "#e9e9e9", "#f4f4f4" */ .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button:hover { border-color: #261616; - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "transparent", "transparent" */ .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button.zhc-breadcrumbs__button--untitled-workspace:hover { @@ -2943,7 +2943,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-chart-container__header { - background-color: #1e1e21; + background-color: #2a1a1c; border-bottom-color: #261616; } /* source #3: "color: #c3c3c366" */ @@ -3072,7 +3072,7 @@ } /* source #3: "rgba(0,0,0,0.8)" */ .zhc-chart-tooltip { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#ccc" */ .zhc-checkbox-toggle::before { @@ -3106,7 +3106,7 @@ } /* source #3: "#f4f4f4" */ .zhc-checkout-box__plan--active { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "color: #c3c3c366" */ .zhc-checkout-box__cancel, .zhc-checkout-box__card-number, @@ -3133,7 +3133,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-organization-item:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#e9e9e9" */ @@ -3150,7 +3150,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-collapsible__content { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "transparent" */ @@ -3250,7 +3250,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-dashboard-nav .zhc-org-dropdown__toggle-button:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#e9e9e9" */ @@ -3522,7 +3522,7 @@ } /* source #3: "#f4f4f4" */ .zhc-integrations .zhc-integrations-section input { - background: #1e1e21; + background: #2a1a1c; } /* source #3: "box-shadow: none" */ .zhc-integrations-section .zhc-integrations-section__form--error input:focus { @@ -3689,7 +3689,7 @@ } /* source #3: "#f4f4f4" */ .zhc-issue-cards::-webkit-scrollbar-track { - background: #1e1e21; + background: #2a1a1c; } /* source #3: "#fff", "#e9e9e9" */ .zhc-add-comment { @@ -3880,7 +3880,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-issues-list__header { - background-color: #1e1e21; + background-color: #2a1a1c; border-bottom-color: #261616; } /* source #3: "#e9e9e9" */ @@ -3908,7 +3908,7 @@ } /* source #3: "#f4f4f4" */ .zhc-item-table__header { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#e9e9e9" */ .zhc-item-table__cell, .zhc-item-table__column-title { @@ -4017,7 +4017,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-merge-repo-finder-input__text-input { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#f8f8f8" */ @@ -4036,7 +4036,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-merging-tool-pipeline { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#f8f8f8", "#e9e9e9" */ @@ -4100,7 +4100,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9", "transparent" */ .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper .zhc-selection-item:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: transparent #261616 #261616; } /* source #3: "#e9e9e9" */ @@ -4121,7 +4121,7 @@ } /* source #3: "#f4f4f4" */ .zhc-merging-tool-repo-dropdown .zhc-selection-button:disabled { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "color: #c3c3c366" */ .zhc-merging-tool-repo-dropdown__org-name { @@ -4243,7 +4243,7 @@ } /* source #3: "#f4f4f4" */ .zhc-subscription-menu__item:hover { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "color: #c3c3c366" */ .zhc-notifications-sidebar__item, .zhc-subscription-menu-item__title, @@ -4264,7 +4264,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-repo-notifications__header { - background-color: #1e1e21; + background-color: #2a1a1c; border-bottom-color: #261616; } /* source #3: "transparent" */ @@ -4309,7 +4309,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-pipeline { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#e9e9e9", "#fff" */ @@ -4341,7 +4341,7 @@ } /* source #3: "#f4f4f4" */ .zhc-pipeline-sorted-placeholder { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#e9e9e9" */ .zhc-pipeline-form { @@ -4354,7 +4354,7 @@ } /* source #3: "#f4f4f4" */ .zhc-pipeline-header { - background: #1e1e21; + background: #2a1a1c; } /* source #3: "box-shadow: none" */ .zhc-pipeline-header__form__edit { @@ -4418,7 +4418,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-release-add-repos-dropdown__repo-item:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#e9e9e9" */ @@ -4561,7 +4561,7 @@ .zhc-report-tabs__nav { border-bottom-color: #261616; color: #c3c3c394; - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "color: #333" */ .zhc-report-tabs__nav .zhc-report-tabs__nav__item:hover { @@ -4611,7 +4611,7 @@ } /* source #3: "#f4f4f4", "#ddd" */ .zhc-search--with-icon { - background: #1e1e21; + background: #2a1a1c; border-color: #261616; } /* source #3: "color: #c3c3c366" */ @@ -4643,7 +4643,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-selection-item--is-active { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "transparent", "transparent" */ @@ -4683,7 +4683,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-seleciton-list-action-modifier--is-hovering { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "border: 1px solid", "transparent","#e9e9e9" */ @@ -4692,7 +4692,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhnc-selection-list-item--is-hovering { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#fff" */ @@ -4710,7 +4710,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-selection-list-deprecated--simple .zhc-selection-list-item:hover:not(.zhc-selection-item--is-disabled) { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#e9e9e9" */ @@ -4724,7 +4724,7 @@ /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-selection-list-deprecated:not(.zhc-selection-list-deprecated--has-search) .zhc-selectable-selection-item:hover:not(.zhc-selection-item--is-disabled), .zhc-selection-list-deprecated:not(.zhc-selection-list-deprecated--has-search) .zhc-selection-list-item:hover:not(.zhc-selection-item--is-disabled) { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#fff", "#e9e9e9" */ @@ -4743,7 +4743,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9", "#e9e9e9", "transparent" */ .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active { - background-color: #1e1e21; + background-color: #2a1a1c; border-left-color: #261616; border-right-color: #261616; } @@ -4823,7 +4823,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9", "#e9e9e9", "transparent" */ .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-active { - background-color: #1e1e21; + background-color: #2a1a1c; border-left-color: #261616; border-right-color: #261616; border-top-color: transparent; @@ -4897,7 +4897,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-board-settings-item:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "transparent", "transparent" */ @@ -4965,7 +4965,7 @@ } /* source #3: "#f4f4f4" */ .zhc-sidebar-profile--is-active .zhc-sidebar-profile__toggle { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "transparent" */ .zhc-sidebar-profile__toggle { @@ -4973,7 +4973,7 @@ } /* source #3: "#f4f4f4" */ .zhc-sidebar-profile__toggle:hover { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#e9e9e9" */ .zhc-sidebar-profile__header { @@ -4994,7 +4994,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-sidebar-profile__item:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#fcf9e4", "#faebcc" */ @@ -5098,7 +5098,7 @@ /* source #3: "#e9e9e9", "#f4f4f4" */ .zhc-stripe-billing .StripeElement, .zhc-stripe-billing input { border-color: #261616; - background: #1e1e21; + background: #2a1a1c; } /* source #3: "#e9e9e9", "#e9e9e9" */ .zhc-table { @@ -5150,7 +5150,7 @@ } /* source #3: "#f4f4f4" */ .zhc-tab-navitem--full:hover { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#5e60ba" */ .zhc-tab-navitem--full--active, .zhc-tab-navitem--full--active:hover { @@ -5367,7 +5367,7 @@ /* source #3: "#e9e9e9", "#f4f4f4" */ .zhc-workspace-form__close:hover { border-color: #261616; - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#fff" */ .zhc-workspace-form__footer { @@ -5389,7 +5389,7 @@ /* source #3: "#e9e9e9", "#f4f4f4" */ .zhc-workspace-switcher__x:hover { border-color: #261616; - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#fff", "#e9e9e9" */ .zhc-workspace-import { @@ -5447,7 +5447,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-workspace-switcher__header .zhc-org-dropdown:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "transparent" */ @@ -5456,7 +5456,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-workspace-switcher__close:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "border: 1px solid", "transparent","#e9e9e9", "color: #333" */ @@ -5492,7 +5492,7 @@ } /* source #3: "#f4f4f4" */ .zhc-dashboard-enterprise-integrations-page .zhc-org-dropdown__toggle-button:hover { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#fff", "color: #c3c3c366" */ .zhc-enterprise-manage-plan__section { @@ -5544,7 +5544,7 @@ } /* source #3: "#f4f4f4" */ .zhc-unlicensed-team-list { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "#e9e9e9" */ .zhc-unlicensed-team-list > .zhc-collapsible-team-member-list__header { @@ -5607,7 +5607,7 @@ } /* source #3: "#f4f4f4" */ .zhc-roadmap-sidebar-empty-placeholder__bottomLine { - background: #1e1e21; + background: #2a1a1c; } /* source #3: "#f8f8f8", "#f8f8f8" */ .zhc-body__roadmap-item--complete-sub-colorless { @@ -5698,7 +5698,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-roadmap-selection-item--is-active { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "#e9e9e9" */ @@ -5752,7 +5752,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-sidebar-project-display__toggle--collapsed { - background: #1e1e21; + background: #2a1a1c; border-color: #261616; } /* source #3: "color: #c3c3c366" */ @@ -5877,7 +5877,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zhc-workflows-workspace { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "color: #333", "#ddd" */ @@ -5892,7 +5892,7 @@ } /* source #3: "#f4f5f5" */ .zh-boxie-modal { - background: #1e1e21 !important; + background: #2a1a1c !important; } /* source #3: "color: #586069 !important" */ .zh-muted-link { @@ -5935,7 +5935,7 @@ } /* source #3: "#eee" */ .zh-btn { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #3: "none" */ .zh-btn:active { @@ -5952,7 +5952,7 @@ } /* source #3: "#f4f4f4", "#e9e9e9" */ .zh-menu-content__item:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #3: "transparent", "transparent" */ @@ -8119,7 +8119,7 @@ } /* source #5: "#eee" */ .usage-bar { - background: #1e1e21; + background: #2a1a1c; } /* source #5: "#d73a49" */ .usage-bar.exceeded .progress { @@ -8930,7 +8930,7 @@ /* source #5: "#eee" */ .file .image .view canvas, .file .image .view img, .file .image canvas, .file .image img { - background: url(/images/modules/commit/trans_bg.gif) 100% 100% #1e1e21; + background: url(/images/modules/commit/trans_bg.gif) 100% 100% #2a1a1c; } /* source #5: "none" */ .file .empty { @@ -8973,11 +8973,11 @@ /* source #5: "color: #959da5", "rgba(0,0,0,.8)" */ .svg-tip { color: #767676; - background: #1e1e21; + background: #2a1a1c; } /* source #5: "transparent", "rgba(0,0,0,.8)" */ .svg-tip::after { - border-color: #1e1e21 transparent transparent; + border-color: #2a1a1c transparent transparent; } /* source #5: "#2188ff" */ .svg-tip.comparison .metric-1 { @@ -9204,7 +9204,7 @@ .label-select-menu .select-menu-item:focus, .label-select-menu .select-menu-item:hover, .label-select-menu .select-menu-item[aria-selected="true"] { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #5: "#eee" */ .subnav .btn + .issues-search { @@ -9956,7 +9956,7 @@ } /* source #5: "#eee" */ .manage-repo-access-wrapper::before { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #5: "#fff" */ .manage-repo-access-icon { @@ -10719,7 +10719,7 @@ } /* source #5: "#eee", "#d1d5da" */ .logo-box { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #5: "color: #586069", "text-shadow: 0 1px 0 #fff" */ @@ -11163,7 +11163,7 @@ } /* source #5: "#fff" */ .tree-browser-result[aria-selected="true"] { - background-color: #391717!important; + background-color: #502121!important; color: #fbfbfb!important; background-image: none !important; } @@ -11372,7 +11372,7 @@ /* source #5: "color: #6a737d", "#eff3f6" */ .radio-input:disabled + .radio-label { color: #c3c3c394; - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #5: "#e1e4e8" */ .BorderGrid-cell { @@ -12117,7 +12117,7 @@ } /* source #6: "#f4f4f4", "color: #c3c3c366" */ .controls.append label, .controls.prepend label { - background-color: #1e1e21; + background-color: #2a1a1c; color: #c3c3c394; } /* source #6: "#e0e0e0" */ @@ -12176,7 +12176,7 @@ /* source #6: "#eee" */ .datepicker td.day:hover, .datepicker td span:hover, .datepicker thead tr:first-child th:hover { - background: #1e1e21; + background: #2a1a1c; } /* source #6: "#ffffff" */ .dropdown .dropdown-menu { @@ -12332,7 +12332,7 @@ } /* source #6: "#eee", "color: #c3c3c366" */ .cpt-tabs:not(.unstyled) li:not(.active) a:hover { - background-color: #1e1e21; + background-color: #2a1a1c; color: #c3c3c394; } /* source #6: "transparent" */ @@ -12435,7 +12435,7 @@ } /* source #6: "#EEEEEE" */ .domain-helper .dns-records .dns-records-header { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #6: "#EEEEEE" */ .domain-helper .dns-records .dns-records-row { @@ -12472,7 +12472,7 @@ } /* source #6: "rgba(0,0,0,0.8)" */ .layout-content.status .masthead-container.premium .masthead .text-container { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #6: "transparent" */ .layout-content.status.status-full-history .show-filter.open { @@ -12595,7 +12595,7 @@ } /* source #6: "#eff3f6", "linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)", "rgba(27, 31, 35, 0.2)", "color: #24292e !important", "box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px inset !important" */ .flat-button, .history-header .show-filter { - background-color: #1e1e21 !important; + background-color: #2a1a1c !important; background-image: linear-gradient(-180deg, #161619 0%, #141417 90%) !important; border-color: rgba(200, 200, 200, 0.15) !important; color: #c3c3c3AA !important; @@ -12786,7 +12786,7 @@ } /* source #7: "#eeeeee", "#d6d6d6", "#e0e0e0" */ .graphiql-container .variable-editor-title { - background: #1e1e21; + background: #2a1a1c; border-bottom-color: #261616; border-top-color: #261616; } @@ -12797,7 +12797,7 @@ } /* source #7: "#eeeeee" */ .graphiql-container .footer::before { - background: #1e1e21; + background: #2a1a1c; } /* source #7: "#fdfdfd", "linear-gradient(#f9f9f9, #ececec)", "box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.7),inset 0 1px #fff", "color: #555" */ .graphiql-container .toolbar-button { @@ -12903,7 +12903,7 @@ /* source #7: "color: rgba(36,41,46,.4)", "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ .btn.disabled, .btn:disabled { color: rgba(210, 210, 210, 0.4); - background-color: #1e1e21; + background-color: #2a1a1c; background-image: none; border-color: rgba(200, 200, 200, 0.15); box-shadow: none; @@ -12939,7 +12939,7 @@ } /* source #7: "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ .btn-danger.disabled, .btn-danger:disabled { - background-color: #1e1e21; + background-color: #2a1a1c; background-image: none; border-color: rgba(200, 200, 200, 0.15); box-shadow: none; @@ -13314,7 +13314,7 @@ } /* source #9: "color: #24292e", "#eff3f6", "#fafbfc","#eff3f6" */ .btn { - background-image: linear-gradient(-180deg, #141417, #1e1e21 90%); + background-image: linear-gradient(-180deg, #141417, #2a1a1c 90%); } /* source #9: "#e6ebf1", "linear-gradient(-180deg,#f0f3f6,#e6ebf1 90%)", "rgba(27,31,35,.35)" */ .btn.hover, .btn:hover { @@ -13330,7 +13330,7 @@ } /* source #9: "color: #cb2431", "#fafbfc", "#fafbfc","#eff3f6" */ .btn-danger { - background-image: linear-gradient(-180deg, #141417, #1e1e21 90%); + background-image: linear-gradient(-180deg, #141417, #2a1a1c 90%); } /* source #9: "#cb2431", "#cb2431", "rgba(27,31,35,.5)" */ .btn-danger:hover { @@ -14280,7 +14280,7 @@ } /* source #9: "#eee" */ .task-progress .progress-bar { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #9: "color: #24292e", "transparent" */ .btn-octicon { @@ -14460,13 +14460,13 @@ /* source #12: "color: #333", "#eee", "#eee" */ .click-for-more .button { color: #c3c3c3EE; - background-color: #1e1e21; - background-image: linear-gradient(#fcfcfc, #1e1e21); + background-color: #2a1a1c; + background-image: linear-gradient(#fcfcfc, #2a1a1c); } /* source #12: "#ddd", "#eee","#ddd" */ .click-for-more .button:hover { background-color: #111114; - background-image: linear-gradient(#1e1e21, #111114); + background-image: linear-gradient(#2a1a1c, #111114); } /* source #13: "#ddd" */ .is-embedded .render-shell { @@ -14474,7 +14474,7 @@ } /* source #13: "rgba(0,0,0,0.8)", "#eee" */ .render-info .message { - background: #1e1e21; + background: #2a1a1c; border-color: #261616; } /* source #13: "color: #4183c4" */ @@ -14510,7 +14510,7 @@ /* source #13: "#fff", "#eee" */ .render-shell img, img.asset { border-color: #141417; - background: url("../bg.gif") right bottom #1e1e21; + background: url("../bg.gif") right bottom #2a1a1c; } /* source #13: "#fff" */ div.border-wrap { @@ -14519,7 +14519,7 @@ } /* source #13: "#eee" */ .render-shell { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #14: "transparent" */ .onion-skin .controls .slider, a { @@ -14665,7 +14665,7 @@ /* source #14: "color: #24292e", "#eff3f6", "linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)" */ .btn { color: #c3c3c3AA; - background-color: #1e1e21; + background-color: #2a1a1c; background-image: linear-gradient(-180deg, #161619 0%, #141417 90%); } /* source #14: "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ @@ -14675,8 +14675,8 @@ } /* source #14: "#e6ebf1", "#e6ebf1", "rgba(27,31,35,0.35)" */ .btn.hover, .btn:hover { - background-color: #391717; - background-image: linear-gradient(-180deg, #391717 0%, #391717 90%); + background-color: #502121; + background-image: linear-gradient(-180deg, #502121 0%, #502121 90%); border-color: none !important; color: #fbfbfb !important; } @@ -14689,7 +14689,7 @@ /* source #14: "color: rgba(36,41,46,.4)", "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ .btn.disabled, .btn:disabled, .btn[aria-disabled="true"] { color: rgba(210, 210, 210, 0.4); - background-color: #1e1e21; + background-color: #2a1a1c; background-image: none; border-color: rgba(200, 200, 200, 0.15); box-shadow: none; @@ -14780,7 +14780,7 @@ /* source #14: "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ .btn-danger.disabled, .btn-danger:disabled, .btn-danger[aria-disabled="true"] { - background-color: #1e1e21; + background-color: #2a1a1c; background-image: none; border-color: rgba(200, 200, 200, 0.15); box-shadow: none; @@ -15197,7 +15197,7 @@ } /* source #14: "#eff3f6" */ .filter-item .bar { - background-color: #1e1e21; + background-color: #2a1a1c; } /* source #14: "#fafbfc" */ .SideNav { @@ -15323,7 +15323,7 @@ /* source #14: "#eff3f6", "#e1e4e8" */ .pagination a:focus, .pagination a:hover, .pagination em:focus, .pagination em:hover, .pagination span:focus, .pagination span:hover { - background-color: #1e1e21; + background-color: #2a1a1c; border-color: #261616; } /* source #14: "#0366d6", "#0366d6" */ @@ -16261,11 +16261,11 @@ select:-webkit-autofill:focus { } /* text selection */ ::selection { - background-color: /*[[base-color]]*/ #391717 !important; + background-color: /*[[base-color]]*/ #502121 !important; color: #fbfbfb !important; } ::-moz-selection { - background-color: /*[[base-color]]*/ #391717 !important; + background-color: /*[[base-color]]*/ #502121 !important; color: #fbfbfb !important; } .CodeMirror-selected { @@ -17085,7 +17085,7 @@ button.bg-white.subnav-link, main [style="background-color: #fcfdfd;"], .label-select-menu .select-menu-item.navigation-focus, .label-select-menu .select-menu-item:focus, .label-select-menu .select-menu-item:hover { - background: #1e1e21 !important; + background: #2a1a1c !important; } #main, .capped-box, .unread_count, #browser table th, .markdown-format table th, table.upgrades tr.current td, .definitions, @@ -17164,7 +17164,7 @@ h3.conversation-list-heading strong, .file-commit-form .commit-form, } .starred-repo.navigation-focus, .marketing-section-stripe, .blob-expanded .blob-num, .blob-expanded .blob-code, .migration-section-grey { - background: #1e1e21 !important; + background: #2a1a1c !important; } .details-expanded-dark[open] > summary::before, .details-overlay-dark[open] > summary::before, @@ -17288,7 +17288,7 @@ body[class="page-responsive"] .repo-list .private { } .SelectMenu-item:active { color: #c0c0c0; - background-color: #1e1e21; + background-color: #2a1a1c; } .SelectMenu-item[aria-checked=true]:active, .SelectMenu-item[aria-checked=true]:hover, @@ -19152,7 +19152,7 @@ a.octotree-toggle:not(.octotree-loading):hover > span::after { border: 1px solid #261616 !important; } a.notifications-dropdown-see-all { - background: #1e1e21 !important; + background: #2a1a1c !important; color: /*[[base-color]]*/ #b53241 !important; } a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { @@ -19262,12 +19262,12 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { --ghd-code-color: #ccc; } .pl-c, .pl-c span { - color: #6272a4 !important; + color: #9A6262 !important; font-style: italic !important; } /* comment */ .pl-c1 { - color: #6272a4 !important; + color: #9A6262 !important; } /* constant */ .pl-cce { @@ -19284,7 +19284,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* constant.other.color */ .pl-cos { - color: #6b7476 !important; + color: #7F8E90 !important; } /* constant.other.symbol */ .pl-e { @@ -19381,7 +19381,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* support.function */ .pl-mb { - color: #6b7476 !important; + color: #7F8E90 !important; font-weight: bold !important; } /* markup.bold */ @@ -19404,7 +19404,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* markup.italic */ .pl-ml { - color: #6b7476 !important; + color: #7F8E90 !important; } /* markup.list */ .pl-mm { @@ -19432,7 +19432,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* meta.selector */ .pl-pdb { - color: #6b7476 !important; + color: #7F8E90 !important; font-weight: bold !important; } /* punctuation.definition.bold */ @@ -19455,7 +19455,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* punctuation.definition.italic */ .pl-pds { - color: #6b7476 !important; + color: #7F8E90 !important; } /* punctuation.definition.string */ .pl-pdv { @@ -19471,11 +19471,11 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* punctuation.section.embedded source */ .pl-s { - color: #4593f5 !important; + color: #58A0F8 !important; } /* storage */ .pl-s1 { - color: #6b7476 !important; + color: #7F8E90 !important; } /* string */ .pl-s2 { @@ -19519,7 +19519,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* support.other.keyword */ .pl-sol { - color: #6b7476 !important; + color: #7F8E90 !important; } /* string.other.link */ .pl-som { @@ -19645,7 +19645,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* entity.name.tag.label */ .pl-corl, .highlight .pl-corl span.x { - color: #4593f5 !important; + color: #58A0F8 !important; text-decoration: underline !important; } /* links */ @@ -19679,7 +19679,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { color: white !important; } .cm-keyword { - color: #4593f5 !important; + color: #58A0F8 !important; } .cm-atom { color: #fc0 !important; @@ -19705,7 +19705,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { font-weight: normal !important; } .cm-string { - color: #6b7476 !important; + color: #7F8E90 !important; } .cm-string-2 { color: #bd6b18 !important; @@ -19730,7 +19730,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { color: #aeaeae !important; } .cm-link { - color: #b53241 !important; + color: #FF4556 !important; font-style: italic !important; text-decoration: none !important; } @@ -19878,7 +19878,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* Keyword.Type */ :is(#notebook, body.api) .highlight .na, .highlight code .na { - color: #4593f5 !important; + color: #58A0F8 !important; } /* Name.Attribute */ :is(#notebook, body.api) .highlight .nb, .highlight code .nb { @@ -19944,29 +19944,29 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* Literal.Number.Oct */ :is(#notebook, body.api) .highlight .sb, .highlight code .sb { - color: #6b7476 !important; + color: #7F8E90 !important; } /* Literal.String.Backtick */ :is(#notebook, body.api) .highlight .sc, .highlight code .sc { - color: #6b7476 !important; + color: #7F8E90 !important; } /* Literal.String.Char */ :is(#notebook, body.api) .highlight .sd, .highlight code .sd { - color: #6b7476 !important; + color: #7F8E90 !important; font-style: italic !important; } /* Literal.String.Doc */ :is(#notebook, body.api) .highlight .s2, .highlight code .s2 { - color: #6b7476 !important; + color: #7F8E90 !important; } /* Literal.String.Double */ :is(#notebook, body.api) .highlight .se, .highlight code .se { - color: #4593f5 !important; + color: #58A0F8 !important; font-weight: bold !important; } /* Literal.String.Escape */ :is(#notebook, body.api) .highlight .sh, .highlight code .sh { - color: #6b7476 !important; + color: #7F8E90 !important; } /* Literal.String.Heredoc */ :is(#notebook, body.api) .highlight .si, .highlight code .si { @@ -19975,7 +19975,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* Literal.String.Interpol */ :is(#notebook, body.api) .highlight .sx, .highlight code .sx { - color: #6b7476 !important; + color: #7F8E90 !important; } /* Literal.String.Other */ :is(#notebook, body.api) .highlight .sr, .highlight code .sr { @@ -19983,7 +19983,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { } /* Literal.String.Regex */ :is(#notebook, body.api) .highlight .s1, .highlight code .s1 { - color: #6b7476 !important; + color: #7F8E90 !important; } /* Literal.String.Single */ :is(#notebook, body.api) .highlight .ss, .highlight code .ss { @@ -20103,7 +20103,7 @@ a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover { border-right: 1px solid #261616; } .sidebar-guide.active { - background: #1e1e21; + background: #2a1a1c; } .sidebar-topic .sidebar-article::before, .sidebar-topic .sidebar-article.active::before { diff --git a/themes/ryuko_dark.user.css b/themes/ryuko_dark.user.css index 6c7c4a2..c2070a0 100644 --- a/themes/ryuko_dark.user.css +++ b/themes/ryuko_dark.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Ryuko Dark @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/ryuko_light.user.css b/themes/ryuko_light.user.css index 90a8022..673b588 100644 --- a/themes/ryuko_light.user.css +++ b/themes/ryuko_light.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Ryuko Light @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/sagiri.user.css b/themes/sagiri.user.css index 4be5961..1e35c05 100644 --- a/themes/sagiri.user.css +++ b/themes/sagiri.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Sagiri @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/satsuki_dark.user.css b/themes/satsuki_dark.user.css index 0939cda..b714945 100644 --- a/themes/satsuki_dark.user.css +++ b/themes/satsuki_dark.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Satsuki Dark @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/satsuki_light.user.css b/themes/satsuki_light.user.css index 4f3dabc..8a2521a 100644 --- a/themes/satsuki_light.user.css +++ b/themes/satsuki_light.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Satsuki Light @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/sayori_dark.user.css b/themes/sayori_dark.user.css index 02a7305..c64c36a 100644 --- a/themes/sayori_dark.user.css +++ b/themes/sayori_dark.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Sayori Dark @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/sayori_light.user.css b/themes/sayori_light.user.css index 236258e..87a6c53 100644 --- a/themes/sayori_light.user.css +++ b/themes/sayori_light.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Sayori Light @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/shigure.user.css b/themes/shigure.user.css index c274345..d71f520 100644 --- a/themes/shigure.user.css +++ b/themes/shigure.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Shigure @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/shima_rin.user.css b/themes/shima_rin.user.css index 8acdf4c..4700dd6 100644 --- a/themes/shima_rin.user.css +++ b/themes/shima_rin.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Shima Rin @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/sonoda_umi.user.css b/themes/sonoda_umi.user.css index ae662c8..6fb4d65 100644 --- a/themes/sonoda_umi.user.css +++ b/themes/sonoda_umi.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Sonoda Umi @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/takanashi_rikka.user.css b/themes/takanashi_rikka.user.css index 0843ba0..9414549 100644 --- a/themes/takanashi_rikka.user.css +++ b/themes/takanashi_rikka.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Takanashi Rikka @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/tohru.user.css b/themes/tohru.user.css index aaf6e11..53be830 100644 --- a/themes/tohru.user.css +++ b/themes/tohru.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Tohru @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/tohsaka_rin.user.css b/themes/tohsaka_rin.user.css index df44f6b..6816208 100644 --- a/themes/tohsaka_rin.user.css +++ b/themes/tohsaka_rin.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Tohsaka Rin @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/vanilla.user.css b/themes/vanilla.user.css index fa45cd8..c843759 100644 --- a/themes/vanilla.user.css +++ b/themes/vanilla.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== @name Doki-Theme: Vanilla @namespace github.com/doki-theme -@version 74.1.0 -@description Browse code with your waifu. +@version 78.1.0 +@description Cute anime themes for GitHub @author Unthrottled @license MIT @homepageURL https://github.com/doki-theme/doki-theme-github diff --git a/themes/yukihira_soma.user.css b/themes/yukihira_soma.user.css new file mode 100644 index 0000000..8457e4d --- /dev/null +++ b/themes/yukihira_soma.user.css @@ -0,0 +1,20899 @@ +/* ==UserStyle== +@name Doki-Theme: Yukihira Soma +@namespace github.com/doki-theme +@version 78.1.0 +@description Cute anime themes for GitHub +@author Unthrottled +@license MIT +@homepageURL https://github.com/doki-theme/doki-theme-github +==/UserStyle== */ +@-moz-document regexp("^https?://((education|gist|graphql|guides|help|lab|raw|resources|status|developer|support|vscode-auth)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("www.githubstatus.com") { + button { + color: #b5b5b5; + } + /* https://github.com/StylishThemes/GitHub-Dark/issues/968 */ + input, textarea { + color: #dbdbdbEE; + } + svg { + fill: #dbdbdbEE; + } + svg[fill="none"] { + fill: none; + } + .Popover-message::before { + border-bottom-color: #233a55; + } + .Popover-message::after { + border-bottom-color: #09192b; + } + .alert { + background: #293b54; + border-color: #d1335855; + } + .CircleBadge, .page-profile .user-status-container { + background: #09192b; + } + body[class="page-responsive"] .list-options .list-item > .octicon { + color: #09192b; + } + + /* Doki addons */ + :root { + --color-previewable-comment-form-bg: #09192b !important; + --color-avatar-bg: #09192b !important; + --color-fg-default: #dbdbdb !important; + --color-fg-muted: #dbdbdbAA !important; + --color-auto-gray-3: #09192b !important; + --color-auto-gray-1: #09192b !important; + --color-avatar-border: #00000000 !important; + --color-bg-canvas: #122235 !important; + --color-canvas-inset: #122235 !important; + --color-canvas-inset: #122235 !important; + --color-canvas-overlay: #06111d !important; + --color-bg-primary: #122235 !important; + --color-calendar-graph-day-bg: #251a2b !important; + --color-workflow-card-bg: #251a2b !important; + --color-bg-tertiary: #09192b !important; + --color-bg-secondary: #172c43 !important; + --color-user-mention-bg: #3B65B3 !important; + --color-user-mention-fg: #fefefe !important; + --color-search-hover-hl: #152940 !important; + --color-checks-step-header-open-bg: #172c43 !important; + --color-bg-discussions-row-emoji-box: #293b54 !important; + --color-current-user-tip-border: #293b54 !important; + --color-underlinenav-counter-text: #dbdbdb !important; + --color-text-primary: #8ACAFF !important; + --color-text-link: #d13358 !important; + --color-canvas-subtle: #172c43 !important; + --color-accent-fg: #EA7777 !important; + --color-shadow-large: 0 8px 24px #d1335822 !important; + --color-alert-warn-bg: #232b21 !important; + --color-alert-info-bg: #0c1c2e !important; + --color-page-header-bg: #122235 !important; + --color-canvas-default: #0c1c2e !important; + --color-checks-bg: #0c1c2e !important; + --color-checks-header-border: #0c1c2e !important; + --color-alert-error-bg: #ff000022 !important; + --color-calendar-graph-day-L1-bg: #d1335877 !important; + --color-calendar-graph-day-L2-bg: #d13358CC !important; + --color-calendar-graph-day-L3-bg: #d13358FF !important; + --color-calendar-graph-day-L4-bg: #dc3f52 !important; + --color-verified-badge-bg: #00000000 !important; + --color-bg-overlay: #06111d !important; + --color-project-sidebar-bg: #06111d !important; + --color-border-primary: #233a55 !important; + --color-notifications-row-read-bg: #251a2b !important; + --color-notifications-row-bg: #172c43 !important; + --color-input-disabled-bg: #361c2b !important; + --color-input-disabled-border: #233a55 !important; + --color-text-secondary: #6e89ad !important; + --color-text-tertiary: #5d6c80 !important; + } + + .suggester li:hover .octicon, + .suggester li[aria-selected="true"] .octicon { + fill: #fbfbfb; + } + + .suggester li:hover small, + .suggester li[aria-selected="true"] small { + color: #fbfbfb; + } + + ::-webkit-input-placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; + } + ::-moz-placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; + } + ::placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; + } + + input:-webkit-autofill, + input:-webkit-autofill:hover, + input:-webkit-autofill:focus, + input:-webkit-autofill:active { + -webkit-box-shadow: 0 0 0 30px #09192b inset !important; + -webkit-text-fill-color: #d13358 !important; + } + + .SelectMenu-tabs { + box-shadow: inset 0 -1px 0 #233a55; + } + + .SelectMenu-tab { + box-shadow: inset 0 -1px 0 #233a55; + } + + .autocomplete-item { + color: #dbdbdb !important; + } + body::before { + content:'';pointer-events:none;position:fixed;z-index:9001;width:100%;height:100%;background-position:100% 100%;background-repeat:no-repeat;opacity:1; + background-image: url('https://raw.githubusercontent.com/doki-theme/doki-theme-github/master/assets/stickers/shokugeki/soma/dark/soma_dark.png'); + } + + .UnderlineNav { + display: flex; + overflow-x: auto; + overflow-y: hidden; + box-shadow: inset 0 -1px 0 #233a55; + justify-content: space-between; + } + +.timeline-comment--caret.current-user::after { + border-color: #233a55 !important; + background-image: none !important; + background: #293b54; +} + + .form-control, .form-select { + box-shadow: none !important; + } + + .octicon { + fill: #5f6469; + } + + .btn-primary .octicon { + fill: #fbfbfb !important; + } + + .btn-primary:active { + background-color: #d13358A7; + } + + .btn-primary:hover { + background-color: #d13358CC !important; + background-image: none !important; + } + + .btn { + box-shadow: none !important; + } + + .social-count { + box-shadow: none !important; + background-color: #293b54; + } + + /* end doki addons */ + + /* source #0: "transparent" */ + .bg-shade-gradient { + background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.065), transparent) !important; + } + /* source #0: "color: #767676 !important" */ + .link-gray, .text-gray { + color: #767676 !important; + } + /* source #0: "color: #333 !important" */ + .link-gray-dark { + color: #dbdbdbEE !important; + } + /* source #0: "color: #767676 !important" */ + .muted-link { + color: #767676 !important; + } + /* source #0: "#f5f5f5","#fff" */ + .shade-gradient { + background-image: linear-gradient(180deg, #233a55, #09192b; background-image: none); + } + /* source #0: "color: #333" */ + .text-emphasized { + color: #dbdbdbEE; + } + /* source #0: "rgba(0,0,0,.8)" */ + .tooltipped::after { + background: #361c2b; + } + /* source #0: "rgba(0,0,0,.8)" */ + .tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before { + border-bottom-color: #361c2b; + } + /* source #0: "rgba(0,0,0,.8)" */ + .tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before { + border-top-color: #361c2b; + } + /* source #0: "rgba(0,0,0,.8)" */ + .tooltipped-w::before { + border-left-color: #361c2b; + } + /* source #0: "rgba(0,0,0,.8)" */ + .tooltipped-e::before { + border-right-color: #361c2b; + } + /* source #0: "#f5f5f5" */ + .Box-row--focus-gray.navigation-focus, + .Box-row.navigation-focus.sortable-ghost { + background-color: #0c1c2e; + } + /* source #0: "color: #333" */ + @media (min-width: 768px) { + .Box-row-link { + color: #dbdbdbEE; + } + } + /* source #0: "color: #dbdbdb66" */ + .btn .counter { + color: #dbdbdb94; + } + /* source #0: "#fff" */ + .btn-primary .counter { + background: #09192b; + background-image: none; + } + /* source #0: "none" */ + .btn-primary.selected, .btn-primary.zeroclipboard-is-active, + .btn-primary:active { + background-image: none; + } + /* source #0: "box-shadow: none" */ + .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary:disabled, + .btn-primary:disabled:hover { + box-shadow: none; + } + /* source #0: "none" */ + .btn-danger.selected, .btn-danger:active { + background-image: none; + } + /* source #0: "#efefef", "#efefef" */ + .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger:disabled, + .btn-danger:disabled:hover { + background-color: #122235; + background-image: linear-gradient(#fefefe, #122235); + } + /* source #0: "#fff", "none", "#e5e5e5" */ + .btn-outline { + border-color: #233a55; + } + /* source #0: "none" */ + .btn-outline.selected, .btn-outline.zeroclipboard-is-active, + .btn-outline.zeroclipboard-is-hover, .btn-outline:active, .btn-outline:hover { + background-image: none; + } + /* source #0: "#fff" */ + .btn-outline.selected .counter, + .btn-outline.zeroclipboard-is-active .counter, + .btn-outline.zeroclipboard-is-hover .counter, .btn-outline:active .counter, + .btn-outline:hover .counter { + background-color: #09192b; + background-image: none; + } + /* source #0: "color: #767676", "#fff", "none", "#e5e5e5" */ + .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline:disabled, + .btn-outline:disabled:hover { + color: #767676; + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #0: "#4183c4" */ + .ellipsis-expander:active, .hidden-text-expander a:active { + background-color: /*[[base-color]]*/ #d13358; + } + /* source #0: "color: #333", "#fff", "#ddd" */ + .social-count { + color: #dbdbdbEE; + border-color: rgba(200, 200, 200, 0.15); + } + /* source #0: "color: #333", "#fff", "#ddd" */ + .form-control, .form-select { + color: #dbdbdbEE; + } + /* source #0: "color: #dbdbdb66" */ + .form-checkbox .note, .hfields .form-group dt label { + color: #dbdbdb94; + } + /* source #0: "#fff" */ + .form-select { + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) right 8px center no-repeat #09192b; + } + /* source #0: "color: #767676" */ + .drag-and-drop, .drag-and-drop-error-info, .note { + color: #767676; + } + /* source #0: "color: #dbdbdb66" */ + h2.account, p.explain { + color: #dbdbdb94; + } + /* source #0: "color: #333" */ + p.explain strong { + color: #dbdbdbEE; + } + /* source #0: "color: #dbdbdb66", "#eee" */ + .counter { + color: #dbdbdb94; + background-color: #361c2b; + } + /* source #0: "color: #333", "#ccc" */ + .Counter--gray-light { + color: #dbdbdbEE; + background-color: #484848; + } + /* source #0: "color: #333" */ + .menu-item .octicon { + color: #dbdbdbEE; + } + /* source #0: "color: #dbdbdb66", "transparent", "transparent" */ + .tabnav-tab { + color: #dbdbdb94; + } + /* source #0: "color: #333", "#fff", "#ddd" */ + .tabnav-tab.selected { + color: #dbdbdbEE; + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #0: "color: #dbdbdb66" */ + .tabnav-extra { + color: #dbdbdb94; + } + /* source #0: "color: #767676" */ + .filter-item, .filter-list.pjax-active .filter-item { + color: #767676; + } + /* source #0: "#eee" */ + .filter-item:hover { + background-color: #361c2b; + } + /* source #0: "color: #dbdbdb66", "#e5e5e5" */ + .subnav-item { + color: #dbdbdb94; + } + /* source #0: "color: #767676" */ + .subnav-search-input { + color: #767676; + } + /* source #0: "#fff", "#fff" */ + .avatar-stack .avatar { + background-color: #09192b; + background-image: none; + border-right-color: #09192b; + } + /* source #0: "transparent" */ + .avatar-stack .avatar:only-child { + background-color: transparent; + } + /* source #0: "#e5e5e5" */ + .blankslate { + border-color: #233a55; + } + /* source #0: "box-shadow: none" */ + .blankslate-clean-background { + box-shadow: none; + } + /* source #0: "color: #555", "#bbb" */ + .markdown-body kbd { + border-bottom-color: #484848; + } + /* source #0: "color: #000" */ + .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, + .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, + .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link { + color: #f0f0f0; + } + /* source #0: "#f8f8f8" */ + .markdown-body table tr:nth-child(2n) { + background-color: #122235; + } + /* source #0: "color: #333" */ + .markdown-body span.frame span span { + color: #dbdbdbEE; + } + /* source #0: "#f8f8f8" */ + .markdown-body .csv-data th { + background: #122235; + } + /* source #0: "color: #767676", "#e5e5e5" */ + .pullquote { + color: #767676; + } + /* source #0: "#fff" */ + .card { + background-color: #09192b; + } + /* source #0: "transparent", "transparent" */ + .jumbotron-shadow::after { + background-color: transparent; + background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + } + /* source #0: "#e5e5e5" */ + .data-table tbody td, .data-table tbody th, + .data-table tbody tr:last-child td, .data-table tbody tr:last-child th, + abbr[data-original-title], abbr[title] { + border-bottom-color: #233a55; + } + /* source #0: "color: #767676" */ + body { + color: #767676; + } + /* source #0: "color: #3c4146" */ + .text-alpha, .text-beta, .text-delta, .text-gamma, h1, h2, h3, h4, h5 { + color: #dbdbdbEE; + } + /* source #0: "color: #767676" */ + .lead { + color: #767676; + } + /* source #0: "#e5e5e5" */ + .border-top, .border-y { + border-top-color: #233a55 !important; + } + /* source #0: "#e5e5e5" */ + .border-bottom, .border-y { + border-bottom-color: #233a55 !important; + } + /* source #0: "#e5e5e5" */ + blockquote { + border-left-color: #233a55; + } + /* source #0: "#ddd" */ + .border-gray-dark { + border-color: #233a55 !important; + } + /* source #0: "color: #767676" */ + .link-muted { + color: #767676; + } + /* source #0: "color: #3c4146" */ + .link-muted:hover { + color: #dbdbdbEE; + } + /* source #0: "#f5f5f5" */ + .bg-gray-light { + background: #0c1c2e !important; + } + /* source #0: "color: #3c4146 !important" */ + .text-black { + color: #dbdbdbEE !important; + } + /* source #0: "color: #767676 !important" */ + .text-default { + color: #767676 !important; + } + /* source #0: "color: #767676", "#eee" */ + .btn { + color: #767676; + } + /* source #0: "#ddd", "#eee","#ddd" */ + .btn.zeroclipboard-is-active, .btn.zeroclipboard-is-hover, .btn:active, + .btn:hover { + background-color: #06111d; + background-image: linear-gradient(#361c2b, #06111d); + } + /* source #0: "none" */ + .btn.selected, .btn.zeroclipboard-is-active, .btn:active { + background-image: none; + } + /* source #0: "none", "box-shadow: none" */ + .btn.disabled, .btn.disabled:hover, .btn:disabled, .btn:disabled:hover { + background-image: none; + box-shadow: none; + } + /* source #0: "transparent", "none", "#e5e5e5" */ + .btn-blue:active, .btn-orange:active, .btn-purple:active, .btn-themed:active, + [class*="btn-outline"] { + background-image: none; + } + [class*="btn-outline"] { + background-color: transparent; + border-color: #233a55; + } + /* source #0: "none" */ + [class*="btn-outline"].selected, + [class*="btn-outline"].zeroclipboard-is-active, + [class*="btn-outline"].zeroclipboard-is-hover, [class*="btn-outline"]:active, + [class*="btn-outline"]:hover { + background-image: none; + } + /* source #0: "#fff", "none", "#e5e5e5" */ + [class*="btn-outline"].disabled, [class*="btn-outline"].disabled:hover, + [class*="btn-outline"]:disabled, [class*="btn-outline"]:disabled:hover { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #0: "#fff" */ + .btn-outline-white { + border-color: #09192b; + } + /* source #0: "#fff", "#fff" */ + .btn-outline-white:active, .btn-outline-white:hover { + background-color: #09192b; + background-image: none; + border-color: #09192b; + } + /* source #0: "#fff", "#e5e5e5" */ + .card { + background: #09192b; + background-image: none; + } + /* source #0: "#f5f5f5", "#e5e5e5" */ + .card, .highlight { + border-color: #233a55; + } + .highlight { + background-color: #0c1c2e; + } + /* source #0: "transparent" */ + .highlight pre code { + background-color: transparent; + } + /* source #0: "#e5e5e5" */ + .menu-item, .site-header { + border-bottom-color: #233a55; + } + /* source #0: "#e5e5e5" */ + .example { + border-color: #233a55; + } + /* source #0: "#e5e5e5" */ + .footer { + border-top-color: #233a55; + } + /* source #0: "transparent", "transparent" */ + .jumbotron::after { + background-color: transparent; + background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + } + /* source #0: "color: #555" */ + .site-header-nav-item { + color: #dbdbdbCC; + } + /* source #0: "color: #3c4146", "#fff" */ + .menu-item.selected, .site-header-nav-item.active, + .site-header-nav-item:hover { + color: #dbdbdbEE; + } + /* source #0: "#e5e5e5" */ + .data-table { + border-color: #233a55; + } + /* source #0: "#e5e5e5", "#e5e5e5" */ + .data-table td, .data-table th { + border-right-color: #233a55; + border-bottom-color: #233a55; + } + /* source #0: "color: #3c4146" */ + .header-enterprise-version { + color: #dbdbdbEE; + } + /* source #0: "color: #767676" */ + #searchfield::-webkit-input-placeholder { + color: #767676; + } + /* source #0: "color: #767676" */ + #searchfield::-moz-placeholder { + color: #767676; + } + /* source #0: "color: #767676" */ + #searchfield:-ms-input-placeholder { + color: #767676; + } + /* source #0: "color: #767676" */ + #searchfield:-moz-placeholder { + color: #767676; + } + /* source #0: "Transparent" */ + .site-header-nav .dropdown-button { + background-color: transparent; + } + /* source #0: "#fff","transparent" */ + .site-header-nav .dropdown-button .dropdown-caret { + border-color: #09192b transparent transparent; + } + /* source #0: "#fff" */ + .site-header-nav .dropdown-button .enterprise-mode .dropdown-caret { + border-top-color: #09192b; + } + /* source #0: "#fff", "rgba(27,31,35,.15)" */ + .site-header-nav .dropdown-menu { + background-color: #09192b; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #0: "transparent", "rgba(27,31,35,.15)" */ + .site-header-nav .dropdown-menu::before { + border-color: transparent transparent rgba(200, 200, 200, 0.1); + } + /* source #0: "transparent", "#fff" */ + .site-header-nav .dropdown-menu::after { + border-color: transparent transparent #09192b; + } + /* source #0: "color: #4183c4" */ + .site-header-nav .dropdown-menu a { + color: rgba(79, 140, 201, 0.9); + color: rgba(/*[[base-color-rgb]]*/, 0.9); + } + /* source #0: "#4183C4" */ + .site-header-nav .dropdown-menu a:hover { + background-color: /*[[base-color]]*/ #d13358; + } + /* source #0: "color: #24292e" */ + .site-header-nav .dropdown-menu a.active { + color: #dbdbdbAA; + } + /* source #0: "color: #000" */ + .site-header-nav .dropdown-menu a .octicon-check { + color: #f0f0f0; + } + /* source #0: "color: #333" */ + .sub-nav h2 a { + color: #dbdbdbEE; + } + /* source #0: "#ddd" */ + .sub-nav ul { + border-left-color: #233a55; + } + /* source #0: "color: #767676" */ + .sub-nav ul a { + color: #767676; + } + /* source #0: "color: #005b9e" */ + .sub-nav ul a:hover { + color: rgba(79, 140, 201, 1); + color: rgba(/*[[base-color-rgb]]*/, 1); + } + /* source #0: "#ddd" */ + @media screen and (min-width: 469px) { + .sub-nav { + border-bottom-color: #233a55; + } + } + /* source #0: "color: #333" */ + .highlight-module .mega-octicon { + color: #dbdbdbEE; + } + /* source #0: "#fff", "#ddd" */ + .homepage-jumbotron, .libraries-jumbotron { + background-color: #09192b; + background-image: none; + } + .libraries-jumbotron { + border-bottom-color: #233a55; + } + /* source #0: "color: #333" */ + .octokit-language span { + color: #dbdbdbEE; + } + /* source #0: "#fff", "#e5e5e5" */ + .sidebar-menu, .sidebar-module { + border-color: #233a55; + } + .sidebar-menu { + background-color: #09192b; + background-image: none; + } + /* source #0: "#fafafb" */ + .sidebar-module.notice { + background: #09192b; + } + /* source #0: "#eee" */ + .sidebar-module ul li:last-child ul li:first-child { + border-top-color: #233a55; + } + /* source #0: "color: #dbdbdb66", "#eee" */ + .headlines > li, .sidebar-module ul h3 { + color: #dbdbdb94; + border-bottom-color: #233a55; + } + /* source #0: "color: #333" */ + .headlines > li > a { + color: #dbdbdbEE; + } + /* source #0: "color: #327fc7" */ + .headlines > li > a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #0: "#fdfdfd" */ + .headlines li:hover { + background-color: #09192b; + } + /* source #0: "color: #555" */ + .sidebar-module h3 a { + color: #dbdbdbCC; + } + /* source #0: "color: #327fc7", "#fdfdfd" */ + .sidebar-module h3 a:hover { + color: /*[[base-color]]*/ #d13358; + background-color: #09192b; + } + /* source #0: "#eee", "color: #dbdbdb66", "#f9f9f9" */ + .sidebar-module ul ul li { + border-bottom-color: #233a55; + color: #dbdbdb94; + background-color: #09192b; + } + /* source #0: "color: #333", "#f4f4f4" */ + .js-current .standalone a, .sidebar-module .disable > a { + color: #dbdbdbEE; + background-color: #361c2b; + } + /* source #0: "color: #005b9e" */ + .sidebar-module ul ul li a:hover { + color: rgba(79, 140, 201, 1); + color: rgba(/*[[base-color-rgb]]*/, 1); + } + /* source #0: "transparent" */ + .arrow-btn.collapsed:hover, .arrow-btn.expanded:hover, + .sidebar-module .arrow-btn { + background-color: transparent; + } + /* source #0: "color: #264c72", "#97c1da", "#d8ebf8" */ + .alert { + color: #ada19c; + border-color: #d1335835; + background-color: #293b54; + } + /* source #0: "color: #613a00", "#dca874", "#ffe3c8" */ + .warning { + color: #EFA554; + border-color: #542; + } + /* source #0: "#d8ebf8" */ + .alert table { + background-color: #293b54; + } + /* source #0: "#ffe3c8" */ + .warning table { + background-color: #06111d; + } + /* source #0: "color: #6f42c1", "#f8f4ff", "#f8f4ff", "#6f42c1" */ + .product { + color: #8368aa; + background-color: #213; + background: -webkit-linear-gradient(#213, #f6f1ff); + border-color: #8368aa; + } + /* source #0: "color: #327fc7" */ + .api-status a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #0: "color: #333" */ + .content .anchor { + color: #dbdbdbEE; + } + /* source #0: "color: #dbdbdb66" */ + h2 span.step { + color: #dbdbdb94; + } + /* source #0: "color: #4183c4" */ + a { + color: rgba(79, 140, 201, 0.9); + color: rgba(/*[[base-color-rgb]]*/, 0.9); + } + /* source #0: "color: #005b9e" */ + a:active, a:hover { + color: rgba(79, 140, 201, 1); + color: rgba(/*[[base-color-rgb]]*/, 1); + } + /* source #0: "color: #dbdbdb66" */ + .content dt { + color: #dbdbdb94; + } + /* source #0: "#ddd" */ + .app-container img { + border-color: #233a55; + } + /* source #0: "#ddd" */ + ol > li::before { + border-right-color: #233a55; + } + /* source #0: "#ddd" */ + .content ol > li img { + border-color: #233a55; + } + /* source #0: "color: #dbdbdb66" */ + .content .full-image:hover .octicon, .full-image:hover .mini-icon { + color: #dbdbdb94; + } + /* source #0: "#f9f9f9" */ + .content .sectionbody .dlist dt, .content .verseblock-content, + .content dl code, .content h2 code, .content h3 code, .content h4 code, + .content ol code, .content p > tt, .content table code, .content ul code, + p code { + background-color: #09192b; + } + /* source #0: "color: #333" */ + #markdown-toc li a { + color: #dbdbdbEE; + } + /* source #0: "color: #327fc7" */ + #markdown-toc li a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #0: "#ddd" */ + .content table th { + border-color: #233a55; + } + /* source #0: "#fff" */ + .content table tr { + background-color: #09192b; + background-image: none; + } + /* source #0: "#ddd" */ + .content table td { + border-color: #233a55; + } + /* source #0: "#fafafb" */ + pre { + background-color: #09192b; + } + /* source #0: "#f4f4f4" */ + .highlight-headers { + background-color: #361c2b; + } + /* source #0: "transparent" */ + .highlight-graphql .err { + background-color: transparent; + } + /* source #0: "#97c1da", "#d8ebf8", "color: #264c72" */ + .preview-notice { + border-left-color: #d1335835; + background-color: #293b54; + color: #ada19c; + } + /* source #0: "color: #613a00", "#dca874", "#ffe3c8", "#ffe3c8" */ + .deprecation-warning { + color: #EFA554; + border-color: #542; + background-color: #06111d; + background: -webkit-linear-gradient(#06111d, #f5dac0); + } + /* source #0: "#fff", "#e5e5e5" */ + .pagination > span, .pagination a, .pagination em { + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #0: "#e5e5e5" */ + .pagination > span:focus, .pagination > span:hover, .pagination a:focus, + .pagination a:hover, .pagination em:focus, .pagination em:hover { + border-color: #233a55; + } + /* source #0: "color: #000" */ + code .gd, code .gd .x, code .gi, code .gi .x { + color: #f0f0f0; + } + /* source #0: "color: #555" */ + code .gp, code .nn { + color: #dbdbdbCC; + } + /* source #0: "none" */ + .btn, .btn:hover { + background-image: none; + } + /* source #0: "box-shadow: 0 1px 0 0 #0058a2" */ + .link-mono:hover { + box-shadow: 0 1px 0 0 /*[[base-color]]*/ #d13358; + } + /* source #0: "color: #767676" */ + a.card.bg-gray-light { + color: #767676; + } + /* source #0: "#f5f5f5" */ + .bg-custom-gradient { + background-image: linear-gradient(180deg, #233a55, rgba(245, 245, 245, 0)); + } + /* source #1: "color: #24292e" */ + .gisthead .pagehead-actions .octicon-mute { + color: #dbdbdbAA; + } + /* source #1: "#0366d6" */ + .gist-snippet .file-box:hover .file { + border-color: /*[[base-color]]*/ #d13358; + } + /* source #1: "#0366d6" */ + .gist-snippet .link-overlay .link { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #1: "none" */ + .btn-secret.selected, .btn-secret:active { + background-image: none; + } + /* source #1: "color: rgba(115,92,15,.5)" */ + .page-gist-edit .octicon-gist-secret { + color: rgba(204, 187, 68, 0.5); + } + /* source #1: "color: #586069" */ + .gist-revisions-list .gist-revision-meta { + color: #dbdbdbCC; + } + /* source #1: "none" */ + .user-list li em { + background: none; + } + /* source #1: "#28a745" */ + .user-list li .actions .status-modified { + background-color: #373; + } + /* source #1: "#f6f8fa" */ + .gistsearch-aside .filter-list li span.bar { + background: #0c1c2e; + } + /* source #1: "#fff", "#d1d5da" */ + .gist-quicksearch-results { + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #1: "#d1d5da" */ + .gist-quicksearch-results .gist-quicksearch-result-group { + border-top-color: #233a55; + } + /* source #1: "color: #6a737d", "#f6f8fa", "#d1d5da" */ + .gist-quicksearch-results .gist-quicksearch-result-header { + color: #dbdbdb94; + background: #0c1c2e; + border-right-color: #233a55; + } + /* source #1: "#f6f8fa" */ + .gist-quicksearch-results .select-menu-item { + border-bottom-color: #122235; + } + /* source #1: "color: rgba(27,31,35,.3)" */ + .gist-quicksearch-results .select-menu-item .octicon-gist { + color: rgba(230, 230, 230, 0.3); + } + /* source #1: "color: rgba(115,92,15,.5)" */ + .gist-quicksearch-results .select-menu-item .octicon-gist-secret { + color: rgba(204, 187, 68, 0.5); + } + /* source #1: "color: #6a737d" */ + .gist-quicksearch-results .select-menu-item h4, + .gist-quicksearch-results .select-menu-item span { + color: #dbdbdb94; + } + /* source #1: "color: #959da5" */ + .gist-quicksearch-results .gist-quicksearch-no-results { + color: #767676; + } + /* source #1: "#fff", "#fff" */ + .gist-banner { + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 30%, #09192b; background-image: none), linear-gradient(70deg, #e0f1ff 32%, #fffae3); + border-bottom-color: #09192b; + } + /* source #1: "color: #444d56" */ + .keyboard-mappings { + color: #dbdbdbCC; + } + /* source #1: "color: #24292e" */ + .keyboard-mappings th { + color: #dbdbdbAA; + } + /* source #1: "color: #586069" */ + .keyboard-mappings .keys { + color: #dbdbdbCC; + } + /* source #2: "rgba(0, 0, 0, .8)" */ + .tooltipster-box { + background: #361c2b; + } + /* source #2: "transparent" */ + .tooltipster-arrow-border { + border-color: transparent; + } + /* source #2: "rgba(0, 0, 0, .8)" */ + .tooltipster-bottom .tooltipster-arrow-border { + border-bottom-color: #361c2b; + } + /* source #2: "rgba(0, 0, 0, .8)" */ + .tooltipster-left .tooltipster-arrow-border { + border-left-color: #361c2b; + } + /* source #2: "rgba(0, 0, 0, .8)" */ + .tooltipster-right .tooltipster-arrow-border { + border-right-color: #361c2b; + } + /* source #2: "rgba(0, 0, 0, .8)" */ + .tooltipster-top .tooltipster-arrow-border { + border-top-color: #361c2b; + } + /* source #2: "color: #b4d6fe" */ + .ghh a { + color: /*[[base-color]]*/ #d13358; + } + /* source #2: "transparent" */ + .windows .ghh ::-webkit-scrollbar { + background-color: transparent; + } + /* source #2: "transparent" */ + .windows .ghh ::-webkit-scrollbar-thumb { + border-color: transparent; + } + /* source #2: "transparent" */ + .windows .ghh ::-webkit-scrollbar-corner { + background-color: transparent; + } + /* source #2: "#dfe2e5", "color: #6a737d" */ + .ghh-issue-body blockquote, .ghh-readme blockquote { + border-left-color: #233a55; + color: #dbdbdb94; + } + /* source #2: "transparent" */ + .ghh-issue-body pre code, .ghh-issue-body pre tt, .ghh-readme pre code, + .ghh-readme pre tt { + background-color: transparent; + } + /* source #2: "#fff" */ + .ghh-issue-body a[href^="https://saucelabs.com/"] img,.ghh-readme a[href^="https://saucelabs.com/"] img + { + background-color: #09192b; + background-image: none; + } + /* source #2: "#eaecef" */ + .ghh-theme-github .ghh-issue-body h1, .ghh-theme-github .ghh-issue-body h2, + .ghh-theme-github .ghh-readme h1, .ghh-theme-github .ghh-readme h2 { + border-bottom-color: #233a55; + } + /* source #2: "#fff" */ + .ghh-theme-github .ghh-issue-body tr, .ghh-theme-github .ghh-readme tr { + background-color: #09192b; + background-image: none; + } + /* source #2: "#f6f8fa" */ + .ghh-theme-github .ghh-issue-body tr:nth-child(2n), + .ghh-theme-github .ghh-readme tr:nth-child(2n) { + background-color: #0c1c2e; + } + /* source #2: "#dfe2e5" */ + .ghh-theme-github .ghh-issue-body td, .ghh-theme-github .ghh-issue-body th, + .ghh-theme-github .ghh-readme td, .ghh-theme-github .ghh-readme th { + border-color: #233a55; + } + /* source #2: "color: #0366d6" */ + .ghh-theme-github .ghh .ghh-issue-body a, + .ghh-theme-github .ghh .ghh-readme a { + color: /*[[base-color]]*/ #d13358; + } + /* source #2: "color: #24292e" */ + .ghh-theme-github .ghh .ghh-issue-body .user-mention, + .ghh-theme-github .ghh .ghh-readme .user-mention { + color: #dbdbdbAA; + } + /* source #2: "transparent" */ + .ghh-theme-classic .ghh-issue-body pre code, + .ghh-theme-classic .ghh-issue-body pre tt, + .ghh-theme-classic .ghh-readme pre code, + .ghh-theme-classic .ghh-readme pre tt { + background-color: transparent; + } + /* source #2: "transparent" */ + .ghh-theme-classic .ghh-issue-body .bg-white, + .ghh-theme-classic .ghh-readme .bg-white { + background-color: transparent !important; + } + /* source #2: "#0366d6" */ + .ghh button.ghh-primary:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #2: "#2cbe4e" */ + .ghh .ghh-state-open { + background-color: #373; + } + /* source #2: "#cb2431" */ + .ghh .ghh-state-closed { + background-color: #911; + } + /* source #2: "#6f42c1" */ + .ghh .ghh-state-merged { + background-color: #8368aa; + } + /* source #2: "#6a737d" */ + .ghh .ghh-state-draft { + background-color: #444; + } + /* source #2: "color: #dbab09" */ + .ghh .ghh-state-warning { + color: #cb4; + } + /* source #2: "#28a745" */ + .ghh .ghh-state-verified { + background-color: #373; + } + /* source #2: "#fff" */ + .ghh-avatar { + background-color: #09192b; + background-image: none; + } + /* source #2: "#dbab09" */ + .ghh-pull-meta .ghh-reviews .ghh-state-icon-warning { + background-color: #cb4; + } + /* source #2: "#6a737d" */ + .ghh-pull-meta .ghh-reviews .ghh-state-icon-problem { + background-color: #444; + } + /* source #2: "#fff" */ + .ghh-overlay form { + background-color: #09192b; + background-image: none; + } + /* source #2: "#eee" */ + .ghh-overlay form h3 { + border-bottom-color: #233a55; + } + /* source #2: "#fff", "#d1d5da", "color: #586069" */ + .ghh-theme-github .tooltipster-box .tooltipster-content { + background-color: #09192b; + background-image: none; + border-color: #233a55; + color: #dbdbdbCC; + } + /* source #2: "transparent" */ + .ghh-theme-github .tooltipster-arrow-background { + border-color: transparent; + } + /* source #2: "#fff" */ + .ghh-theme-github .tooltipster-right .tooltipster-arrow-background { + border-right-color: #09192b; + } + /* source #2: "#d1d5da" */ + .ghh-theme-github .tooltipster-right .tooltipster-arrow-border { + border-right-color: #233a55; + } + /* source #2: "#fff" */ + .ghh-theme-github .tooltipster-left .tooltipster-arrow-background { + border-left-color: #09192b; + } + /* source #2: "#d1d5da" */ + .ghh-theme-github .tooltipster-left .tooltipster-arrow-border { + border-left-color: #233a55; + } + /* source #2: "#fff" */ + .ghh-theme-github .tooltipster-top .tooltipster-arrow-background { + border-top-color: #09192b; + } + /* source #2: "#d1d5da" */ + .ghh-theme-github .tooltipster-top .tooltipster-arrow-border { + border-top-color: #233a55; + } + /* source #2: "#fff" */ + .ghh-theme-github .tooltipster-bottom .tooltipster-arrow-background { + border-bottom-color: #09192b; + } + /* source #2: "#d1d5da" */ + .ghh-theme-github .tooltipster-bottom .tooltipster-arrow-border { + border-bottom-color: #233a55; + } + /* source #2: "color: #24292e" */ + .ghh-theme-github .ghh a { + color: #dbdbdbAA; + } + /* source #2: "color: #0366d6" */ + .ghh-theme-github .ghh a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #2: "#dfe2e5" */ + .ghh-theme-github .ghh-markdown-separator { + border-bottom-color: #233a55; + } + /* source #2: "#dfe2e5" */ + .ghh-theme-github .ghh .ghh-stats > a + a { + border-left-color: #233a55; + } + /* source #2: "color: #24292e" */ + .ghh-theme-github .ghh .ghh-stats span { + color: #dbdbdbAA; + } + /* source #2: "#dfe2e5" */ + .ghh-theme-github .ghh .ghh-more-separator { + border-bottom-color: #233a55; + } + /* source #2: "#e1e4e8", "#fff" */ + .ghh-theme-github .ghh .ghh-state-verified { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #2: "color: #cb2431 !important" */ + .ghh-theme-github .ghh-commit-meta .text-diff-deleted, + .ghh-theme-github .ghh-pull-meta .text-diff-deleted { + color: #f44 !important; + } + /* source #2: "color: #cb2431" */ + .ghh-theme-github .ghh-reviews .ghh-state-alert { + color: #f44; + } + /* source #2: "color: #b08800" */ + .ghh-theme-github .ghh-reviews .ghh-state-warning { + color: #cb4; + } + /* source #2: "#cb2431" */ + .ghh-theme-github .ghh-reviews .ghh-state-icon-alert { + background-color: #911; + } + /* source #2: "#2cbe4e" */ + .ghh-theme-github .ghh-reviews .ghh-state-icon-success { + background-color: #373; + } + /* source #2: "#6a737d" */ + .ghh-theme-github .ghh-reviews .ghh-state-icon-problem { + background-color: #444; + } + /* source #3: "none" */ + .ui-datepicker .ui-datepicker-buttonpane { + background-image: none; + } + /* source #3: "none" */ + .ui-dialog .ui-dialog-content { + background: none; + } + /* source #3: "none" */ + .ui-dialog .ui-dialog-buttonpane { + background-image: none; + } + /* source #3: "none" */ + .ui-spinner-input, .ui-tabs .ui-tabs-panel { + background: none; + } + /* source #3: "#eee" */ + #new_issue .discussion-sidebar h3 { + border-top-color: #233a55; + } + /* source #3: "#fff" */ + .zh-app--board-visible .zh-app--is-fullscreen { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #24292e" */ + .zh-discussion-item .zh-estimate-is, .zh-discussion-item .zh-estimate-was, + .zh-discussion-item .zh-issue, + .zh-discussion-item .zh-issue-event-workspace-name, + .zh-discussion-item .zh-pipeline-is, .zh-discussion-item .zh-pipeline-was, + .zh-discussion-item .zh-release, .zh-discussion-item strong { + color: #dbdbdbAA; + } + /* source #3: "#fff", "#fff" */ + .zh-issue-event-item-icon .zh-icon-issue-added, + .zh-issue-event-item-icon .zh-icon-issue-removed { + border-color: #09192b; + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #000" */ + .zh-issue-event-toggle:hover { + color: #f0f0f0; + } + /* source #3: "color: #333" */ + .zh-issue-event-dark { + color: #dbdbdbEE; + } + /* source #3: "#e5e5e5" */ + .zh-estimate-create-item { + border-top-color: #233a55; + } + /* source #3: "#e5e5e5","transparent" */ + a.zh-topbar-item.selected { + border-color: #3c4992 #233a55 transparent; + } + /* source #3: "transparent" */ + .zh-topbar-item.UnderlineNav-item:not(.selected):not(:hover) { + border-bottom-color: transparent; + } + /* source #3: "none" */ + .zh-topbar-item.UnderlineNav-item.selected { + background: none; + } + /* source #3: "#f4f4f4" */ + .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus, + .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus.selected { + background-color: #361c2b; + } + /* source #3: "#f5f5f5" */ + .zh-connect-repository-container { + background-color: #0c1c2e; + } + /* source #3: "color: #333", "text-shadow: 0 1px 0 #fff" */ + .zh-connect-repository-container a { + color: #dbdbdbEE; + text-shadow: none; + } + /* source #3: "#fff" */ + .zh-toggle-button { + background: #09192b; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .horizontal-scrollbar::-webkit-scrollbar-track { + background: #361c2b; + } + /* source #3: "#ddd" */ + .horizontal-scrollbar::-webkit-scrollbar-thumb { + background: #06111d; + } + /* source #3: "#f5f5f5", "#e5e5e5" */ + .zh-pipeline { + background-color: #0c1c2e; + border-color: #233a55; + } + /* source #3: "#f4f5f5", "#e5e5e5" */ + .zh-pipeline-heading-container { + background: #361c2b; + border-bottom-color: #233a55; + } + /* source #3: "box-shadow: none !important" */ + .zh-pipeline-heading-edit { + box-shadow: none !important; + } + /* source #3: "color: #333" */ + .zh-power .zh-pipeline-options { + color: #dbdbdbEE; + } + /* source #3: "#ddd" */ + .zh-pipeline-issues::-webkit-scrollbar { + background: #06111d; + } + /* source #3: "#f5f5f5" */ + .zh-pipeline-issues::-webkit-scrollbar-track { + background: #0c1c2e; + } + /* source #3: "#ddd" */ + .zh-pipeline-issues::-webkit-scrollbar-thumb { + background: #06111d; + } + /* source #3: "#e5e5e5", "#fff" */ + .zh-pipeline-issue-content { + border-color: #233a55; + background: #09192b; + background-image: none; + } + /* source #3: "color: #4183c4 !important" */ + .zh-pipeline-issue-toggler:hover { + color: rgba(79, 140, 201, 0.9) !important; + color: rgba(/*[[base-color-rgb]]*/, 0.9) !important; + } + /* source #3: "#efefef" */ + .zh-issue-placeholder, .zh-pipeline-placeholder { + background: #122235; + } + /* source #3: "#fff" */ + .zh-overlay { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #000" */ + .zh-overlay-body { + color: #f0f0f0; + } + /* source #3: "#fff" */ + .new-pipeline-column { + background-color: #09192b; + background-image: none; + } + /* source #3: "#eee", "color: #333" */ + .zh-board-menu-item .btn { + background: linear-gradient(#fcfcfc, #361c2b); + color: #dbdbdbEE; + } + /* source #3: "#fff", "none" */ + .zh-board-menu-item .btn.disabled, .zh-board-menu-item .btn.disabled:hover { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e5e5e5" */ + .zh-pipeline-collapsed .zh-pipeline-heading-container { + border-right-color: #233a55; + } + /* source #3: "#e5e5e5" */ + .zh-pipeline-collapsed .zh-pipeline-options.zh-pipeline-icon { + border-bottom-color: #233a55; + } + /* source #3: "transparent","#fff" */ + .zh-pipeline-expanded .zh-issue-meta { + background-image: linear-gradient(to right, transparent 90%, #09192b; background-image: none 99%); + } + /* source #3: "#eee" */ + .zh-epic-filter-container .btn { + background: linear-gradient(#fcfcfc, #361c2b) !important; + } + /* source #3: "#f5f5f5" */ + .search-query { + background-color: #0c1c2e; + } + /* source #3: "#fff" */ + .search-query:focus { + background: #09192b; + background-image: none; + } + /* source #3: "#fff", "#ddd" */ + .zh-board-loading-message, .zh-overlay-loading-board { + background-color: #09192b; + background-image: none; + } + .zh-board-loading-message { + border-color: #233a55; + } + /* source #3: "color: #767676" */ + .zh-markdown-body { + color: #767676; + } + /* source #3: "#e5e5e5", "#f8f8f8" */ + .zh-milestone-dates { + border-color: #233a55; + background-color: #122235; + } + /* source #3: "#ddd", "#fff" */ + .zh-milestone-dates .milestone-start-calendar-container { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#e5e5e5", "#e5e5e5" */ + .zh-burndown-chart-container { + border-left-color: #233a55; + border-right-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .burndown-chart-tip { + color: #dbdbdb94; + } + /* source #3: "#e5e5e5" */ + .zh-reports .stats-container { + border-color: #233a55; + } + /* source #3: "#e5e5e5" */ + .zh-reports .stats-item { + border-right-color: #233a55; + } + /* source #3: "color: #767676" */ + .zh-reports .stats-item--issues .zh-estimate-badge-closed, + .zh-reports .stats-item--issues strong { + color: #767676; + } + /* source #3: "#e5e5e5" */ + .zh-issue-list .table-list-title { + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zh-issue-list .table-list-header { + color: #dbdbdb94; + } + /* source #3: "#e5e5e5" */ + .zh-burndown-repo-selector { + border-color: #233a55; + } + /* source #3: "color: #333" */ + .zh-reports .btn { + color: #dbdbdbEE; + } + /* source #3: "#eee","#ddd", "color: #333" */ + .zh-reports .btn:hover { + background: linear-gradient(#361c2b, #06111d); + color: #dbdbdbEE; + } + /* source #3: "transparent", "transparent", "none" */ + .zh-repo-switcher .zh-repo-switcher-btn, + .zh-repo-switcher .zh-repo-switcher-btn:hover { + border-color: transparent; + background-color: transparent; + background-image: none; + } + /* source #3: "#fff", "#e9e9e9", "box-shadow: none" */ + .zh-repo-switcher .zh-repo-switcher-btn.selected, + .zh-repo-switcher .zh-repo-switcher-btn:hover { + background-color: #09192b; + background-image: none; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "#fff" */ + .zh-timeline-comment { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #586069", "#ddd","#eee" */ + .zh-timeline-comment-header { + color: #dbdbdbCC; + border-color: #233a55; + } + /* source #3: "color: #555" */ + .zh-timeline-comment-header-text { + color: #dbdbdbCC; + } + /* source #3: "#fff" */ + .zh-dependency-manager-container.TimelineItem .zhc-dependency, + .zh-epic-issue-container.TimelineItem .zhc-epic-issue-list, + .zh-epic-issue-container.TimelineItem .zhc-epic-list { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e6ebf1" */ + .zh-collapse-manager-container--isExpanded .discussion-item:last-child { + border-bottom-color: #233a55; + } + /* source #3: "transparent" */ + .zh-collapse-control-container { + background-color: transparent; + } + /* source #3: "transparent" */ + .zh-collapse-control { + border-color: transparent; + } + /* source #3: "#e9e9e9", "#fff" */ + .zh-collapse-control:hover, .zh-collapse-control__main-icon { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#e5e5e5", "#fff" */ + .zh-issuecard-container { + border-color: #233a55; + background: #09192b; + background-image: none; + } + /* source #3: "#efefef" */ + .zh-issuecard-placeholder { + background: #122235; + } + /* source #3: "#fff" */ + .zh-pipeline-action, .zh-pipeline-issue-action { + background-color: #09192b; + background-image: none; + } + /* source #3: "#eee" */ + .zh-pipeline-action:hover, .zh-pipeline-issue-action:hover { + background-color: #361c2b; + } + /* source #3: "#e5e5e5" */ + .zh-issuecard-meta { + border-top-color: #233a55; + } + /* source #3: "transparent" */ + .zh-merge-repository-body { + background-color: transparent; + } + /* source #3: "color: #767676" */ + .zh-merge-repository-body .zh-open-cross-organization-btn { + color: #767676; + } + /* source #3: "color: #0366d6 !important" */ + .zh-merge-repository-body .zh-open-cross-organization-btn:hover { + color: /*[[base-color]]*/ #d13358 !important; + } + /* source #3: "#fff" */ + .zh-mergetool-pipelines-dialog { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f5f5f5", "color: #333" */ + .zh-mergetool-pipelines-dialog .zh-mergetool-info { + background-color: #0c1c2e; + color: #dbdbdbEE; + } + /* source #3: "#fff", "color: #333" */ + .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline { + background-color: #09192b; + background-image: none; + color: #dbdbdbEE; + } + /* source #3: "#f5f5f5" */ + .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline-target { + background-color: #0c1c2e; + } + /* source #3: "#fff" */ + .zh-mergetool-pipelines-dialog .zh-miniboard-source-pipeline-placeholder, + .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline-target.zh-miniboard-new-pipeline { + background-color: #09192b; + background-image: none; + } + /* source #3: "none" */ + .btn.zh-multi-repo-show-all-btn, .btn.zh-multi-repo-show-one-btn { + background-image: none; + } + /* source #3: "#fff" */ + .btn.zh-multi-repo-show-all-btn:hover, .btn.zh-multi-repo-show-one-btn:hover, + .zh-onboarding-highlighted, .zh-select-menu-modal-body .zh-select-menu-modal, + .zhe .zh-onboarding-highlighted { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #000" */ + .zhe .zh-onboarding-highlighted .header-nav-link { + color: #f0f0f0; + } + /* source #3: "#fff", "color: #dbdbdb66" */ + .zh-onboarding-modal { + background-color: #09192b; + background-image: none; + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zh-onboarding-modal__title { + color: #dbdbdbEE; + } + /* source #3: "none" */ + .zh-onboarding-modal__buttons .btn.btn--onboarding-cta { + background-image: none; + } + /* source #3: "color: #586069" */ + .zh-epic-issue-header { + color: #dbdbdbCC; + } + /* source #3: "color: #333" */ + .zh-epic-issue-header-title, .zh-epic-issue-header strong { + color: #dbdbdbEE; + } + /* source #3: "color: #586069" */ + .zh-epic-issue-progress-text { + color: #dbdbdbCC; + } + /* source #3: "color: #333" */ + .zh-epic-issue-progress-text strong { + color: #dbdbdbEE; + } + /* source #3: "#eee" */ + .zh-select-menu-item { + border-bottom-color: #233a55; + } + /* source #3: "#0366d6" */ + .zh-select-menu-item.navigation-focus, .zh-select-menu-item:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .zh-select-menu-header { + background: #361c2b; + } + /* source #3: "color: #333", "text-shadow: 0 1px 0 #fff" */ + .zh-select-menu-header .zh-select-menu-title { + color: #dbdbdbEE; + text-shadow: none; + } + /* source #3: "color: #586069" */ + .zh-discussion-sidebar-heading { + color: #dbdbdbCC; + } + /* source #3: "none" */ + .zh-discussion-sidebar-toggle { + background: none; + } + /* source #3: "#f5f5f5" */ + .zh-select-menu-footer { + background-color: #0c1c2e; + } + /* source #3: "color: #dbdbdb66", "#fff" */ + .zh-select-menu-modal { + color: #dbdbdb94; + background-color: #09192b; + background-image: none; + } + /* source #3: "#f8f8f8" */ + .zh-select-menu-filters { + background: #122235; + } + /* source #3: "#ddd" */ + .zh-select-menu-text-filter { + border-bottom-color: #233a55; + } + /* source #3: "#ddd" */ + .zh-select-menu-text-filter input { + border-color: #233a55; + } + /* source #3: "#fff" */ + .zh-reload-update-prompt-container { + background: #09192b; + background-image: none; + } + /* source #3: "color: #586069" */ + .zh-reload-update-prompt-content { + color: #dbdbdbCC; + } + /* source #3: "#ddd" */ + .zh-issue-counter { + background-color: #06111d; + } + /* source #3: "#fff" */ + .zh-progress-bar__completed { + background-color: #09192b; + background-image: none; + } + /* source #3: "transparent" */ + .zh-tooltip::before { + border-color: transparent; + } + /* source #3: "transparent", "transparent" */ + .zh-d3-tooltip .zh-tooltip-triangle { + border-left-color: transparent; + border-right-color: transparent; + } + /* source #3: "#fff" */ + .zh-epic-creator-page-visible .zh-epic-creator-container--fullscreen { + background: #09192b; + background-image: none; + } + /* source #3: "color: #333" */ + .zh-epic-header .zh-estimate-is, .zh-epic-header .zh-estimate-was, + .zh-epic-header .zh-issue, .zh-epic-header .zh-pipeline-is, + .zh-epic-header .zh-pipeline-was { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zh-epic-issue-list-item-md, .zh-epic-issue-list-item-sm { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .zh-epic-issue-list-item-md:hover { + background-color: #361c2b; + } + /* source #3: "#fff" */ + .zh-epic-issue-list-item-lg { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .zh-epic-issue-list-item-lg:hover { + background-color: #361c2b; + } + /* source #3: "color: #333" */ + .zh-epic-issue-list-item-title-link { + color: #dbdbdbEE; + } + /* source #3: "color: #0366d6" */ + .zh-epic-issue-list-item-title-link:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #3: "color: #767676" */ + .zh-epic-issue-list-item-number, .zh-epic-issue-list-item-status { + color: #767676; + } + /* source #3: "#ddd", "#f4f4f4" */ + .zh-pipeline-badge-light { + background-color: #06111d; + background-color: #361c2b; + } + /* source #3: "#ddd" */ + .zh-pipeline-badge { + background-color: #06111d; + } + /* source #3: "color: #767676" */ + .zh-epic-creator-header-label { + color: #767676; + } + /* source #3: "color: #0366d6" */ + .zh-epic-creator-header-repo a { + color: /*[[base-color]]*/ #d13358; + } + /* source #3: "#fff" */ + .zh-epic-creator-title input { + background-color: #09192b; + background-image: none; + } + /* source #3: "#ddd" */ + .zh-epic-creator-nav { + border-bottom-color: #233a55; + } + /* source #3: "initial", "color: #000" */ + .zh-epic-creator-tab { + background: initial; + color: #f0f0f0; + } + /* source #3: "#fff", "#ddd","transparent", "#fff" */ + .zh-epic-creator-tab.selected { + background: #09192b; + background-image: none; + border-color: #3e4b9e #233a55 #09192b; + } + /* source #3: "color: #333", "#f6f8fa", "#e9e9e9", "#e9e9e9" */ + .zh-epic-creator-issue-list .zh-epic-creator-issue-list-not-in-workspace { + color: #dbdbdbEE; + background-color: #0c1c2e; + border-bottom-color: #233a55; + border-top-color: #233a55; + } + /* source #3: "color: #767676" */ + .zh-progress-title { + color: #767676; + } + /* source #3: "#eee" */ + .zh-epic-creator-progress-bar { + background-color: #361c2b; + } + /* source #3: "color: #767676" */ + .zh-epic-creator-empty span { + color: #767676; + } + /* source #3: "color: #dbdbdb66" */ + .zh-epic-creator-placeholder-bottom a { + color: #dbdbdb94; + } + /* source #3: "#eee" */ + .zh-board-menu { + border-bottom-color: #233a55; + } + /* source #3: "color: #767676" */ + .zh-epic-pipeline-selector-name { + color: #767676; + } + /* source #3: "#e5e5e5" */ + .zh-epic-issues-picker-new-issue { + border-color: #233a55; + } + /* source #3: "#fff" */ + .zh-epic-picker-issue-placeholder:hover { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e5e5e5" */ + .zh-epic-issue-list-container, .zh-epic-issue-list-footer { + border-color: #233a55; + } + /* source #3: "color: #767676" */ + .zh-epic-issue-list-empty span { + color: #767676; + } + /* source #3: "#eee" */ + .zh-epic-btn { + background-color: #361c2b; + } + /* source #3: "none" */ + .zh-epic-btn:active { + background-image: none; + } + /* source #3: "color: #333", "#ddd" */ + .zh-epic-form-control, .zh-epic-form-control-small { + color: #dbdbdbEE; + border-color: #233a55; + } + /* source #3: "#fff" */ + .zh-epic-form-control-small:focus, .zh-epic-form-control:focus { + background: #09192b; + background-image: none; + } + /* source #3: "rgba(27,31,35,0.2)", "color: #24292e", "#eff3f6" */ + .zh-webapp.zh-epic-creator-page-visible .btn { + border-color: rgba(200, 200, 200, 0.15); + color: #dbdbdbAA; + background-color: #361c2b; + } + /* source #3: "#e6ebf1", "#e6ebf1", "rgba(27,31,35,0.35)" */ + .zh-webapp.zh-epic-creator-page-visible .btn:hover { + background-color: #444; + background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%); + border-color: rgba(200, 200, 200, 0.3); + } + /* source #3: "#e9ecef", "none", "rgba(27,31,35,0.35)" */ + .zh-webapp.zh-epic-creator-page-visible .btn:active { + background-color: #233a55; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #3: "#28a745", "#28a745" */ + .zh-webapp.zh-epic-creator-page-visible .btn-primary { + background-color: #373; + background-image: linear-gradient(-180deg, #34d058 0%, #373 90%); + } + /* source #3: "rgba(27,31,35,0.5)" */ + .zh-webapp.zh-epic-creator-page-visible .btn-primary:hover { + border-color: rgba(200, 200, 200, 0.3); + } + /* source #3: "#279f43", "none", "rgba(27,31,35,0.5)" */ + .zh-webapp.zh-epic-creator-page-visible .btn-primary:active { + background-color: #d13358; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #3: "#f6f8fa", "#e1e4e8" */ + .zh-webapp.zh-epic-creator-page-visible .table-list-header { + background-color: #0c1c2e; + border-color: #233a55; + } + /* source #3: "#f4f4f4" */ + .zh-webapp.zh-epic-creator-page-visible .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus, + .zh-webapp.zh-epic-creator-page-visible .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus.selected { + background-color: #361c2b; + } + /* source #3: "#f5f5f5" */ + .zh-webapp.zh-epic-creator-page-visible .search-query { + background-color: #0c1c2e; + } + /* source #3: "#fff" */ + .zh-webapp.zh-epic-creator-page-visible .search-query:focus { + background: #09192b; + background-image: none; + } + /* source #3: "transparent" */ + .zh-estimate-badge-closed { + background-color: transparent; + } + /* source #3: "#ddd", "#ddd" */ + .zh-estimate-badge--epic-points { + background-color: #06111d; + border-color: #233a55; + } + /* source #3: "color: #000" */ + .zh-badge-value { + color: #f0f0f0; + } + /* source #3: "#fff" */ + .SingleDatePicker_picker, .SingleDatePicker_picker__fullScreenPortal, + .SingleDatePickerInput { + background-color: #09192b; + background-image: none; + } + /* source #3: "transparent" */ + .DayPickerKeyboardShortcuts_show__bottomRight::before { + border-top-color: transparent; + } + /* source #3: "transparent" */ + .DayPickerKeyboardShortcuts_show__topLeft::before, + .DayPickerKeyboardShortcuts_show__topRight::before { + border-bottom-color: transparent; + } + /* source #3: "#fff" */ + .CalendarDay__default, .DayPickerKeyboardShortcuts_panel { + background: #09192b; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .CalendarDay__hovered_offset { + background: #361c2b; + } + /* source #3: "#fff" */ + .CalendarDay__blocked_minimum_nights, + .CalendarDay__blocked_minimum_nights:active, + .CalendarDay__blocked_minimum_nights:hover, + .CalendarDay__blocked_out_of_range, + .CalendarDay__blocked_out_of_range:active, + .CalendarDay__blocked_out_of_range:hover, .CalendarDay__outside, + .CalendarMonth, .CalendarMonthGrid { + background: #09192b; + background-image: none; + } + /* source #3: "#fff" */ + .DayPickerNavigation_button__default { + background-color: #09192b; + background-image: none; + } + /* source #3: "#fff" */ + .DayPicker, .DayPicker__horizontal, + .DayPickerNavigation_button__verticalDefault { + background: #09192b; + background-image: none; + } + /* source #3: "box-shadow: none" */ + .DayPicker_portal__horizontal { + box-shadow: none; + } + /* source #3: "#fff" */ + .DateInput, .DayPicker_weekHeader__verticalScrollable { + background: #09192b; + background-image: none; + } + /* source #3: "#fff", "transparent" */ + .DateInput_input { + background-color: #09192b; + background-image: none; + border-bottom-color: transparent; + } + /* source #3: "#fff" */ + .DateInput_input__focused { + background: #09192b; + background-image: none; + } + /* source #3: "#fff" */ + .DateRangePicker_picker, .DateRangePicker_picker__fullScreenPortal, + .DateRangePickerInput { + background-color: #09192b; + background-image: none; + } + /* source #3: "#ddd" */ + .zhc-markdown h1, .zhc-markdown h2 { + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-markdown hr { + background-color: #233a55; + } + /* source #3: "#ddd" */ + .zhc-markdown blockquote { + border-left-color: #233a55; + } + /* source #3: "#ddd" */ + .zhc-markdown table td, .zhc-markdown table th, .zhc-markdown table tr { + border-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-markdown table tr { + background-color: #09192b; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-markdown pre code { + background-color: transparent; + } + /* source #3: "#fff" */ + .zhc-markdown img { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #444d56", "#959da5", "box-shadow: inset 0 -1px 0 #959da5" */ + .zhc-markdown kbd { + color: #dbdbdbCC; + border-bottom-color: #484848; + box-shadow: inset 0 -2px 0 #06111d; + } + /* source #3: "transparent" */ + img.gh-emoji { + background: transparent; + } + /* source #3: "#fff", "#e9e9e9", "color: #333" */ + .zhc-btn { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-btn, .zhc-btn.zhc-btn--disabled, + .zhc-btn.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn.zhc-btn--disabled:active, .zhc-btn.zhc-btn--disabled:focus, + .zhc-btn.zhc-btn--disabled:hover, .zhc-btn[disabled], + .zhc-btn[disabled].zhc-btn--is-active, .zhc-btn[disabled]:active, + .zhc-btn[disabled]:focus, .zhc-btn[disabled]:hover { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-btn.zhc-btn--is-active, .zhc-btn:active, .zhc-btn:focus, .zhc-btn:hover { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-btn.zhc-btn--is-active, .zhc-btn:active { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-btn--default, .zhc-btn--default.zhc-btn--disabled, + .zhc-btn--default.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--default.zhc-btn--disabled:active, + .zhc-btn--default.zhc-btn--disabled:focus, + .zhc-btn--default.zhc-btn--disabled:hover, .zhc-btn--default[disabled], + .zhc-btn--default[disabled].zhc-btn--is-active, + .zhc-btn--default[disabled]:active, .zhc-btn--default[disabled]:focus, + .zhc-btn--default[disabled]:hover { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-btn--default.zhc-btn--is-active, .zhc-btn--default:active, + .zhc-btn--default:focus, .zhc-btn--default:hover { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-btn--default.zhc-btn--is-active, .zhc-btn--default:active { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-btn--action.zhc-btn--disabled, + .zhc-btn--action.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--action.zhc-btn--disabled:active, + .zhc-btn--action.zhc-btn--disabled:focus, + .zhc-btn--action.zhc-btn--disabled:hover, .zhc-btn--action[disabled], + .zhc-btn--action[disabled].zhc-btn--is-active, + .zhc-btn--action[disabled]:active, .zhc-btn--action[disabled]:focus, + .zhc-btn--action[disabled]:hover { + background-color: #233a55; + } + /* source #3: "none" */ + .zhc-btn--danger { + background-image: none !important; + } + /* source #3: "#fff", "none" */ + .zhc-btn--danger-bordered { + background-color: #09192b; + background-image: none; + background-image: none !important; + } + /* source #3: "#fff" */ + .zhc-btn--danger-bordered.zhc-btn--disabled, + .zhc-btn--danger-bordered.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--danger-bordered.zhc-btn--disabled:active, + .zhc-btn--danger-bordered.zhc-btn--disabled:focus, + .zhc-btn--danger-bordered.zhc-btn--disabled:hover, + .zhc-btn--danger-bordered.zhc-btn--is-active, + .zhc-btn--danger-bordered:active, .zhc-btn--danger-bordered:focus, + .zhc-btn--danger-bordered:hover, .zhc-btn--danger-bordered[disabled], + .zhc-btn--danger-bordered[disabled].zhc-btn--is-active, + .zhc-btn--danger-bordered[disabled]:active, + .zhc-btn--danger-bordered[disabled]:focus, + .zhc-btn--danger-bordered[disabled]:hover { + background-color: #09192b; + background-image: none; + } + /* source #3: "transparent", "transparent" */ + .zhc-btn--minimal, .zhc-btn--minimal.zhc-btn--disabled, + .zhc-btn--minimal.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--minimal.zhc-btn--disabled:active, + .zhc-btn--minimal.zhc-btn--disabled:focus, + .zhc-btn--minimal.zhc-btn--disabled:hover, + .zhc-btn--minimal.zhc-btn--is-active, .zhc-btn--minimal:active, + .zhc-btn--minimal:focus, .zhc-btn--minimal:hover, + .zhc-btn--minimal[disabled], .zhc-btn--minimal[disabled].zhc-btn--is-active, + .zhc-btn--minimal[disabled]:active, .zhc-btn--minimal[disabled]:focus, + .zhc-btn--minimal[disabled]:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "rgba(0,0,0,0)" */ + .zhc-btn--minimal.zhc-btn--is-active, .zhc-btn--minimal:active { + background-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-btn--primary.zhc-btn--disabled, + .zhc-btn--primary.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--primary.zhc-btn--disabled:active, + .zhc-btn--primary.zhc-btn--disabled:focus, + .zhc-btn--primary.zhc-btn--disabled:hover, .zhc-btn--primary[disabled], + .zhc-btn--primary[disabled].zhc-btn--is-active, + .zhc-btn--primary[disabled]:active, .zhc-btn--primary[disabled]:focus, + .zhc-btn--primary[disabled]:hover { + border-color: #233a55; + } + /* source #3: "#fff", "#5e60ba" */ + .zhc-btn--primary-bordered, .zhc-btn--primary-bordered.zhc-btn--disabled, + .zhc-btn--primary-bordered.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--primary-bordered.zhc-btn--disabled:active, + .zhc-btn--primary-bordered.zhc-btn--disabled:focus, + .zhc-btn--primary-bordered.zhc-btn--disabled:hover, + .zhc-btn--primary-bordered[disabled], + .zhc-btn--primary-bordered[disabled].zhc-btn--is-active, + .zhc-btn--primary-bordered[disabled]:active, + .zhc-btn--primary-bordered[disabled]:focus, + .zhc-btn--primary-bordered[disabled]:hover { + background-color: #09192b; + background-image: none; + border-color: #8368aa; + } + /* source #3: "#fff" */ + .zhc-btn--primary-bordered.zhc-btn--is-active, + .zhc-btn--primary-bordered:active, .zhc-btn--primary-bordered:focus, + .zhc-btn--primary-bordered:hover { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66", "#f4f4f4", "#e9e9e9" */ + .zhc-btn--secondary { + color: #dbdbdb94; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-btn--secondary, .zhc-btn--secondary.zhc-btn--disabled, + .zhc-btn--secondary.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--secondary.zhc-btn--disabled:active, + .zhc-btn--secondary.zhc-btn--disabled:focus, + .zhc-btn--secondary.zhc-btn--disabled:hover, .zhc-btn--secondary[disabled], + .zhc-btn--secondary[disabled].zhc-btn--is-active, + .zhc-btn--secondary[disabled]:active, .zhc-btn--secondary[disabled]:focus, + .zhc-btn--secondary[disabled]:hover { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-btn--secondary.zhc-btn--is-active, .zhc-btn--secondary:active, + .zhc-btn--secondary:focus, .zhc-btn--secondary:hover { + background-color: #233a55; + } + /* source #3: "#fff", "#e9e9e9", "color: #dbdbdb66", "transparent" */ + .zhc-btn--secondary-bordered { + background-color: #09192b; + background-image: none; + border-color: #233a55; + color: #dbdbdb94; + background-color: transparent; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-btn--secondary-bordered.zhc-btn--disabled, + .zhc-btn--secondary-bordered.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--secondary-bordered.zhc-btn--disabled:active, + .zhc-btn--secondary-bordered.zhc-btn--disabled:focus, + .zhc-btn--secondary-bordered.zhc-btn--disabled:hover, + .zhc-btn--secondary-bordered[disabled], + .zhc-btn--secondary-bordered[disabled].zhc-btn--is-active, + .zhc-btn--secondary-bordered[disabled]:active, + .zhc-btn--secondary-bordered[disabled]:focus, + .zhc-btn--secondary-bordered[disabled]:hover { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-btn--secondary-bordered.zhc-btn--is-active, + .zhc-btn--secondary-bordered:active, .zhc-btn--secondary-bordered:focus, + .zhc-btn--secondary-bordered:hover { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-btn--secondary-bordered.zhc-btn--is-active, + .zhc-btn--secondary-bordered:active { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#f8f8f8" */ + .zhc-btn--secondary-bordered.zhc-btn--is-active, + .zhc-btn--secondary-bordered:active, .zhc-btn--secondary-bordered:focus, + .zhc-btn--secondary-bordered:hover { + background-color: #122235; + } + /* source #3: "transparent" */ + .zhc-btn--secondary-bordered.zhc-btn--disabled, + .zhc-btn--secondary-bordered.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--secondary-bordered.zhc-btn--disabled:active, + .zhc-btn--secondary-bordered.zhc-btn--disabled:focus, + .zhc-btn--secondary-bordered.zhc-btn--disabled:hover, + .zhc-btn--secondary-bordered[disabled], + .zhc-btn--secondary-bordered[disabled].zhc-btn--is-active, + .zhc-btn--secondary-bordered[disabled]:active, + .zhc-btn--secondary-bordered[disabled]:focus, + .zhc-btn--secondary-bordered[disabled]:hover { + background-color: transparent; + } + /* source #3: "transparent" */ + .zhc-btn--topbar { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-btn--topbar:hover { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-btn--text { + background-color: transparent !important; + } + /* source #3: "transparent", "#e9e9e9" */ + .zhc-btn--text.zhc-btn--disabled, + .zhc-btn--text.zhc-btn--disabled.zhc-btn--is-active, + .zhc-btn--text.zhc-btn--disabled:active, + .zhc-btn--text.zhc-btn--disabled:focus, + .zhc-btn--text.zhc-btn--disabled:hover, .zhc-btn--text[disabled], + .zhc-btn--text[disabled].zhc-btn--is-active, .zhc-btn--text[disabled]:active, + .zhc-btn--text[disabled]:focus, .zhc-btn--text[disabled]:hover { + background-color: transparent !important; + border-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-btn--text.zhc-btn--is-active, .zhc-btn--text:active, + .zhc-btn--text:focus, .zhc-btn--text:hover { + border-color: transparent; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-btn--text-secondary-dark { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-btn--border-hover-only { + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-btn--border-hover-only.zhc-btn--is-active, + .zhc-btn--border-hover-only:active, .zhc-btn--border-hover-only:focus, + .zhc-btn--border-hover-only:hover, .zhc-confirm-dialog { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-confirm-dialog__actions .zhc-btn--text { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66" */ + .zhc-confirm-dialog__footer { + border-top-color: #233a55; + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-input { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#f4f4f4" */ + .zhc-input--disabled { + background: #361c2b; + } + /* source #3: "box-shadow: none" */ + .zhc-input--error:focus { + box-shadow: none; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhu-blankslate { + background-color: #361c2b; + } + /* source #3: "#e9e9e9" */ + .zhu-blankslate, .zhu-checkbox { + border-color: #233a55; + } + /* source #3: "box-shadow: none" */ + .zhu-checkbox:focus { + box-shadow: none; + } + /* source #3: "color: #333 !important" */ + .zhu-color-text { + color: #dbdbdbEE !important; + } + /* source #3: "color: #dbdbdb66 !important" */ + .zhu-color-text-secondary-dark { + color: #dbdbdb94 !important; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhu-panel { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhu-tag-default { + background-color: #233a55; + } + /* source #3: "color: #333" */ + .zhu-text-important { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66 !important" */ + .zhu-text-secondary-dark { + color: #dbdbdb94 !important; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-account-details__section { + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-account-details__item { + border-bottom-color: #233a55; + } + /* source #3: "#f4f4f4" */ + .zhc-account-details__item--edit input { + background: #361c2b; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-account-details__item--edit__info-message { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-billing-history__item { + border-bottom-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-billing-history__item:first-child { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-cancel-subscription-modal { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #333", "#e9e9e9" */ + .zhc-cancel-subscription-modal__cancellation-reason { + color: #dbdbdbEE; + border-color: #233a55; + } + /* source #3: "#f8f8f8" */ + .zhc-cancel-subscription-modal__missing-features { + background: #122235; + } + /* source #3: "#fff" */ + .zhc-cancel-subscription-modal__missing-features__feature .zhu-checkbox:not(:checked) { + background: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-cancel-subscription-modal__feedback, + .zhc-cancel-subscription-modal__note { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-cancel-subscription-modal__other-comments__input { + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-cancel-subscription-modal__warning, .zhc-cancel-subscription-page__text { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-remove-licenses { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-remove-licenses__section { + border-bottom-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-remove-licenses__subtext { + color: #dbdbdb94; + } + /* source #3: "color: #dbdbdb66", "#e9e9e9" */ + .zhc-remove-licenses__quantity { + color: #dbdbdb94; + border-color: #233a55; + } + /* source #3: "#fff", "color: #dbdbdb66" */ + .zhc-account-settings__section { + background-color: #09192b; + background-image: none; + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-account-settings__section h3, .zhc-account-settings__section strong { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-account-settings__link { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-account-settings__link .zhu-panel { + border-top-color: #233a55; + } + /* source #3: "#fcf9e4", "#faebcc" */ + .zhc-account-settings__summary--warning { + background-color: #321; + border-color: #542; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-account-settings__icon { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-organization-admin-item { + border-bottom-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-organization-admin-item__username { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-avatar { + background-color: #09192b; + background-image: none; + } + /* source #3: "transparent", "#5e60ba" */ + .zhc-badge--estimate-closed { + background-color: transparent; + border-color: #8368aa; + } + /* source #3: "transparent", "#e9e9e9" */ + .zhc-badge--estimate-average { + background-color: transparent; + border-color: #233a55; + } + /* source #3: "#ddd" */ + .zhc-badge--issue-count { + background-color: #06111d; + } + /* source #3: "transparent" */ + .zhc-badge--epic-points { + background-color: transparent; + } + /* source #3: "color: #000" */ + .zhc-badge--epic-points .zhc-badge__value { + color: #f0f0f0; + } + /* source #3: "color: #dbdbdb66", "#fcf9e4", "#faebcc" */ + .zhc-banner { + color: #dbdbdb94; + background-color: #321; + border-color: #542; + } + /* source #3: "color: #333" */ + .zhc-banner strong { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-banner--neutral { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-board-loading__pipeline-section { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66", "#fff", "#e9e9e9" */ + .zhc-board-loading__message { + color: #dbdbdb94; + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "box-shadow: none" */ + .zhc-board-loading__message .zhc-spinner-outline { + box-shadow: none; + } + /* source #3: "#f8f8f8" */ + .zhc-board-onboarding--mobile { + background-color: #122235; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-board-onboarding--mobile .zhc-board-onboarding__content__text__description { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-breadcrumbs--default .zhc-breadcrumbs__button { + border-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-breadcrumbs--default .zhc-breadcrumbs__button--active, + .zhc-breadcrumbs--default .zhc-breadcrumbs__button:hover { + background-color: #122235; + border-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-breadcrumbs--extension-topbar, + .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button { + border-color: transparent; + } + /* source #3: "#e9e9e9", "#f4f4f4" */ + .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button:hover { + border-color: #233a55; + background-color: #361c2b; + } + /* source #3: "transparent", "transparent" */ + .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button.zhc-breadcrumbs__button--untitled-workspace:hover { + border-color: transparent; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button--active { + background-color: #122235; + border-color: #233a55; + } + /* source #3: "#ccc" */ + .zhc-breadcrumbs__button__untitled-tag { + background-color: #484848; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-breadcrumbs__divider { + color: #dbdbdb94; + } + /* source #3: "transparent", "transparent" */ + .zhc-breadcrumbs--workspace-phase-3-off.zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#fff", "#ddd" */ + .zhc-burndown-chart__placeholder, .zhc-burndown-chart__placeholder__message { + background-color: #09192b; + background-image: none; + } + .zhc-burndown-chart__placeholder__message { + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-burndown-chart__stats { + border-left-color: #233a55; + } + /* source #3: "#e9e9e9" */ + @media (max-width: 759px) { + .zhc-burndown-chart__stats:first-child { + border-bottom-color: #233a55; + } + } + /* source #3: "color: #333" */ + .zhc-burndown-chart__stats__detail strong { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-burndown-report-header__divider-icon { + color: #dbdbdb94; + } + /* source #3: "color: #333", "#e9e9e9", "#fff", "#e9e9e9" */ + .zhc-button { + border-color: #233a55; + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-button, .zhc-button:active, .zhc-button:focus, .zhc-button:hover { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button[disabled], .zhc-button[disabled]:active, + .zhc-button[disabled]:focus, .zhc-button[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "transparent", "transparent", "box-shadow: none" */ + .zhc-button--variant-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ + .zhc-button--variant-text[disabled] { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--variant-text[disabled]:active, + .zhc-button--variant-text[disabled]:focus, + .zhc-button--variant-text[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "transparent", "transparent" */ + .zhc-button--variant-text:active, .zhc-button--variant-text:focus, + .zhc-button--variant-text:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-primary[disabled], + .zhc-button--color-primary[disabled]:active, + .zhc-button--color-primary[disabled]:focus, + .zhc-button--color-primary[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "transparent", "transparent", "box-shadow: none" */ + .zhc-button--color-primary.zhc-button--variant-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ + .zhc-button--color-primary.zhc-button--variant-text[disabled] { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-primary.zhc-button--variant-text[disabled]:active, + .zhc-button--color-primary.zhc-button--variant-text[disabled]:focus, + .zhc-button--color-primary.zhc-button--variant-text[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "transparent", "transparent" */ + .zhc-button--color-primary.zhc-button--variant-text:active, + .zhc-button--color-primary.zhc-button--variant-text:focus, + .zhc-button--color-primary.zhc-button--variant-text:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#fff", "#5e60ba" */ + .zhc-button--color-primary.zhc-button--variant-outlined { + background-color: #09192b; + background-image: none; + border-color: #8368aa; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-primary.zhc-button--variant-outlined[disabled], + .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:active, + .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:focus, + .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "#fff", "#5e60ba" */ + .zhc-button--color-primary.zhc-button--variant-outlined:active, + .zhc-button--color-primary.zhc-button--variant-outlined:focus, + .zhc-button--color-primary.zhc-button--variant-outlined:hover { + background-color: #09192b; + background-image: none; + border-color: #8368aa; + } + /* source #3: "#f8f8f8", "#e9e9e9", "color: #dbdbdb66" */ + .zhc-button--color-secondary { + background-color: #122235; + border-color: #233a55; + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-button--color-secondary:active, .zhc-button--color-secondary:focus, + .zhc-button--color-secondary:hover { + background-color: #233a55; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-secondary[disabled], + .zhc-button--color-secondary[disabled]:active, + .zhc-button--color-secondary[disabled]:focus, + .zhc-button--color-secondary[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "color: #dbdbdb66", "transparent", "transparent", "box-shadow: none" */ + .zhc-button--color-secondary.zhc-button--variant-text { + color: #dbdbdb94; + background-color: transparent; + border-color: transparent; + box-shadow: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ + .zhc-button--color-secondary.zhc-button--variant-text[disabled] { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-secondary.zhc-button--variant-text[disabled]:active, + .zhc-button--color-secondary.zhc-button--variant-text[disabled]:focus, + .zhc-button--color-secondary.zhc-button--variant-text[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "color: #333", "transparent", "transparent" */ + .zhc-button--color-secondary.zhc-button--variant-text:active, + .zhc-button--color-secondary.zhc-button--variant-text:hover { + color: #dbdbdbEE; + background-color: transparent; + border-color: transparent; + } + /* source #3: "transparent", "transparent" */ + .zhc-button--color-secondary.zhc-button--variant-text:focus { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#fff", "#fff", "color: #333", "#e9e9e9" */ + .zhc-button--color-secondary.zhc-button--variant-outlined { + background-color: #09192b; + background: #09192b; + background-image: none; + color: #dbdbdbEE; + border-color: #233a55; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-secondary.zhc-button--variant-outlined[disabled], + .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:active, + .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:focus, + .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "#fff" */ + .zhc-button--color-secondary.zhc-button--variant-outlined:active, + .zhc-button--color-secondary.zhc-button--variant-outlined:focus, + .zhc-button--color-secondary.zhc-button--variant-outlined:hover { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-action[disabled], + .zhc-button--color-action[disabled]:active, + .zhc-button--color-action[disabled]:focus, + .zhc-button--color-action[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "transparent", "transparent", "box-shadow: none" */ + .zhc-button--color-action.zhc-button--variant-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ + .zhc-button--color-action.zhc-button--variant-text[disabled] { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-action.zhc-button--variant-text[disabled]:active, + .zhc-button--color-action.zhc-button--variant-text[disabled]:focus, + .zhc-button--color-action.zhc-button--variant-text[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "transparent", "transparent" */ + .zhc-button--color-action.zhc-button--variant-text:active, + .zhc-button--color-action.zhc-button--variant-text:focus, + .zhc-button--color-action.zhc-button--variant-text:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-button--color-action.zhc-button--variant-outlined { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-action.zhc-button--variant-outlined[disabled], + .zhc-button--color-action.zhc-button--variant-outlined[disabled]:active, + .zhc-button--color-action.zhc-button--variant-outlined[disabled]:focus, + .zhc-button--color-action.zhc-button--variant-outlined[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "#fff" */ + .zhc-button--color-action.zhc-button--variant-outlined:active, + .zhc-button--color-action.zhc-button--variant-outlined:focus, + .zhc-button--color-action.zhc-button--variant-outlined:hover { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-danger[disabled], + .zhc-button--color-danger[disabled]:active, + .zhc-button--color-danger[disabled]:focus, + .zhc-button--color-danger[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "transparent", "transparent", "box-shadow: none" */ + .zhc-button--color-danger.zhc-button--variant-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none", "transparent" */ + .zhc-button--color-danger.zhc-button--variant-text[disabled] { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + background-color: transparent; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-danger.zhc-button--variant-text[disabled]:active, + .zhc-button--color-danger.zhc-button--variant-text[disabled]:focus, + .zhc-button--color-danger.zhc-button--variant-text[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "transparent", "transparent" */ + .zhc-button--color-danger.zhc-button--variant-text:active, + .zhc-button--color-danger.zhc-button--variant-text:focus, + .zhc-button--color-danger.zhc-button--variant-text:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-button--color-danger.zhc-button--variant-outlined { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9", "box-shadow: none" */ + .zhc-button--color-danger.zhc-button--variant-outlined[disabled], + .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:active, + .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:focus, + .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:hover { + background-color: #122235; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "#fff", "#e9e9e9", "color: #333", "#f8f8f8", "#e9e9e9" */ + .zhc-button--color-danger.zhc-button--variant-outlined:active, + .zhc-button--color-danger.zhc-button--variant-outlined:focus, + .zhc-button--color-danger.zhc-button--variant-outlined:hover, + .zhc-button--color-inactive { + background-color: #09192b; + background-image: none; + } + .zhc-button--color-inactive { + color: #dbdbdbEE; + background-color: #122235; + border-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-button--color-inactive:active, .zhc-button--color-inactive:focus, + .zhc-button--color-inactive:hover { + background-color: #09192b; + background-image: none; + background-color: #122235; + border-color: #233a55; + } + /* source #3: "box-shadow: none" */ + .zhc-button-group > * { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-cancellation-notice__text { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-chart-container { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-chart-container__header { + background-color: #361c2b; + border-bottom-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-chart-container__info-toggle { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-chart-container__footer { + border-top-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-chart-legend__item { + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + @media (max-width: 759px) { + .zhc-chart-legend__item:nth-child(even) { + border-left-color: #233a55; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 760px) and (max-width: 1019px) { + .zhc-chart-legend__item:not(:nth-child(4n)) { + border-right-color: #233a55; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 1020px) { + .zhc-chart-legend__item:not(:nth-child(5n)) { + border-right-color: #233a55; + } + } + /* source #3: "#e9e9e9" */ + .zhc-chart-stats__stat { + border-right-color: #233a55; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-chart-info__wrapper { + background: #122235; + border-bottom-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-chart-info__close { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-chart-legend::after { + background: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-chart-legend .zhc-dropdown, .zhc-chart-legend display flex { + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + @media (max-width: 759px) { + .zhc-chart-legend .zhc-dropdown:nth-child(odd), + .zhc-chart-legend display flex:nth-child(odd) { + border-right-color: #233a55; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 760px) and (max-width: 1019px) { + .zhc-chart-legend .zhc-dropdown:not(:nth-child(4n)), + .zhc-chart-legend display flex:not(:nth-child(4n)) { + border-right-color: #233a55; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 1020px) { + .zhc-chart-legend .zhc-dropdown:not(:nth-child(5n)), + .zhc-chart-legend display flex:not(:nth-child(5n)) { + border-right-color: #233a55; + } + } + /* source #3: "none", "#fff" */ + .zhc-chart-legend .zhc-dropdown .zhc-selection-button { + background-color: #09192b; + background-image: none; + } + /* source #3: "#5e60ba" */ + .zhc-chart-legend-icon--dashed { + border-bottom-color: #8368aa; + } + /* source #3: "#fff" */ + .zhc-chart-legend-icon--check::after { + border-color: #09192b; + } + /* source #3: "#fff" */ + .zhc-chart-legend-icon--disabled { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-chart-legend__labels { + border-bottom-color: #233a55; + } + /* source #3: "#f8f8f8" */ + .zhc-chart-legend__labels--notselected { + background-color: #122235; + } + /* source #3: "#e9e9e9" */ + @media (max-width: 759px) { + .zhc-chart-legend__labels:nth-child(odd) { + border-right-color: #233a55; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 760px) and (max-width: 1019px) { + .zhc-chart-legend__labels:not(:nth-child(4n)) { + border-right-color: #233a55; + } + } + /* source #3: "#e9e9e9" */ + @media (min-width: 1020px) { + .zhc-chart-legend__labels:not(:nth-child(5n)) { + border-right-color: #233a55; + } + } + /* source #3: "#e9e9e9" */ + .zhc-chart-legend__labels-label-item:hover { + background-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-chart-legend__labels-x { + color: #dbdbdb94; + } + /* source #3: "rgba(0,0,0,0.8)" */ + .zhc-chart-tooltip { + background-color: #361c2b; + } + /* source #3: "#ccc" */ + .zhc-checkbox-toggle::before { + background-color: #484848; + } + /* source #3: "#fff" */ + .zhc-checkbox-toggle::after { + background-color: #09192b; + background-image: none; + } + /* source #3: "#5e60ba" */ + .zhc-checkbox-toggle--is-active::after, + .zhc-checkbox-toggle--is-active::before { + border-color: #8368aa; + } + /* source #3: "#e9e9e9" */ + .zhc-checkout-box__input { + border-color: #233a55; + } + /* source #3: "box-shadow: none" */ + .zhc-checkout-box__input input:focus { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-checkout-box__input-button { + color: #dbdbdb94; + } + /* source #3: "#5e60ba" */ + .zhc-checkout-box__update-quantity__input { + border-color: #8368aa; + } + /* source #3: "#f4f4f4" */ + .zhc-checkout-box__plan--active { + background-color: #361c2b; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-checkout-box__cancel, .zhc-checkout-box__card-number, + .zhc-checkout-box__meta { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-chip--outlined { + border-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-chip--outlined, .zhc-choose-organization { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-choose-organization__learn-more, + .zhc-choose-organization__section + .zhc-choose-organization__section { + border-top-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-organization-item { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-organization-item:hover { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-organization-item__content .zhc-avatar { + border-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-organization-item__name { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-organization-item__personal { + color: #dbdbdb94; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-collapsible__content { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-collapsible-control { + border-color: transparent; + } + /* source #3: "transparent" */ + .zhc-collapsible-control--button { + background-color: transparent; + } + /* source #3: "color: #333" */ + .zhc-collapsible-control:hover.zhc-collapsible-control--grey:not(.zhc-collapsible-control--border) { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-collapsible-control:hover.zhc-collapsible-control--border { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9", "#fff" */ + @media (max-width: 759px) { + .zhc-collapsible-control { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + } + /* source #3: "#e9e9e9" */ + .zhc-collapsible-control__main-icon { + border-color: #233a55; + } + /* source #3: "#fff", "color: #333" */ + .zhc-confetti-announcement { + background-color: #09192b; + background-image: none; + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-confetti-announcement .zhc-confetti-announcement__close:hover { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-confirmation-modal { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-consent-form { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "color: #333" */ + .zhc-consent-form__title { + border-top-color: #233a55; + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-consent-form__checkbox input { + border-color: #233a55; + } + /* source #3: "box-shadow: none" */ + @media (min-width: 1020px) { + .zhc-control-chart .zhc-control-chart__left-axis { + box-shadow: none; + } + } + /* source #3: "transparent" */ + .zhc-control-chart-report .zhc-dropdown--ccr-pipelines .zhc-selection-item--is-disabled { + background-color: transparent; + } + /* source #3: "color: #333" */ + .zhc-control-chart-report__chart_stat .zhc-chart-emphasis { + color: #dbdbdbEE; + } + /* source #3: "box-shadow: none" */ + @media (min-width: 1020px) { + .zhc-cumulative-chart__left-axis { + box-shadow: none; + } + } + /* source #3: "border: 1px solid" */ + .zhc-color-square { + border-color: #09192b; + } + /* source #3: "#fff" */ + .zhc-billing { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-billing__period, .zhc-billing__title { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8" */ + .zhc-dashboard-nav .zhc-org-dropdown__toggle-button { + border-color: #233a55; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-dashboard-nav .zhc-org-dropdown__toggle-button:hover { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-dashboard-nav__section { + border-bottom-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dashboard-nav__item--secondary { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-dashboard-topbar { + background-color: #09192b; + background-image: none; + border-bottom-color: #233a55; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .DateRangePickerInput { + background: #122235; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + @media (min-width: 760px) { + .DateRangePickerInput .DateRangePicker_picker { + border-color: #233a55; + } + } + /* source #3: "none", "color: #dbdbdb66" */ + .DateInput, .DateRangePickerInput_arrow::after { + color: #dbdbdb94; + } + /* source #3: "none" */ + .DateInput, .DateInput .DateInput_input { + background: none; + } + /* source #3: "color: #dbdbdb66" */ + .DateInput .DateInput_displayText__has-input { + color: #dbdbdb94; + } + /* source #3: "color: #dbdbdb66", "#e9e9e9" */ + .DayPicker__horizontal .DayPicker_nav__next, + .DayPicker__horizontal .DayPicker_nav__prev { + color: #dbdbdb94; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66", "#e9e9e9" */ + .CalendarDay, .CalendarMonth_caption { + color: #dbdbdb94; + } + .CalendarDay { + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .DayPicker_weekHeader { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-date-selector .DayPicker, .zhc-date-selector .DayPicker--horizontal { + background: #09192b; + background-image: none; + } + /* source #3: "#faebcc", "#fcf9e4" */ + .zhc-add-dependency__error-message { + border-color: #542; + background-color: #321; + } + /* source #3: "color: #333" */ + .zhc-add-dependency__error-message .zhu-font-bold { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dependency-color-grey { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + @media (min-width: 760px) { + .zhc-dependency-issue-selector__search .zhc-search { + background-color: transparent; + } + } + /* source #3: "box-shadow: none" */ + .zhc-dependency-issue-selector__search .zhc-search input[type="text"]:focus { + box-shadow: none; + } + /* source #3: "#fff" */ + .zhc-dependency-issue-selector__issues__container { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dependency-issue-selector__issue-item-pipeline .zhc-svg-icon, + .zhc-dependency-list__issue--completed .zhc-dependency-list__issue__title a { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-dependency-item-simple .zhc-selection-item { + border-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-dependency-item-simple .zhc-selection-item:hover { + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dependency-item-simple a { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-dependency-item-simple__header { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-dependency { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dependency-type-dropdown { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-dependency-type-dropdown__control { + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-dependency-type-dropdown__control .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-dependency-type-dropdown__list { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-dependency-type-dropdown__list__item { + border-color: #233a55; + } + /* source #3: "#fff" */ + @media (max-width: 759px) { + .zhc-add-dependency { + background-color: #09192b; + background-image: none; + } + } + /* source #3: "transparent" */ + .zhc-dropdown__clear-filter { + background: transparent; + } + /* source #3: "none" */ + .zhc-dropdown__clear-filter:hover { + background-image: none; + } + /* source #3: "color: #dbdbdb66", "transparent" */ + .zhc-dropdown-switch-item__switch { + color: #dbdbdb94; + border-color: transparent; + } + /* source #3: "color: #333" */ + .zhc-empty-state h1 { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-epic-list { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-epic-list .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-epic-list__epic-icon { + background-color: #233a55; + border-color: #09192b; + } + /* source #3: "color: #333" */ + .zhc-epic-pipeline-list--item__title, .zhc-error-page__header__description, + .zhc-error-page__header__title { + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-feature-alert--new-workspace::after { + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-feature-announcement { + background: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-feature-announcement__x:hover { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8" */ + .zhc-feature-announcement__image { + background: #122235; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-filter-expand-button { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-filter-tag { + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-filter-tag .zhc-svg-icon--x { + color: #dbdbdb94; + } + /* source #3: "color: #dbdbdb66", "transparent" */ + .zhc-filter-tag__text { + color: #dbdbdb94; + background-color: transparent; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-filter-tags__options { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66" */ + .zhc-footer__wrapper { + border-top-color: #233a55; + color: #dbdbdb94; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-footer__terms a { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-icon--has-notification::after { + border-color: #09192b; + } + /* source #3: "#fff", "color: #dbdbdb66" */ + .zhc-info-alert { + background-color: #09192b; + background-image: none; + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-info-alert--pointer::after, .zhc-info-alert--pointer::before { + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-info-alert--pointer--left::after { + border-right-color: #09192b; + } + /* source #3: "#fff" */ + .zhc-info-alert--pointer--right::after { + border-left-color: #09192b; + } + /* source #3: "#fff" */ + .zhc-info-alert--pointer--top::after { + border-bottom-color: #09192b; + } + /* source #3: "#fff" */ + .zhc-info-alert--pointer--bottom::after { + border-top-color: #09192b; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-integration-repo-selector__repos__container, + .zhc-integrations .zhc-integrations-section { + background-color: #09192b; + background-image: none; + } + .zhc-integrations .zhc-integrations-section { + border-color: #233a55; + } + /* source #3: "#f4f4f4" */ + .zhc-integrations .zhc-integrations-section input { + background: #361c2b; + } + /* source #3: "box-shadow: none" */ + .zhc-integrations-section .zhc-integrations-section__form--error input:focus { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-integrations-section .zhc-integrations-section__form-label { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-integrations-item { + border-bottom-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-integrations-item .zhc-integrations__hook:first-child:not(:last-child), + .zhc-integrations-item .zhc-integrations__repo, + .zhc-integrations-item .zhc-integrations__service { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66" */ + .zhc-integrations-list__header { + border-bottom-color: #233a55; + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-invite-link-modal { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-invite-link-modal__sharing-link { + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-invite-link-modal__icon { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8" */ + .invite-link-footer { + background: #122235; + } + /* source #3: "color: #dbdbdb66" */ + .invite-link-footer__link .zhc-input { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-invite-your-team { + background-color: #09192b; + background-image: none; + } + /* source #3: "#fff","rgba(0,0,0,0)", "#fff","rgba(0,0,0,0)" */ + .zhc-invite-your-team__scrollable-section { + background: linear-gradient(#09192b; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #09192b; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#09192b; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #09192b; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-invite-your-team-section--suggested:not(.zhc-invite-your-team-section--empty) { + background: #122235; + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-invite-your-team__controls { + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-invite-your-team-item { + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-invite-your-team-item--toggle-text { + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-invitees-list { + border-bottom-color: #233a55; + } + /* source #3: "box-shadow: none" */ + .zhc-invitees-list input:focus { + box-shadow: none; + } + /* source #3: "color: #333" */ + .zhc-invitee-input { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-issue-card { + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#5e60ba" */ + .zhc-issue-card--options-open { + border-color: #8368aa; + } + /* source #3: "#5e60ba", "#e9e9e9" */ + .zhc-issue-card__action-notification { + border-left-color: #8368aa; + border-top-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-issue-card__action-notification .zhc-icon--has-notification::after, + .zhc-issue-card__action-notification .zhc-icon--notification::after, + .zhc-issue-card__action-notification .zhc-issue-card__action-notification__has-notification::after { + border-color: #09192b; + } + /* source #3: "#5e60ba" */ + .zhc-issue-card--multi-active, .zhc-issue-card--multi-active::after { + border-color: #8368aa; + } + /* source #3: "#e9e9e9", "#ddd" */ + .zhc-issue-card--is-dragging { + background-color: #233a55; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-issue-card__main { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-issue-card__meta { + border-top-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-issue-card__issue-title { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-issue-card__assignees .zhc-avatar, + .zhc-issue-card__assignees .zhc-issue-card__multiple-assignees { + border-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-issue-card__heading__main { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-issue-card__actions__btn { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-issue-card__epic-filter { + color: #dbdbdbEE; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-issue-card__connected-pull-request { + background-color: #122235; + border-color: #233a55; + } + /* source #3: "#fff","rgba(0,0,0,0)", "#fff","rgba(0,0,0,0)" */ + .zhc-selection-list-deprecated--issue-card-actions .zhc-selection-list-deprecated__body .zhc-selection-list-deprecated__list { + background: linear-gradient(#09192b; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #09192b; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#09192b; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #09192b; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; + } + /* source #3: "box-shadow: none" */ + .zhc-issue-cards:focus { + box-shadow: none; + } + /* source #3: "#ddd" */ + .zhc-issue-cards::-webkit-scrollbar, + .zhc-issue-cards::-webkit-scrollbar-thumb { + background: #06111d; + } + /* source #3: "#f4f4f4" */ + .zhc-issue-cards::-webkit-scrollbar-track { + background: #361c2b; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-add-comment { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-add-comment__username { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-comment { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-comment__username { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-comment__timestamp, .zhc-comment__timestamp a { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-edit-comment__preview, .zhc-edit-comment__textarea { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-edit-comment__file-upload { + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-discussion-events__icon, .zhc-edit-comment__tag-loading { + border-color: #233a55; + } + /* source #3: "#6a737d" */ + .zhc-discussion-events__icon--grey, .zhc-discussion-events__icon--grey-dark { + background-color: #444; + } + /* source #3: "#24292e" */ + .zhc-discussion-events__icon--grey-darker { + background-color: #09192b; + } + /* source #3: "transparent", "#e9e9e9" */ + .zhc-edit-issue__title-input { + background-color: transparent; + border-bottom-color: #233a55; + } + /* source #3: "#ffd33d" */ + .zhc-issue-badge--pr-draft { + background-color: #cb4; + color: #dbdbdbAA; + } + /* source #3: "color: #333" */ + .zhc-issue-description { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-issue-meta { + border-bottom-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-issue-meta__username { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-modal__body.zhc-issue-modal__body--extension { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-issue-modal__header__toggle-sidebar .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-issue-sidebar .zhc-sidebar-selector { + border-bottom-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-new-issue-body__username { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-new-issue-body__title-input { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-issue-item .zhc-svg-icon--board { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-issue-item__title { + color: #dbdbdbEE; + } + /* source #3: "none" */ + .zhc-sidebar-assignee-selector .zhc-sidebar-assignee-selector_active_assignees { + background: none; + } + /* source #3: "color: #333" */ + .zhc-sidebar-assign-yourself--read-only:hover { + color: #dbdbdbEE; + } + /* source #3: "none" */ + .zhc-sidebar-selector { + background: none; + } + /* source #3: "color: #333" */ + .zhc-sidebar-epic-selector .zhc-sidebar-active-epics a { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-create-estimate-item__content .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-sidebar-pipeline-selector__label { + color: #dbdbdbEE; + } + /* source #3: "color: #586069" */ + .discussion-sidebar-item .zhc-sidebar-pipeline-selector__label { + color: #dbdbdbCC; + } + /* source #3: "color: #333" */ + .zhc-sidebar-active-pipeline__name { + color: #dbdbdbEE; + } + /* source #3: "color: #333", "none" */ + .zhc-sidebar-pipeline-selector__button { + color: #dbdbdbEE; + background: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-sidebar-pipeline-selector__button .zhc-svg-icon--gear:hover { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-sidebar-pipeline-selector__button--disabled:active, + .zhc-sidebar-pipeline-selector__button--disabled:active .zhc-sidebar-active-pipeline__name, + .zhc-sidebar-pipeline-selector__button--disabled:focus, + .zhc-sidebar-pipeline-selector__button--disabled:focus .zhc-sidebar-active-pipeline__name, + .zhc-sidebar-pipeline-selector__button--disabled:hover, + .zhc-sidebar-pipeline-selector__button--disabled:hover .zhc-sidebar-active-pipeline__name { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-sidebar-active-pipeline__direction .zhc-priority-icon--hovered:not(.zhc-priority-icon--has-priority) .zhc-priority-icon__pin-icon, + .zhc-sidebar-active-pipeline__direction .zhc-priority-icon:hover:not(.zhc-priority-icon--has-priority) .zhc-priority-icon__pin-icon { + color: #dbdbdb94; + } + /* source #3: "color: #586069" */ + .discussion-sidebar-item .zhc-sidebar-selector-button { + color: #dbdbdbCC; + } + /* source #3: "color: #333", "none" */ + .zhc-sidebar-selector-button { + color: #dbdbdbEE; + background: none; + } + /* source #3: "color: #333" */ + .zhc-sidebar-selector-button:active:disabled .zhc-sidebar-selector-button__heading, + .zhc-sidebar-selector-button:focus:disabled .zhc-sidebar-selector-button__heading, + .zhc-sidebar-selector-button:hover:disabled .zhc-sidebar-selector-button__heading { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-sidebar-selector-button:active .zhc-svg-icon--gear-github, + .zhc-sidebar-selector-button:focus .zhc-svg-icon--gear-github, + .zhc-sidebar-selector-button:hover .zhc-svg-icon--gear-github { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-sidebar-selector-button--no-hover:active .zhc-sidebar-selector-button__heading, + .zhc-sidebar-selector-button--no-hover:focus .zhc-sidebar-selector-button__heading, + .zhc-sidebar-selector-button--no-hover:hover .zhc-sidebar-selector-button__heading { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-issues-list { + border-color: #233a55; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-issues-list__header { + background-color: #361c2b; + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-issues-list-item__wrapper { + border-top-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-issues-list-item { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f8f8f8" */ + .zhc-issues-list-item:hover { + background-color: #122235; + } + /* source #3: "color: #333" */ + .zhc-issues-list-item__issue_number, .zhc-issues-list-item__title a { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-item-table { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#f4f4f4" */ + .zhc-item-table__header { + background-color: #361c2b; + } + /* source #3: "#e9e9e9" */ + .zhc-item-table__cell, .zhc-item-table__column-title { + border-bottom-color: #233a55; + } + /* source #3: "#f8f8f8" */ + .zhc-item-table__row--closed { + background-color: #122235; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-item-table__meta-title { + color: #dbdbdb94; + } + /* source #3: "box-shadow: none" */ + .zhc-link-button:active, .zhc-link-button:focus, .zhc-link-button:hover { + box-shadow: none; + } + /* source #3: "color: #000" */ + .zhc-loading__header { + color: #f0f0f0; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-manage-plan__offer, .zhc-manage-plan__summary { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-manage-plan__renewal-date, .zhc-manage-plan__subtitle { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-manage-plan__renewal-date strong { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-manage-plan__team-members { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-manage-plan__licensed-members, .zhc-manage-plan__team-members-header { + border-color: #233a55; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-team-member__options-icon-wrapper--active, + .zhc-team-member__options-icon-wrapper:hover { + background-color: #122235; + border-color: #233a55; + } + /* source #3: "#fcf9e4", "#faebcc" */ + .zhc-manage-plan__non-licensed-members { + background-color: #321; + border-color: #542; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-markdown-toolbar__item:active, .zhc-markdown-toolbar__item:focus, + .zhc-markdown-toolbar__item:hover { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + @media (max-width: 759px) { + .zhc-menu-bar-item--search-bar { + border-top-color: #233a55; + } + } + /* source #3: "#fff" */ + @media (max-width: 759px) { + .zhc-menu-container__modal--is-open .zhc-menu-container__modal-wrapper { + background-color: #09192b; + background-image: none; + } + } + /* source #3: "#fff" */ + .zhc-menu-container__header, + .zhc-menu-container__modal--is-open .zhc-menu-bar-item:not(.zhc-menu-bar-item--filter-tags) .zhc-btn:not(.zhc-btn--action), + .zhc-menu-container__modal--is-open .zhc-menu-bar-item:not(.zhc-menu-bar-item--filter-tags) .zhc-btn:not(.zhc-btn--action):hover { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-merge-repo-finder { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-merge-repo-finder__container { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-merge-repo-finder__header, .zhc-merge-repo-finder__header__text { + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-merge-repo-finder__cancel { + background: transparent; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-merge-repo-finder__cancel .zhc-svg-icon--x:hover { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-merge-repo-finder-input__label { + color: #dbdbdbEE; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-merge-repo-finder-input__text-input { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#f8f8f8" */ + .zhc-merging-tool { + background-color: #122235; + } + /* source #3: "#fcf9e4", "#faebcc", "color: #dbdbdb66" */ + .zhc-merging-tool__warning { + background-color: #321; + border-bottom-color: #542; + color: #dbdbdb94; + } + /* source #3: "#f8f8f8" */ + .zhc-merging-tool__buttons { + background-color: #122235; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-merging-tool-pipeline { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-merging-tool-pipeline--is-new { + background-color: #122235; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-merging-tool-pipeline__header, + .zhc-merging-tool-pipeline__header--is-edit { + border-bottom-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-merging-tool-pipeline--placeholder, + .zhc-merging-tool-pipeline--placeholder .zhc-pipeline-header__main { + background-color: transparent; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-merging-tool-pipeline--add__input { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9", "#ddd", "box-shadow: none" */ + .zhc-merging-tool-pipeline-card--is-dragging .zhc-merging-tool-pipeline-card__body { + background-color: #233a55; + border-color: #233a55; + box-shadow: none; + } + /* source #3: "#e9e9e9", "#f8f8f8" */ + .zhc-merging-tool-pipeline-card__body { + border-color: #233a55; + background-color: #122235; + } + /* source #3: "color: #333" */ + .zhc-merging-tool-pipeline-card__repo-name { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-merging-tool-pipeline-card__issue-count { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-merging-tool-pipeline-card--all-issues .zhc-merging-tool-pipeline-card__issue-count { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-merging-tool-pipeline-card__buttons { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-merging-tool-repo-dropdown::after { + border-right-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper .zhc-selection-item { + border-bottom-color: #233a55; + } + /* source #3: "#f4f4f4", "#e9e9e9", "transparent" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper .zhc-selection-item:hover { + background-color: #361c2b; + border-color: transparent #233a55 #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper:first-child .zhc-selection-item:hover { + border-top-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper:last-child .zhc-selection-item { + border-bottom-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper:last-child .zhc-selection-item:hover { + border-bottom-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-button { + color: #dbdbdbEE; + } + /* source #3: "#f4f4f4" */ + .zhc-merging-tool-repo-dropdown .zhc-selection-button:disabled { + background-color: #361c2b; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-merging-tool-repo-dropdown__org-name { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-merging-tool-repo-dropdown__repo-name { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-milestone-modal__characters-left { + color: #dbdbdb94; + } + /* source #3: "color: #4183c4" */ + .zhc-milestone-modal__connected-repos__select-repos { + color: rgba(79, 140, 201, 0.9); + color: rgba(/*[[base-color-rgb]]*/, 0.9); + } + /* source #3: "#e9e9e9" */ + .zhc-milestone-modal__info input, .zhc-milestone-modal__info textarea { + border-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-milestone-modal__info input { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-milestone-panel { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-milestone-panel__title, .zhc-milestone-start-date__date { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-milestone-title__description { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-modal__header { + background-color: #09192b; + background-image: none; + border-bottom-color: #233a55; + } + /* source #3: "#f8f8f8" */ + .zhc-modal__header--no-title { + background-color: #122235; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-modal__header__close:hover { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-modal__header__close .zhc-svg-icon:hover { + color: #dbdbdbEE; + } + /* source #3: "#f8f8f8" */ + .zhc-modal__body { + background-color: #122235; + } + /* source #3: "#fff" */ + .zhc-multi-action-footer { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-multi-action-placeholder__primary-text { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-multi-action-status, .zhc-my-info__delete p, .zhc-my-info__gh-info-text, + .zhc-my-info__terms { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-app-notification { + border-bottom-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#f8f8f8" */ + .zhc-app-notification:hover { + background: #122235; + } + /* source #3: "box-shadow: none" */ + .zhc-app-notification:focus { + box-shadow: none; + } + /* source #3: "color: #333" */ + .zhc-app-notification__title, .zhc-notifications-body__header__title { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-notifications-body__manage { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-notifications-manager__item { + border-bottom-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-notifications-manager__item-name { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-notifications-manager__item-status { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-notifications-manager__header { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-subscription-menu__item { + border-bottom-color: #233a55; + } + /* source #3: "#f4f4f4" */ + .zhc-subscription-menu__item:hover { + background-color: #361c2b; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-notifications-sidebar__item, .zhc-subscription-menu-item__title, + .zhc-subscription-menu__item-title { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-notifications-sidebar__item:hover { + background-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-notifications-sidebar__header { + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-repo-notifications { + border-color: #233a55; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-repo-notifications__header { + background-color: #361c2b; + border-bottom-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-repo-notifications--single-repo .zhc-repo-notifications__header { + background-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-repo-notifications--single-repo .zhc-repo-notifications__load-more, + .zhc-repo-notifications--single-repo .zhc-repo-notifications__notification-list { + border-color: #233a55; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-repo-notifications__load-more { + border-top-color: #233a55; + } + /* source #3: "#fff" */ + .zh-onboarding-banner__progress-dot, .zhc-repo-notifications__load-more { + background-color: #09192b; + background-image: none; + } + /* source #3: "transparent" */ + @media (max-width: 759px) { + .zh-onboarding-banner__next-step .zhc-click-text-item { + background-color: transparent; + } + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-onboarding-page .zhc-sidebar-container { + background: #09192b; + background-image: none; + border-right-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-org-dropdown__toggle-button--bordered { + border-color: #233a55; + } + /* source #3: "none" */ + @media (max-width: 759px) { + .zhc-page-container { + background-image: none; + } + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-pipeline { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-pipeline--add__input { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-pipeline--add-placeholder .zhc-pipeline-header__main { + background-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-pipeline--is-collapsed .zhc-pipeline-header__collapsed-actions { + border-bottom-color: #233a55; + } + /* source #3: "color: #4183c4" */ + .zhc-pipeline__load-more { + color: rgba(79, 140, 201, 0.9); + color: rgba(/*[[base-color-rgb]]*/, 0.9); + } + /* source #3: "transparent" */ + .zhc-pipeline__button { + background-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-pipeline-body { + border-top-color: #233a55; + } + /* source #3: "#f4f4f4" */ + .zhc-pipeline-sorted-placeholder { + background-color: #361c2b; + } + /* source #3: "#e9e9e9" */ + .zhc-pipeline-form { + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9", "color: #333" */ + .zhc-pipeline-form__input, .zhc-pipeline-form__text-area { + border-color: #233a55; + color: #dbdbdbEE; + } + /* source #3: "#f4f4f4" */ + .zhc-pipeline-header { + background: #361c2b; + } + /* source #3: "box-shadow: none" */ + .zhc-pipeline-header__form__edit { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-pipeline-header__meta { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-pipeline-sort-status { + border-top-color: #233a55; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-popover { + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-progress-bar { + background-color: #233a55; + } + /* source #3: "#ccc" */ + .zhc-progress-dot { + background-color: #484848; + } + /* source #3: "transparent" */ + .zhc-pr-issue-connector__info::after, .zhc-pr-issue-connector__info::before { + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-pr-issue-connector__info::after { + border-right-color: #09192b; + } + /* source #3: "color: #333" */ + .zhc-pr-issue-connector__issue__title a { + color: #dbdbdbEE; + } + /* source #3: "#ccc" */ + .zhu-radio-button__container:hover input { + background-color: #484848; + } + /* source #3: "#5e60ba" */ + .zhu-radio-button__container input { + border-color: #8368aa; + } + /* source #3: "transparent", "transparent", "#e9e9e9" */ + .zhc-release-add-repos-dropdown__repo-item { + border-left-color: transparent; + border-right-color: transparent; + border-bottom-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-release-add-repos-dropdown__repo-item:first-child { + border-top-color: transparent; + } + /* source #3: "transparent" */ + .zhc-release-add-repos-dropdown__repo-item:last-child { + border-bottom-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-release-add-repos-dropdown__repo-item:hover { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-release-add-repos-dropdown__repo-item:hover:first-child { + border-top-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-release-add-repos-dropdown__repo-item:hover:last-child { + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9", "color: #333" */ + .zhc-release-connected-repos-dropdown__repo-item { + border-bottom-color: #233a55; + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-release-connected-repos-dropdown__repo-item:last-child { + border-bottom-color: transparent; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66" */ + .zhc-release-event { + border-bottom-color: #233a55; + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-release-event-link a, .zhc-release-event__item--date--highlighted, + .zhc-release-event__item.zhc-release-event__item--author, + .zhc-release-event__item.zhc-release-event__item--scope { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-release-progress__header { + border-top-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-release-progress--diff, .zhc-release-progress--no-prediction { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-release-progress__section { + border-right-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-release-progress__stats { + border-top-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-release-issues .zhc-release-issues__info-alert { + border-color: #233a55; + } + /* source #3: "#f8f8f8" */ + .zhc-release--no-issues { + background-color: #122235; + } + /* source #3: "color: #333" */ + .zhc-release--no-issues__content h2 { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-release-report__date { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-release-report__date .zhc-due-date, + .zhc-release-report__date .zhc-release-report__date__value { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-release-report-create__info, .zhc-release-report__description { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-release-report-form__desc-textarea, + .zhc-release-report-form__title-input { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-remove-filter-item { + border-bottom-color: #233a55; + } + /* source #3: "color: #000" */ + .zhc-repo-item__lock .zhc-svg-icon { + color: #f0f0f0; + } + /* source #3: "#fff" */ + .zhc-repo-overlay { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-report-loading__title { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-reports-date-range .zhc-reports-date-range__date-range { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-reports-date-range .zhc-dropdown--reports-dates .zhc-selection-list-deprecated .zhc-reports-date-range__date-range { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-reports-date-range .zhc-dropdown--reports-dates .zhc-selection-button__title .zhc-reports-date-range__date-range { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-reports-date-range .DateRangePickerInput { + background: #09192b; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-reports-date-range .CalendarMonth_caption, + .zhc-reports-date-range .DateRangePickerInput .DateInput .DateInput_input, + .zhc-reports-date-range .DayPicker_weekHeader { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-report-card { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-report-card__title { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-report-card__secondary-cta, .zhc-report-card__section { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-report-tabs { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66", "#f4f4f4" */ + .zhc-report-tabs__nav { + border-bottom-color: #233a55; + color: #dbdbdb94; + background-color: #361c2b; + } + /* source #3: "color: #333" */ + .zhc-report-tabs__nav .zhc-report-tabs__nav__item:hover { + color: #dbdbdbEE; + } + /* source #3: "color: #333", "#5e60ba" */ + .zhc-report-tabs__nav .zhc-report-tabs__nav__item--active { + color: #dbdbdbEE; + border-bottom-color: #8368aa; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-report-tabs__nav .zhc-report-tabs__nav__item--active:hover { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "color: #dbdbdb66", "#f8f8f8" */ + .zhc-report-tabs__filters { + border-bottom-color: #233a55; + color: #dbdbdb94; + background-color: #122235; + } + /* source #3: "color: #333" */ + .zhc-request-license-text { + color: #dbdbdbEE; + } + /* source #3: "#ccc" */ + .zhc-request-license__admin-list-container::after, + .zhc-request-license__admin-list-container::before { + background-color: #484848; + } + /* source #3: "#ddd" */ + .zhc-highlighter { + background-color: #06111d; + } + /* source #3: "#fff" */ + .zhc-search { + background-color: #09192b; + background-image: none; + } + /* source #3: "transparent", "#ddd" */ + .zhc-search__input { + background-color: transparent; + border-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-search__display { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#ddd" */ + .zhc-search--with-icon { + background: #361c2b; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-search-bar .zhc-svg-icon--search { + color: #dbdbdb94; + } + /* source #3: "#5e60ba" */ + .zhc-search-bar--is-active .zhc-search-bar__input { + border-color: #8368aa; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-search-bar__input { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#5e60ba" */ + .zhc-selection-button--active-filter, + .zhc-selection-button--active-filter.zhc-selection-button--active-filter { + border-color: #8368aa; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-selectable-selection-item__icon .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-selection-item { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-selection-item--is-active { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "transparent", "transparent" */ + .zhc-selection-item--is-disabled, + .zhc-selection-item--is-disabled.zhc-selection-item--is-active, + .zhc-selection-item--is-disabled:hover, .zhc-selection-item:disabled, + .zhc-selection-item:disabled.zhc-selection-item--is-active, + .zhc-selection-item:disabled:hover { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#ddd" */ + .zhc-selection-list__layout { + border-color: #233a55; + } + /* source #3: "#fff", "#ddd" */ + .zhc-selection-list__item { + background: #09192b; + background-image: none; + border-bottom-color: #233a55; + } + /* source #3: "#ddd" */ + .zhc-selection-list__item--is-highlighted { + background: #06111d; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated--footer { + border-top-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-selection-list-deprecated-header { + color: #dbdbdbEE; + } + /* source #3: "border: 1px solid", "transparent","#e9e9e9" */ + .zhc-seleciton-list-action-modifier { + border-color: transparent transparent #233a55; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-seleciton-list-action-modifier--is-hovering { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "border: 1px solid", "transparent","#e9e9e9" */ + .zhnc-selection-list-item { + border-color: transparent transparent #233a55; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhnc-selection-list-item--is-hovering { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-selection-filter { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-filter__input { + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-selection-list-deprecated { + color: #dbdbdb94; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-selection-list-deprecated--simple .zhc-selection-list-item:hover:not(.zhc-selection-item--is-disabled) { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated--issue-card-actions .zhc-issue-card__actions__dependency-section { + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated--issue-card-actions .zhc-issue-card__actions__quick-action-section { + border-top-color: #233a55; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-selection-list-deprecated:not(.zhc-selection-list-deprecated--has-search) .zhc-selectable-selection-item:hover:not(.zhc-selection-item--is-disabled), + .zhc-selection-list-deprecated:not(.zhc-selection-list-deprecated--has-search) .zhc-selection-list-item:hover:not(.zhc-selection-item--is-disabled) { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-selection-list-deprecated__body { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "transparent", "#e9e9e9" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item { + border-color: transparent transparent #233a55; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:last-child { + border-bottom-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9", "#e9e9e9", "transparent" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active { + background-color: #361c2b; + border-left-color: #233a55; + border-right-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:first-child { + border-top-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-disabled, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-disabled.zhc-selection-item--is-active, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-disabled:hover, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:disabled, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:disabled.zhc-selection-item--is-active, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:disabled:hover { + border-color: transparent; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-disabled.zhc-selection-item--is-active:not(:first-child), + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-disabled:hover:not(:first-child), + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:disabled.zhc-selection-item--is-active:not(:first-child), + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item:disabled:hover:not(:first-child) { + border-top-color: transparent; + } + /* source #3: "#e9e9e9", "transparent" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active { + border-color: transparent #233a55 #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:last-child { + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:not(:first-child)::after, + .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:not(:first-child)::before { + border-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-selection-list-deprecated__header { + color: #dbdbdbEE; + } + /* source #3: "initial" */ + .zhc-selection-list-deprecated__header--light { + background: initial; + } + /* source #3: "color: #333" */ + .zhc-selection-list-deprecated__header__text { + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__cancel { + background: transparent; + } + /* source #3: "color: #333" */ + .zhc-selection-list-deprecated__cancel:hover { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-selection-list-deprecated__cancel .zhc-svg-icon--x:hover { + color: #dbdbdb94; + } + /* source #3: "transparent", "transparent" */ + .zhc-selection-list-deprecated__list .zhc-selection-list-deprecated__header { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__footer { + border-top-color: #233a55; + } + /* source #3: "transparent", "#e9e9e9" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item { + border-color: transparent transparent #233a55; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:last-child { + border-bottom-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9", "#e9e9e9", "transparent" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-active { + background-color: #361c2b; + border-left-color: #233a55; + border-right-color: #233a55; + border-top-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-active:first-child { + border-top-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-disabled, + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-disabled.zhc-selection-item--is-active, + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-disabled:hover, + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:disabled, + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:disabled.zhc-selection-item--is-active, + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:disabled:hover { + border-color: transparent; + } + /* source #3: "transparent" */ + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-disabled.zhc-selection-item--is-active:not(:first-child), + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-disabled:hover:not(:first-child), + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:disabled.zhc-selection-item--is-active:not(:first-child), + .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item:disabled:hover:not(:first-child) { + border-top-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-dependency-banner + .zhc-selection-item--is-active:nth-child(2), + .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-dependency-banner + .zhc-selection-item:hover:nth-child(2), + .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-issue-card__action-notification { + border-top-color: #233a55; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-shortcut-indicator { + border-color: #233a55; + background: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-shortcut-indicators, .zhc-shortcuts-guide__nav-item { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-shortcuts-guide__nav-item:hover { + background-color: #233a55; + } + /* source #3: "box-shadow: none" */ + .zhc-shortcuts-guide__nav-item:focus { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-shortcuts-guide__section { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-shortcuts-guide__section h2 { + color: #dbdbdbEE; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-shortcuts-guide__shortcuts-list { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#5e60ba" */ + .zhc-shortcuts-guide__webapp-only-tag { + border-color: #8368aa; + } + /* source #3: "color: #dbdbdb66", "transparent" */ + .zhc-board-settings-item { + color: #dbdbdb94; + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-board-settings-item:hover { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "transparent", "transparent" */ + .zhc-collapse-toggle--is-active { + background-color: transparent; + border-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-collapse-toggle--is-active:hover { + background-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar-divider__bar { + background: #233a55; + } + /* source #3: "transparent" */ + .zhc-sidebar-link-item { + border-left-color: transparent; + } + /* source #3: "initial" */ + .user-has-feelings .zhc-sidebar-nav-item:not(.zhc-sidebar-nav-item--is-active):hover { + background-color: initial; + } + /* source #3: "color: #333", "transparent" */ + .zhc-sidebar-nav-item { + color: #dbdbdbEE; + border-left-color: transparent; + } + /* source #3: "#f8f8f8" */ + .zhc-sidebar-nav-item:hover { + background-color: #122235; + } + /* source #3: "#f8f8f8", "#5e60ba" */ + .zhc-sidebar-nav-item--is-active { + background-color: #122235; + border-left-color: #8368aa; + } + /* source #3: "transparent" */ + .zhc-sidebar-nav-item--is-secondary-active { + border-left-color: transparent; + } + /* source #3: "color: #333" */ + .zhc-sidebar-nav-item__link { + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-sidebar-nav-item__action { + border-color: transparent; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-sidebar-nav-item__action--is-active, + .zhc-sidebar-nav-item__action:hover { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-sidebar-nav-item__sub-item:hover { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-sidebar-profile { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f4f4f4" */ + .zhc-sidebar-profile--is-active .zhc-sidebar-profile__toggle { + background-color: #361c2b; + } + /* source #3: "transparent" */ + .zhc-sidebar-profile__toggle { + border-color: transparent; + } + /* source #3: "#f4f4f4" */ + .zhc-sidebar-profile__toggle:hover { + background-color: #361c2b; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar-profile__header { + border-bottom-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-sidebar-profile__name { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66", "transparent" */ + .zhc-sidebar-profile__item { + color: #dbdbdb94; + border-color: transparent; + } + /* source #3: "box-shadow: none" */ + .zhc-sidebar-profile__item:focus { + box-shadow: none; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-sidebar-profile__item:hover { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#fcf9e4", "#faebcc" */ + .zhc-sidebar-warning { + background-color: #321; + border-color: #542; + } + /* source #3: "#f8f8f8" */ + .zhc-workspace-header:hover { + background-color: #122235; + } + /* source #3: "#fff","rgba(0,0,0,0)", "#fff","rgba(0,0,0,0)" */ + .zhc-sidebar--is-dropdown-open .zhc-sidebar__navigation, + .zhc-sidebar--is-full-width .zhc-sidebar__navigation, + .zhc-sidebar--is-hovered .zhc-sidebar__navigation { + background: linear-gradient(#09192b; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #09192b; background-image: none 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%; + background: linear-gradient(#09192b; background-image: none 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #09192b; background-image: none 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), transparent) 0 100%; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar--is-dropdown-open .zhc-sidebar__container .zhc-sidebar__container__inner, + .zhc-sidebar--is-full-width .zhc-sidebar__container .zhc-sidebar__container__inner, + .zhc-sidebar--is-hovered .zhc-sidebar__container .zhc-sidebar__container__inner { + border-right-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar--is-wide-screen .zhc-sidebar__footer, + .zhc-sidebar:not(.zhc-sidebar--is-wide-screen):hover .zhc-sidebar__footer { + border-top-color: #233a55; + } + /* source #3: "box-shadow: none" */ + .zhc-sidebar a:focus { + box-shadow: none; + } + /* source #3: "transparent" */ + .zhc-sidebar__overlay { + background-color: transparent; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-sidebar__container { + border-right-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-sidebar__container, .zhc-sidebar__container__inner { + background-color: #09192b; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-sidebar__footer { + border-top-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar__footer-left { + border-right-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-skeleton-avatar, .zhc-skeleton-row { + background-image: linear-gradient(90deg, #233a55 0px, rgba(0, 0, 0, 0.15) 40px, #233a55 80px); + } + /* source #3: "#e9e9e9" */ + .zhc-skeleton-avatar-description-container--with-border, + .zhc-skeleton-paragraph--with-border { + border-bottom-color: #233a55; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-skeleton-content-box { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-skeleton-title { + background-image: linear-gradient(90deg, #233a55 0px, rgba(0, 0, 0, 0.15) 40px, #233a55 80px); + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-skeleton-input-box { + border-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-skeleton-input-box, .zhc-spinner:not(.zhc-spinner--no-outline) { + background-color: #09192b; + background-image: none; + } + /* source #3: "box-shadow: none" */ + .zhc-spinner--purple { + box-shadow: none; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-status-tag { + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "color: #000" */ + .zhc-status-tag strong { + color: #f0f0f0; + } + /* source #3: "transparent" */ + .zhc-status-tag button { + background: transparent; + } + /* source #3: "#e9e9e9", "#f4f4f4" */ + .zhc-stripe-billing .StripeElement, .zhc-stripe-billing input { + border-color: #233a55; + background: #361c2b; + } + /* source #3: "#e9e9e9", "#e9e9e9" */ + .zhc-table { + border-top-color: #233a55; + border-right-color: #233a55; + } + /* source #3: "#e9e9e9", "#e9e9e9", "#fff" */ + .zhc-table .zhc-table__cell { + border-bottom-color: #233a55; + border-left-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#f8f8f8" */ + .zhc-table .zhc-table__cell--header { + background-color: #122235; + } + /* source #3: "#e9e9e9" */ + .zhc-table-expand-button { + border-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-table-expand-button .zhc-btn:active { + background-color: #09192b; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-table-expand-button .zhc-btn:not(:hover) { + border-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-tabs-nav--dropdown { + border-bottom-color: #233a55; + } + /* source #3: "transparent", "color: #dbdbdb66" */ + .zhc-tab-navitem { + background: transparent; + color: #dbdbdb94; + } + /* source #3: "transparent", "color: #000" */ + .zhc-tab-navitem--large--active, .zhc-tab-navitem--large:hover, + .zhc-tab-navitem--lined--active, .zhc-tab-navitem--lined:hover { + background-color: transparent; + color: #f0f0f0; + } + /* source #3: "#e9e9e9" */ + .zhc-tab-navitem--full { + border-color: #233a55; + } + /* source #3: "#f4f4f4" */ + .zhc-tab-navitem--full:hover { + background-color: #361c2b; + } + /* source #3: "#5e60ba" */ + .zhc-tab-navitem--full--active, .zhc-tab-navitem--full--active:hover { + border-color: #8368aa; + } + /* source #3: "transparent", "transparent" */ + .zhc-tab-navitem--dropdown { + border-color: transparent; + background: transparent; + } + /* source #3: "transparent" */ + .zhc-tab-navitem--dropdown:hover { + background-color: transparent; + } + /* source #3: "color: #333", "#fff", "#e9e9e9", "#fff" */ + .zhc-tab-navitem--dropdown--active, .zhc-tab-navitem--dropdown--active:hover { + color: #dbdbdbEE; + background-color: #09192b; + background-image: none; + border-color: #233a55 #233a55 #09192b; + } + /* source #3: "#e9e9e9" */ + .zhc-tag { + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-team-member-item { + border-bottom-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-team-members .zhc-svg-icon--check-green { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#fff" */ + .zhc-team-members__content { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9", "#f8f8f8" */ + .zhc-team-members__searchbar { + border-color: #233a55; + background-color: #122235; + } + /* source #3: "#f8f8f8" */ + .zhc-team-members__searchbar input { + background-color: #122235; + } + /* source #3: "box-shadow: none" */ + .zhc-team-members__searchbar input:focus { + box-shadow: none; + } + /* source #3: "color: #333" */ + .zhc-team-members__searchbar .zhc-svg-icon--search { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-team-member { + border-bottom-color: #233a55; + } + /* source #3: "#5e60ba" */ + .zhc-toggle-button--purple-when-active--is-active { + border-color: #8368aa; + } + /* source #3: "transparent","none", "transparent" */ + .zhc-tooltip__content::before { + background: transparent none repeat scroll 0 0; + border-color: transparent; + } + /* source #3: "#fff" */ + .zhc-tooltip--info-tip .zhc-tooltip__content { + background-color: #09192b; + background-image: none; + } + /* source #3: "#fff" */ + .zhc-tooltip--info-tip.zhc-tooltip--right .zhc-tooltip__content::before { + border-right-color: #09192b; + } + /* source #3: "#fff" */ + .zhc-tooltip--info-tip.zhc-tooltip--left .zhc-tooltip__content::before { + border-left-color: #09192b; + } + /* source #3: "#fff" */ + .zhc-tooltip--info-tip.zhc-tooltip--top .zhc-tooltip__content::before { + border-top-color: #09192b; + } + /* source #3: "#fff" */ + .zhc-tooltip--info-tip.zhc-tooltip--bottom .zhc-tooltip__content::before { + border-bottom-color: #09192b; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-topbar { + background-color: #09192b; + background-image: none; + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-topbar__sidebar-toggle { + border-right-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-tutorial-card { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-tutorial-card__title { + color: #dbdbdbEE; + } + /* source #3: "#f8f8f8" */ + .zhc-tutorial-checklist-modal { + background-color: #122235; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-tutorial-checklist-modal__header__dismiss { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-tutorial-checklist-modal__left { + background-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-tutorial-checklist-modal__dropdown .zhc-btn { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-tutorial-checklist-modal__description input, + .zhc-tutorial-checklist-modal__description textarea { + border-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-tutorial-checklist-modal__description input { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-tutorial-checklist-modal__navigation { + color: #dbdbdb94; + } + /* source #3: "#ccc" */ + .zhc-untitled-tag { + background-color: #484848; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-upgrade-to-growth__list, .zhc-upgrade-to-growth__subtext { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-username { + color: #dbdbdbEE; + } + /* source #3: "box-shadow: none" */ + @media (min-width: 1020px) { + .zhc-chart-velocity__left-axis { + box-shadow: none; + } + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-workspace-form-input__text-input { + background-color: #122235; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-form-input__icon-right--lock .zhc-svg-icon, + .zhc-workspace-form-loading__header { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-workspace-form-repo-item { + border-top-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-form-repo-item__name { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9" */ + .zhc-workspace-form-section--connected-repos { + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66", "#f8f8f8", "#e9e9e9" */ + .zhc-workspace-form-section__tip { + color: #dbdbdb94; + background: #122235; + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-workspace-form-section__title { + border-bottom-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-workspace-form { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-form__load-warning--moderate .zhc-svg-icon, + .zhc-workspace-form__subtext { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-workspace-form__load-info { + background-color: #122235; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-form__load-info .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-workspace-form__close { + border-color: transparent; + } + /* source #3: "#e9e9e9", "#f4f4f4" */ + .zhc-workspace-form__close:hover { + border-color: #233a55; + background-color: #361c2b; + } + /* source #3: "#fff" */ + .zhc-workspace-form__footer { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-workspace-form__footer__actions { + border-top-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-form__footer__actions-learn-link .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "transparent" */ + .zhc-workspace-switcher__x { + border-color: transparent; + } + /* source #3: "#e9e9e9", "#f4f4f4" */ + .zhc-workspace-switcher__x:hover { + border-color: #233a55; + background-color: #361c2b; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-workspace-import { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-workspace-import__header { + border-bottom-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-import-sidebar__main .zhc-svg-icon { + color: #dbdbdb94; + } + /* source #3: "#5e60ba" */ + .zhc-current-workspace { + border-color: #8368aa; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-current-workspace__description { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-workspace-switcher-search__input { + background-color: #122235; + border-color: #233a55; + } + /* source #3: "box-shadow: none" */ + .zhc-workspace-switcher-search__input:focus { + box-shadow: none; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-switcher-query-info, + .zhc-workspace-switcher-search-results__no-results__header, + .zhc-workspace-switcher-search__icon { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-workspace-switcher-empty__title { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-switcher-empty__body { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-workspace-switcher__header { + background-color: #09192b; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-workspace-switcher__header .zhc-org-dropdown { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-workspace-switcher__header .zhc-org-dropdown:hover { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "transparent" */ + .zhc-workspace-switcher__close { + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-workspace-switcher__close:hover { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "border: 1px solid", "transparent","#e9e9e9", "color: #333" */ + .zhc-workspace-switcher-item { + border-color: transparent transparent #233a55; + color: #dbdbdbEE; + } + /* source #3: "transparent" */ + .zhc-workspace-switcher-item:last-child { + border-bottom-color: transparent; + } + /* source #3: "#e9e9e9", "#f8f8f8" */ + .zhc-workspace-switcher-item:hover { + border-color: #233a55; + background-color: #122235; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-workspace-switcher-item__subtitle { + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-workspace-switcher-item__search-terms { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-workspace-switcher { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-account-settings__arrow { + color: #dbdbdbEE; + } + /* source #3: "#f4f4f4" */ + .zhc-dashboard-enterprise-integrations-page .zhc-org-dropdown__toggle-button:hover { + background-color: #361c2b; + } + /* source #3: "#fff", "color: #dbdbdb66" */ + .zhc-enterprise-manage-plan__section { + background-color: #09192b; + background-image: none; + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-enterprise-manage-plan__section h3 { + color: #dbdbdbEE; + } + /* source #3: "#e9e9e9" */ + .zhc-enterprise-manage-plan__header, .zhc-enterprise-manage-plan__item { + border-bottom-color: #233a55; + } + /* source #3: "color: #333" */ + .zhc-enterprise-manage-plan__item .zhu-font-bold, + .zhc-enterprise-manage-plan__radio label { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-no-access-container__icon-container { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-dashboard-enterprise-container .zhu-font-bold { + color: #dbdbdbEE; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-seated-user-options-button--is-open.zhc-seated-user-options-button--is-open, + .zhc-seated-user-options-button:hover { + background-color: #122235; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-seated-user-options-list { + color: #dbdbdb94; + } + /* source #3: "#e9e9e9", "#e9e9e9" */ + .zhc-banner--zhc-renewal-notice-section { + border-top-color: #233a55; + border-bottom-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-collapsible-team-member-list__header, .zhc-team-members-page__container { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f4f4f4" */ + .zhc-unlicensed-team-list { + background-color: #361c2b; + } + /* source #3: "#e9e9e9" */ + .zhc-unlicensed-team-list > .zhc-collapsible-team-member-list__header { + border-bottom-color: #233a55; + } + /* source #3: "#fcf9e4", "#faebcc" */ + .zhc-unlicensed-team-list__requested-team-list { + background-color: #321; + border-color: #542; + } + /* source #3: "#fcf9e4" */ + .zhc-unlicensed-team-list__requested-team-list .zhc-collapsible-team-member-list__header { + background-color: #321; + } + /* source #3: "#e9e9e9" */ + .zhc-unlicensed-team-list__default-team-list { + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-team-members-page__search { + border-bottom-color: #233a55; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-epic-issue-list { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #3: "box-shadow: none" */ + .zhc-roadmap-calendar.zhc-popover .DateRangePicker .DateRangePicker_picker .DayPicker.DayPicker__horizontal { + box-shadow: none; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-onboarding__fake-add-button { + border-color: #233a55; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-roadmap-body-empty { + background: #09192b; + background-image: none; + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-body-empty-panel-divider { + border-right-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-roadmap-body-empty-panel__desc { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-roadmap-sidebar-empty { + background: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-sidebar-empty-placeholder__square, + .zhc-roadmap-sidebar-empty-placeholder__topLine { + background: #233a55; + } + /* source #3: "#f4f4f4" */ + .zhc-roadmap-sidebar-empty-placeholder__bottomLine { + background: #361c2b; + } + /* source #3: "#f8f8f8", "#f8f8f8" */ + .zhc-body__roadmap-item--complete-sub-colorless { + background-image: -webkit-repeating-linear-gradient(135deg, #e5e5e5, #e5e5e5 10px, #122235 10px, #122235 20px); + background-image: repeating-linear-gradient(-45deg, #e5e5e5, #e5e5e5 10px, #122235 10px, #122235 20px); + } + /* source #3: "color: #333" */ + .zhc-roadmap-item-title__no-epics-string { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-roadmap-item-predicted-end-date .zhc-roadmap-predicted-end-date-clock-icon__wrapper { + background: #09192b; + background-image: none; + } + /* source #3: "#fff" */ + .roadmap-loading-state__body { + background-color: #09192b; + background-image: none; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-roadmap-temp-project-overlay { + background-color: #122235; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-temp-project__item { + background-color: #233a55; + } + /* source #3: "#f8f8f8" */ + .zhc-roadmap { + background: #122235; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap .zhc-roadmap-header { + border-bottom-color: #233a55; + } + /* source #3: "#fff" */ + .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body { + background-color: #09192b; + background-image: none; + } + /* source #3: "#fff" */ + .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body-view--root, + .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body__subheader { + background: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body-view--sub-item { + background: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-options-selector-section { + border-top-color: #233a55; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-roadmap-row { + background: #09192b; + background-image: none; + border-bottom-color: #233a55; + } + /* source #3: "#ddd" */ + .zhc-roadmap-row.zhc-roadmap-row--color-secondary { + background: #06111d; + } + /* source #3: "#f8f8f8" */ + .zhc-roadmap-row.zhc-roadmap-row--color-primary { + background: #122235; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-row.zhc-roadmap-row--modifier-last-sub-item { + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9", "#e9e9e9" */ + .zhc-roadmap-row.zhc-roadmap-row--size-large { + border-bottom-color: #233a55; + border-top-color: #233a55; + } + /* source #3: "transparent", "transparent" */ + .zhc-roadmap-row.zhc-roadmap-row--modifier-striped::before { + background-image: -webkit-repeating-linear-gradient(135deg, #999, #999 10px, transparent 10px, transparent 20px); + background-image: repeating-linear-gradient(-45deg, #999, #999 10px, transparent 10px, transparent 20px); + } + /* source #3: "border: 1px solid", "transparent","#e9e9e9" */ + .zhc-roadmap-selection-item { + border-color: transparent transparent #233a55; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-roadmap-selection-item--is-active { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-add-epics-dropdown__footer { + border-top-color: #233a55; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-sidebar-item-add-to-project { + background: #122235; + border-bottom-color: #233a55; + } + /* source #3: "#e9e9e9" */ + .zhc-add-panel__divider { + border-top-color: #233a55; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-sidebar-item-add { + background: #09192b; + background-image: none; + border-bottom-color: #233a55; + } + /* source #3: "transparent", "transparent" */ + .zhc-sidebar-expand-toggle { + background: transparent; + border-color: transparent; + } + /* source #3: "transparent" */ + .zhc-sidebar-expand-toggle .zhc-sidebar-expand-toggle__title { + border-left-color: transparent; + } + /* source #3: "#e9e9e9" */ + .zhc-sidebar-expand-toggle--enabled:hover, + .zhc-sidebar-expand-toggle--enabled:hover .zhc-sidebar-expand-toggle__title { + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-sidebar-input__char-count { + color: #dbdbdb94; + } + /* source #3: "#fff", "#e9e9e9" */ + .zhc-options-panel, .zhc-sidebar-input__input { + border-color: #233a55; + } + .zhc-options-panel { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-options-panel__actions-section { + border-top-color: #233a55; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-sidebar-project-display__toggle--collapsed { + background: #361c2b; + border-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-roadmap-add-epic-item__title { + color: #dbdbdb94; + } + /* source #3: "#fff" */ + .zhc-roadmap-sidebar { + background-color: #09192b; + background-image: none; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-sidebar__body { + border-color: #233a55; + } + /* source #3: "box-shadow: none" */ + .zhc-roadmap-sidebar__body--empty { + box-shadow: none; + } + /* source #3: "color: #333" */ + .zhc-roadmap-title--color-default { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-roadmap-title--color-primary { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8", "#e9e9e9" */ + .zhc-roadmap__title { + background-color: #122235; + border-bottom-color: #233a55; + } + /* source #3: "#ddd" */ + .zhc-roadmap__title--secondary { + background-color: #06111d; + } + /* source #3: "#e9e9e9" */ + .zhc-roadmap-date-strip { + border-bottom-color: #233a55; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-roadmap-date-strip__unit-top { + color: #dbdbdb94; + } + /* source #3: "#f8f8f8", "#e9e9e9", "#eee", "#f8f8f8" */ + .zhc-roadmap-subheader { + background-color: #122235; + border-bottom-color: #233a55; + background: #122235; + } + /* source #3: "#fff" */ + .zhc-roadmap-track--expandable:not(.react-draggable-dragging):not(.zhc-roadmap-track--resizable):hover .zhc-roadmap-track__drag-handle, + .zhc-roadmap-track__drag-handle--has-background, + .zhc-roadmap-track__drag-handle:hover { + background: #09192b; + background-image: none; + } + /* source #3: "#faebcc", "#fcf9e4", "color: #dbdbdb66" */ + .zhc-roadmap-warning-body { + border-color: #542; + background: #321; + color: #dbdbdb94; + } + /* source #3: "color: #333" */ + .zhc-roadmap-warning-body .zhc-roadmap-warning-body__warning { + color: #dbdbdbEE; + } + /* source #3: "#fff" */ + .zhc-roadmap-warning { + background: #09192b; + background-image: none; + } + /* source #3: "transparent" */ + .zhc-toast .zhc-btn--zhc-toast__button { + background-color: transparent; + } + /* source #3: "none", "box-shadow: none" */ + .zhc-toast--no-background { + background: none; + box-shadow: none; + } + /* source #3: "#f8f8f8" */ + .zhc-toast-tutorial { + background-color: #122235; + } + /* source #3: "border: 1px solid" */ + .zhc-toast-tutorial__wrapper { + border-color: #09192b; + } + /* source #3: "#fff" */ + .zhc-toast-tutorial__content { + background-color: #09192b; + background-image: none; + } + /* source #3: "color: #333" */ + .zhc-toast-tutorial__content h3 { + color: #dbdbdbEE; + } + /* source #3: "color: #dbdbdb66" */ + .zhc-toast-tutorial__content p { + color: #dbdbdb94; + } + /* source #3: "box-shadow: none" */ + .zhc-toast-tutorial__action-buttons { + box-shadow: none; + } + /* source #3: "color: #333", "#fff" */ + .zhc-workflows-pipeline--disabled .zhc-workflows-pipeline__button { + color: #dbdbdbEE; + background: #09192b; + background-image: none; + } + /* source #3: "#fff", "#5e60ba" */ + .workflows-source-pipeline-icon { + background: #09192b; + background-image: none; + border-color: #8368aa; + } + /* source #3: "#f8f8f8" */ + .zhc-workflows { + background: #122235; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zhc-workflows-workspace { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "color: #333", "#ddd" */ + .zh-form-control, .zh-form-control-small { + color: #dbdbdbEE; + border-color: #233a55; + } + /* source #3: "#fff" */ + .zh-form-control-small:focus, .zh-form-control:focus { + background: #09192b; + background-image: none; + } + /* source #3: "#f4f5f5" */ + .zh-boxie-modal { + background: #361c2b !important; + } + /* source #3: "color: #586069 !important" */ + .zh-muted-link { + color: #dbdbdbCC !important; + } + /* source #3: "color: #0366d6 !important" */ + .zh-muted-link:hover { + color: /*[[base-color]]*/ #d13358 !important; + } + /* source #3: "color: #586069 !important" */ + .zh-text-muted { + color: #dbdbdbCC !important; + } + /* source #3: "color: #333" */ + .icon-dark { + color: #dbdbdbEE; + } + /* source #3: "#eeeeee" */ + .icon-border { + border-color: #233a55; + } + /* source #3: "#fff" */ + .dropdown-menu > .active > a > [class*=" icon-"], + .dropdown-menu > .active > a > [class^="icon-"], + .dropdown-menu > li > a:hover > [class*=" icon-"], + .dropdown-menu > li > a:hover > [class^="icon-"], + .dropdown-submenu:hover > a > [class*=" icon-"], + .dropdown-submenu:hover > a > [class^="icon-"], .icon-white, + .nav-list > .active > a > [class*=" icon-"], + .nav-list > .active > a > [class^="icon-"], + .nav-pills > .active > a > [class*=" icon-"], + .nav-pills > .active > a > [class^="icon-"], + .navbar-inverse .nav > .active > a > [class*=" icon-"], + .navbar-inverse .nav > .active > a > [class^="icon-"], .zh-menu-header, + [class*=" icon-"], [class^="icon-"] { + background-image: none; + } + .zh-menu-header { + background-color: #09192b; + } + /* source #3: "#eee" */ + .zh-btn { + background-color: #361c2b; + } + /* source #3: "none" */ + .zh-btn:active { + background-image: none; + } + /* source #3: "#ddd" */ + .disabled { + background-color: #06111d; + } + /* source #3: "color: #dbdbdb66", "transparent" */ + .zh-menu-content__item { + color: #dbdbdb94; + border-color: transparent; + } + /* source #3: "#f4f4f4", "#e9e9e9" */ + .zh-menu-content__item:hover { + background-color: #361c2b; + border-color: #233a55; + } + /* source #3: "transparent", "transparent" */ + .zh-menu-content__item--disabled:hover { + background-color: transparent; + border-color: transparent; + } + /* source #5: "initial" */ + a { + background-color: initial; + } + /* source #5: "#f6f8fa", "#e1e4e8" */ + .Box, .Box-header { + border-color: #233a55; + } + /* source #5: "#d73a49" */ + .Box--danger, .Box--danger .Box-body:last-of-type, + .Box--danger .Box-row:first-of-type { + border-color: #b00; + } + /* source #5: "border: 1px solid" */ + .btn { + border-color: #09192b; + } + /* source #5: "color: #6a737d" */ + .btn .octicon { + color: #dbdbdb94; + } + /* source #5: "rgba(27,31,35,.08)" */ + .btn .Counter { + background-color: #37232d + } + /* source #5: "color: #959da5", "#fafbfc", "rgba(27,31,35,.15)" */ + .btn, .btn.disabled, .btn:disabled, .btn[aria-disabled="true"] { + background-color: #09192b; + border-color: rgba(200, 200, 200, 0.1); + } + .btn.disabled, .btn:disabled, .btn[aria-disabled="true"] { + color: #767676; + } + /* source #5: "rgba(27,31,35,.15)" */ + .btn-primary { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "background-color: #94d3a2", "rgba(27,31,35,.1)" */ + .btn-primary.disabled, .btn-primary:disabled, + .btn-primary[aria-disabled="true"] { + border-color: rgba(200, 200, 200, 0.05); + } + /* source #5: "#cb2431", "rgba(27,31,35,.15)" */ + .btn-danger:hover, [open] > .btn-danger { + background-color: #911; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "rgba(27,31,35,.15)" */ + .btn-danger.selected, .btn-danger:active, .btn-danger[aria-selected="true"] { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#fafbfc", "rgba(27,31,35,.15)" */ + .btn-danger.disabled, .btn-danger:disabled, + .btn-danger[aria-disabled="true"] { + background-color: #09192b; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#0366d6", "rgba(27,31,35,.15)" */ + .btn-outline:hover, [open] > .btn-outline { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "none", "rgba(27,31,35,.15)", "box-shadow: none" */ + .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled="true"], + .btn-outline.selected, .btn-outline:active, + .btn-outline[aria-selected="true"] { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #0366d6", "initial", "box-shadow: none" */ + .btn-invisible, .btn-link { + background-color: initial; + } + .btn-invisible { + box-shadow: none; + } + /* source #5: "color: #24292e", "#fff", "rgba(27,31,35,.15)" */ + .social-count { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #24292e", "#fff", "#e1e4e8" */ + .form-control, .form-select { + border-color: #233a55; + } + /* source #5: "color: #959da5" */ + .form-control[disabled], .form-select[disabled] { + color: #767676; + } + /* source #5: "transparent", "box-shadow: none" */ + .input-dark { + box-shadow: none; + } + /* source #5: "#fff5b1" */ + .form-group.warn .warning { + background-color: #651; + } + /* source #5: "initial" */ + .inline-form .btn-plain { + background-color: initial; + } + /* source #5: "#fff", "#e1e4e8" */ + .menu, .radio-label { + border-color: #233a55; + } + /* source #5: "color: #1b1f23", "#eaecef" */ + .menu-item { + color: #dbdbdbDD; + } + /* source #5: "#f6f8fa" */ + .menu-item:focus, .menu-item:hover { + background-color: #0c1c2e; + } + /* source #5: "#fafbfc" */ + .menu-item:active { + background-color: #09192b; + } + /* source #5: "color: #959da5" */ + .menu-item .octicon { + color: #767676; + } + /* source #5: "color: #1b1f23", "#eaecef" */ + .menu-heading { + color: #dbdbdbDD; + } + /* source #5: "#e1e4e8" */ + .tabnav { + border-bottom-color: #233a55; + } + /* source #5: "color: #24292e", "initial", "transparent" */ + .tabnav-tab { + color: #dbdbdbAA; + background-color: initial; + } + /* source #5: "#fff", "#e1e4e8" */ + .tabnav-tab.selected, .tabnav-tab[aria-current]:not([aria-current="false"]), + .tabnav-tab[aria-selected="true"] { + border-color: #233a55; + } + /* source #5: "color: #586069" */ + .tabnav-tab:focus, .tabnav-tab:hover { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .tabnav-tab:active { + color: #dbdbdb94; + } + /* source #5: "color: #959da5" */ + .tabnav-tab .octicon { + color: #767676; + } + /* source #5: "color: #586069", "initial" */ + .filter-list.pjax-active .filter-item { + background-color: initial; + } + /* source #5: "#f6f8fa" */ + .filter-item:hover { + background-color: #0c1c2e; + } + /* source #5: "color: #1b1f23", "initial", "#eaecef" */ + .SideNav-item { + color: #dbdbdbDD; + } + /* source #5: "color: #0366d6", "initial" */ + .SideNav-item, .SideNav-subItem { + background-color: initial; + } + /* source #5: "color: #24292e", "#e1e4e8" */ + .subnav-item { + color: #dbdbdbAA; + } + /* source #5: "color: #959da5" */ + .subnav-search-icon { + color: #767676; + } + /* source #5: "color: #1b1f23", "initial" */ + .UnderlineNav-item { + color: #dbdbdbDD; + background-color: initial; + } + /* source #5: "color: #586069" */ + .UnderlineNav-item.selected .UnderlineNav-octicon, + .UnderlineNav-item[aria-current]:not([aria-current="false"]) .UnderlineNav-octicon, + .UnderlineNav-item[role="tab"][aria-selected="true"] .UnderlineNav-octicon { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e", "transparent" */ + .pagination a, .pagination em, .pagination span { + color: #dbdbdbAA; + border-color: transparent; + } + /* source #5: "#eaecef" */ + .pagination a:active, .pagination em:active, .pagination span:active { + border-color: #233a55; + } + /* source #5: "color: #0366d6" */ + .pagination .next_page, .pagination .previous_page { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#0366d6", "transparent" */ + .pagination .current, .pagination .current:hover, + .pagination [aria-current]:not([aria-current="false"]) { + border-color: transparent; + } + /* source #5: "color: #6a737d", "transparent" */ + .pagination .disabled, .pagination .disabled:hover, .pagination .gap, + .pagination .gap:hover, .pagination [aria-disabled="true"], + .pagination [aria-disabled="true"]:hover { + color: #dbdbdb94; + border-color: transparent; + } + /* source #5: "#e1e4e8" */ + .drag-and-drop { + border-color: #233a55; + } + /* source #5: "color: #6a737d" */ + .flash .btn .octicon { + color: #dbdbdb94; + } + /* source #5: "#fff" */ + image-crop .crop-box { + border-color: #09192b; + } + /* source #5: "#fff" */ + image-crop .handle::before { + background: #09192b; + background-image: none; + } + /* source #5: "color: #0366d6", "#fff", "#e1e4e8" */ + .ajax-pagination-form .ajax-pagination-btn { + color: /*[[base-color]]*/ #d13358; + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #5: "color: #0366d6", "#f6f8fa" */ + .ajax-pagination-form .ajax-pagination-btn:focus, + .ajax-pagination-form .ajax-pagination-btn:hover { + color: /*[[base-color]]*/ #d13358; + background-color: #0c1c2e; + } + /* source #5: "#f6f8fa", "#d1d5da" */ + .ajax-pagination-form.loading .ajax-pagination-btn { + background-color: #0c1c2e; + border-color: #233a55; + } + /* source #5: "box-shadow: none" */ + body.intent-mouse [role="button"]:focus, + body.intent-mouse [role="tabpanel"][tabindex="0"]:focus, + body.intent-mouse a:focus, body.intent-mouse button:focus, + body.intent-mouse summary:focus { + box-shadow: none; + } + /* source #5: "#fffbdd" */ + .conflict-gutter-marker { + background-color: #06111d; + } + /* source #5: "#d73a49" */ + .conflict-gutter-marker::after, .conflict-gutter-marker::before { + background-color: #f44; + } + /* source #5: "#959da5" */ + .form-group:hover .form-field-hover, .placeholder-box { + border-color: #233a55; + } + /* source #5: "color: #24292e" */ + .template-previews .discussion-sidebar-heading { + color: #dbdbdbAA; + } + /* source #5: "color: #0366d6" */ + .template-previews .discussion-sidebar-heading:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#dfe2e5" */ + .gollum-editor .comment-form-head.tabnav { + border-color: #233a55; + } + /* source #5: "color: #0366d6", "none" */ + .zeroclipboard-link { + color: /*[[base-color]]*/ #d13358; + background: none; + } + /* source #5: "#fff" */ + .auth-form-body { + background-color: #09192b; + background-image: none; + } + /* source #5: "#eaeaea" */ + .two-factor-help { + border-color: #233a55; + } + /* source #5: "#eaeaea" */ + .u2f-auth-header:not(:last-child) { + border-bottom-color: #233a55; + } + /* source #5: "#f9f9f9" */ + .session-authentication { + background-color: #09192b; + } + /* source #5: "initial" */ + .session-authentication .header-logged-out { + background-color: initial; + } + /* source #5: "color: #333" */ + .session-authentication .header-logo { + color: #dbdbdbEE; + } + /* source #5: "color: #333", "initial" */ + .session-authentication .auth-form-header { + color: #dbdbdbEE; + background-color: initial; + } + /* source #5: "initial" */ + .session-authentication.enterprise .header-logged-out, + .session-authentication.hosted .header-logged-out { + background-color: initial; + } + /* source #5: "#24292e" */ + .Header-old { + background-color: #09192b; + } + /* source #5: "#fff" */ + .page-responsive .HeaderMenu--logged-out { + background-color: #09192b; + background-image: none; + } + /* source #5: "initial", "box-shadow: none" */ + @media (min-width: 1012px) { + .page-responsive .HeaderMenu--logged-out { + background-color: initial; + box-shadow: none; + } + } + /* source #5: "transparent", "box-shadow: none" */ + .page-responsive .HeaderMenu--logged-out .dropdown-menu { + border-color: transparent; + box-shadow: none; + } + /* source #5: "#eaecef" */ + .page-responsive .HeaderMenu--logged-out .header-search-wrapper { + border-color: #233a55; + } + /* source #5: "color: #24292e" */ + .page-responsive .HeaderMenu--logged-out .header-search-input { + color: #dbdbdbAA; + } + /* source #5: "color: #586069 !important" */ + .page-responsive .HeaderMenu--logged-out .header-search-input:-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .page-responsive .HeaderMenu--logged-out .header-search-input::-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .page-responsive .HeaderMenu--logged-out .header-search-input::placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #444d56", "transparent" */ + .page-responsive .HeaderMenu-link { + color: #dbdbdbCC; + background: transparent; + } + /* source #5: "color: #24292e" */ + .page-responsive .HeaderMenu-link:hover { + color: #dbdbdbAA; + } + /* source #5: "stroke: #24292e" */ + .page-responsive .HeaderMenu-link .icon-chevon-down-mktg { + stroke: #d2d2d2; + } + /* source #5: "transparent" */ + @media (min-width: 1012px) { + .page-responsive .HeaderMenu-link .icon-chevon-down-mktg { + background: transparent; + } + } + /* source #5: "color: #24292e" */ + .page-responsive .HeaderMenu-details[open] .HeaderMenu-link { + color: #dbdbdbAA; + } + /* source #5: "stroke: #24292e" */ + .page-responsive .HeaderMenu-details[open] .icon-chevon-down-mktg { + stroke: #d2d2d2; + } + /* source #5: "transparent" */ + .HeaderMenu-link { + background: transparent; + } + /* source #5: "linear-gradient(#54a3ff,#006eed)" */ + .notification-indicator .mail-status { + background-image: linear-gradient(/*[[base-color]]*/ #d13358, /*[[base-color]]*/ #d13358); + } + /* source #5: "#0366d6" */ + .notification-indicator:hover .mail-status { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "color: #24292e" */ + .header-nav-current-user .user-profile-link { + color: #dbdbdbAA; + } + /* source #5: "linear-gradient(#54a3ff,#006eed)" */ + .feature-preview-indicator { + background-image: linear-gradient(/*[[base-color]]*/ #d13358, /*[[base-color]]*/ #d13358); + } + /* source #5: "hsla(0,0%,100%,.125)", "box-shadow: none" */ + .header-search-current .header-search-wrapper { + background-color: hsla(0, 0%, 100%, 0.05); + box-shadow: none; + } + /* source #5: "hsla(0,0%,100%,.175)", "box-shadow: none" */ + .header-search-current .header-search-wrapper.focus { + background-color: hsla(0, 0%, 100%, 0.1); + box-shadow: none; + } + /* source #5: "none", "box-shadow: none" */ + .header-search-current .header-search-input { + background: none; + box-shadow: none; + } + /* source #5: "box-shadow: none" */ + .header-search-current .header-search-input:focus { + box-shadow: none; + } + /* source #5: "color: #24292e !important", "#fafbfc" */ + .header-search-current .jump-to-field-active { + color: #dbdbdbAA !important; + background-color: #09192b; + } + /* source #5: "color: #586069 !important" */ + .header-search-current .jump-to-field-active:-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .header-search-current .jump-to-field-active::-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .header-search-current .jump-to-field-active::placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #1b1f23" */ + .header-search-current .jump-to-suggestions-path { + color: #dbdbdbDD; + } + /* source #5: "color: #6a737d" */ + .header-search-current .jump-to-suggestions-path .jump-to-octicon { + color: #dbdbdb94; + } + /* source #5: "initial" */ + .header-search-current .jump-to-suggestions-path mark { + background-color: initial; + } + /* source #5: "#e1e4e8" */ + .header-search-current .jump-to-suggestions-results-container .navigation-item { + border-bottom-color: #233a55; + } + /* source #5: "#0366d6" */ + .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path, + .header-search-current .jump-to-suggestions-results-container [aria-selected="true"] .jump-to-suggestions-path { + background: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "hsla(0,0%,100%,.125)", "box-shadow: none" */ + .header-search-prototype .header-search-wrapper { + background-color: hsla(0, 0%, 100%, 0.05); + box-shadow: none; + } + /* source #5: "#fafbfc", "box-shadow: none" */ + .header-search-prototype .header-search-wrapper:focus-within { + background-color: #09192b; + box-shadow: none; + } + /* source #5: "none", "box-shadow: none" */ + .header-search-prototype .header-search-input { + background: none; + box-shadow: none; + } + /* source #5: "box-shadow: none" */ + .header-search-prototype .header-search-input:focus { + box-shadow: none; + } + /* source #5: "color: #24292e" */ + .header-search-prototype .code-search-filter-text-expander { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .header-search-prototype .search-filter-header, + .header-search-prototype .search-refine-dropdown-header { + color: #dbdbdbCC; + } + /* source #5: "none" */ + .header-search-prototype .site-search-filter-button { + background: none; + } + /* source #5: "#fff" */ + .header-search-prototype .ems-refine-details-dialog { + background: #09192b; + background-image: none; + } + /* source #5: "color: #1b1f23" */ + .header-search-prototype .ems-refine-details-dialog .ems-menu-item { + color: #dbdbdbDD; + } + /* source #5: "color: #24292e" */ + .header-search-prototype .ems-refine-details-dialog .ems-result-type-item { + color: #dbdbdbAA; + } + /* source #5: "#e1e4e8" */ + .header-search-prototype .ems-result-types { + border-right-color: #233a55; + } + /* source #5: "color: #24292e !important" */ + .header-search-prototype .jump-to-field-active { + color: #dbdbdbAA !important; + } + /* source #5: "color: #586069 !important" */ + .header-search-prototype .jump-to-field-active:-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .header-search-prototype .jump-to-field-active::-ms-input-placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #586069 !important" */ + .header-search-prototype .jump-to-field-active::placeholder { + color: #dbdbdbCC !important; + } + /* source #5: "color: #1b1f23" */ + .header-search-prototype .jump-to-suggestions-path { + color: #dbdbdbDD; + } + /* source #5: "color: #6a737d" */ + .header-search-prototype .jump-to-suggestions-path .jump-to-octicon { + color: #dbdbdb94; + } + /* source #5: "initial" */ + .header-search-prototype .jump-to-suggestions-path mark { + background-color: initial; + } + /* source #5: "#e1e4e8" */ + .header-search-prototype .jump-to-suggestions-results-container .navigation-item { + border-bottom-color: #233a55; + } + /* source #5: "#0366d6" */ + .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path, + .header-search-prototype .jump-to-suggestions-results-container [aria-selected="true"] .jump-to-suggestions-path { + background: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "color: #24292e" */ + .flash { + color: #dbdbdbAA; + } + /* source #5: "color: #b08800" */ + .flash-warn .octicon { + color: #cb4; + } + /* source #5: "#fff", "#e1e4e8" */ + .dropdown-menu { + border-color: #233a55; + } + /* source #5: "transparent" */ + .IssueLabel { + border-color: transparent; + } + /* source #5: "initial", "#e1e4e8" */ + .label, .Label { + background-color: initial !important; + border-color: #233a55; + } + /* source #5: "color: #586069", "#e1e4e8" */ + .Label--gray, .Label--outline { + color: #dbdbdbCC; + border-color: #233a55; + } + /* source #5: "color: #24292e" */ + .Label--gray-darker { + color: #dbdbdbAA; + } + /* source #5: "color: #735c0f" */ + .Label--yellow { + color: #EFA554; + } + /* source #5: "color: #cb2431" */ + .Label--red { + color: #f44; + } + /* source #5: "color: #0366d6", "#0366d6" */ + .Label--blue { + color: /*[[base-color]]*/ #d13358; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #6f42c1", "#8a63d2" */ + .Label--purple { + color: #8368aa; + border-color: #8368aa; + } + /* source #5: "#ec6cb9" */ + .Label--pink { + border-color: #c49; + } + /* source #5: "#d73a49" */ + .State--red { + background-color: #f44; + } + /* source #5: "color: #24292e" */ + .Counter { + color: #dbdbdbAA; + } + /* source #5: "color: #6a737d" */ + .Counter--gray-light { + color: #dbdbdb94; + } + /* source #5: "initial" */ + .markdown-body .emoji, .markdown-body pre code, .markdown-body pre tt, + .markdown-body table img { + background-color: initial; + } + /* source #5: "#fff" */ + .SelectMenu-modal { + background-color: #09192b; + background-image: none; + } + /* source #5: "#e1e4e8" */ + @media (min-width: 544px) { + .SelectMenu-modal { + border-color: #233a55; + } + } + /* source #5: "#eaecef" */ + .SelectMenu-header { + border-bottom-color: #233a55; + } + /* source #5: "color: #959da5", "initial" */ + .SelectMenu-closeButton { + color: #767676; + background-color: initial; + } + /* source #5: "#eaecef" */ + .SelectMenu-filter { + border-bottom-color: #233a55; + } + /* source #5: "color: #24292e", "#fff", "#eaecef" */ + .SelectMenu-item { + color: #dbdbdbAA; + } + /* source #5: "color: #6a737d", "initial" */ + .SelectMenu-tab { + background-color: initial; + } + /* source #5: "#fff" */ + .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message { + background-color: #09192b; + background-image: none; + } + /* source #5: "#eaecef" */ + .SelectMenu-list--borderless .SelectMenu-divider { + border-top-color: #233a55; + } + /* source #5: "color: #6a737d" */ + .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled="true"] { + color: #dbdbdb94; + } + /* source #5: "color: #24292e", "color: #586069", "#f6f8fa", "#fafbfc", "#dbedff", "#f6f8fa" */ + @media (hover: hover) { + .SelectMenu-closeButton:hover, + body:not(.intent-mouse) .SelectMenu-closeButton:focus { + color: #dbdbdbAA; + } + .SelectMenu-closeButton:active { + color: #dbdbdbCC; + } + .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus { + background-color: #0c1c2e; + } + .SelectMenu-item:active { + background-color: #09192b; + } + body:not(.intent-mouse) .SelectMenu-tab:focus { + background-color: #293b54; + } + .SelectMenu-tab:hover { + color: #dbdbdbAA; + } + .SelectMenu-tab:not([aria-selected="true"]):active { + color: #dbdbdbAA; + background-color: #0c1c2e; + } + } + /* source #5: "initial" */ + .Toast-dismissButton { + background-color: initial; + } + /* source #5: "#f6f8fa", "rgba(27,31,35,.15)" */ + .boxed-group .heading, .boxed-group > h3 { + background-color: #0c1c2e; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #586069" */ + .boxed-group .heading a.boxed-group-breadcrumb, + .boxed-group > h3 a.boxed-group-breadcrumb { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .boxed-group .tabnav.heading li:first-child .selected { + border-left-color: #09192b; + } + /* source #5: "#d73a49" */ + .boxed-group.dangerzone > h3 { + background-color: #f44; + } + /* source #5: "color: #586069", "#fff", "#d1d5da" */ + .boxed-group-inner { + color: #dbdbdbCC; + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #5: "#dfe2e5" */ + .boxed-group-inner .help, .boxed-group-inner .tabnav-tab.selected { + border-top-color: #233a55; + } + /* source #5: "color: #586069" */ + .boxed-group-inner .help { + color: #dbdbdbCC; + } + /* source #5: "#e1e4e8" */ + .boxed-group-list > li { + border-bottom-color: #233a55; + } + /* source #5: "#dfe2e5" */ + .boxed-group-list > li:first-child { + border-top-color: #233a55; + } + /* source #5: "#dcffe4" */ + .boxed-group-list > li.selected { + background: #002800; + } + /* source #5: "#fafbfc", "#eaecef" */ + .boxed-group-table th { + background-color: #09192b; + } + /* source #5: "#eaecef" */ + .boxed-group-table td, .boxed-group-table th { + border-bottom-color: #233a55; + } + /* source #5: "color: rgba(27,31,35,.85)", "#fffbdd", "rgba(27,31,35,.15)" */ + .boxed-group-warning { + color: rgba(230, 230, 230, 0.85); + background-color: #06111d; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#e1e4e8" */ + .list-group-item { + border-color: #233a55; + } + /* source #5: "#fafbfc" */ + .list-group-item.closed { + background-color: #09192b; + } + /* source #5: "#fffdef" */ + .list-group-item.selected { + background-color: #06111d; + } + /* source #5: "#f1f8ff" */ + .list-group-item.navigation-focus, .list-group-item[aria-selected="true"] { + background-color: #293b54; + } + /* source #5: "color: #586069" */ + .list-group-item .list-group-item-summary a { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .list-group-item .list-group-item-summary a.quiet { + color: #dbdbdb94; + } + /* source #5: "color: #24292e" */ + .list-group-item-link { + color: #dbdbdbAA; + } + /* source #5: "color: #6a737d" */ + .draft.octicon { + color: #dbdbdb94; + } + /* source #5: "color: #cb2431" */ + .closed.octicon, .reverted.octicon { + color: #f44; + } + /* source #5: "color: #28a745" */ + .open.octicon { + color: #6cc644; + } + /* source #5: "color: #6f42c1" */ + .merged.octicon { + color: #8368aa; + } + /* source #5: "#eaecef" */ + .progress-bar { + background-color: #233a55; + } + /* source #5: "#2cbe4e" */ + .progress-bar .progress { + background-color: #373; + } + /* source #5: "#e1e4e8", "#28a745","#cb2431" */ + .reverse-progress-container { + background-color: #233a55; + background-image: linear-gradient(90deg, #373, #005cc5, #3a1d6e, #911, #f66a0a); + } + /* source #5: "#e1e4e8" */ + .reverse-progress-bar { + background-color: #233a55; + } + /* source #5: "#e1e4e8" */ + .progress-bar-inline .progress-bar { + border-color: #233a55; + } + /* source #5: "color: #24292e", "#fff", "border-color: #dfe2e5 #dfe2e5 #fff" */ + .select-menu-tabs .select-menu-tab-nav.selected, + .select-menu-tabs .select-menu-tab-nav[aria-selected="true"], + .select-menu-tabs a.selected, .select-menu-tabs a[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + border-color: #233a55 #233a55 #09192b; + } + /* source #5: "color: #6a737d" */ + .select-menu-item.disabled, .select-menu-item.disabled .description, + .select-menu-item.disabled.selected, + .select-menu-item.disabled.selected .description, + .select-menu-item[aria-disabled="true"], + .select-menu-item[aria-disabled="true"] .description, + .select-menu-item[disabled], .select-menu-item[disabled] .description { + color: #dbdbdb94; + } + /* source #5: "color: #6a737d !important" */ + .select-menu-item.selected .octicon-circle-slash.select-menu-item-icon { + color: #dbdbdb94 !important; + } + /* source #5: "color: #6a737d" */ + .select-menu-item .octicon-circle-slash { + color: #dbdbdb94; + } + /* source #5: "#f6f8fa" */ + .select-menu-item.excluded { + background-color: #0c1c2e; + } + /* source #5: "#0366d6" */ + .select-menu-item.navigation-focus, + .select-menu-item.navigation-focus .description-inline, + .select-menu-item.navigation-focus.select-menu-action, + .select-menu-item.navigation-focus.selected, + .select-menu-item.navigation-focus[aria-checked="true"], + .select-menu-item:focus, .select-menu-item:focus .description-inline, + .select-menu-item:focus.select-menu-action, .select-menu-item:focus.selected, + .select-menu-item:hover, .select-menu-item:hover .description-inline, + .select-menu-item:hover.select-menu-action, .select-menu-item:hover.selected, + .select-menu-item[aria-checked="true"]:focus, + .select-menu-item[aria-checked="true"]:hover, + .select-menu-item[aria-selected="true"] .description-inline, + .select-menu-item[aria-selected="true"].select-menu-action, + .select-menu-item[aria-selected="true"]:focus, + .select-menu-item[aria-selected="true"]:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "color: #24292e" */ + .select-menu-item.selected, + details-menu .select-menu-item[aria-checked="true"], + details-menu .select-menu-item[aria-selected="true"] { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .select-menu-item.selected .description, + details-menu .select-menu-item[aria-checked="true"] .description, + details-menu .select-menu-item[aria-selected="true"] .description { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .select-menu-item.selected > .octicon, + details-menu .select-menu-item[aria-checked="true"] > .octicon, + details-menu .select-menu-item[aria-selected="true"] > .octicon { + color: #dbdbdbAA; + } + /* source #5: "initial" */ + .select-menu.label-select-menu .select-menu-item:active { + background-color: initial !important; + } + /* source #5: "color: #6a737d", "#e1e4e8" */ + .table-list { + color: #dbdbdb94; + } + /* source #5: "#eaecef" */ + .table-list, .table-list-bordered { + border-bottom-color: #233a55; + } + /* source #5: "#eaecef" */ + .table-list-bordered .table-list-cell:first-child { + border-left-color: #233a55; + } + /* source #5: "#eaecef" */ + .table-list-bordered .table-list-cell:last-child { + border-right-color: #233a55; + } + /* source #5: "box-shadow: inset 2px 0 0 #0366d6" */ + .table-list-item.unread .table-list-cell:first-child { + box-shadow: inset 2px 0 0 #eee; + } + /* source #5: "#eaecef" */ + .table-list-cell { + border-top-color: #233a55; + } + /* source #5: "#f6f8fa", "#e1e4e8" */ + .table-list-header { + background-color: #0c1c2e; + border-color: #233a55; + } + /* source #5: "color: #586069" */ + .table-list-header-meta, .table-list-header-toggle .btn-link { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .table-list-header-toggle .btn-link.selected, + .table-list-header-toggle .btn-link.selected:hover, + .table-list-header-toggle .btn-link:hover, + .table-list-header-toggle .select-menu-button.selected, + .table-list-header-toggle .select-menu-button.selected:hover, + .table-list-header-toggle .select-menu-button:hover { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .Box-body .help, .breadcrumb { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .breadcrumb strong.final-path { + color: #dbdbdbAA; + } + /* source #5: "#dfe2e5" */ + .capped-card { + border-color: #233a55; + } + /* source #5: "#eaecef" */ + .capped-card > p, .capped-card h3 { + border-bottom-color: #233a55; + } + /* source #5: "color: #586069" */ + .capped-card > p { + color: #dbdbdbCC; + } + /* source #5: "#f6f8fa" */ + .capped-card-content { + background: #0c1c2e; + } + /* source #5: "initial" */ + .comment-body .highlight { + background-color: initial; + } + /* source #5: "#0366d6" */ + .comment-form-textarea.dragover { + border-color: #d13358; + } + /* source #5: "color: #86181d", "rgba(27,31,35,.15)" */ + .comment-form-error { + color: #f44; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #586069", "#dfe2e5" */ + .email-format .email-quoted-reply, .email-format .email-signature-reply { + color: #dbdbdbCC; + border-left-color: #233a55; + } + /* source #5: "color: #444d56", "#dfe2e5" */ + .email-format .email-hidden-toggle a { + color: #dbdbdbCC; + background: #06111d; + } + /* source #5: "#c6cbd1" */ + .email-format .email-hidden-toggle a:hover { + background-color: #484848; + } + /* source #5: "#0366d6" */ + .email-format .email-hidden-toggle a:active { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "color: #c6cbd1" */ + .locked-conversation .preview-tab, .locked-conversation .write-tab { + color: #5a5a5a; + } + /* source #5: "#f6f8fa", "#eaecef" */ + .commit-form, .commit-sha { + border-color: #233a55; + } + .commit-sha { + background-color: #0c1c2e; + } + /* source #5: "color: #444d56" */ + .commit .commit-title, .commit .commit-title a { + color: #dbdbdbCC; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .commit .commit-title.blank, .commit .commit-title.blank a { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #0366d6" */ + .commit-link, .commit .commit-title .issue-link { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#dbedff" */ + a.commit-ref:hover { + background-color: #293b54; + } + /* source #5: "rgba(27,31,35,.15)" */ + .commit-desc + .commit-branches { + border-top-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #24292e" */ + .commit-author-section { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .commit-group-title, .commit-tease, .commit-tease-sha { + color: #dbdbdbCC; + } + /* source #5: "color: #c6cbd1", "#fff" */ + .commit-group-title .octicon-git-commit { + color: #5a5a5a; + background: #09192b; + background-image: none; + } + /* source #5: "color: #24292e" */ + .commits-list-item .commit-title { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .commits-list-item .commit-author, .commits-list-item .commit-meta { + color: #dbdbdbCC; + } + /* source #5: "#e1e4e8" */ + .commits-list-item + .commits-list-item { + border-top-color: #233a55; + } + /* source #5: "rgba(27,31,35,.15)" */ + .full-commit { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "initial", "rgba(27,31,35,.15)" */ + .full-commit .btn-outline, .full-commit .btn-outline:disabled { + background-color: initial; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #05264c" */ + .full-commit p.commit-title { + color: #dbdbdbEE; + } + /* source #5: "color: #444d56" */ + .full-commit .branches-list li { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .full-commit .branches-list li.loading, + .full-commit .branches-list li.pull-request { + color: #dbdbdb94; + } + /* source #5: "#fff", "rgba(27,31,35,.15)" */ + .full-commit .commit-meta { + background: #09192b; + background-image: none; + border-top-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #444d56" */ + .full-commit .sha-block, .full-commit .sha-block > .sha, + .full-commit .sha-block > a { + color: #dbdbdbCC; + } + /* source #5: "#444d56" */ + .full-commit .sha-block > a:hover { + border-bottom-color: #484848; + } + /* source #5: "color: #444d56" */ + .branches-tag-list li:first-child { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .branches-tag-list li.loading { + color: #dbdbdb94; + } + /* source #5: "#d3e2f4" */ + .branches-tag-list li .ellipsis-expander { + background-color: #06111d; + } + /* source #5: "#d6e2f1" */ + .branches-tag-list li .ellipsis-expander:hover { + background-color: #444; + } + /* source #5: "color: #6a737d" */ + .commit-branches { + color: #dbdbdb94; + } + /* source #5: "color: #cb2431" */ + .commit-loader .loader-error { + color: #f44; + } + /* source #5: "#f6f8fa" */ + .dropdown-signed-commit .dropdown-menu::after { + border-bottom-color: #122235; + } + /* source #5: "transparent", "#f6f8fa" */ + .dropdown-signed-commit .dropdown-menu-w::after { + border-bottom-color: transparent; + border-left-color: #122235; + } + /* source #5: "#f6f8fa", "#e1e4e8" */ + .signed-commit-header { + background-color: #0c1c2e; + border-bottom-color: #233a55; + } + /* source #5: "color: #28a745" */ + .signed-commit-header .octicon-verified { + color: #6cc644; + } + /* source #5: "color: #959da5" */ + .signed-commit-header .octicon-unverified { + color: #767676; + } + /* source #5: "color: #586069", "none", "#e1e4e8" */ + .signed-commit-badge { + color: #dbdbdbCC; + background: none; + border-color: #233a55; + } + /* source #5: "color: #24292e" */ + .signed-commit-signer-name .signer { + color: #dbdbdbAA; + } + /* source #5: "#eaecef" */ + .table-of-contents li + li { + border-top-color: #233a55; + } + /* source #5: "color: #c6cbd1" */ + .table-of-contents .toc-diff-stats .octicon { + color: #5a5a5a; + } + /* source #5: "color: #cb2431" */ + .table-of-contents .octicon-diff-removed { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .table-of-contents .octicon-diff-renamed { + color: #dbdbdb94; + } + /* source #5: "color: #dbab09" */ + .table-of-contents .octicon-diff-modified { + color: #cb4; + } + /* source #5: "color: #28a745" */ + .table-of-contents .octicon-diff-added { + color: #6cc644; + } + /* source #5: "color: #24292e" */ + .toc-select .select-menu-item-heading, .toc-select .select-menu-item-text { + color: #dbdbdbAA; + } + /* source #5: "color: #cb2431" */ + .toc-select .select-menu-item-icon.octicon-diff-removed { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .toc-select .select-menu-item-icon.octicon-diff-renamed { + color: #dbdbdb94; + } + /* source #5: "color: #dbab09" */ + .toc-select .select-menu-item-icon.octicon-diff-modified { + color: #cb4; + } + /* source #5: "color: #28a745" */ + .toc-select .select-menu-item-icon.octicon-diff-added { + color: #6cc644; + } + /* source #5: "color: #6a737d", "#dfe2e5" */ + .conversation-list-heading { + color: #dbdbdb94; + border-bottom-color: #233a55; + } + /* source #5: "#fff" */ + .conversation-list-heading .inner { + background: #09192b; + background-image: none; + } + /* source #5: "color: #6a737d" */ + .simple-conversation-list { + color: #dbdbdb94; + } + /* source #5: "#f6f8fa" */ + .simple-conversation-list > li { + border-top-color: #122235; + } + /* source #5: "color: #6a737d" */ + .simple-conversation-list > li .num { + color: #dbdbdb94; + } + /* source #5: "#f6f8fa" */ + .copyable-terminal { + background-color: #0c1c2e; + } + /* source #5: "#e1e4e8" */ + .diff-table .line-comments { + border-top-color: #233a55; + } + /* source #5: "#e1e4e8", "#e1e4e8" */ + .diff-table tr:not(:last-child) .line-comments { + border-top-color: #233a55; + border-bottom-color: #233a55; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .blob-num { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: rgba(27,31,35,.6)" */ + .blob-num:hover { + color: rgba(230, 230, 230, 0.6); + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .blob-num.non-expandable:hover { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #24292e" */ + .blob-code-inner { + color: #dbdbdbAA; + } + /* source #5: "#fffbdd" */ + .blob-code-inner.highlighted, .blob-code-inner .highlighted { + background-color: #06111d; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .blob-code-hunk, .blob-num-expandable, .blob-num-hunk { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#f1f8ff" */ + .blob-code-hunk, .blob-num-expandable, .blob-num-hunk { + background-color: #293b54; + } + /* source #5: "#fafbfc" */ + .blob-expanded .blob-code, .blob-expanded .blob-num { + background-color: #09192b; + } + /* source #5: "#eaecef" */ + .blob-expanded + tr:not(.blob-expanded) .blob-code, + .blob-expanded + tr:not(.blob-expanded) .blob-num, + .blob-expanded .blob-num-hunk, + tr:not(.blob-expanded) + .blob-expanded .blob-code, + tr:not(.blob-expanded) + .blob-expanded .blob-num { + border-top-color: #233a55; + } + /* source #5: "color: #586069" */ + .blob-num-expandable .diff-expander, + .blob-num-expandable .directional-expander { + color: #dbdbdbCC; + } + /* source #5: "#0366d6", "#0366d6" */ + .blob-num-expandable .diff-expander:hover, + .blob-num-expandable .directional-expander:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #24292e" */ + .blob-code-addition .x, .blob-code-deletion .x { + color: #dbdbdbAA; + } + /* source #5: "rgba(255,223,93,.2)" */ + .selected-line::after { + background: rgba(132, 70, 0, 0.2); + } + /* source #5: "#ffd33d" */ + .selected-line.selected-line-top::after { + border-top-color: #EFA554; + } + /* source #5: "#ffd33d" */ + .selected-line.selected-line-bottom::after { + border-bottom-color: #EFA554; + } + /* source #5: "#ffd33d" */ + .selected-line.selected-line-left::after, .selected-line:first-child::after { + border-left-color: #EFA554; + } + /* source #5: "#ffd33d" */ + .selected-line.selected-line-right::after, .selected-line:last-child::after { + border-right-color: #EFA554; + } + /* source #5: "#0366d6" */ + .is-commenting .selected-line.blob-code::before { + background: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "#0366d6", "#0366d6" */ + .add-line-comment { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + background-image: linear-gradient(#0372ef, /*[[base-color]]*/ #d13358; color: #fff; background-image: none); + } + /* source #5: "#dfe2e5" */ + .inline-comment-form { + border-color: #233a55; + } + /* source #5: "#eaecef" */ + .empty-cell + .line-comments, .line-comments + .line-comments { + border-left-color: #233a55; + } + /* source #5: "#f6f8fa" */ + .file-diff-split .blob-code + .blob-num { + border-left-color: #122235; + } + /* source #5: "#fafbfc", "#eaecef" */ + .file-diff-split .empty-cell { + background-color: #09192b; + border-right-color: #233a55; + } + /* source #5: "color: #cb2431" */ + .submodule-diff-stats .octicon-diff-removed { + color: #f44; + } + /* source #5: "color: #28a745" */ + .submodule-diff-stats .octicon-diff-added { + color: #6cc644; + } + /* source #5: "linear-gradient(180deg,rgba(242,248,254,0),rgba(242,248,254,.47))" */ + .code-navigation-banner { + background: linear-gradient(180deg, #09192b, #09192b); + } + /* source #5: "#e1e4e8" */ + .discussion-timeline.team-discussion-timeline::before, + .discussion-timeline::before { + background-color: #233a55; + } + /* source #5: "#fff" */ + .discussion-timeline.team-discussion-timeline .blankslate { + background: #09192b; + background-image: none; + } + /* source #5: "color: #586069" */ + .discussion-sidebar-item { + color: #dbdbdbCC; + } + /* source #5: "color: #959da5" */ + .discussion-sidebar-item .muted-icon { + color: #767676; + } + /* source #5: "color: #0366d6" */ + .discussion-sidebar-item .muted-icon:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#e1e4e8" */ + .discussion-sidebar-item + .discussion-sidebar-item { + border-top-color: #233a55; + } + /* source #5: "color: #586069" */ + .discussion-sidebar-heading { + color: #dbdbdbCC; + } + /* source #5: "color: #959da5" */ + .discussion-sidebar-toggle .octicon { + color: #767676; + } + /* source #5: "color: #0366d6" */ + .discussion-sidebar-toggle:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "none" */ + button.discussion-sidebar-toggle { + background: none; + } + /* source #5: "color: #586069" */ + .sidebar-assignee .assignee { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .sidebar-assignee .assignee:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #cb2431" */ + .thread-subscribe-form.is-error .thread-subscribe-button { + color: #f44; + } + /* source #5: "color: #586069" */ + .participation a { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .participation a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#fff" */ + .gh-header, .gh-header .gh-header-sticky.is-stuck + .gh-header-shadow { + background-color: #09192b; + background-image: none; + } + /* source #5: "color: #6a737d" */ + .gh-header-number { + color: #dbdbdb94; + } + /* source #5: "color: #586069", "#e1e4e8" */ + .gh-header-meta { + color: #dbdbdbCC; + border-bottom-color: #233a55; + } + /* source #5: "#e1e4e8" */ + .tabnav-pr { + border-color: #233a55; + } + /* source #5: "color: #586069" */ + .tabnav-pr .tabnav-tab { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e", "#e1e4e8" */ + .tabnav-pr .tabnav-tab.selected { + color: #dbdbdbAA; + border-color: #233a55; + } + /* source #5: "#fff", "#fff" */ + .timeline-comment-wrapper { + border-top-color: #09192b; + border-bottom-color: #09192b; + } + /* source #5: "color: #24292e", "#fff", "#d1d5da" */ + .timeline-comment { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #5: "#c0d3eb" */ + .timeline-comment.current-user { + border-color: #d1335835; + } + /* source #5: "#f1f8ff", "#c0d3eb" */ + .timeline-comment.current-user .timeline-comment-header { + background-color: #293b54; + border-bottom-color: #d1335835; + } + /* source #5: "#c0d3eb" */ + .timeline-comment.current-user .timeline-comment-label { + border-color: #d1335835; + } + /* source #5: "color: #c0d3eb", "#f1f8ff", "#c0d3eb" */ + .timeline-comment.current-user .previewable-comment-form .comment-form-head.tabnav { + color: #d1335835; + background-color: #293b54; + border-bottom-color: #d1335835; + } + /* source #5: "#e5d999" */ + .timeline-comment.is-internal, .timeline-comment.unread-item { + border-color: #542; + } + /* source #5: "#fffdef", "#e5d999" */ + .timeline-comment.is-internal .timeline-comment-header, + .timeline-comment.unread-item .timeline-comment-header { + background-color: #06111d; + border-bottom-color: #542; + } + /* source #5: "#e5d999" */ + .timeline-comment.is-internal .timeline-comment-label, + .timeline-comment.unread-item .timeline-comment-label { + border-color: #542; + } + /* source #5: "#fffdef", "#e5d999" */ + .timeline-comment.is-internal .previewable-comment-form .comment-form-head.tabnav, + .timeline-comment.unread-item .previewable-comment-form .comment-form-head.tabnav { + background-color: #06111d; + border-bottom-color: #542; + } + /* source #5: "#e1e4e8" */ + .timeline-comment .comment + .comment { + border-top-color: #233a55; + } + /* source #5: "transparent" */ + .timeline-comment--caret::after, .timeline-comment--caret::before { + border-color: transparent; + } + /* source #5: "#f6f8fa" */ + .timeline-comment--caret::after { + border-right-color: #122235; + } + /* source #5: "#d1d5da" */ + .timeline-comment--caret::before { + border-right-color: #233a55; + } + /* source #5: "transparent" */ + .is-pending .timeline-comment--caret::after, + .is-pending .timeline-comment--caret::before { + border-color: transparent; + } + /* source #5: "#fffdef" */ + .is-pending .timeline-comment--caret::after { + border-right-color: #06111d; + } + /* source #5: "transparent" */ + .timeline-comment--caret.current-user::after, + .timeline-comment--caret.current-user::before { + border-color: transparent; + } + /* source #5: "#f1f8ff" */ + .timeline-comment--caret.current-user::after { + border-right-color: #293b54; + } + /* source #5: "#c0d3eb" */ + .timeline-comment--caret.current-user::before { + border-right-color: #d1335835; + } + /* source #5: "transparent" */ + .timeline-comment--caret.is-internal::after, + .timeline-comment--caret.is-internal::before, + .timeline-comment--caret.unread-item::after, + .timeline-comment--caret.unread-item::before { + border-color: transparent; + } + /* source #5: "#fffdef" */ + .timeline-comment--caret.is-internal::after, + .timeline-comment--caret.unread-item::after { + border-right-color: #06111d; + } + /* source #5: "#e5d999" */ + .timeline-comment--caret.is-internal::before, + .timeline-comment--caret.unread-item::before { + border-right-color: #542; + } + /* source #5: "filter: drop-shadow(-.28em 0 0 #c8e1ff)", "#2188ff" */ + :target .timeline-comment--caret::before { + filter: drop-shadow(-0.28em 0 0 rgba(79, 140, 201, 0.3)); + filter: drop-shadow(-0.28em 0 0 rgba(/*[[base-color-rgb]]*/, 0.3)); + border-right-color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em #c8e1ff" */ + :target .timeline-comment { + border-color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em #c8e1ff" */ + .review-comment:target, :target .timeline-comment { + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.3); + } + .review-comment:target { + border-color: #d13358; + } + /* source #5: "color: #586069", "#f6f8fa", "#d1d5da" */ + .timeline-comment-header { + color: #dbdbdbCC; + background-color: #0c1c2e; + border-bottom-color: #233a55; + } + /* source #5: "color: #586069" */ + .Link--primary, + .timeline-comment-header .author { + color: #d13358 !important; + } + /* source #5: "rgba(27,31,35,.15)" */ + .timeline-comment-label { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #cb2431", "#d73a49" */ + .timeline-comment-label-spammy { + color: #f44; + border-color: #b00; + } + /* source #5: "color: #586069" */ + .timeline-comment-header-text code a { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .timeline-comment-action { + color: #dbdbdb94; + } + /* source #5: "color: #0366d6" */ + .timeline-comment-action:focus, .timeline-comment-action:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #d1d5da" */ + .timeline-comment-action.disabled, .timeline-comment-action.disabled:hover { + color: #233a55; + } + /* source #5: "#e1e4e8" */ + .timeline-new-comment .previewable-comment-form .comment-body { + border-bottom-color: #233a55; + } + /* source #5: "color: #24292e", "#e1e4e8", "#fff" */ + .discussion-item-icon { + color: #dbdbdbAA; + background-color: #233a55; + border-color: #09192b; + } + /* source #5: "color: #586069" */ + .discussion-item-header { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .commit-message .issue-link { + color: #dbdbdbAA; + } + /* source #5: "color: #0366d6" */ + .commit-message .issue-link:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .discussion-item-private { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#f6f8fa" */ + .previewable-comment-form .comment-form-head.tabnav { + background: #0c1c2e; + } + /* source #5: "#fff" */ + .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting { + background: #09192b; + background-image: none; + } + /* source #5: "transparent" */ + @media (min-width: 1012px) { + .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting { + background: transparent; + } + } + /* source #5: "#f6f8fa" */ + @media (min-width: 768px) { + .page-responsive .previewable-comment-form .comment-form-head.tabnav { + background: #0c1c2e; + } + } + /* source #5: "initial", "#e1e4e8" */ + .previewable-comment-form .comment-body { + background-color: initial; + border-bottom-color: #233a55; + } + /* source #5: "#fff" */ + .new-discussion-timeline .composer .timeline-comment::after { + border-right-color: #09192b; + } + /* source #5: "#fff" */ + .new-discussion-timeline .composer .comment-form-head.tabnav { + background-color: #09192b; + background-image: none; + } + /* source #5: "#d1d5da", "transparent", "#fff", "#d1d5da" */ + @media (min-width: 768px) { + .composer.composer-responsive .timeline-comment { + border-color: #233a55; + } + .composer.composer-responsive .timeline-comment::after, + .composer.composer-responsive .timeline-comment::before { + border-color: transparent; + } + .composer.composer-responsive .timeline-comment::after { + border-right-color: #09192b; + } + .composer.composer-responsive .timeline-comment::before { + border-right-color: #233a55; + } + } + /* source #5: "#fff", "#e1e4e8" */ + .discussion-timeline-actions { + border-top-color: #233a55; + } + /* source #5: "#fff" */ + .discussion-timeline-actions, .pagination-loader-container { + background-color: #09192b; + background-image: none; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em #c8e1ff" */ + :target .timeline-comment-group .timeline-comment { + border-color: /*[[base-color]]*/ #d13358; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #5: "#fffdef" */ + .is-pending .comment-form-head.tabnav, .is-pending .file-header { + background-color: #06111d; + } + /* source #5: "#e1e4e8" */ + .discussion-item-review-comment { + border-bottom-color: #233a55; + } + /* source #5: "#e1e4e8" */ + .discussion-item-icon-gray { + background-color: #233a55 !important; + } + /* source #5: "color: #c6cbd1" */ + .footer-octicon { + color: #5a5a5a; + } + /* source #5: "color: #959da5" */ + .footer-octicon:hover { + color: #767676; + } + /* source #5: "none", "box-shadow: none" */ + .kb-konami-dialog { + background: none; + box-shadow: none; + } + /* source #5: "#fff" */ + .kb-konami-dialog .Box-btn-octicon { + border-color: #09192b; + } + /* source #5: "none" */ + .konami, .konami-overlay { + background: none; + } + /* source #5: "none", "#fff" */ + .konami .key.complete { + background: none; + border-color: #09192b; + } + /* source #5: "color: #24292e" */ + .konami .enter-link, .konami .key.active { + color: #dbdbdbAA; + } + /* source #5: "none" */ + .konami .enter-link:hover { + background: none; + } + /* source #5: "color: #24292e" */ + .team-mention, .user-mention { + color: #dbdbdbAA; + } + /* source #5: "#e1e4e8" */ + .pagehead { + border-bottom-color: #233a55; + } + /* source #5: "color: #24292e" */ + .pagehead-actions > li { + color: #dbdbdbAA; + } + /* source #5: "color: #cb2431" */ + .pagehead-actions .octicon-mute { + color: #f44; + } + /* source #5: "color: #586069", "transparent", "transparent" */ + .pagehead-tabs-item { + color: #dbdbdbCC; + border-color: transparent; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .pagehead-tabs-item .octicon { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #444d56" */ + .pagehead-tabs-item .Counter { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .pagehead-tabs-item:hover { + color: #dbdbdbAA; + } + /* source #5: "color: #24292e", "#fff", "#e1e4e8","transparent" */ + .pagehead-tabs-item.selected { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + border-color: #e36209 #233a55 transparent; + } + /* source #5: "color: #586069" */ + .repohead h1 { + color: #dbdbdbCC; + } + /* source #5: "color: rgba(27,31,35,.5)" */ + .repohead h1.private .octicon { + color: rgba(230, 230, 230, 0.5); + } + /* source #5: "color: #959da5" */ + .repohead h1 .octicon { + color: #767676; + } + /* source #5: "color: #586069", "transparent", "transparent" */ + .reponav-item { + color: #dbdbdbCC; + border-color: transparent; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .reponav-item .octicon { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #444d56" */ + .reponav-item .Counter { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .reponav-item:focus, .reponav-item:hover { + color: #dbdbdbAA; + } + /* source #5: "color: #24292e", "#fff", "#e1e4e8","transparent" */ + .reponav-item.selected { + color: #dbdbdbAA; + background-image: none; + border-color: #e36209 #233a55 transparent; + } + /* source #5: "#24292e" */ + .reponav-item.selected, .reponav-wrapper { + background-color: #09192b; + } + /* source #5: "initial" */ + .reponav-wrapper .reponav-item.selected { + background-color: initial; + } + /* source #5: "#dfe2e5" */ + .steps { + border-color: #233a55; + } + /* source #5: "color: #c6cbd1", "#fafbfc", "#dfe2e5" */ + .steps li { + color: #5a5a5a; + background-color: #09192b; + border-left-color: #233a55; + } + /* source #5: "color: #24292e", "#fff" */ + .steps li.current { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + /* source #5: "color: #0366d6" */ + .steps li.current .octicon { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069" */ + .steps .complete { + color: #dbdbdbCC; + } + /* source #5: "color: #28a745" */ + .steps .complete .octicon { + color: #6cc644; + } + /* source #5: "color: #0366d6" */ + .prose-diff .show-rich-diff { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #d1d5da" */ + .prose-diff.collapsed .rich-diff-level-zero.expandable .octicon { + color: #233a55; + } + /* source #5: "color: #24292e" */ + .prose-diff.collapsed .rich-diff-level-zero.expandable:hover .octicon { + color: #dbdbdbAA; + } + /* source #5: "color: #d1d5da" */ + .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child::before { + color: #233a55; + } + /* source #5: "color: #24292e" */ + .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child:hover::before { + color: #dbdbdbAA; + } + /* source #5: "color: #cb2431" */ + .prose-diff .changed .removed, .prose-diff .changed .removed > div, + .prose-diff .changed .removed code, .prose-diff .changed del, + .prose-diff .changed del > div, .prose-diff .changed del code, + .prose-diff > .markdown-body li ul.removed { + color: #f44; + } + /* source #5: "color: #d1d5da" */ + .prose-diff > .markdown-body li.added.moved-down .octicon, + .prose-diff > .markdown-body li.added.moved-up .octicon { + color: #233a55; + } + /* source #5: "#fffdef" */ + .prose-diff > .markdown-body li.added.moved { + background: #06111d; + } + /* source #5: "#fffdef", "#dfe2e5" */ + .prose-diff > .markdown-body td.changed, + .prose-diff > .markdown-body th.changed { + background: #06111d; + border-left-color: #233a55; + } + /* source #5: "color: #cb2431" */ + .prose-diff > .markdown-body li:not(.moved).removed { + color: #f44; + } + /* source #5: "#f6f8fa" */ + .protip code { + background-color: #0c1c2e; + } + /* source #5: "transparent" */ + .add-reactions-options-item { + border-color: transparent; + } + /* source #5: "#dbedff" */ + .add-reactions-options-item:active { + background-color: #293b54; + } + /* source #5: "#e1e4e8" */ + .comment-reactions.has-reactions { + border-top-color: #233a55; + } + /* source #5: "#f1f8ff" */ + .comment-reactions .user-has-reacted { + background-color: #293b54; + } + /* source #5: "#e1e4e8" */ + .reaction-summary-item { + border-right-color: #233a55; + } + /* source #5: "#dfe2e5" */ + .render-container { + background: #06111d; + } + /* source #5: "none" */ + .render-container.is-render-ready.is-render-requested:not(.is-render-failed) { + background: none; + } + /* source #5: "color: #444d56", "#f6f8fa", "rgba(27,31,35,.15)" */ + .render-notice { + color: #dbdbdbCC; + background-color: #0c1c2e; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#f1f8ff" */ + .commit-tease .AvatarStack-body { + background: #293b54; + } + /* source #5: "#dfe2e5" */ + .content-attachment { + border-left-color: #233a55; + } + /* source #5: "#fff" */ + .max--md .content-attachment-content--gradient { + background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #09192b; background-image: none calc(100% - 28px)); + } + /* source #5: "none" */ + .content-attachment-details[open] .max--md .content-attachment-content--gradient { + background: none; + } + /* source #5: "color: #586069" */ + .marketing .pagehead p { + color: #dbdbdbCC; + } + /* source #5: "color: #28a745" */ + .marketing h2 .secure { + color: #6cc644; + } + /* source #5: "#e5e5e5" */ + .marketing-section { + border-bottom-color: #233a55; + } + /* source #5: "#e5e5e5" */ + .marketing-hero-octicon { + border-color: #233a55; + } + /* source #5: "color: #0366d6" */ + .marketing-hero-octicon .octicon { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069" */ + .hanging-icon-list .octicon { + color: #dbdbdbCC; + } + /* source #5: "color: #28a745" */ + .hanging-icon-list .octicon-check { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .hanging-icon-list .octicon-x { + color: #f44; + } + /* source #5: "rgba(27,31,35,.5)" */ + .btn-blurple.hover, .btn-blurple:hover { + border-color: rgba(200, 200, 200, 0.3); + } + /* source #5: "none", "rgba(27,31,35,.5)" */ + .btn-blurple.selected, .btn-blurple:active, + .btn-blurple[aria-selected="true"], [open] > .btn-blurple { + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #5: "none", "rgba(27,31,35,.15)", "box-shadow: none" */ + .btn-blurple.disabled, .btn-blurple:disabled, + .btn-blurple[aria-disabled="true"] { + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + box-shadow: none; + } + /* source #5: "#fff" */ + .btn-blurple .Counter { + background-color: #09192b; + background-image: none; + } + /* source #5: "color: #0366d6" */ + .intgrs-lstng-item-link:hover .intgrs-lstng-item-header { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #333" */ + .intgrs-lstng-item-header { + color: #dbdbdbEE; + } + /* source #5: "color: #586069" */ + .intgrs-lstng-item-description { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .intgrs-lstng-item-description::after { + background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #09192b; background-image: none 80%); + } + /* source #5: "color: #0366d6" */ + .intgr-admin-link:hover .octicon { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069" */ + .intgr-admin-link .octicon { + color: #dbdbdbCC; + } + /* source #5: "initial" */ + .integrations-install-target .flash, + .integrations-install-target .flash-error { + background-color: initial; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .integrations-install-target .octicon-lock { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#fafbfc" */ + .listgroup-item.disabled { + background-color: #09192b; + } + /* source #5: "color: #333" */ + .listgroup-item.disabled .listgroup-item-title { + color: #dbdbdbEE; + } + /* source #5: "color: #767676" */ + .link-small { + color: #767676; + } + /* source #5: "color: #0366d6" */ + .listgroup-item:hover .link-small { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#d73a49" */ + .manifest-errors { + border-left-color: #b00; + } + /* source #5: "#fff" */ + .not-found-octocat-wrapper::after { + background: #09192b; + background-image: none; + } + /* source #5: "color: #333" */ + .billing-plans .name { + color: #dbdbdbEE; + } + /* source #5: "#28a745" */ + .billing-plans .coupon td { + background-color: #373; + } + /* source #5: "transparent" */ + .coupon-label::after { + border-color: transparent; + } + /* source #5: "#eee" */ + .plan-notice { + border-top-color: #233a55; + } + /* source #5: "#cb2431" */ + .alert-label--high { + background-color: #911; + } + /* source #5: "fill: #cb2431" */ + .graph-canvas .alert-label--high { + fill: #f44; + } + /* source #5: "fill: #e36209" */ + .graph-canvas .alert-label--moderate { + fill: #fb8532; + } + /* source #5: "#dbab09" */ + .alert-label--low { + background-color: #cb4; + } + /* source #5: "fill: #dbab09" */ + .graph-canvas .alert-label--low { + fill: #cb4; + } + /* source #5: "#f6f8fa", "#e1e4e8" */ + .advisory-form { + background-color: #0c1c2e; + border-top-color: #233a55; + } + /* source #5: "#fff" */ + .advisory-form .form-actions, .advisory-form .form-control, + .advisory-form .previewable-comment-form { + background-color: #09192b; + background-image: none; + } + /* source #5: "#f5f5f5" */ + .credit-card { + background-color: #0c1c2e; + } + /* source #5: "color: #767676", "#fff" */ + .credit-card.normal .signature { + color: #767676; + background-color: #09192b; + background-image: none; + } + /* source #5: "#d73a49" */ + .credit-card .cvv { + border-color: #b00; + } + /* source #5: "color: #586069" */ + .credit-card .cvv span { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .billing-addon-items td.black { + color: #dbdbdbAA; + } + /* source #5: "#eee" */ + .billing-addon-items tr { + border-bottom-color: #233a55; + } + /* source #5: "#fafbfc" */ + .billing-addon-items tr:nth-child(2n) { + background-color: #09192b; + } + /* source #5: "color: #cb2431", "#fff" */ + .billing-addon-items tr.total-row { + color: #f44; + background-color: #09192b; + background-image: none; + } + /* source #5: "color: #dbdbdb66" */ + .billing-addon-items .addon-cost, + .billing-addon-items .discounted-original-price { + color: #dbdbdb94; + } + /* source #5: "#fff" */ + .billing-credit-card .javascript-disabled-overlay { + background-color: #09192b; + background-image: none; + } + /* source #5: "#eee" */ + .billing-extra-box, .billing-vat-box { + border-left-color: #233a55; + } + /* source #5: "color: #586069" */ + .billing-section .section-label { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .billing-section .section-content { + color: #dbdbdbEE; + } + /* source #5: "#eee" */ + .usage-bar { + background: #361c2b; + } + /* source #5: "#d73a49" */ + .usage-bar.exceeded .progress { + background-color: #f44 !important; + } + /* source #5: "color: #586069" */ + .lfs-data-icon { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .lfs-data-icon.dark { + color: #dbdbdbEE; + } + /* source #5: "#f9f9f9" */ + .paypal-container { + background-color: #09192b; + } + /* source #5: "#ddd" */ + .braintree-paypal-loggedin { + border-color: #233a55 !important; + } + /* source #5: "color: #586069" */ + .payment-history .currency, .payment-history .status { + color: #dbdbdbCC; + } + /* source #5: "color: #28a745" */ + .payment-history .succeeded .status { + color: #6cc644; + } + /* source #5: "#f6f8fa" */ + .payment-history .failed, .payment-history .refunded { + background: #0c1c2e; + } + /* source #5: "color: #6a737d" */ + .payment-history .refunded .status { + color: #dbdbdb94; + } + /* source #5: "color: #cb2431" */ + .payment-history .failed .status { + color: #f44; + } + /* source #5: "color: #586069" */ + .discounted-original-price { + color: #dbdbdbCC; + } + /* source #5: "#f9f9f9", "#eee" */ + .billing-manager-banner { + background: #09192b; + border-bottom-color: #233a55; + } + /* source #5: "color: #586069" */ + .billing-manager-banner-text, .billing-manager-banner-title { + color: #dbdbdbCC; + } + /* source #5: "#fafbfc", "#e0e0e0" */ + .plan-choice { + background-color: #09192b; + border-color: #233a55; + } + /* source #5: "#fff" */ + .plan-choice.open, .plan-choice.selected { + background-color: #09192b; + background-image: none; + } + /* source #5: "#d1d5da" */ + .plan-choice--experiment.open, .plan-choice--experiment.selected { + border-color: #233a55; + } + /* source #5: "#28a745" */ + .plan-choice--experiment.open .plan-choice-icon, + .plan-choice--experiment.selected .plan-choice-icon { + background-color: #373; + } + /* source #5: "#34d058" */ + .plan-choice--experiment.plan-choice--green.open, + .plan-choice--experiment.plan-choice--green.selected { + border-color: #34d058; + } + /* source #5: "#28a745" */ + .plan-choice--experiment.plan-choice--green.open .plan-choice-icon, + .plan-choice--experiment.plan-choice--green.selected .plan-choice-icon { + background-color: #373; + } + /* source #5: "#8a63d2" */ + .plan-choice--experiment.plan-choice--purple.open, + .plan-choice--experiment.plan-choice--purple.selected { + border-color: #8368aa; + } + /* source #5: "#6f42c1" */ + .plan-choice--experiment.plan-choice--purple.open .plan-choice-icon, + .plan-choice--experiment.plan-choice--purple.selected .plan-choice-icon { + background-color: #8368aa; + } + /* source #5: "color: #6a737d" */ + .plan-choice-exp { + color: #dbdbdb94; + } + /* source #5: "#e0e0e0" */ + .billing-line-item { + border-top-color: #233a55; + } + /* source #5: "color: #6a737d" */ + .billing-box-accordion:hover .billing-box-accordion-state .octicon { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .billing-box-accordion-state .octicon { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .billing-box-progressBars span:nth-child(2) { + border-left-color: #09192b; + } + /* source #5: "color: #6a737d" */ + .blame-commit-date[data-heat="10"] { + color: #dbdbdb94; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .blame-commit-message .message.blank { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #d1d5da" */ + .reblame-link { + color: #233a55; + } + /* source #5: "color: #6a737d" */ + .blame-hunk:hover .reblame-link { + color: #dbdbdb94; + } + /* source #5: "#e5e5e5" */ + .blob-interaction-bar { + border-bottom-color: #233a55; + } + /* source #5: "color: #586069" */ + .blob-interaction-bar .octicon-search { + color: #dbdbdbCC; + } + /* source #5: "#f6f8fa" */ + .TagsearchPopover-list .TagsearchPopover-list-item:hover { + background-color: #0c1c2e; + } + /* source #5: "#fafbfc" */ + .linejump .linejump-input { + background-color: #09192b; + } + /* source #5: "#fff" */ + .CopyBlock:active, .CopyBlock:focus, .CopyBlock:hover { + background-color: #09192b; + background-image: none; + } + /* source #5: "#fff" */ + .file-commit-form--full { + background: #09192b; + background-image: none; + } + /* source #5: "transparent" */ + .commit-form::after, .commit-form::before { + border-color: transparent; + } + /* source #5: "#fff" */ + .commit-form::after { + border-right-color: #09192b; + } + /* source #5: "#ddd" */ + .commit-form::before { + border-right-color: #233a55; + } + /* source #5: "#d1d5da" */ + .merge-pr { + border-top-color: #233a55; + } + /* source #5: "#e1e4e8" */ + .merge-status-list { + border-color: #233a55; + } + /* source #5: "#fafbfc", "#e1e4e8" */ + .merge-status-item { + background-color: #09192b; + border-bottom-color: #233a55; + } + /* source #5: "color: #586069" */ + .merge-pr-more-commits, .status-meta { + color: #dbdbdbCC; + } + /* source #5: "#fff", "#d1d5da" */ + .branch-action-body { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #5: "transparent" */ + .branch-action-body::after, .branch-action-body::before { + border-color: transparent; + } + /* source #5: "#fff" */ + .branch-action-body::after { + border-right-color: #09192b; + } + /* source #5: "#d1d5da" */ + .branch-action-body::before { + border-right-color: #233a55; + } + /* source #5: "#fafbfc", "#e1e4e8" */ + .branch-action-body .merge-branch-form, .branch-action-body .merge-message { + background-color: #09192b; + border-top-color: #233a55; + } + /* source #5: "#e1e4e8" */ + .branch-action-item + .branch-action-item, + .branch-action-item + .mergeability-details { + border-top-color: #233a55; + } + /* source #5: "#2cbe4e" */ + .branch-action-state-clean .branch-action-icon { + background-color: #373; + } + /* source #5: "#34d058" */ + .branch-action-state-clean .branch-action-body { + border-color: #34d058; + } + /* source #5: "#34d058" */ + .branch-action-state-clean .branch-action-body::before { + border-right-color: #34d058; + } + /* source #5: "#dbab09" */ + .branch-action-state-unknown .branch-action-icon, + .branch-action-state-unstable .branch-action-icon { + background-color: #cb4; + } + /* source #5: "#6f42c1" */ + .branch-action-state-merged .branch-action-icon { + background-color: #8368aa; + } + /* source #5: "#6a737d" */ + .branch-action-state-closed-dirty .branch-action-icon, + .branch-action-state-dirty .branch-action-icon, + .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-icon { + background-color: #444; + } + /* source #5: "#d1d5da" */ + .branch-action-state-closed-dirty .branch-action-body, + .branch-action-state-dirty .branch-action-body, + .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body { + border-color: #233a55; + } + /* source #5: "#d1d5da" */ + .branch-action-state-closed-dirty .branch-action-body::before, + .branch-action-state-dirty .branch-action-body::before, + .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body::before { + border-right-color: #233a55; + } + /* source #5: "#d73a49" */ + .branch-action-state-error .branch-action-icon, + .is-merging .branch-action-state-error-if-merging .branch-action-icon { + background-color: #f44; + } + /* source #5: "#e1e4e8" */ + .merge-branch-form .commit-form::before { + border-right-color: #233a55; + } + /* source #5: "#2cbe4e" */ + .completeness-indicator-success { + background-color: #373; + } + /* source #5: "#cb2431" */ + .completeness-indicator-error { + background-color: #911; + } + /* source #5: "#6a737d" */ + .completeness-indicator-problem { + background-color: #444; + } + /* source #5: "#fffbdd", "rgba(27,31,35,.15)" */ + .RecentBranches { + background-color: #06111d; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #735c0f" */ + .RecentBranches-item, .RecentBranches-item-link { + color: #EFA554; + } + /* source #5: "#fafbfc", "#e1e4e8" */ + .range-editor { + background-color: #09192b; + border-color: #233a55; + } + /* source #5: "color: #586069" */ + .range-editor-icon { + color: #dbdbdbCC; + } + /* source #5: "#fff", "#dfe2e5" */ + ul.comparison-list { + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #5: "#eaecef" */ + ul.comparison-list > li { + border-top-color: #233a55; + } + /* source #5: "color: #586069" */ + ul.comparison-list > li em { + color: #dbdbdbCC; + } + /* source #5: "color: #a3aab1" */ + ul.comparison-list > li .octicon { + color: #767676; + } + /* source #5: "color: #6a737d", "#fafbfc" */ + ul.comparison-list > li.title { + color: #dbdbdb94; + background: #09192b; + } + /* source #5: "#959da5" */ + .branch-a-b-count .count-half:last-child { + border-left-color: #484848; + } + /* source #5: "#c6cbd1" */ + .branch-a-b-count .meter { + background-color: #484848; + } + /* source #5: "initial" */ + .branch-a-b-count .meter.zero { + background-color: initial; + } + /* source #5: "#eaecef" */ + .branch-a-b-count .bar-ahead.even, .branch-a-b-count .bar-behind.even { + background: #233a55; + } + /* source #5: "color: #586069" */ + .admin-options-block .policy-enforcement { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .admin-options-block .disabled, .admin-options-block .disabled .note, + .deprovisioning-checkbox.checkbox-disabled { + color: #dbdbdb94; + } + /* source #5: "#0366d6" */ + .checks-list-item.selected .checks-list-item-name { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none !important; + } + /* source #5: "#d73a49" */ + .check-annotation-failure::after { + background-color: #f44; + } + /* source #5: "#ffd33d" */ + .check-annotation-warning::after { + background-color: #cb4; + } + /* source #5: "color: #b08800" */ + .check-annotation-warning .annotation-title, + .check-annotation-warning .octicon-alert { + color: #cb4; + } + /* source #5: "color: #959da5" */ + .neutral-check { + color: #767676; + } + /* source #5: "#24292e" */ + .CheckRun { + background-color: #09192b; + } + /* source #5: "color: #959da5" */ + .CheckStep-header { + color: #767676; + } + /* source #5: "#24292e", "none" */ + .CheckRun-search .btn { + background-color: #09192b; + background-image: none; + } + /* source #5: "#2f363d" */ + .CheckRun-search .btn:hover { + background-color: #172c43; + } + /* source #5: "color: #586069", "none" */ + .CheckRun-search .btn[disabled] { + color: #dbdbdbCC; + background-image: none; + } + /* source #5: "#24292e" */ + .CheckRun-search .btn[disabled]:hover { + background-color: #09192b; + } + /* source #5: "#eaecef", "#444d56" */ + .CheckRun-header { + border-top-color: #233a55; + border-bottom-color: #484848; + } + /* source #5: "color: #959da5" */ + .CheckRun-header-timestamp { + color: #767676; + } + /* source #5: "hsla(0,0%,100%,.125)" */ + .CheckRun-search-input { + background-color: hsla(0, 0%, 100%, 0.05); + } + /* source #5: "color: #24292e", "#fafbfc" */ + .CheckRun-search-input:focus { + color: #dbdbdbAA; + background-color: #09192b; + } + /* source #5: "color: #959da5" */ + .CheckStep-line .CheckStep-line-number, + .CheckStep-line .CheckStep-line-timestamp { + color: #767676; + } + /* source #5: "#2f363d" */ + .CheckStep-line:hover { + background-color: #172c43; + } + /* source #5: "#586069" */ + .CheckStep-line.selected { + background-color: #233a55; + } + /* source #5: "color: #24292e !important", "#ffdf5d" */ + .CheckStep-line .dt-fm { + color: #dbdbdbAA !important; + background: #cb4; + } + /* source #5: "color: #959da5" */ + .CheckStep .log-line-info, .CheckStep .log-line-verbose { + color: #767676; + } + /* source #5: "color: #24292e" */ + .CheckStep .ansifg-b { + color: #dbdbdbAA; + } + /* source #5: "color: #959da5" */ + .CheckStep .ansifg-gr { + color: #767676; + } + /* source #5: "#24292e" */ + .CheckStep .ansibg-b, .CheckStep .ansibg-bl { + background-color: #09192b; + } + /* source #5: "#e1e4e8" */ + .CheckStep .ansibg-w { + background-color: #233a55; + } + /* source #5: "fill: #2cbe4e" */ + .code-frequency .addition { + fill: #6cc644; + } + /* source #5: "fill: #cb2431" */ + .code-frequency .deletion { + fill: #f44; + } + /* source #5: "color: #28a745" */ + .cadd { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .cdel { + color: #f44; + } + /* source #5: "#e1e4e8" */ + .code-list .file-box { + border-color: #233a55; + } + /* source #5: "#eee" */ + .code-list .code-list-item + .code-list-item { + border-top-color: #233a55; + } + /* source #5: "color: #0366d6" */ + .code-list .blob-num a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069" */ + .code-list .full-path .octicon-repo { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d" */ + .code-list .full-path a { + color: #dbdbdb94; + } + /* source #5: "#fffdef" */ + .code-list-item-private .blob-num { + background-color: #06111d; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .code-list-item-private .blob-num a { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "color: rgba(27,31,35,.7)", "#fffdef" */ + .code-list-item-private .divider .blob-code, + .code-list-item-private .divider .blob-num { + color: rgba(230, 230, 230, 0.7); + background-color: #06111d; + } + /* source #5: "#ffd33d" */ + .code-scanning-alert-warning-message { + border-color: #EFA554 !important; + } + /* source #5: "#e1e4e8" */ + .codesearch-results .repo-list-item + .repo-list-item { + border-top-color: #233a55; + } + /* source #5: "none", "box-shadow: none" */ + .search-form-fluid .search-page-input { + background: none; + box-shadow: none; + } + /* source #5: "box-shadow: none" */ + .search-form-fluid .search-page-input:focus { + box-shadow: none; + } + /* source #5: "color: #586069", "#fff", "#e1e4e8" */ + @media (max-width: 544px) { + .codesearch-pagination-container .current { + color: #dbdbdbCC; + background: #09192b; + background-image: none; + border-color: #233a55; + } + } + /* source #5: "color: #24292e", "#ffd33d" */ + .CommunityTemplate-highlight { + color: #dbdbdbAA; + background-color: #cb4; + } + /* source #5: "#0366d6" */ + .CommunityTemplate-highlight--focus { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "#ffd33d","#28a745", "initial" */ + .community-checklist .progress-bar { + background: linear-gradient(90deg, #cb4, #c5e300, #373); + background-color: initial; + } + /* source #5: "#f6f8fa" */ + .community-checklist .progress { + background-color: #0c1c2e; + } + /* source #5: "color: #dbab09" */ + .community-checklist .checklist-dot { + color: #cb4; + } + /* source #5: "color: #cb2431" */ + span.no-nl-marker { + color: #f44; + } + /* source #5: "#fff" */ + .select-menu-item { + background-color: #09192b; + background-image: none; + } + /* source #5: "color: #586069" */ + li.contribution .num, ul.simple-conversation-list a.meta { + color: #dbdbdbCC; + } + /* source #5: "fill: #959da5" */ + .activity-overview-percentage { + fill: #dbdbdb75; + } + /* source #5: "#f6f8fa" */ + .tint-box { + background: #0c1c2e; + } + /* source #5: "#fff" */ + .tint-box.transparent { + background: #09192b; + background-image: none; + } + /* source #5: "fill: #959da5" */ + .contrib-person .midlabel { + fill: #dbdbdb75; + } + /* source #5: "#fff" */ + .coupons .coupon-form-body { + background-color: #09192b; + background-image: none; + } + /* source #5: "color: #0366d6" */ + .coupon-icon { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "fill: #dbab09" */ + .repo-private-icon { + fill: #cb4; + } + /* source #5: "#e1e4e8" */ + .dashboard-rollup-items > .dashboard-rollup-item { + border-top-color: #233a55; + } + /* source #5: "#fafbfc", "#d1d5da" */ + .dashboard-notice { + background-color: #09192b; + border-color: #233a55; + } + /* source #5: "color: #959da5" */ + .dashboard-notice .dismiss { + color: #767676; + } + /* source #5: "color: #586069" */ + .dashboard-notice .dismiss:hover { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .dashboard-notice .octicon-organization { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #24292e" */ + .dashboard-notice h2 { + color: #dbdbdbAA; + } + /* source #5: "#fff" */ + .dashboard-notice .coupon { + background: #09192b; + background-image: none; + } + /* source #5: "#fff", "box-shadow: none" */ + .dashboards-overview-cards .blankslate { + background-color: #09192b; + background-image: none; + box-shadow: none; + } + /* source #5: "color: #cb2431" */ + .dashboards-overview-cards .octicon-arrow-down { + color: #f44; + } + /* source #5: "color: #0366d6" */ + .dashboards-overview-cards .summary-stats .metric-1 { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #dbdbdb66" */ + .developer-thanks .hook { + color: #dbdbdb94; + } + /* source #5: "color: #28a745" */ + .developer-next-steps .octicon { + color: #6cc644; + } + /* source #5: "#a2cbac" */ + .timeline-comment.current-user.timeline-chosen-answer, + .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-label, + .timeline-comment.timeline-chosen-answer, + .timeline-comment.timeline-chosen-answer .timeline-comment-label { + border-color: #28a745; + } + /* source #5: "#a2cbac" */ + .timeline-comment.current-user.timeline-chosen-answer::before, + .timeline-comment.timeline-chosen-answer::before { + border-right-color: #28a745; + } + /* source #5: "#f0fff4", "#a2cbac" */ + .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-header, + .timeline-comment.timeline-chosen-answer .timeline-comment-header { + background-color: #002800; + border-bottom-color: #28a745; + } + /* source #5: "box-shadow: none" */ + :target .discussion-nested-comment-group .timeline-comment { + box-shadow: none; + } + /* source #5: "box-shadow: 0 0 0 .2em #c8e1ff" */ + .discussion-nested-comment-timeline-item:target { + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #5: "box-shadow: none" */ + :target .nested-discussion-timeline-comment { + box-shadow: none; + } + /* source #5: "fill: #22863a" */ + .icon-discussion-answered, .icon-discussion-answered path { + fill: #6cc644; + } + /* source #5: "color: #24292e" */ + .icon-discussion-gray { + color: #dbdbdbAA; + } + /* source #5: "fill: #24292e" */ + .icon-discussion-gray, .icon-discussion-gray path { + fill: #dbdbdbEE; + } + /* source #5: "#6a737d" */ + .discussions-activity-indicator { + background-color: #444; + } + /* source #5: "box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)" */ + .discussion-spotlight-gradient[aria-selected="true"] { + box-shadow: 0 0 0 2px rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #5: "fill: #cb2431" */ + .donut-chart > .action_required, .donut-chart > .cancelled, + .donut-chart > .error, .donut-chart > .failure, .donut-chart > .timed_out { + fill: #f44; + } + /* source #5: "fill: #dbab09" */ + .donut-chart > .expected, .donut-chart > .in_progress, + .donut-chart > .pending, .donut-chart > .queued { + fill: #cb4; + } + /* source #5: "fill: #2cbe4e" */ + .donut-chart > .success { + fill: #6cc644; + } + /* source #5: "fill: #959da5" */ + .donut-chart > .neutral, .donut-chart > .skipped, .donut-chart > .stale { + fill: #dbdbdb75; + } + /* source #5: "color: #24292e", "border-bottom-color: #e36209" */ + .emoji-tab[role="tab"][aria-selected="true"] { + color: #dbdbdbAA; + border-bottom-color: #d13358; + } + /* source #5: "color: #6a737d" */ + .emoji-tab[role="tab"][aria-selected="true"] .UnderlineNav-octicon { + color: #dbdbdb94; + } + /* source #5: "#0366d6" */ + .selected-emoji { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "initial" */ + .emoji-picker-tab .btn-outline:not(:hover) { + background-color: initial; + } + /* source #5: "color: #586069" */ + .ghe-license-status p { + color: #dbdbdbCC; + } + /* source #5: "#f1f8ff" */ + @media (min-width: 768px) { + .checkable-input-container.checked .form-checkbox--box { + background-color: #293b54; + } + } + /* source #5: "#eee" */ + .newsletter-frequency-choice { + border-color: #233a55; + } + /* source #5: "color: #28a745" */ + .newsletter-frequency-choice .notice { + color: #6cc644; + } + /* source #5: "#fafbfc", "#eee" */ + .newsletter-frequency-choice h3 { + background-color: #09192b; + border-bottom-color: #233a55; + } + /* source #5: "#0366d6", "#0366d6" */ + .newsletter-frequency-choice:hover, .newsletter-frequency-choice:hover h3 { + border-color: /*[[base-color]]*/ #d13358; + } + .newsletter-frequency-choice:hover h3 { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "#28a745" */ + .newsletter-frequency-choice.selected h3 { + background-color: #373; + } + /* source #5: "color: #555", "rgba(0,0,0,.125)" */ + .exploregrid-item { + color: #dbdbdbCC; + border-bottom-color: rgba(200, 200, 200, 0.125); + } + /* source #5: "color: #0366d6" */ + .exploregrid-item:hover .exploregrid-item-title { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#f5f5f5" */ + .exploregrid-item-header { + background-color: #0c1c2e; + } + /* source #5: "color: #24292e" */ + .exploregrid-item-title { + color: #dbdbdbAA; + } + /* source #5: "#ddd" */ + .file { + border-color: #233a55; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em #c8e1ff" */ + .file:target { + border-color: /*[[base-color]]*/ #d13358; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #5: "color: #586069" */ + .file .data.empty { + color: #dbdbdbCC; + } + /* source #5: "#ddd" */ + .file .image { + background-color: #06111d; + } + /* source #5: "#fff" */ + .file .image .border-wrap { + background-color: #09192b; + background-image: none; + } + /* source #5: "#eee", "#fff" */ + .file .image canvas, .file .image img { + border-color: #09192b; + } + /* source #5: "#eee" */ + .file .image .view canvas, .file .image .view img, .file .image canvas, + .file .image img { + background: url(/images/modules/commit/trans_bg.gif) 100% 100% #361c2b; + } + /* source #5: "none" */ + .file .empty { + background: none; + } + /* source #5: "#fafbfc", "#e1e4e8" */ + .file-header { + background-color: #09192b; + border-bottom-color: #233a55; + } + /* source #5: "#ddd" */ + .file-info-divider { + background-color: #06111d; + } + /* source #5: "fill: #0366d6" */ + .graphs .dot.padded circle:hover { + fill: /*[[base-color]]*/ #d13358; + } + /* source #5: "fill: #24292e" */ + .graphs .d3-tip { + fill: #dbdbdbEE; + } + /* source #5: "color: #6a737d" */ + .graphs .dir { + color: #dbdbdb94; + } + /* source #5: "fill: #24292e", "stroke: #24292e" */ + .graphs .selection .selection { + fill: #dbdbdbEE; + stroke: #d2d2d2; + } + /* source #5: "color: #586069" */ + .graph-filter .info { + color: #dbdbdbCC; + } + /* source #5: "color: #2f363d" */ + .graph-canvas .activity { + color: #dbdbdbEE; + } + /* source #5: "color: #959da5", "rgba(0,0,0,.8)" */ + .svg-tip { + color: #767676; + background: #361c2b; + } + /* source #5: "transparent", "rgba(0,0,0,.8)" */ + .svg-tip::after { + border-color: #361c2b transparent transparent; + } + /* source #5: "#2188ff" */ + .svg-tip.comparison .metric-1 { + border-top-color: #d13358; + } + /* source #5: "#f1f8ff" */ + .topic-tag { + background-color: #293b54; + } + /* source #5: "#fff" */ + .topic-tag-outline { + background: #09192b; + background-image: none; + } + /* source #5: "color: #6a737d", "#f1f8ff" */ + .delete-topic-button, .delete-topic-link { + color: #dbdbdb94; + background-color: #293b54; + } + /* source #5: "color: #86181d" */ + .invalid-topic .delete-topic-button { + color: #f44; + } + /* source #5: "#f1f8ff" */ + .topic-tag-action { + background-color: #293b54; + } + /* source #5: "color: #86181d" */ + .topic-tag-action.invalid-topic { + color: #f44; + } + /* source #5: "color: #6a737d", "#f1f8ff" */ + .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button { + color: #dbdbdb94; + background-color: #293b54; + } + /* source #5: "#28a745" */ + .topic-tag-action .add-topic-button:hover { + background-color: #373; + } + /* source #5: "#d73a49" */ + .topic-tag-action .remove-topic-button:hover { + background-color: #f44; + } + /* source #5: "none" */ + .topic-input-container .tag-input .tag-input-inner { + background-image: none; + } + /* source #5: "#e1e4e8" */ + .topic-list .topic-list-item + .topic-list-item { + border-top-color: #233a55; + } + /* source #5: "color: #d1d5da" */ + .topic-box .unstarred { + color: #233a55; + } + /* source #5: "#fafbfc" */ + .discussion-post .timeline-inline-comments { + background: #09192b; + } + /* source #5: "#e1e4e8" */ + .discussion-post .reply-comment:first-child { + border-top-color: #233a55; + } + /* source #5: "#fafbfc" */ + .discussion-post .reply-comment .review-comment.is-comment-editing { + background: #09192b; + } + /* source #5: "#e1e4e8" */ + .discussion-post .reply-comments-holder::before { + background-color: #233a55; + } + /* source #5: "#f6f8fa", "box-shadow: none" */ + .team-discussion-new-post .review-thread-reply-button:disabled { + background-color: #0c1c2e; + box-shadow: none; + } + /* source #5: "color: #a3aab1" */ + .team-project-suggestion-number { + color: #767676; + } + /* source #5: "color: #6a737d" */ + .hook-item .description { + color: #dbdbdb94; + } + /* source #5: "color: #28a745" */ + .hook-item.success .icon-for-success { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .hook-item.failure .icon-for-failure { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .hook-item.inactive .icon-for-inactive, .hook-item.pending .icon-for-pending { + color: #dbdbdb94; + } + /* source #5: "color: #28a745" */ + .hook-item.enabled .icon-for-enabled { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .hook-item .hook-error-message { + color: #f44; + } + /* source #5: "initial" */ + .hook-deliveries-list .hook-delivery-item:hover { + background-color: initial; + } + /* source #5: "color: #28a745" */ + .hook-deliveries-list .item-status.success { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .hook-deliveries-list .item-status.failure { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .hook-deliveries-list .item-status.pending, .hook-delivery-time { + color: #dbdbdb94; + } + /* source #5: "#959da5" */ + .hook-delivery-container h4.remote-call-header { + border-bottom-color: #484848; + } + /* source #5: "#d73a49" */ + .hook-delivery-response-status { + background-color: #f44; + } + /* source #5: "#28a745" */ + .hook-delivery-response-status[data-response-status^="2"] { + background-color: #373; + } + /* source #5: "color: #586069" */ + .integration-meta-head { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .integrations-select-repos::-webkit-scrollbar-thumb { + border-color: #09192b; + } + /* source #5: "transparent" */ + .integrations-select-repos::-webkit-scrollbar-track-piece { + background: transparent; + } + /* source #5: "color: #cb2431" */ + .issue-list .title .closed.octicon { + color: #f44; + } + /* source #5: "color: #28a745" */ + .issue-list .title .open.octicon { + color: #6cc644; + } + /* source #5: "color: #6f42c1" */ + .issue-list .title .merged.octicon { + color: #8368aa; + } + /* source #5: "#e1e4e8" */ + .issue-list-item + .issue-list-item { + border-top-color: #233a55; + } + /* source #5: "#f1f8ff" */ + .pinned-issue-item.is-dragging, .pinned-issue-item.sortable-ghost { + background-color: #293b54; + } + /* source #5: "color: #586069" */ + .issues-reset-query { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .issues-reset-query:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#0366d6" */ + .issues-reset-query:hover .issues-reset-query-icon { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "#6a737d" */ + .issues-reset-query-icon { + background-color: #444; + } + /* source #5: "color: #586069" */ + .table-list-milestones .stat, .table-list-milestones .stat-label { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .milestone-title-link a { + color: #dbdbdbEE; + } + /* source #5: "color: #0366d6" */ + .milestone-description .expand-more, .milestone-title-link a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#ccc" */ + .task-progress .progress-bar .progress { + background-color: #484848; + } + /* source #5: "color: #0366d6" */ + a.task-progress:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#0366d6" */ + a.task-progress:hover .progress-bar .progress { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "color: #6a737d" */ + .label-select-menu .selected .octicon-circle-slash, + .label-select-menu [aria-checked="mixed"] .octicon-circle-slash, + .label-select-menu [aria-checked="true"] .octicon-circle-slash { + color: #dbdbdb94; + } + /* source #5: "initial" */ + .label-select-menu .selected:active, + .label-select-menu [aria-checked="mixed"]:active, + .label-select-menu [aria-checked="true"]:active { + background-color: initial !important; + } + /* source #5: "#f4f4f4" */ + .label-select-menu .select-menu-item.navigation-focus, + .label-select-menu .select-menu-item:focus, + .label-select-menu .select-menu-item:hover, + .label-select-menu .select-menu-item[aria-selected="true"] { + background-color: #361c2b; + } + /* source #5: "#eee" */ + .subnav .btn + .issues-search { + border-right-color: #233a55; + } + /* source #5: "transparent" */ + .reaction-sort-item { + border-color: transparent; + } + /* source #5: "#0366d6" */ + .reaction-sort-item:focus, .reaction-sort-item:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "#f1f8ff", "#0366d6" */ + .reaction-sort-item[aria-checked="true"] { + background-color: #293b54; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#959da5" */ + .issue-keyword { + border-bottom-color: #484848; + } + /* source #5: "color: #24292e" */ + .select-menu-item.navigation-focus > .octicon.label-options-icon, + .select-menu-item[aria-selected="true"] > .octicon.label-options-icon { + color: #dbdbdbAA; + } + /* source #5: "color: #cb2431" */ + .new-label-color-input:invalid { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .repository-lang-stats ol.repository-lang-stats-numbers li > a, + .repository-lang-stats ol.repository-lang-stats-numbers li > span { + color: #dbdbdb94; + } + /* source #5: "color: #24292e" */ + .repository-lang-stats ol.repository-lang-stats-numbers li .lang { + color: #dbdbdbAA; + } + /* source #5: "transparent" */ + .repository-lang-stats ol.repository-lang-stats-numbers li a:hover { + background: transparent; + } + /* source #5: "#ddd" */ + .repository-lang-stats-graph { + border-color: #233a55; + } + /* source #5: "#fff" */ + .repository-lang-stats-graph .language-color:not(:first-child) { + border-left-color: #09192b; + } + /* source #5: "fill: #0366d6" */ + .map-background { + fill: /*[[base-color]]*/ #d13358; + } + /* source #5: "fill: #e36209" */ + .map-point:hover { + fill: #fb8532; + } + /* source #5: "#2f363d" */ + .MarketplaceJumbotron { + background-color: #172c43; + } + /* source #5: "#f6f8fa" */ + .MarketplaceSideNav { + background-color: #0c1c2e; + } + /* source #5: "#fff", "#e1e4e8" */ + @media (min-width: 768px) { + .MarketplaceSideNav { + background-color: #09192b; + background-image: none; + border-right-color: #233a55; + } + } + /* source #5: "#e1e4e8" */ + .ScreenshotCarousel { + border-color: #233a55; + } + /* source #5: "#e1e4e8" */ + .ScreenshotCarousel-navitem { + border-right-color: #233a55; + } + /* source #5: "#f6f8fa" */ + .ScreenshotCarousel-navitem.selected { + background-color: #0c1c2e; + } + /* source #5: "#d73a49" */ + .marketplace-plan-dollar-field-container.is-errored .form-control { + border-color: #b00; + } + /* source #5: "color: #24292e" */ + .marketplace-plan-emphasis { + color: #dbdbdbAA; + } + /* source #5: "#d1d5da" */ + .marketplace-product-callout { + border-color: #233a55 !important; + } + /* source #5: "color: #586069", "#e1e4e8" */ + .marketplace-product-callout .branch-action-item-icon { + color: #dbdbdbCC; + background-color: #233a55; + } + /* source #5: "#fff" */ + .filter-item.selected .Label--outline-white { + border-color: #09192b; + } + /* source #5: "#fafbfc" */ + .MarketplaceEdit-body .menu-item { + background: #09192b; + } + /* source #5: "#fff" */ + .MarketplaceEdit-body .menu-item.selected { + background: #09192b; + background-image: none; + } + /* source #5: "#f6f8fa" */ + .MarketplaceEdit-body .menu-item:hover { + background: #0c1c2e; + } + /* source #5: "color: #586069", "#e6ebf1" */ + .MarketplaceEdit-body .CircleIcon { + color: #dbdbdbCC; + background: #444; + } + /* source #5: "#fff" */ + .BarChart-bar { + border-right-color: #09192b; + } + /* source #5: "#fb8532" */ + .BarChart-bar--orange { + background-color: #f3582c; + } + /* source #5: "box-shadow: 0 0 0 .2em rgba(52,208,88,.4)" */ + .ClipboardButton.ClipboardButton--success, + .ClipboardButton.ClipboardButton--success:focus { + box-shadow: 0 0 0 0.2em #3737; + } + /* source #5: "#fafbfc" */ + .MarketplaceBackground-buffer { + background: #09192b; + } + /* source #5: "linear-gradient(90deg,#257bf9,#2426ca)" */ + .MarketplaceAnnouncement { + background: linear-gradient(90deg, #283040, #293b54); + } + /* source #5: "#fff" */ + .MarketplaceAnnouncement .btn-outline-mktg:hover { + border-color: #09192b; + } + /* source #5: "#c8e1ff" */ + .topic-tag-contrast { + background-color: #d1335835; + } + /* source #5: "color: #24292e", "#c8e1ff", "rgba(27,31,35,.15)" */ + .topic-tag-contrast .delete-topic-link { + color: #dbdbdbAA; + background-color: #d1335835; + border-left-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#79b8ff" */ + .topic-tag-contrast .delete-topic-link:hover { + background-color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #24292e" */ + .merge-branch-heading { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .merge-branch-description { + color: #dbdbdbCC; + } + /* source #5: "initial", "#ddd" */ + .merge-branch-manually { + background-color: initial; + border-top-color: #233a55; + } + /* source #5: "color: #a04100" */ + .unavailable-merge-method { + color: #f3582c; + } + /* source #5: "#fff5b1" */ + .network .current-repository { + background-color: #651; + } + /* source #5: "color: #959da5" */ + .page-new-repo .octicon-repo { + color: #767676; + } + /* source #5: "color: rgba(115,92,15,.5)" */ + .page-new-repo .color-private-icon { + color: rgba(204, 187, 68, 0.5); + } + /* source #5: "color: #6a737d" */ + .page-new-repo .form-checkbox.disabled { + color: #dbdbdb94; + } + /* source #5: "#fff" */ + .page-new-repo .internal-repo-avatar { + border-color: #09192b; + } + /* source #5: "color: #586069" */ + .news blockquote, .owner-reponame .slash { + color: #dbdbdbCC; + } + /* source #5: "color: #959da5" */ + .news .alert .octicon, .news .alert .time, .news .alert .title .subtle { + color: #767676; + } + /* source #5: "#fff" */ + .news .alert .gravatar { + background-color: #09192b; + background-image: none; + } + /* source #5: "color: #586069" */ + .news .alert .simple .title, .news .github-welcome .done { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .news .commits li img { + background-color: #09192b; + background-image: none; + } + /* source #5: "color: #586069" */ + .news div.message, .news li blockquote { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .notifications .notifications-more > a { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069" */ + .notifications .read .list-group-item-name > a, + .notifications .read .notification-actions { + color: #dbdbdbCC; + } + /* source #5: "#f6f8fa" */ + .notifications .read.list-group-item { + background-color: #0c1c2e; + } + /* source #5: "#d1d5da" */ + .notification-thread-subscription:first-child { + border-top-color: #233a55; + } + /* source #5: "color: #586069", "none" */ + .notifications-sso-prompt a { + color: #dbdbdbCC; + background: none; + } + /* source #5: "color: #0366d6" */ + .notifications-sso-prompt em { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069" */ + .type-icon-state-none { + color: #dbdbdbCC; + } + /* source #5: "color: #28a745" */ + .type-icon-state-open, .type-icon-state-published { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .type-icon-state-closed { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .type-icon-state-draft { + color: #dbdbdb94; + } + /* source #5: "color: #6f42c1" */ + .type-icon-state-merged, .type-icon-state-published { + color: #8368aa; + } + /* source #5: "color: #28a745" */ + .notifications-list .boxed-group .notification-success { + color: #6cc644; + } + /* source #5: "color: #586069", "initial" */ + .notifications-list .mark-all-as-read { + color: #dbdbdbCC; + background-color: initial; + } + /* source #5: "color: #dbdbdb66" */ + .notifications-list .confirmation { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .notification-actions .age, .notification-actions .btn-link { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .notification-actions .btn-link:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #d1d5da" */ + .notification-actions .unsaved-notification { + color: #233a55; + } + /* source #5: "color: #dbdbdb66" */ + .repo-subscription-container .intro, .subscriptions-content .repo-icon { + color: #dbdbdb94; + } + /* source #5: "color: #586069", "#fff", "#eee" */ + .thread-subscription-status { + color: #dbdbdbCC; + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #5: "#fff" */ + @media (max-width: 767px) { + .notifications-v2 .AvatarStack-body .avatar { + border-right-color: #09192b !important; + } + } + /* source #5: "initial" */ + .notifications-v2 .thread-subscription-status { + background-color: initial !important; + } + /* source #5: "color: #6a737d" */ + .notification-navigation .menu-item { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .notification-navigation .menu-item .octicon { + color: #dbdbdbCC; + } + /* source #5: "#f1f8ff" */ + .notification-navigation .menu-item.selected { + background-color: #293b54; + } + /* source #5: "color: #0366d6 !important" */ + .notification-navigation .menu-item.selected .octicon { + color: /*[[base-color]]*/ #d13358 !important; + } + /* source #5: "color: #6a737d !important" */ + .notification-navigation .notification-configure-filters .octicon { + color: #dbdbdb94 !important; + } + /* source #5: "color: #0366d6 !important" */ + .notification-navigation .notification-configure-filters:hover .octicon { + color: /*[[base-color]]*/ #d13358 !important; + } + /* source #5: "color: #6a737d !important" */ + .notifications-list-item .notification-list-item-link { + color: #dbdbdb94 !important; + } + /* source #5: "#f1f8ff" */ + .notifications-list-item:hover { + background-color: #293b54 !important; + } + /* source #5: "color: #24292e !important" */ + .notifications-list-item:hover .notification-list-item-link { + color: #dbdbdbAA !important; + } + /* source #5: "color: #586069 !important", "transparent" */ + .notifications-list-item:hover .notification-list-item-actions .btn { + color: #dbdbdbCC !important; + background: transparent !important; + } + /* source #5: "color: #24292e !important", "#e1e4e8" */ + .notifications-list-item:hover .notification-list-item-actions .btn:hover { + color: #dbdbdbAA !important; + background-color: #233a55 !important; + } + /* source #5: "#f1f8ff" */ + .notifications-list-item:hover .AvatarStack-body { + background: #293b54; + } + /* source #5: "#f1f8ff", "box-shadow: inset 2px 0 0 #0366d6" */ + .notifications-list-item.navigation-focus { + background-color: #293b54 !important; + box-shadow: inset 2px 0 0 #eee; + } + /* source #5: "color: #24292e !important" */ + .notifications-list-item.navigation-focus .notification-list-item-link { + color: #dbdbdbAA !important; + } + /* source #5: "none" */ + .notifications-list-item .notification-list-item-unread-indicator { + background: none; + } + /* source #5: "#fff" */ + .notifications-list-item.notification-unread { + background-color: #09192b; + background-image: none; + } + /* source #5: "color: #24292e !important" */ + .notifications-list-item.notification-unread .notification-list-item-link { + color: #dbdbdbAA !important; + } + /* source #5: "#0366d6" */ + .notifications-list-item.notification-unread .notification-list-item-unread-indicator { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "color: #586069" */ + .oauth-permissions-details .octicon, + .oauth-permissions-details .permission-summary .access-details { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .oauth-permissions-details .permission-title { + color: #dbdbdbAA; + } + /* source #5: "none" */ + .oauth-permissions-details.open a.btn-sm { + background-image: none; + } + /* source #5: "color: #6a737d" */ + .oauth-permissions-details.default:not(.delete) .access-details, + .oauth-permissions-details.default:not(.delete) .permission-title, + .oauth-permissions-details.none .access-details, + .oauth-permissions-details.none .permission-title { + color: #dbdbdb94; + } + /* source #5: "color: #cb2431" */ + .oauth-delete-repo-permissions .octicon-alert { + color: #f44; + } + /* source #5: "color: #586069" */ + .oauth-no-description { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .oauth-org-access-details { + background: #09192b; + background-image: none; + } + /* source #5: "#ffe" */ + .oauth-org-access-details .oauth-org-item:hover { + background: #09192b; + } + /* source #5: "color: #24292e" */ + .oauth-org-access-details .oauth-org-item.on strong { + color: #dbdbdbAA; + } + /* source #5: "#fff" */ + .oauth-org-access-details .oauth-org-item.revoked { + background: #09192b; + background-image: none; + } + /* source #5: "color: #cb2431" */ + .oauth-org-access-details .oauth-org-item.revoked .octicon-x { + color: #f44; + } + /* source #5: "color: #28a745" */ + .oauth-org-access-details .octicon-check { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .oauth-org-access-details .octicon-x.org-access-denied { + color: #f44; + } + /* source #5: "color: #24292e" */ + .oauth-application-whitelist .request-info strong { + color: #dbdbdbAA; + } + /* source #5: "color: #a04100" */ + .oauth-application-whitelist .octicon-alert { + color: #f3582c; + } + /* source #5: "color: #28a745" */ + .oauth-application-whitelist .approved-request, + .oauth-application-whitelist .octicon-check { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .oauth-application-whitelist .denied-request { + color: #f44; + } + /* source #5: "color: #6a737d" */ + .oauth-application-whitelist .edit-link { + color: #dbdbdb94; + } + /* source #5: "color: #0366d6" */ + .oauth-application-whitelist .edit-link:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #24292e" */ + .oauth-application-info .application-title { + color: #dbdbdbAA; + } + /* source #5: "color: #6a737d" */ + .oauth-application-info .app-info { + color: #dbdbdb94; + } + /* source #5: "color: #28a745" */ + .oauth-application-info .app-approved, + .oauth-application-info .octicon-check { + color: #6cc644; + } + /* source #5: "color: #a04100" */ + .oauth-application-info .app-denied, .oauth-application-info .octicon-x { + color: #f3582c; + } + /* source #5: "#e5e5e5" */ + .oauth-border { + border-bottom-color: #233a55; + } + /* source #5: "color: #24292e" */ + .developer-app-item .developer-app-name { + color: #dbdbdbAA; + } + /* source #5: "color: #0366d6" */ + .developer-app-item .developer-app-name:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #6a737d" */ + .developer-app-item .developer-app-list-meta { + color: #dbdbdb94; + } + /* source #5: "color: #2f363d" */ + .org-insights-graph-canvas .activity { + color: #dbdbdbEE; + } + /* source #5: "fill: #959da5" */ + .org-insights-graph-canvas .axis text { + fill: #dbdbdb75; + } + /* source #5: "transparent" */ + .org-insights-svg-tip::after, .org-insights-svg-tip::before { + border-color: transparent; + } + /* source #5: "#fff" */ + .org-insights-svg-tip::after { + border-color: #09192b hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0); + } + /* source #5: "#e1e4e8","transparent" */ + .org-insights-svg-tip::before { + border-color: #233a55 transparent transparent; + } + /* source #5: "color: #0366d6" */ + .org-insights-card-legend .metric-0 { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #28a745" */ + .org-insights-card-legend .metric-1 { + color: #6cc644; + } + /* source #5: "color: #6f42c1" */ + .org-insights-card-legend .metric-3 { + color: #8368aa; + } + /* source #5: "#0366d6" */ + .org-insights-graph-canvas .metric-0 circle, + .org-insights-graph-canvas path.metric-0, + .org-insights-svg-tip .metric-0 .legend { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "#28a745" */ + .org-insights-graph-canvas .metric-1 circle, + .org-insights-graph-canvas path.metric-1, + .org-insights-svg-tip .metric-1 .legend { + background-color: #373; + } + /* source #5: "#6f42c1" */ + .org-insights-graph-canvas .metric-3 circle, + .org-insights-graph-canvas path.metric-3, + .org-insights-svg-tip .metric-3 .legend { + background-color: #8368aa; + } + /* source #5: "color: #959da5" */ + .org-insights-cards .org-insights-card-legend { + color: #767676; + } + /* source #5: "#fff" */ + .org-insights-cards .repository-lang-stats-graph .language-color { + border-color: #09192b; + } + /* source #5: "color: #24292e", "#fafbfc", "#e1e4e8" */ + .orghead { + color: #dbdbdbAA; + background-color: #09192b; + border-bottom-color: #233a55; + } + /* source #5: "color: #333" */ + .org-name { + color: #dbdbdbEE; + } + /* source #5: "color: #586069" */ + .audit-log-search .member-info .ghost { + color: #dbdbdbCC; + } + /* source #5: "color: #a04100" */ + .audit-type .repo { + color: #f3582c; + } + /* source #5: "color: #28a745" */ + .audit-type .team { + color: #6cc644; + } + /* source #5: "color: #6f42c1" */ + .audit-type .user { + color: #8368aa; + } + /* source #5: "color: #cb2431" */ + .audit-type .oauth_access { + color: #f44; + } + /* source #5: "#fff","#f5f5f5" */ + .saml-enabled-banner-container { + background-image: linear-gradient(-1deg, #09192b; background-image: none, #233a55); + } + /* source #5: "#cb2431" */ + .saml-settings-form .test-status-indicator-error { + background-color: #911; + } + /* source #5: "#28a745" */ + .saml-settings-form .test-status-indicator-success { + background-color: #373; + } + /* source #5: "color: #586069" */ + .member-fullname { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .auto-search-group .spinner { + background-color: #09192b; + background-image: none; + } + /* source #5: "#eee" */ + .org-list .list-item { + border-bottom-color: #233a55; + } + /* source #5: "color: #586069" */ + .org-repos-mini .org-repo-name .octicon-repo { + color: #dbdbdbCC; + } + /* source #5: "color: rgba(115,92,15,.5)" */ + .org-repos-mini .org-repo-name .octicon-lock { + color: rgba(204, 187, 68, 0.5); + } + /* source #5: "color: #333" */ + .reinstate-org-member .reinstate-title { + color: #dbdbdbEE; + } + /* source #5: "color: #586069" */ + .add-member-wrapper .available-seats { + color: #dbdbdbCC; + } + /* source #5: "color: #24292e" */ + .add-member-team-list .team-info { + color: #dbdbdbAA; + } + /* source #5: "color: #586069" */ + .add-member-team-list .team-meta { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .invite-team-member-list .team-link { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#eee" */ + .team-stats { + border-top-color: #233a55; + } + /* source #5: "color: #586069" */ + .stats-group-stat { + color: #dbdbdbCC; + } + /* source #5: "#eee" */ + .stats-group-stat:first-child { + border-right-color: #233a55; + } + /* source #5: "color: #0366d6" */ + .stats-group-stat:hover, .stats-group-stat:hover .stat-number { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069" */ + .stats-group-stat.no-link:hover { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .stat-number, .stats-group-stat.no-link:hover .stat-number { + color: #dbdbdbEE; + } + /* source #5: "color: #959da5" */ + .team-member-list .invite-icon { + color: #767676; + } + /* source #5: "color: #cb2431" */ + .menu-item-danger, .menu-item-danger.selected { + color: #f44; + } + /* source #5: "#d73a49" */ + .menu-item-danger.navigation-focus, + .menu-item-danger.selected.navigation-focus, + .menu-item-danger.selected:hover, + .menu-item-danger.selected[aria-selected="true"], .menu-item-danger:hover, + .menu-item-danger[aria-selected="true"] { + background: #f44; + } + /* source #5: "color: #959da5" */ + .team-member-list-avatar .octicon { + color: #767676; + } + /* source #5: "color: #586069" */ + .confirm-removal-container .private-fork-count { + color: #dbdbdbCC; + } + /* source #5: "color: #cb2431" */ + .confirm-removal-container .deleting-private-forks-warning .octicon { + color: #f44; + } + /* source #5: "#eaeaea" */ + .confirm-removal-list-container { + border-color: #233a55; + } + /* source #5: "#eaeaea" */ + .confirm-removal-list-item { + border-top-color: #233a55; + } + /* source #5: "color: #586069" */ + .confirm-removal-repo .octicon, .confirm-removal-team .octicon, + .manage-member-meta-item, .manage-member-meta-item .btn-link, + .manage-member-meta-item > .octicon { + color: #dbdbdbCC; + } + /* source #5: "color: #a04100" */ + .manage-member-meta-item > .octicon-alert { + color: #f3582c; + } + /* source #5: "color: #333" */ + .org-user-notice-content strong { + color: #dbdbdbEE; + } + /* source #5: "color: #586069" */ + .manage-repo-access-lead, .org-user-notice-content .octicon { + color: #dbdbdbCC; + } + /* source #5: "#fff", "#ddd" */ + .manage-repo-access-group { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #5: "#f8f8f8", "#ddd" */ + .manage-repo-access-title { + background-color: #122235; + border-bottom-color: #233a55; + } + /* source #5: "#eee" */ + .manage-repo-access-wrapper::before { + background-color: #361c2b; + } + /* source #5: "#fff" */ + .manage-repo-access-icon { + background: #09192b; + background-image: none; + } + /* source #5: "#ddd" */ + .manage-repo-access-teams-group { + border-color: #233a55; + } + /* source #5: "#eee" */ + .manage-repo-access-team-item { + border-top-color: #233a55; + } + /* source #5: "color: #24292e", "#fafbfc" */ + .manage-repo-access-not-active { + color: #dbdbdbAA; + background-color: #09192b; + } + /* source #5: "#f9f9f9" */ + .manage-repo-access-not-active .manage-repo-access-icon { + background: #09192b; + } + /* source #5: "#ddd" */ + .manage-access-remove-footer { + border-top-color: #233a55; + } + /* source #5: "color: #0366d6" */ + .ldap-memberships-list .edit { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#eee" */ + .invited .team-member-list .list-item { + border-bottom-color: #233a55; + } + /* source #5: "transparent", "transparent" */ + .manage-memberships-tabs-item { + border-color: transparent; + } + /* source #5: "color: #333" */ + .manage-memberships-tabs-item:hover { + color: #dbdbdbEE; + } + /* source #5: "color: #24292e", "#fff" */ + .manage-memberships-tabs-item.selected { + color: #dbdbdbAA; + } + /* source #5: "#fff" */ + .manage-memberships-tabs-item.selected, .theme-picker { + background-color: #09192b; + background-image: none; + } + /* source #5: "#eee" */ + .theme-picker-thumbs { + border-bottom-color: #233a55; + } + /* source #5: "none" */ + .theme-toggle { + background: none; + } + /* source #5: "#ddd" */ + .theme-selector-thumbnail { + border-color: #233a55; + } + /* source #5: "#f5f5f5" */ + .theme-selector-thumbnail:hover { + background-color: #0c1c2e; + } + /* source #5: "#0366d6" */ + .theme-selector-thumbnail.selected { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "#fff" */ + .theme-selector-thumbnail.selected .theme-selector-img { + border-color: #09192b; + } + /* source #5: "#fff" */ + .page-preview, .theme-picker-spinner { + background-color: #09192b; + background-image: none; + } + /* source #5: "color: #86181d" */ + .pinned-items-reorder-error { + color: #f44; + } + /* source #5: "color: #2f363d" */ + .pinned-item-name { + color: #dbdbdbEE; + } + /* source #5: "color: #24292e", "#f1f8ff" */ + .pinned-item-checkbox:checked + .pinned-item-name { + color: #dbdbdbAA; + background-color: #293b54; + } + /* source #5: "color: rgba(27,31,35,.3)" */ + .pinned-gist-blob-num:hover { + color: rgba(230, 230, 230, 0.3); + } + /* source #5: "color: #24292e !important", "none", "#e1e4e8", "#d73a49", "#d1d5da", "color: #1b1f23", "color: #28a745", "color: #6f42c1", "#6f42c1", "color: #cb2431" */ + @media print { + .btn:not(.btn-outline) { + color: #dbdbdbAA !important; + background: none; + } + .blob-num { + border-right-color: #233a55; + } + .blob-num-deletion { + border-right-color: #b00; + } + .blob-code-deletion .x { + border-bottom-color: #b00; + } + .diffstat-block-neutral { + border-color: #233a55; + } + .diffstat-block-deleted { + border-color: #b00; + } + .State { + color: #dbdbdbDD; + background: none; + } + .State--green { + color: #6cc644; + } + .State--purple { + color: #8368aa; + border-color: #8368aa; + } + .State--red { + color: #f44; + } + } + /* source #5: "transparent" */ + .progress-pjax-loader { + background: transparent; + } + /* source #5: "#79b8ff", "box-shadow: 0 0 10px rgba(121,184,255,.7)" */ + .progress-pjax-loader > .progress-pjax-loader-bar { + background-color: /*[[base-color]]*/ #d13358; + box-shadow: 0 0 rgba(79, 140, 201, 0.3); + box-shadow: 0 0 rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #5: "#24292e" */ + @media (min-width: 544px) { + .project-full-screen .project-header { + background-color: #09192b; + } + } + /* source #5: "hsla(0,0%,100%,.125)", "box-shadow: none", "hsla(0,0%,100%,.175)" */ + @media (min-width: 544px) { + .project-full-screen .card-filter-input { + background-color: hsla(0, 0%, 100%, 0.05); + box-shadow: none; + } + .project-full-screen .card-filter-input:focus { + background-color: hsla(0, 0%, 100%, 0.1); + } + } + /* source #5: "#fff" */ + @media (min-width: 544px) { + .project-header { + background-color: #09192b; + background-image: none; + } + } + /* source #5: "linear-gradient(#54a3ff,#006eed)", "#fff" */ + .pending-cards-status { + background-image: linear-gradient(/*[[base-color]]*/ #d13358, /*[[base-color]]*/ #d13358); + border-color: #09192b; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ + @media (min-width: 544px) { + .project-column:focus { + border-color: /*[[base-color]]*/ #d13358 !important; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5); + } + } + /* source #5: "#f1f8ff", "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ + .project-column.moving { + background-color: #293b54 !important; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5); + } + /* source #5: "#959da5" */ + .new-project-column { + border-color: #233a55 !important; + } + /* source #5: "#f6f8fa" */ + .sortable-ghost { + background-color: #0c1c2e; + } + /* source #5: "color: #6a737d", "#dfe2e5" */ + .project-card blockquote { + color: #dbdbdb94; + border-left-color: #233a55; + } + /* source #5: "#d1d5da" */ + .project-card:hover { + border-color: #233a55 !important; + } + /* source #5: "#2188ff", "box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important" */ + @media (min-width: 544px) { + .project-card:focus { + border-color: /*[[base-color]]*/ #d13358 !important; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5) !important; + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5) !important; + } + } + /* source #5: "#f1f8ff", "box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important" */ + .project-card.moving { + background-color: #293b54 !important; + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5) !important; + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5) !important; + } + /* source #5: "color: #735c0f" */ + .archived-project-cards-pane .project-card .archived-header { + color: #EFA554; + } + /* source #5: "#959da5" */ + .project-pane .redacted-activity { + border-bottom-color: #484848; + } + /* source #5: "color: rgba(27,31,35,.5)" */ + .project-pane-close { + color: rgba(230, 230, 230, 0.5); + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .project-pane-close:hover { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#0366d6" */ + .card-filter-autocomplete-dropdown .navigation-focus, + .card-filter-autocomplete-dropdown [aria-selected="true"], + .projects-reset-query:hover .projects-reset-query-icon { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "#6a737d" */ + .projects-reset-query-icon { + background-color: #444; + } + /* source #5: "#fff", "#d1d5da" */ + .projects-comment-form .comment-form-head .toolbar-commenting { + background-color: #09192b; + background-image: none; + border-top-color: #233a55; + } + /* source #5: "#d1d5da" */ + .projects-comment-form .preview-content { + border-top-color: #233a55; + } + /* source #5: "#fff" */ + .project-issue-body-blur { + background: linear-gradient(0deg, #09192b; background-image: none, hsla(0, 0%, 100%, 0)); + } + /* source #5: "color: rgba(27,31,35,.5)" */ + .project-comment-body-hover .octicon-pencil, + .project-comment-title-hover .octicon-pencil { + color: rgba(230, 230, 230, 0.5); + } + /* source #5: "color: #0366d6" */ + .project-comment-body-hover .octicon-pencil:hover, + .project-comment-title-hover .octicon-pencil:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #6a737d" */ + .vcard-detail .octicon, .vcard-username { + color: #dbdbdb94; + } + /* source #5: "color: #86181d" */ + .user-profile-bio-message { + color: #f44; + } + /* source #5: "#fff", "#d1d5da" */ + .user-profile-sticky-bar.user-profile-sticky-bar-with-bg::after { + background-color: #09192b; + background-image: none; + border-bottom-color: #233a55; + } + /* source #5: "color: #cb2431", "#d73a49" */ + .blocked-user-notice { + color: #f44; + border-color: #b00; + } + /* source #5: "#fff", "#d1d5da", "box-shadow: none" */ + .user-profile-nav { + background-color: #09192b; + background-image: none; + border-bottom-color: #233a55; + box-shadow: none; + } + /* source #5: "color: #586069" */ + .pinned-item-list-item .pinned-item-handle { + color: #dbdbdbCC; + } + /* source #5: "#f1f8ff" */ + .pinned-item-list-item.is-dragging, .pinned-item-list-item.sortable-ghost { + background-color: #293b54; + } + /* source #5: "#eaecef" */ + .profile-timeline.discussion-timeline .profile-timeline-month-heading::after, + .profile-timeline.discussion-timeline::before { + background-color: #233a55; + } + /* source #5: "#fff", "#fff" */ + .profile-timeline-card-wrapper { + border-top-color: #09192b; + border-bottom-color: #09192b; + } + /* source #5: "color: #6a737d" */ + .profile-timeline-card .issue-meta-section .octicon { + color: #dbdbdb94; + } + /* source #5: "#eaecef" */ + .profile-rollup-summarized + .profile-rollup-summarized, + .profile-rollup-wrapper + .profile-rollup-wrapper { + border-top-color: #233a55; + } + /* source #5: "color: #a04100" */ + .stale-files-tab { + color: #f3582c; + } + /* source #5: "#fff" */ + .pr-toolbar.is-stuck { + background-color: #09192b; + background-image: none; + } + /* source #5: "rgba(0,0,0,.001)" */ + .toolbar-shadow { + background: linear-gradient(rgba(0, 0, 0, 0.075), transparent) repeat-x 0 0; + } + /* source #5: "#fff" */ + .diffbar { + background-color: #09192b; + background-image: none; + } + /* source #5: "#eee" */ + .diffbar .table-of-contents li { + border-top-color: #233a55; + } + /* source #5: "#f1f8ff", "rgba(27,31,35,.15)" */ + .diffbar-range-menu .in-range:not(.is-range-selected) { + background-color: #293b54; + border-bottom-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#0366d6" */ + .diffbar-range-menu .in-range:focus:not(.is-range-selected), + .diffbar-range-menu .in-range:hover:not(.is-range-selected) { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "color: #735c0f", "#fffbdd" */ + .diffbar-range-menu .is-range-selected { + color: #EFA554; + background-color: #06111d; + } + /* source #5: "#fff5b1" */ + .diffbar-range-menu .is-last-in-range { + background-color: #651; + } + /* source #5: "#e1e4e8" */ + .conflict-resolver.loading { + border-color: #233a55; + } + /* source #5: "rgba(27,31,35,.15)" */ + .pull-request-review-menu, .pull-request-suggested-changes-menu { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#f6f8fa" */ + .review-comment-loader::after, .review-comment.is-comment-editing::after, + .review-comment::after { + background-color: #0c1c2e; + } + /* source #5: "color: #24292e" */ + .review-comment { + color: #dbdbdbAA; + } + /* source #5: "color: #b08800", "#fffdef" */ + .review-comment .pending-batched-suggestion-label { + color: #cb4; + background-color: #06111d; + } + /* source #5: "#fff", "#e1e4e8" */ + .review-comment .is-comment-editing { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #5: "#f6f8fa", "#e1e4e8" */ + .review-thread-reply { + background-color: #0c1c2e; + border-top-color: #233a55; + } + /* source #5: "#fff", "#e1e4e8" */ + .review-summary-form-wrapper, .review-thread-reply .inline-comment-form { + background-color: #09192b; + background-image: none; + } + .review-summary-form-wrapper { + border-color: #233a55; + } + /* source #5: "color: #555" */ + .diffstat-summary, .diffstat-summary a { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .diffstat-summary strong { + color: #dbdbdbEE; + } + /* source #5: "color: #28a745" */ + .authors-and-code .insertions { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .authors-and-code .deletions { + color: #f44; + } + /* source #5: "color: #586069", "#e1e4e8" */ + .summary-stats li { + color: #dbdbdbCC; + border-left-color: #233a55; + } + /* source #5: "color: #586069" */ + .summary-stats li a { + color: #dbdbdbCC; + } + /* source #5: "color: #6f42c1" */ + .summary-stats li .octicon-git-pull-request { + color: #8368aa; + } + /* source #5: "color: #28a745" */ + .summary-stats li .octicon-git-branch { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .summary-stats li .octicon-issue-closed { + color: #f44; + } + /* source #5: "color: #28a745" */ + .summary-stats li .octicon-issue-opened { + color: #6cc644; + } + /* source #5: "color: #24292e" */ + .summary-stats li .num { + color: #dbdbdbAA; + } + /* source #5: "color: #dbdbdb66" */ + .pulse-section { + color: #dbdbdb94; + } + /* source #5: "#e1e4e8", "#fff" */ + .release-timeline-tags .tag-timeline-date::after { + background-color: #233a55; + border-color: #09192b; + } + /* source #5: "color: #cb2431", "#d73a49" */ + .Label--draft { + color: #f44; + border-color: #b00; + } + /* source #5: "#c3c8cf" */ + .uploaded-files.not-populated + .drop-target .drop-target-label { + border-top-color: #484848; + } + /* source #5: "border: 1px solid", "#ddd","#e5e5e5" */ + .uploaded-files.is-populated { + border-color: #233a55; + } + /* source #5: "#f9f9f9" */ + .uploaded-files > li.delete { + background: #09192b; + } + /* source #5: "color: #cb2431 !important" */ + .uploaded-files .remove:hover { + color: #f44 !important; + } + /* source #5: "#e1e4e8" */ + .release-entry { + border-bottom-color: #233a55; + } + /* source #5: "#e1e4e8" */ + @media (min-width: 768px) { + .release-main-section { + border-left-color: #233a55; + } + } + /* source #5: "color: #dbdbdb66" */ + .repo-file-upload-target { + color: #dbdbdb94; + } + /* source #5: "#ddd" */ + .repo-file-upload-target.dragover .repo-file-upload-outline { + border-color: #233a55; + } + /* source #5: "#fff", "#e5e5e5" */ + .is-bad-file .repo-file-upload-errors, .is-empty .repo-file-upload-errors, + .is-failed .repo-file-upload-errors, + .is-hidden-file .repo-file-upload-errors, + .is-too-big .repo-file-upload-errors, .is-too-many .repo-file-upload-errors { + background-color: #09192b; + background-image: none; + border-top-color: #233a55; + } + /* source #5: "color: #dbdbdb66", "#fff" */ + .repo-file-upload-tree-target { + color: #dbdbdb94; + background: radial-gradient(ellipse at center, #09192b; background-image: none 0, hsla(0, 0%, 100%, 0.85) 65%, hsla(0, 0%, 100%, 0.85) 100%); + } + /* source #5: "#ddd" */ + .repo-file-upload-tree-target .repo-file-upload-outline { + border-color: #233a55; + } + /* source #5: "color: #dbdbdb66" */ + .repo-file-upload-file-wrap .remove-file:hover { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .label-characters-remaining { + color: #dbdbdbCC; + } + /* source #5: "#eee" */ + .repo-list-item { + border-bottom-color: #233a55; + } + /* source #5: "#d1d5da" */ + .mini-repo-list-item { + border-top-color: #233a55; + } + /* source #5: "color: #6a737d" */ + .mini-repo-list-item .repo-icon, .mini-repo-list-item .stars { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .mini-repo-list-item .repo-description { + color: #dbdbdbCC; + } + /* source #5: "#fffdef" */ + .private .mini-repo-list-item { + background-color: #06111d; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .private .mini-repo-list-item .repo-icon { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#fafbfc", "#e5e5e5" */ + .filter-bar { + background-color: #09192b; + border-bottom-color: #233a55; + } + /* source #5: "#ddd" */ + .url-box { + border-top-color: #233a55; + } + /* source #5: "color: #24292e" */ + .url-box p strong { + color: #dbdbdbAA; + } + /* source #5: "color: #333", "linear-gradient(#fafafa,#eaeaea)" */ + .clone-url-button > .clone-url-link { + color: #dbdbdbEE; + background-image: linear-gradient(#122235, #09192b); + } + /* source #5: "linear-gradient(#599bcd,#3072b3)", "#2a65a0" */ + .clone-url-button > .clone-url-link:active, + .clone-url-button > .clone-url-link:hover { + background-image: linear-gradient(/*[[base-color]]*/ #d13358, /*[[base-color]]*/ #d13358); + border-color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#3072b3", "none" */ + .clone-url-button > .clone-url-link:active { + background-color: /*[[base-color]]*/ #d13358; + background-image: none; + } + /* source #5: "box-shadow: inset 1px 0 0 #fff" */ + .clone-url-button + .clone-url-button > .clone-url-link { + box-shadow: inset 1px 0 0 #09192b; + } + /* source #5: "box-shadow: none" */ + .clone-url-button + .clone-url-button > .clone-url-link:hover { + box-shadow: none; + } + /* source #5: "color: #333", "text-shadow: 0 1px 0 hsla(0,0%,100%,.6)", "#ccc", "linear-gradient(#ccc,#d5d5d5)", "#bbb", "box-shadow: inset 0 2px 3px rgba(0,0,0,.075)" */ + .clone-url-button > .clone-url-link.selected, + .clone-url-button > .clone-url-link.selected:hover { + color: #dbdbdbEE; + text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.6); + background-color: #484848; + background-image: linear-gradient(#303030, #282828); + border-color: #233a55; + box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.075); + } + /* source #5: "initial" */ + .timeout { + background-color: initial; + } + /* source #5: "color: #586069" */ + .timeout h3 { + color: #dbdbdbCC; + } + /* source #5: "#dfe2e5" */ + .overall-summary { + border-color: #233a55; + } + /* source #5: "color: #586069" */ + .numbers-summary li > .nolink, .numbers-summary li > a { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .numbers-summary li > a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #6a737d" */ + .numbers-summary .octicon { + color: #dbdbdb94; + } + /* source #5: "#e1e4e8" */ + .file-navigation .get-repo-btn { + border-top-color: #233a55; + } + /* source #5: "#e1e4e8" */ + .file-navigation .get-repo-btn:first-child { + border-right-color: #233a55; + } + /* source #5: "#fff" */ + table.files { + background: #09192b; + background-image: none; + } + /* source #5: "#f6f8fa" */ + table.files tr.navigation-focus td, table.files tr[aria-selected="true"] td { + background: #0c1c2e; + } + /* source #5: "#eaecef" */ + table.files td { + border-top-color: #233a55; + } + /* source #5: "color: rgba(3, 47, 98, 0.55)" */ + table.files td.icon { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #6a737d" */ + table.files td.message, table.files td.message a { + color: #dbdbdb94; + } + /* source #5: "color: #0366d6" */ + table.files td.message a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #6a737d" */ + table.files td.age { + color: #dbdbdb94; + } + /* source #5: "#eaecef", "#eaecef" */ + table.files tr.up-tree { + border-top-color: #233a55; + border-bottom-color: #233a55; + } + /* source #5: "#dfe2e5" */ + table.files tr.up-tree a:hover { + background-color: #06111d; + } + /* source #5: "color: #586069", "#fafbfc", "#dfe2e5" */ + .branch-infobar { + color: #dbdbdbCC; + background-color: #09192b; + border-color: #233a55; + } + /* source #5: "color: #959da5" */ + .branch-infobar .muted-link .octicon { + color: #767676; + } + /* source #5: "#dfe2e5" */ + .prereceive-feedback { + border-color: #233a55; + } + /* source #5: "color: #b08800" */ + .prereceive-feedback-heading { + color: #cb4; + } + /* source #5: "#f1f8ff" */ + .repository-item-checkbox:checked + .repository-item-name { + background-color: #293b54; + } + /* source #5: "#e1e4e8" */ + .custom-role-icon { + background-color: #233a55; + } + /* source #5: "color: #dbdbdb66" */ + .edit-profile-avatar .drag-and-drop { + color: #dbdbdb94; + } + /* source #5: "#d73a49", "box-shadow: none" */ + .avatar-upload .flash { + border-color: #b00; + box-shadow: none; + } + /* source #5: "color: #586069" */ + .avatar-upload .upload-state p { + color: #dbdbdbCC; + } + /* source #5: "#e5e5e5" */ + dl.new-email-form { + border-top-color: #233a55; + } + /* source #5: "color: #586069" */ + .boxed-group .fork-flag { + color: #dbdbdbCC; + } + /* source #5: "#fffdef" */ + .selected-user-key { + background-color: #06111d; + } + /* source #5: "#ddd" */ + .user-key-badge, .user-key-email { + border-color: #233a55; + } + /* source #5: "color: #dbdbdb66", "#ddd" */ + .user-key-email-unverified { + color: #dbdbdb94; + border-color: #233a55; + } + /* source #5: "color: #28a745" */ + .recent-user-key { + color: #6cc644; + } + /* source #5: "color: #cb2431" */ + .unverified-user-key, .unverified-user-key-notice { + color: #f44; + } + /* source #5: "#ddd" */ + .notification-center .overview { + border-bottom-color: #233a55; + } + /* source #5: "color: #586069" */ + .oauth-app-info-container dl.keys dt { + color: #dbdbdbCC; + } + /* source #5: "color: #333" */ + .oauth-app-info-container dl.keys dd { + color: #dbdbdbEE; + } + /* source #5: "color: #586069" */ + .oauth-app-info-container .user-count { + color: #dbdbdbCC; + } + /* source #5: "color: #cb2431" */ + .logo-upload a.delete:hover, .logo-upload span.delete:hover { + color: #f44; + } + /* source #5: "color: #586069" */ + .logo-upload-container .upload-state p { + color: #dbdbdbCC; + } + /* source #5: "#eee", "#d1d5da" */ + .logo-box { + background-color: #361c2b; + border-color: #233a55; + } + /* source #5: "color: #586069", "text-shadow: 0 1px 0 #fff" */ + .logo-placeholder { + color: #dbdbdbCC; + text-shadow: none; + } + /* source #5: "#ddd" */ + .saved-reply-form { + border-color: #233a55; + } + /* source #5: "initial", "#eaecef" */ + .saved-reply-form .comment-body { + background-color: initial; + border-bottom-color: #233a55; + } + /* source #5: "#e5e5e5" */ + .access-token { + border-bottom-color: #233a55; + } + /* source #5: "rgba(108,198,68,.1)" */ + .access-token.new-token { + background-color: #002800; + } + /* source #5: "color: #28a745" */ + .access-token.new-token .octicon-check { + color: #6cc644; + } + /* source #5: "color: #24292e" */ + .access-token .token-description, .token-scope { + color: #dbdbdbAA; + } + /* source #5: "initial" */ + .application-show-group .drag-and-drop { + background-color: initial; + } + /* source #5: "color: #dbdbdb66" */ + .email-preference-exceptions h5 { + color: #dbdbdb94; + } + /* source #5: "#eaecef" */ + .email-preference-exceptions .exception { + border-top-color: #233a55; + } + /* source #5: "#eaecef" */ + .email-preference-exceptions .exception:last-child { + border-bottom-color: #233a55; + } + /* source #5: "#eaecef" */ + .two-factor-steps { + border-color: #233a55; + } + /* source #5: "color: #cb2431" */ + .two-factor-steps .error-icon { + color: #f44; + } + /* source #5: "color: #28a745" */ + .two-factor-steps .sent-message { + color: #6cc644; + } + /* source #5: "color: #586069", "#eaeaea" */ + .two-factor-toggle .two-factor-status { + color: #dbdbdbCC; + border-bottom-color: #233a55; + } + /* source #5: "#28a745" */ + .two-factor-toggle .two-factor-on { + background-color: #373; + } + /* source #5: "#f8f8f8" */ + .two-factor-settings-group, .u2f-registration { + border-bottom-color: #233a55; + } + /* source #5: "color: rgba(47,38,6,.5)" */ + .u2f-registration-icon { + color: #cb4; + } + /* source #5: "#ddd" */ + .github-access-banner { + border-color: #233a55; + } + /* source #5: "color: #cb2431" */ + .github-access-banner .octicon { + color: #f44; + } + /* source #5: "#eaecef" */ + .qr-code-table { + border-color: #233a55; + } + /* source #5: "transparent" */ + .qr-code-table tr { + background: transparent; + } + /* source #5: "#fff" */ + .qr-code-table .white { + background: #09192b; + background-image: none; + } + /* source #5: "color: #586069" */ + .session-device { + color: #dbdbdbCC; + } + /* source #5: "#28a745" */ + .session-device .session-state-indicator.recent { + background-color: #373; + } + /* source #5: "#d73a49" */ + .session-device .session-state-indicator.revoked { + background-color: #f44; + } + /* source #5: "#ccc", "box-shadow: 0 1px 0 #fff" */ + .session-device .session-state-indicator.not-recent { + background-image: linear-gradient(#aaa, #484848); + box-shadow: 0 0 0 1px #484848; + } + /* source #5: "color: #0366d6" */ + .session-details:hover .octicon { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069" */ + .collaborators .collab-remove .remove-link { + color: #dbdbdbCC; + } + /* source #5: "color: #cb2431" */ + .collaborators .collab-remove .remove-link:hover { + color: #f44; + } + /* source #5: "color: #dbdbdb66" */ + .collaborators .collab-info { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .access-sub-heading { + color: #dbdbdbCC; + } + /* source #5: "#ddd" */ + .access-form-wrapper { + border-top-color: #233a55; + } + /* source #5: "#fafbfc" */ + .oauth-pending-deletion-list-item, .oauth-pending-deletion-list-item:hover { + background-color: #09192b; + } + /* source #5: "color: #586069" */ + .boxed-group-list .access-level { + color: #dbdbdbCC; + } + /* source #5: "#e5e5e5" */ + .form-hr { + border-bottom-color: #233a55; + } + /* source #5: "#e5e5e5" */ + .listgroup { + border-color: #233a55; + } + /* source #5: "color: #586069" */ + .listgroup-item { + color: #dbdbdbCC; + } + /* source #5: "#e5e5e5" */ + .listgroup-item + .listgroup-item { + border-top-color: #233a55; + } + /* source #5: "#e5e5e5" */ + .listgroup-header { + border-bottom-color: #233a55; + } + /* source #5: "#f5f5f5" */ + .listgroup-overflow { + background-color: #0c1c2e; + } + /* source #5: "#fafbfc" */ + .protected-branch-orgs-and-repo-admins { + background-color: #09192b; + } + /* source #5: "color: #333" */ + .protected-branch-pusher { + color: #dbdbdbEE; + } + /* source #5: "#d15704" */ + .user-already-added::after { + background-color: #f3582c; + } + /* source #5: "transparent" */ + .protected-branch-admin-permission { + border-color: transparent; + } + /* source #5: "initial", "initial" */ + @keyframes toggle-color { + 0% { + background-color: initial; + } + to { + background-color: initial; + } + } + /* source #5: "color: #cb2431", "transparent" */ + .repository-merge-features .form-group.errored .error { + color: #f44; + background: transparent; + } + /* source #5: "color: #24292e", "border-bottom-color: #e36209" */ + .repository-settings-actions [role="tab"][aria-selected="true"] { + color: #dbdbdbAA; + border-bottom-color: #d13358; + } + /* source #5: "color: #6a737d" */ + .repository-settings-actions [role="tab"][aria-selected="true"] .UnderlineNav-octicon { + color: #dbdbdb94; + } + /* source #5: "#ddd" */ + .setup-header { + border-bottom-color: #233a55; + } + /* source #5: "color: #586069" */ + .setup-header .lead a { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .setup-header .lead a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069" */ + .setup-secondary .info { + color: #dbdbdbCC; + } + /* source #5: "#fff" */ + .setup-info-module { + background-color: #09192b; + background-image: none; + } + /* source #5: "#ddd" */ + .setup-info-module h2 { + border-bottom-color: #233a55; + } + /* source #5: "color: #586069" */ + .setup-info-module h2 .price { + color: #dbdbdbCC; + } + /* source #5: "#f9f9f9", "#e0e0e0" */ + .setup-info-module .setup-info-note { + background: #09192b; + border-top-color: #233a55; + } + /* source #5: "#eee" */ + .features-list .list-divider { + border-top-color: #233a55; + } + /* source #5: "color: #555" */ + .features-list .octicon-question { + color: #dbdbdbCC; + } + /* source #5: "color: #cb2431" */ + .setup-form .octicon-alert { + color: #f44; + } + /* source #5: "color: #28a745" */ + .setup-form .octicon-check { + color: #6cc644; + } + /* source #5: "#eee", "#eee" */ + .setup-form .setup-organization-next, .setup-form .tos-info { + border-top-color: #233a55; + border-bottom-color: #233a55; + } + /* source #5: "#d1d5da" */ + .setup-form .setup-plans { + border-color: #233a55; + } + /* source #5: "#f1f8ff" */ + .setup-form .setup-plans tr.selected { + background-color: #293b54; + } + /* source #5: "color: #6a737d" */ + .setup-creditcard-form .form-group select:invalid { + color: #dbdbdb94; + } + /* source #5: "color: #586069" */ + .setup-creditcard-form .help-text, .shelf-lead { + color: #dbdbdbCC; + } + /* source #5: "color: #959da5" */ + .shelf-dismiss { + color: #767676; + } + /* source #5: "color: #0366d6" */ + .shelf-dismiss:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: rgba(27,31,35,.7)", "rgba(27,31,35,.15)" */ + .shelf-dismiss .close-button { + color: rgba(230, 230, 230, 0.7); + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "color: #24292e", "rgba(27,31,35,.3)" */ + .shelf-dismiss .close-button:hover { + color: #dbdbdbAA; + border-color: rgba(200, 200, 200, 0.25); + } + /* source #5: "color: rgba(27,31,35,.85)", "#fff","#dbedff", "#fff" */ + .intro-shelf { + color: rgba(230, 230, 230, 0.85); + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 60%, #09192b; background-image: none), linear-gradient(70deg, #293b54 32%, #ebfff0); + border-bottom-color: #09192b; + } + /* source #5: "color: rgba(27,31,35,.7)" */ + .intro-shelf .shelf-lead { + color: rgba(230, 230, 230, 0.7); + } + /* source #5: "#d1d5da" */ + .orgs-help-shelf-content .orgs-help-divider { + border-top-color: #233a55; + } + /* source #5: "color: #586069" */ + .orgs-help-lead { + color: #dbdbdbCC; + } + /* source #5: "#fff", "#e1e4e8" */ + .orgs-help-item-octicon { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #5: "color: #0366d6" */ + .orgs-help-item-octicon .octicon { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069" */ + .orgs-help-dismiss, .orgs-help-item-content { + color: #dbdbdbCC; + } + /* source #5: "color: #0366d6" */ + .orgs-help-dismiss:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#fff", "#d1d5da" */ + .signup-plan-card { + border-color: #233a55; + } + /* source #5: "#fff" */ + .signup-plan-card, .signup-plan-card:hover { + background: #09192b; + background-image: none; + } + /* source #5: "#0366d6" */ + .plan-category-tab[aria-selected="true"] { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none !important; + } + /* source #5: "#fff" */ + .showcase-page-pattern::after { + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), #09192b; background-image: none); + } + /* source #5: "#eee" */ + .showcase-page-repo-list { + border-top-color: #233a55; + } + /* source #5: "#ffd33d" */ + .sponsors-goal-completed-bar, .sponsors-goal-progress-bar:hover { + background: linear-gradient(90deg, #cb4, #ea4aaa 17%, #b34bff 34%, #01feff 51%, #cb4 68%, #ea4aaa 85%, #b34bff); + } + /* source #5: "#fff", "#fff" */ + .sponsors-goals-avatar-border { + background-color: #09192b; + background-image: none; + border-color: #09192b; + } + /* source #5: "#fff", "#e1e4e8" */ + .business-sso .business-sso-panel, .business-sso .org-sso-panel, + .org-sso .business-sso-panel, .org-sso .org-sso-panel { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #5: "#d1d5da" */ + .business-sso .sso-recovery-callout, .org-sso .sso-recovery-callout { + border-color: #233a55; + } + /* source #5: "none", "box-shadow: none" */ + .tag-input input { + background: none; + box-shadow: none; + } + /* source #5: "box-shadow: none" */ + .tag-input input:focus { + box-shadow: none; + } + /* source #5: "transparent" */ + .reorderable-task-lists .markdown-body .task-list-item { + border-color: transparent; + } + /* source #5: "color: #586069", "#eaeaea", "box-shadow: none" */ + .team-label-ldap { + color: #dbdbdbCC; + border-color: #233a55; + box-shadow: none; + } + /* source #5: "color: #0366d6", "#f6f8fa" */ + .team-member-ellipsis:hover { + color: /*[[base-color]]*/ #d13358; + background: #0c1c2e; + } + /* source #5: "#fafbfc" */ + .team-listing .is-open.root-team { + background-color: #09192b; + } + /* source #5: "#0366d6" */ + .token-scanning-reset-query:hover .token-scanning-reset-query-icon { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "#6a737d" */ + .token-scanning-reset-query-icon { + background-color: #444; + } + /* source #5: "#f6f8fa", "#dfe2e5" */ + table.capped-list th { + background: #0c1c2e; + } + /* source #5: "#eaecef" */ + table.capped-list td, table.capped-list th { + border-bottom-color: #233a55; + } + /* source #5: "color: #444d56" */ + table.capped-list .octicon { + color: #dbdbdbCC; + } + /* source #5: "#fafbfc" */ + table.capped-list tr:nth-child(2n) { + background-color: #09192b; + } + /* source #5: "#dfe2e5" */ + .traffic-graph-stats { + border-top-color: #233a55; + } + /* source #5: "box-shadow: none" */ + .tree-finder-input, .tree-finder-input:focus { + box-shadow: none; + } + /* source #5: "#fff" */ + .tree-browser-result[aria-selected="true"] { + background-color: #4f1d27!important; + color: #fbfbfb!important; + background-image: none !important; + } + /* source #5: "color: #0366d6", "none" */ + .tree-browser-result[aria-selected="true"] .octicon-chevron-right, + .tree-browser-result mark { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "none" */ + .toolbar-commenting .dropdown-item, .tree-browser-result mark { + background: none; + } + /* source #5: "color: #0366d6" */ + .toolbar-commenting .dropdown-item:focus, + .toolbar-commenting .dropdown-item:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069", "none" */ + .toolbar-item, .toolbar-item .menu-target { + color: #dbdbdbCC; + background: none; + } + /* source #5: "color: #0366d6" */ + .toolbar-item .menu-target:focus, .toolbar-item .menu-target:hover, + .toolbar-item:focus, .toolbar-item:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #333" */ + .typeahead-result { + color: #dbdbdbEE; + } + /* source #5: "#0366d6" */ + .typeahead-result.navigation-focus, .typeahead-result:hover, + .typeahead-result[aria-selected="true"] { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "color: #586069" */ + .member-suggestion .already-member-note, .member-suggestion .member-name, + .member-suggestion .non-member-action, .member-suggestion .non-member-note, + .team-suggestion .team-description, .team-suggestion .team-size { + color: #dbdbdbCC; + } + /* source #5: "color: #959da5" */ + .email-suggestion .octicon-mail { + color: #767676; + } + /* source #5: "color: #586069" */ + .repo-access-add-team .team-description, .repo-access-add-team .team-size { + color: #dbdbdbCC; + } + /* source #5: "#e1e4e8" */ + .user-list-item + .user-list-item { + border-top-color: #233a55; + } + /* source #5: "#cb2431" */ + .follow-list .flagged-banner { + background-color: #911; + } + /* source #5: "color: #586069" */ + .follow-list .follow-list-info { + color: #dbdbdbCC; + } + /* source #5: "#e1e4e8" */ + @media (min-width: 768px) { + .avatar-before-user-status { + border-color: #233a55; + } + } + /* source #5: "color: #586069" */ + .user-status-org-button .user-status-org-detail { + color: #dbdbdbCC; + } + /* source #5: "#0366d6" */ + .user-status-org-button.selected { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "color: #24292e" */ + .user-status-message-wrapper { + color: #dbdbdbAA; + } + /* source #5: "color: #0366d6" */ + .toggle-user-status-edit:focus .user-status-message-wrapper, + .toggle-user-status-edit:hover .user-status-message-wrapper { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#fff", "#e1e4e8" */ + .user-status-circle-badge { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #5: "none" */ + .wiki-footer .markdown-body img { + background: none; + } + /* source #5: "rgba(27,31,35,.15)" */ + .ColorSwatch { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #5: "#f1f8ff" */ + .hx_avatar_stack_commit .AvatarStack-body { + background-color: #293b54; + } + /* source #5: "#fff", "#fff" */ + .hx_flex-avatar-stack-item .avatar { + border-color: #09192b; + background-color: #09192b; + background-image: none; + } + /* source #5: "box-shadow: none" */ + .hx_badge-search-container .hx_badge-input { + box-shadow: none; + } + /* source #5: "box-shadow: none !important" */ + .hx_badge-search-container .hx_badge-input:focus { + box-shadow: none !important; + } + /* source #5: "#0366d6", "#0366d6" */ + .hx_badge[aria-pressed="true"] { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none !important; + border-color: /*[[base-color]]*/ #d13358 !important; + } + /* source #5: "#fafbfc" */ + @media (hover: hover) { + .hx_menuitem--focus { + background-color: #09192b; + } + } + /* source #5: "color: rgba(115,92,15,.5)" */ + .hx_color-repo-private-icon { + color: rgba(204, 187, 68, 0.5); + } + /* source #5: "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ + body:not(.intent-mouse) .hx_focus-input:focus + .hx_focus-target { + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5); + } + /* source #5: "color: #959da5" */ + .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled="true"] { + color: #767676; + } + /* source #5: "box-shadow: none" */ + .Box--responsive .Box-row--unread { + box-shadow: none; + } + /* source #5: "linear-gradient(#54a3ff,#006eed)" */ + .Box--responsive .Box-row--unread::before { + background-image: linear-gradient(/*[[base-color]]*/ #d13358, /*[[base-color]]*/ #d13358); + } + /* source #5: "#d1d5da", "box-shadow: inset 2px 0 0 #0366d6" */ + @media (min-width: 544px) { + .Box--responsive { + border-color: #233a55; + } + .Box--responsive .Box-row--unread { + box-shadow: inset 2px 0 0 #eee; + } + } + /* source #5: "color: #6a737d" */ + @media (max-width: 767px) { + .page-responsive .hx_rsm-close-button .octicon-x, + .page-responsive .hx_rsm .close-button .octicon-x { + color: #dbdbdb94; + } + } + /* source #5: "#e1e4e8" */ + .preview-selected .tabnav--responsive { + border-bottom-color: #233a55; + } + /* source #5: "#fafbfc", "#e1e4e8", "#fff" */ + @media (max-width: 767px) { + .tabnav--responsive .tabnav-tab { + background-color: #09192b; + border-color: #233a55; + } + .tabnav--responsive .tabnav-tab:first-child { + border-left-color: #233a55; + } + .tabnav--responsive .tabnav-tab.selected, + .tabnav--responsive .tabnav-tab[aria-selected="true"] { + background-color: #09192b; + background-image: none; + } + } + /* source #5: "#e1e4e8" */ + @media (max-width: 767px) { + .hx_sm-hide-drag-drop textarea { + border-bottom-color: #233a55; + } + } + /* source #5: "#fff" */ + .details-overlay[open] > .dropdown-item:hover { + background: #09192b; + background-image: none; + } + /* source #5: "color: #959da5" */ + .radio-label .octicon { + color: #767676; + } + /* source #5: "color: #6a737d", "#eff3f6" */ + .radio-input:disabled + .radio-label { + color: #dbdbdb94; + background-color: #361c2b; + } + /* source #5: "#e1e4e8" */ + .BorderGrid-cell { + border-color: #233a55; + } + /* source #5: "#e1e4e8" */ + @media (min-width: 544px) { + .Box--responsive { + border-color: #233a55; + } + } + /* source #5: "#e1e4e8" */ + .timeline-comment, .timeline-comment-header { + border-color: #233a55; + } + /* source #5: "#e1e4e8" */ + .branch-action-item.border-gray-dark { + border-color: #233a55 !important; + } + /* source #5: "#e1e4e8" */ + .branch-action-body, .branch-action-state-closed-dirty .branch-action-body, + .branch-action-state-dirty .branch-action-body, + .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body, + .select-menu-modal { + border-color: #233a55; + } + /* source #5: "#fff" */ + .select-menu-filters, .select-menu-header { + background: #09192b; + background-image: none; + } + /* source #5: "box-shadow: none" */ + .notification-list-item-actions .btn { + box-shadow: none; + } + /* source #5: "#28a745" */ + .branch-action-state-clean .branch-action-icon, + .completeness-indicator-success { + background-color: #373; + } + /* source #5: "color: #735c0f" */ + .Label--outline.bg-yellow-light { + color: #EFA554; + } + /* source #5: "color: #0366d6", "#0366d6" */ + .label.bg-blue { + color: /*[[base-color]]*/ #d13358; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #5: "currentColor" */ + .select-menu-item:hover .Label { + border-color: currentcolor; + } + /* source #5: "transparent" */ + .IssueLabel--big.lh-condensed { + border-color: transparent; + } + /* source #5: "#e1e4e8" */ + .signed-commit-badge-large, .signed-commit-badge-medium, + .signed-commit-badge-small, .timeline-comment-label { + border-color: #233a55; + } + /* source #5: "transparent", "color: #0366d6" */ + .delete-topic-button, .topic-tag, .topic-tag-action { + border-color: transparent; + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #0366d6" */ + .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "initial", "none" */ + .btn-transparent { + background-color: initial; + } + /* source #5: "color: #586069" */ + .lead-mktg-fluid { + color: #dbdbdbCC; + } + /* source #5: "none" */ + .btn-outline-mktg-fluid, .btn-outline-mktg-fluid.hover, + .btn-outline-mktg-fluid.selected, .btn-outline-mktg-fluid:active, + .btn-outline-mktg-fluid:hover, .btn-outline-mktg-fluid[aria-selected="true"], + .btn-purple-outline-mktg-fluid, .btn-purple-outline-mktg-fluid.hover, + .btn-purple-outline-mktg-fluid.selected, + .btn-purple-outline-mktg-fluid:active, .btn-purple-outline-mktg-fluid:hover, + .btn-purple-outline-mktg-fluid[aria-selected="true"], + .btn-white-outline-mktg-fluid, .btn-white-outline-mktg-fluid.hover, + .btn-white-outline-mktg-fluid.selected, .btn-white-outline-mktg-fluid:active, + .btn-white-outline-mktg-fluid:hover, + .btn-white-outline-mktg-fluid[aria-selected="true"], + [open] > .btn-outline-mktg-fluid, [open] > .btn-purple-outline-mktg-fluid, + [open] > .btn-white-outline-mktg-fluid { + background: none; + } + /* source #5: "none" */ + .btn-invisible-mktg-fluid, .btn-invisible-mktg-fluid::before, + .btn-invisible-mktg-fluid:hover, .btn-lg-invisible-mktg-fluid, + .btn-lg-invisible-mktg-fluid::before, .btn-lg-invisible-mktg-fluid:hover { + background: none !important; + } + /* source #5: "box-shadow: none" */ + .btn-invisible-mktg-fluid.focus, .btn-invisible-mktg-fluid:focus, + .btn-lg-invisible-mktg-fluid.focus, .btn-lg-invisible-mktg-fluid:focus { + box-shadow: none; + } + /* source #5: "#fff" */ + .testimonial-avatar { + border-color: #09192b; + } + /* source #5: "transparent" */ + .customer-story-overlay { + background-image: linear-gradient(180deg, #000 -5%, transparent 50%); + } + /* source #5: "none" */ + .page-nav .page-nav-trigger { + background: none; + } + /* source #5: "color: #6a737d" */ + .page-nav-item { + color: #dbdbdb94; + } + /* source #5: "#f6f8fa" */ + .page-nav-item::before { + background-color: #0c1c2e; + } + /* source #5: "color: #444d56 !important" */ + .page-nav-item:hover { + color: #dbdbdbCC !important; + } + /* source #5: "color: #24292e" */ + .page-nav-item.selected { + color: #dbdbdbAA; + } + /* source #5: "#eee" */ + hr { + border-bottom-color: #233a55; + } + /* source #5: "#fb8532" */ + .bg-orange { + background: #f3582c !important; + } + /* source #5: "color: #808891" */ + .text-gray-light-ultra { + color: #767676; + } + /* source #5: "#d1d5da" */ + .underline-dashed { + background-image: linear-gradient(90deg, #233a55 50%, hsla(0, 0%, 100%, 0) 0); + } + /* source #5: "color: #1074e7", "box-shadow: 0 1px 0 0 rgba(16,116,231,.5)" */ + .link-mktg { + box-shadow: 0 1px 0 0 rgba(79, 140, 201, 0.5); + box-shadow: 0 1px 0 0 rgba(/*[[base-color-rgb]]*/, 0.5); + } + /* source #5: "color: #0366d6", "box-shadow: 0 1px 0 0 #1074e7" */ + .link-mktg, .link-mktg:hover { + color: /*[[base-color]]*/ #d13358; + } + .link-mktg:hover { + box-shadow: 0 1px 0 0 #d13358; + box-shadow: 0 1px 0 0 /*[[base-color]]*/; + } + /* source #5: "#f6f8fa" */ + .Tile { + background-color: #0c1c2e; + } + /* source #5: "#fff" */ + .Tile:hover { + background-image: none; + } + /* source #5: "#fafbfc" */ + .bg-hero-dots-gray::before, .Tile:hover { + background-color: #09192b; + } + /* source #5: "#fafbfc" */ + @media (max-width: 1012px) { + .enterprise-section-container { + background-color: #09192b; + } + } + /* source #5: "#e1e4e8" */ + .sponsors-discussion::after { + background-color: #233a55; + } + /* source #5: "transparent" */ + .sponsors-popover::after, .sponsors-popover::before { + border-bottom-color: transparent; + } + /* source #5: "transparent", "rgba(27,31,35,.15)" */ + .sponsors-popover::before { + border-color: rgba(200, 200, 200, 0.1) transparent transparent; + } + /* source #5: "transparent", "#fff" */ + .sponsors-popover::after { + border-color: #09192b transparent transparent; + } + /* source #5: "color: #586069" */ + .sponsors-listing-featured-item .item-handle { + color: #dbdbdbCC; + } + /* source #5: "color: #6a737d", "transparent" */ + .subnav-link { + color: #dbdbdb94; + border-bottom-color: transparent; + } + /* source #5: "color: #24292e", "#e1e4e8" */ + .subnav-link:hover { + color: #dbdbdbAA; + border-bottom-color: #233a55; + } + /* source #5: "color: #1b1f23 !important", "#1074e7" */ + .subnav-link.selected { + color: #dbdbdbDD !important; + border-bottom-color: /*[[base-color]]*/ #d13358; + } + /* source #5: "transparent", "transparent" */ + .subnav-btn, .subnav-btn:hover { + background: transparent; + } + .subnav-btn:hover { + border-bottom-color: transparent; + } + /* source #5: "#0366d6" */ + @media (min-width: 768px) { + .subnav-btn:hover { + background: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + } + /* source #5: "transparent" */ + .subnav-primary, .subnav-primary:hover { + border-bottom-color: transparent; + } + /* source #5: "#e1e4e8" */ + @media (min-width: 768px) { + .subnav-primary:hover { + border-bottom-color: #233a55; + } + } + /* source #5: "transparent" */ + .subnav-primary.selected { + border-bottom-color: transparent; + } + /* source #5: "#1074e7" */ + @media (min-width: 768px) { + .subnav-primary.selected { + border-bottom-color: /*[[base-color]]*/ #d13358; + } + } + /* source #5: "color: #24292e" */ + .site-subnav-nav .selected { + color: #dbdbdbAA; + } + /* source #5: "#eaecef" */ + .pricing-table td, .pricing-table thead th { + border-bottom-color: #233a55; + } + /* source #5: "#eaecef", "#eaecef" */ + .pricing-table td + td { + border-right-color: #233a55; + border-left-color: #233a55; + } + /* source #5: "#fff" */ + .fade-img-to-white-bg::before { + background: linear-gradient(180deg, #09192b; background-image: none 0, hsla(0, 0%, 100%, 0)); + } + /* source #5: "#fff" */ + .fade-img-to-white-bg::after { + background: linear-gradient(0deg, #09192b; background-image: none 0, hsla(0, 0%, 100%, 0)); + } + /* source #5: "color: #24292e", "#fff" */ + .pricing-plan-tab-active { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + /* source #5: "initial" */ + .pricing-testimonial-logo { + background-color: initial; + } + /* source #5: "#e1e4e8" */ + .pricing-testimonial-logo-active { + background-color: #233a55; + } + /* source #5: "initial" */ + .pricing-matrix-row-button { + background-color: initial; + } + /* source #5: "#e1e4e8" */ + .pricing-matrix-row:hover .pricing-matrix-column-feature, + .pricing-matrix-row:hover .pricing-matrix-row-text { + background-color: #233a55; + } + /* source #5: "#fff" */ + .pricing-matrix-column-tier { + background-color: #09192b; + background-image: none; + } + /* source #5: "#f6f8fa" */ + .pricing-matrix-row:hover .pricing-matrix-column-tier { + background-color: #0c1c2e; + } + /* source #5: "color: #959da5" */ + .codespaces-subtitle { + color: #767676; + } + /* source #5: "#e1e4e8" */ + .codespaces-develop-time { + background-color: #233a55; + } + /* source #5: "box-shadow: none" */ + .section-codespaces-develop-night .codespaces-sun { + box-shadow: none; + } + /* source #5: "#24292e" */ + .bg-gradient-gray { + background-image: linear-gradient(175.44deg, #06111d 1.44%, #09192b 96.23%); + } + /* source #5: "#fff" */ + .bg-radial-white { + background: radial-gradient(145.3% 145.3% at 65.91% 0, #09192b; background-image: none 0, #f0f0f0 100%); + } + /* source #5: "#24292e" */ + .jumbotron-netneutrality { + background: #09192b; + } + /* source #5: "#24292e" */ + @media (min-width: 768px) { + .jumbotron-netneutrality { + background: url(/images/modules/site/netneutrality/netneutrality.png), #09192b; + } + } + /* source #5: "#f5f0ff", "transparent", "color: #6f42c1" */ + @media (min-width: 768px) { + .illflow-purple .selected { + background-color: #213; + } + .illflow-purple .selected::after { + border-color: transparent transparent #f5f0ff; + } + .illflow-purple .illflow-item .illflow-item-heading { + color: #8368aa; + } + } + /* source #5: "#f1f8ff", "transparent", "color: #0366d6" */ + @media (min-width: 768px) { + .illflow-blue .selected { + background-color: #293b54; + } + .illflow-blue .selected::after { + border-color: transparent transparent #293b54; + } + .illflow-blue .illflow-item .illflow-item-heading { + color: /*[[base-color]]*/ #d13358; + } + } + /* source #5: "color: #444d56" */ + .illflow-item .illflow-item-heading { + color: #dbdbdbCC; + } + /* source #5: "#fafbfc", "color: #24292e" */ + @media (min-width: 768px) { + .illflow-item:not(.selected):hover { + background-color: #09192b; + } + .illflow-item.selected .illflow-item-heading { + color: #dbdbdbAA; + } + } + /* source #5: "transparent" */ + .IconNav-item { + border-bottom-color: transparent; + } + /* source #5: "#444d56" */ + .IconNav-item.selected { + border-color: #233a55; + } + /* source #5: "color: #24292e" */ + .home-hero-signup .form-control-lg:-ms-input-placeholder { + color: #dbdbdbAA; + } + /* source #5: "color: #24292e" */ + .home-hero-signup .form-control-lg::-ms-input-placeholder { + color: #dbdbdbAA; + } + /* source #5: "color: #24292e" */ + .home-hero-signup .form-control-lg::placeholder { + color: #dbdbdbAA; + } + /* source #5: "color: #6a737d" */ + .home-hero-signup .form-control-note { + color: #dbdbdb94; + } + /* source #5: "color: #959da5" */ + .home-hero-signup .form-control-note .notice-highlight { + color: #767676; + } + /* source #5: "#fb8532" */ + .border-orange { + border-color: #fb8532 !important; + } + /* source #5: "color: #032f62 !important" */ + .text-blue-dark { + color: #ada19c !important; + } + /* source #5: "color: #959da5" */ + .actions-event-token { + color: #767676; + } + /* source #5: "color: #d1d5da" */ + .actions-event-token span { + color: #233a55; + } + /* source #5: "color: #0366d6" */ + .actions-template-card:hover .actions-template-repo { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #959da5" */ + .actions-template-repo { + color: #767676; + } + /* source #5: "color: #24292e !important" */ + .selected .security-nav-item { + color: #dbdbdbAA !important; + } + /* source #5: "color: #d1d5da" */ + .security-nav-icon { + color: #233a55; + } + /* source #5: "initial" */ + @media (min-width: 1012px) { + .insights-hero-text { + background-color: initial; + } + } + /* source #5: "#fff" */ + @media (min-width: 1012px) { + .insights-dashboard-callout { + background-color: #09192b; + background-image: none; + } + } + /* source #5: "#0366d6" */ + .insights-dash-dot-ripple > span { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #5: "#2188ff" */ + .insights-dash-dot-ripple > div { + border-color: #d13358; + } + /* source #5: "transparent" */ + .gpr-cli-tab-nav { + border-color: transparent; + } + /* source #5: "transparent" */ + .gpr-cli-tab { + background: transparent; + } + /* source #5: "#24292e" */ + .gpr-cli-tab:hover { + background-color: #09192b; + } + /* source #5: "color: #586069" */ + .MarketingBody > p { + color: #dbdbdbCC; + } + /* source #5: "color: #1074e7" */ + .MarketingBody blockquote { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "color: #586069" */ + .MarketingBody ol, .MarketingBody ul { + color: #dbdbdbCC; + } + /* source #5: "color: #1b1f23" */ + .MarketingBody ol strong, .MarketingBody ul strong { + color: #dbdbdbDD; + } + /* source #5: "color: #2f363d !important" */ + .MarketingBody-lead > p:first-child { + color: #dbdbdbEE !important; + } + /* source #5: "color: #0366d6" */ + .MarketingBody-lead a, .MarketingBody-lead a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #5: "#c8e1ff","#79b8ff" */ + .section-mobile-notification::after { + background: linear-gradient(#d1335835, /*[[base-color]]*/ #d13358, #d1335835); + } + /* source #5: "#fff" */ + .phone-buttons, .phone-buttons::after, .phone-buttons::before { + background-color: #09192b; + background-image: none; + } + /* source #5: "#fff" */ + .phone-background { + border-color: #09192b; + } + /* source #5: "#f6f8fa" */ + .phone-background::before { + border-color: #122235; + } + /* source #5: "#dbedff" */ + .mobile-work-overlay-bluetap { + background-color: #293b54; + } + /* source #5: "#ffdf5d" */ + .mobile-particle-square-orange, .mobile-particle-square-pink, + .mobile-particle-square-yellow { + background: #cb4; + } + /* source #5: "#fb8532" */ + .mobile-particle-circle-orange, .mobile-particle-square-orange { + background: #f3582c; + } + /* source #5: "#d1d5da" */ + @media (min-width: 544px) { + .summarylink:active .summarylink-btn, .summarylink:hover .summarylink-btn { + border-color: #233a55; + } + } + /* source #5: "transparent" */ + .summarylink-btn { + border-color: transparent; + } + /* source #5: "#fb8532" */ + .particle-circle-orange { + background: #f3582c; + } + /* source #5: "#ffdf5d" */ + .particle-square-yellow { + background: #cb4; + } + /* source #5: "#fb8532" */ + .particle-circle-orange-2 { + background: #f3582c; + } + /* source #5: "#e1e4e8" */ + .apps-quadrangle .CircleBadge::after { + background-color: #233a55; + } + /* source #5: "#24292e" */ + .DeveloperVideo-data { + background: #09192b; + } + /* source #5: "none", "transparent" */ + @media (min-width: 768px) { + .DeveloperVideo-data { + background: none; + background-image: linear-gradient(transparent, rgba(27, 31, 35, 0.95)); + } + } + /* source #5: "#2f363d" */ + .btf-border { + border-top-color: #282828; + } + /* source #5: "#fff" */ + .signup-prompt-bg { + background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #09192b; background-image: none), linear-gradient(70deg, #eaf5ff 32%, #f6fff8); + } + /* source #5: "color: #586069" */ + .SegmentedNav .selected { + color: #dbdbdbCC; + } + /* source #5: "#fafbfc" */ + .home-enterprise-wrapper::before { + background-color: #09192b; + } + /* source #5: "#f6f8fa" */ + .choose-team-lp { + background-color: #0c1c2e; + } + /* source #5: "color: #2f363d" */ + .choose-team-lp .lead-mktg { + color: #dbdbdbEE; + } + /* source #5: "#fff" */ + .choose-team-lp .landing-page-section.features { + background-color: #09192b; + background-image: none; + } + /* source #5: "color: #2f363d" */ + .choose-team-lp .feature-list { + color: #dbdbdbEE; + } + /* source #5: "#032f62" */ + .choose-team-lp .landing-page-sub-footer { + background-color: #293b54; + } + /* source #5: "#fff" */ + .team-octicon { + background-color: #09192b; + background-image: none; + } + /* source #5: "transparent" */ + .team-collaboration-box::after, .team-collaboration-box::before { + border-color: transparent; + } + /* source #5: "#d1d5da" */ + .team-collaboration-box::before { + border-bottom-color: #233a55; + } + /* source #5: "#fff" */ + .team-collaboration-box::after { + border-bottom-color: #09192b; + } + /* source #5: "transparent", "#d1d5da", "transparent", "#fff" */ + @media (min-width: 768px) { + .team-collaboration-box--left::before { + border-bottom-color: transparent; + border-left-color: #233a55; + } + .team-collaboration-box--left::after { + border-bottom-color: transparent; + border-left-color: #09192b; + } + } + /* source #5: "#d1d5da", "transparent", "#fff", "transparent" */ + @media (min-width: 768px) { + .team-collaboration-box--right::before { + border-right-color: #233a55; + border-bottom-color: transparent; + } + .team-collaboration-box--right::after { + border-right-color: #09192b; + border-bottom-color: transparent; + } + } + /* source #5: "initial" */ + @media (min-width: 768px) { + .team-graph-left { + background-size: initial; + } + } + /* source #6: "#bbb", "white" */ + ._2NFgh0Z6tkGorUToiId47k [class^="Content__ChildWrapper"] > [class^="Content"], + ._3c5eahGieigDTmRHO-d7l3 [class^="Content__ChildWrapper"] > [class^="Content"] { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #6: "white" */ + ._2NFgh0Z6tkGorUToiId47k .status-dropdown__option::before, + ._3c5eahGieigDTmRHO-d7l3 .status-dropdown__option::before { + background-color: #09192b; + background-image: none; + } + /* source #6: "transparent" */ + .ak-editor-wrapper pre code, .markdown-display pre code { + background-color: transparent; + } + /* source #6: "#ddd" */ + .ak-editor-wrapper table, .markdown-display table { + border-color: #233a55; + } + /* source #6: "#ddd" */ + .ak-editor-wrapper table td, .markdown-display table td { + border-top-color: #233a55; + } + /* source #6: "#ddd" */ + .ak-editor-wrapper table td + td, .ak-editor-wrapper table th + th, + .markdown-display table td + td, .markdown-display table th + th { + border-left-color: #233a55; + } + /* source #6: "#d0d0d0" */ + ._2-I6T1F9kpUp2j9G31LMYN { + border-color: #233a55; + } + /* source #6: "#bbb" */ + ._1JN3aEKlPD7X5jqB1dXYzx input { + border-color: #233a55; + } + /* source #6: "white" */ + ._2dv0LNfUzjAAPh-wPACjXb { + background-color: #09192b; + background-image: none; + } + /* source #6: "transparent" */ + abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, + cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, + figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, + iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, + pre, q, samp, section, small, span, strong, sub, summary, sup, time, ul, var, + video { + background: transparent; + } + /* source #6: "#ffffff", "color: #333", "#fff" */ + body { + color: #dbdbdbEE; + background: #09192b; + } + /* source #6: "transparent", "transparent" */ + .caret { + border-left-color: transparent; + border-right-color: transparent; + } + /* source #6: "#e0e0e0" */ + .well { + border-color: #233a55; + } + /* source #6: "#e5e5e5" */ + hr { + border-top-color: #233a55; + } + /* source #6: "#ddd" */ + abbr { + border-bottom-color: #233a55; + } + /* source #6: "#f5f5f5" */ + pre.code-display { + background-color: #0c1c2e; + } + /* source #6: "transparent" */ + pre.code-display code { + background-color: transparent; + } + /* source #6: "#bbb" */ + .chzn-container-single .chzn-single, input[type="email"], + input[type="number"], input[type="password"], input[type="text"], select, + textarea { + border-color: #233a55; + } + /* source #6: "color: #dbdbdb66" */ + .chzn-container-single .chzn-single, input[type="email"], + input[type="password"], input[type="text"], textarea { + color: #dbdbdb94; + } + /* source #6: "#f5f5f5", "#ddd" */ + input[disabled], select[disabled], select[readonly], textarea[disabled] { + background-color: #0c1c2e; + border-color: #233a55; + } + /* source #6: "#ddd" */ + input[disabled]:hover, select[disabled]:hover, select[readonly]:hover, + textarea[disabled]:hover { + border-color: #233a55; + } + /* source #6: "#f4f4f4", "color: #dbdbdb66" */ + .controls.append label, .controls.prepend label { + background-color: #361c2b; + color: #dbdbdb94; + } + /* source #6: "#e0e0e0" */ + .form-bordered .control-group { + border-bottom-color: #233a55; + } + /* source #6: "#e0e0e0" */ + .form-bordered .control-group.first-border { + border-top-color: #233a55; + } + /* source #6: "#eee" */ + .fa-border { + border-color: #233a55; + } + /* source #6: "transparent" */ + .tooltipster-sidetip .tooltipster-arrow-background, + .tooltipster-sidetip .tooltipster-arrow-border, + .tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border { + border-color: transparent; + } + /* source #6: "#BBB" */ + .cpt-admin-simple-search-form button { + border-color: #233a55; + } + /* source #6: "#ffffff" */ + .carousel-control { + border-color: #09192b; + } + /* source #6: "#f8f8f8" */ + .component-statuses .component-status-container .component-dropdown-selector.dropdown-open .component-status-display { + background-color: #122235; + } + /* source #6: "#d0d0d0", "#fff" */ + .component-statuses .component-status-container .component-dropdown-selector .status-dropdown { + border-color: #233a55; + background-color: #09192b; + background-image: none; + } + /* source #6: "#f9f9f9" */ + .component-statuses .component-status-container .component-dropdown-selector .status-dropdown .status-option:hover { + background-color: #09192b; + } + /* source #6: "#fff" */ + .datepicker { + background: #09192b; + background-image: none; + } + /* source #6: "transparent", "transparent", "#fff" */ + .datepicker::after, .datepicker::before { + border-left-color: transparent; + border-right-color: transparent; + } + .datepicker::after { + border-bottom-color: #09192b; + } + /* source #6: "#eee" */ + .datepicker td.day:hover, .datepicker td span:hover, + .datepicker thead tr:first-child th:hover { + background: #361c2b; + } + /* source #6: "#ffffff" */ + .dropdown .dropdown-menu { + background-color: #09192b; + background-image: none; + } + /* source #6: "#f8f8f8" */ + .dropdown .dropdown-menu li:hover { + background-color: #122235; + } + /* source #6: "color: #333" */ + .dropdown .dropdown-menu li a { + color: #dbdbdbEE; + } + /* source #6: "white" */ + .es-menu { + background: #09192b; + background-image: none; + } + /* source #6: "color: #333" */ + .es-menu .item div .fa, .es-menu .item div i.component-status { + color: #dbdbdbEE; + } + /* source #6: "color: #dbdbdb66" */ + .es-highlight { + color: #dbdbdb94; + } + /* source #6: "box-shadow: none !important" */ + #es-search-field { + box-shadow: none !important; + } + /* source #6: "#bbb" */ + .grouped-items-selector { + border-color: #233a55; + } + /* source #6: "box-shadow: none" */ + .grouped-items-selector.inline { + box-shadow: none; + } + /* source #6: "#ddd" */ + .grouped-items-selector.inline .border-color { + border-color: #233a55; + } + /* source #6: "color: #333" */ + .grouped-items-selector.inline .grouped-item.active { + color: #dbdbdbEE; + } + /* source #6: "#ffffff" */ + .modal { + background-color: #09192b; + background-image: none; + } + /* source #6: "color: #000" */ + .modal .headless-close, .modal .headless-close:hover { + color: #f0f0f0; + } + /* source #6: "#e0e0e0" */ + .modal .modal-header { + border-bottom-color: #233a55; + } + /* source #6: "color: #000" */ + .modal .modal-header .close, .modal .modal-header .close:hover { + color: #f0f0f0; + } + /* source #6: "#f5f5f5", "#ddd" */ + .modal .modal-footer { + background-color: #0c1c2e; + border-top-color: #233a55; + } + /* source #6: "#fff", "transparent" */ + .panel { + background-color: #09192b; + background-image: none; + border-color: transparent; + } + /* source #6: "#ddd" */ + .panel.panel-default { + border-color: #233a55; + } + /* source #6: "color: #333", "#f5f5f5", "#ddd" */ + .panel.panel-default .panel-heading { + color: #dbdbdbEE; + background-color: #0c1c2e; + border-color: #233a55; + } + /* source #6: "transparent" */ + .panel .panel-heading { + border-bottom-color: transparent; + } + /* source #6: "#ffffff" */ + .popover { + background-color: #09192b; + background-image: none; + } + /* source #6: "#ffffff" */ + .popover.top .arrow::after { + border-top-color: #09192b; + } + /* source #6: "#ffffff" */ + .popover.right .arrow::after { + border-right-color: #09192b; + } + /* source #6: "#ffffff" */ + .popover.bottom .arrow::after { + border-bottom-color: #09192b; + } + /* source #6: "#ffffff" */ + .popover.left .arrow::after { + border-left-color: #09192b; + } + /* source #6: "transparent" */ + .popover .arrow, .popover .arrow::after { + border-color: transparent; + } + /* source #6: "#f5f5f5", "#eee" */ + .popover .popover-title { + background-color: #0c1c2e; + border-bottom-color: #233a55; + } + /* source #6: "#fff" */ + .cpt-table .content { + background: #09192b; + background-image: none; + } + /* source #6: "#e0e0e0" */ + .cpt-table .content .table-row.blank-state { + border-color: #233a55 !important; + } + /* source #6: "#ddd" */ + .cpt-tabular-table { + border-color: #233a55; + } + /* source #6: "#ddd" */ + .cpt-tabular-table td { + border-top-color: #233a55; + } + /* source #6: "#ddd" */ + .cpt-tabular-table td + td, .cpt-tabular-table th + th { + border-left-color: #233a55; + } + /* source #6: "#f9f9f9" */ + .cpt-tabular-table.striped tbody tr:nth-child(odd) td, + .cpt-tabular-table .table-striped tbody tr:nth-child(odd) th { + background-color: #09192b; + } + /* source #6: "#ddd" */ + .cpt-tabs:not(.unstyled) { + border-bottom-color: #233a55; + } + /* source #6: "transparent" */ + .cpt-tabs:not(.unstyled) li a { + border-color: transparent; + } + /* source #6: "#eee", "color: #dbdbdb66" */ + .cpt-tabs:not(.unstyled) li:not(.active) a:hover { + background-color: #361c2b; + color: #dbdbdb94; + } + /* source #6: "transparent" */ + .cpt-tabs:not(.unstyled) li:not(.active) a:hover.disabled { + background-color: transparent; + } + /* source #6: "color: #333", "#ffffff", "#ddd", "transparent" */ + .cpt-tabs:not(.unstyled) li.active a { + color: #dbdbdbEE; + background-color: #09192b; + background-image: none; + border-color: #233a55 #233a55 transparent; + } + /* source #6: "#e0e0e0" */ + .cpt-tabs:not(.unstyled).mobile { + border-color: #233a55; + } + /* source #6: "#e0e0e0" */ + .cpt-tabs:not(.unstyled).mobile.open li:last-of-type { + border-bottom-color: #233a55; + } + /* source #6: "#e0e0e0", "#e0e0e0" */ + .cpt-tabs:not(.unstyled).mobile.open li a { + border-left-color: #233a55; + border-right-color: #233a55; + } + /* source #6: "#fff" */ + .cpt-tabs:not(.unstyled).mobile li.active a, + .cpt-tabs:not(.unstyled).mobile li:not(.active) a:hover, + .cpt-tabs:not(.unstyled).mobile li a { + background-color: #09192b; + background-image: none; + } + /* source #6: "box-shadow: none", "none" */ + .cpt-toggle { + box-shadow: none; + background: none; + } + /* source #6: "white" */ + .cpt-toggle .bubble { + background-color: #09192b; + background-image: none; + } + /* source #6: "color: #dbdbdb66", "#e0e0e0" */ + .tooltip-base { + border-color: #233a55; + } + /* source #6: "color: #dbdbdb66" */ + .tooltip-base, .tooltip-base:hover { + color: #dbdbdb94; + } + /* source #6: "transparent", "transparent" */ + .tooltip.top .tooltip-arrow { + border-left-color: transparent; + border-right-color: transparent; + } + /* source #6: "transparent", "transparent" */ + .tooltip.right .tooltip-arrow { + border-top-color: transparent; + border-bottom-color: transparent; + } + /* source #6: "transparent", "transparent" */ + .tooltip.bottom .tooltip-arrow { + border-left-color: transparent; + border-right-color: transparent; + } + /* source #6: "transparent", "transparent" */ + .tooltip.left .tooltip-arrow { + border-top-color: transparent; + border-bottom-color: transparent; + } + /* source #6: "#ffffff" */ + .cpt-button .caret { + border-top-color: #09192b; + } + /* source #6: "box-shadow: none", "transparent" */ + .cpt-button.style-outline { + box-shadow: none; + background: transparent; + } + /* source #6: "white" */ + .cpt-button.style-outline:hover { + border-color: #09192b; + } + /* source #6: "#bbb" */ + .cpt-button.style-outline.color-grey { + border-color: #233a55; + } + /* source #6: "box-shadow: none" */ + .cpt-button.disabled { + box-shadow: none; + } + /* source #6: "#CCCCCC" */ + .domain-helper .domain-header.domain-unset { + background-color: #484848; + } + /* source #6: "#EEEEEE" */ + .domain-helper .dns-records { + border-bottom-color: #233a55; + } + /* source #6: "#EEEEEE" */ + .domain-helper .dns-records .dns-records-header { + background-color: #361c2b; + } + /* source #6: "#EEEEEE" */ + .domain-helper .dns-records .dns-records-row { + border-color: #233a55; + } + /* source #6: "#fff" */ + .cpt-pill-group button.pill { + background-color: #09192b; + background-image: none; + } + /* source #6: "#E0E0E0", "color: #333" */ + .cpt-pill-group button.pill.active { + border-color: #233a55; + color: #dbdbdbEE; + } + /* source #6: "transparent" */ + .cpt-pill-group button.pill.inactive { + border-color: transparent; + } + /* source #6: "#f8f8f8", "#e0e0e0", "#e0e0e0" */ + .updates-dropdown-container .updates-dropdown .updates-dropdown-nav a { + background-color: #122235; + border-right-color: #233a55; + border-bottom-color: #233a55; + } + /* source #6: "color: #dbdbdb66 !important" */ + .updates-dropdown-container .updates-dropdown .updates-dropdown-nav a:last-of-type { + color: #dbdbdb94 !important; + } + /* source #6: "#fff" */ + .updates-dropdown-container .updates-dropdown .updates-dropdown-section { + background-color: #09192b; + background-image: none; + } + /* source #6: "rgba(0,0,0,0.8)" */ + .layout-content.status .masthead-container.premium .masthead .text-container { + background-color: #361c2b; + } + /* source #6: "transparent" */ + .layout-content.status.status-full-history .show-filter.open { + border-color: transparent; + } + /* source #6: "transparent" */ + .layout-content.status.status-full-history .history-nav a:not(.current) { + border-color: transparent !important; + } + /* source #6: "transparent" */ + .layout-content.status.status-full-history .history-nav a.current { + border-bottom-color: transparent; + } + /* source #6: "white" */ + .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip, + .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip #box-arrow { + background-color: #09192b; + background-image: none; + } + /* source #6: "box-shadow: none" */ + .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip .tooltip-box { + box-shadow: none; + } + /* source #6: "#e0e0e0", "color: #333" */ + .layout-content.status-internal { + border-color: #233a55; + color: #dbdbdbEE; + } + /* source #6: "#fff" */ + .layout-content.status-internal .message-container { + background-color: #09192b; + background-image: none; + } + /* source #6: "transparent", "white" */ + #uptime-tooltip .pointer-smaller { + border-color: transparent transparent #09192b; + } + /* source #6: "transparent" */ + #uptime-tooltip .pointer-larger { + border-color: transparent; + } + /* source #6: "white" */ + #uptime-tooltip .tooltip-box { + background-color: #09192b; + background-image: none; + } + /* source #6: "color: #333" */ + #uptime-tooltip .related-events .related-event .related-event-link { + color: #dbdbdbEE; + } + /* source #6: "color: #dbab09 !important" */ + .bg-pending, .text-pending { + color: #cb4 !important; + } + /* source #6: "color: #0366d6 !important" */ + .link-gray-dark:hover, .link-hover-blue:hover { + color: /*[[base-color]]*/ #d13358 !important; + } + /* source #6: "#f6f8fa" */ + body { + background-color: #0c1c2e; + } + /* source #6: "rgba(0, 0, 0, 0.125)" */ + .layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .updates, + .markdown-display table, .tooltip-base, + body.status .layout-content.status .border-color, hr { + border-color: rgba(200, 200, 200, 0.125); + } + /* source #6: "rgba(0, 0, 0, 0.125)" */ + .header { + border-bottom-color: rgba(200, 200, 200, 0.125); + } + /* source #6: "#fff" */ + .component-container, .incident-title + .updates { + background-color: #09192b; + background-image: none; + } + /* source #6: "#e6ebf1" */ + .page-footer { + border-top-color: #233a55 !important; + } + /* source #6: "#f6f8fa" */ + .component-items-selector .grouped-item:hover { + background-color: #0c1c2e; + } + /* source #6: "#0366d6" */ + .component-items-selector .active, .component-items-selector .active:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #6: "#e6ebf1" */ + .incident-list::before, .status-day::before { + background-color: #444; + } + /* source #6: "#24292e" */ + .status-day > .date::before { + background: #09192b url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 2H12V3.5C12 3.78 11.78 4 11.5 4H9.5C9.22 4 9 3.78 9 3.5V2H6V3.5C6 3.78 5.78 4 5.5 4H3.5C3.22 4 3 3.78 3 3.5V2H2C1.45 2 1 2.45 1 3V14C1 14.55 1.45 15 2 15H13C13.55 15 14 14.55 14 14V3C14 2.45 13.55 2 13 2ZM13 14H2V5H13V14ZM5 3H4V1H5V3ZM11 3H10V1H11V3ZM6 7H5V6H6V7ZM8 7H7V6H8V7ZM10 7H9V6H10V7ZM12 7H11V6H12V7ZM4 9H3V8H4V9ZM6 9H5V8H6V9ZM8 9H7V8H8V9ZM10 9H9V8H10V9ZM12 9H11V8H12V9ZM4 11H3V10H4V11ZM6 11H5V10H6V11ZM8 11H7V10H8V11ZM10 11H9V10H10V11ZM12 11H11V10H12V11ZM4 13H3V12H4V13ZM6 13H5V12H6V13ZM8 13H7V12H8V13ZM10 13H9V12H10V13Z' fill='%23fff'/%3E%3C/svg%3e") no-repeat center center; + } + /* source #6: "#e6ebf1" */ + .month-title { + border-bottom-color: #233a55 !important; + } + /* source #6: "#e6ebf1" */ + .incident-container::before { + background-color: #444; + } + /* source #6: "#e6ebf1", "#f6f8fa" */ + .incident-container .incident-title::before { + background-color: #444; + border-color: #122235; + } + /* source #6: "color: #dbab09" */ + .update.investigating > strong { + color: #cb4; + } + /* source #6: "color: #28a745" */ + .update.resolved > strong { + color: #6cc644; + } + /* source #6: "#eff3f6", "linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)", "rgba(27, 31, 35, 0.2)", "color: #24292e !important", "box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px inset !important" */ + .flat-button, .history-header .show-filter { + background-color: #361c2b !important; + background-image: linear-gradient(-180deg, #122235 0%, #09192b 90%) !important; + border-color: rgba(200, 200, 200, 0.15) !important; + color: #dbdbdbAA !important; + box-shadow: #000 0px 0px 0px inset !important; + } + /* source #6: "#fff" */ + .updates-dropdown-container .updates-dropdown { + background-color: #09192b; + background-image: none; + } + /* source #6: "color: #24292e", "rgba(0, 0, 0, 0.125)" */ + .updates-dropdown-container .updates-dropdown-nav::before { + color: #dbdbdbAA; + border-bottom-color: rgba(200, 200, 200, 0.125); + } + /* source #6: "transparent" */ + .updates-dropdown-container #updates-dropdown-close-btn { + background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.48 5.99999L11.23 9.74999L9.75 11.23L6 7.47999L2.25 11.23L0.770004 9.74999L4.52 5.99999L0.770004 2.24999L2.25 0.769989L6 4.51999L9.75 0.769989L11.23 2.24999L7.48 5.99999Z' fill='%2324292e'/%3E%3C/svg%3e") no-repeat center center/12px auto; + } + /* source #6: "#ffffff" */ + #uptime-tooltip .tooltip-box, .grouped-items-selector, + .layout-content.status.status-api .section .example-container .example-opener .color-secondary, + .layout-content.status.status-full-history .history-nav a.current, body, + div[id^="subscribe-modal"], div[id^="subscribe-modal"] .modal-footer { + background-color: #09192b; + background-image: none; + } + /* source #6: "#ffffff" */ + #uptime-tooltip .pointer-container .pointer-smaller { + border-bottom-color: #09192b; + } + /* source #6: "color: #24292e" */ + #uptime-tooltip .tooltip-box .tooltip-content .related-events .related-event a.related-event-link, + .color-primary, .color-primary:hover, .incident-history .impact-none, + .layout-content.status-full-history .month .incident-container .impact-none, + .layout-content.status-index .status-day .update-title.impact-none a, + .layout-content.status-index .status-day .update-title.impact-none a:hover, + .layout-content.status-index .timeframes-container .timeframe.active, + .layout-content.status .grouped-items-selector.inline .grouped-item.active, + .layout-content.status.status-full-history .history-nav a.current, + .layout-content.status.status-full-history .history-nav a:not(.current):hover, + .layout-content.status.status-index .components-statuses .component-container .name, + .layout-content.status.status-index .incidents-list .incident-title.impact-none a, + body.status, div[id^="subscribe-modal"] .modal-header .close { + color: #dbdbdbAA; + } + /* source #6: "color: #6a737d" */ + #uptime-tooltip .tooltip-box .tooltip-content .related-events #related-event-header, + .color-secondary, + .layout-content.status .grouped-items-selector.inline .grouped-item, + .layout-content.status.status-full-history .history-footer .pagination a.disabled, + .layout-content.status.status-full-history .history-nav a, + .layout-content.status .table-row .date, small { + color: #dbdbdb94; + } + /* source #6: "#e1e4e8" */ + #uptime-tooltip .tooltip-box, .markdown-display table, .tooltip-base, + body.status .layout-content.status .border-color, div[id^="subscribe-modal"], + hr { + border-color: #233a55; + } + /* source #6: "#e1e4e8" */ + .markdown-display table td, div[id^="subscribe-modal"] .modal-footer { + border-top-color: #233a55; + } + /* source #6: "#e1e4e8" */ + .markdown-display table td + td, .markdown-display table th + th { + border-left-color: #233a55; + } + /* source #6: "#e1e4e8" */ + #uptime-tooltip .pointer-container .pointer-larger, + div[id^="subscribe-modal"] .modal-header { + border-bottom-color: #233a55; + } + /* source #6: "rgba(225,228,232,0.31)" */ + #uptime-tooltip .tooltip-box .outage-field { + background-color: #172c43; + } + /* source #6: "#dbab09" */ + .layout-content.status.status-index .page-status.status-minor, + .layout-content.status.status-index .scheduled-incidents-container .tab, + .layout-content.status.status-index .status-day .update-title.impact-minor a, + .layout-content.status.status-index .status-day .update-title.impact-minor a:hover, + .layout-content.status.status-index .unresolved-incident.impact-minor .incident-title { + background-color: #cb4; + } + /* source #6: "color: #dbab09" */ + .components-container .component-inner-container.status-yellow .component-status, + .components-container .component-inner-container.status-yellow .icon-indicator, + .incident-history .impact-minor, + .layout-content.status-full-history .month .incident-container .impact-minor, + .layout-content.status-incident .incident-name.impact-minor, + .layout-content.status-index .components-statuses .component-container.status-yellow::after, + .layout-content.status.manage-subscriptions .confirmation-infobox .fa, + .layout-content.status.status-index .incidents-list .incident-title.impact-minor a, + .status-yellow .icon-indicator { + color: #cb4; + } + /* source #6: "#0366d6" */ + .layout-content.status.status-index .page-status.status-maintenance, + .layout-content.status.status-index .scheduled-incidents-container .tab, + .layout-content.status.status-index .status-day .update-title.impact-maintenance a, + .layout-content.status.status-index .status-day .update-title.impact-maintenance a:hover, + .layout-content.status.status-index .unresolved-incident.impact-maintenance .incident-title { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #6: "color: #0366d6" */ + .components-container .component-inner-container.status-blue .component-status, + .components-container .component-inner-container.status-blue .icon-indicator, + .incident-history .impact-maintenance, + .layout-content.status-full-history .month .incident-container .impact-maintenance, + .layout-content.status-incident .incident-name.impact-maintenance, + .layout-content.status-index .components-statuses .component-container.status-blue::after, + .layout-content.status.status-index .incidents-list .incident-title.impact-maintenance a, + .status-blue .icon-indicator { + color: /*[[base-color]]*/ #d13358; + } + /* source #6: "#0366d6" */ + .layout-content.status.status-index .scheduled-incidents-container, + .layout-content.status.status-index .unresolved-incident.impact-maintenance .updates { + border-color: /*[[base-color]]*/ #d13358; + } + /* source #6: "#28a745" */ + .layout-content.status.status-index .page-status.status-none { + background-color: #373; + } + /* source #6: "color: #28a745" */ + .components-container .component-inner-container.status-green .component-status, + .components-container .component-inner-container.status-green .icon-indicator, + .layout-content.status-index .components-statuses .component-container.status-green::after, + .status-green .icon-indicator { + color: #6cc644; + } + /* source #6: "color: #0366d6" */ + .layout-content.status-incident .subheader a:hover, + .layout-content.status-index .page-footer span a:hover, + .layout-content.status-index .timeframes-container .timeframe:not(.active):hover, + a, a:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #6: "#0366d6" */ + .flat-button, .layout-content.status-full-history .show-filter.open, + .masthead .updates-dropdown-container .show-updates-dropdown { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #6: "color: #6a737d" */ + .components-section .components-uptime-link, + .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item, + .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item.light { + color: #dbdbdb94; + } + /* source #6: "#6a737d" */ + .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .spacer { + background: #444; + } + /* source #7: "color: #141823" */ + .graphiql-container, .graphiql-container button, .graphiql-container input { + color: #dbdbdbDD; + } + /* source #7: "linear-gradient(#f7f7f7, #e2e2e2)", "#d0d0d0" */ + .graphiql-container .topBar { + background: #0c1c2e; + border-bottom-color: #233a55; + } + /* source #7: "linear-gradient(#f7f7f7, #e2e2e2)", "#d0d0d0", "color: #3b5998" */ + .graphiql-container .docExplorerShow, .graphiql-container .historyShow { + background: #0c1c2e; + border-bottom-color: #233a55; + color: /*[[base-color]]*/ #d13358; + } + /* source #7: "#3B5998", "#3B5998" */ + .graphiql-container .docExplorerShow::before { + border-left-color: #d13358; + border-top-color: #d13358; + } + /* source #7: "#e0e0e0" */ + .graphiql-container .resultWrap { + border-left-color: #233a55; + } + /* source #7: "white" */ + .graphiql-container .docExplorerWrap, .graphiql-container .historyPaneWrap { + background: #09192b; + background-image: none; + } + /* source #7: "#eeeeee", "#d6d6d6", "#e0e0e0" */ + .graphiql-container .variable-editor-title { + background: #361c2b; + border-bottom-color: #233a55; + border-top-color: #233a55; + } + /* source #7: "#e0e0e0", "#e0e0e0" */ + .graphiql-container .footer { + border-left-color: #233a55; + border-top-color: #233a55; + } + /* source #7: "#eeeeee" */ + .graphiql-container .footer::before { + background: #361c2b; + } + /* source #7: "#fdfdfd", "linear-gradient(#f9f9f9, #ececec)", "box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.7),inset 0 1px #fff", "color: #555" */ + .graphiql-container .toolbar-button { + background: #09192b; + background: linear-gradient(#303030, #282828); + box-shadow: 0 0 0 0.1px #233a55; + color: #dbdbdbCC; + } + /* source #7: "linear-gradient(#ececec, #d5d5d5)", "box-shadow: 0 1px 0 rgba(255,255,255,0.7),inset 0 0 0 1px rgba(0,0,0,0.1),inset 0 1px 1px 1px rgba(0,0,0,0.12),inset 0 0 5px rgba(0,0,0,0.1)" */ + .graphiql-container .toolbar-button:active { + background: linear-gradient(#233a55, #06111d); + box-shadow: 0 0 0 1px #484848; + } + /* source #7: "linear-gradient(#fdfdfd, #d2d3d6)", "box-shadow: 0 1px 0 #fff" */ + .graphiql-container .execute-button { + background: linear-gradient(#303030, #282828); + box-shadow: 0 0 0 1px #484848; + } + /* source #7: "linear-gradient(#e6e6e6, #c3c3c3)" */ + .graphiql-container .execute-button:active { + background: linear-gradient(#233a55, #06111d); + } + /* source #7: "#fff" */ + .graphiql-container .execute-options, + .graphiql-container .toolbar-menu-items, + .graphiql-container .toolbar-select-options { + background: #09192b; + background-image: none; + } + /* source #7: "none" */ + @keyframes blink { + 50% { + background: none; + } + } + /* source #7: "white" */ + .graphiql-container .doc-explorer { + background: #09192b; + background-image: none; + } + /* source #7: "color: #3b5998" */ + .graphiql-container .doc-explorer-back { + color: /*[[base-color]]*/ #d13358; + } + /* source #7: "#3B5998", "#3B5998" */ + .graphiql-container .doc-explorer-back::before { + border-left-color: #d13358; + border-top-color: #d13358; + } + /* source #7: "#ffffff", "#d6d6d6" */ + .graphiql-container .doc-explorer-contents, + .graphiql-container .history-contents { + background-color: #09192b; + background-image: none; + border-top-color: #233a55; + } + /* source #7: "#e0e0e0" */ + .graphiql-container .doc-category-title { + border-bottom-color: #233a55; + } + /* source #7: "color: #555" */ + .graphiql-container .doc-category-item { + color: #dbdbdbCC; + } + /* source #7: "color: #b11a04" */ + .graphiql-container .keyword { + color: #f44; + } + /* source #7: "color: #ca9800" */ + .graphiql-container .type-name { + color: #cb4; + } + /* source #7: "color: #1f61a0" */ + .graphiql-container .field-name { + color: /*[[base-color]]*/ #d13358; + } + /* source #7: "color: #8b2bb9" */ + .graphiql-container .arg-name { + color: #8368aa; + } + /* source #7: "color: #555" */ + .graphiql-container .show-btn { + color: #dbdbdbCC; + } + /* source #7: "#e0e0e0" */ + .graphiql-container .history-contents p, .graphiql-container .search-box { + border-bottom-color: #233a55; + } + /* source #7: "color: #000" */ + mark { + color: #f0f0f0; + } + /* source #7: "none" */ + .btn.selected, .btn:active { + background-image: none; + } + /* source #7: "#e9ecef", "none", "rgba(27,31,35,0.35)" */ + .btn.selected, .btn:active, [open] > .btn { + background-color: #233a55; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #7: "color: rgba(36,41,46,.4)", "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn.disabled, .btn:disabled { + color: rgba(210, 210, 210, 0.4); + background-color: #361c2b; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #7: "#279f43", "none", "rgba(27,31,35,0.5)" */ + .btn-primary.selected, .btn-primary:active, [open] > .btn-primary { + background-color: #d13358; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #7: "background-color: #94d3a2", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-primary.disabled, .btn-primary:disabled { + background: #d1335820; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #7: "none", "rgba(27,31,35,0.5)" */ + .btn-blue.selected, .btn-blue:active, [open] > .btn-blue { + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #7: "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-blue.disabled, .btn-blue:disabled { + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #7: "none", "rgba(27,31,35,0.5)" */ + .btn-danger.selected, .btn-danger:active, [open] > .btn-danger { + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #7: "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-danger.disabled, .btn-danger:disabled { + background-color: #361c2b; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #7: "#0366d6", "none", "#0366d6" */ + .btn-outline.selected, .btn-outline:active, .btn-outline:hover, + [open] > .btn-outline { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #7: "color: #0366d6", "#fff" */ + .btn-outline.selected .Counter, .btn-outline:active .Counter, + .btn-outline:hover .Counter, [open] > .btn-outline .Counter { + color: /*[[base-color]]*/ #d13358; + background-color: #09192b; + background-image: none; + } + /* source #7: "color: rgba(27,31,35,.3)", "#fff", "rgba(27,31,35,0.15)", "box-shadow: none" */ + .btn-outline.disabled, .btn-outline:disabled { + color: rgba(230, 230, 230, 0.3); + background-color: #09192b; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + box-shadow: none; + } + /* source #7: "color: rgba(88,96,105,.5)" */ + .btn-link:disabled, .btn-link:disabled:hover { + color: rgba(148, 148, 148, 0.5); + } + /* source #7: "color: #0366d6", "none", "box-shadow: none" */ + .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active, + .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active, + .btn-invisible:focus, .btn-invisible:hover { + color: /*[[base-color]]*/ #d13358; + background: none; + box-shadow: none; + } + /* source #7: "color: #959da5" */ + .btn-octicon.disabled, .btn-octicon.disabled:hover { + color: #767676; + } + /* source #7: "color: #24292e", "#fff", "#d1d5da" */ + .menu-item.selected, .tabnav-tab.selected, .tabnav-tab[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + .tabnav-tab.selected, .tabnav-tab[aria-selected="true"] { + border-color: #233a55; + } + /* source #7: "#0366d6", "#0366d6" */ + .filter-item.selected, .subnav-item.selected, .subnav-item.selected:focus, + .subnav-item.selected:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + .subnav-item.selected, .subnav-item.selected:focus, + .subnav-item.selected:hover { + border-color: /*[[base-color]]*/ #d13358; + } + /* source #7: "#0366d6", "#0366d6" */ + .pagination .current, .pagination .current:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #7: "color: #d1d5da", "#fafbfc" */ + .pagination .disabled, .pagination .disabled:hover, .pagination .gap, + .pagination .gap:hover { + color: #233a55; + background-color: #09192b; + } + /* source #7: "#d1d5da", "box-shadow: 0 1px 5px rgba(27,31,35,.15)" */ + @media (min-width: 544px) { + .SelectMenu-modal { + border-color: #233a55; + box-shadow: 0 1px 5px #000; + } + } + /* source #7: "#eaecef" */ + .SelectMenu-item + .SelectMenu-item { + border-top-color: #233a55; + } + /* source #7: "transparent" */ + @media (min-width: 544px) { + .SelectMenu-tab { + border-color: transparent; + } + } + /* source #7: "color: #24292e", "#fff" */ + .SelectMenu-tab[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + /* source #7: "#e1e4e8", "box-shadow: none" */ + @media (min-width: 544px) { + .SelectMenu-tab[aria-selected="true"] { + border-color: #233a55; + box-shadow: none; + } + } + /* source #7: "color: #6a737d", "#f6f8fa", "#e1e4e8", "#e1e4e8" */ + .SelectMenu-divider { + border-top-color: #233a55; + } + /* source #7: "box-shadow: 0 1px 0 #eaecef" */ + .SelectMenu--hasFilter .SelectMenu-item:last-child { + box-shadow: 0 1px 0 #233a55; + } + /* source #7: "color: #24292e" */ + .SelectMenu-item[aria-checked="true"] { + color: #dbdbdbAA; + } + /* source #7: "#0366d6", "#dbedff", "color: #24292e", "#e1e4e8", "#f6f8fa" */ + @media (hover: hover) { + .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + body:not(.intent-mouse) .SelectMenu-tab:focus { + background-color: #293b54; + } + .SelectMenu-tab:not([aria-checked="true"]):hover { + color: #dbdbdbAA; + background-color: #233a55; + } + .SelectMenu-tab:not([aria-checked="true"]):active { + color: #dbdbdbAA; + background-color: #0c1c2e; + } + } + /* source #7: "#fafbfc" */ + @media (hover: none) { + .SelectMenu-item:active, .SelectMenu-item:focus { + background-color: #09192b; + } + } + /* source #7: "#0366d6" */ + .alpha-badge { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #7: "#e0e0e0" */ + .graphiql-ide { + border-top-color: #233a55; + } + /* source #7: "#ddd" */ + .graphiql-ide.signed-out::after { + background: #06111d; + } + /* source #8: "transparent" */ + .Box-row:first-of-type { + border-top-color: transparent; + } + /* source #8: "color: #444d56", "#fafbfc", "#d1d5da", "#d1d5da", "box-shadow: inset 0 -1px 0 #d1d5da" */ + .markdown-body kbd { + border-bottom-color: #233a55; + } + /* source #8: "#eaecef" */ + .markdown-body h1, .markdown-body h2 { + border-bottom-color: #233a55; + } + /* source #8: "color: #24292e", "#fff", "#d1d5da" */ + .ais-SearchBox-input, .form-control, .form-select { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #8: "#2188ff", "box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)" */ + .ais-SearchBox-input:focus, .focus.ais-SearchBox-input, .form-control.focus, + .form-control:focus, .form-select.focus, .form-select:focus { + border-color: /*[[base-color]]*/ #d13358; + box-shadow: 0 0 0 2px rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #8: "color: #586069" */ + .hfields .form-group dt label { + color: #dbdbdbCC; + } + /* source #8: "#fafbfc" */ + .form-group .ais-SearchBox-input, .form-group .form-control { + background-color: #09192b; + } + /* source #8: "#fff" */ + .form-group .ais-SearchBox-input:focus, .form-group .form-control:focus { + background-color: #09192b; + background-image: none; + } + /* source #8: "color: #cb2431" */ + .form-group dd h4.is-error { + color: #f44; + } + /* source #8: "color: #28a745" */ + .form-group dd h4.is-success { + color: #6cc644; + } + /* source #8: "color: #cb2431" */ + .form-group.required dt label::after { + color: #f44; + } + /* source #8: "transparent" */ + .form-group.errored .error::after, .form-group.errored .error::before, + .form-group.errored .warning::after, .form-group.errored .warning::before, + .form-group.warn .error::after, .form-group.warn .error::before, + .form-group.warn .warning::after, .form-group.warn .warning::before { + border-color: transparent; + } + /* source #8: "box-shadow: none" */ + .upload-enabled.focused .ais-SearchBox-input, + .upload-enabled.focused .form-control { + box-shadow: none; + } + /* source #8: "color: #24292e", "#fff" */ + .SideNav-item[aria-current="page"], .SideNav-item[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + /* source #8: "color: #24292e" */ + .SideNav-subItem[aria-current="page"], + .SideNav-subItem[aria-selected="true"] { + color: #dbdbdbAA; + } + /* source #8: "color: #0366d6 !important" */ + .text-blue-mktg { + color: /*[[base-color]]*/ #d13358 !important; + } + /* source #8: "#d1d5da" */ + .underline-dashed { + background-image: linear-gradient(to right, #233a55 50%, rgba(255, 255, 255, 0) 0%); + } + /* source #8: "#032f62" */ + .bg-blue-dark { + background-color: #293b54 !important; + } + /* source #8: "color: #24292e" */ + .directory-toc h3 a { + color: #dbdbdbAA; + } + /* source #8: "#fafbfc" */ + @media (max-width: 767px) { + .nav-mobile-dropdown.js-open { + background-color: #09192b; + } + } + /* source #8: "#fff" */ + @media (min-width: 768px) { + .nav-desktop-langDropdown, .nav-desktop-productDropdown { + background: #09192b; + background-image: none; + } + } + /* source #8: "transparent" */ + @media (min-width: 768px) { + details.close-when-clicked-outside[open] > summary::before { + background: transparent; + } + } + /* source #8: "#0366d6" */ + .directory-link-box.Box:hover, .directory-link-box:hover .Box { + border-color: #d13358; + } + /* source #8: "color: #959da5" */ + .breadcrumbs a:not(:last-child)::after { + color: #767676; + } + /* source #8: "#eee" */ + .markdown-body ol > li { + border-top-color: #233a55; + } + /* source #8: "#eee" */ + .procedural-image-wrapper img { + border-color: #233a55; + } + /* source #8: "none" */ + .ais-SearchBox-reset { + background: none; + } + /* source #8: "#f1f8ff" */ + .ais-Hits-item.active, .ais-Hits-item:hover { + background: #293b54; + } + /* source #8: "none" */ + .ais-Highlight-highlighted, mark { + background: none; + } + /* source #8: "color: #0366d6" */ + .search-result-title .ais-Highlight-highlighted, .search-result-title mark { + color: /*[[base-color]]*/ #d13358; + } + /* source #8: "#0366d6" */ + .search-result-intro .ais-Highlight-highlighted, .search-result-intro mark { + border-bottom-color: #d13358; + } + /* source #8: "#fff", "rgba(27,31,35,.15)" */ + @media (min-width: 768px) { + header #search-results-container { + background: #09192b; + background-image: none; + } + header .search-overlay-desktop.js-open { + background: rgba(200, 200, 200, 0.22); + } + } + /* source #8: "color: #24292e" */ + .extended-markdown.note pre code, .markdown-body .lead-mktg p, + div.light-bg a, div.light-bg a h4 { + color: #dbdbdbAA; + } + /* source #8: "color: #586069" */ + div.light-bg a p { + color: #dbdbdbCC; + } + /* source #8: "#032f62" */ + .sidebar, .sidebar-guide.active { + background-color: #293b54; + } + /* source #8: "#ddd" */ + iframe#graphiql { + border-color: #233a55; + } + /* source #8: "color: #333", "#f8f8f8" */ + .hljs { + background: #122235; + } + /* source #8: "color: #333" */ + .hljs, .hljs-keyword, .hljs-selector-tag, .hljs-subst { + color: #dbdbdbEE; + } + /* source #8: "none" */ + .markdown-body table code { + background: none; + } + /* source #8: "#fff" */ + .markdown-body table th { + background: #09192b; + background-image: none; + } + /* source #8: "none" */ + .markdown-body table tr:nth-child(2n) { + background: none; + } + /* source #9: "box-shadow: inset 2px 0 0 #0366d6" */ + .Box-row.Box-row--unread, .Box-row.unread { + box-shadow: inset 2px 0 0 #eee; + } + /* source #9: "color: #24292e", "color: #0366d6" */ + @media (min-width: 768px) { + .Box-row-link { + color: #dbdbdbAA; + } + .Box-row-link:hover { + color: /*[[base-color]]*/ #d13358; + } + } + /* source #9: "#c8e1ff" */ + .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row { + border-color: #d1335835; + } + /* source #9: "color: #586069" */ + .breadcrumb-item-selected, + .breadcrumb-item[aria-current]:not([aria-current="false"]) { + color: #dbdbdbCC; + } + /* source #9: "color: #24292e", "#eff3f6", "#fafbfc","#eff3f6" */ + .btn { + background-image: linear-gradient(-180deg, #09192b, #361c2b 90%); + } + /* source #9: "#e6ebf1", "linear-gradient(-180deg,#f0f3f6,#e6ebf1 90%)", "rgba(27,31,35,.35)" */ + .btn.hover, .btn:hover { + background-image: linear-gradient(#233a55, #06111d); + } + /* source #9: "#28a745", "#28a745" */ + .btn-primary { + background-image: linear-gradient(-180deg, #34d058, #373 90%); + } + /* source #9: "#0361cc", "linear-gradient(-180deg,#0679fc,#0361cc 90%)" */ + .btn-blue { + background-image: linear-gradient(to bottom, #283040, #293b54); + } + /* source #9: "color: #cb2431", "#fafbfc", "#fafbfc","#eff3f6" */ + .btn-danger { + background-image: linear-gradient(-180deg, #09192b, #361c2b 90%); + } + /* source #9: "#cb2431", "#cb2431", "rgba(27,31,35,.5)" */ + .btn-danger:hover { + background-image: linear-gradient(-180deg, #de4450, #911 90%); + } + /* source #9: "color: #24292e", "#fff", "#d1d5da" */ + .form-control, .form-select { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #9: "#2188ff", "box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)" */ + .form-control.focus, .form-control:focus, .form-select.focus, + .form-select:focus { + border-color: /*[[base-color]]*/ #d13358; + box-shadow: 0 0 0 2px rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #9: "#fafbfc" */ + .form-group .form-control { + background-color: #09192b; + } + /* source #9: "#fff" */ + .form-group .form-control:focus { + background-color: #09192b; + background-image: none; + } + /* source #9: "box-shadow: none" */ + .upload-enabled.focused .form-control { + box-shadow: none; + } + /* source #9: "color: #24292e", "#fff" */ + .menu-item.selected, .menu-item[aria-current]:not([aria-current="false"]), + .menu-item[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + /* source #9: "color: #24292e", "#fff", "#d1d5da" */ + .tabnav-tab.selected, .tabnav-tab[aria-current]:not([aria-current="false"]), + .tabnav-tab[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #9: "#0366d6" */ + .filter-item.selected, + .filter-item[aria-current]:not([aria-current="false"]), + .filter-item[aria-selected="true"] { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #9: "color: #24292e", "#fff" */ + .SideNav-item[aria-current]:not([aria-current="false"]), + .SideNav-item[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + /* source #9: "color: #24292e" */ + .SideNav-subItem[aria-current]:not([aria-current="false"]), + .SideNav-subItem[aria-selected="true"] { + color: #dbdbdbAA; + } + /* source #9: "#0366d6", "#0366d6" */ + .subnav-item.selected, + .subnav-item[aria-current]:not([aria-current="false"]), + .subnav-item[aria-selected="true"] { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #9: "color: #24292e", "border-bottom-color: #e36209" */ + .UnderlineNav-item.selected, + .UnderlineNav-item[aria-current]:not([aria-current="false"]), + .UnderlineNav-item[role="tab"][aria-selected="true"] { + color: #dbdbdbAA; + border-bottom-color: #d13358; + } + /* source #9: "color: #6a737d" */ + .UnderlineNav-item.selected .UnderlineNav-octicon, + .UnderlineNav-item[aria-current]:not([aria-current="false"]) .UnderlineNav-octicon, + .UnderlineNav-item[role="tab"][aria-selected="true"] .UnderlineNav-octicon { + color: #dbdbdb94; + } + /* source #9: "#0366d6", "#0366d6" */ + .pagination .current, .pagination .current:hover, + .pagination [aria-current]:not([aria-current="false"]) { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #9: "#e1e4e8" */ + .border-bottom { + border-bottom-color: #233a55 !important; + } + /* source #9: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 544px) { + .border-sm { + border-color: #233a55 !important; + } + .border-sm-top { + border-top-color: #233a55 !important; + } + .border-sm-right { + border-right-color: #233a55 !important; + } + .border-sm-bottom { + border-bottom-color: #233a55 !important; + } + .border-sm-left { + border-left-color: #233a55 !important; + } + } + /* source #9: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 768px) { + .border-md { + border-color: #233a55 !important; + } + .border-md-top { + border-top-color: #233a55 !important; + } + .border-md-right { + border-right-color: #233a55 !important; + } + .border-md-bottom { + border-bottom-color: #233a55 !important; + } + .border-md-left { + border-left-color: #233a55 !important; + } + } + /* source #9: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 1012px) { + .border-lg { + border-color: #233a55 !important; + } + .border-lg-top { + border-top-color: #233a55 !important; + } + .border-lg-right { + border-right-color: #233a55 !important; + } + .border-lg-bottom { + border-bottom-color: #233a55 !important; + } + .border-lg-left { + border-left-color: #233a55 !important; + } + } + /* source #9: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 1280px) { + .border-xl { + border-color: #233a55 !important; + } + .border-xl-top { + border-top-color: #233a55 !important; + } + .border-xl-right { + border-right-color: #233a55 !important; + } + .border-xl-bottom { + border-bottom-color: #233a55 !important; + } + .border-xl-left { + border-left-color: #233a55 !important; + } + } + /* source #9: "#eaecef" */ + .border-gray-light { + border-color: #233a55 !important; + } + /* source #9: "color: #586069 !important" */ + .text-gray { + color: #dbdbdbCC !important; + } + /* source #9: "text-shadow: 0 1px 0 hsla(0,0%,100%,.5)" */ + .text-shadow-light { + text-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.5); + } + /* source #9: "rgba(27,31,35,.15)" */ + .flash-error, .flash-warn { + border-color: rgba(200, 200, 200, 0.1); + } + /* source #9: "#fff", "box-shadow: 0 0 5px rgba(27,31,35,.3)" */ + .autocomplete-results { + background: #09192b; + background-image: none; + box-shadow: 0 0 5px #000; + } + /* source #9: "#0366d6" */ + .autocomplete-item.navigation-focus, .autocomplete-item.selected, + .autocomplete-item:hover, .autocomplete-item[aria-selected="true"] { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #9: "#fff", "#e1e4e8", "box-shadow: 0 1px 5px rgba(27,31,35,.15)" */ + .suggester { + background: #09192b; + background-image: none; + border-color: #233a55; + box-shadow: 0 1px 5px #000; + } + /* source #9: "#e1e4e8" */ + .suggester li { + border-bottom-color: #233a55; + } + /* source #9: "color: #586069" */ + .suggester li small { + color: #dbdbdbCC; + } + /* source #9: "#0366d6" */ + .suggester li.navigation-focus, .suggester li:hover, + .suggester li[aria-selected="true"] { + background: /*[[base-color]]*/ #d13358; + color: #fbfbfb; + background-image: none; + } + /* source #9: "#fff" */ + .avatar-child { + background-color: #09192b; + background-image: none; + } + /* source #9: "#fff" */ + .AvatarStack-body { + background: #09192b; + background-image: none; + } + /* source #9: "#fff", "#fff" */ + .AvatarStack-body .avatar { + background-color: #09192b; + background-image: none; + border-right-color: #09192b; + } + /* source #9: "#f6f8fa" */ + .avatar.avatar-more { + background: #0c1c2e; + } + /* source #9: "outline: 1px solid #fff" */ + .avatar.avatar-more::after, .avatar.avatar-more::before { + outline-color: #233a55; + } + /* source #9: "#e1e4e8" */ + .avatar.avatar-more::before { + background: #233a55; + } + /* source #9: "#d1d5da" */ + .avatar.avatar-more::after, .AvatarStack--right .avatar.avatar-more { + background: #233a55; + } + /* source #9: "#f6f8fa" */ + .AvatarStack--right .avatar.avatar-more::after { + background: #0c1c2e; + } + /* source #9: "#fff" */ + .AvatarStack--right .avatar { + border-left-color: #09192b; + } + /* source #9: "#e1e4e8" */ + .DashedConnection::before { + border-bottom-color: #233a55; + } + /* source #9: "#fff", "#eaecef" */ + .blankslate code { + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #9: "color: #a3aab1" */ + .blankslate-icon { + color: #767676; + } + /* source #9: "color: rgba(27,31,35,.6)" */ + .branch-name { + color: rgba(230, 230, 230, 0.6); + } + /* source #9: "color: #0366d6" */ + a.branch-name { + color: /*[[base-color]]*/ #d13358; + } + /* source #9: "#444d56","transparent" */ + .dropdown-menu-dark.dropdown-menu-ne::before { + border-color: #233a55 transparent transparent; + } + /* source #9: "#2f363d","transparent" */ + .dropdown-menu-dark.dropdown-menu-ne::after { + border-color: #282828 transparent transparent; + } + /* source #9: "#24292e" */ + .Header { + background-color: #09192b; + } + /* source #9: "color: #586069", "#eaecef" */ + .Label--gray { + color: #dbdbdbCC; + background-color: #233a55; + } + /* source #9: "color: #586069", "transparent", "rgba(27,31,35,.15)", "box-shadow: none" */ + .Label--outline { + color: #dbdbdbCC; + background-color: transparent; + border-color: rgba(200, 200, 200, 0.1); + box-shadow: none; + } + /* source #9: "color: #28a745", "#34d058" */ + .Label--outline-green { + color: #6cc644; + border-color: #34d058; + } + /* source #9: "#6a737d" */ + .Label--gray-darker { + background-color: #444; + } + /* source #9: "#d15704" */ + .Label--orange { + background-color: #f3582c; + } + /* source #9: "#6a737d" */ + .state, .State { + background-color: #444; + } + /* source #9: "#2cbe4e" */ + .State--green { + background-color: #373; + } + /* source #9: "#6f42c1" */ + .State--purple { + background-color: #8368aa; + } + /* source #9: "#cb2431" */ + .State--red { + background-color: #911; + } + /* source #9: "color: #586069", "rgba(27,31,35,.08)" */ + .Counter { + color: #dbdbdbCC; + background-color: #37232d + } + /* source #9: "color: #24292e", "rgba(27,31,35,.15)" */ + .Counter--gray-light { + color: #dbdbdbAA; + background-color: rgba(200, 200, 200, 0.22); + } + /* source #9: "#6a737d" */ + .Counter--gray { + background-color: #444; + } + /* source #9: "color: #586069" */ + .diffstat { + color: #dbdbdbCC; + } + /* source #9: "#cb2431" */ + .diffstat-block-deleted { + background-color: #911; + } + /* source #9: "#2cbe4e" */ + .diffstat-block-added { + background-color: #373; + } + /* source #9: "#d1d5da" */ + .diffstat-block-neutral { + background-color: #233a55; + } + /* source #9: "color: #444d56", "#fafbfc", "#d1d5da", "box-shadow: inset 0 -1px 0 #d1d5da" */ + .markdown-body kbd { + color: #dbdbdbCC; + background-color: #09192b; + border-color: #233a55; + box-shadow: inset 0 -2px 0 #06111d; + } + /* source #9: "color: #cb2431" */ + .markdown-body .absent { + color: #f44; + } + /* source #9: "#e1e4e8" */ + .markdown-body hr { + background-color: #233a55; + } + /* source #9: "color: #6a737d", "#dfe2e5" */ + .markdown-body blockquote { + color: #dbdbdb94; + border-left-color: #233a55; + } + /* source #9: "color: #1b1f23" */ + .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, + .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, + .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link { + color: #dbdbdbDD; + } + /* source #9: "#eaecef" */ + .markdown-body h1, .markdown-body h2 { + border-bottom-color: #233a55; + } + /* source #9: "color: #6a737d" */ + .markdown-body h6 { + color: #dbdbdb94; + } + /* source #9: "#dfe2e5" */ + .markdown-body table td, .markdown-body table th { + border-color: #233a55; + } + /* source #9: "#fff" */ + .markdown-body table tr { + background-color: #09192b; + background-image: none; + } + /* source #9: "#f6f8fa" */ + .markdown-body table tr:nth-child(2n) { + background-color: #0c1c2e; + } + /* source #9: "transparent" */ + .markdown-body table img { + background-color: transparent; + } + /* source #9: "#fff" */ + .markdown-body img { + background-color: #09192b; + background-image: none; + } + /* source #9: "transparent" */ + .markdown-body .emoji { + background-color: transparent; + } + /* source #9: "#dfe2e5" */ + .markdown-body span.frame > span { + border-color: #233a55; + } + /* source #9: "color: #24292e" */ + .markdown-body span.frame span span { + color: #dbdbdbAA; + } + /* source #9: "transparent" */ + .markdown-body pre > code { + background: transparent; + } + /* source #9: "transparent" */ + .markdown-body pre code, .markdown-body pre tt { + background-color: transparent; + } + /* source #9: "#fff" */ + .markdown-body .csv-data .blob-num { + background: #09192b; + background-image: none; + } + /* source #9: "#f6f8fa" */ + .markdown-body .csv-data th { + background: #0c1c2e; + } + /* source #9: "transparent", "rgba(27,31,35,.15)" */ + .Popover-message::before { + border-color: transparent transparent rgba(200, 200, 200, 0.1); + } + /* source #9: "transparent", "#fff" */ + .Popover-message::after { + border-color: transparent transparent #09192b; + } + /* source #9: "transparent" */ + .Popover-message--bottom-left::after, .Popover-message--bottom-left::before, + .Popover-message--bottom-right::after, + .Popover-message--bottom-right::before, .Popover-message--bottom::after, + .Popover-message--bottom::before { + border-bottom-color: transparent; + } + /* source #9: "rgba(27,31,35,.15)" */ + .Popover-message--bottom-left::before, + .Popover-message--bottom-right::before, .Popover-message--bottom::before { + border-top-color: rgba(200, 200, 200, 0.1); + } + /* source #9: "#fff" */ + .Popover-message--bottom-left::after, .Popover-message--bottom-right::after, + .Popover-message--bottom::after { + border-top-color: #09192b; + } + /* source #9: "transparent" */ + .Popover-message--left-bottom::after, .Popover-message--left-bottom::before, + .Popover-message--left-top::after, .Popover-message--left-top::before, + .Popover-message--left::after, .Popover-message--left::before, + .Popover-message--right-bottom::after, + .Popover-message--right-bottom::before, .Popover-message--right-top::after, + .Popover-message--right-top::before, .Popover-message--right::after, + .Popover-message--right::before { + border-bottom-color: transparent; + } + /* source #9: "rgba(27,31,35,.15)" */ + .Popover-message--right-bottom::before, .Popover-message--right-top::before, + .Popover-message--right::before { + border-left-color: rgba(200, 200, 200, 0.1); + } + /* source #9: "#fff" */ + .Popover-message--right-bottom::after, .Popover-message--right-top::after, + .Popover-message--right::after { + border-left-color: #09192b; + } + /* source #9: "rgba(27,31,35,.15)" */ + .Popover-message--left-bottom::before, .Popover-message--left-top::before, + .Popover-message--left::before { + border-right-color: rgba(200, 200, 200, 0.1); + } + /* source #9: "#fff" */ + .Popover-message--left-bottom::after, .Popover-message--left-top::after, + .Popover-message--left::after { + border-right-color: #09192b; + } + /* source #9: "#fff" */ + @media (hover: hover) { + .SelectMenu-tab:not([aria-checked="true"]):active, + .SelectMenu-tab:not([aria-checked="true"]):hover { + background-color: #09192b; + background-image: none; + } + } + /* source #9: "#f6f8fa" */ + .SelectMenu-modal { + background-color: #0c1c2e; + } + /* source #9: "#d1d5da", "box-shadow: 0 1px 5px rgba(27,31,35,.15)" */ + @media (min-width: 544px) { + .SelectMenu-modal { + border-color: #233a55; + box-shadow: 0 1px 5px #000; + } + } + /* source #9: "color: #6a737d", "transparent" */ + .SelectMenu-closeButton { + color: #dbdbdb94; + background-color: transparent; + } + /* source #9: "#fff", "#e1e4e8" */ + .SelectMenu-filter, .SelectMenu-list { + border-top-color: #233a55; + } + /* source #9: "color: #586069", "#fff", "#eaecef" */ + .SelectMenu-item, .SelectMenu-list { + background-color: #09192b; + background-image: none; + } + .SelectMenu-item { + color: #dbdbdbCC; + border-bottom-color: #233a55; + } + /* source #9: "#e1e4e8" */ + .SelectMenu-tabs { + border-top-color: #233a55; + } + /* source #9: "color: #6a737d", "transparent" */ + .SelectMenu-tab { + color: #dbdbdb94; + background-color: transparent; + } + /* source #9: "transparent" */ + @media (min-width: 544px) { + .SelectMenu-tab { + border-color: transparent; + } + } + /* source #9: "color: #24292e", "#fff" */ + .SelectMenu-tab[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + /* source #9: "#e1e4e8", "box-shadow: none" */ + @media (min-width: 544px) { + .SelectMenu-tab[aria-selected="true"] { + border-color: #233a55; + box-shadow: none; + } + } + /* source #9: "#eaecef" */ + .SelectMenu-message { + border-bottom-color: #233a55; + } + /* source #9: "#fff" */ + .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message { + background-color: #09192b; + background-image: none; + } + /* source #9: "color: #6a737d", "#f6f8fa", "#eaecef" */ + .SelectMenu-divider { + color: #dbdbdb94; + background-color: #0c1c2e; + border-bottom-color: #233a55; + } + /* source #9: "color: #6a737d", "#e1e4e8" */ + .SelectMenu-footer { + color: #dbdbdb94; + border-top-color: #233a55; + } + /* source #9: "color: #24292e" */ + .SelectMenu-item[aria-checked="true"] { + color: #dbdbdbAA; + } + /* source #9: "#f6f8fa", "#fafbfc", "#dbedff", "color: #24292e", "#e1e4e8", "#f6f8fa" */ + @media (hover: hover) { + .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus { + background-color: #0c1c2e; + } + .SelectMenu-item:active { + background-color: #09192b; + } + body:not(.intent-mouse) .SelectMenu-tab:focus { + background-color: #293b54; + } + .SelectMenu-tab:not([aria-selected="true"]):hover { + color: #dbdbdbAA; + background-color: #233a55; + } + .SelectMenu-tab:not([aria-selected="true"]):active { + color: #dbdbdbAA; + background-color: #0c1c2e; + } + } + /* source #9: "#fafbfc" */ + @media (hover: none) { + .SelectMenu-item:active, .SelectMenu-item:focus { + background-color: #09192b; + } + } + /* source #9: "#e1e4e8" */ + .Subhead { + border-bottom-color: #233a55; + } + /* source #9: "color: #cb2431" */ + .Subhead-heading--danger { + color: #f44; + } + /* source #9: "color: #586069" */ + .Subhead-description { + color: #dbdbdbCC; + } + /* source #9: "color: #1b1f23", "#fff" */ + .Toast { + color: #dbdbdbDD; + background-color: #09192b; + } + /* source #9: "#0366d6" */ + .Toast, .Toast-icon { + background-image: none; + } + .Toast-icon { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + } + /* source #9: "transparent" */ + .Toast-dismissButton { + background-color: transparent; + } + /* source #9: "color: #586069" */ + .Toast-dismissButton:focus, .Toast-dismissButton:hover { + color: #dbdbdbCC; + } + /* source #9: "color: #959da5" */ + .Toast-dismissButton:active { + color: #767676; + } + /* source #9: "#d73a49" */ + .Toast--error .Toast-icon { + background-color: #f44; + } + /* source #9: "color: #24292e" */ + .Toast--warning .Toast-icon { + color: #dbdbdbAA; + } + /* source #9: "#28a745" */ + .Toast--success .Toast-icon { + background-color: #373; + } + /* source #9: "#586069" */ + .Toast--loading .Toast-icon { + background-color: #233a55; + } + /* source #9: "color: #586069", "#e1e4e8" */ + .pullquote { + color: #dbdbdbCC; + border-left-color: #233a55; + } + /* source #9: "#fff", "#444d56" */ + .Box--overlay { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #9: "#0366d6" */ + .dropdown-item.selected, .dropdown-item:focus, .dropdown-item:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #9: "transparent","rgba(27,31,35,.15)" */ + .dropdown-menu-w::before { + border-color: transparent transparent transparent rgba(200, 200, 200, 0.1); + } + /* source #9: "transparent","#fff" */ + .dropdown-menu-w::after { + border-color: transparent transparent transparent #09192b; + } + /* source #9: "transparent","rgba(27,31,35,.15)" */ + .dropdown-menu-e::before { + border-color: transparent rgba(200, 200, 200, 0.1) transparent transparent; + } + /* source #9: "transparent","#fff" */ + .dropdown-menu-e::after { + border-color: transparent #09192b transparent transparent; + } + /* source #9: "#79b8ff" */ + .loader-bar { + background-color: /*[[base-color]]*/ #d13358; + } + /* source #9: "color: #24292e" */ + .step { + color: #dbdbdbAA; + } + /* source #9: "color: #28a745" */ + .step .step-check { + color: #6cc644; + } + /* source #9: "color: #959da5" */ + .step--completed, .step .step-title::before { + color: #767676; + } + /* source #9: "color: #6a737d !important" */ + .step--completed .link-gray-dark, .step--completed .step-title { + color: #dbdbdb94 !important; + } + /* source #9: "color: #2f363d !important" */ + .step--completed .link-gray-dark:hover { + color: #dbdbdbEE !important; + } + /* source #9: "color: #24292e" */ + .step--current { + color: #dbdbdbAA; + } + /* source #9: "color: #6a737d" */ + .step--current ~ .step:not(.step-completed) { + color: #dbdbdb94; + } + /* source #9: "color: #6a737d !important" */ + .step--current ~ .step:not(.step-completed) .link-gray-dark { + color: #dbdbdb94 !important; + } + /* source #9: "color: #2f363d !important" */ + .step--current ~ .step:not(.step-completed) .link-gray-dark:hover { + color: #dbdbdbEE !important; + } + /* source #9: "color: #d1d5da" */ + .registration-progress-steps .step-loading { + color: #233a55; + } + /* source #9: "color: #b08800" */ + .registration-progress-steps .step--current .step-loading { + color: #cb4; + } + /* source #9: "transparent", "currentcolor" */ + .select-menu-button::after { + border-color: currentcolor transparent transparent; + } + /* source #9: "#fff" */ + .select-menu-button.primary::after { + border-top-color: #09192b; + } + /* source #9: "transparent" */ + .select-menu-loading-overlay { + border-color: transparent; + } + /* source #9: "color: #586069", "#fff", "rgba(27,31,35,.15)" */ + .select-menu-modal { + color: #dbdbdbCC; + background-color: #09192b; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #9: "#f6f8fa", "#e1e4e8" */ + .select-menu-divider, .select-menu-header { + background: #0c1c2e; + border-bottom-color: #233a55; + } + /* source #9: "color: #24292e" */ + .select-menu-divider, .select-menu-header .select-menu-title { + color: #dbdbdbAA; + } + /* source #9: "#e1e4e8" */ + .select-menu-divider { + border-top-color: #233a55; + } + /* source #9: "color: #c6cbd1" */ + .select-menu-header .close-button, .select-menu-header .octicon { + color: #5a5a5a; + } + /* source #9: "color: #444d56" */ + .select-menu-header .close-button:hover, .select-menu-header .octicon:hover { + color: #dbdbdbCC; + } + /* source #9: "#f6f8fa" */ + .select-menu-filters { + background-color: #0c1c2e; + } + /* source #9: "#dfe2e5" */ + .select-menu-text-filter:first-child:last-child { + border-bottom-color: #233a55; + } + /* source #9: "#dfe2e5" */ + .select-menu-text-filter input { + border-color: #233a55; + } + /* source #9: "color: #a3aab1" */ + .select-menu-text-filter input::-webkit-input-placeholder { + color: #767676; + } + /* source #9: "color: #a3aab1" */ + .select-menu-text-filter input:-ms-input-placeholder { + color: #767676; + } + /* source #9: "color: #a3aab1" */ + .select-menu-text-filter input::-ms-input-placeholder { + color: #767676; + } + /* source #9: "color: #a3aab1" */ + .select-menu-text-filter input::placeholder { + color: #767676; + } + /* source #9: "#dfe2e5" */ + .select-menu-tabs { + border-bottom-color: #233a55; + } + /* source #9: "color: #6a737d", "transparent", "transparent" */ + .select-menu-tabs .select-menu-tab-nav, .select-menu-tabs a { + color: #dbdbdb94; + background: transparent; + border-color: transparent; + } + /* source #9: "color: #24292e" */ + .select-menu-tabs .select-menu-tab-nav:hover, .select-menu-tabs a:hover { + color: #dbdbdbAA; + } + /* source #9: "color: #24292e", "#fff", "border-color: #dfe2e5 #dfe2e5 #fff" */ + .select-menu-tabs .select-menu-tab-nav.selected, + .select-menu-tabs a.selected { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + border-color: #233a55 #233a55 #09192b; + } + /* source #9: "color: #24292e" */ + .select-menu-blankslate h3 { + color: #dbdbdbAA; + } + /* source #9: "#eaecef" */ + .select-menu-item { + border-bottom-color: #233a55; + } + /* source #9: "color: #6a737d" */ + .select-menu-item.disabled, .select-menu-item.disabled .description, + .select-menu-item.disabled.selected, + .select-menu-item.disabled.selected .description { + color: #dbdbdb94; + } + /* source #9: "#0366d6" */ + .select-menu-item.navigation-focus, + .select-menu-item.navigation-focus .description-inline, + .select-menu-item.navigation-focus.select-menu-action, + .select-menu-item.navigation-focus.selected, .select-menu-item:focus, + .select-menu-item:focus .description-inline, + .select-menu-item:focus.select-menu-action, .select-menu-item:focus.selected, + .select-menu-item:hover, .select-menu-item:hover .description-inline, + .select-menu-item:hover.select-menu-action, .select-menu-item:hover.selected, + .select-menu-item[aria-selected="true"], + .select-menu-item[aria-selected="true"] .description-inline, + .select-menu-item[aria-selected="true"].select-menu-action, + .select-menu-item[aria-selected="true"].selected { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #9: "color: #24292e" */ + .select-menu-item.selected { + color: #dbdbdbAA; + } + /* source #9: "color: #586069" */ + .select-menu-item.selected .description { + color: #dbdbdbCC; + } + /* source #9: "color: #24292e" */ + .select-menu-item.selected > .octicon { + color: #dbdbdbAA; + } + /* source #9: "transparent" */ + .select-menu.label-select-menu .select-menu-item:active { + background-color: transparent !important; + } + /* source #9: "color: #24292e", "#f1f8ff" */ + .select-menu-item-parent.navigation-focus, + .select-menu-item-parent.navigation-focus.selected, + .select-menu-item-parent[aria-selected="true"], + .select-menu-item-parent[aria-selected="true"].selected { + color: #dbdbdbAA; + background-color: #293b54; + } + /* source #9: "color: #24292e" */ + .select-menu-item-parent.navigation-focus .octicon-check, + .select-menu-item-parent.navigation-focus.selected .octicon-check, + .select-menu-item-parent[aria-selected="true"] .octicon-check, + .select-menu-item-parent[aria-selected="true"].selected .octicon-check { + color: #dbdbdbAA; + } + /* source #9: "color: #444d56" */ + .select-menu-action { + color: #dbdbdbCC; + } + /* source #9: "color: #0366d6" */ + .select-menu-action:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #9: "color: #586069" */ + .select-menu-item-text .description, + .select-menu-item-text .description-inline, .select-menu-no-results { + color: #dbdbdbCC; + } + /* source #9: "color: #cb2431" */ + .select-menu-item-text .description-warning { + color: #f44; + } + /* source #9: "color: #0366d6" */ + .select-menu-new-item-form .octicon { + color: /*[[base-color]]*/ #d13358; + } + /* source #9: "color: #d1d5da" */ + .footer-octicon { + color: #233a55; + } + /* source #9: "color: #6a737d" */ + .course-details p:first-child, .footer-octicon:hover { + color: #dbdbdb94; + } + /* source #9: "color: #586069" */ + .task-progress { + color: #dbdbdbCC; + } + /* source #9: "color: #959da5" */ + .task-progress-counts { + color: #767676; + } + /* source #9: "#eee" */ + .task-progress .progress-bar { + background-color: #361c2b; + } + /* source #9: "color: #24292e", "transparent" */ + .btn-octicon { + color: #dbdbdbAA; + } + /* source #10: "#DDD" */ + .npmhub-deps > li { + border-bottom-color: #233a55; + } + /* source #11: "transparent" */ + #nprogress .spinner-icon { + border-color: transparent; + } + /* source #11: "#24292e" */ + .gitako-ready .js-header-wrapper { + background: #09192b; + } + /* source #11: "#d1d5da", "#fafbfc" */ + .markdown-body .clippy-wrapper .clippy { + border-color: #233a55; + background: #09192b; + } + /* source #11: "#fff" */ + .markdown-body .clippy-wrapper .clippy:hover { + background: #09192b; + background-image: none; + } + /* source #11: "#fafbfc" */ + .markdown-body .clippy-wrapper .clippy:active { + background: #09192b; + } + /* source #11: "transparent" */ + .gitako-toggle-show-button-wrapper { + border-color: transparent; + } + /* source #11: "#e1e4e8", "#f6f8fa" */ + .gitako-toggle-show-button-wrapper.collapsed { + border-color: #233a55; + background: #0c1c2e; + } + /* source #11: "color: #0366d6" */ + .gitako-toggle-show-button-wrapper.collapsed .action-icon { + color: /*[[base-color]]*/ #d13358; + } + /* source #11: "color: #6a737d" */ + .gitako-toggle-show-button-wrapper .action-icon { + color: #dbdbdb94; + } + /* source #11: "transparent" */ + .gitako-side-bar a { + background-color: transparent; + } + /* source #11: "color: #1b1f23" */ + .gitako-side-bar mark { + color: #dbdbdbDD; + } + /* source #11: "color: #24292e", "#fff" */ + .gitako-side-bar body { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + /* source #11: "color: #0366d6" */ + .gitako-side-bar a { + color: /*[[base-color]]*/ #d13358; + } + /* source #11: "transparent", "#dfe2e5" */ + .gitako-side-bar .rule, .gitako-side-bar hr { + background: transparent; + border-bottom-color: #233a55; + } + /* source #11: "color: #444d56", "#fafbfc", "#d1d5da", "#d1d5da", "box-shadow: inset 0 -1px 0 #d1d5da" */ + .gitako-side-bar kbd { + color: #dbdbdbCC; + background-color: #09192b; + border-color: #233a55; + box-shadow: inset 0 -2px 0 #06111d; + } + /* source #11: "#f6f8fa", "#d1d5da" */ + .gitako-side-bar .gitako-resize-handler { + background: #0c1c2e; + border-right-color: #233a55; + } + /* source #11: "#fafbfc", "#d1d5da" */ + .gitako-side-bar .gitako-resize-handler:active, + .gitako-side-bar .gitako-resize-handler:hover { + background: #09192b; + border-left-color: #233a55; + } + /* source #11: "#fafbfc", "#e1e4e8" */ + .gitako-side-bar .gitako-side-bar-body { + background: #09192b; + border-left-color: #233a55; + } + /* source #11: "color: rgba(3, 47, 98, 0.55)" */ + .gitako-side-bar .gitako-side-bar-body .octicon, + .gitako-side-bar .gitako-side-bar-body .octicon-color { + color: /*[[base-color]]*/ #d13358; + } + /* source #11: "#f1f8ff" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .meta-bar { + background: #293b54; + } + /* source #11: "#e1e4e8" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .description, + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .loading-indicator-container { + border-top-color: #233a55; + } + /* source #11: "box-shadow: none" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .search-input-wrapper .search-input { + box-shadow: none; + } + /* source #11: "#d73a49" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .search-input-wrapper .search-input.error { + border-color: #b00; + } + /* source #11: "#fff", "color: #0366d6", "#eaecef" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item { + background: #09192b; + background-image: none; + color: /*[[base-color]]*/ #d13358; + border-bottom-color: #233a55; + } + /* source #11: "#fafbfc" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item:hover { + background: #09192b; + } + /* source #11: "#f6f8fa" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item.focused, + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item:active { + background: #0c1c2e; + } + /* source #11: "color: #959da5" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item.disabled .node-item { + color: #767676; + } + /* source #11: "transparent" */ + .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item .go-to-button { + background: transparent; + } + /* source #11: "#fafbfc" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar { + background: #09192b; + } + /* source #11: "#eaecef" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-title { + border-top-color: #233a55; + } + /* source #11: "#fafbfc" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-content .shadow-shelter { + background: #09192b; + } + /* source #11: "#fff", "#e1e4e8" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-content .settings-section .field select { + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #11: "color: #6a737d" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar .hint { + color: #dbdbdb94; + } + /* source #12: "#ddd", "#ddd" */ + .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar .header-row, + .pdf-page { + border-top-color: #233a55; + } + .pdf-page { + border-bottom-color: #233a55; + } + /* source #12: "#fff", "#ddd" */ + .click-for-more { + background: #09192b; + background-image: none; + border-top-color: #233a55; + } + /* source #12: "color: #333", "#eee", "#eee" */ + .click-for-more .button { + color: #dbdbdbEE; + background-color: #361c2b; + background-image: linear-gradient(#fcfcfc, #361c2b); + } + /* source #12: "#ddd", "#eee","#ddd" */ + .click-for-more .button:hover { + background-color: #06111d; + background-image: linear-gradient(#361c2b, #06111d); + } + /* source #13: "#ddd" */ + .is-embedded .render-shell { + border-color: #233a55; + } + /* source #13: "rgba(0,0,0,0.8)", "#eee" */ + .render-info .message { + background: #361c2b; + border-color: #233a55; + } + /* source #13: "color: #4183c4" */ + .render-info .message a { + color: rgba(79, 140, 201, 0.9); + color: rgba(/*[[base-color-rgb]]*/, 0.9); + } + /* source #13: "color: #000" */ + .render-attribution:hover .symbol, .render-health:hover .symbol { + color: #f0f0f0; + } + /* source #13: "#ddd" */ + .render-bar { + border-top-color: #233a55; + } + /* source #13: "color: #dbdbdb66" */ + .render-message a { + color: #dbdbdb94; + } + /* source #13: "none" */ + .render-view-modes { + background: none; + } + /* source #13: "none", "color: #dbdbdb66" */ + .render-view-modes li { + background: none; + color: #dbdbdb94; + } + /* source #13: "#fff" */ + .slider .slider-track { + border-top-color: #09192b; + } + /* source #13: "#fff", "#eee" */ + .render-shell img, img.asset { + border-color: #09192b; + background: url("../bg.gif") right bottom #361c2b; + } + /* source #13: "#fff" */ + div.border-wrap { + background-color: #09192b; + background-image: none; + } + /* source #13: "#eee" */ + .render-shell { + background-color: #361c2b; + } + /* source #14: "transparent" */ + .onion-skin .controls .slider, a { + background-color: transparent; + } + /* source #14: "color: #1b1f23" */ + mark { + color: #dbdbdbDD; + } + /* source #14: "color: #24292e", "#fff" */ + body { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + /* source #14: "color: #0366d6" */ + a { + color: /*[[base-color]]*/ #d13358; + } + /* source #14: "transparent", "#dfe2e5" */ + .rule, hr { + background: transparent; + border-bottom-color: #233a55; + } + /* source #14: "color: #444d56", "#fafbfc", "#d1d5da", "#d1d5da", "box-shadow: inset 0 -1px 0 #d1d5da" */ + kbd { + color: #dbdbdbCC; + border-color: #233a55; + box-shadow: inset 0 -2px 0 #06111d; + } + /* source #14: "#fff", "#d1d5da" */ + .Box, kbd { + background-color: #09192b; + } + .Box { + background-image: none; + } + /* source #14: "#f6f8fa", "#d1d5da" */ + .Box, .Box-header { + border-color: #233a55; + } + .Box-header { + background-color: #0c1c2e; + } + /* source #14: "#e1e4e8" */ + .Box-body { + border-bottom-color: #233a55; + } + /* source #14: "#e1e4e8" */ + .Box-row { + border-top-color: #233a55; + } + /* source #14: "color: #0366d6" */ + .Box-row.navigation-focus .Box-row--drag-button { + color: /*[[base-color]]*/ #d13358; + } + /* source #14: "#fafbfc" */ + .Box-row.navigation-focus.sortable-chosen { + background-color: #09192b; + } + /* source #14: "#f6f8fa" */ + .Box-row--focus-gray.navigation-focus, + .Box-row.navigation-focus.sortable-ghost { + background-color: #0c1c2e; + } + /* source #14: "#f1f8ff" */ + .Box-row--focus-blue.navigation-focus { + background-color: #293b54; + } + /* source #14: "#f6f8fa" */ + .Box-row--hover-gray:hover { + background-color: #0c1c2e; + } + /* source #14: "#f1f8ff" */ + .Box-row--hover-blue:hover { + background-color: #293b54; + } + /* source #14: "color: #24292e", "color: #0366d6" */ + @media (min-width: 768px) { + .Box-row-link { + color: #dbdbdbAA; + } + .Box-row-link:hover { + color: /*[[base-color]]*/ #d13358; + } + } + /* source #14: "#e1e4e8" */ + .Box-footer { + border-top-color: #233a55; + } + /* source #14: "#c8e1ff" */ + .Box--blue { + border-color: #d1335835; + } + /* source #14: "#f1f8ff", "#c8e1ff" */ + .Box--blue .Box-header { + background-color: #293b54; + border-color: #d1335835; + } + /* source #14: "#c8e1ff" */ + .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row { + border-color: #d1335835; + } + /* source #14: "#d73a49" */ + .Box--danger, .Box--danger .Box-body:last-of-type, + .Box--danger .Box-row:first-of-type { + border-color: #b00; + } + /* source #14: "#f1f8ff", "#c8e1ff" */ + .Box-header--blue { + background-color: #293b54; + border-color: none; + } + /* source #14: "#fffbdd" */ + .Box-row--yellow { + background-color: #06111d; + } + /* source #14: "#f1f8ff" */ + .Box-row--blue { + background-color: #293b54; + } + /* source #14: "#f6f8fa" */ + .Box-row--gray { + background-color: #0c1c2e; + } + /* source #14: "color: #586069" */ + .breadcrumb-item-selected, .breadcrumb-item[aria-current] { + color: #dbdbdbCC; + } + /* source #14: "rgba(27,31,35,0.2)" */ + .btn { + border-color: rgba(200, 200, 200, 0.15); + } + /* source #14: "color: #586069", "rgba(27,31,35,0.1)" */ + .btn .Counter { + color: #dbdbdbCC; + background-color: rgba(200, 200, 200, 0.17); + } + /* source #14: "none" */ + .btn.selected, .btn:active, .btn[aria-selected="true"] { + background-image: none; + } + /* source #14: "color: #24292e", "#eff3f6", "linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)" */ + .btn { + color: #dbdbdbAA; + background-color: #361c2b; + background-image: linear-gradient(-180deg, #122235 0%, #09192b 90%); + } + /* source #14: "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ + .btn.focus, .btn:focus { + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5); + } + /* source #14: "#e6ebf1", "#e6ebf1", "rgba(27,31,35,0.35)" */ + .btn.hover, .btn:hover { + background-color: #4f1d27; + background-image: linear-gradient(-180deg, #4f1d27 0%, #4f1d27 90%); + border-color: none !important; + color: #fbfbfb !important; + } + /* source #14: "#e9ecef", "none", "rgba(27,31,35,0.35)" */ + .btn.selected, .btn:active, .btn[aria-selected="true"], [open] > .btn { + background-color: #233a55; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "color: rgba(36,41,46,.4)", "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn.disabled, .btn:disabled, .btn[aria-disabled="true"] { + color: rgba(210, 210, 210, 0.4); + background-color: #361c2b; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #14: "#28a745", "#28a745" */ + .btn-primary { + background-color: #d13358; + color: #fbfbfb !important; + background-image: linear-gradient(-180deg, #d13358 0%, #d13358 90%); + } + /* source #14: "box-shadow: 0 0 0 .2em rgba(52,208,88,.4)" */ + .btn-primary.focus, .btn-primary:focus { + box-shadow: 0 0 0 0.2em #3737; + } + /* source #14: "rgba(27,31,35,0.5)" */ + .btn-primary.hover, .btn-primary:hover { + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "#279f43", "none", "rgba(27,31,35,0.5)" */ + .btn-primary.selected, .btn-primary:active, + .btn-primary[aria-selected="true"], [open] > .btn-primary { + background-color: #d13358; + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "background-color: #94d3a2", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-primary.disabled, .btn-primary:disabled, + .btn-primary[aria-disabled="true"] { + background: #d1335820; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #14: "#fff" */ + .btn-primary .Counter { + background-color: #09192b; + background-image: none; + } + /* source #14: "#0361cc", "#0361cc" */ + .btn-blue { + background-color: #293b54; + background-image: linear-gradient(-180deg, #0679fc 0%, #293b54 90%); + } + /* source #14: "rgba(27,31,35,0.5)" */ + .btn-blue.hover, .btn-blue:hover { + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "none", "rgba(27,31,35,0.5)" */ + .btn-blue.selected, .btn-blue:active, .btn-blue[aria-selected="true"], + [open] > .btn-blue { + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled="true"] { + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #14: "color: #0366d6", "#fff" */ + .btn-blue .Counter { + color: /*[[base-color]]*/ #d13358; + background-color: #09192b; + background-image: none; + } + /* source #14: "color: #cb2431", "#fafbfc", "linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)" */ + .btn-danger { + color: #f44; + background-color: #09192b; + background-image: linear-gradient(-180deg, #122235 0%, #09192b 90%); + } + /* source #14: "box-shadow: 0 0 0 .2em rgba(203,36,49,.4)" */ + .btn-danger:focus { + box-shadow: 0 0 0 0.2em rgba(255, 68, 68, 0.4); + } + /* source #14: "#cb2431", "#cb2431", "rgba(27,31,35,0.5)" */ + .btn-danger:hover { + background-color: #911; + background-image: linear-gradient(-180deg, #de4450 0%, #911 90%); + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "none", "rgba(27,31,35,0.5)" */ + .btn-danger.selected, .btn-danger:active, .btn-danger[aria-selected="true"], + [open] > .btn-danger { + background-image: none; + border-color: rgba(200, 200, 200, 0.3); + } + /* source #14: "#eff3f6", "none", "rgba(27,31,35,0.2)", "box-shadow: none" */ + .btn-danger.disabled, .btn-danger:disabled, + .btn-danger[aria-disabled="true"] { + background-color: #361c2b; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + box-shadow: none; + } + /* source #14: "color: #0366d6", "#fff", "none" */ + .btn-outline { + color: /*[[base-color]]*/ #d13358; + background-color: #09192b; + background-image: none; + } + /* source #14: "#0366d6", "none", "#0366d6" */ + .btn-outline.selected, .btn-outline:active, .btn-outline:hover, + .btn-outline[aria-selected="true"], [open] > .btn-outline { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #14: "color: #0366d6", "#fff" */ + .btn-outline.selected .Counter, .btn-outline:active .Counter, + .btn-outline:hover .Counter, .btn-outline[aria-selected="true"] .Counter, + [open] > .btn-outline .Counter { + color: /*[[base-color]]*/ #d13358; + background-color: #09192b; + background-image: none; + } + /* source #14: "#0366d6" */ + .btn-outline:focus { + border-color: /*[[base-color]]*/ #d13358; + } + /* source #14: "color: rgba(27,31,35,.3)", "#fff", "rgba(27,31,35,0.15)", "box-shadow: none" */ + .btn-outline.disabled, .btn-outline:disabled, + .btn-outline[aria-disabled="true"] { + color: rgba(230, 230, 230, 0.3); + background-color: #09192b; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + box-shadow: none; + } + /* source #14: "color: #0366d6", "transparent" */ + .btn-link { + color: /*[[base-color]]*/ #d13358; + background-color: transparent; + } + /* source #14: "color: rgba(88,96,105,.5)" */ + .btn-link:disabled, .btn-link:disabled:hover, + .btn-link[aria-disabled="true"], .btn-link[aria-disabled="true"]:hover { + color: rgba(148, 148, 148, 0.5); + } + /* source #14: "color: #0366d6", "#fff", "none" */ + .btn-invisible { + color: /*[[base-color]]*/ #d13358; + background-color: #09192b; + background-image: none; + } + /* source #14: "color: #0366d6", "none", "box-shadow: none" */ + .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active, + .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active, + .btn-invisible:focus, .btn-invisible:hover, + .btn-invisible[aria-selected="true"] { + color: /*[[base-color]]*/ #d13358; + background: none; + box-shadow: none; + } + /* source #14: "color: #586069", "transparent" */ + .btn-octicon { + color: #dbdbdbCC; + background: transparent; + } + /* source #14: "color: #0366d6" */ + .btn-octicon:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #14: "color: #959da5" */ + .btn-octicon.disabled, .btn-octicon.disabled:hover, + .btn-octicon[aria-disabled="true"], .btn-octicon[aria-disabled="true"]:hover { + color: #767676; + } + /* source #14: "color: #cb2431" */ + .btn-octicon-danger:hover { + color: #f44; + } + /* source #14: "transparent" */ + .close-button { + background: transparent; + } + /* source #14: "color: #444d56", "#dfe2e5" */ + .ellipsis-expander, .hidden-text-expander a { + color: #dbdbdbCC; + background: #06111d; + } + /* source #14: "#c6cbd1" */ + .ellipsis-expander:hover, .hidden-text-expander a:hover { + background-color: #484848; + } + /* source #14: "color: #24292e", "#fff", "rgba(27,31,35,0.2)" */ + .social-count { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + border-color: rgba(200, 200, 200, 0.15); + } + /* source #14: "color: #0366d6" */ + .social-count:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #14: "color: #24292e", "#fff", "#d1d5da" */ + #q, .form-control, .form-select { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #14: "#2188ff", "box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)" */ + #q:focus, .focus#q, .form-control.focus, .form-control:focus, + .form-select.focus, .form-select:focus { + border-color: /*[[base-color]]*/ #d13358; + box-shadow: 0 0 0 2px rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #14: "#fff" */ + .input-contrast, .input-contrast:focus { + background-color: #09192b; + } + .input-contrast:focus { + background-image: none; + } + /* source #14: "transparent" */ + .input-dark { + border-color: transparent; + } + /* source #14: "rgba(27,31,35,0.3)" */ + .input-dark.focus, .input-dark:focus { + border-color: rgba(200, 200, 200, 0.25); + } + /* source #14: "color: #6a737d" */ + ::-webkit-input-placeholder { + color: #dbdbdb94; + } + /* source #14: "color: #6a737d" */ + :-ms-input-placeholder { + color: #dbdbdb94; + } + /* source #14: "color: #6a737d" */ + ::-ms-input-placeholder { + color: #dbdbdb94; + } + /* source #14: "color: #6a737d" */ + ::placeholder { + color: #dbdbdb94; + } + /* source #14: "#fffbdd" */ + .form-checkbox label em.highlight { + background: #06111d; + } + /* source #14: "color: #586069" */ + .form-checkbox .note, .hfields .form-group .form-group-header label, + .hfields .form-group dt label { + color: #dbdbdbCC; + } + /* source #14: "color: #735c0f", "#fffbdd", "#d9d0a5" */ + .form-warning { + color: #EFA554; + background: #06111d; + border-color: #542; + } + /* source #14: "#fff" */ + .form-select { + background-image: none; + } + /* source #14: "#fafbfc" */ + .form-group #q, .form-group .form-control, .form-select { + background-color: #09192b; + } + /* source #14: "#fff" */ + .form-group #q:focus, .form-group .form-control:focus { + background-color: #09192b; + background-image: none; + } + /* source #14: "color: #cb2431" */ + .form-group .form-group-body h4.is-error, .form-group dd h4.is-error { + color: #f44; + } + /* source #14: "color: #28a745" */ + .form-group .form-group-body h4.is-success, .form-group dd h4.is-success { + color: #6cc644; + } + /* source #14: "color: #cb2431" */ + .form-group.required .form-group-header label::after, + .form-group.required dt label::after { + color: #f44; + } + /* source #14: "color: #28a745" */ + .form-group.successful .success { + color: #6cc644; + } + /* source #14: "transparent" */ + .form-group.errored .error::after, .form-group.errored .error::before, + .form-group.errored .success::after, .form-group.errored .success::before, + .form-group.errored .warning::after, .form-group.errored .warning::before, + .form-group.successed .error::after, .form-group.successed .error::before, + .form-group.successed .success::after, + .form-group.successed .success::before, + .form-group.successed .warning::after, + .form-group.successed .warning::before, .form-group.warn .error::after, + .form-group.warn .error::before, .form-group.warn .success::after, + .form-group.warn .success::before, .form-group.warn .warning::after, + .form-group.warn .warning::before { + border-color: transparent; + } + /* source #14: "color: #144620", "#dcffe4", "#34d058" */ + .form-group.successed .success { + color: #34d058; + background-color: #002800; + border-color: #34d058; + } + /* source #14: "#dcffe4" */ + .form-group.successed .success::after { + border-bottom-color: #002800; + } + /* source #14: "#34d058" */ + .form-group.successed .success::before { + border-bottom-color: #34d058; + } + /* source #14: "color: #735c0f", "#fffbdd", "#d9d0a5" */ + .form-group.warn .warning { + color: #EFA554; + background-color: #06111d; + border-color: #542; + } + /* source #14: "#fffbdd" */ + .form-group.warn .warning::after { + border-bottom-color: #321; + } + /* source #14: "#d9d0a5" */ + .form-group.warn .warning::before { + border-bottom-color: #542; + } + /* source #14: "color: #cb2431" */ + .form-group.errored label { + color: #f44; + } + /* source #14: "color: #86181d", "#ffdce0", "#cea0a5" */ + .form-group.errored .error { + color: #f44; + background-color: #300; + border-color: #f44; + } + /* source #14: "#cea0a5" */ + .form-group.errored .error::before { + border-bottom-color: #f44; + } + /* source #14: "color: #586069" */ + .note { + color: #dbdbdbCC; + } + /* source #14: "color: #28a745" */ + .status-indicator-success .octicon-check { + color: #6cc644; + } + /* source #14: "color: #cb2431" */ + .status-indicator-failed .octicon-x { + color: #f44; + } + /* source #14: "transparent" */ + .inline-form .btn-plain { + background-color: transparent; + } + /* source #14: "color: #586069", "#fafbfc", "#c3c8cf" */ + .drag-and-drop { + color: #dbdbdbCC; + background-color: #09192b; + border-color: #233a55; + } + /* source #14: "color: #cb2431" */ + .drag-and-drop .error { + color: #f44; + } + /* source #14: "color: #586069" */ + .drag-and-drop-error-info { + color: #dbdbdbCC; + } + /* source #14: "color: #0366d6" */ + .drag-and-drop-error-info a { + color: /*[[base-color]]*/ #d13358; + } + /* source #14: "#dfe2e5" */ + .upload-enabled textarea { + border-bottom-color: #233a55; + } + /* source #14: "box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)" */ + .upload-enabled.focused { + box-shadow: 0 0 0 2px rgba(79, 140, 201, 0.3); + box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, 0.3); + } + /* source #14: "box-shadow: none" */ + .upload-enabled.focused #q, .upload-enabled.focused .form-control { + box-shadow: none; + } + /* source #14: "#c3c8cf" */ + .previewable-comment-form .comment { + border-color: #233a55; + } + /* source #14: "color: #586069" */ + h2.account, p.explain { + color: #dbdbdbCC; + } + /* source #14: "color: #24292e" */ + p.explain strong { + color: #dbdbdbAA; + } + /* source #14: "color: #959da5" */ + p.explain .octicon { + color: #767676; + } + /* source #14: "color: #24292e", "#d1d5da" */ + .radio-label { + color: #dbdbdbAA; + border-color: #233a55; + } + /* source #14: "#0366d6" */ + :checked + .radio-label { + border-color: /*[[base-color]]*/ #d13358; + } + /* source #14: "#fff", "#d1d5da" */ + .menu { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #14: "#e1e4e8" */ + .menu-item { + border-bottom-color: #233a55; + } + /* source #14: "#f6f8fa" */ + .menu-item:hover { + background-color: #0c1c2e; + } + /* source #14: "color: #24292e", "#fff" */ + .menu-item.selected, .menu-item[aria-current], + .menu-item[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + /* source #14: "color: #24292e" */ + .menu-item .octicon { + color: #dbdbdbAA; + } + /* source #14: "color: #cb2431" */ + .menu-item.alert .Counter, .menu-item .menu-warning { + color: #f44; + } + /* source #14: "color: #586069", "#e1e4e8" */ + .menu-heading { + color: #dbdbdbCC; + border-bottom-color: #233a55; + } + /* source #14: "#d1d5da" */ + .tabnav { + border-bottom-color: #233a55; + } + /* source #14: "color: #586069", "transparent", "transparent" */ + .tabnav-tab { + color: #dbdbdbCC; + background-color: transparent; + border-color: transparent; + } + /* source #14: "color: #24292e", "#fff", "#d1d5da" */ + .tabnav-tab.selected, .tabnav-tab[aria-current], + .tabnav-tab[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #14: "color: #24292e" */ + .tabnav-tab:focus, .tabnav-tab:hover { + color: #dbdbdbAA; + } + /* source #14: "color: #586069" */ + .tabnav-extra { + color: #dbdbdbCC; + } + /* source #14: "color: #0366d6" */ + a.tabnav-extra:hover { + color: /*[[base-color]]*/ #d13358; + } + /* source #14: "color: #586069", "transparent" */ + .filter-list.pjax-active .filter-item { + color: #dbdbdbCC; + background-color: transparent; + } + /* source #14: "#0366d6" */ + .filter-list.pjax-active .filter-item.pjax-active { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #14: "color: #586069" */ + .filter-item { + color: #dbdbdbCC; + } + /* source #14: "#eaecef" */ + .filter-item:hover { + background-color: #233a55; + } + /* source #14: "#0366d6" */ + .filter-item.selected, .filter-item[aria-current], + .filter-item[aria-selected="true"] { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #14: "#eff3f6" */ + .filter-item .bar { + background-color: #361c2b; + } + /* source #14: "#fafbfc" */ + .SideNav { + background-color: #09192b; + } + /* source #14: "color: #586069", "transparent", "#e1e4e8" */ + .SideNav-item { + color: #dbdbdbCC; + background-color: transparent; + border-top-color: #233a55; + } + /* source #14: "color: #24292e", "#f6f8fa" */ + .SideNav-item:focus, .SideNav-item:hover { + color: #dbdbdbAA; + background-color: #0c1c2e; + } + /* source #14: "#d1d5da" */ + .SideNav-item:focus::before, .SideNav-item:hover::before { + background-color: #233a55; + } + /* source #14: "#fff" */ + .SideNav-item:active { + background-color: #09192b; + background-image: none; + } + /* source #14: "color: #24292e", "#fff" */ + .SideNav-item[aria-current="page"], .SideNav-item[aria-selected="true"] { + color: #dbdbdbAA; + background-color: #09192b; + background-image: none; + } + /* source #14: "color: #6a737d" */ + .SideNav-icon { + color: #dbdbdb94; + } + /* source #14: "color: #0366d6", "transparent" */ + .SideNav-subItem { + color: /*[[base-color]]*/ #d13358; + background-color: transparent; + } + /* source #14: "color: #24292e" */ + .SideNav-subItem:focus, .SideNav-subItem:hover, + .SideNav-subItem[aria-current="page"], + .SideNav-subItem[aria-selected="true"] { + color: #dbdbdbAA; + } + /* source #14: "#eaecef" */ + .subnav-bordered { + border-bottom-color: #233a55; + } + /* source #14: "color: #586069", "#e1e4e8" */ + .subnav-item { + color: #dbdbdbCC; + border-color: #233a55; + } + /* source #14: "#f6f8fa" */ + .subnav-item:focus, .subnav-item:hover { + background-color: #0c1c2e; + } + /* source #14: "#0366d6", "#0366d6" */ + .subnav-item.selected, .subnav-item[aria-current], + .subnav-item[aria-selected="true"] { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #14: "color: #586069" */ + .subnav-search-input { + color: #dbdbdbCC; + } + /* source #14: "color: #c6cbd1" */ + .subnav-search-icon { + color: #5a5a5a; + } + /* source #14: "color: #444d56" */ + .subnav-search-context .btn { + color: #dbdbdbCC; + } + /* source #14: "#e1e4e8" */ + .UnderlineNav { + border-bottom-color: #233a55 !important; + } + /* source #14: "color: #586069", "transparent", "transparent" */ + .UnderlineNav-item { + color: #dbdbdbCC; + background-color: transparent; + border-bottom-color: transparent; + } + /* source #14: "color: #24292e", "#d1d5da" */ + .UnderlineNav-item:focus, .UnderlineNav-item:hover { + color: #dbdbdbAA; + border-bottom-color: #233a55; + } + /* source #14: "color: #6a737d" */ + .UnderlineNav-item:focus .UnderlineNav-octicon, + .UnderlineNav-item:hover .UnderlineNav-octicon { + color: #dbdbdb94; + } + /* source #14: "color: #24292e", "border-bottom-color: #e36209" */ + .UnderlineNav-item.selected, .UnderlineNav-item[aria-current], + .UnderlineNav-item[role="tab"][aria-selected="true"] { + color: #dbdbdbAA; + border-bottom-color: #d13358; + } + /* source #14: "color: #6a737d" */ + .UnderlineNav-item.selected .UnderlineNav-octicon, + .UnderlineNav-item[aria-current] .UnderlineNav-octicon, + .UnderlineNav-item[role="tab"][aria-selected="true"] .UnderlineNav-octicon { + color: #dbdbdb94; + } + /* source #14: "color: #959da5" */ + .UnderlineNav-octicon { + color: #767676; + } + /* source #14: "color: #0366d6", "#fff", "#e1e4e8" */ + .pagination a, .pagination em, .pagination span { + color: /*[[base-color]]*/ #d13358; + background: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #14: "#eff3f6", "#e1e4e8" */ + .pagination a:focus, .pagination a:hover, .pagination em:focus, + .pagination em:hover, .pagination span:focus, .pagination span:hover { + background-color: #361c2b; + border-color: #233a55; + } + /* source #14: "#0366d6", "#0366d6" */ + .pagination .current, .pagination .current:hover, .pagination [aria-current], + .pagination [aria-current]:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #14: "color: #d1d5da", "#fafbfc" */ + .pagination .disabled, .pagination .disabled:hover, .pagination .gap, + .pagination .gap:hover, .pagination [aria-disabled="true"], + .pagination [aria-disabled="true"]:hover { + color: #233a55; + background-color: #09192b; + } + /* source #14: "color: #1b1f23", "transparent" */ + .tooltipped::before { + color: #dbdbdbDD; + border-color: transparent; + } + /* source #14: "color: #032f62", "#dbedff", "rgba(27,31,35,0.15)" */ + .flash { + color: #ada19c; + background-color: #293b54; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #14: "none" */ + .flash-close { + background: none; + } + /* source #14: "color: #735c0f", "#fffbdd", "rgba(27,31,35,0.15)" */ + .flash-warn { + color: #EFA554; + background-color: #06111d; + } + /* source #14: "color: #86181d", "#ffdce0", "rgba(27,31,35,0.15)" */ + .flash-error, .flash-warn { + border-color: rgba(200, 200, 200, 0.1); + } + .flash-error { + color: #f44; + background-color: #300; + } + /* source #14: "color: #165c26", "#dcffe4", "rgba(27,31,35,0.15)" */ + .flash-success { + color: #6cc644; + background-color: #002800; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #14: "#fffbdd" */ + .warning { + background-color: #06111d; + } + /* source #14: "#1074e7" */ + .btn-mktg { + border-color: #d13358; + } + /* source #14: "#0366d6", "#0366d6" */ + .btn-mktg:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + border-color: /*[[base-color]]*/ #d13358; + } + /* source #14: "box-shadow: 0 0 0 .2em rgba(3,102,214,.3)" */ + .btn-mktg:focus { + box-shadow: 0 0 0 0.2em rgba(79, 140, 201, 0.5); + box-shadow: 0 0 0 0.2em rgba(/*[[base-color-rgb]]*/, 0.5); + } + /* source #14: "#28a745" */ + .btn-primary-mktg:hover { + background-color: #373; + } + /* source #14: "color: #0366d6", "#1074e7" */ + .btn-outline-mktg, .btn-outline-mktg:hover { + color: /*[[base-color]]*/ #d13358; + } + .btn-outline-mktg:hover { + border-color: /*[[base-color]]*/ #d13358; + } + /* source #14: "transparent", "none" */ + .btn-transparent { + background-color: transparent; + background-image: none; + } + /* source #14: "color: #2f363d", "#fff", "none", "#fff" */ + .btn-transparent:active, .btn-transparent:hover { + color: #dbdbdbEE; + background-color: #09192b; + background-image: none; + border-color: #09192b; + } + /* source #14: "#e1e4e8" */ + .Progress, .TimelineItem::before { + background-color: #233a55; + } + /* source #14: "#2188ff", "box-shadow: 0 0 0.2em #c8e1ff" */ + .TimelineItem:target .TimelineItem-badge { + border-color: /*[[base-color]]*/ #d13358; + box-shadow: 0 0 0.2em /*[[base-color]]*/ #d13358; + } + /* source #14: "color: #444d56", "#e1e4e8", "#fff" */ + .TimelineItem-badge { + color: #dbdbdbCC; + background-color: #233a55; + border-color: #09192b; + } + /* source #14: "color: #444d56" */ + .TimelineItem-body { + color: #dbdbdbCC; + } + /* source #14: "#fff", "#e1e4e8" */ + .TimelineItem-break { + background-color: #09192b; + background-image: none; + border-top-color: #233a55; + } + /* source #14: "color: #959da5", "#fff" */ + .TimelineItem--condensed .TimelineItem-badge { + color: #767676; + background-color: #09192b; + background-image: none; + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + .border-x { + border-right-color: #233a55 !important; + border-left-color: #233a55 !important; + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + .border-y { + border-top-color: #233a55 !important; + border-bottom-color: #233a55 !important; + } + /* source #14: "#e1e4e8" */ + .border { + border-color: #233a55 !important; + } + /* source #14: "#e1e4e8" */ + .border-top { + border-top-color: #233a55 !important; + } + /* source #14: "#e1e4e8" */ + .border-right { + border-right-color: #233a55 !important; + } + /* source #14: "#e1e4e8" */ + #site-search-results .search-result, .border-bottom { + border-bottom-color: #233a55 !important; + } + /* source #14: "#e1e4e8" */ + .border-left { + border-left-color: #233a55 !important; + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 544px) { + .border-sm { + border-color: #233a55 !important; + } + .border-sm-top { + border-top-color: #233a55 !important; + } + .border-sm-right { + border-right-color: #233a55 !important; + } + .border-sm-bottom { + border-bottom-color: #233a55 !important; + } + .border-sm-left { + border-left-color: #233a55 !important; + } + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 768px) { + .border-md { + border-color: #233a55 !important; + } + .border-md-top { + border-top-color: #233a55 !important; + } + .border-md-right { + border-right-color: #233a55 !important; + } + .border-md-bottom { + border-bottom-color: #233a55 !important; + } + .border-md-left { + border-left-color: #233a55 !important; + } + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 1012px) { + .border-lg { + border-color: #233a55 !important; + } + .border-lg-top { + border-top-color: #233a55 !important; + } + .border-lg-right { + border-right-color: #233a55 !important; + } + .border-lg-bottom { + border-bottom-color: #233a55 !important; + } + .border-lg-left { + border-left-color: #233a55 !important; + } + } + /* source #14: "#e1e4e8", "#e1e4e8" */ + @media (min-width: 1280px) { + .border-xl { + border-color: #233a55 !important; + } + .border-xl-top { + border-top-color: #233a55 !important; + } + .border-xl-right { + border-right-color: #233a55 !important; + } + .border-xl-bottom { + border-bottom-color: #233a55 !important; + } + .border-xl-left { + border-left-color: #233a55 !important; + } + } + /* source #14: "#0366d6" */ + .border-blue { + border-color: /*[[base-color]]*/ #d13358 !important; + } + /* source #14: "#c8e1ff" */ + .border-blue-light { + border-color: #d1335835 !important; + } + /* source #14: "#34d058" */ + .border-green { + border-color: #34d058 !important; + } + /* source #14: "#a2cbac" */ + .border-green-light { + border-color: #28a745 !important; + } + /* source #14: "#d73a49" */ + .border-red { + border-color: #b00 !important; + } + /* source #14: "#cea0a5" */ + .border-red-light { + border-color: #f44 !important; + } + /* source #14: "#6f42c1" */ + .border-purple { + border-color: #8368aa !important; + } + /* source #14: "#d9d0a5" */ + .border-yellow { + border-color: #542 !important; + } + /* source #14: "#eaecef" */ + #site-search-results .search-result, .border-gray-light { + border-color: #233a55 !important; + } + /* source #14: "#d1d5da" */ + .border-gray-dark { + border-color: #233a55 !important; + } + /* source #14: "rgba(27,31,35,0.15)" */ + .border-black-fade { + border-color: rgba(200, 200, 200, 0.1) !important; + } + /* source #14: "box-shadow: 0 1px 5px rgba(27,31,35,.15) !important" */ + .box-shadow-medium { + box-shadow: 0 1px 5px #000 !important; + } + /* source #14: "box-shadow: none !important" */ + .box-shadow-none { + box-shadow: none !important; + } + /* source #14: "#0366d6" */ + .bg-blue { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none !important; + } + /* source #14: "#f1f8ff" */ + .bg-blue-light { + background-color: #293b54 !important; + } + /* source #14: "#24292e" */ + .bg-gray-dark { + background-color: #09192b !important; + } + /* source #14: "#f6f8fa" */ + .bg-gray { + background-color: #0c1c2e !important; + } + /* source #14: "#fafbfc" */ + .bg-gray-light { + background-color: #09192b !important; + } + /* source #14: "#28a745" */ + .bg-green { + background-color: #373 !important; + } + /* source #14: "#dcffe4" */ + .bg-green-light { + background-color: #002800 !important; + } + /* source #14: "#d73a49" */ + .bg-red { + background-color: #f44 !important; + } + /* source #14: "#ffdce0" */ + .bg-red-light { + background-color: #300 !important; + } + /* source #14: "#ffd33d" */ + .bg-yellow { + background-color: #cb4 !important; + } + /* source #14: "#fff5b1" */ + .bg-yellow-light { + background-color: #651 !important; + } + /* source #14: "#dbab09" */ + .bg-yellow-dark { + background-color: #cb4 !important; + } + /* source #14: "#6f42c1" */ + .bg-purple { + background-color: #8368aa !important; + } + /* source #14: "#f5f0ff" */ + .bg-purple-light { + background-color: #213 !important; + } + /* source #14: "#fafbfc" */ + .bg-gray-0 { + background-color: #09192b !important; + } + /* source #14: "#f6f8fa" */ + .bg-gray-1 { + background-color: #0c1c2e !important; + } + /* source #14: "#e1e4e8" */ + .bg-gray-2 { + background-color: #233a55 !important; + } + /* source #14: "color: #d1d5da !important" */ + .color-gray-3 { + color: #233a55 !important; + } + /* source #14: "#d1d5da" */ + .bg-gray-3 { + background-color: #233a55 !important; + } + /* source #14: "color: #959da5 !important" */ + .color-gray-4 { + color: #767676 !important; + } + /* source #14: "color: #6a737d !important" */ + .color-gray-5 { + color: #dbdbdb94 !important; + } + /* source #14: "#6a737d" */ + .bg-gray-5 { + background-color: #444 !important; + } + /* source #14: "color: #586069 !important" */ + .color-gray-6 { + color: #dbdbdbCC !important; + } + /* source #14: "#586069" */ + .bg-gray-6 { + background-color: #233a55 !important; + } + /* source #14: "color: #444d56 !important" */ + .color-gray-7 { + color: #dbdbdbCC !important; + } + /* source #14: "color: #2f363d !important" */ + .color-gray-8 { + color: #dbdbdbEE !important; + } + /* source #14: "#2f363d" */ + .bg-gray-8 { + background-color: #172c43 !important; + } + /* source #14: "color: #24292e !important" */ + .color-gray-9 { + color: #dbdbdbAA !important; + } + /* source #14: "#24292e" */ + .bg-gray-9 { + background-color: #09192b !important; + } + /* source #14: "#dbedff" */ + .bg-blue-0, .bg-blue-1 { + background-color: #293b54 !important; + } + /* source #14: "#c8e1ff" */ + .bg-blue-2 { + background-color: #d1335835 !important; + } + /* source #14: "#79b8ff" */ + .bg-blue-3 { + background-color: /*[[base-color]]*/ #d13358 !important; + } + /* source #14: "color: #0366d6 !important" */ + .color-blue-5 { + color: /*[[base-color]]*/ #d13358 !important; + } + /* source #14: "#0366d6" */ + .bg-blue-5 { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none !important; + } + /* source #14: "color: #032f62 !important" */ + .color-blue-8 { + color: #ada19c !important; + } + /* source #14: "#032f62" */ + .bg-blue-8 { + background-color: #293b54 !important; + } + /* source #14: "color: #05264c !important" */ + .color-blue-9 { + color: #dbdbdbEE !important; + } + /* source #14: "#05264c" */ + .bg-blue-9 { + background-color: #293b54 !important; + } + /* source #14: "#dcffe4" */ + .bg-green-0, .bg-green-1 { + background-color: #002800 !important; + } + /* source #14: "color: #28a745 !important" */ + .color-green-5 { + color: #6cc644 !important; + } + /* source #14: "#28a745" */ + .bg-green-5 { + background-color: #373 !important; + } + /* source #14: "color: #165c26 !important" */ + .color-green-8 { + color: #6cc644 !important; + } + /* source #14: "color: #144620 !important" */ + .color-green-9 { + color: #34d058 !important; + } + /* source #14: "#fffbdd" */ + .bg-yellow-0, .bg-yellow-1 { + background-color: #06111d !important; + } + /* source #14: "#fff5b1" */ + .bg-yellow-2 { + background-color: #651 !important; + } + /* source #14: "#ffd33d" */ + .bg-yellow-4, .bg-yellow-5 { + background-color: #cb4 !important; + } + /* source #14: "color: #dbab09 !important" */ + .color-yellow-7 { + color: #cb4 !important; + } + /* source #14: "#dbab09" */ + .bg-yellow-7 { + background-color: #cb4 !important; + } + /* source #14: "color: #b08800 !important" */ + .color-yellow-8 { + color: #cb4 !important; + } + /* source #14: "color: #735c0f !important" */ + .color-yellow-9 { + color: #EFA554 !important; + } + /* source #14: "#d15704" */ + .bg-orange-4, .bg-orange-7 { + background-color: #f3582c !important; + } + /* source #14: "color: #a04100 !important" */ + .color-orange-9 { + color: #f3582c !important; + } + /* source #14: "#ffdce0" */ + .bg-red-1 { + background-color: #300 !important; + } + /* source #14: "#d73a49" */ + .bg-red-5 { + background-color: #f44 !important; + } + /* source #14: "color: #cb2431 !important" */ + .color-red-6 { + color: #f44 !important; + } + /* source #14: "#cb2431" */ + .bg-red-6 { + background-color: #911 !important; + } + /* source #14: "color: #86181d !important" */ + .color-red-9 { + color: #f44 !important; + } + /* source #14: "#f5f0ff" */ + .bg-purple-0 { + background-color: #213 !important; + } + /* source #14: "color: #6f42c1 !important" */ + .color-purple-5 { + color: #8368aa !important; + } + /* source #14: "#6f42c1" */ + .bg-purple-5 { + background-color: #8368aa !important; + } + /* source #14: "#ffeef8" */ + .bg-pink-0 { + background-color: #170711 !important; + } + /* source #14: "color: #0366d6 !important" */ + .text-blue { + color: /*[[base-color]]*/ #d13358 !important; + } + /* source #14: "color: #cb2431 !important" */ + .text-red { + color: #f44 !important; + } + /* source #14: "color: #6a737d !important" */ + .text-gray-light { + color: #dbdbdb94 !important; + } + /* source #14: "color: #586069 !important" */ + #site-search-results .search-result-intro, + #site-search-results .search-result-section, + #site-search-results .search-result-title, .text-gray { + color: #dbdbdbCC !important; + } + /* source #14: "color: #28a745 !important" */ + .text-green { + color: #6cc644 !important; + } + /* source #14: "color: #b08800 !important" */ + .text-yellow { + color: #cb4 !important; + } + /* source #14: "color: #a04100 !important" */ + .text-orange { + color: #f3582c !important; + } + /* source #14: "color: #6f42c1 !important" */ + .text-purple { + color: #8368aa !important; + } + /* source #14: "color: #586069 !important" */ + .link-gray { + color: #dbdbdbCC !important; + } + /* source #14: "color: #0366d6 !important" */ + .link-gray:hover { + color: /*[[base-color]]*/ #d13358 !important; + } + /* source #14: "color: #24292e !important" */ + .link-gray-dark { + color: #dbdbdbAA !important; + } + /* source #14: "color: #0366d6 !important" */ + .link-gray-dark:hover, .link-hover-blue:hover { + color: /*[[base-color]]*/ #d13358 !important; + } + /* source #14: "color: #586069 !important" */ + .muted-link { + color: #dbdbdbCC !important; + } + /* source #14: "color: #0366d6 !important" */ + .muted-link:hover { + color: /*[[base-color]]*/ #d13358 !important; + } + /* source #14: "transparent" */ + .details-overlay[open] > summary::before { + background: transparent; + } + /* source #14: "color: #586069" */ + .lead { + color: #dbdbdbCC; + } + /* source #14: "color: #24292e" */ + .text-emphasized { + color: #dbdbdbAA; + } + /* source #14: "transparent", "transparent", "transparent" */ + .dropdown-caret { + border-right-color: transparent; + border-bottom-color: transparent; + border-left-color: transparent; + } + /* source #14: "#fff", "rgba(27,31,35,0.15)" */ + .dropdown-menu { + background-color: #09192b; + background-image: none; + border-color: rgba(200, 200, 200, 0.1); + } + /* source #14: "transparent", "rgba(27,31,35,0.15)" */ + .dropdown-menu::before { + border-color: transparent transparent rgba(200, 200, 200, 0.1); + } + /* source #14: "transparent", "#fff" */ + .dropdown-menu::after { + border-color: transparent transparent #09192b; + } + /* source #14: "color: #24292e" */ + .dropdown-item { + color: #dbdbdbAA; + } + /* source #14: "#0366d6" */ + .dropdown-item:focus, .dropdown-item:hover { + background-color: /*[[base-color]]*/ #d13358; + color: #fbfbfb; + background-image: none; + } + /* source #14: "none" */ + .dropdown-signout { + background: none; + } + /* source #14: "#e1e4e8" */ + .dropdown-divider { + border-top-color: #233a55; + } + /* source #14: "color: #586069" */ + .dropdown-header { + color: #dbdbdbCC; + } + /* source #14: "transparent", "rgba(27,31,35,0.15)" */ + .dropdown-menu-w::before { + border-color: transparent transparent transparent rgba(200, 200, 200, 0.1); + } + /* source #14: "transparent", "#fff" */ + .dropdown-menu-w::after { + border-color: transparent transparent transparent #09192b; + } + /* source #14: "transparent", "rgba(27,31,35,0.15)" */ + .dropdown-menu-e::before { + border-color: transparent rgba(200, 200, 200, 0.1) transparent transparent; + } + /* source #14: "transparent", "#fff" */ + .dropdown-menu-e::after { + border-color: transparent #09192b transparent transparent; + } + /* source #14: "border-top: 8px solid rgba(27,31,35,.15)", "transparent", "transparent" */ + .dropdown-menu-ne::before { + border-top-color: rgba(200, 200, 200, 0.15); + } + /* source #14: "border-top: 7px solid #fff", "transparent", "transparent" */ + .dropdown-menu-ne::after, .dropdown-menu-ne::before { + border-right-color: transparent; + border-left-color: transparent; + } + .dropdown-menu-ne::after { + border-top-color: #09192b; + } + /* source #14: "#2f363d", "#444d56" */ + .dropdown-menu-dark { + background: #282828; + border-color: #233a55; + } + /* source #14: "#444d56" */ + .dropdown-menu-dark::before { + border-bottom-color: #484848; + } + /* source #14: "#2f363d" */ + .dropdown-menu-dark::after { + border-bottom-color: #282828; + } + /* source #14: "color: #d1d5da" */ + .dropdown-menu-dark .dropdown-header { + color: #233a55; + } + /* source #14: "#444d56" */ + .dropdown-menu-dark .dropdown-divider { + border-top-color: #484848; + } + /* source #14: "transparent","#444d56" */ + .dropdown-menu-dark.dropdown-menu-w::before { + border-color: transparent transparent transparent #484848; + } + /* source #14: "transparent","#2f363d" */ + .dropdown-menu-dark.dropdown-menu-w::after { + border-color: transparent transparent transparent #282828; + } + /* source #14: "transparent","#444d56" */ + .dropdown-menu-dark.dropdown-menu-e::before { + border-color: transparent #484848 transparent transparent; + } + /* source #14: "transparent","#2f363d" */ + .dropdown-menu-dark.dropdown-menu-e::after { + border-color: transparent #282828 transparent transparent; + } + /* source #14: "#444d56","transparent" */ + .dropdown-menu-dark.dropdown-menu-ne::before { + border-color: #233a55 transparent transparent; + } + /* source #14: "#2f363d","transparent" */ + .dropdown-menu-dark.dropdown-menu-ne::after { + border-color: #282828 transparent transparent; + } + /* source #14: "#f1f8ff" */ + #site-search-results .search-result:hover { + background: #293b54; + } + /* source #14: "color: #0366d6" */ + #site-search-results .search-result-title em { + color: /*[[base-color]]*/ #d13358; + } + /* source #14: "#0366d6" */ + #site-search-results .search-result-intro em { + border-bottom-color: #d13358; + } + /* source #14: "#fff", "#444d56" */ + details-dialog { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #14: "color: #6a737d" */ + .gh-subheading { + color: #dbdbdb94; + } + /* source #14: "#6f42c1" */ + #ticket-title .State--open { + background-color: #8368aa; + } + /* source #14: "#cb2431" */ + #ticket-title .State--closed { + background-color: #911; + } + /* source #14: "#2cbe4e" */ + #ticket-title .State--pending { + background-color: #373; + } + /* source #14: "color: #cb2431" */ + .octicon-state-closed { + color: #f44; + } + /* source #14: "color: #6f42c1" */ + .octicon-state-open { + color: #8368aa; + } + /* source #14: "color: #333" */ + #ticket-comments .attachment-name a, .attachment-name a:hover, + .attachment-upload-preview .link, .link:hover { + color: #dbdbdbEE; + } + /* source #14: "none" */ + @media only screen and (min-width: 544px) { + .ticket-faq-accordion input + .accordion-label { + background: none; + } + } + /* source #15: "#fff", "#d1d5da" */ + .dashboard .js-all-activity-header + div { + background-color: #09192b; + background-image: none; + border-color: #233a55; + } + /* source #15: "none" */ + .dashboard .js-all-activity-header + div .Box { + background: none; + } + /* source #15: "#e1e4e8" */ + .dashboard-rollup-items .body { + border-top-color: #233a55; + } + /* source #15: "color: #dbdbdb66" */ + body > .footer li a { + color: #dbdbdb94; + } + /* source #15: "transparent" */ + .repository-content #readme:not(.blob) .Box-header { + background-color: transparent !important; + } + /* source #15: "#e1e4e8" */ + @media (min-width: 700px) { + :root .pinned-issue-item { + border-color: #233a55 !important; + } + } + /* source #15: "none" */ + .rgh-no-navigation-highlight .Box-row.navigation-focus, + .rgh-no-navigation-highlight .list-group-item.navigation-focus, + .rgh-no-navigation-highlight .navigation-focus td { + background: none !important; + } + /* source #15: "color: #586069" */ + .rgh-useless-comments-note { + color: #dbdbdbCC; + } + /* source #15: "none", "currentColor", "#24292e" */ + .rgh-recently-pushed-branches .Header .RecentBranches, + .rgh-recently-pushed-branches [data-url$="recently_touched_branches_list"] .Box { + background: none; + border-color: currentcolor !important; + background-color: #09192b; + } + /* source #15: "border: 1px solid" */ + .rgh-recently-pushed-branches [data-url$="recently_touched_branches_list"] .btn-link[href$="?expand=1"] { + border-color: #09192b; + } + /* source #15: "#e1e4e8", "#e1e4e8" */ + button.reaction-summary-item { + border-top-color: #233a55; + border-bottom-color: #233a55; + } + /* source #15: "#efefef" */ + .reaction-summary-item a { + background: #122235; + } + /* source #15: "#0366d6", "#0366d6" */ + .js-expandable-line:hover .blob-num:not(:hover) + .blob-code, + .js-expandable-line:hover .blob-num:not(:hover) .directional-expander:first-child { + border-color: /*[[base-color]]*/ #d13358; + background: /*[[base-color]]*/ #d13358; + color: #fff; + background-image: none; + } + /* source #15: "#f6f8fa" */ + .rgh-split-issue-pr-combined.selected:hover { + background-color: #0c1c2e; + } + /* source #15: "#c0d3eb" */ + .rgh-collaborator { + border-color: #d1335835; + } + +body, body.bg-gray { + background-color: #122235 !important; + background-clip: border-box !important; + background-origin: padding-box !important; + background-attachment: /*[[bg-attachment]]*/ fixed !important; + /*[[bg-options]]*/ +} +/* custom code font */ +pre, code, tt, kbd:not(.badmono), samp, .blob-code, .file-data pre, .line-data, +#gist-form .file .input textarea, .blob-code-inner { + font-family: "/*[[font-choice]]*/", Consolas, "Liberation Mono", Menlo, Courier, monospace !important; + font-feature-settings: /*[[font-features]]*/ !important; + font-size: /*[[font-size-choice]]*/ !important; +} +/* Base link colors */ +.Header-link:focus, .Header-link:hover, table.files .octicon-file-directory, +table.files .octicon-file-symlink-directory, +table.files .octicon-file-submodule, .header-logo-invertocat:hover, +.notification-indicator:hover, .full-commit .btn-outline:not(:disabled):hover, +.markdown-body a strong, .markdown-format a strong, +.notifications.list-group a:hover, a.octolinker-link[href], +.discussion-sidebar-toggle:hover, .commit-id:hover, +body[class="page-responsive"] .files-list .octicon, +.timeline-comment-action:hover { + color: /*[[base-color]]*/ #d13358 !important; +} +.btn-link .octicon-kebab-horizontal:hover { + color: /*[[base-color]]*/ #d13358; +} +#notebook a:hover, #notebook a:focus { + color: /*[[base-color]]*/ #d13358; + opacity: .8; +} +body.api li a code { + color: rgba(79, 140, 201, .9) !important; + color: rgba(/*[[base-color-rgb]]*/, .9) !important; +} +body.api li a:active code, body.api li a:hover code { + color: rgba(79, 140, 201, 1) !important; + color: rgba(/*[[base-color-rgb]]*/, 1) !important; +} +/* Base color panel */ +option:hover, .listings-layout .nav li a:hover, .state-merged, +#fork-select .target:not(.disabled):hover, table.upgrades tr:hover td, +.email-format .email-hidden-toggle:hover a, .dashboard-tabs a:hover, +.documentation-results a:hover, .hidden-text-expander a:hover, +.example-nav li a.selected, .issues-reset-query:hover .octicon-x, +.segmented-nav li.active, .diff-expander:hover, .owner-select-target:hover, +.release-timeline-tags .expander-text:hover .expander-dots, +.search-result-item.navigation-focus, .pull-request-link:hover, +.issues-reset-query:hover .issues-reset-query-block, .add-line-comment, +.result.selected, .result:hover, .CommunityTemplate-highlight, +.diff-table button.add-line-comment, .version-picker a:hover, +.discussion-item-changes-marker.is-unread .discussion-item-icon { + background: /*[[base-color]]*/ #d13358 !important; +} +.context-button::after { + border-color: /*[[base-color]]*/ #d13358 transparent transparent !important; +} +.timeline-progressive-disclosure-button:hover, +.release-timeline-tags .expander-text:hover .expander-dots, +.review-comment[aria-selected=true], +.timeline-comment[aria-selected=true] .review-summary .comment-body { + border-color: /*[[base-color]]*/ #d13358 !important; +} +@keyframes autofill { + to { + background-color: #09192b; + background-image: none; + color: #ddd; + } +} +input:-webkit-autofill, input:-webkit-autofill:hover, +input:-webkit-autofill:focus, textarea:-webkit-autofill, +textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, +select:-webkit-autofill, select:-webkit-autofill:hover, +select:-webkit-autofill:focus { + animation-name: autofill !important; + animation-fill-mode: both !important; +} +#com #header .top-nav .dropdown-button:hover .dropdown-caret, +.header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret, +.header-navlink:hover .dropdown-caret, .header-navlink:focus .dropdown-caret, +.HeaderNavlink:hover .dropdown-caret, .HeaderNavlink:focus .dropdown-caret { + border-top-color: /*[[base-color]]*/ #d13358 !important; +} +.table-list .table-list-item.unread .table-list-cell-checkbox, +.Box-row--unread, .Box-row.unread { + border-left-color: /*[[base-color]]*/ #d13358 !important; + box-shadow: 2px 0 0 /*[[base-color]]*/ #d13358 inset !important; +} +/* notification icon - "transparent" border */ +.notification-indicator .mail-status { + border-color: #09192b; +} +/* text selection */ +::selection { + background-color: /*[[base-color]]*/ #4f1d27 !important; + color: #fbfbfb !important; +} +::-moz-selection { + background-color: /*[[base-color]]*/ #4f1d27 !important; + color: #fbfbfb !important; +} +.CodeMirror-selected { + background: rgba(255, 255, 255, .12) !important; +} +.CodeMirror ::selection { + background: rgba(255, 255, 255, .12) !important; +} +.CodeMirror ::-moz-selection { + background: rgba(255, 255, 255, .12) !important; +} +/* placeholder */ +::-webkit-input-placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; +} +::-moz-placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; +} +::placeholder { + color: #dbdbdb66 !important; + opacity: 1 !important; +} +.select-menu-text-filter input::-webkit-input-placeholder { + color: #555 !important; +} +.select-menu-text-filter input::-moz-placeholder { + color: #555 !important; +} +.select-menu-text-filter input::placeholder { + color: #555 !important; +} +::-webkit-calendar-picker-indicator { + background-color: #09192b; + color: #c9c9c9; +} +::-webkit-calendar-picker-indicator:hover { + color: #dbdbdb66; +} +/* Remove dotted borders on already otherwise higlighted elements (Firefox) */ +.dropdown-item:focus, .details-dialog:focus { + outline: none; +} +/* commit tease */ +.commit-tease, .commit-tease-sha, .commit-tease .commit-author { + color: #dbdbdbEE !important; +} +/* HACK: Match font-size to rest of the box */ +.commit-tease > .f6 { + font-size: 13px !important; +} +/* people panel org page issue #1041 */ +.auto-search-group input[type="text"][aria-label] { + background: #09192b; +} +/* focus hightlight */ +a:focus, button:focus, [tabindex] { + outline-color: /*[[base-color]]*/ #d13358 !important; +} +input.focus[type="text"], #adv_code_search .focus.search-page-label, +.focused .drag-and-drop, #adv_code_search .search-page-label:focus, +#q:focus ~ button, input.color-editor-input:focus, #ghd-settings select:focus, +#ghd-settings input:focus, .intgrs-lstng-item:hover, +.ajax-pagination-btn:focus, input[type="checkbox"]:focus, +div.search-form input:focus, #search > input[name="q"]:focus { + border-color: /*[[base-color]]*/ #d13358 !important; + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 2px /*[[base-color]]*/ #d13358 !important; + outline-color: /*[[base-color]]*/ #d13358 !important; +} +/* add border to site search field */ +.radio-group input[type=radio] { + position: relative !important; +} +.dragover textarea, .dragover .drag-and-drop { + box-shadow: 0 0 1px 1px /*[[base-color]]*/ #d13358 !important; +} +/* below style is workaround for Firefox. */ +/* see: https://bugzilla.mozilla.org/show_bug.cgi?id=1394491 */ +optgroup::before { + color: #888 !important; + background-color: #09192b !important; +} +optgroup { + background-color: #191919 !important; +} +/* custom checkboxes and radios */ +input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], +input[type="radio"]:focus, input[type="checkbox"]:hover:active, +input[type="radio"]:hover:active, input[type="checkbox"]:disabled, +input[type="checkbox"]:hover:disabled, +input[type="checkbox"]:hover:active:disabled { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: #09192b; + border: 1px solid #484848; + color: #eee; + height: 14px; + width: 14px; +} +input[type="radio"] { + border-radius: 100% !important; +} +input[type="checkbox"]:disabled, input[type="checkbox"]:hover:disabled, +input[type="checkbox"]:hover:active:disabled, input[type="radio"]:disabled { + background-color: #172c43 !important; + color: #555 !important; +} +input[type="checkbox"]:checked { + background: url('data:image/svg+xml;utf8,') !important; + background-size: cover !important; +} +input[type="checkbox"]:checked:disabled { + background: url('data:image/svg+xml;utf8,') !important; +} +input[type="checkbox"]:indeterminate { + background: url('data:image/svg+xml;utf8,') !important; + background-size: cover !important; +} +input[type="checkbox"]:indeterminate:disabled { + background: url('data:image/svg+xml;utf8,') !important; +} +input[type="radio"]:checked { + background: url('data:image/svg+xml;utf8,') !important; + background-size: cover !important; +} +input[type="radio"]:checked:disabled { + background: url('data:image/svg+xml;utf8,') !important; +} +/*[[tab-size]]*/ +/* User time line firsts */ +img[src$="profile-joined-github.png"] { + padding-bottom: 20px !important; +} +table.pricing-table td:first-child { + text-indent: 9px; +} +.comment-reactions button.btn-link.user-has-reacted { + background-color: rgba(79, 140, 201, .2) !important; + background-color: rgba(/*[[base-color-rgb]]*/, .2) !important; +} +/* HACK: Label colors */ +[class*="IssueLabel"][style*=" color: #f"], .IssueLabel a[style*="color: #f"], +.issue-card-label[style*=" color: #f"] { + color: #e8e8e8 !important; +} +[class*="IssueLabel"][style*=" color: #e"], .IssueLabel a[style*="color: #e"], +.issue-card-label[style*=" color: #e"] { + color: #e8e8e8 !important; +} +[class*="IssueLabel"][style*=" color: #d"], .IssueLabel a[style*="color: #d"], +.issue-card-label[style*=" color: #d"] { + color: #e8e8e8 !important; +} +[class*="IssueLabel"][style*=" color: #c"], .IssueLabel a[style*="color: #c"], +.issue-card-label[style*=" color: #c"] { + color: #e8e8e8 !important; +} +[class*="IssueLabel"][style*=" color: #3"], .IssueLabel a[style*="color: 3"], +.issue-card-label[style*=" color: #3"] { + color: #09192b !important; +} +[class*="IssueLabel"][style*=" color: #2"], .IssueLabel a[style*="color: #2"], +.issue-card-label[style*=" color: #2"] { + color: #09192b !important; +} +[class*="IssueLabel"][style*=" color: #1"], .IssueLabel a[style*="color: #1"], +.issue-card-label[style*=" color: #1"] { + color: #09192b !important; +} +[class*="IssueLabel"][style*=" color: #0"], .IssueLabel a[style*="color: #0"], +.issue-card-label[style*=" color: #0"] { + color: #09192b !important; +} +.project-card .highlight pre { + padding: 1em; + overflow: auto; + white-space: pre; + word-wrap: initial; +} +.project-card code { + font-size: 85%; + padding: .2em .4em; +} +.markdown-body pre code, .markdown-body pre tt { + padding: .2em 0 !important; + border: none !important; +} +.markdown-body code::before, .markdown-body code::after, +.markdown-body tt::before, .markdown-body tt::after, +.markdown-body pre code::before, .markdown-body pre code::after, +.markdown-body pre tt::before, .markdown-body pre tt::after { + display: none !important; +} +.intgrs-lstng-item-description::after { + background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #09192b 80%) !important; +} +.marketplace-product-callout-bg { + background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #09192b) !important; +} +div[style*="background: linear-gradient(to bottom, rgba(246,248,250,0.5) 0%,rgba(246,248,250,1) 100%);"] { + background: linear-gradient(to bottom, rgba(32, 32, 32, .5) 0%, #122235 100%) !important; +} +.Box-body { + border-radius: inherit !important; +} +.branch-infobar, .notifications .unread { + font-weight: normal !important; +} +.profile-timeline-month-heading { + padding: 2px 5px !important; +} +input.tree-finder-input, input.tree-finder-input:focus { + background: transparent !important; + border: none !important; + box-shadow: none !important; +} +.dropdown-menu, .word-upload-callout, .select-menu-modal { + box-shadow: 0 3px 12px rgba(0, 0, 0, .4); +} +.exploregrid-item { + border-color: rgba(255, 255, 255, .075) !important; + box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 5px 10px rgba(0, 0, 0, .05) !important; +} +.exploregrid-item:hover { + border-color: rgba(255, 255, 255, .15) !important; + box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 8px 15px rgba(0, 0, 0, .3) !important; +} +.box-shadow-large, html[class*="ghh-"] .tooltipster-box { + box-shadow: 0 1px 15px #d1335820 !important; +} +img[src*="images/modules/checks"].box-shadow-large { + box-shadow: 0 1px 15px #fff !important; +} +/* add rounded borders on bottom */ +body[data-render-url], .render-viewer, .comment-content, +.gist .gist-file .gist-meta, .more-repos, .comment table { + border-radius: 0 0 3px 3px !important; +} +.dashboard-tabs a, .search-filters { + border-radius: 0 !important; +} +.discussion-topic-header, .previewable-comment-form .tabnav { + border-radius: 3px 3px 0 0 !important; +} +/* repo labels, private repo lists */ +.repo-label span, .private .repo-list-item, .hook-delivery-guid { + background: #0c1c2e !important; + color: #777 !important; +} +.private .mini-repo-list-item .repo-icon { + color: #777 !important; +} +.private .mini-repo-list-item { + background: #221 !important; +} +/* previously orange border bottom */ +.pagehead ul.tabs li a.selected, .pagehead > ul.tabs li a:hover, +.filter-selected, div.listing.navigation-focus, div.issues.navigation-focus, +.repo-filter:hover, .dashboard-tabs a.selected, .marketing-nav a.selected, +.orgs-nav .org-nav-item.selected, a.pagehead-nav-item.selected, +.underline-nav-item.selected { + border-radius: 0 !important; + border-bottom: 2px solid #eee !important; +} +.section-nav .active a, .js-current .standalone a, .sidebar-module .disable>a { + border-radius: 0 !important; + border-left: 2px solid #eee !important; +} +.dropdown-arrow { + border-top-color: #eee !important; + transition: none !important; +} +#com #header .top-nav .dropdown-caret { + border-top-color: #ccc !important; +} +.js-menu-target:hover .dropdown-arrow { + border-top-color: /*[[base-color]]*/ #d13358 !important; +} +/* Add border-top to PR checks results blank slate */ +aside.border-top + section.bg-gray-dark:not([class*="js-"]) { + border-top: 1px solid #233a55; +} +/* Make it more apparent that
is clickable */ +.markdown-body details summary:not([aria-haspopup]):hover { + background: #172c43; + box-shadow: 0 0 0 2px #172c43; + cursor: pointer; +} +/* GitHub Bug: Center discussion close icon vertically */ +.discussion-item-closed .octicon { + position: relative !important; + top: -1px; +} +/* GitHub Bug: Center counters vertically on the line */ +.boxed-group .counter, .reponav-item .counter, .boxed-group .Counter, +.reponav-item .Counter { + position: relative !important; + top: -1px !important; +} +/* GitHub Bug: Fix image swipe handle misalignment */ +.swipe .swipe-frame .swipe-bar .top-handle, +.swipe .swipe-frame .swipe-bar .bottom-handle { + left: -6px !important; +} +/* GitHub Bug: Center color preview in inline code tags */ +.markdown-body code .v-align-middle { + position: relative; + top: -1px; +} +/* GitHub Bug: Stop commit message field from resizing horizontally */ +#commit-description-textarea { + resize: vertical !important; +} +/* GitHub Bug: Fix cut-off 'g' letters in box headers like on https://github.com/notifications */ +.boxed-group .heading, .boxed-group > h3 { + padding: 7px 10px 8px; + line-height: inherit; +} +/* GitHub Bug: Fix cut-off 'g' letters on user page timeline repo names */ +.profile-timeline .lh-condensed { + line-height: 1.35rem !important; +} +/* GitHub Bug: Fix cut-off 'g' letters on action workflow list */ +[id^="check_suite"] .lh-condensed { + line-height: 1.35rem !important; +} +/* Tweak: Square counters, add 1px padding on bottom to counter uneven font size */ +#conversation_tab_counter, #commits_tab_counter, #files_tab_counter, +.reponav-item .counter, .reponav-item .Counter { + border-radius: 2px !important; + padding: 2px 5px 3px !important; +} +.topic-tag { + padding: .2em .9em !important; + box-shadow: inset 0 0 0 1px #d1335855 !important; +} +.topic-tag.topic-tag-outline { + box-shadow: inset 0 0 0 1px #6d7c9c !important; +} +/* Add bottom border on subnav - https://github.com/topics */ +.site-subnav { + box-shadow: 0 1px 0 #233a55 !important; +} +@media screen and (min-width: 1024px) { + .site-subnav .subnav-primary.selected, .site-subnav .subnav-primary:hover { + border-bottom-color: #d13358 !important; + } +} +@media screen and (max-width: 768px) { + body .p-responsive .subnav-btn { + background: transparent !important; + } + body .p-responsive .subnav-link[href="https://enterprise.github.com/contact"] { + border-bottom-color: transparent !important; + color: #8e8e8e !important; + } + body .p-responsive .subnav-link[href="https://enterprise.github.com/contact"]:hover { + border-bottom-color: transparent !important; + color: #dbdbdbEE !important; + } +} +/* invisible border */ +@media screen and (max-width: 768px) { + body.page-responsive .site-subnav .subnav-primary.selected, + body.page-responsive .site-subnav .subnav-primary:hover { + border-bottom-color: transparent !important; + color: #dbdbdbEE !important; + } +} +.gisttabs a:not(.selected), .gisttabs a:not(.selected):hover, +.timeline-comment-wrapper, .avatar-stack .avatar, .full-commit .commit-meta, +.tabs > a, .header .divider-vertical, .about-menu-link { + border-color: transparent !important; +} +/* darken border */ +.wiki-wrapper .wiki-empty-box:hover, .render-shell .slider .slider-track, +.render-shell .slider-bar, .about-menu-link:hover, .about-menu-link.selected, +.pricing-table { + border-color: #777 !important; +} +/* brighten border */ +.filter-item.selected .Label--outline-white { + border-color: #fff !important; +} +#browser table, #browser table th, #issues .menu ul li, +.branches .more-branches, .issues td, ul.main_nav li.selected, .browser_header, +.issue-head, .bootcamp-help .image, ul.hook-list, .clone-url-button, +.list-tip li, .section-nav a, .search-menu-container, .repo_list li a, +.graphs .axis, .switcher > span::after, a.assignee-bit, .menu li, +.notifications td, .filter-tab, ul.hook-list li, .repo .border, .box-action, +ul.repo-stats li a, .footer_nav h4, .footer-divider, .chromed-list-browser, +.js-activate-link, .chromed-list-browser div, .filter-bar, .columns.sidebar, +.lbl, #contributors .person, #commit-activity-master, #services, .top-rule, +#services .service, ul.stats, .release-list > li, .context-body, +.api li::before, .library-list .feature, .lower_footer, .cheatsheet, +.pagehead.settings-area, .release-body, .pull-state, .pull-number, .merge-pr, +.gist-file, #graph-shots li, .sidebar, .release-timeline, .explore h2, #head, +.leaderboard-list-item, .search-result-item, .details, .jobs-list, +.content-header, .user-list-item, .markdown-body, ul#categories li h5, +.render-view-modes li, .gobutton.with-comments .sha, +#gollum-editor-function-bar, .capped-box, .steps li, #common-issues, .steps, +#graphs, .previewable-comment-form .comment, .org-module, .org-repo, +.table-list, .org-add-footer, .auto-search-group .search-filter, +#notification-center li, .branch-status, .comment + .comment, +.discussion-bubble-inner, .member-row, .press-info, +.timeline-commits .timeline-commits-header, .marketing-section, +.featured-callout .screenshot, .page-new-repo .license-container, +.sidebar-module, .collapsed, .expanded, .discussion-topic, .bubble-inner, +.team-org-group, div.article div.helper div.content, .boxed-group-inner .help, +dl.new-email-form, .file .meta-divider, .avatar-stack.multiple-avatars::before, +.file-box, .file-actions .btn-group li, .gist .gist-file .gist-data, +.calendar-graph .contrib-details div, .branch-action-body, +.setup-form .tos-info, .setup-form .setup-organization-next, +.collection-page .other-content, .bubble-wrap, .release-show, .file-wrap, +.branches .branch-summary, .branches .no-results-message, +.branch-a-b-count .count-half:last-child, .panel-nav, +.full-commit .sha-block > a, .theme-selector-thumbnail, .segmented-nav li, +.boxed-group-inner, .search-form button, .branches .branch-group-heading, +.boxed-group > h3, .boxed-group .heading, .issues-list-actions, p code, code, +.wiki-wrapper .wiki-empty-box, #adv_code_search .search-page-label, +pre.headers, .inline-comment-form, .history-link, .oauth-permissions-details, +.setup-info-module .features-list .list-divider, +.setup-wrapper .oauth-permissions, .swipe .swipe-frame .swipe-shell, +ul.search-results, .orgs-help-shelf-content .orgs-help-divider, +.gist-quicksearch-result-group, .listgroup, .listgroup-item + .listgroup-item, +.user-key-badge, .newsfeed-placeholder, .progress-bar-inline .progress-bar, +.menu-heading, body .border-gray-dark, .discussion-item-review .blob-wrapper, +.bot-identifier, div.marketplace-product-callout, .CodeMirror-dialog-top, +.project-card:hover:not(:focus) { + border-color: #233a55 !important; +} +pre, h1, h2, h3, table, table tr, table td, table th, blockquote, .pulse-graph, +.minibutton, .social-count, .discusion-topic-infobar, .box-body, .logo-box, +.developer-program-badge, .vcard-details, .vcard-stats, .auth-form-header, +.nav-bar-tabs .section-title, .boxed-group-list > li, .toolbar-bordered, +.dashboard-tabs, .graphs, .graph, .sub-nav, .audit-search-clear, +.repo-list-item, .email-signature-reply, footer, .bubble .bubble-expand, +.grid .col, .composer-infobar, .email-quoted-reply, .summary-stats li, +.columns.equacols.bordered, .file-diffstat, ul.filter-list, .news .alert, +table.files td, .explore-section, .repolist > li, .featured-grid-outer, +.gh-header-meta, .theme-picker-thumbs, .team, .billing-section, +.sidebar-module ul h3, .headlines li, .markdown-format img, +div#common-issues ul li, .about-facts, .starred-repo, .markdown-example, +.traffic-graph-stats, .discussion-item + .discussion-item, .bubble, +.tree-browser, .simple-box-footer, .team-grid .team-members, +.org-list .list-item, .stats-group .stat, .team-info-card .team-stats, +.table-of-contents li, .commit-group, +.table-list-bordered .table-list-cell:first-child, +.table-list-bordered .table-list-cell:last-child, .table-list-cell, +.table-list, .table-list-header, .labels-list-item, .subnav-divider-right, +.subnav-bordered, .content table tr th, #search-results li, .subhead, +#pages-composer, .render-bar, #gollum-editor-help, #gollum-editor-help-parent, +#gollum-editor-help-list, .auth-section, .commit-sha, .comment-body, +.mini-repo-list-item, .advanced-search-form fieldset, .contrib-column, +.org-header .edit-org, .pulse-summary .summary-box, +.pulse-summary .summary-box li:first-child, .list-item + .list-item, +.list-item + .list-heading, .list-heading + .list-item, .issue-list-item, +.collection-card, .setup-header, body.api pre, .stats-group-stat:first-child, +.build-statuses-list, #gollum-dialog-dialog-buttons, #gollum-dialog-dialog h4, +a.gollum-minibutton, a.gollum-minibutton:visited, +.two-factor-toggle .two-factor-status, .two-factor-settings-group, +.member-badge, ul.comparison-list > li, .release-downloads, +.release-downloads li, .blob-interaction-bar, #gist-form .file .meta, +.file .meta, .file-box .meta, .capped-card, .audit-results-header, +.output_area .rendered_html table, .render-info .message, +.subnav .btn + .issues-search, +.branch-action-body .branch-action-item + .branch-action-item, +.discussion-item-merged.open .discussion-item-details-header, +.discussion-item-merged.open .build-statuses-list, .build-status-item, +.pagehead-tabs-item.selected, .org-header, .pagehead, +.branch-action-item + .mergeability-details, .migration-section, +.migrate-org-roles, .migrate-org-roles-header, .migration-footer, +.migration-org-avatar, .org-migration-settings-section, +.word-upload-callout .note, .manage-user-info, .manage-repo-access-title, +.org-settings-team-item:first-child, .label-generic, .plan-notice, +.intgr-header, .code-list-item, .sort-bar, .repo-file-upload-outline, +.comment-reactions.has-reactions, .reaction-summary-item, +.featurette.border-top, .tile-block, .tile-bordered:not(:last-child), +.showcase-page-header, .showcase-page-repo-list, .header-search-scope, +.result-group a, .signed-commit-badge, .signed-commit-header, .user-key-email, +.border-top, .pricing-card-cta, .shelf, .access-token, .about-menu, +.oauth-border, .file-header, +.reorderable-task-lists .markdown-body .task-list-item.hovered, +.next-charge-box, .setup-info-module h2, .pinned-repo-list-item, +.pinned-repo-filters, .orghead, .orghead .edit-org, .discussion-item-deployed, +.new-project-column, .confirm-removal-list-container, +.confirm-removal-list-item, .user-profile-nav, .review-thread-reply, +.feature-callout-octicon, .feature-callout, +.discussion-item + .discussion-item, +.discussion-item-review + .discussion-item, .libraries-jumbotron, +.last-review-thread, .menu-item, .review-comment.is-comment-editing, +.team-list-footer, .profile-rollup-summarized + .profile-rollup-summarized, +.Subhead, .dashboard-notice .coupon, .listgroup-header, .merge-status-item, +.pending-team-invitations-link, .discussion-item + .discussion-item-review, +.profile-timeline-card-wrapper, +.profile-rollup-wrapper + .profile-rollup-wrapper, +.email-preference-exceptions .exception, .user-key-email-unverified, .diffbar, +.rendered_html hr, .drag-and-drop, .form-hr, .release-timeline-tags .main { + border-color: #233a55 !important; +} +.discussion-item-icon, .date::after, ul.color-label-list .color, +.facebox-header, .TimelineItem-badge, +.release-timeline-tags .tag-timeline-date::after { + border-color: #233a55; +} +.filter-tab.selected { + border: 1px solid #444 !important; + border-bottom: 1px solid #233a55 !important; +} +.follow-list .follow-list-item { + border-bottom: 1px solid #233a55 !important; +} +.simple-conversation-list > li, .site-footer, .blame .section-first td, +.wiki-list .wiki-list-item + .wiki-list-item, .member-badge + .member-badge { + border-top: 1px solid #233a55 !important; +} +/* https://github.com/mobile/ */ +.mobile-gradient-bg { + display: none; +} +svg.mobile-hero { + filter: invert(100%) hue-rotate(180deg); +} +/* discussion timeline tweaks */ +.closed-banner { + display: none !important; +} +/* background image on https://github.com/stylishThemes/github-dark/actions/new */ +.repo-actions-hero { + filter: invert(1) hue-rotate(180deg); + mix-blend-mode: exclusion; +} +.discussion-timeline-actions { + border-top: 2px solid #06111d !important; + background: none !important; +} +.discussion-timeline::before { + margin-top: 2px !important; + background: #06111d !important; + height: calc(100% - 259px) !important; +} +.profile-timeline.discussion-timeline::before { + height: 100% !important; +} +.listings div.listing { + border-left: 2px solid #333 !important; + border-right: 2px solid #333 !important; +} +#org-members .member-listing { + border-left: 1px solid #333 !important; + border-right: 1px solid #333 !important; +} +.branch-action-body::before, .MarketplaceSideNav, .plans-card-text:first-child { + border-right-color: #484848 !important; +} +.merge-branch-form .commit-form::after, +.repository-content .commit-form::after { + border-right-color: #122235 !important; +} +.Popover-message--top-left::after { + border-bottom-color: #09192b !important; +} +/* below style is needed because of order problems in generator */ +.pull-request-review-body-wrapper .timeline-comment-group .timeline-comment::before, +.pull-request-review-body-wrapper .timeline-comment-group .timeline-comment::after { + border-right-color: transparent !important; +} +.word-upload-callout::before, .word-upload-callout::after, +.select-menu-modal-arrow::after, .Popover-message--top-left::before { + border-bottom-color: #233a55 !important; +} +.repo-filterer .repo-filter:hover, .review-summary::before { + border-bottom-color: #484848 !important; +} +.issue-head { + border-bottom-width: 1px !important; +} +.context-button:hover::after, .switcher > span::before { + border-color: #eee transparent transparent !important; +} +/* repo tab tweaks */ +.reponav-item { + border-top-width: 1px !important; +} +.reponav-item.selected { + border-color: #233a55; +} +.pagehead-tabs-item { + border-top-width: 1px !important; +} +.pagehead-tabs-item.selected, .reponav-item.selected, .tabnav-tab.selected { + background: #122235; + border-bottom-color: #122235 !important; +} +.timeline-comment .tabnav-tab.selected { + background: #09192b !important; + border-bottom-color: #09192b !important; +} +.branches .branch-summary + .branch-summary { + border-top-color: #333 !important; +} +/* code */ +.linkable-line-number { + border-right: 1px solid #484848 !important; +} +.gist .gist-file .gist-data .line-number { + line-height: 19px !important; +} +/* File listings - fix date truncation */ +table.files td.age .css-truncate { + max-width: none !important; +} +/* https://github.com/StylishThemes/GitHub-Dark/issues/620 */ +.timeline-comment-header .css-truncate-target { + max-width: 250px !important; +} +/* tooltip - tooltipped */ +.octotip { + background-color: #003 !important; + border-color: #006 !important; +} +.tooltipped::after { + background: #233a55 !important; +} +.tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before { + border-top-color: #233a55 !important; +} +.tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before { + border-bottom-color: #233a55 !important; +} +.tooltipped-e::before { + border-right-color: #233a55 !important; +} +.tooltipped-w::before { + border-left-color: #233a55 !important; +} +.commitinfo, .gc .diff-line-code, .gc .diff-line-num, .gc .diff-line-pre, +.featured-commit-activity-graph, .featured-repo-logo, .outline-box, +.gobutton>.sha .octicon, .markdown-body .csv-data .blob-num, #feedBody, +.search-result-header, .accessibility-aid:focus, .file-data, .signup-plans th, +.signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td, .commits td, +.featured-callout, .sidebar-module ul ul li, .native-download, +.setup-info-module, div#common-issues ul, #gist-form .name, .render-notice, +.label-edit.edit-color-label-form .color-editor .color-editor-input, +.date_selector td, .new-label, .range-editor .range, .range-editor .flag, +.auth-form-body, div.border-wrap, .profile-header, .highlight .gc, +.uploaded-files.is-populated, .range-editor, +#gollum-editor-help-parent li a.selected, +#gollum-editor-help-list li a.selected, #gollum-editor-help-parent li a:hover, +#gollum-editor-help-list li a:hover, .github-access-banner, .protip-callout, +ul.comparison-list, .wiki-custom-sidebar, .invitation-container, +.orgs-help-shelf, .orgs-help-item-octicon, .thread-subscription-status, +.branch-action-body .merge-branch-form, .pull-info, .branch-link, +.discussion-item-merged.open .discussion-item-details, .word-upload-callout, +.session-authentication .create-account-callout, .intgrs-lstng-item, +.intgr-install-callout, .is-failed .repo-file-upload-errors, +.is-bad-file .repo-file-upload-errors, .is-too-big .repo-file-upload-errors, +.is-too-many .repo-file-upload-errors, .is-empty .repo-file-upload-errors, +.site-header, .site-subheader, .pricing-card, .explore-signup-entice, +.price-box, .cvv-hint-tooltip, .plan-choice, .user-profile-sticky-bar::after, +.review-thread, .card, .tutorial, .overview .card > div[style*="background"], +.Box-footer, .ScreenshotCarousel, +.card-filter-autocomplete-dropdown .autocomplete-keyword-only, .inbox-zero, +.is-stuck .diffbar, .project-pane.bg-white { + background: #09192b !important; + border-color: #233a55 !important; +} +.review-comment[aria-selected=true], +.timeline-comment[aria-selected=true] .review-summary { + background-color: #09192b !important; + box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3) !important; + box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3) !important; +} +.timeline-comment-group[aria-selected=true] .timeline-comment::before { + border-right-color: /*[[base-color]]*/ #d13358 !important; + left: -17px !important; + filter: none !important; +} +.timeline-comment:target .review-summary::after { + top: -16px !important; + filter: none !important; +} +.timeline-comment[aria-selected=true] .review-summary::before { + border-bottom-color: rgba(79, 140, 201, .3) !important; + border-bottom-color: rgba(/*[[base-color-rgb]]*/, .3) !important; + top: -19.75px !important; + filter: none !important; +} +#readme .plain, .readme .markdown-body, .readme .plain, .pull-request-composer, +.octofication .broadcast-icon-mask, .file .image, .coupons .coupon-form-body, +.manage-repo-access-group, .saved-reply-form, .orghead .edit-org:hover, +.simple-box, .btn-link.timeline-progressive-disclosure-button, +.border.branch-action-item { + background: #09192b !important; + border-color: #233a55 !important; +} +/* search - language sidebar - https://github.com/StylishThemes/GitHub-Dark/search?q=markdown */ +div.container-lg > div.float-left.px-md-2 > .border.rounded-1.d-none.d-md-block { + background: #09192b; + border-color: #233a55 !important; +} +.header, .headers, #readme .markdown-body, .social-count, .box-body, .steps li, +.explore-section:nth-child(2n), .markdown-format table, +.chromed-list-browser .none p, .chromed-list-browser .error p, +.list-browser-footer, .commandbar .choice:hover, #gollum-editor-help, +.search-filter:hover, #wiki-history table tr:nth-child(2n) td, +.display tr:hover, .octofication .message, .commandbar .loading:hover, +.comment-content, .commandbar .message, .boxed-group-inner, +#adv_code_search .search-page-label, #contributors-master svg.viz, +.diff-table .line-comments, .menu, svg.spark, svg.capped-card-content, +body.api .content tbody, .markdown-format img:not(.emoji), .mini-repo-list, +#common-issues, .setup-wrapper .oauth-permissions-details, .milestone-list, +.setup-form .setup-plans, .revision .gu, .tree-browser td, +.tree-browser .alt td, .branches .branch-summary, +.branches .no-results-message, .simple-box-footer, .commit-group, +.content table tr, #search-results, table.files, .mergeable, .org-module, +.org-add-footer, .branch-infobar, table.capped-list tr:nth-child(2n), +.team-org-group, #gollum-editor-help-wrapper, .integrations-quality, +.showcase-featured .mo-info .featured-grid-outer, .render-shell, .list, +.latest-commit .commit-author, .bubble, .tabs > a.selected, +.oauth-org-access-details .boxed-group-list > li.on, #fullscreen_overlay, +.branch-action-body, .inline-comment-form, .file-history-tease .participation, +.gist-quicksearch-result-header, .label-generic, .migrate-org-roles, +.manage-repo-access-icon, .table-list:not(.team-member-list), +.repo-file-upload-progress, .gcr-ext-editor-dialog, .shade-gray, +.exploregrid-item, .signed-commit-badge-small, .facebox-popup, +.explore-signup-entice-wrapper, .billing-addon-items tr.total-row, +.billing-addon-items tr.dark-row, li.pinned-repo-item, +.js-contribution-graph h2 + div:last-child, .project-triage-pane, +[data-filterable-for="projects-filter"] .container-lg, +.user-profile-nav.is-stuck, .review-summary-form-wrapper, #projects-results, +.listgroup, .protected-branch-orgs-and-repo-admins, .listgroup-overflow, +.project-column, .js-notice > .border:not(.bg-blue-light), +.news .issues_labeled .border, table.pricing-table, .two-factor-steps, +article.border.rounded-1, .border-right.border-bottom.border-left, +.graph-before-activity-overview, .access-form-wrapper, .timeline-comment-group, +.summarylink-btn, .pinned-item-list-item, .avatar-before-user-status, +.profile-timeline-card, .pinned-issue-item, #wiki-footer .border-dashed, +#wiki-rightbar .border-dashed, .list-group-item.standalone, .commit-form, +.sidebar-progress-bar > .d-flex, +.pagination-loader-container .discussion-item-header .border, +.pr-toolbar.is-stuck, .hx_badge-search-container, .file, #search-member, +.js-notice.border { + background: #09192b !important; +} +.Box-row--hover-blue, .notifications-list .list-style-none.bg-gray { + background: #09192b; +} +.bg-white, .radio-label, [style*="background-color: #2f363d"], +.project-full-screen .project-header { + background-color: #09192b !important; +} +/* https://github.com/StylishThemes/GitHub-Dark/issues/811 */ +.application-main > main .container-sm > .pt-4.bg-white.text-center { + background: none !important; +} +/* Labels/Milestone links https://github.com/StylishThemes/Github-Dark/issues */ +.subnav-links { + background: #09192b; +} +/* bottom panel on actions */ +.flex-auto > .bg-gray-light { + background: none !important; +} +/* blankslates */ +/* bordered: https://github.com/StylishThemes/GitHub-Dark/actions/runs/42585904 */ +/* unbordered: https://github.com/StylishThemes/GitHub-Dark/pull/1069/files/d0801046a22eaf88d9081de9c7d415825cb1f9fa..291b428577d344d54039de9aa0d8ed3a8fcfaebc */ +.blankslate { + background: none !important; +} +.blankslate.border { + background: #09192b !important; +} +button.bg-white.subnav-link, main [style="background-color: #fcfdfd;"], +.repository-content > .bg-white:not(.card-filter-autocomplete-dropdown) { + background-color: transparent !important; +} +.sidebar-module, div.search-form input, #search > input[name="q"], +.ais-SearchBox-input { + background-color: #09192b; + border-color: #233a55; +} +.blob-num-context, #user-content-toc td, .markdown-body table tr:nth-child(2n) { + background: #06111d !important; +} +.blame .blob-num, .blame-blob-num, .collection-card, .team-grid .team, +.code-list .divider .blob-num, .code-list .divider .blob-code, +.expandable-line-num .diff-expander:hover, .build-status-item, .more-branches, +.plan-choice.open, .uploaded-files>li.delete, .more-repos, +.billing-per-seat-callout::after, .code-list-item .blob-num, +.blob-num.js-line-number, .bg-gray-light.disabled, +.MarketplaceBackground-buffer, .team-left-column.bg-white, .overall-summary, +.markdown-body table tr { + background: #09192b !important; + color: #5d6c80 !important; +} +.action-card::after, .action-card::before { + background-color: #122235 !important; + box-shadow: 0 0 0 1px #555 !important; +} +/* Navigation focus */ +.list-browser-item.navigation-focus, .js-details-container.navigation-focus, +.js-details-container.navigation-focus:nth-child(2n), .team-grid .team-members, +.tree-browser tr.navigation-focus td, +.issues-listing .table-list-issues .selectable:hover, +.issues-listing .table-list-issues .navigation-focus, .setup-plans tr.selected, +.notifications .navigation-focus, .sidebar-module ul ul li a:hover, +.no-results, #gollum-editor-help-list, .owner-select-target, +.divider .blob-code div.highlight, +.oauth-org-access-details .boxed-group-list > li.on:hover, pre div:hover, +.summary-stats li a:hover, .pinned-repos-selection-list-item.selected, +.Box-body-row--highlight.navigation-focus, .Box-body-row--highlight:hover, +.js-current .standalone a, .Box-row--focus-gray.navigation-focus, +.team-listing .is-open.root-team, .Box-row--hover-gray:hover, +.label-select-menu .select-menu-item.navigation-focus, +.label-select-menu .select-menu-item:focus, +.label-select-menu .select-menu-item:hover { + background: #361c2b !important; +} +#main, .capped-box, .unread_count, #browser table th, +.markdown-format table th, table.upgrades tr.current td, .definitions, +.discussion-topic-header, .timeline-commits-minimal .commit-icon .octicon, +.timeline-commits .commit-icon .octicon, .upload-progress, +.search-results-listing em, .discussion-bubble-inner, #wiki-history table td, +.gist .gist-file .gist-data, .logo-box, .markdown-example .rendered, +.team-grid .team-members, .diagram-icon:not(.active), table.capped-list th, +.filter-bar, .audit-search-clear, .country-info, .file-diff-split .empty-cell, +.composer-infobar, .completeness-indicator-blank, .leaflet-control-zoom, +.manage-repo-access-not-active, .header-search-scope, .featurette.py-5, +.payment-history .refunded, .payment-history .failed, +.profile-timeline-month-heading.bg-white, .project-card, +.BlobToolbar .btn-octicon, .MarketplaceHeader, .table-list-header, +.boxed-group > h3, .boxed-group .heading, .file-header, .capped-card h3, +#gist-form .file .meta, .file .meta, .file-box .meta, .menu-heading, +.audit-results-header, .branches .branch-group-heading, .auth-form-header, +.migration-jumbotron, .migration-sub-header, .manage-repo-access-title, +.signed-commit-header, +.reorderable-task-lists .markdown-body .task-list-item.hovered, +.next-charge-box, .credit-card, .review-thread-reply, +a.card.bg-gray-light:hover, .add-member-team-list .team-row-header, +.listgroup-header, .merge-status-item, .Header .header-search-wrapper, +.Header .header-search-wrapper input, .user-key-email-unverified, +.action-card-header::before, .commits-listing .octicon-git-commit, +.new-discussion-timeline .composer .comment-form-head.tabnav, +.advisory-form .bg-gray-light { + background: #122235 !important; +} +#browser, .repos, .options-group, .pagehead ul.tabs li a.selected, .subnav-bar, +.options-content, span.gravatar, .browsered, .browsered .inner, +.subnav-bar > ul > li > ul, .comment-form ul.tabs a.selected, +.issue.open.read .summary, .unselected_month, .commits th, #MathJax_Message, +.chzn-single, .user-commits, .user-commits th, .metabox, +.ranked-repositories > li, .pagehead ul.actions, #issues_search .comment, +#header-wrapper, ul.feature-tabs li.highlight, .filterbar .filters li, +.starting-comment .body, .list-tip, .commit_oneline, .filterbox, +.conversation-list-heading .inner, .autocomplete-results, .new-comments .body, +.display tr, .render-container, .boxed-group-table th, .features-highlight, +.outline-box-highlighted, .nav-bar-tabs, #watchers li, .browser .listing, +.item, .context-pane, .context-loader, .sidebar .module, .tip-body, #assignee, +.commit_oneline td, .notifications th, .content table th, .repo-collection>ul, +#graph_data .tab.selected, .full-width-divider, .markdown-body .csv-data th, +h3.conversation-list-heading strong, .file-commit-form .commit-form, +.facebox-footer, .gcr-ext-editor-close, .gcr-ext-editor-header, +.logos-download-link, +.ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:hover, +.ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:focus, +.ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:active { + background: #0c1c2e !important; + border-color: #233a55 !important; +} +.search-result-group, .gist-quicksearch-result-group { + background: #172c43 !important; + border-color: rgba(68, 68, 68, .5) !important; + color: #555 !important; +} +.blame-commit-next .blame-commit-info, .blame-commit-next + .blame-line, +.ScreenshotCarousel-nav { + box-shadow: inset 0 1px 0 #233a55 !important; +} +/* semi-transparent */ +.context-loader.large-format-loader, #graphs .loader, .org-header, +.render-shell .slider, .illflow-item:not(.selected):hover, +.leaflet-control-attribution, .orghead, .dropdown-toggle:hover, +.dropdown-toggle.selected { + background: #0c1c2e !important; +} +/* repo header */ +.page-responsive .repohead, .page-responsive .pagehead, +.repohead.bg-gray-light, .pagehead.bg-gray-light { + background: #0c1c2e !important; +} +.explore-signup-entice-inner { + background: rgba(24, 24, 24, .9) !important; +} +.starred-repo.navigation-focus, .marketing-section-stripe, +.blob-expanded .blob-num, .blob-expanded .blob-code, .migration-section-grey { + background: #361c2b !important; +} +.details-expanded-dark[open] > summary::before, +.details-overlay-dark[open] > summary::before, +body.status .details-overlay-dark[open] > summary::before, +body[class="page-responsive"] .details-overlay-dark[open] > summary::before, +.SelectMenu::before { + background: rgba(0, 0, 0, .5) !important; +} +.svg-tip { + background: rgba(12, 12, 12, .8) !important; +} +.svg-tip::after { + border-top-color: rgba(12, 12, 12, .9) !important; +} +.shelf { + background-color: rgba(0, 0, 0, .2) !important; + background-image: none !important; +} +/* page overlay */ +.select-menu-loading-overlay, .slow-loading-overlay, +.branches .loading-overlay { + background-color: rgba(24, 24, 24, .6) !important; +} +/* #333 */ +.pagehead ul.actions a.feed, .explore h2 .feed, #code_search_instructions h2, +td.inst, .metabox-loader, .pull-flag, .browser-content, +.filterbar ul.filters li, .pagehead ul.tabs li.contextswitch, +#wiki-header > div, .pagehead ul.tabs li.contextswitch:hover, .bigbutton a, +#new_message, #issues_next ul.sorts li, ul.sorts li.asc, ul.sorts li.desc, +.listings-layout .columns.main .content, .fieldswrap, .filterbar li.selected, +#issues_next ul.filters li, table.instruction tr:nth-child(2n), +.email-hidden-toggle a, #commit-activity-master-head, .action-indicator, +.pull-head .diffstat, ul.suggestions, .discusion-topic-infobar, +.commits-listing::before, .jstree-wholerow-hovered, .bubble-contents, +.ellipsis-button, .filter-list li span.bar, .selectable_day.today, +.billing-plans .current, .commits-listing::before, .billing-section .usage-bar, +.file-info-divider, .pagehead ul.tabs li a:hover, .repos .bottom-bar, +#languages .popular, .tip-box h4, table.upgrades td, .commit-preview .message, +.pagehead ul.tabs li.contextswitch, #browser tr th, .status-box h4, +.line_numbers, #files span.icon, #issues_list .actions, #repos .public, +.inset-callout, #repo-message, .repo-private-label, .label-admin, +.credit-card.normal .signature, .credit-card.amex .gladiator, +.progress-bar:not(.anim-grow-x), .header-search-scope:hover, +.CommunityTemplate-highlight--focus, .related-issue-item.navigation-focus { + background: #06111d !important; +} +.discussion-item-locked .discussion-item-icon, +.discussion-item-unlocked .discussion-item-icon, +.discussion-item-head_ref_deleted .discussion-item-icon { + background-color: #444; +} +/* remove background */ +body > pre, .textographic a.repo, .stars-browser .filter-bar, +.highlight .file-diff-line:hover pre, .gravatar, .topsearch span.search-input, +p.meta, .sidebar .milestone, #facebox, .profilecols .filter-bar, .btn-group, +div.content-header .search-form, .file-code, .org-header .edit-org:hover, +#wrapper, .gravatar img, .commit-comments-header-sha, pre.headers code, +.audit-search-form, .columns.equacols.bordered, .gist-item ul.meta>li>a:hover, +.commits li img, a.minibutton code, .milestone, .keyboard-mappings th, +.api #header-wrapper .nav, .marketing-nav a.selected, #graph_data .tabs, +.org-nav-item.selected, .edit-team-member:hover, tr.commit, +.release-timeline .js-details-container, +.section-heading-title a.js-selected-navigation-item, +.featured-callout .screenshot, .timeline-commits .commit-meta .status, +.theme-picker-spinner, .timeline-commits .commit-meta .octicon, +.file .meta-divider, .avatar-stack.multiple-avatars::before, #feedHandler, +.discussion-sidebar-item .thread-subscription-status, +.boxed-group.application-show-group .logo-upload, .diagram-icon-small, +#readme .highlight, .ace-github, .theme-picker, .avatar-stack .avatar, +.boxed-group, .full-commit .btn.btn-outline, .prose-diff > .markdown-body ins, +.header .divider-vertical, .ace-github-base16, .markdown-body pre code, +.markdown-body pre tt, #readme .plain pre, .uploaded-files, .input_area, +#notebook .highlight, #notebook .highlight pre, .output_area pre, +.gist-snippet-meta .gist-count-links>li>a:hover, .delete-owners-button:hover, +.avatar-child, .session-authentication .header-logged-out, +.session-authentication .auth-form-header, +.timeline-progressive-disclosure-items, #com #footer, .shade-gradient, +#categories .list, .gist-banner, .main-content, .showcase-page-header, +.showcase-page-pattern::after, .description-inline, .result-group a, +.border-wrap, a.feed-icon, .session-device, +.boxed-group-list > li.session-device:hover, +.merge-status-item .merge-status-icon, +.js-release-form .comment-form-head.tabnav, .project-columns, .project-header, +.user-profile-nav, .profile-timeline-year-list.bg-white, +.discussion-item-review .timeline-comment, .libraries-jumbotron, +.menu-item.selected, .bg-shade-gradient, .dev-hero, +.render-container.is-render-ready.is-render-requested:not(.is-render-failed), +.user-list li em, .CodeMirror-lines, .api table, .dashboard-notice .coupon, +.release-label, .oauth-org-access-details .oauth-org-item.on, +.MarketplaceSideNav, .timeline-inline-comments, .AvatarStack-body, +.team-discussions-container, .Collection ~ div[style*="linear-grad"], +.application-main > div[style*="background"], .AvatarStack-body .avatar, +.dropdown-toggle, ul.add-member-team-list.table-list, .gh-header, +iframe[src*="zuora.com"], .pr-toolbar, .enterprise-prompt, +.enterprise-prompt *, .diffbar, .footer .bg-gray-light, button.btn-invisible, +button.btn-invisible:hover, .btn.btn-invisible, .btn.btn-invisible:hover, +.application-main [style*="background: linear-gradient(#ffffff, #fcfcfc)"], +section[style="background-color: #fafbfc;"], div[style="background:#fafbfc;"], +.team-left-column, .render-container.js-actions-page, +.deployments-timeline-icon, .TimelineItem--condensed .TimelineItem-badge, +.previewable-comment-form .comment-form-head.tabnav.bg-white, +.notification-navigation, .check-annotation code pre, +.merge-status-item > [style*="#fff"] { + background: none !important; +} +@media (min-width: 1012px) { + .file-commit-form--full { + background: none !important; + } +} +body[class="page-responsive"] .repo-list .private { + background-color: initial; +} +.select-menu-item:hover { + background-color: /*[[base-color]]*/; +} +@media (hover: hover) { + .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus { + color: #dbdbdbEE; + background-color: #122235; + } + .SelectMenu-item:active { + color: #c0c0c0; + background-color: #361c2b; + } + .SelectMenu-item[aria-checked=true]:active, + .SelectMenu-item[aria-checked=true]:hover, + body:not(.intent-mouse) .SelectMenu-item[aria-checked=true]:focus { + color: #e0e0e0; + } + .SelectMenu-tab[aria-selected=true]:active, + .SelectMenu-tab[aria-selected=true]:hover { + color: #d2d2d2; + background-color: #09192b; + } + body:not(.intent-mouse) .SelectMenu-tab:focus { + background-color: #293b54; + } + .SelectMenu-tab:not([aria-checked=true]):not([aria-selected=true]):hover { + color: #d2d2d2; + background-color: #303030; + } + .SelectMenu-tab:not([aria-checked=true]):active { + color: #d2d2d2; + background-color: #09192b; + } +} +@media (hover: none) { + .SelectMenu-item:active, .SelectMenu-item:focus { + background-color: /*[[base-color]]*/ #d13358; + color: #fff; + } + .SelectMenu-item { + -webkit-tap-highlight-color: /*[[base-color]]*/ #d13358; + } +} +.comment-form, #issues .labels, .listings .odd, .feed, #files .description, +#message .envelope .header .info .title.unread, li.contextswitch ul li.current, +.watcher-widget, ul.main_nav li.selected a, ul.states li, .add_file, .inset, +li.label, .filterbar, .divider-vertical, .user-commits td, +.starting-comment .infobar, #issues_next .infobar, .formbody, +.commandbar .display, .none p, .display div.choice, ul.fieldpills li, +.documentation-results a, .plans-pricing-callout, +.auto-search-group .search-filters, .editbox, .editbox .body, .commentstyle, +#issues .display, #issues .display .admin, #issues .labels .list li, +.issue .summary, .hidden-text-expander a, .view-modes, .standard_form, +#reply_body, #commit div, #commit td, #commit tr, #commit .envelope, +.file-minibutton, .context-pane .title, .browser .listing:hover, +#dashboard .repos, .list-module .list-body, .list-module a, .label-permissions, +.tree-browser th, .browser .listing.closed, .starting-comment, +.section-nav a:hover, .chzn-drop, .module .inner, +.team-repositories-blankslate, +.discussion-event-status-head_ref_deleted .discussion-item-icon, .pull-head, +.tabs, #browser td, #issues_next li.selected, .avatarname img, #readme .name, +#wiki-history .author img, .options-content h3, +.display div.choice:nth-child(2n+1), #issues-dashboard .actions, +.list-tip a:hover { + background-color: #333 !important; + border-color: #233a55 !important; +} +/* org page graphs - https://github.com/StylishThemes */ +rect[style*="#gradient-"] { + fill: /*[[base-color]]*/ #d13358 !important; +} +/* contribution calendar */ +.calendar-graph rect[fill="#c6e48b"], .calendar-graph rect[fill="#7bc96f"], +.calendar-graph rect[fill="#239a3b"], .calendar-graph rect[fill="#196127"], +.contrib-legend li, +.contribution-activity-listing .progress-bar[style*="background-color"] { + background-color: /*[[base-color]]*/ #d13358 !important; + fill: /*[[base-color]]*/ #d13358 !important; +} +.calendar-graph .days-selected rect.day.active { + stroke: #ddd !important; +} +.calendar-graph rect.day:hover { + stroke: #fff !important; +} +/* contribution progress bars on user page */ +.contribution-activity-listing .progress-bar[style*="7bc96f"], +.facebox-close:hover { + opacity: 1 !important; +} +.contribution-activity-listing .progress-bar[style*="c6e48b"], .facebox-close { + opacity: .75 !important; +} +.notifications .read .avatar img { + opacity: .7; +} +/* contribution calendar/legend - regular colors */ +.calendar-graph rect[fill="#ebedf0"], .contrib-legend li[style*="#ebedf0"], +.js-activity-overview-graph-container [fill="white"] { + background-color: #0c1c2e !important; + fill: #233a55 !important; +} +.calendar-graph rect[fill="#196127"], .contrib-legend li[style*="#196127"] { + opacity: 1 !important; +} +.calendar-graph rect[fill="#239a3b"], .contrib-legend li[style*="#239a3b"] { + opacity: .75 !important; +} +.calendar-graph rect[fill="#7bc96f"], .contrib-legend li[style*="#7bc96f"] { + opacity: .5 !important; +} +.calendar-graph rect[fill="#c6e48b"], .contrib-legend li[style*="#c6e48b"] { + opacity: .25 !important; +} +/* contribution calendar - halloween colors */ +.calendar-graph rect[fill="#FFEE4A"], .calendar-graph rect[fill="#FFC501"], +.calendar-graph rect[fill="#FE9600"], .contrib-legend li[style*="#FFEE4A"], +.contrib-legend li[style*="#FFC501"], .contrib-legend li[style*="#FE9600"] { + background-color: #fe9600 !important; + fill: #fe9600 !important; +} +.calendar-graph rect[fill="#FFEE4A"], .contrib-legend li[style*="#FFEE4A"] { + opacity: .2 !important; +} +.calendar-graph rect[fill="#FFC501"], .contrib-legend li[style*="#FFC501"] { + opacity: .4 !important; +} +.calendar-graph rect[fill="#FE9600"], .contrib-legend li[style*="#FE9600"] { + opacity: .8 !important; +} +.calendar-graph rect[fill="#03001C"], .contrib-legend li[style*="#03001C"] { + background-color: #fc3 !important; + fill: #fc3 !important; +} +.contrib-person path { + fill-opacity: .6; +} +.progress-bar.anim-grow-x, .dev-hero, .header-search-key-slash, +input[src$="with-facebook.png"], #parallax_field, #parallax_illustration, +figure .callout-permalink-big-image, figure .callout-permalink-stacked-image { + filter: brightness(75%) !important; +} +img#parallax_error_text, div img[alt*="404"] { + filter: invert(100%) hue-rotate(180deg) brightness(120%) !important; +} +img[src*="data:image/jpeg;base64,/9j/4AAQSkZJRgA"] { + filter: brightness(90%); +} +img[src*="//render.githubusercontent.com/render/math"] { + filter: invert(90%); +} +.header-search-key-slash { + filter: grayscale(100%) contrast(1.5) !important; +} +/* Activity Overview on userpage */ +.activity-overview-axis, .activity-overview-point { + stroke: /*[[base-color]]*/ #d13358 !important; +} +#user-activity-overview .js-highlight-blob { + stroke: /*[[base-color]]*/ #d13358 !important; + fill: /*[[base-color]]*/ #d13358 !important; + opacity: .4 !important; +} +/* invert (rgb) */ +#header .logo, img[src="/images/logo@2x.png"], .site-logo a, +.github-jobs-promotion a.jobs-logo strong, iframe[src*="polldaddy.com"], +.jstree-node:not(.jstree-leaf) > .jstree-icon.jstree-ocl, +.swipe .swipe-frame .swipe-bar .top-handle, +.swipe .swipe-frame .swipe-bar .bottom-handle, +.onion-skin .controls .transparent, .onion-skin .controls .opaque, +.onion-skin .controls .slider .slider-track, +.onion-skin .controls .slider .slider-track .dragger, .leaflet-control-zoom a, +.leaflet-control-attribution.leaflet-compact-attribution::after, +img[src$="favicons.githubusercontent.com/github.com"], +img[src$="favicons.githubusercontent.com/gist.github.com"], +img[src$="invertocat.png"], .ghd-invert, .render-shell img.math, +#footer .github img, #com span.octicon:not(.octicon-comment-discussion), +.developer-thanks-image img, img[alt="GitHub Support"] { + filter: invert(100%) hue-rotate(180deg) !important; +} +.code-navigation-banner .code-navigation-banner-illo { + filter: invert(900%) hue-rotate(180deg) contrast(70%) brightness(110%) !important; +} +/* code coverage */ +/* example: https://github.com/go-gitea/gitea/pull/6969 */ +img[data-canonical-src^="https://codecov.io"][alt="Impacted file tree graph"] { + filter: invert(92%) hue-rotate(180deg) saturate(250%) !important; +} +/* marketplace + help + feature img invert */ +img[src*="marketplace-illustration-01.svg"], +img[src*="marketplace-illustration-02.svg"], +svg [data-name="Layer 2"] #Layer_5[data-name="Layer 5"], +.illoTeam svg [data-name="Layer 2"], .illoIndiv #Layer_2[data-name="Layer 2"], +svg [data-name="Layer 2"] g[data-name="octocat header"], +svg[viewBox="0 0 1461.5 677.84"][width="700"], +.feature-preview-dialog svg[fill="none"], +div[data-url*="/notifications/beta"] img[src*="-zero.svg"], +div[data-url*="/notifications/beta"] img[src*="saved-blank.svg"] { + filter: invert(85%) hue-rotate(-180deg) brightness(125%) contrast(85%) !important; +} +.action-logo::after { + filter: invert(100%) hue-rotate(180deg) brightness(350%) !important; +} +/* invert network graph; gh-polls (https://github.com/apex/gh-polls) */ +img[alt="FOSSA Status"], img[data-canonical-src*="prod/timeseries/"], +a[href$="vote"] img[data-canonical-src*="/poll/"], #parallax_error_text:not(p), +img[data-canonical-src*="img.shields.io"][data-canonical-src*="style=social"], +img[alt="Mona Lisa"] { + filter: invert(90%) hue-rotate(180deg) contrast(120%) !important; + mix-blend-mode: exclusion; +} +div#network.network > div > canvas { + filter: invert(90%) hue-rotate(180deg) contrast(95%); +} +.spinner-forking[src*="spinners/fork.gif"] { + filter: invert(1) hue-rotate(180deg) contrast(110%) brightness(110%); + mix-blend-mode: screen; +} +/* invert problematic emoji */ +/* images */ +[alt=":soon:"], [alt=":on:"], [alt=":end:"], [alt=":heavy_dollar_sign:"], +[alt=":heavy_multiplication_x:"], [alt=":heavy_plus_sign:"], +[alt=":heavy_minus_sign:"], [alt=":heavy_division_sign:"], [alt=":wavy_dash:"], +[alt=":curly_loop:"], [alt=":currency_exchange:"], [alt=":top:"], +[alt=":back:"], [alt=":zzz:"], [alt=":notes:"], [alt=":musical_score:"], +[alt=":black_large_square:"], [alt=":black_medium_small_square:"], +[alt=":ant:"], [alt=":musical_note:"], [alt=":loop:"], [alt=":feet:"], +[alt=":paw_prints:"], + /* unicode */ + /* some emoji don't need to be inverted on Windows */ + /* from https://github.com/Dunedan/mbp-2016-linux on Windows*/ + /* ✔️ */ +[alias="soon"], [alias="on"], [alias="end"], [alias="heavy_dollar_sign"], +[alias="heavy_multiplication_x"], +[alias="heavy_plus_sign"], [alias="heavy_minus_sign"], +[alias="heavy_division_sign"], [alias="wavy_dash"], +[alias="curly_loop"], [alias="currency_exchange"], +[alias="top"], [alias="back"], [alias="zzz"], [alias="notes"], +[alias="musical_score"], [alias="black_large_square"], +[alias="black_medium_small_square"], [alias="ant"], [alias="musical_note"], +[alias="loop"], [alias="feet"], [alias="paw_prints"] { + filter: invert(100%) hue-rotate(180deg) brightness(80%) !important; + background: transparent !important; +} +.emoji-result [alt="tm"], [alias="tm"] { + filter: invert(100%); +} +[alt=":heavy_check_mark:"], [alias="heavy_check_mark"] { + background: transparent !important; +} +/* Invert problematic emoji fallback images used on Windows */ +/* use tools/unicode-gen.js to generate */ +g-emoji[fallback-src$="2795.png"], g-emoji[fallback-src$="2796.png"], +g-emoji[fallback-src$="2797.png"], g-emoji[fallback-src$="27b0.png"], +g-emoji[fallback-src$="2b1b.png"], g-emoji[fallback-src$="25fe.png"], +g-emoji[fallback-src$="1f3b6.png"], g-emoji[fallback-src$="1f3bc.png"], +g-emoji[fallback-src$="1f4b1.png"], g-emoji[fallback-src$="1f4b2.png"], +g-emoji[fallback-src$="1f519.png"], g-emoji[fallback-src$="1f51a.png"], +g-emoji[fallback-src$="1f51b.png"], g-emoji[fallback-src$="1f51c.png"], +g-emoji[fallback-src$="1f51d.png"], g-emoji[fallback-src$="1f3b5.png"], +g-emoji[fallback-src$="27bf.png"], g-emoji[fallback-src$="1f43e.png"], +g-emoji[fallback-src$="1f43e.png"], g-emoji[fallback-src$="a9.png"], +g-emoji[fallback-src$="fe0f.png"], g-emoji[fallback-src$="ae.png"], +g-emoji[fallback-src$="fe0f.png"], img[src*="resources-logo"], svg.IconNav-img, +.container-xl[id] svg + /* https://github.com/ten */, +body.logged-out .col-md-7 svg { + filter: invert(83%) !important; +} +.container-xl[id] img { + z-index: 100 !important; +} +/* GeoJSON maps */ +/* https://github.com/benbalter/dc-maps/blob/master/maps/embassies.geojson */ +.leaflet-tile-container img { + filter: invert(100%) hue-rotate(180deg) brightness(150%) !important; +} +.leaflet-marker-pane img, .gundamcat { + filter: brightness(.8) !important; +} +/* invert #fff to #09192b */ +/* https://github.com/sujitpal/statlearning-notebooks/blob/master/src/chapter2.ipynb */ +.project-preview-img img, img[src$="bg-callout.svg"], +img[data-canonical-src*="saucelabs.com/browser-matrix"], +img[src*="images/modules/checks"], img[src$="profile-first-pr.png"], +img[src$="profile-joined-github.png"], img[src$="profile-first-repo.png"], +img[src$="profile-first-issue.png"], .github-jobs-logo strong { + filter: invert(90.5%) hue-rotate(180deg) saturate(200%) !important; +} +.render-shell .output_area .output_png img { + filter: invert(90.5%) hue-rotate(180deg) saturate(200%) brightness(85%) !important; +} +.render-shell .output_area .output_png:hover img { + filter: none !important; +} +/* workaround filter creating a stacking context */ +.contribution-first-issue, .contribution-first-pull-request, +.contribution-first-repository { + opacity: .999 !important; +} +/* brighten language colors */ +.language-color, .repo-language-color { + filter: brightness(125%) !important; +} +/* soft badges */ +.box-title-count { + background-color: #484848 !important; + color: #ccc !important; +} +/* svg styling */ +line, rect, path { + shape-rendering: geometricPrecision !important; +} +.js-graph-punchcard svg.viz { + background: transparent !important; + border: none !important; +} +.reorderable-task-lists .markdown-body .task-list-item .drag-handle { + fill: #c0c0c0 !important; +} +/* Firefox: Exclude text inside an svg loaded through an img, as seen in svg badges */ +*:not(img) text, circle.day { + fill: #ccc !important; +} +circle.day:hover { + fill: #fff !important; +} +path.js-diff-placeholder { + fill: #37232d !important; +} +#contributors-master svg.viz { + display: block !important; +} +g.dots circle { + stroke: #233a55 !important; +} +.traffic-graph g.axis:not(.views):not(.unique) g.tick:not(:nth-child(15)):not(:first-of-type) line, +g.axis path, line.axis, svg:not(.vis) g.axis line { + stroke: #444 !important; +} +svg .path:not(.total):not(.unique):not(.views) { + stroke: #aaa !important; +} +.workflow-string--crossover svg path[stroke="#D1D5DA"] { + stroke: #233a55 !important; +} +#commit-activity-detail path.path, +.traffic-graph g.x.axis g.tick:first-of-type line { + stroke: #1db34f !important; +} +[style*="stroke: #dbab09"], [stroke="#dbab0a"] { + stroke: #cb4 !important; +} +.traffic-graph g.x.axis g.tick:nth-child(15) line { + stroke: #1d7fb3 !important; +} +svg.tick { + fill: #444 !important; +} +svg.arrow[stroke="#1277eb"], svg path[stroke="#1074E7"] { + stroke: /*[[base-color]]*/ #d13358 !important; +} +.features-branch-diagram path[stroke="#c6d9ed"], +.features-branch-diagram path[stroke="#4182C4"], +.features-branch-diagram div:not(.active) .mega-octicon { + stroke: /*[[base-color]]*/ #d13358 !important; + color: /*[[base-color]]*/ #d13358 !important; +} +.features-branch-diagram circle[fill="#4183c4"], +.repo-list-stats a.issues:hover svg { + fill: /*[[base-color]]*/ #d13358 !important; +} +.features-branch-diagram circle[stroke="#ffffff"] { + stroke: #233a55 !important; +} +rect.map-background, .audit-log-map { + fill: #1e4062 !important; + background: #1e4062 !important; +} +path.land { + stroke: #17334f !important; +} +circle.audit-point { + fill: #742d14 !important; + stroke: #57210f !important; +} +.graphs .selection .selection { + fill: #888 !important; + stroke: #888 !important; +} +/* monochrome backgrounds */ +.list-browser-item.closed, .content .verseblock-content, +.content .verseblock-content, .simple-stacked-bar, +.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover, +.dropdown-divider, .js-current .standalone a, .sidebar-module .disable>a, +.label-select-menu div.labelstyle-000000.selected, +.ScreenshotCarousel-navitem.selected { + background: #172c43 !important; +} +div#common-issues ul li a:hover, .rss-subscribe:hover { + background-color: #172c43 !important; +} +.jumbotron-codelines { + background-color: #0c1c2e !important; +} +.community-checklist .progress-bar .progress { + background-color: #333; +} +.profile-timeline.discussion-timeline::before, +.profile-timeline.discussion-timeline .profile-timeline-month-heading::after, +div[style*="background-color: #eaecef"] { + background: #233a55 !important; +} +.hidden-text-expander a, .profile-timeline-month-heading::after, +.review-comment-contents::after, .review-comment.is-comment-editing::after, +.release-timeline-tags .expander-dots { + background: #06111d !important; +} +ul.sidetabs li a:hover, .editbox h1, #issues .labels .admin, +#issues .display .sortbar, #facebox .close, #issues_search .wrapper, +.ranked-repositories .meta a, .actor, ul.nav.logged_out, .tip-box a.next, +#inbox .list .unread, .main .filterbar, .browser-content .footerbar, +ul.smalltabs, .snippet, .supportstaffer, .discussion-form, .chooser-box, +.chooser-box h3, #forkqueue .instructions, .selector-item.clear:hover, +#contributors-master svg, .inset-callout h2, .documentation ul.nav, +.date_selector td.selected, #contributors-master, .context-title, +.list-module h2, .bootcamp-help h1, .ellipsis-button:hover, +.codesearch-results .repo-list-name em, +.codesearch-results .repo-list-description em, .codesearch-cols em, +ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace, +.subnav-bar > ul > li > ul > li > a:hover, .issue.active, .orgs-nav .count, +.task-progress .progress-bar .progress, +.oauth-connection-illustration .oauth-image, +.manage-repo-access-wrapper::before, .block-diff-neutral, +.oauth-permissions-details .permission-summary em.highlight, +.marketplace-product-callout .branch-action-item-icon { + background: #444 !important; +} +.switcher > span::after, .list-module a:hover, .section-nav .active a, +#dashboard .filter-bar li a.filter_selected::after, .state-widget .behind .bar, +.settings-email .label:not(.default), .key, .date::after, +.branch-a-b-count .bar, .branch-a-b-count .meter, +.hidden-text-expander a:hover { + background: #555 !important; +} +.labels .label-neutral, li.ssh-key .ssh-key-state-indicator.not-recent, +.render-shell > .slider .dragger { + background: #dbdbdb66 !important; +} +.state-widget .ahead .bar, .render-shell > .slider .dragger:hover, +.render-shell > .slider .dragger:active, .issues-reset-query-icon, +.projects-reset-query-icon { + background: #293b5494 !important; +} +/* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */ +.Counter--gray { + background: #aaa; +} +.diverge-widget .separator { + background: #ccc !important; +} +.menu-item.selected::before { + background: #eee !important; +} +#network canvas, .qr-code-table, .qr-code-table .white { + background: #fff !important; +} +/* actions in issues - this style needs to be after .bubble */ +.action-bubble .bubble, + /* https://github.com/StylishThemes/GitHub-Dark/community/license/new?branch=master&template=mit */ +body .CommunityTemplate-header, +[data-url$="recently_touched_branches_list"], +.merge-status-list .status-actions:hover, .full-commit .btn-outline, +.full-commit .btn-outline:disabled, .full-commit .btn-outline:disabled:hover, +body > .application-main > .bg-gray { + background: transparent !important; +} +.btn-mktg { + background-color: rgba(79, 140, 201, .1) !important; + background-color: rgba(/*[[base-color-rgb]]*/, 1) !important; + border-color: /*[[base-color]]*/ #d13358 !important; + color: #ddd !important; +} +.btn-mktg:hover { + filter: brightness(90%) !important; +} +.btn-outline-mktg { + background-color: transparent !important; + border-color: rgba(79, 140, 201, .8) !important; + border-color: rgba(/*[[base-color-rgb]]*/, .8) !important; + color: /*[[base-color]]*/ #d13358 !important; +} +.btn-outline-mktg:hover { + background-color: transparent !important; + border-color: rgba(79, 140, 201, .1) !important; + border-color: rgba(/*[[base-color-rgb]]*/, 1) !important; + color: /*[[base-color]]*/ #d13358 !important; +} +.MarketplaceAnnouncement .btn-outline-mktg { + background-color: transparent !important; + border-color: #eee !important; + color: #eee !important; +} +/* blue box */ +.github-jobs-promotion p, .octotip, .full-commit.commit, .bootcamp h1, +.bootcamp-body, .owners-notice, .full-commit .browse-button, .blob-history, +.branch-name, .new-user-avatar-cta, .jstree-wholerow-clicked, .commit-ref, +.file-history-tease, .feature-banner, .hook-delivery-guid, .topic-tag, +.topic-tag-action, .delete-topic-button, .topic-tag-action .add-topic-button, +.topic-tag-action .remove-topic-button, .RecentBranches, .signup-prompt-bg, +ul.search-results li .label, div[style*="background-color: #044d6e"], +.topic-tag-contrast .delete-topic-link, +body[class="page-responsive"] .bg-blue-light, +.repository-content > .Box--condensed > .Box-body.bg-blue-light { + background: #293b54 !important; +} +aside [style*="background-color: #4764f1"] .text-white { + background-color: #293b54 !important; +} +.repo-file-upload-progress .repo-file-upload-meter, .btn.btn-blue:hover, +.topic-tag-link:hover, .delete-topic-button:hover, +.topic-tag-contrast .delete-topic-link:hover { + background: #d1335845 !important; +} +.new-user-avatar-cta, .full-commit .browse-button, .blob-history, +.feature-banner, .recently-touched-branches, .recently-touched-branches li, +.commit-ref, .project-updated-message, +.timeline-comment-label.collaborator-comment, .hook-delivery-guid .octicon, +.hook-delivery-guid a, a.topic-tag, .RecentBranches, .RecentBranches-item-link, +ul.search-results li .label, .markdown-format table th, +div[style*="background-color: #044d6e"], +.subset-files-tab .stale-files-tab-link, +.timeline-comment.current-user:not(.is-internal) .link-gray { + color: #ada19c !important; +} +.timeline-comment.current-user:not(.is-internal) .timeline-comment-header, +.timeline-comment.current-user:not(.is-internal) .timeline-comment-action { + color: #ada19c; +} +.RecentBranches-item, .commit-ref .user { + color: #6d7c9c !important; +} +.github-jobs-promotion p, .octotip, .full-commit.commit:not(.mobile), +.bootcamp .bootcamp-body, .bootcamp h1, .owners-notice, .new-user-avatar-cta, +.full-commit .browse-button, .commit-ref, .branch-name, .file-history-tease, +.feature-banner, .recently-touched-branches, +.timeline-progressive-disclosure-items button, .btn.btn-blue, .RecentBranches, +.js-tag-input-tag, ul.search-results li .label, .topic-tag-action { + border: 1px solid #d1335855 !important; +} +.repo-file-upload-progress, .project-updated-message, .delete-topic-button, +.topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button, +.commit-desc + .commit-branches, .full-commit .btn-outline, +.pricing-matrix-table .pricing-matrix-table-dark, +.topic-tag-contrast .delete-topic-link, +.repository-content > .Box--condensed:not(#readme):not(.file-holder), +.border-blue, body[class="page-responsive"] .border-blue, +.timeline-comment.current-user .tabnav-tab.selected { + border-color: #d1335855 !important; +} +.blob-history, .recently-touched-branches li { + border-bottom-color: #d1335855 !important; +} +.blob-history, .file-history-tease .participation { + border-top: 1px solid #d1335855 !important; +} +.social-count::before { + border-right-color: #333 !important; + border-width: 5px !important; + margin-top: -4px !important; +} +.social-count::after, #new_hook .fields { + border-width: 0 !important; +} +.commit-icon .octicon { + border-radius: 100% !important; +} +.header-search-wrapper.focus { + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} +/* original colors */ +.discussion-item-integrations-callout .discussion-item-icon { + background: #4095c6 !important; +} +/* notebooks */ +.input_prompt { + color: hsla(234, 100%, 65%, 1) !important; +} +.output_prompt { + color: hsla(0, 100%, 65%, 1) !important; +} +/* gradient */ +/* file drag&drop overlay */ +.repo-file-upload-tree-target { + background: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .6) 65%, rgba(0, 0, 0, .6) 100%) !important; +} +.TimelineItem-break { + background: linear-gradient(to bottom, rgba(25, 25, 25, .8) 1%, transparent 80%) !important; +} +/* light grey gradient */ +.signup-button:hover, a.signin:hover, .hero .textographic, +.hero .screenographic, .box-action:active, +.clone-url-button.selected > .clone-url-link:hover, ul#bootcamp li a:hover h4 { + background: linear-gradient(#303030, #282828) !important; + border-color: #233a55 !important; +} +/* dark grey gradient */ +header.nav-bar, .bubble .bubble-title, kbd, a.feed, .list-browser-filterbar, +.gobutton, .comment-header, .pagehead ul.tabs li a, +.login_form input[type="submit"], .top-bar, ul#bootcamp li a h4, +#gists .context-menu-container, body#com #header, .white-nav .selected span, +.filter-tab, #header-wrapper, #header-wrapper .nav, .cheatsheet h2, +.section a.section-head, .list-heading, .dashboard-tabs li a, +a.function-button, .add-pill-form, .gist .gist-file .gist-meta, +ul.comparison-list > li.title, button.button, a.button, span.button, +button.minibutton, a.minibutton, span.minibutton { + background: linear-gradient(#122235, #09192b) !important; + border-color: #06111d !important; +} +.clone-url-button > .clone-url-link { + border-color: #06111d; +} +.search-form button, .issues-list-actions, a.gollum-minibutton, +a.gollum-minibutton:visited { + background: linear-gradient(#122235, #09192b) !important; +} +/* inverted dark grey gradient */ +.asc .sort-type, .desc .sort-type, .mini-bar-graph, .issues-list>ul>li.unread, +.timeline-commits-header, .usage-bar dd, .render-bar { + background: linear-gradient(#09192b, #122235) !important; + border-color: #06111d !important; +} +.project-issue-body-blur { + background: linear-gradient(to top, #09192b, rgba(0, 0, 0, 0)) !important; +} +.bg-custom-gradient { + background-image: linear-gradient(180deg, #09192b, rgba(0, 0, 0, 0)) !important; +} +.billing-per-seat-callout::after { + box-shadow: 1px -1px 0 0 #233a55 !important; +} +main [style="background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));"] { + background: linear-gradient(to top, #09192b, transparent) !important; +} +.ScreenshotCarousel-navitem.selected { + box-shadow: inset 0 0 10px rgba(255, 255, 255, .05) !important; +} +/* commits page - committer icon */ +.commits-list-item .committer-avatar { + box-shadow: -2px -2px 0 rgba(0, 0, 0, .4) !important; +} +.Header .header-search-wrapper.focus { + box-shadow: none !important; +} +/* box shadow below attach box - https://github.com/StylishThemes/GitHub-Dark/releases/new */ +.upload-progress { + box-shadow: none !important; +} +/* text color */ +html[prefix] .ellipsis-expander:active, +html[prefix] .hidden-text-expander a:active, +html[prefix] .site-header-nav .dropdown-menu a:hover { + color: #fff !important; +} +/* Bright text */ +.gist-snippet-meta .gist-count-links > li > a:hover, +.topic-tag-action .add-topic-button:hover, +.topic-tag-action .remove-topic-button:hover, +.discussion-item-changes-marker.is-unread .discussion-item-icon, +.toc-select .navigation-focus *, .owner-select-target, a.filter-item.selected, +.filter-item.selected h4, .filter-item.selected .f3, +.filter-item.selected .Label--outline-white, .text-white, .octicon.text-white, +.user-status-org-button:hover .user-status-org-detail, +.user-status-org-button.selected .user-status-org-detail, +.member-suggestion[aria-selected=true] .octicon, +.member-suggestion:hover .octicon, +.member-suggestion[aria-selected=true] .member-name, +.member-suggestion:hover .member-name, +.diffbar [role^=menuitem]:focus:not(.is-range-selected) .text-emphasized, +.diffbar [role^=menuitem]:hover:not(.is-range-selected) .text-emphasized, +.filter-item.selected p, .filter-item:hover .marketplace-plan-per-time, +.feature-preview-dialog .text-white, +.oauth-permissions-details .permission-summary em.highlight, .btn-primary { + color: #fbfbfb; +} +ul.repo-stats li a:hover, .minibutton.danger:hover, #gist-form label, +.subnav li a:hover, .filters li.selected a, .filters li a:hover, .code-list em, +a.header-anchor, .commandbar .choice .command, .search-term, +.codesearch-cols em, .image, .selector-item:hover .mini-icon::before, +.selector-item.selected .mini-icon::before, .new-repo .octicon, #header .nav a, +.minibutton i, .minibutton, .commit .mini-icon::before, .featured-callout, +.sidebar-milestone-widget .title, #network .explain b, +.dashboard-tabs a.selected, .message .time, #graph_data .tab.selected a, +.explore-collection .see-more-link, ul.color-label-list .count, +a.filter-tab.selected, .orgs-nav .count, .facebox-user-list-item a, +a.org-module-link, .org-header-info .name-link, +.calendar-graph .contrib-details div .num, +.commandbar .display table td:first-child, .file-history-tease .author a, +ul.summary-stats li .num, .pull-head-meta .pull-number a, +.mini-discussion-bubble .mini-discussion-bubble-action, .sub-nav h2, +.sub-nav h2 a, .accordion .section a.section-head, +.orgs-nav .org-nav-item.selected, .sub-nav li a.active, a.org-link, +.infobar-widget .text a, .view-modes-menu li.active, a.signin:hover, +.highlight-module .mega-icon::before, #wiki-rightbar li, .i-am-error p, +.markdown-body .octicon-link, .gist-item ul.meta > li > a:hover, +.native-download .mega-icon::before, #article-platform-nav ul li.selected a, +.section-heading-title a.selected, .marketing-nav a.selected, +.dashboard-tabs a:hover, .hidden-text-expander a:hover, .codesearch-cols em, +.branch-action-state-clean .branch-action-icon::before, +.hook-list li.selected a, .oauth-permissions-details .permission-title, +p.read-it, .branch-action-state-dirty .branch-action-icon::before, +.branch-action-state-closed-dirty.branch-action-icon::before, +.branch-action-state-merged .branch-action-icon::before, +.full-commit .authorship a, #fork-select .target:hover:not(.disabled), +.full-commit .authorship .author-name, .showcase-featured .featured-grid-link, +.collection-card-title, .collection-card-image:hover, +.explore-page .see-more-link, .mute, .pull-request-link:hover, +.expandable:hover::before, .follow-list .follow-list-name a, +a.comment-header-author, .wiki-edit-link:hover, .infotip p, .form-actions .tip, +dl.form.warn dd.warning, .page-notice, ol.toc > li a.active, +.example-nav li a.selected, .facebox-alert, .typeahead-result, .no-results, +#user-links > li * button, .timeline-commits .hidden-text-expander a:hover, +.color-editor-input, #user-links .sign-out-button, .table-list-item label, +.audit-action-info .context, .token-scope, .segmented-nav li.active a, +.tabs > a.selected, .member-username, kbd, .kbd, +.boxed-profile .profile-preview .vcard-fullname, .integrations .site-footer a, +.add-line-comment, .email-format .email-hidden-toggle a:hover, +#gollum-editor-help-parent li a.selected, +#gollum-editor-help-list li a.selected, a.gollum-minibutton, +a.gollum-minibutton:visited, a.token-warning, a.lightertooltipped, +.org-team-sidebar .team-note .note-emphasis, #com h1 span, #com h2 span, +.breadcrumb .final-path, button.button, a.button, span.button, +button.minibutton, a.minibutton, .button.primary:hover, .repo-private-label, +a.repo_filter.js-repo-filter-tab.filter-selected, .keyboard-mappings th, +.rendered_html, .render-health:hover .symbol, .radio-label, +.gist-snippet-meta .description, .clone-url-button > .clone-url-link, +a.team-mention, .team-mention, .boxed-group-inner h4, +.leaflet-control-attribution, .leaflet-control-attribution a, +.integrations-breadcrumb-link, a.integrations-breadcrumb-link, #message .title, +.exploregrid-item-title, .explore-collection h2, #com h1, #com h2, #com h3, +.underline-nav-item.selected, .underline-nav-item:hover, +.underline-nav-item:focus, .content > h2, .content > h3, +.audit-results-header-title, .session-authentication .auth-form-header, +.org-settings-team-type, .org-settings-team-count, .intgrs-lstng-item-header, +.octokit-language span, .site-header-nav a, .menu-item.selected, article h2, +#message-list h1, #message-list h3, .graph-page h1, .graph-page h3, .state, +.State, .dashboard-notice h2, .site-header-dark .site-header .site-header-link, +.version-picker a:hover, .markdown-format .octicon-link, +.jump-to-suggestions-results-container .navigation-focus .jump-to-octicon, +.jump-to-suggestions-results-container [aria-selected="true"] .jump-to-octicon, +.markdown-body strong, .markdown-format strong, .btn-danger:hover, +.btn-danger:active, .btn-danger.selected, [open] > .btn-danger, +.discussion-item-icon, .blob-num-expandable .diff-expander:hover, +.js-expandable-line:hover .diff-expander, +.site-header-nav .dropdown-menu a.active, +.site-header-nav .dropdown-menu a .octicon-check, +.marketplace-product-callout .branch-action-item-icon, +.user-status-org-button span.text-bold, .octicon-fold, +.jump-to-suggestions-path { + color: #dbdbdbDD !important; +} +pre, #languages a.bar, .lineoption p, table.notifications th, +.usagestats dl dt.numbers, .commit-preview p.name .date, .download-list h4, +.fieldgroup p.explain.planusage, .explore h2, .tabnav .active a, +.vcard-username, #markdown-toc li a, .tag-info .tag-name, .language, +.featured-callout h2, .commit-title .message, .files .message, +.revision .creator, .mini-icon.search-input, .lines-changed, +.lines-changed:hover, .discussion-topic-author a, .graph .data .number, +.content, .box-title, a.box-action, .octofication .message p, +.repolist .description, .addon p, .keyboard-mappings, .accessibility-aid:focus, +.list-group-item .list-group-item-name a, +.list-group-item .list-group-item-meta a, .list-browser-sorts .sort-type, +#commits_tab_counter, .auto-search-group .search-filter, .usage-bar dt, +.github-jobs-promotion p a, .file-info .file-name, .file-box .meta, +.gh-header-meta .author, .timeline-commits .author, +.sidebar-assignee .assignee, .rss-subscribe, .sidebar-module h3.disable span, +.octotip, .billing-section .section-content, #readme span.name, +.steps li.current, .context-loader, .box-title a, +.branch-infobar .lightweight-actions > li a:hover, +.discussion-item-ref-title .title-link, .org-teams-list .team, .ace-github, +a.pagehead-nav-item.selected, a.pagehead-nav-item:hover, +.repo-collection .collection-stat, a.subscribe-feed, header ul.links a:hover, +div.container > p, .commits-list-item .commit-author, +.full-commit .sha-block > .sha, .discussion-item .renamed-was, +.discussion-item .renamed-is, a.discussion-item-entity, +span.discussion-item-entity:not(:hover), +.table-list-header-toggle .btn-link.selected, +.table-list-header-toggle .btn-link.selected:hover, +.table-list-header-toggle .btn-link:hover, a.issue-title-link, +.milestone-title-link a, .org-header .edit-org, .org-name, .blob-code, +.blob-code-inner, .diff-line-code, .contrib-number, +.pulse-summary .summary-box .count, .list-options .selected .list-item-title, +.nav-bar-inner .brand-logo-invertocat .octicon-mark-github, .menu a .octicon, +.issue-list-meta a, .stat-number, div.search-form button span, +.fullscreen-overlay .octicon:hover::before, +.fullscreen-overlay .mega-octicon:hover::before, .protip-callout, +.fullscreen-overlay textarea:focus, .fullscreen-overlay textarea:hover, +#header ul.top-nav > li > a, #header ul.top-nav > li > button, +a.team-member-ellipsis:hover, .rendered_html pre, .rendered_html code, +.team-grid .team-name, .completeness-indicator-success, +.completeness-indicator-error, .completeness-indicator-problem, .article-meta, +.stats-group-stat.no-link:hover .stat-number, +.application-authorizations .oauth-app-access-name, .header-logo-invertocat, +a.header-logo-wordmark, .pull-request-integrations-title, +.intgrs-dir-intro .directory-header-back, +.intgrs-dir-intro .directory-header-back .header-link, +.oauth-application-info .application-title, +.session-authentication .header-logo, .repo-file-upload-progress, +a .mega-octicon, .anchor, .gcr-ext-editor-close .delete-button:hover svg, +.repo-filterer .repo-filter.filter-selected, +.signed-commit-signer-name .signer, .display-heading-1, .display-heading-2, +.display-heading-3, .display-heading-4, +.pinned-repos-selection-list-item.selected, .Box-body-row--highlight, +.text-pending, .compare-pr-placeholder p, .compare-pr-placeholder .help-link, +#message.good, #message.major, .boxed-group-success, ul#bootcamp li a h4, +.menu-heading, .text-black, .diffstat-summary strong, .markdown-format h4, +.access-token .token-description, +.oauth-org-access-details .boxed-group-list > li.on strong, .content h1, +.octokit-language span, .lead, .merge-branch-heading, +.org-user-notice-content strong, .Box-row-link, .header .header-search-scope, +.discussion-item-private, .label-select-menu div.labelstyle-000000.selected, +.marketplace-plan-emphasis, .header-nav-link, .header-navlink, +.Header .header-search-scope, a.notification-indicator, .HeaderNavlink, +.UnderlineNav-item:hover, .UnderlineNav-item:focus, .text-gray-dark, +.label-select-menu .select-menu-item:hover, .check-annotation code pre, +.Header-link { + color: #dbdbdbEE !important; +} +.news .alert .simple .title, #network .graph-date, .tabnav-widget.text, +.feature .intro, span.diffstat, span.diffstat a, .commit .commit-branches a, +#readme .plain, .news blockquote, .news blockquote p, .collection-stat, +.calendar-graph .contrib-details div .lbl, .tag-info a, a.browse-button, +.ghead .dir, .comment-header-action-text a, .comment-header-right a, +.gist-item .creator, .dashboard-tabs a, #graph_data .tab a, .pull-info, +.list-group-item .list-group-item-summary a, #contributors .capped-card .cmt, +.boxed-group-list .access-level, h3.conversation-list-heading, a.filter-tab, +.starred-repo p.description, .org-repo-stats a, .org-repo-updated a, +.org-repo-description, .org-repo-forked a, .commandbar .display table td span, +.clone-options, .pulse-section, .discussion-sidebar p, +.discussion-topic-header .discussion-topic-author, .gist-description, .explain, +p.subtext, .team-grid .team-description, .orgs-nav .org-nav-item, +.form-actions-protip .protip, .discussion-item .author, +.inline-comments .comment-count, .sidebar-heading, .clear-issue-filters a, +.render-view-modes li.active::before, ul.comparison-list > li em, +.marketing-benefits .column p, .sub-nav li a, .headlines a .date, +.sidebar-module ul ul li span, .merge-branch-description, +.gist-item ul.meta > li > a, ul#categories li h5 a, +.render-view-modes li.active, .user-leaderboard-list .repo-list-item .repo, +.repo-stats li a, .about p, dl.form > dd p.note, p.subdued, +.team-header .team-description, .hfields dl.form > dt label, +.boxed-group > h3 a.boxed-group-breadcrumb, +.boxed-group .heading a.boxed-group-breadcrumb, .subscriptions-sidebar .note, +.thread-subscription-status, .ellipsis-button, .follow-list .follow-list-info, +form.btn .count, .blame .commitinfo .date, .gist .gist-file .gist-meta a, +.hidden-text-expander a, .news div.message, .news li blockquote, +.news .alert .pull-info, .news .alert .branch-link, +.release .release-authorship a, .wiki-wrapper .wiki-empty-box:hover, +.diffstat-summary a, .branches .branch-group-heading .branch-group-name, +.render-notice, .table-list-milestones .stat, .repo-list-description, +.file .meta, .email-format .email-hidden-toggle a, .file-diffstat, +.program-info-column .mega-octicon, .octofication .notice-dismiss:hover, +.markdown-format .intro, .label-admin, .program-info-column p, +.file-history-tease, .gist-snippet-meta .gist-count-links > li > a, +.commit-author-section, .manage-repo-access-not-active, .milestone-name, +.feature-callout, .repo-file-upload-file-wrap .remove-file:hover, +.rss-subscribe, table.capped-list .octicon, .site-header-menu .nav-item, +.exploregrid-item, .markdown-body blockquote, +.commits-list-item .commit-desc pre, .Label--outline.bg-yellow-light, +.review-comment .pending-batched-suggestion-label, main .note.bg-green-light p, +.CheckStep-timestamp { + color: #dbdbdbCC !important; +} +.tabnav-tab { + color: #dbdbdbCC; +} +.calendar-graph .contrib-details div, .time, .gist-item .metadata .datetime, +.list-group-item-meta, a.keyboard-shortcuts, button.keyboard-shortcuts, +.simple-conversation-list, .simple-conversation-list > li .title .num, +.starred-repo .sort-info, .org-stats, .commandbar .choice, +.commandbar .loading, .commandbar .description, ul.summary-stats li a, +.authorship, .sha-block, .gh-header-meta, #last-edit, .setup-header .lead a, +.mini-icon-remove-close:hover, .section-heading-title .separator, .hook-list a, +.github-jobs-promotion a.jobs-logo, .org-teams-list .team-meta, +.repo-list-item .repo-description, .branch-infobar .lightweight-actions > li a, +.repo-leaderboard-list .repo-leaderboard-meta-item a, +.changed .moved-up::before, .changed .moved-down::before, +.comment-header .octicon, a.section-heading-back, +.list-group-item-meta .octicon, .repo-leaderboard-title .title-meta, +a.pagehead-nav-item, .wiki-wrapper .wiki-empty-box, +.commits-list-item .commits-comments-link, .commits-list-item .commit-meta, +.issues-listing .table-list-issues .issue-comments-link, +.issues-listing .table-list-issues .issue-meta-section a, .labels-list-action, +table.tag-list p a, table.tag-list td.date a, .render-view-modes li, +.site-footer, .site-footer .octicon-mark-github:hover, +.repo-list-stats .repo-list-stat-item, .range-editor span.flag .octicon, +.commit-info .commit-meta a, .notifications .read a, +.auth-form-header .octicon, .releases-tag-list p a, .history-link a, +a.issue-nwo-link, .member-meta .teams-link, .member-meta .btn-link, +ul.comparison-list > li em, ul.comparison-list > li.title, .diffstat-summary, +a.team-member-ellipsis, a.discussion-item-toggle-open, +a.discussion-item-toggle-closed, button.discussion-item-toggle-open, +button.discussion-item-toggle-closed, .dropdown-header, .participation a, +.completeness-indicator-info, .type-icon-state-none, .delete-owners-button, +.stats-group-stat, .stats-group-stat.no-link:hover, .wiki-edit-link, +.member-meta .member-meta-link, .hidden-text-expander a, .text-muted, +.listgroup-item, .discussion-item-header, .discussion-sidebar-heading, +.org-header-meta .meta-item .meta-link, .underline-nav-item, +.boxed-group-inner, .lead, .form-checkbox .note, .bot-identifier, +.dashboard-notice .dismiss:hover, td.icon .octicon-file-text, +td.icon .octicon-file-symlink-file, .UnderlineNav-item, .project-header-link, +button.project-header-link, td.icon, .facebox-close, +.octicon.text-gray, .notification-actions .age { + color: #dbdbdb94 !important; +} + + .tree-browser-result mark { + color: #FF984B !important; + } + +.timeline-comment-action, #suggestions a, .table-list-header-toggle .btn-link, +.discussion-sidebar-item { + color: #dbdbdb94; +} +.vcard-detail .octicon, .member-badge .octicon, +.command-bar .octicon-question::before, .news .alert .time, +ul.color-label-list .color-label.zeroed, +ul.color-label-list .color-label.zeroed .count, .gh-header-title .issue-number, +a.leaderboard-list-rank, .bootcamp ul li a, .ssh-key-fingerprint, +.tag-references > li a, .release .release-authorship, +.branches .branch-summary, .branches .no-results-message, +header ul.links > li a, .team-info-card .stats-group .stat, +.team-info-card .stats-group .stat.no-link:hover, +.issues-listing .table-list-issues .issue-meta, .task-progress, +.table-list-milestones .stat-label, .diff-line-num, +.file-data .line-numbers span, .discussion-item .timestamp, +.branch-status .divider, .news .alert .octicon, .news .alert .mega-octicon, +.repo-list-meta, a.discussion-item-help, .page-new-repo .license-info, +.commit-info .commit-meta, .list-item .byline, .issue-list-meta, +.file-type-icon, .uploaded-files .remove, .releases-tag-list td.date a, +.collaborators .collab-remove .remove-link, .octofication .notice-dismiss, +ul.comparison-list > li .octicon, div.content-header h6, +.fullscreen-overlay textarea, .breadcrumb, +.application-authorizations .oauth-app-list-meta, +.application-authorizations .oauth-app-owner, .boxed-group-inner .help, +.thread-subscription-status .reason, .toc-diff-stats .octicon, +.recent-gists .description .blank, .recent-gists .metadata, +.member-meta .access-link, .gist-quicksearch-no-results, +#user-content-toc ul ul li::before, .user-list li em, #graph_data h2, +#message-list .message .time, .tabnav .tabnav-extras, +.discussion-item-integrations-callout .pull-request-integrations-dismiss, +.oauth-application-info .meta-link, .oauth-application-info .app-info, +.repo-file-upload-file-wrap .remove-file, .gcr-ext-editor-close svg, +.commit-id, .orghead .edit-org, .signed-commit-badge, a.footer-octicon:hover, +.table-of-contents .toc-diff-stats .octicon, +.notification-actions .unsaved-notification { + color: #dbdbdb75 !important; +} +.branch-infobar .lightweight-actions > li .octicon, +.manage-repo-access-icon .octicon, .wiki-wrapper .wiki-history .date, +.issue-meta-section .octicon, .thread-subscription-status .mega-octicon, +.subnav-search-icon, .auto-search-group > .octicon, +.page-gist-edit .octicon-gist, .unselected-month, .profile-rollup-toggle, +.dashboard-notice .dismiss, .reblame-link { + color: #5a5a5a !important; +} +.context-pane .selector-item:hover a, .mega-icon::before, +.mini-icon-public-repo::before, .mini-icon-pull-request, +.mini-icon-remove-close, .mini-icon-link, .task-progress .octicon, +.milestone-link .octicon, .site-footer .octicon-mark-github, .steps li, +.branch-delete.disabled, .date_selector td.unselected_month, +.bootcamp .desc h2, +.issues-listing .table-list-issues .issue-comments-link.no-comment, +.diffstat-bar, .issue-comments-no-comment, a.footer-octicon { + color: #474747 !important; +} +.list-tip::before, .selector-item .mini-icon::before, +.browser .mini-icon-arr-right, .octicon-person-team::before, +a.darkertooltipped, #subscribeButton, .js-new-label-color svg.text-gray-dark, +.user-status-header .text-gray-dark, .Spotlight .text-gray-dark { + color: #313131 !important; +} +.issues-reset-query-icon, .issues-reset-query:hover .issues-reset-query-icon, +.projects-reset-query-icon.text-white, +.projects-reset-query:hover .projects-reset-query-icon, +.user-status-header.user-status-limited-availability .text-gray-dark, +.MarketplaceFeature-link .text-gray-dark, .Counter--gray { + color: #1c1c1c !important; +} +a.pagehead-heading, a.text-inherit, .boxed-group > h3 a, +.boxed-group .heading a, .list-heading a, .table-list-milestones .stat a, +.timeline-comment-header .js-comment-edit-history summary.text-gray, +.timeline-comment-header .js-comment-edit-history > .text-gray-light, +.delete-topic-button, .timeline-comment-header code, +.timeline-comment-header-text code a { + color: inherit !important; +} +.donut-chart [style*="fill: none"], .workflow-string svg, +.workflow-success circle, .workflow-success path { + fill: none !important; +} +/* Alerts and activity, remove background gradient */ +.metabox .editable-text:hover, #inbox .list .item .title span, +.Subhead.border-bottom-0 { + background-color: transparent !important; + border: none !important; +} +/* Panels */ +#posts #rss, .signup-button, .hero h1, .plan.personal, .caption, +.centered-graphic, .login_form h1 { + background-color: /*[[base-color]]*/ #d13358 !important; + border-color: /*[[base-color]]*/ #d13358 !important; +} +/* Red panel */ +#forkqueue .legend .unclean, .unclean td, .chzn-results .no-results, +.majorproblem .pageheader_wrap, .error_box, .btn-close-issue, .closed-issues, +.state-indicator.closed, .state-closed, +.topic-tag-action .remove-topic-button:hover, .menu-item-danger:hover, +.menu-item-danger.navigation-focus, .menu-item-danger.selected:hover, +.menu-item-danger.selected.navigation-focus { + background: #911 !important; + border-color: #06111d !important; +} +.btn-close-issue:hover, .btn-danger:hover, .minibutton.danger:hover, +.remove-topic-button:hover, .btn-danger:active, .btn-danger.selected, +[open] > .btn-danger { + background: #911 !important; + border-color: #b00 !important; +} +.deprecation-banner { + background: #200; + border-color: #911; +} +.mergeable-dirty .bubble, .mergeable-dirty .merge-status-icon, +.dangerzone > h3 { + background: #911 !important; +} +.block-diff-deleted, .text-diff-deleted .block-diff-neutral { + background: #b22 !important; +} +/* red border */ +.mergeable-dirty .bubble .mergeable, #message.major, .comment-form-error, +.comment-form-stale, .deprecation-notice { + border-color: #f44 !important; + background: #300 !important; +} +.release-label.draft, .Box.Box--danger, .Box--danger .Box-row:first-of-type, +.Box--danger .Box-body:last-of-type { + border-color: #f44 !important; +} +.error::after { + border-bottom-color: #300 !important; +} +.error::before { + border-bottom-color: #f44 !important; +} +.mergeable-dirty .bubble::after { + border-right-color: #911 !important; +} +/* red text */ +.btn-danger, .text-failure, .text-error, a:not(.octicon-btn).danger, +.deletions, .cdel, .gd .diff-line-num, .authors-and-code .deletions, +.diffstat .diffstat-bar.diff-deleted, span.diffstat .diffstat-bar i.minus, +.icon-for-failure, ul.summary-stats li .octicon-issue-closed, .branch-delete, +#toc .octicon-diff-removed, .highlight .gd, .uploaded-files .remove:hover, +.collaborators .collab-remove .remove-link:hover, .minibutton.danger, +.octicon-btn-danger:hover, .text-danger, .type-icon-state-closed, +.delete-owners-button:hover, .dangerzone-module h4, .deprecation-notice a, +.billing-addon-items tr.total-row *, .comment-form-error, .comment-form-stale, +.markdown-body .absent, .text-red, .release-label.draft, +input[id="label-color-"]:invalid, +body[class="page-responsive"] .color-icons .closed { + color: #f44 !important; +} +.deprecation-banner p { + color: #f66; +} +.btn-danger.disabled, .btn-danger:disabled, +body[class="page-responsive"] .btn-danger.disabled, +body[class="page-responsive"] .btn-danger:disabled { + color: rgba(203, 36, 49, .4) !important; +} +/* blue purple */ +.btn-blurple { + background: linear-gradient(to bottom, #427, #215) !important; + border: 1px solid #538 !important; +} +.btn-blurple:hover, .btn-blurple.hover { + background: linear-gradient(to bottom, #538, #326) !important; +} +.btn-blurple:active, .btn-blurple.selected, [open] > .btn-blurple { + background: linear-gradient(to bottom, #649, #437) !important; +} +/* purple */ +.btn-purple { + background: linear-gradient(to bottom, #525, #313) !important; + border: 1px solid #636 !important; +} +.btn-purple:hover, .btn-purple.hover { + background: linear-gradient(to bottom, #636, #424) !important; +} +.btn-purple:active, .btn-purple.selected, [open] > .btn-blurple { + background: linear-gradient(to bottom, #747, #535) !important; +} +/* pink */ +/* https://github.com/StylishThemes/GitHub-Dark/issues/949 */ +/* Github uses !important inline styles on some of these elements which are + impossible to overrides via userstyle */ +[style*="border-bottom: 1px solid #f9b3dd"] { + border-bottom: 1px solid #c49 !important; +} +[style*="border: 1px solid #f9b3dd"], [style*="border: 1px solid #ec6cb9"] { + border: 1px solid #c49 !important; +} +[style*="border: 1px solid #f9b3dd"] .text-gray-dark { + color: #333 !important; +} +[style*="background: #ffeef8"], [style*="background-color: #ffeef8"] { + background-color: #170711 !important; +} +/* brown */ +#feedHeaderContainer, .feedBackground, .infotip, .form-actions .tip, +.mini-callout, .snippet em, #message .sent, .notification, .callout, .ejector, +#issues_search .results em, .bootcamp-help ul li, .btn-download, +.feature-tabs .tab-button, .plan.free, #message.minor, .chzn-results li em, +#missing-readme, .page-notice, .facebox-alert, .deprecation-warning, +.branch-status.status-pending .discussion-item-icon, +.discussion-event-status-renamed .discussion-item-icon, +.state-indicator.renamed, .discussion-topic .branch-status.status-pending, +.discussion-item-review.is-pending .file-header, +.discussion-item-review.is-pending .comment-form-head.tabnav, +.timeline-comment.unread-item .timeline-comment-header, .Label.bg-yellow, +.code-list-item-private .blob-num { + background-color: #06111d !important; + border-color: #542 !important; + color: #ddd !important; +} +.discussion-item-review.is-pending .file, .timeline-comment.unread-item, +.timeline-comment.unread-item .timeline-comment-label, +.review-comment .pending-batched-suggestion-label, +.is-pending .review-summary-form-wrapper, .code-list-item-private .file-box { + border-color: #542 !important; +} +.timeline-comment-wrapper .timeline-comment.unread-item::before { + border-right-color: #542 !important; +} +.timeline-comment-wrapper .timeline-comment.unread-item::after { + border-right-color: #06111d !important; +} +#toc .octicon-diff-modified, .secret .repo-label span, .api .s2 { + color: #b74 !important; +} +.deprecation-warning a { + color: #c97 !important; +} +.code-list-item-private .divider .blob-code, +.code-list-item-private .divider .blob-num, +.AnnotationsPopover .bg-yellow-light.flash-warn, +.js-notification-search-autocomplete-results .bg-yellow-light { + background-color: #06111d !important; +} +/* semi-transparent brown */ +.compare-pr-placeholder, .compare-cutoff, .diff-cutoff, +.markdown-body li.added.moved, .repo-private-label, .gist-secret-label, +.label-private, .stale-files-tab, .signed-out-comment, .commits-list-item em, +.unsupported-browser, .prereceive-feedback, .code-list em, .issue-list em, +.user-list em, .wiki-list em, .blob-code .bg-yellow-light, +.codesearch-results #code_search_results .bg-yellow-light { + background: #53201a !important; + border: 1px solid #d1335833 !important; + color: #d13358 !important; +} +.btn.btn-secret { + background: linear-gradient(#321, #210) !important; + border-color: #542 !important; +} +.btn.btn-secret:hover { + background: linear-gradient(#432, #321) !important; +} +.btn.btn-secret[disabled], .btn.btn-secret[disabled]:hover { + background: #321 !important; + border-color: #542 !important; + opacity: .8; +} +/* yellow text */ +/* inline style, note this does not work when color is not first */ +/* https://github.com/StylishThemes/GitHub-Dark/issues/952#issuecomment-501451675 */ +[style^="color: #d3ac3b"] { + color: #cb4 !important; +} +/* .bg-pending might be a GitHub bug as it sets the fg */ +.text-pending, .text-renamed, .bg-pending, .page-new-repo .octicon-lock, +body[class="page-responsive"] .repo-list .private .octicon-lock, +.menu a .octicon.color-yellow-7 { + color: #cb4 !important; +} +.archived-project-cards-pane .project-card .archived-header { + color: #fbca04 !important; +} +/* yellow border (travis) */ +.branch-action-state-unknown .branch-action-body, +.branch-action-state-unknown .branch-status, +.branch-action-state-unstable .branch-action-body, +.branch-action-state-unstable .branch-status { + border-color: #884 !important; +} +.branch-action-state-unknown .branch-action-body::before, +.branch-action-state-unstable .branch-action-body::before { + border-right-color: #884 !important; +} +/* yellow background */ +.Label--outline.bg-yellow-light, +.review-comment .pending-batched-suggestion-label { + background: #302808 !important; +} +.border-bottom.bg-yellow-light { + background: #302808 !important; + border-color: #542 !important; +} +/* green */ +/* labels */ +#forkqueue .legend .clean, #revisions ul li.current, .excerpt, .plan.business, +.popout, #statusbar, .clean td, #download_button, .status-box.good a, +.new-issues, .new-pulls, .mergeable-clean .merge-status-icon, +.settings-email .default, .repo-owner-comment .comment-header-tag, +.mergeable-clean .bubble, .gh-header-status.open, +.branch-status.status-success .discussion-item-icon, .state-open, +.state-proposed, .big-notice, .state-indicator.open, .state-indicator.proposed, +.state-indicator.reopened, .boxed-group-success, #message.good, +.add-topic-button:hover, .topic-tag-action .add-topic-button:hover { + background: #163 !important; + border-color: #041 !important; +} +main .note.bg-green-light { + background: #002800 !important; + border-color: #060 !important; +} +/* Green border */ +.mergeable-clean .bubble .mergeable, +.branch-action-state-clean .branch-action-body { + border-color: #041 !important; +} +.mergeable-clean .bubble::after, +.branch-action-state-clean .branch-action-body::before { + border-right-color: #041 !important; +} +.billing-confirmation-box { + border-color: #083 !important; +} +.border.border-green { + border-color: #060 !important; +} +/* original color */ +.signed-commit-badge.verified:hover, .Label--outline-green { + border-color: #6cc644 !important; +} +.signed-commit-verified-label, .signed-commit-badge.verified, +.reponame-suggestion { + color: #55a532 !important; +} +/* Green text */ +/* inline style, note this does not work when color is not first */ +/* https://github.com/StylishThemes/GitHub-Dark/issues/952#issuecomment-501451675 */ +[style^="color: #28a745"] { + color: #6cc644 !important; +} +.text-open, .text-success, .insertions, .cadd, .gi .diff-line-num, +.authors-and-code .insertions, span.diffstat .diffstat-bar.diff-added, +span.diffstat .diffstat-bar i.plus, +ul.summary-stats li .octicon-git-branch-create, +ul.summary-stats li .octicon-issue-opened, #toc .octicon-diff-added, +.setup-info-module .features-list .octicon, .setup-form-container .secure, +.highlight .gi, .type-icon-state-open, .release-label.latest a, +.release .Label--latest a, .menu a .octicon.text-green { + color: #6cc644 !important; +} +/* bright green background */ +.block-diff-added, .text-diff-added .block-diff-neutral { + background: #6cc644 !important; +} +.noproblems .pageheader_wrap, a.new-repo:hover { + background: #373 !important; +} +/* New additions */ +.repo-owner-tag .tag, .gist-owner-tag .tag { + background: #070 !important; + color: #ddd !important; +} +/* orange */ +#user-links .unread_count, .minorproblem .pageheader_wrap { + background: rgba(203, 108, 0, .8) !important; +} +.text-orange, .release-label.prerelease, .release .Label--prerelease, +a.stale-files-tab-link { + color: #f3582c !important; +} +.release-label.prerelease, .release .Label--prerelease { + border-color: #f66a0a !important; +} +/* purple */ +.merged-pulls, .state-indicator.merged, .state-merged { + background: #6e5494 !important; +} +/* pjax loading */ +.pjax-loader-bar .progress { + background: /*[[base-color]]*/ #d13358 !important; + box-shadow: 0 0 10px /*[[base-color]]*/ #d13358 !important; +} +ul.view-modes-menu { + background-image: url("data:image/gif;base64,R0lGODlhBwAEAIAAACIiIv///yH5BAEAAAEALAAAAAAHAAQAAAIIhA+BGWoNWSgAOw==") !important; +} +.mini-icon-windows::before { + background-position: -18px 0 !important; +} +/* Repo list (https://github.com/{user}?tab=repositories) */ +.repo-list-item p, .repo-list-item .repo-list-stats, .review-thread-reply { + position: relative !important; + z-index: 1 !important; +} +/* GitHub Enterprise (GHE) stuff */ +body.enterprise .repohead.experiment-repo-nav { + background: #0c1c2e; +} +body.enterprise .new-discussion-timeline .previewable-comment-form .comment-form-head.tabnav { + background: #122235; +} +body.enterprise .timeline-comment-wrapper .timeline-comment.current-user::before { + border-right-color: #d1335855; +} +body.enterprise .timeline-comment-wrapper .timeline-comment.current-user::after { + border-right-color: #293b54; +} +body.enterprise .timeline-new-comment .timeline-comment::before { + border-right-color: #233a55; +} +body.enterprise .timeline-new-comment .timeline-comment::after { + border-right-color: #122235; +} +body.enterprise .commit-tease { + background-color: #293b54; + border-color: #d1335855; +} +/* HACK: Fix review comment timeline */ +/* https://github.com/nodejs/node/pull/8519#r78637092 */ +.review-comment-contents::after, .review-comment.is-comment-editing::after { + z-index: 0 !important; +} +.review-comment .avatar { + position: relative !important; + z-index: 1 !important; + background: #09192b !important; + box-shadow: 0 0 0 4px #09192b !important; +} +/* center the dot icon inside green discussion timeline icons */ +.discussion-item-reopened .discussion-item-icon { + display: flex; + justify-content: center; + align-items: center; +} +/* add borders to full-page flash on top of repos */ +main > .flash-full.flash-warn { + border-top: 1px solid #EFA554 !important; + border-bottom: 1px solid #EFA554 !important; +} +main > .flash-full.flash-error { + border-top: 1px solid #f44 !important; + border-bottom: 1px solid #f44 !important; +} +main > .flash-full.flash-success { + border-top: 1px solid #6cc644 !important; + border-bottom: 1px solid #6cc644 !important; +} +/* Make text selection work over file path separators because in Firefox */ +/* a text selection can not start over a pseudo element. The precise values */ +/* are to match the rendering of GitHub's single-space pseudo contents */ +.breadcrumb .separator { + margin-left: .283em; + margin-right: .283em; +} +.breadcrumb .separator::after, .breadcrumb .separator::before { + content: none; +} +/* Hack to add a background to the sticky toolbar on the pr files tab when using unified diffs */ +body:not(.full-width) .pr-toolbar.is-stuck + .toolbar-shadow::before { + content: ""; + position: absolute; + top: -60px; + left: 0; + right: 0; + height: 60px; + background: #09192b; + box-shadow: 0 0 .75rem rgba(0, 0, 0, .7); +} +.gh-header-shadow { + border: none !important; + box-shadow: 0 0 .75rem rgba(0, 0, 0, .7) !important; +} +.participation-graph svg { + background: transparent !important; + opacity: .1 !important; + z-index: 0 !important; +} +.inbox-zero-octocat, .network-graph-container, img.TenYears-hero { + opacity: .6 !important; +} +.search .minibutton span { + background-position: center -95px !important; +} +/* history expand buttons */ +.commit .minibutton.expander-minibutton span { + background-position: 50% -45px !important; +} +.commit.open .minibutton.expander-minibutton span { + background-position: 50% -145px !important; +} +/* pull request avatar bubble */ +.avatar-bubble::before, .discussion-bubble-content::before { + border-color: transparent #333 transparent transparent !important; +} +/* octocat spinners */ +img[src*="octocat-spinner"], img[src="/images/spinner.gif"], +.profile-picture-spinner { + width: 0 !important; + height: 0 !important; +} +img[src*="octocat-spinner"], img[src="/images/spinner.gif"], .facebox-loading, +.branch-action-body .spinner, .status-indicator-loading, +.ajax-pagination-form.loading .ajax-pagination-btn::after, +.profile-picture-spinner, .more-repos-link.is-loading, +auto-check .is-autocheck-loading { + background-image: url('data:image/svg+xml;utf8,') !important; + background-size: contain !important; + background-repeat: no-repeat !important; + background-position: 50% 50% !important; +} +.more-repos-link.is-loading { + background-repeat: no-repeat !important; + background-position: 50% 50% !important; + background-size: 16px 16px !important; +} +auto-check .is-autocheck-loading { + background-size: 16px 16px !important; + background-position: 97% 50% !important; +} +img[src*="octocat-spinner"][width="128"] { + padding: 64px !important; +} +img[src*="octocat-spinner"][width="64"], +.profile-picture-spinner +img[src="/images/spinner.gif"] { + padding: 32px !important; +} +img[src*="octocat-spinner"][width="32"] { + padding: 16px !important; +} +img[src*="octocat-spinner"][width="16"] { + padding: 8px !important; +} +.sponsors-questions::after { + opacity: .35; +} +/* remove code view padding */ +.Box-body.blob-wrapper { + padding-top: 0 !important; + padding-bottom: 0 !important; +} +/* remove actions editor padding */ +form[action*="/.github/workflows/"] .commit-create { + padding-top: 0 !important; +} +/* remove margin above codemirror */ +.file-header.mb-2 { + margin-bottom: 0 !important; +} +/* network members */ +.network-tree { + width: 19px !important; + height: 0 !important; + padding-top: 26px !important; + background-repeat: no-repeat !important; + background-position: -2px center !important; +} +.network-tree[src$="t.png"] { + background-image: url("data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIkjI+pG8APY5O0uorfzRzt3n1g5pSTOTJiSq1s5L6ajMW0YgcFADs=") !important; +} +.network-tree[src$="i.png"] { + background-image: url("data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIhjI+pG8APY5O0uorfzRzt3n1gJo6WGaJcqUJsy7ywIgcFADs=") !important; +} +.network-tree[src$="l.png"] { + background-image: url("data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIejI+pG8APY5O0uorfzRzt3n1g5pSTOabqyrbuC68FADs=") !important; +} +#searchfield { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAM1BMVEUAAABKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkrmvr7+AAAAEXRSTlMAmEgOJpKQimpgRHVzVk8fFp8jXkwAAABRSURBVAjXVY1JDsAwCAMxhGxNl/+/toVEKpmLNcLCRJRqKTXRhOGwS4KyCCv8eoBnY1hkiIUgb6ah2THWly7SFS0uAKfZWm+mP59eUfNNgYdehjcBh7PIFcgAAAAASUVORK5CYII=") !important; + background-repeat: no-repeat !important; + background-position: 8px center !important; +} +/* front page: 'more' spinner */ +.ajax-pagination-form.loading .ajax-pagination-btn { + position: relative !important; + border-color: #233a55 !important; + background: #09192b !important; +} +.ajax-pagination-form.loading .ajax-pagination-btn::after { + content: "" !important; + position: absolute !important; + width: 16px !important; + height: 16px !important; + left: 50% !important; + top: 50% !important; + transform: translate(-50%, -50%) !important; +} +.branch-action-body .spinner, div.facebox-loading, .status-indicator-loading { + background-position: center center !important; + width: 100% !important; + background-repeat: no-repeat !important; +} +/* image preview background */ +.render-shell .img-view img, .file .image img, .file .image canvas, img.asset { + background-image: url("data:image/gif;base64,R0lGODlhCgAKAIAAABoaGgAAACwAAAAACgAKAAACEYQdmYcaDNxjEspKndVZbc8UADs=") !important; +} +.render-shell:hover .img-view img, .file:hover .image img, +.file:hover .image canvas, img.asset:hover { + background-image: url("data:image/gif;base64,R0lGODlhCgAKAIAAAOXl5f///yH5BAAAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==") !important; +} +/*