aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-24 17:07:33 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-24 17:07:33 +0100
commit468a789dbc4b1928c035d8590895efc533520a27 (patch)
tree74cb056c37eaa50cd50491a7665608488ed4feb1
parentf9883d2c3b3699d91e98feeffd7eece546f7c57e (diff)
downloaddotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.gz
dotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.bz2
dotfiles-468a789dbc4b1928c035d8590895efc533520a27.zip
Updated file tree to match XDG base directory specification
-rw-r--r--.gitmodules4
-rwxr-xr-x.zprofile5
-rw-r--r--config/alacritty/alacritty.yml (renamed from .alacritty.yml)0
-rw-r--r--config/bash/bashrc (renamed from .bashrc)0
-rw-r--r--config/dunst/dunstrc (renamed from dunst/dunstrc)0
-rw-r--r--config/gdb/init (renamed from .gdbinit)0
-rw-r--r--config/ghc/ghci.conf (renamed from .ghci)0
-rw-r--r--config/git/config (renamed from .gitconfig)0
-rw-r--r--config/isync/mbsyncrc (renamed from .mbsyncrc)0
-rw-r--r--config/moc/config (renamed from .moc/config)0
-rw-r--r--config/moc/keymap (renamed from .moc/keymap)0
-rw-r--r--config/moc/themes/solarized (renamed from .moc/themes/solarized)0
-rw-r--r--config/mutt/mailcap (renamed from .mailcap)0
-rw-r--r--config/mutt/muttrc (renamed from .muttrc)0
-rw-r--r--config/nano/nanorc (renamed from .nanorc)0
-rw-r--r--config/newsboat/config (renamed from .newsboat/config)0
-rw-r--r--config/pulseaudio-ctl/config (renamed from pulseaudio-ctl/config)0
-rw-r--r--config/qutebrowser/config.py (renamed from qutebrowser/config.py)0
-rw-r--r--config/redshift/redshift.conf (renamed from redshift.conf)0
-rwxr-xr-xconfig/startx/xinitrc (renamed from .xinitrc)0
-rw-r--r--config/sublime-text/Preferences.sublime-settings (renamed from Preferences.sublime-settings)0
-rw-r--r--config/tmux/tmux.conf (renamed from .tmux.conf)0
-rw-r--r--config/urlview/.urlview (renamed from .urlview)0
-rw-r--r--config/vim/pluggins.vim (renamed from .pluggins.vim)0
-rw-r--r--config/vim/vimrc (renamed from .vimrc)27
-rw-r--r--config/xmonad/xmonad.hs (renamed from xmonad.hs)2
-rw-r--r--config/zathura/zathurarc (renamed from zathura/zathurarc)0
-rwxr-xr-xconfig/zsh/.zprofile46
-rw-r--r--config/zsh/.zshrc (renamed from .zshrc)46
-rw-r--r--config/zsh/aliases.zsh (renamed from .zsh_aliases)0
-rw-r--r--grep.vim23
-rwxr-xr-xlocal/bin/backlight-ctl (renamed from bin/backlight-ctl)0
-rwxr-xr-xlocal/bin/battery-low-check (renamed from bin/battery-low-check)0
-rwxr-xr-xlocal/bin/bitwarden-dmenu (renamed from bin/bitwarden-dmenu)0
-rwxr-xr-xlocal/bin/cacharle-sync (renamed from bin/cacharle-sync)0
-rwxr-xr-xlocal/bin/music-dl34
-rw-r--r--local/bin/music-dl.conf9
-rwxr-xr-xlocal/bin/newsboat-reload8
-rwxr-xr-xlocal/bin/project-open (renamed from bin/project-open)0
-rwxr-xr-xlocal/bin/repo-client (renamed from bin/repo-client)0
-rwxr-xr-xlocal/bin/tag-music (renamed from bin/tag-music)0
-rwxr-xr-xlocal/bin/touchpad-toggle (renamed from bin/touchpad-toggle)0
-rw-r--r--local/share/applications/mutt.desktop (renamed from applications/mutt.desktop)0
-rw-r--r--local/share/applications/newsboat.desktop (renamed from applications/newsboat.desktop)0
-rw-r--r--local/share/applications/sxiv.desktop (renamed from applications/sxiv.desktop)0
-rw-r--r--local/share/applications/zathura.desktop (renamed from applications/zathura.desktop)0
-rw-r--r--local/share/mimeapps.list (renamed from mimeapps.list)0
m---------local/share/mutt/solarized (renamed from mutt-colors-solarized)0
-rw-r--r--slock/config.def.h12
-rw-r--r--stylus.json915
50 files changed, 121 insertions, 1010 deletions
diff --git a/.gitmodules b/.gitmodules
index 1335b96..6dfe029 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "mutt-colors-solarized"]
- path = mutt-colors-solarized
+[submodule "local/share/mutt/solarized"]
+ path = local/share/mutt/solarized
url = https://github.com/altercation/mutt-colors-solarized
diff --git a/.zprofile b/.zprofile
deleted file mode 100755
index 16d3e16..0000000
--- a/.zprofile
+++ /dev/null
@@ -1,5 +0,0 @@
-if [[ "$(tty)" = "/dev/tty1" ]]; then
- startx
- # xset r rate 200 40
- poweroff
-fi
diff --git a/.alacritty.yml b/config/alacritty/alacritty.yml
index ddfce65..ddfce65 100644
--- a/.alacritty.yml
+++ b/config/alacritty/alacritty.yml
diff --git a/.bashrc b/config/bash/bashrc
index bc5b9ab..bc5b9ab 100644
--- a/.bashrc
+++ b/config/bash/bashrc
diff --git a/dunst/dunstrc b/config/dunst/dunstrc
index 0a8f19a..0a8f19a 100644
--- a/dunst/dunstrc
+++ b/config/dunst/dunstrc
diff --git a/.gdbinit b/config/gdb/init
index 9d56111..9d56111 100644
--- a/.gdbinit
+++ b/config/gdb/init
diff --git a/.ghci b/config/ghc/ghci.conf
index 31f559e..31f559e 100644
--- a/.ghci
+++ b/config/ghc/ghci.conf
diff --git a/.gitconfig b/config/git/config
index bb4fef3..bb4fef3 100644
--- a/.gitconfig
+++ b/config/git/config
diff --git a/.mbsyncrc b/config/isync/mbsyncrc
index 649e823..649e823 100644
--- a/.mbsyncrc
+++ b/config/isync/mbsyncrc
diff --git a/.moc/config b/config/moc/config
index 37af912..37af912 100644
--- a/.moc/config
+++ b/config/moc/config
diff --git a/.moc/keymap b/config/moc/keymap
index 50f854b..50f854b 100644
--- a/.moc/keymap
+++ b/config/moc/keymap
diff --git a/.moc/themes/solarized b/config/moc/themes/solarized
index 0e0244b..0e0244b 100644
--- a/.moc/themes/solarized
+++ b/config/moc/themes/solarized
diff --git a/.mailcap b/config/mutt/mailcap
index e00e02c..e00e02c 100644
--- a/.mailcap
+++ b/config/mutt/mailcap
diff --git a/.muttrc b/config/mutt/muttrc
index b4b02a8..b4b02a8 100644
--- a/.muttrc
+++ b/config/mutt/muttrc
diff --git a/.nanorc b/config/nano/nanorc
index 38059df..38059df 100644
--- a/.nanorc
+++ b/config/nano/nanorc
diff --git a/.newsboat/config b/config/newsboat/config
index f3ef9e1..f3ef9e1 100644
--- a/.newsboat/config
+++ b/config/newsboat/config
diff --git a/pulseaudio-ctl/config b/config/pulseaudio-ctl/config
index 51d65b4..51d65b4 100644
--- a/pulseaudio-ctl/config
+++ b/config/pulseaudio-ctl/config
diff --git a/qutebrowser/config.py b/config/qutebrowser/config.py
index bcbdc5a..bcbdc5a 100644
--- a/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
diff --git a/redshift.conf b/config/redshift/redshift.conf
index 1e540e3..1e540e3 100644
--- a/redshift.conf
+++ b/config/redshift/redshift.conf
diff --git a/.xinitrc b/config/startx/xinitrc
index 860fed2..860fed2 100755
--- a/.xinitrc
+++ b/config/startx/xinitrc
diff --git a/Preferences.sublime-settings b/config/sublime-text/Preferences.sublime-settings
index 684ad2e..684ad2e 100644
--- a/Preferences.sublime-settings
+++ b/config/sublime-text/Preferences.sublime-settings
diff --git a/.tmux.conf b/config/tmux/tmux.conf
index fc2fcb2..fc2fcb2 100644
--- a/.tmux.conf
+++ b/config/tmux/tmux.conf
diff --git a/.urlview b/config/urlview/.urlview
index f69970a..f69970a 100644
--- a/.urlview
+++ b/config/urlview/.urlview
diff --git a/.pluggins.vim b/config/vim/pluggins.vim
index c60ab84..c60ab84 100644
--- a/.pluggins.vim
+++ b/config/vim/pluggins.vim
diff --git a/.vimrc b/config/vim/vimrc
index fe017a1..6b1bcc2 100644
--- a/.vimrc
+++ b/config/vim/vimrc
@@ -2,17 +2,24 @@
" vimrc "
""""""""""
-" load pluggins {{{
-if exists("$DOTDIR")
- source $DOTDIR/.pluggins.vim
-else
- source .pluggins.vim
-endif
+" xdg {{{
+set runtimepath^=$XDG_CONFIG_HOME/vim
+set runtimepath+=$XDG_DATA_HOME/vim
+set runtimepath+=$XDG_CONFIG_HOME/vim/after
+
+set packpath^=$XDG_DATA_HOME/vim,$XDG_CONFIG_HOME/vim
+set packpath+=$XDG_CONFIG_HOME/vim/after,$XDG_DATA_HOME/vim/after
+
+let g:netrw_home = $XDG_DATA_HOME . "/vim"
+call mkdir($XDG_DATA_HOME."/vim/spell", 'p')
+set viewdir=$XDG_DATA_HOME/vim/view | call mkdir(&viewdir, 'p')
+
+set backupdir=$XDG_CACHE_HOME/vim/backup | call mkdir(&backupdir, 'p')
+set directory=$XDG_CACHE_HOME/vim/swap | call mkdir(&directory, 'p')
+set undodir=$XDG_CACHE_HOME/vim/undo | call mkdir(&undodir, 'p')
" }}}
-"""""""""""
-" options "
-"""""""""""
+source pluggins.vim " load pluggins
" common {{{
let mapleader = ' ' " set leader key to space
@@ -40,7 +47,7 @@ filetype plugin indent on " allow to add specific rules for certain type of fi
set wildmode=longest,list,full
set wildmenu " tab to cycle through completion options
set path+=** " recursive :find
-"}}}
+" }}}
" intuitif split opening {{{
set splitbelow
diff --git a/xmonad.hs b/config/xmonad/xmonad.hs
index 42792a3..b61bcea 100644
--- a/xmonad.hs
+++ b/config/xmonad/xmonad.hs
@@ -14,6 +14,7 @@ import XMonad.Util.Dmenu
-- Layouts
import XMonad.Layout.NoBorders
import XMonad.Layout.Spacing
+import XMonad.Layout.Grid
-- Hooks
import XMonad.Hooks.InsertPosition
@@ -36,6 +37,7 @@ main = xmonad $ desktopConfig
myLayouts = mySpacing 4 $ tiledVerticalBigMaster -- bigger master for code and smaller slave for compiling
||| Mirror tiledHorizontalEven -- 50/50 horizontal split
||| noBorders Full -- disable borders for fullscreen layout
+ ||| Grid
where tiledVerticalBigMaster = Tall 1 (3 / 100) (3 / 5)
tiledHorizontalEven = Tall 1 (3 / 100) (1 / 2)
mySpacing x = spacingRaw True (Border x x x x) False (Border x x x x) True
diff --git a/zathura/zathurarc b/config/zathura/zathurarc
index bac99f6..bac99f6 100644
--- a/zathura/zathurarc
+++ b/config/zathura/zathurarc
diff --git a/config/zsh/.zprofile b/config/zsh/.zprofile
new file mode 100755
index 0000000..91b0c0b
--- /dev/null
+++ b/config/zsh/.zprofile
@@ -0,0 +1,46 @@
+#!/bin/sh
+
+export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:$HOME/.local/bin"
+
+# applications
+export EDITOR='vim'
+export TERM='st-256color'
+export TERMINAL='st'
+export MAIL='me@cacharle.xyz'
+export BROWSER='qutebrowser'
+export BROWSERCLI='w3m'
+
+# XDG all the things
+export XDG_CONFIG_HOME="$HOME/.config"
+export XDG_DATA_HOME="$HOME/.local/share"
+export XDG_CACHE_HOME="$HOME/.cache"
+
+export ZDOTDIT="$XDG_CONFIG_HOME/zsh"
+
+export HISTFILE="$XDG_CACHE_HOME/histfile"
+
+# color in man (less pager)
+export LESS_TERMCAP_mb=$'\e[1;32m'
+export LESS_TERMCAP_md=$'\e[1;32m'
+export LESS_TERMCAP_me=$'\e[0m'
+export LESS_TERMCAP_se=$'\e[0m'
+export LESS_TERMCAP_so=$'\e[01;33m'
+export LESS_TERMCAP_ue=$'\e[0m'
+export LESS_TERMCAP_us=$'\e[1;4;31m'
+export LESS_TERMCAP_mr=$(tput rev)
+export LESS_TERMCAP_mh=$(tput dim)
+export LESS_TERMCAP_ZN=$(tput ssubm)
+export LESS_TERMCAP_ZV=$(tput rsubm)
+export LESS_TERMCAP_ZO=$(tput ssupm)
+export LESS_TERMCAP_ZW=$(tput rsupm)
+
+
+export MINIKUBE_IN_STYLE=false # disable cringe minikube emojies
+
+# school env
+export MINISHELL_TEST_BONUS=yes
+export MINISHELL_TEST_PAGER=vim
+export MINISHELL_TEST_FLAGS=-DMINISHELL_TEST
+export WEBSERV_FLAGS=-DWEBSERV_CACHARLE
+
+[ "$(tty)" = '/dev/tty1' ] && exec startx
diff --git a/.zshrc b/config/zsh/.zshrc
index 8a1ee8c..9cd21b5 100644
--- a/.zshrc
+++ b/config/zsh/.zshrc
@@ -63,58 +63,18 @@ function chpwd() {
# add command-not-found package suggestion
#source /etc/zsh_command_not_found
-# color in man (less pager)
-export LESS_TERMCAP_mb=$'\e[1;32m'
-export LESS_TERMCAP_md=$'\e[1;32m'
-export LESS_TERMCAP_me=$'\e[0m'
-export LESS_TERMCAP_se=$'\e[0m'
-export LESS_TERMCAP_so=$'\e[01;33m'
-export LESS_TERMCAP_ue=$'\e[0m'
-export LESS_TERMCAP_us=$'\e[1;4;31m'
-export LESS_TERMCAP_mr=$(tput rev)
-export LESS_TERMCAP_mh=$(tput dim)
-export LESS_TERMCAP_ZN=$(tput ssubm)
-export LESS_TERMCAP_ZV=$(tput rsubm)
-export LESS_TERMCAP_ZO=$(tput ssupm)
-export LESS_TERMCAP_ZW=$(tput rsupm)
-
-#XDG
-export XDG_CONFIG_HOME="$HOME/.config"
-export XDG_DATA_HOME="$HOME/.local/share"
-export XDG_CACHE_HOME="$HOME/.cache"
-
-export EDITOR="vim"
-export TERM="st-256color"
-export MAIL='me@cacharle.xyz'
-export BROWSER='qutebrowser'
-export BROWSERCLI='w3m'
# ignore filetypes in autocomplete
fignore=(o hi)
# pluggins
-source $HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # prompt syntax highlight
+source $XDG_DATA_HOME/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # prompt syntax highlight
-export YSU_MESSAGE_POSITION="after" # you-should-use message after command output
-source $HOME/.zsh/zsh-you-should-use/you-should-use.plugin.zsh # alias reminder
+export YSU_MESSAGE_POSITION="after" # you-should-use message after command output
+source $XDG_DATA_HOME/zsh/zsh-you-should-use/you-should-use.plugin.zsh # alias reminder
# set tab to 4 spaces
tabs 4
-export LFS=/mnt
-
-export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:$DOTDIR/bin:$HOME/.local/bin"
-# export PATH="$PATH:$HOME/.vim/plugged/vim-superman/bin"
export GPG_TTY=$(tty) # fixing gpg fatal error about tty
-
-export MINISHELL_TEST_BONUS=yes
-export MINISHELL_TEST_PAGER=vim
-export MINISHELL_TEST_FLAGS=-DMINISHELL_TEST
-
-# Added by c_formatter_42
-export PATH="$PATH:/home/charles/git/c_formatter_42"
-
-export MINIKUBE_IN_STYLE=false
-
-export WEBSERV_FLAGS=-DWEBSERV_CACHARLE
diff --git a/.zsh_aliases b/config/zsh/aliases.zsh
index 790692e..790692e 100644
--- a/.zsh_aliases
+++ b/config/zsh/aliases.zsh
diff --git a/grep.vim b/grep.vim
deleted file mode 100644
index 32181f7..0000000
--- a/grep.vim
+++ /dev/null
@@ -1,23 +0,0 @@
-nnoremap <leader>g :set operatorfunc=<SID>GrepOp<CR>g@
-vnoremap <leader>g :<C-u>call <SID>GrepOp(visualmode())<CR>
-
-function! s:GrepOp(type)
- let saved = @@
-
- if a:type ==# 'v'
- execute "normal! `<v`>y"
- elseif a:type ==# 'char'
- execute "normal! `[v`]y"
- else
- return
- endif
-
- silent execute "grep! -R " . shellescape(@@) . " ."
- silent redraw!
- let g:quickfix_is_open = 1
- copen
- let @@ = saved
-endfunction
-
-nnoremap <leader>gn :cnext<CR>
-nnoremap <leader>gp :cprevious<CR>
diff --git a/bin/backlight-ctl b/local/bin/backlight-ctl
index 2963d83..2963d83 100755
--- a/bin/backlight-ctl
+++ b/local/bin/backlight-ctl
diff --git a/bin/battery-low-check b/local/bin/battery-low-check
index dbbdc6b..dbbdc6b 100755
--- a/bin/battery-low-check
+++ b/local/bin/battery-low-check
diff --git a/bin/bitwarden-dmenu b/local/bin/bitwarden-dmenu
index 68afe04..68afe04 100755
--- a/bin/bitwarden-dmenu
+++ b/local/bin/bitwarden-dmenu
diff --git a/bin/cacharle-sync b/local/bin/cacharle-sync
index 80f19bb..80f19bb 100755
--- a/bin/cacharle-sync
+++ b/local/bin/cacharle-sync
diff --git a/local/bin/music-dl b/local/bin/music-dl
new file mode 100755
index 0000000..a16cd97
--- /dev/null
+++ b/local/bin/music-dl
@@ -0,0 +1,34 @@
+#!/bin/sh
+
+conf_filename=music-dl.conf
+
+error() {
+ echo "Error: $1"
+ return 1
+}
+
+fatal() {
+ error "$1"
+ exit 1
+}
+
+[ ! -f "$conf_filename" ] && fatal "'$conf_filename' not found in current directory"
+
+conf_get() {
+ key="$1"
+ matches="$(sed -n 's/^'"$key"'=\(.*\)$/\1/ p' $conf_filename)"
+ if [ -z "$matches" ]
+ then
+ error "'$key' not found in '$conf_filename'"
+ return 1
+ fi
+ echo "$matches" | tail -n 1
+}
+
+conf_get bonjour || echo pas bien
+conf_get aurevoir
+
+
+# ytdl='youtube-dl --output "%(title)s.%(ext)s"'
+# ytdlp='youtube-dl --audio-format mp3 -i --output "%(playlist_index)s-%(title)s.%(ext)s"'
+# ytdla='youtube-dl --audio-format mp3 -i -x -f bestaudio/best --output "%(playlist_index)s-%(title)s.%(ext)s"'
diff --git a/local/bin/music-dl.conf b/local/bin/music-dl.conf
new file mode 100644
index 0000000..e865370
--- /dev/null
+++ b/local/bin/music-dl.conf
@@ -0,0 +1,9 @@
+bonjour=foo
+aurevoir=lala
+auasdf
+
+asdf
+asd
+fa
+sdf
+asd
diff --git a/local/bin/newsboat-reload b/local/bin/newsboat-reload
new file mode 100755
index 0000000..82e26a7
--- /dev/null
+++ b/local/bin/newsboat-reload
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# adapted from: https://github.com/LukeSmithxyz/voidrice/blob/master/.local/bin/cron/newsup
+
+ping -q -c 1 cacharle.xyz > /dev/null || exit # no internet
+pgrep -f 'newsboat$' > /dev/null && exit # newsboat already running
+
+newsboat -x reload
diff --git a/bin/project-open b/local/bin/project-open
index adb27a4..adb27a4 100755
--- a/bin/project-open
+++ b/local/bin/project-open
diff --git a/bin/repo-client b/local/bin/repo-client
index 49049d8..49049d8 100755
--- a/bin/repo-client
+++ b/local/bin/repo-client
diff --git a/bin/tag-music b/local/bin/tag-music
index 826a83a..826a83a 100755
--- a/bin/tag-music
+++ b/local/bin/tag-music
diff --git a/bin/touchpad-toggle b/local/bin/touchpad-toggle
index e4dc959..e4dc959 100755
--- a/bin/touchpad-toggle
+++ b/local/bin/touchpad-toggle
diff --git a/applications/mutt.desktop b/local/share/applications/mutt.desktop
index 24d0a48..24d0a48 100644
--- a/applications/mutt.desktop
+++ b/local/share/applications/mutt.desktop
diff --git a/applications/newsboat.desktop b/local/share/applications/newsboat.desktop
index 609bb5a..609bb5a 100644
--- a/applications/newsboat.desktop
+++ b/local/share/applications/newsboat.desktop
diff --git a/applications/sxiv.desktop b/local/share/applications/sxiv.desktop
index 0db2053..0db2053 100644
--- a/applications/sxiv.desktop
+++ b/local/share/applications/sxiv.desktop
diff --git a/applications/zathura.desktop b/local/share/applications/zathura.desktop
index 8c38677..8c38677 100644
--- a/applications/zathura.desktop
+++ b/local/share/applications/zathura.desktop
diff --git a/mimeapps.list b/local/share/mimeapps.list
index 49a184b..49a184b 100644
--- a/mimeapps.list
+++ b/local/share/mimeapps.list
diff --git a/mutt-colors-solarized b/local/share/mutt/solarized
-Subproject 3b23c55eb43849975656dd89e3f35dacd2b93e6
+Subproject 3b23c55eb43849975656dd89e3f35dacd2b93e6
diff --git a/slock/config.def.h b/slock/config.def.h
deleted file mode 100644
index a21b349..0000000
--- a/slock/config.def.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* user and group to drop privileges to */
-static const char *user = "charles";
-static const char *group = "wheel";
-
-static const char *colorname[NUMCOLS] = {
- [INIT] = "#003355", /* after initialization */
- [INPUT] = "#005577", /* during input */
- [FAILED] = "#CC3333", /* wrong password */
-};
-
-/* treat a cleared input like a wrong password (color) */
-static const int failonclear = 1;
diff --git a/stylus.json b/stylus.json
deleted file mode 100644
index f510c8a..0000000
--- a/stylus.json
+++ /dev/null
@@ -1,915 +0,0 @@
-[
- {
- "enabled": false,
- "updateUrl": "https://userstyles.org/styles/chrome/168350.json",
- "md5Url": "https://update.userstyles.org/168350.md5",
- "url": "http://userstyles.org/styles/168350",
- "originalMd5": "cd55ff3c99dcc3b55464d1ee466a6c7e",
- "installDate": 1589622036752,
- "sections": [
- {
- "urls": [],
- "urlPrefixes": [],
- "domains": [],
- "regexps": [
- "^https?://(?!www.google.com)(((?!desktop).*.)?(githubusercontent|githubstatus|github).(?!io|myshopify|blog)).*"
- ],
- "code": "body {\r\n background-color: #222 !important;\r\n background-clip: border-box !important;\r\n background-origin: padding-box !important;\r\n background-attachment: scroll !important;\r\n background-repeat: repeat !important;\r\n background-size: auto !important;\r\n background-position: left top !important;\r\n}\r\n\r\n.user-status-message-wrapper div {\r\n color: white;\r\n}\r\n\r\n.pinned-item-checkbox:checked + .pinned-item-name {\r\n background-color: #333;\r\n}\r\n\r\n.discussion-header,\r\n.discussion-block-title,\r\n.discussion-labels,\r\n.discussion-block-header,\r\n.branch-action,\r\n.discussion-reply {\r\n background: #24292e;\r\n}\r\n\r\n.branch-action {\r\n background: transparent;\r\n}\r\n\r\n.graphs .selection .overlay {\r\n visibility: hidden !important;\r\n}\r\n.UnderlineNav-item {\r\n color: #bbb !important;\r\n}\r\n\r\n.UnderlineNav-item:focus,\r\n.UnderlineNav-item:hover {\r\n color: white !important;\r\n}\r\n\r\n.d-flex {\r\n color: white !important;\r\n}\r\n\r\n.project-columns-container {\r\n background: #222;\r\n}\r\n\r\n.btn-octicon:hover {\r\n color: white !important;\r\n}\r\n\r\na,\r\ntable.files td.icon,\r\ntd.icon,\r\ntable.files td.icon .octicon-file-directory {\r\n color: #4299fc;\r\n}\r\n\r\ntable.files td.icon,\r\ntable.files tr.navigation-focus td table.files td.icon .octicon-file-directory,\r\n.commit-link,\r\n.commit-ref,\r\n.js-add-project-description,\r\n.link-gray:hover,\r\n.link-gray-dark:hover,\r\n.link-hover-blue:hover {\r\n color: #4299fc !important;\r\n}\r\n\r\n.commit-link:hover,\r\n.link-gray:hover,\r\n.link-gray-dark:hover,\r\n.link-hover-blue:hover,\r\n.project-header .project-header-link:hover {\r\n text-decoration: underline !important;\r\n}\r\n\r\n.project-header .project-header-link:hover {\r\n color: white !important;\r\n}\r\n\r\n.select-menu-button:hover {\r\n color: white !important;\r\n}\r\n\r\na.topic-tag,\r\n.topic-tag {\r\n color: #b7cce4 !important;\r\n}\r\n\r\n.blob-num-expandable .directional-expander {\r\n color: #ccc !important;\r\n}\r\n\r\n.pl-smi,\r\n.blob-code,\r\n.blob-code-inner {\r\n color: #e8e8e8 !important;\r\n}\r\n\r\n.pl-en {\r\n color: #eaaa71 !important;\r\n}\r\n\r\n/* custom code font */\r\n\r\npre,\r\ncode,\r\ntt,\r\nkbd:not(.badmono),\r\npre,\r\nsamp,\r\n.blob-code,\r\n.file-data pre,\r\n.line-data,\r\n#gist-form .file .input textarea,\r\n.blob-code-inner {\r\n font-family: \"Menlo\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace !important;\r\n}\r\n\r\n/* Base color panel */\r\n\r\n.btn:active,\r\noption:hover,\r\n.listings-layout .nav li a:hover,\r\n.state-merged,\r\n#fork-select .target:not(.disabled):hover,\r\n.flash-notice,\r\ntable.upgrades tr:hover td,\r\n.email-format .email-hidden-toggle:hover a,\r\n.dashboard-tabs a:hover,\r\n.dropdown-menu > li > a:hover,\r\n.documentation-results a:hover,\r\n.hidden-text-expander a:hover,\r\n.dropdown-item:hover,\r\n.dropdown-item.zeroclipboard-is-hover,\r\n.subnav-item.selected,\r\n.subnav-item.selected:hover,\r\n.subnav-item.selected:focus,\r\n.example-nav li a.selected,\r\n.typeahead-result.navigation-focus,\r\n.typeahead-result:hover,\r\n.issues-reset-query:hover .octicon-x,\r\n.segmented-nav li.active,\r\n.diff-expander:hover,\r\n.pagination .current,\r\n.owner-select-target:hover,\r\n.filter-item.selected,\r\n.release-timeline-tags .expander-text:hover .expander-dots,\r\na.gollum-minibutton:hover,\r\na.gollum-minibutton:visited:hover,\r\n.search-result-item.navigation-focus,\r\n.gist-quicksearch-result.navigation-focus,\r\n.gist-snippet .link-overlay .link,\r\n.suggester li.navigation-focus,\r\n.btn.btn-outline.zeroclipboard-is-hover,\r\n.btn.btn-outline.zeroclipboard-is-active,\r\n.select-menu-item:not(.select-menu-item-parent).navigation-focus,\r\n.reaction-sort-item:hover,\r\n.reaction-sort-item.selected,\r\n.pull-request-link:hover,\r\n.issues-reset-query:hover .issues-reset-query-block,\r\n#com .dropdown-menu a:hover,\r\n.date-selector td.selected,\r\n.date-selector td.selectable-day:hover,\r\n.add-line-comment,\r\nbutton.add-line-comment,\r\n.suggester .cur,\r\n.autocomplete-item.selected,\r\n.autocomplete-item.navigation-focus,\r\n.select-menu-item.navigation-focus.selected,\r\n.reblame-link:hover {\r\n background: #4183c4 !important;\r\n}\r\n\r\n.context-button:after {\r\n border-color: #4183c4 transparent transparent !important;\r\n}\r\n\r\n.octofication .message,\r\n.panel-nav:not(.disabled):active,\r\n.diagram-icon:not(.active),\r\n.btn.btn-outline,\r\n.btn.btn-outline:hover:not(.ajax-pagination-btn),\r\n.btn.btn-outline.zeroclipboard-is-hover,\r\n:checked + .radio-label,\r\n.gist-snippet .file-box:hover .file,\r\n.octofication .message,\r\n.reaction-sort-item.selected,\r\n.pull-request-link,\r\n.timeline-progressive-disclosure-button:hover {\r\n border-color: #4183c4 !important;\r\n}\r\n\r\n.header-nav-link:hover .dropdown-caret,\r\n.header-nav-link:focus .dropdown-caret,\r\n#com #header .top-nav .dropdown-button:hover .dropdown-caret {\r\n border-top-color: #4183c4 !important;\r\n}\r\n\r\n.table-list .table-list-item.unread .table-list-cell-checkbox,\r\n.Box-row--unread,\r\n.Box-row.unread {\r\n border-left-color: #4183c4 !important;\r\n box-shadow: 2px 0 0 #4183c4 inset !important;\r\n}\r\n\r\n/* notification icon */\r\n\r\n.notification-indicator .mail-status {\r\n background: #4183c4 !important;\r\n border-color: #1d1d1d !important;\r\n}\r\n\r\n/* text selection */\r\n\r\n::selection {\r\n background-color: #4183c4 !important;\r\n color: #fff !important;\r\n}\r\n\r\n::-moz-selection {\r\n background-color: #4183c4 !important;\r\n color: #fff !important;\r\n}\r\n\r\n.CodeMirror-selected {\r\n background: rgba(255, 255, 255, 0.12) !important;\r\n}\r\n\r\n.CodeMirror::selection {\r\n background: rgba(255, 255, 255, 0.12) !important;\r\n}\r\n\r\n.CodeMirror::-moz-selection {\r\n background: rgba(255, 255, 255, 0.12) !important;\r\n}\r\n\r\n/* placeholder */\r\n\r\n::-webkit-input-placeholder {\r\n color: #666 !important;\r\n opacity: 1 !important;\r\n}\r\n\r\n::-moz-placeholder {\r\n color: #666 !important;\r\n opacity: 1 !important;\r\n}\r\n\r\n::placeholder {\r\n color: #666 !important;\r\n opacity: 1 !important;\r\n}\r\n\r\n.select-menu-text-filter input::-webkit-input-placeholder {\r\n color: #555 !important;\r\n}\r\n\r\n.select-menu-text-filter input::-moz-placeholder {\r\n color: #555 !important;\r\n}\r\n\r\n.select-menu-text-filter input:-ms-input-placeholder {\r\n color: #555 !important;\r\n}\r\n\r\n.select-menu-text-filter input::placeholder {\r\n color: #555 !important;\r\n}\r\n\r\n/* focus hightlight */\r\n\r\na:focus,\r\nbutton:focus,\r\n[tabindex] {\r\n outline-color: #4183c4 !important;\r\n}\r\n\r\ninput.focus[type=\"text\"],\r\n#adv_code_search .focus.search-page-label,\r\n\r\n/* below selector has a ton of weight. Better to override it with\r\n class selectors that unset box-shadow and rules here. Testable\r\n on the repo tag editor */\r\n\r\ninput[type=\"text\"]:focus:not(.js-color-editor-input):not(.tree-finder-input):not(.js-site-search-focus):not(.tag-input-inner),\r\n.focused .drag-and-drop,\r\n#adv_code_search .search-page-label:focus,\r\ninput.focus[type=\"password\"],\r\ninput[type=\"password\"]:focus,\r\ninput.focus[type=\"email\"],\r\ninput[type=\"email\"]:focus,\r\ninput.focus[type=\"number\"],\r\ninput[type=\"number\"]:focus,\r\ninput.focus[type=\"tel\"],\r\ninput[type=\"tel\"]:focus,\r\ninput.focus[type=\"url\"],\r\ninput[type=\"url\"]:focus,\r\ntextarea.focus,\r\ntextarea:focus,\r\n#q:focus~button,\r\ninput.color-editor-input:focus,\r\n#ghd-settings select:focus,\r\n#ghd-settings input:focus,\r\n.intgrs-lstng-item:hover,\r\n.ajax-pagination-btn:focus,\r\n.select-menu-item:focus,\r\n.form-control.focus,\r\n.form-select.focus,\r\n.form-select:focus,\r\ninput.subnav-search-input:focus,\r\ninput[type=\"checkbox\"]:focus,\r\n.upload-enabled.focused {\r\n border-color: #4183c4 !important;\r\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 2px #4183c4 !important;\r\n outline-color: #4183c4 !important;\r\n}\r\n\r\n/* inputs */\r\n\r\nselect,\r\ninput:not(.btn-link) {\r\n -moz-appearance: none !important;\r\n background-color: #25272a !important;\r\n border-color: #343434 !important;\r\n color: #eee !important;\r\n}\r\n\r\ninput:not(.btn-link):focus {\r\n border-color: #2188ff !important;\r\n}\r\n\r\n/* custom checkbox and radio styles. We need a full set of styles here as\r\n WebKit removes all of them when -webkit-appearance: none is set. */\r\n\r\ninput[type=\"checkbox\"],\r\ninput[type=\"checkbox\"]:focus,\r\ninput[type=\"radio\"],\r\ninput[type=\"radio\"]:focus,\r\ninput[type=\"checkbox\"]:hover:active,\r\ninput[type=\"radio\"]:hover:active,\r\ninput[type=\"checkbox\"]:disabled,\r\ninput[type=\"checkbox\"]:hover:disabled,\r\ninput[type=\"checkbox\"]:hover:active:disabled {\r\n -webkit-appearance: none !important;\r\n background-color: #25272a !important;\r\n border: 1px solid #484848 !important;\r\n color: #eee !important;\r\n height: 1em !important;\r\n width: 1em !important;\r\n}\r\n\r\ninput[type=\"radio\"] {\r\n border-radius: 100% !important;\r\n}\r\n\r\ninput[type=\"checkbox\"]:checked {\r\n background: url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Im05OC43OTk5ODggMjEzbC0wLjc5OTk4OCA4OWMwIDAgMTAzIDEwMiAxMDQgMTAyYzEgMCAyMDUgLTIwMSAyMDUgLTIwMWMwIDAgMCAtOTAgMCAtOTFjLTAuNzk5OTg4IDAgLTIwNCAyMDMgLTIwNCAyMDNsLTEwNCAtMTAyeiIgZmlsbD0iI2RkZGRkZCIvPjwvZz48L3N2Zz4KCg==\") !important;\r\n background-size: cover !important;\r\n}\r\n\r\ninput[type=\"checkbox\"]:indeterminate {\r\n background: url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxyZWN0IGhlaWdodD0iMTI4IiB3aWR0aD0iMzg0IiB5PSIxOTIiIHg9IjY0IiBmaWxsPSIjZGRkZGRkIi8+PC9nPjwvc3ZnPg==\") !important;\r\n background-size: cover !important;\r\n}\r\n\r\ninput[type=\"radio\"]:checked {\r\n background: url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxjaXJjbGUgY3g9IjI1NiIgY3k9IjI1NiIgcj0iMTI4IiBmaWxsPSIjZGRkZGRkIi8+PC9nPjwvc3ZnPg==\") !important;\r\n background-size: cover !important;\r\n}\r\n\r\ncode {\r\n overflow: visible !important;\r\n}\r\n\r\npre,\r\n.highlight,\r\n.diff-table,\r\n.tab-size {\r\n tab-size: 4 !important;\r\n -moz-tab-size: 4 !important;\r\n}\r\n\r\n@supports (position: sticky) {\r\n .blog-aside {\r\n position: sticky !important;\r\n top: 8px !important;\r\n }\r\n}\r\n\r\n/* User time line firsts */\r\n\r\ndiv[id^=\"contribution-joined-github\"] img {\r\n padding-bottom: 20px !important;\r\n}\r\n\r\n/* PR toolbar tweaks */\r\n\r\n.diffbar {\r\n padding-top: 10px !important;\r\n padding-bottom: 40px !important;\r\n}\r\n\r\n.is-stuck .diffbar {\r\n background: #25272a !important;\r\n height: 2.5em;\r\n pointer-events: all !important;\r\n}\r\n\r\n/* User profile: Make the border not cross into the years buttons */\r\n\r\n.profile-timeline-month-heading:after {\r\n width: calc(100% - 94px) !important;\r\n}\r\n\r\n/* HACK: Label colors */\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #f\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #f\"] {\r\n color: #e8e8e8 !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #e\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #e\"] {\r\n color: #e8e8e8 !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #d\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #d\"] {\r\n color: #e8e8e8 !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #c\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #c\"] {\r\n color: #e8e8e8 !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #3\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #3\"] {\r\n color: #25272a !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #2\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #2\"] {\r\n color: #25272a !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #1\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #1\"] {\r\n color: #25272a !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #0\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #0\"] {\r\n color: #25272a !important;\r\n}\r\n\r\n.markdown-body pre code,\r\n.markdown-body pre tt {\r\n padding: 0.2em 0 !important;\r\n border: none !important;\r\n}\r\n\r\n.markdown-body code:before,\r\n.markdown-body code:after,\r\n.markdown-body tt:before,\r\n.markdown-body tt:after,\r\n.markdown-body pre code:before,\r\n.markdown-body pre code:after,\r\n.markdown-body pre tt:before,\r\n.markdown-body pre tt:after,\r\nimg[src$=\"/notices/context_button.png\"] {\r\n display: none !important;\r\n}\r\n\r\n.intgrs-lstng-item-description:after {\r\n background-image: linear-gradient(\r\n to right,\r\n rgba(24, 24, 24, 0),\r\n #25272a 80%\r\n ) !important;\r\n}\r\n\r\n.marketplace-product-callout-bg {\r\n background-image: linear-gradient(\r\n to right,\r\n rgba(24, 24, 24, 0),\r\n #25272a\r\n ) !important;\r\n}\r\n\r\n.markdown-body a:hover * {\r\n text-decoration: inherit !important;\r\n}\r\n\r\n#message-list .pagination a:hover,\r\n.link-mono:hover {\r\n text-decoration: underline !important;\r\n}\r\n\r\n.branch-infobar {\r\n font-weight: normal !important;\r\n}\r\n\r\n.merge-pr-more-commits,\r\n.profile-timeline-month-heading {\r\n padding: 2px 5px !important;\r\n}\r\n\r\ninput.tree-finder-input,\r\ninput.tree-finder-input:focus,\r\ninput.js-site-search-focus {\r\n background: transparent !important;\r\n border: none !important;\r\n box-shadow: none !important;\r\n}\r\n\r\n.markdown-body a:not([href]),\r\n.markdown-body a code {\r\n color: inherit !important;\r\n text-decoration: none !important;\r\n}\r\n\r\n.markdown-body strike code,\r\n.markdown-body strike tt {\r\n text-decoration: line-through !important;\r\n}\r\n\r\n.blame-commit + .blame-line {\r\n border-top: 1px solid #484848 !important;\r\n box-shadow: none !important;\r\n}\r\n\r\n.exploregrid-item {\r\n border-color: rgba(255, 255, 255, 0.075) !important;\r\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.05) !important;\r\n}\r\n\r\n.exploregrid-item:hover {\r\n border-color: rgba(255, 255, 255, 0.15) !important;\r\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 8px 15px rgba(0, 0, 0, 0.3) !important;\r\n}\r\n\r\n/* remove shadow */\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\npre,\r\npre *,\r\ncode,\r\ntt,\r\nli,\r\np,\r\ninput,\r\na,\r\nth,\r\nkbd,\r\n.news,\r\n.btn,\r\n.metabox em.placeholder,\r\ntable.notifications,\r\n#download_button,\r\n.comment-count,\r\nem.date,\r\ninput.search,\r\n#user-links,\r\n.upper_footer,\r\n.switcher > span:after,\r\n.upgrades td,\r\n.blog-feedback,\r\n.description,\r\n.nav-bar-tabs,\r\n.pagination span,\r\n.mini-icon-advanced-search,\r\n.count,\r\n.select-menu-title,\r\n.select-menu-button:after,\r\n#repo-message,\r\n.usage-bar dt,\r\n#user-links .name img,\r\n#common-issues,\r\n.upload-progress,\r\n.svg-tip,\r\n.meta,\r\n.flash,\r\n.flash-global,\r\n#files .file .meta .info span,\r\n.file-box .meta .info span,\r\nbody#com #header,\r\n.search-filters,\r\n.usage-bar dd,\r\n.avatar-stack.multiple-avatars .avatar:last-child,\r\n.avatar-stack.multiple-avatars:before,\r\n.box-action,\r\n.file-diff-line,\r\n.file-code-lines,\r\n#adv_code_search .search-page-input,\r\nli.ssh-key .ssh-key-state-indicator.not-recent,\r\n#gist-form .gist-name-textbox,\r\n.labels .label,\r\n.octotree_views .octotree_view .octotree_view_header,\r\n.fullscreen-overlay textarea,\r\n.avatar-child,\r\n.discussion-item .label-color,\r\n.coupons .coupon-form-body,\r\n.label-private,\r\n.repo-file-upload-progress,\r\n.more-repos,\r\n.header .header-search-wrapper.focus,\r\n.blame-commit .blame-commit-info,\r\n.label,\r\n.Label {\r\n box-shadow: none !important;\r\n}\r\n\r\na,\r\nbutton,\r\np,\r\nul,\r\nli,\r\ndl.form label,\r\n.formbody label,\r\n.js-context-button,\r\n.footer-text,\r\n.octicon-mark-github,\r\n.minibutton span,\r\nspan.name,\r\n.diff-line-code,\r\n.num,\r\n.user-list em,\r\n.diff-expander .octicon-unfold:hover,\r\n.select-menu-loading-overlay:before,\r\n.select-menu-item a,\r\n.minibutton,\r\n.mini-icon,\r\n.mini-icon:before,\r\n.list-tip:before,\r\n.line-num-content,\r\n.diff-expander .octicon-unfold,\r\n.minibutton i,\r\n.comment-header-author,\r\n.header,\r\n.gist .gist-file .gist-meta,\r\n.logo-placeholder,\r\n.branch-group-heading,\r\n.render-bar,\r\n.auth-form-header .octicon,\r\n.render-info .symbol,\r\n.article-meta,\r\n.select-menu-title,\r\n.text-shadow-light,\r\n.text-shadow-dark,\r\nul#bootcamp li a h4 {\r\n text-shadow: none !important;\r\n}\r\n\r\n/* transparent background only */\r\n\r\nbody > pre,\r\n.textographic a.repo,\r\n.stars-browser .filter-bar,\r\n.highlight .file-diff-line:hover pre,\r\n.gravatar,\r\n.topsearch span.search-input,\r\np.meta,\r\n.sidebar .milestone,\r\n.commit-desc pre,\r\n#facebox,\r\n.profilecols .filter-bar,\r\n.btn-group,\r\ndiv.content-header .search-form,\r\n.file-code,\r\n.org-header .edit-org:hover,\r\n.gist-advanced-options .select-menu-button:after,\r\n#wrapper,\r\nli.commit,\r\n.gravatar img,\r\n.commit-comments-header-sha,\r\npre.headers code,\r\n.audit-search-form,\r\n.columns.equacols.bordered,\r\n.gist-item ul.meta > li > a:hover,\r\n.commits li img,\r\na.minibutton code,\r\n.milestone,\r\n.keyboard-mappings th,\r\n.api #header-wrapper .nav,\r\n.marketing-nav a.selected,\r\n#graph_data .tabs,\r\n.org-nav-item.selected,\r\n.edit-team-member:hover,\r\ntr.commit,\r\n.release-timeline .js-details-container,\r\n.section-heading-title a.js-selected-navigation-item,\r\n.featured-callout .screenshot,\r\n.timeline-commits .commit-meta .status,\r\n.theme-picker-spinner,\r\n.timeline-commits .commit-meta .octicon,\r\n.file .meta-divider,\r\n.avatar-stack.multiple-avatars:before,\r\n#feedHandler,\r\n.discussion-sidebar-item .thread-subscription-status,\r\n.boxed-group.application-show-group .logo-upload,\r\n.diagram-icon-small,\r\n.commits-listing .commit-group-title .octicon-git-commit,\r\n#readme .highlight,\r\n.ace-github,\r\n.add-member-team-list.table-list,\r\n.theme-picker,\r\n.avatar-stack .avatar,\r\n.boxed-group,\r\n.full-commit .btn.btn-outline,\r\n.prose-diff > .markdown-body ins,\r\n.header .divider-vertical,\r\n.ace-github-base16,\r\n.markdown-body pre code,\r\n.markdown-body pre tt,\r\n#readme .plain pre,\r\n.uploaded-files,\r\n.merge-pr-more-commits code,\r\n.two-factor-toggle .two-factor-status button,\r\n.input_area,\r\n#notebook .highlight,\r\n#notebook .highlight pre,\r\n.output_area pre,\r\n.gist-snippet-meta .gist-count-links > li > a:hover,\r\n.markdown-body img,\r\n.delete-owners-button:hover,\r\n.avatar-child,\r\n.session-authentication .header-logged-out,\r\n.session-authentication .auth-form-header,\r\n.timeline-progressive-disclosure-items,\r\n#com #footer,\r\n.pr-toolbar,\r\n.diffbar,\r\n.shade-gradient,\r\n#categories .list,\r\n.gist-banner,\r\n.select-menu-item-parent,\r\n.main-content,\r\n.showcase-page-header,\r\n.showcase-page-pattern:after,\r\n.description-inline,\r\n.result-group a,\r\n.border-wrap,\r\na.feed-icon,\r\n.session-device,\r\n.boxed-group-list > li.session-device:hover,\r\n#message-list .pagination a,\r\n#message-list .pagination .disabled,\r\n.merge-status-item .merge-status-icon,\r\n.js-release-form,\r\n.project-columns,\r\n.project-header,\r\n.user-profile-nav,\r\n.profile-timeline-year-list.bg-white,\r\n.discussion-item-review .timeline-comment,\r\n.libraries-jumbotron,\r\n.sidebar-module h3 a:hover,\r\n.menu-item.selected,\r\n.bg-shade-gradient,\r\n.dev-hero,\r\n.render-container.is-render-ready.is-render-requested:not(.is-render-failed),\r\n.user-list li em,\r\n.toolbar-commenting .dropdown-item,\r\n.toolbar-commenting .dropdown-item:hover,\r\n.CodeMirror-lines,\r\n.api table,\r\n.dashboard-notice .coupon,\r\n.release-label,\r\n.oauth-org-access-details .oauth-org-item.on,\r\n.MarketplaceSideNav {\r\n background: none !important;\r\n background-color: unset !important;\r\n}\r\n\r\n/* remove background gradient */\r\n\r\n.big-notice,\r\n.clean td,\r\n.legend .clean,\r\n.avatar .overlay.size-48,\r\n.listing.closed,\r\n.gist .gist-file .gist-data,\r\n.gist-syntax,\r\n.gist .gist-file .gist-data .line-numbers,\r\n.listing .repo,\r\n.render-shell .leaflet-marker-pane img,\r\n.showcase-page-pattern,\r\n.showcase-page-pattern:after,\r\n#notebook .output_png img {\r\n background-color: transparent !important;\r\n background-image: none !important;\r\n}\r\n\r\n/* border-radius */\r\n\r\n#wrapper,\r\n#your-repos-filter,\r\n.topsearch ul.nav,\r\n.merge-pr-more-commits,\r\n.oauth-org-access-details .boxed-group-list > li.on,\r\n.gist-snippet .file-box .highlight {\r\n border-radius: 3px !important;\r\n}\r\n\r\n/* add rounded borders on bottom - issue caused by GitHub bugs */\r\n\r\nbody[data-render-url],\r\n.render-viewer,\r\n.comment-content,\r\n.gist .gist-file .gist-meta,\r\n.more-repos {\r\n border-radius: 0 0 3px 3px !important;\r\n}\r\n\r\n.dashboard-tabs a,\r\n.search-filters {\r\n border-radius: 0 !important;\r\n}\r\n\r\n.discussion-topic-header,\r\n.previewable-comment-form .tabnav {\r\n border-radius: 3px 3px 0 0 !important;\r\n}\r\n\r\n/* repo labels, private repo lists */\r\n\r\n.repo-label span,\r\n.private .repo-list-item,\r\n.hook-delivery-guid {\r\n background: #222 !important;\r\n color: #777 !important;\r\n}\r\n\r\n.private .mini-repo-list-item .repo-icon {\r\n color: #777 !important;\r\n}\r\n\r\n.private .mini-repo-list-item {\r\n background: #221 !important;\r\n}\r\n\r\n.UnderlineNav-item.selected {\r\n color: white !important;\r\n}\r\n\r\n/* previously orange border bottom */\r\n\r\n.pagehead ul.tabs li a.selected,\r\n.pagehead > ul.tabs li a:hover,\r\n.filter-selected,\r\ndiv.listing.navigation-focus,\r\ndiv.issues.navigation-focus,\r\n.repo-filter:hover,\r\n.dashboard-tabs a.selected,\r\n.marketing-nav a.selected,\r\n.orgs-nav .org-nav-item.selected,\r\na.pagehead-nav-item.selected,\r\n.underline-nav-item.selected {\r\n border-radius: 0 !important;\r\n border-bottom: 2px solid #eee !important;\r\n}\r\n\r\n.section-nav .active a,\r\n.js-current .standalone a,\r\n.sidebar-module .disable > a {\r\n border-radius: 0 !important;\r\n border-left: 2px solid #eee !important;\r\n}\r\n\r\n.tabs > a.selected {\r\n border-color: transparent !important;\r\n border-top: 2px solid #eee !important;\r\n}\r\n\r\n.menu-item.selected:before {\r\n background-color: #eee !important;\r\n}\r\n\r\n.dropdown-arrow {\r\n border-top-color: #eee !important;\r\n transition: none !important;\r\n}\r\n\r\n#com #header .top-nav .dropdown-caret {\r\n border-top-color: #ccc !important;\r\n}\r\n\r\n.js-menu-target:hover .dropdown-arrow {\r\n border-top-color: #4183c4 !important;\r\n}\r\n\r\n/* normalize.css bug: Make <details> disclosure triangle visible in Firefox */\r\n\r\n/* https://github.com/necolas/normalize.css/issues/604 */\r\n\r\ndetails summary {\r\n display: list-item !important;\r\n}\r\n\r\n/* Make it more apparent that <details> is clickable */\r\n\r\n.Details-content--closed.Box.mt-2.d-inline-flex.flex-column:hover,\r\n.discussion-item-header.pt-0 .Box.d-inline-flex.flex-column:hover {\r\n box-shadow: 0 0 9px 4px #363f4a;\r\n cursor: pointer;\r\n}\r\n\r\n.Details-content--closed span,\r\n.discussion-item-header button {\r\n color: white !important;\r\n}\r\n\r\n/* GitHub Bug: Center discussion close icon vertically */\r\n\r\n.discussion-item-closed .octicon {\r\n position: relative !important;\r\n top: -1px;\r\n}\r\n\r\n/* GitHub Bug: Center counters vertically on the line */\r\n\r\n.boxed-group .counter,\r\n.reponav-item .counter,\r\n.boxed-group .Counter,\r\n.reponav-item .Counter {\r\n position: relative !important;\r\n top: -1px !important;\r\n}\r\n\r\n/* GitHub Bug: Fix image swipe handle misalignment */\r\n\r\n.swipe .swipe-frame .swipe-bar .top-handle,\r\n.swipe .swipe-frame .swipe-bar .bottom-handle {\r\n left: -6px !important;\r\n}\r\n\r\n/* GitHub Bug: Fix text selection not working on inline <code> bug in Firefox */\r\n\r\n.markdown-body code,\r\n.markdown-body tt {\r\n padding: 0 0.3em !important;\r\n display: inline-block !important;\r\n max-width: 100% !important;\r\n}\r\n\r\n/* GitHub Bug: Stop commit message field from resizing horizontally */\r\n\r\n#commit-description-textarea {\r\n resize: vertical !important;\r\n}\r\n\r\n/* GitHub Bug: Fix broken position:sticky emulation in Firefox */\r\n\r\n@supports (position: sticky) {\r\n .discussion-sidebar {\r\n position: sticky !important;\r\n top: 0 !important;\r\n }\r\n\r\n .discussion-sidebar-sticky {\r\n position: static !important;\r\n width: auto !important;\r\n }\r\n\r\n .discussion-sidebar .is-placeholder {\r\n display: none !important;\r\n }\r\n}\r\n\r\n/* GitHub Bug: Fix org layout issue */\r\n\r\n/* https://github.com/isaacs/github/issues/934 */\r\n\r\n.user-profile-repo-filter {\r\n width: 100% !important;\r\n}\r\n\r\n/* Tweak: Square counters, add 1px padding on bottom to counter uneven font size */\r\n\r\n#conversation_tab_counter,\r\n#commits_tab_counter,\r\n#files_tab_counter,\r\n.reponav-item .counter,\r\n.reponav-item .Counter {\r\n border-radius: 2px !important;\r\n padding: 2px 5px 3px !important;\r\n}\r\n\r\n.topic-tag {\r\n padding: 0.2em 0.9em !important;\r\n}\r\n\r\n/* invisible border */\r\n\r\n.gisttabs a:not(.selected),\r\n.gisttabs a:not(.selected):hover,\r\n.timeline-comment-wrapper,\r\n.avatar-stack .avatar,\r\n.full-commit .commit-desc + .commit-branches,\r\n.full-commit .commit-meta,\r\n.list-group-item,\r\n.breadcrumb,\r\n.tabs > a,\r\n.header .divider-vertical,\r\n.about-menu-link {\r\n border-color: transparent !important;\r\n}\r\n\r\n/* darken border */\r\n\r\n.wiki-wrapper .wiki-empty-box:hover,\r\n.render-shell .slider .slider-track,\r\n.render-shell .slider-bar,\r\n.about-menu-link:hover,\r\n.about-menu-link.selected,\r\n.pricing-table {\r\n border-color: #777 !important;\r\n}\r\n\r\nimg,\r\n#browser table,\r\n#browser table th,\r\n#issues .menu ul li,\r\n.branches .more-branches,\r\n.issues td,\r\nul.main_nav li.selected,\r\n.browser_header,\r\n.issue-head,\r\n.bootcamp-help .image,\r\nul.hook-list,\r\n.clone-url-button,\r\n.list-tip li,\r\n.section-nav a,\r\n.search-menu-container,\r\n.repo_list li a,\r\n.graphs .axis,\r\n.switcher > span:after,\r\na.assignee-bit,\r\n.menu li,\r\n.notifications td,\r\n.filter-tab,\r\nul.hook-list li,\r\n.repo .border,\r\n.box-action,\r\nul.repo-stats li a,\r\n.footer_nav h4,\r\n.footer-divider,\r\n.chromed-list-browser,\r\n.js-activate-link,\r\n.chromed-list-browser div,\r\n.filter-bar,\r\n.columns.sidebar,\r\n.title,\r\n.lbl,\r\n#contributors .person,\r\n.tabnav,\r\n#commit-activity-master,\r\n#services,\r\n.top-rule,\r\n.blog-post,\r\n#services .service,\r\nul.stats,\r\n.select-menu-filters,\r\n.select-menu-item,\r\n.select-menu-tabs,\r\n.release-list > li,\r\n.url-box,\r\n.context-body,\r\n.api li:before,\r\n.library-list .feature,\r\n.lower_footer,\r\n.cheatsheet,\r\n.pagehead.settings-area,\r\n.release-body,\r\n.suggester,\r\n.pull-state,\r\n.pull-number,\r\n.merge-pr,\r\n.gist-file,\r\n#graph-shots li,\r\n.sidebar,\r\n.release-timeline,\r\n.explore h2,\r\n#head,\r\n.leaderboard-list-item,\r\n.release-timeline-tags .main,\r\n.search-result-item,\r\n.details,\r\n.jobs-list,\r\n.content-header,\r\n.user-list-item,\r\n.markdown-body,\r\nul#categories li h5,\r\n.render-view-modes li,\r\n.gobutton.with-comments .sha,\r\n#gollum-editor-function-bar,\r\n.capped-box,\r\n.steps li,\r\n#common-issues,\r\n.steps,\r\n#graphs,\r\n.previewable-comment-form .comment,\r\n.org-module,\r\n.org-repo,\r\n.table-list,\r\n.org-add-footer,\r\n.auto-search-group .search-filter,\r\n#notification-center li,\r\n.branch-status,\r\n.comment + .comment,\r\n.discussion-bubble-inner,\r\n.member-row,\r\n.press-info,\r\n.timeline-comment,\r\n.timeline-comment-header,\r\n.timeline-commits .timeline-commits-header,\r\n.marketing-section,\r\n.featured-callout .screenshot,\r\n.page-new-repo .license-container,\r\n.sidebar-module,\r\n.collapsed,\r\n.expanded,\r\n.discussion-topic,\r\n.bubble-inner,\r\n.team-org-group,\r\ndiv.article div.helper div.content,\r\n.boxed-group-inner .help,\r\ndl.new-email-form,\r\n.file .meta-divider,\r\n.avatar-stack.multiple-avatars:before,\r\n.file-box,\r\n.file-actions .btn-group li,\r\n.gist .gist-file .gist-data,\r\n.calendar-graph .contrib-details div,\r\n.branch-action-body,\r\n.setup-form .tos-info,\r\n.setup-form .setup-organization-next,\r\n.collection-page .other-content,\r\n.bubble-wrap,\r\n.release-show,\r\n.file-wrap,\r\n.branches .branch-summary,\r\n.branches .no-results-message,\r\n.branch-a-b-count .count-half:last-child,\r\n.panel-nav,\r\n.file,\r\n.full-commit .sha-block > a,\r\n.theme-selector-thumbnail,\r\n.segmented-nav li,\r\n.overall-summary,\r\n.boxed-group-inner,\r\n.search-form button,\r\n.branches .branch-group-heading,\r\n.boxed-group > h3,\r\n.boxed-group .heading,\r\n.issues-list-actions,\r\np code,\r\ncode,\r\n.wiki-wrapper .wiki-empty-box,\r\n#adv_code_search .search-page-label,\r\npre.headers,\r\n.inline-comment-form,\r\n.history-link,\r\n.oauth-permissions-details,\r\n.setup-info-module .features-list .list-divider,\r\n.setup-wrapper .oauth-permissions,\r\n.swipe .swipe-frame .swipe-shell,\r\nul.search-results,\r\n.orgs-help-shelf-content .orgs-help-divider,\r\n.repository-lang-stats-graph,\r\n.gist-quicksearch-results,\r\n.gist-quicksearch-result,\r\n.gist-quicksearch-result-group,\r\n.listgroup,\r\n.listgroup-item + .listgroup-item,\r\n.user-key-badge,\r\n.newsfeed-placeholder,\r\n.progress-bar-inline .progress-bar,\r\n.menu-heading,\r\nbody .border-gray-dark,\r\n.discussion-item-review .blob-wrapper,\r\n.bot-identifier,\r\n.blame-commit,\r\n.counter,\r\n.Counter {\r\n border-color: #484848 !important;\r\n}\r\n\r\npre,\r\nh1,\r\nh2,\r\nh3,\r\n.header,\r\ntable,\r\ntable tr,\r\ntable td,\r\ntable th,\r\nblockquote,\r\n.pulse-graph,\r\n.btn:not(img),\r\n.minibutton,\r\n.social-count,\r\n.discusion-topic-infobar,\r\n.box-body,\r\n.timeline-comment-label,\r\n.logo-box,\r\n.suggester li,\r\n.developer-program-badge,\r\n.vcard-details,\r\n.vcard-stats,\r\n.auth-form-header,\r\n.nav-bar-tabs .section-title,\r\n.pagination a:last-child,\r\n.pagination span:first-child,\r\n.boxed-group-list > li,\r\n.toolbar-bordered,\r\n.new-issue-form,\r\n.pagination span:last-child,\r\n.dashboard-tabs,\r\n.graphs,\r\n.graph,\r\n.sub-nav,\r\n.audit-search-clear,\r\n.repo-list-item,\r\n.email-signature-reply,\r\nfooter,\r\n.bubble .bubble-expand,\r\n.grid .col,\r\n.composer-infobar,\r\n.email-quoted-reply,\r\n.summary-stats li,\r\n.columns.equacols.bordered,\r\n.file-diffstat,\r\nul.filter-list,\r\n.news .alert,\r\ntable.files td,\r\n.explore-section,\r\n.repolist > li,\r\n.featured-grid-outer,\r\n.gh-header-meta,\r\n.theme-picker-thumbs,\r\n.team,\r\n.billing-section,\r\n.sidebar-module ul h3,\r\n.headlines li,\r\n.discussion-sidebar-item + .discussion-sidebar-item,\r\n.markdown-format img,\r\ndiv#common-issues ul li,\r\n.about-facts,\r\n.starred-repo,\r\n.markdown-example,\r\n.traffic-graph-stats,\r\n.discussion-item + .discussion-item,\r\n.bubble,\r\n.tree-browser,\r\n.simple-box-footer,\r\n.team-grid .team-members,\r\n.org-list .list-item,\r\n.stats-group .stat,\r\n.team-info-card .team-stats,\r\n.table-of-contents li,\r\n.commit-group,\r\n.table-list-bordered .table-list-cell:first-child,\r\n.table-list-bordered .table-list-cell:last-child,\r\n.table-list-cell,\r\n.table-list,\r\n.table-list-header,\r\n.blankslate,\r\n.labels-list-item,\r\n.subnav-divider-right,\r\n.subnav-bordered,\r\n.content table tr th,\r\n#search-results li,\r\n.subhead,\r\n#pages-composer,\r\n.render-bar,\r\n#gollum-editor-help,\r\n#gollum-editor-help-parent,\r\n#gollum-editor-help-list,\r\n.auth-section,\r\n.commit-sha,\r\n.comment-body,\r\n.mini-repo-list-item,\r\n.advanced-search-form fieldset,\r\n.contrib-column,\r\n.org-header .edit-org,\r\n.pulse-summary .summary-box,\r\n.pulse-summary .summary-box li:first-child,\r\n.list-item + .list-item,\r\n.list-item + .list-heading,\r\n.list-heading + .list-item,\r\n.issue-list-item,\r\n.collection-card,\r\n.setup-header,\r\nbody.api pre,\r\n.stats-group-stat:first-child,\r\n.build-statuses-list,\r\n#gollum-dialog-dialog-buttons,\r\n#gollum-dialog-dialog h4,\r\na.gollum-minibutton,\r\na.gollum-minibutton:visited,\r\n.two-factor-toggle .two-factor-status,\r\n.two-factor-settings-group,\r\n.member-badge,\r\nul.comparison-list > li,\r\n.markdown-format ol > li:before,\r\n.release-downloads,\r\n.release-downloads li,\r\n.blob-interaction-bar,\r\ninput.subnav-search-input,\r\n.select-menu-header,\r\n.search-results,\r\n.select-menu-text-filter:first-child:last-child,\r\n#gist-form .file .meta,\r\n.file .meta,\r\n.file-box .meta,\r\n.capped-card,\r\n.audit-results-header,\r\n.pagination a,\r\n.pagination span,\r\n.pagination em,\r\n.input_area,\r\n.output_area .rendered_html table,\r\n.render-info .message,\r\n.subnav .btn + .issues-search,\r\n.branch-action-body .branch-action-item + .branch-action-item,\r\n.discussion-item-merged.open .discussion-item-details-header,\r\n.discussion-item-merged.open .build-statuses-list,\r\n.build-status-item,\r\n.pagehead-tabs-item.selected,\r\n.org-header,\r\n.pagehead,\r\n.branch-action-item + .mergeability-details,\r\n.migration-section,\r\n.migrate-org-roles,\r\n.migrate-org-roles-header,\r\n.migrate-org-roles-item,\r\n.migrate-org-roles-count,\r\n.migration-footer,\r\n.migration-feature-list:before,\r\n.migration-org-avatar,\r\n.org-migration-settings-section,\r\n.word-upload-callout .note,\r\n.commit-meta,\r\n.manage-user-info,\r\n.manage-repo-access-title,\r\n.manage-access-remove-footer,\r\n.org-settings-team-item:first-child,\r\n.label-generic,\r\n.plan-notice,\r\n.merge-branch-manually,\r\n.intgr-header,\r\n.code-list-item,\r\n.sort-bar,\r\n#com #footer,\r\n.repo-file-upload-outline,\r\n.comment-reactions.has-reactions,\r\n.reaction-summary-item,\r\n.select-menu-divider,\r\n.featurette.border-top,\r\n.tile-block,\r\n.tile-bordered:not(:last-child),\r\n.showcase-page-header,\r\n.showcase-page-repo-list,\r\n.header-search-scope,\r\n.result-group a,\r\n.signed-commit-badge,\r\n.signed-commit-header,\r\n.user-key-email,\r\n.border-top,\r\n.pricing-card-cta,\r\n.shelf,\r\n.access-token,\r\n.about-menu,\r\n.oauth-border,\r\n.reponav-item.selected,\r\n.file-header,\r\n.reorderable-task-lists .markdown-body .task-list-item.hovered,\r\n.next-charge-box,\r\n.setup-info-module h2,\r\n.radio-label,\r\n.border,\r\n.border-top,\r\n.border-right,\r\n.border-bottom,\r\n.border-left,\r\n.border-y,\r\n.pinned-repo-list-item,\r\n.pinned-repo-filters,\r\n.orghead,\r\n.orghead .edit-org,\r\n.Box-body-row,\r\n.discussion-item-deployed,\r\n.branch-action-body .merge-message,\r\n.profile-timeline-card-wrapper,\r\n.profile-rollup-wrapper + .profile-rollup-wrapper,\r\n.new-project-column,\r\n.confirm-removal-list-container,\r\n.confirm-removal-list-item,\r\n.user-profile-nav,\r\n.border-gray-light,\r\n.ajax-pagination-form .ajax-pagination-btn,\r\n.review-thread-reply,\r\n.feature-callout-octicon,\r\n.feature-callout,\r\n.discussion-item + .discussion-item,\r\n.discussion-item-review + .discussion-item,\r\n.libraries-jumbotron,\r\n.last-review-thread,\r\n.menu-item,\r\n.review-comment.is-comment-editing,\r\n.Box,\r\n.team-list-footer,\r\n.Box-header,\r\n.profile-rollup-summarized + .profile-rollup-summarized,\r\n.Subhead,\r\n.dashboard-notice .coupon,\r\n.Box-body,\r\n.listgroup-header,\r\n.merge-status-item,\r\n.pending-team-invitations-link,\r\n.discussion-item + .discussion-item-review {\r\n border-color: #343434 !important;\r\n}\r\n\r\n.discussion-item-icon,\r\n.date:after,\r\nul.color-label-list .color,\r\n.facebox-header {\r\n border-color: #222 !important;\r\n}\r\n\r\n.filter-tab.selected {\r\n border: 1px solid #444 !important;\r\n border-bottom: 1px solid #343434 !important;\r\n}\r\n\r\n.header,\r\n.summary-stats,\r\n.follow-list .follow-list-item {\r\n border-bottom: 1px solid #343434 !important;\r\n}\r\n\r\n.simple-conversation-list > li,\r\n.site-footer,\r\n.blame .section-first td,\r\n.wiki-list .wiki-list-item + .wiki-list-item {\r\n border-top: 1px solid #343434 !important;\r\n}\r\n\r\n/* discussion timeline tweaks */\r\n\r\n.closed-banner {\r\n border-top: 2px solid #444 !important;\r\n border-bottom-color: transparent !important;\r\n height: 2px !important;\r\n}\r\n\r\n.discussion-timeline-actions,\r\n.closed-banner {\r\n background: transparent !important;\r\n border-top: 2px solid #444 !important;\r\n}\r\n\r\n.discussion-timeline:before {\r\n margin-top: 2px !important;\r\n height: calc(100% - 259px) !important;\r\n}\r\n\r\n.profile-timeline.discussion-timeline:before {\r\n height: 100% !important;\r\n}\r\n\r\n.listings div.listing {\r\n border-left: 2px solid #333 !important;\r\n border-right: 2px solid #333 !important;\r\n}\r\n\r\n#org-members .member-listing {\r\n border-left: 1px solid #333 !important;\r\n border-right: 1px solid #333 !important;\r\n}\r\n\r\n.timeline-comment:after,\r\n.commit-form:after,\r\n.branch-action-body:after,\r\n.timeline-comment-wrapper > .timeline-comment:after,\r\n.timeline-new-comment .timeline-comment:after {\r\n border-right-color: #1d1d1d !important;\r\n}\r\n\r\n.timeline-comment:before,\r\n.branch-action-body:before,\r\n.MarketplaceSideNav,\r\n.plans-card-text:first-child {\r\n border-right-color: #484848 !important;\r\n}\r\n\r\n.review-summary:after {\r\n border-bottom-color: #25272a !important;\r\n}\r\n\r\n.word-upload-callout:before,\r\n.word-upload-callout:after {\r\n border-bottom-color: #343434 !important;\r\n}\r\n\r\n.word-upload-callout {\r\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4) !important;\r\n}\r\n\r\n.repo-filterer .repo-filter:hover,\r\n.review-summary:before {\r\n border-bottom-color: #484848 !important;\r\n}\r\n\r\n.issue-head {\r\n border-bottom-width: 1px !important;\r\n}\r\n\r\n.context-button:hover:after,\r\n.switcher > span:before {\r\n border-color: #eee transparent transparent !important;\r\n}\r\n\r\n/* developer sidebar indicator arrows */\r\n\r\n.sidebar-module .arrow-btn:hover {\r\n width: 0 !important;\r\n height: 0 !important;\r\n padding: 0 !important;\r\n border-color: transparent !important;\r\n border-style: solid !important;\r\n}\r\n\r\n.sidebar-module .arrow-btn.collapsed:hover {\r\n border-width: 5px 8px !important;\r\n border-left-color: #4183c4 !important;\r\n margin: 12px 0 0 12px !important;\r\n}\r\n\r\n.sidebar-module .arrow-btn.expanded:hover {\r\n border-width: 8px 6px 0 5px !important;\r\n border-top-color: #4183c4 !important;\r\n margin: 14px 0 0 9px !important;\r\n}\r\n\r\n/* branch selector button - uses borders to make select button */\r\n\r\n.select-menu-button:before {\r\n border-top-color: #eee !important;\r\n}\r\n\r\n.pagehead-tabs-item.selected,\r\n.reponav-item.selected {\r\n border-bottom-color: #222 !important;\r\n border-top-width: 1px !important;\r\n}\r\n\r\n.pagehead-tabs {\r\n margin-bottom: -23px !important;\r\n}\r\n\r\n.branches .branch-summary + .branch-summary {\r\n border-top-color: #555 !important;\r\n}\r\n\r\n/* code */\r\n\r\n.linkable-line-number {\r\n border-right: 1px solid #484848 !important;\r\n}\r\n\r\n.gist .gist-file .gist-data .line-number {\r\n line-height: 19px !important;\r\n}\r\n\r\n/* File listings - fix date truncation */\r\n\r\ntable.files td.age .css-truncate {\r\n max-width: none !important;\r\n}\r\n\r\n/* tooltip */\r\n\r\n.octotip {\r\n background-color: #003 !important;\r\n border-color: #006 !important;\r\n}\r\n\r\n.commitinfo,\r\n.gc .diff-line-code,\r\n.gc .diff-line-num,\r\n.gc .diff-line-pre,\r\n.featured-commit-activity-graph,\r\n.featured-repo-logo,\r\n.outline-box,\r\n.gobutton > .sha .octicon,\r\n.markdown-body .csv-data .blob-num,\r\n#feedBody,\r\n.search-result-header,\r\n.accessibility-aid:focus,\r\n.file-data,\r\n.signup-plans th,\r\n.signup-plans td,\r\n.signup-plans-orgs th,\r\n.signup-plans-orgs td,\r\n.commits td,\r\n.featured-callout,\r\n.sidebar-module ul ul li,\r\n.native-download,\r\n.setup-info-module,\r\ndiv#common-issues ul,\r\n#gist-form .name,\r\n.subnav-item,\r\n.render-notice,\r\n.label-edit.edit-color-label-form .color-editor .color-editor-input,\r\n.date_selector td,\r\n.new-label,\r\n.range-editor .range,\r\n.range-editor .flag,\r\n.octotree_sidebar,\r\n.auth-form-body,\r\ndiv.border-wrap,\r\n.profile-header,\r\n.btn.btn-outline,\r\n.highlight .gc,\r\n.uploaded-files.is-populated,\r\n.range-editor,\r\n#gollum-editor-help-parent li a.selected,\r\n#gollum-editor-help-list li a.selected,\r\n#gollum-editor-help-parent li a:hover,\r\n#gollum-editor-help-list li a:hover,\r\n.github-access-banner,\r\n.protip-callout,\r\nul.comparison-list,\r\n.wiki-custom-sidebar,\r\n.invitation-container,\r\n.orgs-help-shelf,\r\n.orgs-help-item-octicon,\r\ninput[type=\"password\"],\r\ninput[type=\"email\"],\r\ninput[type=\"number\"],\r\ninput[type=\"tel\"],\r\ninput[type=\"url\"],\r\ntextarea,\r\n.dropdown-menu,\r\n.thread-subscription-status,\r\n.branch-action-body .merge-branch-form,\r\n.pull-info,\r\n.branch-link,\r\n.discussion-item-merged.open .discussion-item-details,\r\n.word-upload-callout,\r\n.commit-tease-contributors,\r\n.ajax-pagination-form .ajax-pagination-btn,\r\n.access-form-wrapper,\r\n.session-authentication .create-account-callout,\r\n.intgrs-lstng-item,\r\n.intgr-install-callout,\r\n.is-failed .repo-file-upload-errors,\r\n.is-bad-file .repo-file-upload-errors,\r\n.is-too-big .repo-file-upload-errors,\r\n.is-too-many .repo-file-upload-errors,\r\n.is-empty .repo-file-upload-errors,\r\n.site-header,\r\n.site-subheader,\r\n.pricing-card,\r\n.explore-signup-entice,\r\n.price-box,\r\n.cvv-hint-tooltip,\r\n.plan-choice,\r\n.date-selector td,\r\n.user-profile-sticky-bar:after,\r\n.review-thread,\r\n.card,\r\n.tutorial,\r\n.overview .card > div[style*=\"background\"],\r\n.Box:not([style*=\"background\"]),\r\n.Box-footer,\r\n.Box-row,\r\n.ScreenshotCarousel {\r\n background: #25272a !important;\r\n border-color: #4183c4 !important;\r\n}\r\n\r\n#readme .plain,\r\n.readme .markdown-body,\r\n.readme .plain,\r\n.pull-request-composer,\r\n.drag-and-drop,\r\n.octofication .broadcast-icon-mask,\r\n.file .image,\r\n.merge-pr-more-commits,\r\n.release-timeline-tags .expander-dots,\r\n.coupons .coupon-form-body,\r\n.manage-repo-access-group,\r\n.saved-reply-form,\r\n.timeline-progressive-disclosure-button,\r\n.orghead .edit-org:hover,\r\n.octotree_views,\r\n.simple-box {\r\n background: #25272a !important;\r\n border-color: #484848 !important;\r\n}\r\n\r\n.header,\r\n.headers,\r\n#readme .markdown-body,\r\n.social-count,\r\n.file,\r\n.markdown-body table tr:nth-child(2n),\r\n.steps li,\r\n.explore-section:nth-child(2n),\r\n.markdown-format table,\r\n.list-group-item,\r\n.chromed-list-browser .none p,\r\n.chromed-list-browser .error p,\r\n.list-browser-footer,\r\n.commandbar .choice:hover,\r\n#gollum-editor-help,\r\n.search-filter:hover,\r\n#wiki-history table tr:nth-child(2n) td,\r\n.display tr:hover,\r\n.octofication .message,\r\n.commandbar .loading:hover,\r\n.comment-content,\r\n.commandbar .message,\r\n.boxed-group-inner,\r\n#adv_code_search .search-page-label,\r\n.timeline-comment,\r\n#contributors-master svg.viz,\r\n.diff-table .line-comments,\r\n.menu,\r\nsvg.spark,\r\nsvg.capped-card-content,\r\nbody.api .content tbody,\r\n.markdown-format img:not(.emoji),\r\n.mini-repo-list,\r\n#common-issues,\r\n.full-commit .commit-meta,\r\n.setup-wrapper .oauth-permissions-details,\r\n.milestone-list,\r\n.setup-form .setup-plans,\r\n.prose-diff > .markdown-body,\r\n.revision .gu,\r\n.tree-browser td,\r\n.tree-browser .alt td,\r\n.branches .branch-summary,\r\n.branches .no-results-message,\r\n.simple-box-footer,\r\n.commit-group,\r\n.blankslate,\r\n.content table tr,\r\n#search-results,\r\ntable.files,\r\n.mergeable,\r\n.org-module,\r\n.org-add-footer,\r\n.branch-infobar,\r\ntable.capped-list tr:nth-child(2n),\r\n.team-org-group,\r\n#gollum-editor-help-wrapper,\r\n.integrations-quality,\r\n.showcase-featured .mo-info .featured-grid-outer,\r\n.render-shell,\r\n.list,\r\n.latest-commit .commit-author,\r\n.bubble,\r\n.tabs > a.selected,\r\n.oauth-org-access-details .boxed-group-list > li.on,\r\n#fullscreen_overlay,\r\n.timeline-new-comment .discussion-topic-header,\r\n.branch-action-body,\r\n.inline-comment-form,\r\n.file-history-tease .participation,\r\n.gist-quicksearch-result-header,\r\n.label-generic,\r\n.migrate-org-roles,\r\n.commit-tease .commit-meta,\r\n.manage-repo-access-icon,\r\n.table-list:not(.team-member-list),\r\n.repo-file-upload-progress,\r\n.gcr-ext-editor-dialog,\r\n.shade-gray,\r\n.exploregrid-item,\r\n.signed-commit-badge-small,\r\n.facebox-popup,\r\n.explore-signup-entice-wrapper,\r\n.billing-addon-items tr.total-row,\r\n.billing-addon-items tr.dark-row,\r\n.Box-body,\r\nli.pinned-repo-item,\r\n.js-contribution-graph h2 + div:last-child,\r\n.project-triage-pane,\r\n.user-profile-nav.is-stuck,\r\nbody .bg-white,\r\n[data-filterable-for=\"projects-filter\"] .container-lg,\r\n.review-summary-form-wrapper,\r\n#projects-results,\r\n.listgroup,\r\n.protected-branch-orgs-and-repo-admins,\r\n.listgroup-overflow,\r\n.org-sso-panel {\r\n background: #25272a !important;\r\n}\r\n\r\n.sidebar-module,\r\n.form-control {\r\n background-color: #25272a !important;\r\n border: 1px solid #343434 !important;\r\n}\r\n\r\n.markdown-body table tr,\r\n.blob-num-context,\r\n#user-content-toc td {\r\n background: #141414 !important;\r\n}\r\n\r\n.blame .blob-num,\r\n.blame-blob-num,\r\n.overall-summary,\r\n.repository-lang-stats,\r\n.collection-card,\r\n.team-grid .team,\r\n.blob-num-hunk,\r\n.blob-code-hunk,\r\n.blob-code-expandable,\r\n.code-list .divider .blob-num,\r\n.code-list .divider .blob-code,\r\n.blob-num-expandable,\r\n.expandable-line-num .diff-expander:hover,\r\n.pagination a,\r\n.blob-num[colspan],\r\n.build-status-item,\r\n.more-branches,\r\n.plan-choice.open,\r\n.uploaded-files > li.delete,\r\n.bg-gray-light,\r\n.more-repos,\r\n.billing-per-seat-callout:after {\r\n background: #25272a !important;\r\n}\r\n\r\n/* headers */\r\n\r\n.table-list-header,\r\n.timeline-comment-header,\r\n.boxed-group > h3,\r\n.boxed-group .heading,\r\n.file-header,\r\n.capped-card h3,\r\n.select-menu-header,\r\n#gist-form .file .meta,\r\n.file .meta,\r\n.file-box .meta,\r\n.menu-heading,\r\n.audit-results-header,\r\n.branches .branch-group-heading,\r\n.auth-form-header,\r\n.commit-form,\r\n.comment-form-head.tabnav,\r\n.page-responsive\r\n .previewable-comment-form\r\n .comment-form-head.tabnav\r\n .toolbar-commenting,\r\n.migration-jumbotron,\r\n.migration-sub-header,\r\n.commit-tease,\r\n.manage-repo-access-title,\r\n.select-menu-divider,\r\n.signed-commit-header,\r\n.reorderable-task-lists .markdown-body .task-list-item.hovered,\r\n.next-charge-box,\r\n.credit-card,\r\n.branch-action-body .merge-message,\r\n.review-thread-reply,\r\n.bg-gray,\r\na.card.bg-gray-light:hover,\r\n.add-member-team-list .team-row-header,\r\n.Box-header,\r\n.pagination .gap,\r\n.pagination .disabled,\r\n.pagination .gap:hover,\r\n.pagination .disabled:hover,\r\n.listgroup-header,\r\n.merge-status-item {\r\n background: #25272a !important;\r\n}\r\n\r\n@media all {\r\n .page-responsive .pagehead,\r\n .reponav-wrapper {\r\n background: #333 !important;\r\n }\r\n .border-md-top {\r\n border-top: none !important;\r\n }\r\n .tabnav--responsive .tabnav-tab {\r\n background-color: #25272a !important;\r\n }\r\n}\r\n\r\n.toolbar-item:hover {\r\n color: white !important;\r\n}\r\n\r\n.discussion-timeline-actions [type=\"submit\"] {\r\n margin: 0px 8px 0px 0px !important;\r\n}\r\n\r\n.timeline-new-comment .form-actions div {\r\n margin: 0 !important;\r\n}\r\n\r\n/* Navigation focus */\r\n\r\n.list-group-item.navigation-focus,\r\n.list-browser-item.navigation-focus,\r\n.headlines li:hover,\r\n.js-details-container.navigation-focus,\r\n.js-details-container.navigation-focus:nth-child(2n),\r\n.team-grid .team-members,\r\n.tree-browser tr.navigation-focus td,\r\n.issues-listing .table-list-issues .selectable:hover,\r\n.issues-listing .table-list-issues .navigation-focus,\r\n.setup-plans tr.selected,\r\n.notifications .navigation-focus,\r\n.sidebar-module ul ul li a:hover,\r\n.typeahead-result,\r\n.no-results,\r\n.link-overlay .link,\r\n#gollum-editor-help-list,\r\n.owner-select-target,\r\n.divider .blob-code div.highlight,\r\n.line[style^=\"background-color: rgb(255, 255, 204)\"],\r\n.oauth-org-access-details .boxed-group-list > li.on:hover,\r\npre div:hover,\r\ntable.files tr.navigation-focus td,\r\n.summary-stats li a:hover,\r\n.select-menu-item-parent.navigation-focus,\r\n.select-menu-item-parent.navigation-focus.selected,\r\n.pinned-repos-selection-list-item.selected,\r\n.Box-body-row--highlight.navigation-focus,\r\n.Box-body-row--highlight:hover,\r\ndiv.label-select-menu .select-menu-item.navigation-focus,\r\ndiv.label-select-menu .select-menu-item.navigation-focus.selected,\r\n.js-current .standalone a,\r\n.menu-item:hover,\r\n.Box-row--focus-gray.navigation-focus {\r\n background: #242424 !important;\r\n}\r\n\r\n#main,\r\n.capped-box,\r\n.unread_count,\r\n#browser table th,\r\n.markdown-format table th,\r\ntable.upgrades tr.current td,\r\n.definitions,\r\n.discussion-topic-header,\r\n.timeline-commits-minimal .commit-icon .octicon,\r\n.timeline-commits .commit-icon .octicon,\r\n.search-results-listing em,\r\n.discussion-bubble-inner,\r\n#wiki-history table td,\r\n.gist .gist-file .gist-data,\r\n.logo-box,\r\n.markdown-example .rendered,\r\n.team-grid .team-members,\r\n.diagram-icon:not(.active),\r\ntable.capped-list th,\r\n.filter-bar,\r\n.audit-search-clear,\r\n.country-info,\r\n.file-diff-split .empty-cell,\r\n.composer-infobar,\r\n.completeness-indicator-blank,\r\n.leaflet-control-zoom,\r\n.pagehead-tabs-item.selected,\r\n.reponav-item.selected,\r\n.ajax-pagination-form .ajax-pagination-btn:focus,\r\n.manage-repo-access-not-active,\r\n.header-search-scope,\r\n.reverse-progress-bar,\r\n.featurette.py-5,\r\n.payment-history .refunded,\r\n.payment-history .failed,\r\n.profile-timeline-month-heading.bg-white {\r\n background: #222 !important;\r\n}\r\n\r\nhr,\r\n.rule,\r\n#browser,\r\n.repos,\r\n.options-group,\r\n.pagehead ul.tabs li a.selected,\r\n.subnav-bar,\r\n.options-content,\r\nspan.gravatar,\r\n.browsered,\r\n.browsered .inner,\r\n.subnav-bar > ul > li > ul,\r\n.comment-form ul.tabs a.selected,\r\n.issue.open.read .summary,\r\n.unselected_month,\r\n.commits th,\r\n#MathJax_Message,\r\n.chzn-single,\r\n.user-commits,\r\n.user-commits th,\r\n.metabox,\r\n.ranked-repositories > li,\r\n.pagehead ul.actions,\r\n#issues_search .comment,\r\n#header-wrapper,\r\nul.feature-tabs li.highlight,\r\n.pagination,\r\n.filterbar .filters li,\r\n.starting-comment .body,\r\n.list-tip,\r\n.commit_oneline,\r\n.filterbox,\r\n.conversation-list-heading .inner,\r\n.autocomplete-results,\r\n.new-comments .body,\r\n.display tr,\r\n.render-container,\r\n.boxed-group-table th,\r\n.features-highlight,\r\n.outline-box-highlighted,\r\n.nav-bar-tabs,\r\n#watchers li,\r\n.browser .listing,\r\n.item,\r\n.context-pane,\r\n.context-loader,\r\n.sidebar .module,\r\n.tip-body,\r\n#assignee,\r\n.commit_oneline td,\r\n.notifications th,\r\n.content table th,\r\n.repo-collection > ul,\r\n#graph_data .tab.selected,\r\n.full-width-divider,\r\n.markdown-body .csv-data th,\r\nh3.conversation-list-heading strong,\r\n.blog-feedback,\r\n.facebox-footer,\r\n.invited-banner,\r\n.gcr-ext-editor-close,\r\n.gcr-ext-editor-header,\r\n.logos-download-link {\r\n background: #222 !important;\r\n border-color: #343434 !important;\r\n}\r\n\r\n.btn:disabled,\r\n.btn:disabled:hover,\r\n.btn.disabled,\r\n.btn.disabled:hover,\r\nbutton.button:disabled,\r\nbutton.button:disabled:hover,\r\nbutton.button.disabled,\r\nbutton.button.disabled:hover,\r\nbutton.minibutton:disabled,\r\nbutton.minibutton:disabled:hover,\r\nbutton.minibutton.disabled,\r\nspan.minibutton.disabled,\r\na.minibutton.disabled,\r\nbutton.minibutton.disabled:hover,\r\na.minibutton:disabled:hover,\r\na.minibutton.disabled:hover,\r\nspan.minibutton:disabled:hover,\r\nspan.minibutton.disabled:hover,\r\n.search-result-group,\r\n.gist-quicksearch-result-group {\r\n background: #222 !important;\r\n border-color: #282828 !important;\r\n color: #444 !important;\r\n}\r\n\r\n.btn-outline:disabled,\r\n.btn-outline:disabled:hover,\r\n.btn-outline.disabled,\r\n.btn-outline.disabled:hover,\r\n.btn.btn-outline:disabled,\r\n.btn.btn-outline:disabled:hover,\r\n.btn.btn-outline.disabled,\r\n.btn.btn-outline.disabled:hover {\r\n background: #222 !important;\r\n border-color: #343434 !important;\r\n color: #444 !important;\r\n}\r\n\r\n.list-browser-item.closed,\r\n.content .verseblock-content,\r\n.content .verseblock-content,\r\n.simple-stacked-bar,\r\n.date_selector td.selectable_day:hover,\r\n.date_selector td.selectable_day.hover,\r\n.pagination a:hover,\r\n.pagination a:focus,\r\n.pagination span:hover,\r\n.pagination span:focus,\r\n.pagination em:not(.current):hover,\r\n.pagination em:not(.current):focus,\r\n.dropdown-divider,\r\n.js-current .standalone a,\r\n.sidebar-module .disable > a,\r\n.label-select-menu div.labelstyle-000000.selected,\r\n.ScreenshotCarousel-navitem.selected {\r\n background: #282828 !important;\r\n}\r\n\r\ndiv#common-issues ul li a:hover,\r\n.rss-subscribe:hover {\r\n background-color: #282828 !important;\r\n}\r\n\r\n/* hr to match border color */\r\n\r\n.markdown-body hr {\r\n background: #343434 !important;\r\n}\r\n\r\n#network .current-repository {\r\n background: #343434 !important;\r\n box-shadow: 0 0 0 2px #343434 !important;\r\n}\r\n\r\n.blame-commit-next .blame-commit-info,\r\n.blame-commit-next + .blame-line,\r\n.ScreenshotCarousel-nav {\r\n box-shadow: inset 0 1px 0 #343434 !important;\r\n}\r\n\r\n/* semi-transparent */\r\n\r\n.pagehead,\r\n.context-loader.large-format-loader,\r\n#graphs .loader,\r\n.org-header,\r\n.render-shell .slider,\r\n.illflow-item:not(.selected):hover,\r\n.leaflet-control-attribution,\r\n.orghead {\r\n background: #333 !important;\r\n}\r\n\r\n.explore-signup-entice-inner {\r\n background: rgba(24, 24, 24, 0.9) !important;\r\n}\r\n\r\n.starred-repo.navigation-focus,\r\n.marketing-section-stripe,\r\n.blob-expanded .blob-num,\r\n.blob-expanded .blob-code,\r\n.migration-section-grey {\r\n background: rgba(50, 50, 50, 0.5) !important;\r\n}\r\n\r\n.svg-tip {\r\n background: rgba(12, 12, 12, 0.8) !important;\r\n}\r\n\r\n.svg-tip:after {\r\n border-top-color: rgba(12, 12, 12, 0.9) !important;\r\n}\r\n\r\n.shelf {\r\n background-color: rgba(0, 0, 0, 0.2) !important;\r\n background-image: none !important;\r\n}\r\n\r\n/* page overlay */\r\n\r\n.select-menu-loading-overlay,\r\n.slow-loading-overlay,\r\n.branches .loading-overlay {\r\n background-color: rgba(24, 24, 24, 0.6) !important;\r\n}\r\n\r\n/* #333 */\r\n\r\n.pagehead ul.actions a.feed,\r\n.explore h2 .feed,\r\n#code_search_instructions h2,\r\ntd.inst,\r\n.metabox-loader,\r\n.pull-flag,\r\n.browser-content,\r\n.filterbar ul.filters li,\r\n.pagehead ul.tabs li.contextswitch,\r\n#wiki-header > div,\r\n.pagehead ul.tabs li.contextswitch:hover,\r\n.bigbutton a,\r\n#new_message,\r\n#issues_next ul.sorts li,\r\nul.sorts li.asc,\r\nul.sorts li.desc,\r\n.listings-layout .columns.main .content,\r\n.fieldswrap,\r\n.filterbar li.selected,\r\n#issues_next ul.filters li,\r\ntable.instruction tr:nth-child(2n),\r\n.email-hidden-toggle a,\r\n#commit-activity-master-head,\r\n.action-indicator,\r\n.pull-head .diffstat,\r\nul.suggestions,\r\n.discusion-topic-infobar,\r\n.jstree-wholerow-hovered,\r\n.bubble-contents,\r\n.ellipsis-button,\r\n.filter-list li span.bar,\r\n.selectable_day.today,\r\n.billing-plans .current,\r\n.billing-section .usage-bar,\r\n.issue-list em,\r\n.file-info-divider,\r\n.pagehead ul.tabs li a:hover,\r\n.repos .bottom-bar,\r\n#languages .popular,\r\n.tip-box h4,\r\ntable.upgrades td,\r\n.commit-preview .message,\r\n.commit-preview p.error,\r\n.pagehead ul.tabs li.contextswitch,\r\n#browser tr th,\r\n.status-box h4,\r\n.line_numbers,\r\n#files span.icon,\r\n#issues_list .actions,\r\n#repos .public,\r\n.inset-callout,\r\n#repo-message,\r\n.repo-private-label,\r\n.label-admin,\r\na.team-member-ellipsis,\r\n.code-list em,\r\n.user-list em,\r\n.credit-card.normal .signature,\r\n.credit-card.amex .gladiator,\r\n.subnav-item:hover,\r\n.subnav-item:focus,\r\n.wiki-list em,\r\n.progress-bar:not(.anim-grow-x),\r\n.header-search-scope:hover {\r\n background: #333 !important;\r\n}\r\n\r\n.comment-form,\r\n#issues .labels,\r\n.listings .odd,\r\n.feed,\r\n#files .description,\r\n#message .envelope .header .info .title.unread,\r\nli.contextswitch ul li.current,\r\n.watcher-widget,\r\nul.main_nav li.selected a,\r\nul.states li,\r\n.add_file,\r\n.inset,\r\nli.label,\r\n.filterbar,\r\n.divider-vertical,\r\n.user-commits td,\r\n.starting-comment .infobar,\r\n#issues_next .infobar,\r\n.formbody,\r\n.commandbar .display,\r\n.none p,\r\n.display div.choice,\r\nul.fieldpills li,\r\n.documentation-results a,\r\n.plans-pricing-callout,\r\n.auto-search-group .search-filters,\r\n.editbox,\r\n.editbox .body,\r\n.commentstyle,\r\n#issues .display,\r\n#issues .display .admin,\r\n#issues .labels .list li,\r\n.issue .summary,\r\n.hidden-text-expander a,\r\n.view-modes,\r\n.standard_form,\r\n#reply_body,\r\n#commit div,\r\n#commit td,\r\n#commit tr,\r\n#commit .envelope,\r\n.file-minibutton,\r\n.context-pane .title,\r\n.browser .listing:hover,\r\n#dashboard .repos,\r\n.date_selector .btn,\r\n.list-module .list-body,\r\n.list-module a,\r\n.label-permissions,\r\n.tree-browser th,\r\n.browser .listing.closed,\r\n.starting-comment,\r\n.section-nav a:hover,\r\n.chzn-drop,\r\n.module .inner,\r\n.team-repositories-blankslate,\r\n.discussion-event-status-head_ref_deleted .discussion-item-icon,\r\n.pull-head,\r\n.tabs,\r\n#browser td,\r\n#issues_next li.selected,\r\n.avatarname img,\r\n#readme .name,\r\n#wiki-history .author img,\r\n.options-content h3,\r\n.display div.choice:nth-child(2n + 1),\r\n#issues-dashboard .actions,\r\n.list-tip a:hover,\r\n.select-menu-tabs .select-menu-tab.selected,\r\n.select-menu-tab .selected {\r\n background-color: #333 !important;\r\n border-color: #484848 !important;\r\n}\r\n\r\n/* contribution calendar and blame heats */\r\n\r\n.calendar-graph rect[fill=\"#c6e48b\"],\r\n.calendar-graph rect[fill=\"#7bc96f\"],\r\n.calendar-graph rect[fill=\"#239a3b\"],\r\n.calendar-graph rect[fill=\"#196127\"],\r\n.heat,\r\n.contrib-legend li {\r\n background-color: #4183c4 !important;\r\n fill: #4183c4 !important;\r\n}\r\n\r\n.calendar-graph .days-selected rect.day.active {\r\n stroke: #ddd !important;\r\n}\r\n\r\n.calendar-graph rect.day:hover {\r\n stroke: #fff !important;\r\n}\r\n\r\n/* contribution calendar - regular colors */\r\n\r\n.calendar-graph rect[fill=\"#ebedf0\"],\r\n.contrib-legend li[style*=\"#ebedf0\"] {\r\n background-color: #222 !important;\r\n fill: #222 !important;\r\n}\r\n\r\n.heat[data-heat=\"1\"],\r\n.heat[data-heat=\"2\"],\r\n.calendar-graph rect[fill=\"#c6e48b\"],\r\n.contrib-legend li[style*=\"#c6e48b\"] {\r\n opacity: 0.25 !important;\r\n}\r\n\r\n.heat[data-heat=\"3\"],\r\n.heat[data-heat=\"4\"],\r\n.calendar-graph rect[fill=\"#7bc96f\"],\r\n.contrib-legend li[style*=\"#7bc96f\"] {\r\n opacity: 0.5 !important;\r\n}\r\n\r\n.heat[data-heat=\"5\"],\r\n.heat[data-heat=\"6\"],\r\n.calendar-graph rect[fill=\"#239a3b\"],\r\n.contrib-legend li[style*=\"#239a3b\"] {\r\n opacity: 0.75 !important;\r\n}\r\n\r\n.heat[data-heat=\"7\"],\r\n.heat[data-heat=\"8\"],\r\n.calendar-graph rect[fill=\"#196127\"],\r\n.contrib-legend li[style*=\"#196127\"] {\r\n opacity: 1 !important;\r\n}\r\n\r\n/* contribution calendar - halloween colors */\r\n\r\n.calendar-graph rect[fill=\"#FFEE4A\"],\r\n.calendar-graph rect[fill=\"#FFC501\"],\r\n.calendar-graph rect[fill=\"#FE9600\"],\r\n.contrib-legend li[style*=\"#FFEE4A\"],\r\n.contrib-legend li[style*=\"#FFC501\"],\r\n.contrib-legend li[style*=\"#FE9600\"] {\r\n background-color: #fe9600 !important;\r\n fill: #fe9600 !important;\r\n}\r\n\r\n.calendar-graph rect[fill=\"#FFEE4A\"],\r\n.contrib-legend li[style*=\"#FFEE4A\"] {\r\n opacity: 0.2 !important;\r\n}\r\n\r\n.calendar-graph rect[fill=\"#FFC501\"],\r\n.contrib-legend li[style*=\"#FFC501\"] {\r\n opacity: 0.4 !important;\r\n}\r\n\r\n.calendar-graph rect[fill=\"#FE9600\"],\r\n.contrib-legend li[style*=\"#FE9600\"] {\r\n opacity: 0.8 !important;\r\n}\r\n\r\n.calendar-graph rect[fill=\"#03001C\"],\r\n.contrib-legend li[style*=\"#03001C\"] {\r\n background-color: #fc3 !important;\r\n fill: #fc3 !important;\r\n}\r\n\r\n.progress-bar.anim-grow-x,\r\n.dev-hero {\r\n filter: brightness(75%) !important;\r\n}\r\n\r\n/* invert (rgb) */\r\n\r\n#network .repo img:not(.gravatar),\r\n#header .logo,\r\nimg[src=\"/images/logo@2x.png\"],\r\n.site-logo a,\r\n.github-jobs-promotion a.jobs-logo strong,\r\niframe[src*=\"polldaddy.com\"],\r\n.jstree-node:not(.jstree-leaf) > .jstree-icon.jstree-ocl,\r\n.octotree_toggle .loader,\r\n.swipe .swipe-frame .swipe-bar .top-handle,\r\n.swipe .swipe-frame .swipe-bar .bottom-handle,\r\n.onion-skin .controls .transparent,\r\n.onion-skin .controls .opaque,\r\n.onion-skin .controls .slider .slider-track,\r\n.onion-skin .controls .slider .slider-track .dragger,\r\n.leaflet-control-zoom a,\r\n.leaflet-control-attribution.leaflet-compact-attribution:after,\r\nimg[src$=\"favicons.githubusercontent.com/github.com\"],\r\nimg[src$=\"invertocat.png\"],\r\n.ghd-invert,\r\n.render-shell img.math,\r\n#footer .github img {\r\n -webkit-filter: invert(100%) hue-rotate(180deg) !important;\r\n filter: invert(100%) hue-rotate(180deg) !important;\r\n}\r\n\r\n/* invert network graph */\r\n\r\ndiv#network.network > div > canvas {\r\n -webkit-filter: invert(90%) hue-rotate(180deg) !important;\r\n filter: invert(90%) hue-rotate(180deg) !important;\r\n}\r\n\r\n/* invert problematic emoji */\r\n\r\n/* images */\r\n\r\n[alt=\":soon:\"],\r\n[alt=\":on:\"],\r\n[alt=\":end:\"],\r\n[alt=\":heavy_dollar_sign:\"],\r\n[alt=\":registered:\"],\r\n[alt=\":tm:\"],\r\n[alt=\":heavy_multiplication_x:\"],\r\n[alt=\":heavy_plus_sign:\"],\r\n[alt=\":heavy_minus_sign:\"],\r\n[alt=\":heavy_division_sign:\"],\r\n[alt=\":heavy_check_mark:\"],\r\n[alt=\":arrows_clockwise:\"],\r\n[alt=\":wavy_dash:\"],\r\n[alt=\":curly_loop:\"],\r\n[alt=\":copyright:\"],\r\n[alt=\":currency_exchange:\"],\r\n[alt=\":top:\"],\r\n[alt=\":back:\"],\r\n[alt=\":zzz:\"],\r\n[alt=\":notes:\"],\r\n[alt=\":musical_score:\"],\r\n[alt=\":black_large_square:\"],\r\n[alt=\":black_medium_small_square:\"],\r\n[alt=\":ant:\"],\r\n[alt=\":musical_note:\"],\r\n[alt=\":loop:\"],\r\n[alt=\":feet:\"],\r\n[alt=\":paw_prints:\"],\r\n\r\n/* unicode */\r\n\r\n\r\n/* some emoji don't need to be inverted on Windows */\r\n\r\n\r\n/* from https://github.com/Dunedan/mbp-2016-linux on Windows*/\r\n\r\n\r\n/* <g-emoji alias=\"heavy_check_mark\"\r\n fallback-src=\"https://assets-cdn.github.com/images/icons/emoji/unicode/2714.png\"\r\n ios-version=\"6.0\"></g-emoji> */\r\n\r\n[alias=\"soon\"],\r\n[alias=\"on\"],\r\n[alias=\"end\"],\r\n[alias=\"heavy_dollar_sign\"],\r\n[alias=\"registered\"],\r\n[alias=\"tm\"],\r\n[alias=\"heavy_multiplication_x\"],\r\n[alias=\"heavy_plus_sign\"],\r\n[alias=\"heavy_minus_sign\"],\r\n[alias=\"heavy_division_sign\"],\r\n[alias=\"arrows_clockwise\"],\r\n[alias=\"wavy_dash\"],\r\n[alias=\"curly_loop\"],\r\n[alias=\"copyright\"],\r\n[alias=\"currency_exchange\"],\r\n[alias=\"top\"],\r\n[alias=\"back\"],\r\n[alias=\"zzz\"],\r\n[alias=\"notes\"],\r\n[alias=\"musical_score\"],\r\n[alias=\"black_large_square\"],\r\n[alias=\"black_medium_small_square\"],\r\n[alias=\"ant\"],\r\n[alias=\"musical_note\"],\r\n[alias=\"loop\"],\r\n[alias=\"feet\"],\r\n[alias=\"paw_prints\"] {\r\n -webkit-filter: invert(100%) hue-rotate(180deg) brightness(80%) !important;\r\n filter: invert(100%) hue-rotate(180deg) brightness(80%) !important;\r\n background: transparent !important;\r\n}\r\n\r\n/* Invert problematic emoji fallback images used on Windows */\r\n\r\n/* use tools/unicode-gen.js to generate */\r\n\r\ng-emoji[fallback-src$=\"2795.png\"],\r\ng-emoji[fallback-src$=\"2796.png\"],\r\ng-emoji[fallback-src$=\"2797.png\"],\r\ng-emoji[fallback-src$=\"27b0.png\"],\r\ng-emoji[fallback-src$=\"2b1b.png\"],\r\ng-emoji[fallback-src$=\"25fe.png\"],\r\ng-emoji[fallback-src$=\"1f3b6.png\"],\r\ng-emoji[fallback-src$=\"1f3bc.png\"],\r\ng-emoji[fallback-src$=\"1f4b1.png\"],\r\ng-emoji[fallback-src$=\"1f4b2.png\"],\r\ng-emoji[fallback-src$=\"1f503.png\"],\r\ng-emoji[fallback-src$=\"1f519.png\"],\r\ng-emoji[fallback-src$=\"1f51a.png\"],\r\ng-emoji[fallback-src$=\"1f51b.png\"],\r\ng-emoji[fallback-src$=\"1f51c.png\"],\r\ng-emoji[fallback-src$=\"1f51d.png\"],\r\ng-emoji[fallback-src$=\"1f3b5.png\"],\r\ng-emoji[fallback-src$=\"27bf.png\"],\r\ng-emoji[fallback-src$=\"1f43e.png\"],\r\ng-emoji[fallback-src$=\"1f43e.png\"] {\r\n -webkit-filter: invert(83%) !important;\r\n filter: invert(83%) !important;\r\n}\r\n\r\n.leaflet-tile-container img {\r\n -webkit-filter: invert(100%) hue-rotate(180deg) brightness(150%) !important;\r\n filter: invert(100%) hue-rotate(180deg) brightness(150%) !important;\r\n}\r\n\r\n.leaflet-marker-pane img,\r\n.gundamcat {\r\n -webkit-filter: brightness(0.8) !important;\r\n filter: brightness(0.8) !important;\r\n}\r\n\r\n/* invert #fff to #25272a */\r\n\r\n/* https://github.com/sujitpal/statlearning-notebooks/blob/master/src/chapter2.ipynb */\r\n\r\n.output_area img,\r\ntable.pricing-table,\r\ndiv[id^=\"contribution-first\"] img,\r\ndiv[id^=\"contribution-joined-github\"] img,\r\ndiv[id^=\"contribution-created\"] img,\r\n.project-preview-img img,\r\nimg[src$=\"bg-callout.svg\"],\r\nimg[data-canonical-src*=\"saucelabs.com/browser-matrix\"] {\r\n -webkit-filter: invert(90.5%) hue-rotate(180deg) saturate(200%) !important;\r\n filter: invert(90.5%) hue-rotate(180deg) saturate(200%) !important;\r\n}\r\n\r\n/* workaround filter creating a stacking context */\r\n\r\n.contribution-first-issue,\r\n.contribution-first-pull-request,\r\n.contribution-first-repository {\r\n opacity: 0.999 !important;\r\n}\r\n\r\n/* brighten language colors */\r\n\r\n.language-color {\r\n -webkit-filter: brightness(150%) !important;\r\n filter: brightness(150%) !important;\r\n}\r\n\r\n/* soft badges */\r\n\r\n.box-title-count {\r\n background-color: #484848 !important;\r\n color: #ccc !important;\r\n}\r\n\r\n/* svg styling */\r\n\r\nline,\r\nrect,\r\npath {\r\n shape-rendering: geometricPrecision !important;\r\n}\r\n\r\n.js-graph-punchcard svg.viz {\r\n background: transparent !important;\r\n border: none !important;\r\n}\r\n\r\n.octicon,\r\nsvg.octicon {\r\n fill: currentColor !important;\r\n}\r\n\r\n.reorderable-task-lists .markdown-body .task-list-item .drag-handle {\r\n fill: #c0c0c0 !important;\r\n}\r\n\r\n/* Firefox: Exclude text inside an svg loaded through an img, as seen in svg badges */\r\n\r\n*:not(img) text,\r\ncircle.day {\r\n fill: #ccc !important;\r\n}\r\n\r\ncircle.day:hover {\r\n fill: #fff !important;\r\n}\r\n\r\npath.js-diff-placeholder {\r\n fill: #282828 !important;\r\n}\r\n\r\n#contributors-master svg.viz {\r\n display: block !important;\r\n}\r\n\r\ng.dots circle {\r\n stroke: #222 !important;\r\n}\r\n\r\n.traffic-graph\r\n g.axis:not(.views):not(.unique)\r\n g.tick:not(:nth-child(14)):not(:first-child)\r\n line,\r\ng.axis path,\r\nline.axis,\r\nsvg:not(.vis) g.axis line {\r\n stroke: #444 !important;\r\n}\r\n\r\nsvg .path:not(.total):not(.unique):not(.views) {\r\n stroke: #aaa !important;\r\n}\r\n\r\n#commit-activity-detail path.path,\r\n.traffic-graph g.x.axis g.tick:first-child line {\r\n stroke: #1db34f !important;\r\n}\r\n\r\n.traffic-graph g.x.axis g.tick:nth-child(14) line {\r\n stroke: #1d7fb3 !important;\r\n}\r\n\r\nsvg.tick {\r\n fill: #444 !important;\r\n}\r\n\r\n.features-branch-diagram path[stroke=\"#c6d9ed\"],\r\n.features-branch-diagram path[stroke=\"#4182C4\"] {\r\n stroke: #4183c4 !important;\r\n}\r\n\r\n.features-branch-diagram circle[fill=\"#4183c4\"],\r\n.repo-list-stats a.issues:hover svg {\r\n fill: #4183c4 !important;\r\n}\r\n\r\n.features-branch-diagram circle[stroke=\"#ffffff\"] {\r\n stroke: #222 !important;\r\n}\r\n\r\nrect.map-background,\r\n.audit-log-map {\r\n fill: #1e4062 !important;\r\n background: #1e4062 !important;\r\n}\r\n\r\npath.land {\r\n stroke: #17334f !important;\r\n}\r\n\r\ncircle.audit-point {\r\n fill: #742d14 !important;\r\n stroke: #57210f !important;\r\n}\r\n\r\n.graphs .selection rect {\r\n fill: #888 !important;\r\n stroke: #888 !important;\r\n}\r\n\r\nul.sidetabs li a:hover,\r\n.editbox h1,\r\n#issues .labels .admin,\r\n#issues .display .sortbar,\r\n#facebox .close,\r\n#issues_search .wrapper,\r\n.ranked-repositories .meta a,\r\n.actor,\r\nul.nav.logged_out,\r\n.tip-box a.next,\r\n#inbox .list .unread,\r\n.main .filterbar,\r\n.browser-content .footerbar,\r\nul.smalltabs,\r\n.snippet,\r\n.supportstaffer,\r\n.discussion-form,\r\n.chooser-box,\r\n.chooser-box h3,\r\n#forkqueue .instructions,\r\n.selector-item.clear:hover,\r\n#contributors-master svg,\r\n.inset-callout h2,\r\n.documentation ul.nav,\r\n.date_selector td.selected,\r\n#contributors-master,\r\n.context-title,\r\n.list-module h2,\r\n.bootcamp-help h1,\r\ntable.files tr.up-tree a:hover,\r\n.ellipsis-button:hover,\r\n.codesearch-results .repo-list-name em,\r\n.codesearch-results .repo-list-description em,\r\n.blog-search-results em,\r\n.codesearch-cols em,\r\nul.bignav li a:hover,\r\nul.smallnav li a:hover,\r\n.comments-wrapper,\r\n.rackspace,\r\n.subnav-bar > ul > li > ul > li > a:hover,\r\n.issue.active,\r\n.orgs-nav .count,\r\n.filter-item:not(.selected):hover,\r\n.task-progress .progress-bar .progress,\r\n.oauth-connection-illustration .oauth-image,\r\n.manage-repo-access-wrapper:before,\r\n.counter,\r\n.Counter {\r\n background: #444 !important;\r\n}\r\n\r\n.hidden-text-expander a,\r\n.ellipsis-expander,\r\n.profile-timeline-month-heading:after,\r\n.review-comment-contents:after,\r\n.review-comment.is-comment-editing:after {\r\n background: #383838 !important;\r\n}\r\n\r\n.switcher > span:after,\r\n.list-module a:hover,\r\n.section-nav .active a,\r\n#dashboard .filter-bar li a.filter_selected:after {\r\n background-color: #555 !important;\r\n}\r\n\r\n.state-widget .behind .bar,\r\n.settings-email .label:not(.default),\r\n.key,\r\n.date:after,\r\n.branch-a-b-count .bar,\r\n.branch-a-b-count .meter,\r\n.branch-action-state-dirty .branch-action-icon,\r\n.branch-action-state-closed-dirty .branch-action-icon,\r\n.completeness-indicator-problem,\r\n.hidden-text-expander a:hover,\r\n.ellipsis-expander:hover {\r\n background: #555 !important;\r\n}\r\n\r\n.labels .label-neutral,\r\nli.ssh-key .ssh-key-state-indicator.not-recent,\r\n.render-shell > .slider .dragger {\r\n background: #666 !important;\r\n}\r\n\r\n.diverge-widget .separator {\r\n background: #ccc !important;\r\n}\r\n\r\n#network canvas {\r\n background: #fff !important;\r\n}\r\n\r\n.state-widget .ahead .bar,\r\n.render-shell > .slider .dragger:hover,\r\n.render-shell > .slider .dragger:active {\r\n background: #999 !important;\r\n}\r\n\r\n/* actions in issues - this style needs to be after .bubble */\r\n\r\n.action-bubble .bubble,\r\n.suggester {\r\n background: transparent !important;\r\n}\r\n\r\n/* blue box */\r\n\r\n.timeline-comment.current-user .timeline-comment-header,\r\n.github-jobs-promotion p,\r\n.octotip,\r\n.markdown-format .alert:not(.warning),\r\n.full-commit.commit,\r\n.flash,\r\n.bootcamp h1,\r\n.bootcamp-body,\r\n.owners-notice,\r\n.full-commit .browse-button,\r\n.blob-history,\r\na.branch-name,\r\n.branch-name,\r\n.new-user-avatar-cta,\r\n.jstree-wholerow-clicked,\r\n.commit-ref,\r\n.api .alert,\r\n.file-history-tease,\r\n.flash,\r\n.flash-global,\r\n.feature-banner,\r\n.recently-touched-branches,\r\n.comment-reactions .user-has-reacted,\r\n.pr-toolbar .subset-files-tab,\r\narticle.full .alert,\r\n.project-updated-message,\r\n.btn.btn-blue,\r\n.hook-delivery-guid,\r\n.topic-tag,\r\n.topic-tag-action,\r\n.delete-topic-button,\r\n.topic-tag-action .add-topic-button,\r\n.topic-tag-action .remove-topic-button,\r\n.RecentBranches {\r\n background: #182030 !important;\r\n}\r\n\r\n.repo-file-upload-progress .repo-file-upload-meter,\r\n.btn.btn-blue:hover,\r\n.topic-tag-link:hover,\r\n.delete-topic-button:hover {\r\n background: #273045 !important;\r\n}\r\n\r\n.bg-blue,\r\n.discussion-item-changes-marker.is-unread .discussion-item-icon {\r\n background: #4183c4 !important;\r\n}\r\n\r\n.timeline-comment.current-user .timeline-comment-header,\r\n.new-user-avatar-cta,\r\n.full-commit .browse-button,\r\n.markdown-format .alert p,\r\n.blob-history,\r\n.flash,\r\n.flash-global,\r\n.feature-banner,\r\n.recently-touched-branches,\r\n.recently-touched-branches li,\r\n.pr-toolbar .subset-files-tab,\r\n.alert.tip,\r\narticle.full .alert a,\r\n.project-updated-message,\r\n.timeline-comment-label.collaborator-comment,\r\n.hook-delivery-guid .octicon,\r\n.hook-delivery-guid a,\r\n.RecentBranches,\r\n.RecentBranches-item-link {\r\n color: #9daccc !important;\r\n}\r\n\r\n.RecentBranches-item,\r\n.commit-ref .user {\r\n color: #6d7c9c !important;\r\n}\r\n\r\n.timeline-comment.current-user,\r\n.github-jobs-promotion p,\r\n.octotip,\r\n.markdown-format .alert:not(.warning),\r\n.full-commit.commit,\r\n.bootcamp .bootcamp-body,\r\n.bootcamp h1,\r\n.owners-notice,\r\n.new-user-avatar-cta,\r\n.full-commit .browse-button,\r\n.commit-ref,\r\na.branch-name,\r\n.branch-name,\r\n.timeline-comment.current-user .timeline-comment-header .timeline-comment-label,\r\n.file-history-tease,\r\n.flash,\r\n.flash-global,\r\n.feature-banner,\r\n.recently-touched-branches,\r\n.timeline-progressive-disclosure-items button,\r\n.pr-toolbar .subset-files-tab,\r\narticle.full .alert,\r\n.btn.btn-blue,\r\n.topic-tag,\r\n.RecentBranches,\r\n.js-tag-input-tag {\r\n border: 1px solid #2c5f98 !important;\r\n}\r\n\r\n.repo-file-upload-progress,\r\n.project-updated-message,\r\n.delete-topic-button,\r\n.topic-tag-action .add-topic-button,\r\n.topic-tag-action .remove-topic-button {\r\n border-color: #246 !important;\r\n}\r\n\r\n.timeline-comment.current-user .timeline-comment-header,\r\n.blob-history,\r\n.recently-touched-branches li {\r\n border-bottom-color: #246 !important;\r\n}\r\n\r\n.blob-history,\r\n.file-history-tease .participation {\r\n border-top: 1px solid #246 !important;\r\n}\r\n\r\n.timeline-comment.current-user,\r\n.timeline-comment.current-user:after {\r\n border-right-color: #2c5f98 !important;\r\n}\r\n\r\n.flash,\r\n.markdown-format .alert a,\r\n.api .alert,\r\na.branch-name,\r\n.branch-name,\r\narticle.full .alert {\r\n border-color: #264c72 !important;\r\n color: #c8d0e1 !important;\r\n}\r\n\r\n.social-count:before {\r\n border-right-color: #333 !important;\r\n border-width: 5px !important;\r\n margin-top: -4px !important;\r\n}\r\n\r\n.social-count:after,\r\n#new_hook .fields {\r\n border-width: 0 !important;\r\n}\r\n\r\n.commit-icon .octicon {\r\n border-radius: 100% !important;\r\n}\r\n\r\n/* original colors */\r\n\r\n.discussion-item-integrations-callout .discussion-item-icon {\r\n background: #4095c6 !important;\r\n}\r\n\r\n/* notebooks */\r\n\r\n.input_prompt {\r\n color: hsla(234, 100%, 65%, 1) !important;\r\n}\r\n\r\n.output_prompt {\r\n color: hsla(0, 100%, 65%, 1) !important;\r\n}\r\n\r\n/* gradient */\r\n\r\n/* file drag&drop overlay */\r\n\r\n.repo-file-upload-tree-target {\r\n background: radial-gradient(\r\n ellipse at center,\r\n #000 0%,\r\n rgba(0, 0, 0, 0.6) 65%,\r\n rgba(0, 0, 0, 0.6) 100%\r\n ) !important;\r\n}\r\n\r\n/* light grey gradient */\r\n\r\n.btn:hover,\r\n.btn:active,\r\n.btn.zeroclipboard-is-hover,\r\n.btn.zeroclipboard-is-active,\r\n.minibutton:hover,\r\n.minibutton:active,\r\n.minibutton.zeroclipboard-is-hover,\r\n.minibutton.zeroclipboard-is-active.kbd,\r\n.signup-button:hover,\r\na.signin:hover,\r\n.hero .textographic,\r\n.hero .screenographic,\r\n.pagination span.current,\r\n.box-action:active,\r\n.btn:active,\r\n.btn.selected,\r\n.btn.selected:hover,\r\n.btn.zeroclipboard-is-active,\r\n.minibutton:active,\r\n.minibutton.selected,\r\n.minibutton.selected:hover,\r\n.minibutton.zeroclipboard-is-active,\r\n.octotree_toggle:hover,\r\nbutton.button:hover,\r\na.button:hover,\r\nspan.button:hover,\r\nbutton.minibutton:hover,\r\na.minibutton:hover,\r\nspan.minibutton:hover,\r\n.clone-url-button.selected > .clone-url-link,\r\n.clone-url-button.selected > .clone-url-link:hover,\r\nul#bootcamp li a:hover h4 {\r\n background: linear-gradient(#303030, #282828) !important;\r\n border-color: #484848 !important;\r\n}\r\n\r\n/* dark grey gradient */\r\n\r\n.btn,\r\ninput.btn,\r\nheader.nav-bar,\r\n.bubble .bubble-title,\r\nkbd,\r\na.feed,\r\n.list-browser-filterbar,\r\n.gobutton,\r\n.comment-header,\r\n.pagehead ul.tabs li a,\r\n.login_form input[type=\"submit\"],\r\n.top-bar,\r\nul#bootcamp li a h4,\r\n#gists .context-menu-container,\r\nbody#com #header,\r\n.white-nav .selected span,\r\n.filter-tab,\r\n#header-wrapper,\r\n#header-wrapper .nav,\r\n.pagination span,\r\n.cheatsheet h2,\r\n.section a.section-head,\r\n.octotree_view_header,\r\n.list-heading,\r\n.dashboard-tabs li a,\r\na.function-button,\r\n.add-pill-form,\r\n.gist .gist-file .gist-meta,\r\n.octotree_toggle,\r\nul.comparison-list > li.title,\r\nbutton.button,\r\na.button,\r\nspan.button,\r\nbutton.minibutton,\r\na.minibutton,\r\nspan.minibutton,\r\n.clone-url-button > .clone-url-link {\r\n background: linear-gradient(#25272a, #25272a) !important;\r\n border-color: #383838 !important;\r\n}\r\n\r\n.search-form button,\r\n.issues-list-actions,\r\na.gollum-minibutton,\r\na.gollum-minibutton:visited {\r\n background: linear-gradient(#25272a, #25272a) !important;\r\n}\r\n\r\n/* inverted dark grey gradient */\r\n\r\n.asc .sort-type,\r\n.desc .sort-type,\r\n.mini-bar-graph,\r\n.issues-list > ul > li.unread,\r\n.timeline-commits-header,\r\n.usage-bar dd,\r\n.render-bar {\r\n background: linear-gradient(#25272a, #25272a) !important;\r\n border-color: #383838 !important;\r\n}\r\n\r\n.bg-custom-gradient {\r\n background-image: linear-gradient(\r\n 180deg,\r\n #25272a,\r\n rgba(0, 0, 0, 0)\r\n ) !important;\r\n}\r\n\r\n.billing-per-seat-callout:after {\r\n box-shadow: 1px -1px 0 0 #343434 !important;\r\n}\r\n\r\n.clone-url-button + .clone-url-button > .clone-url-link {\r\n box-shadow: 1px 0 0 #333 !important;\r\n}\r\n\r\n.clone-url-button.selected > .clone-url-link {\r\n box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset !important;\r\n}\r\n\r\n.blankslate,\r\n.ScreenshotCarousel-navitem.selected {\r\n box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05) !important;\r\n}\r\n\r\n/* commits page - committer icon */\r\n\r\n.commits-list-item .committer-avatar {\r\n box-shadow: -2px -2px 0 rgba(0, 0, 0, 0.4) !important;\r\n}\r\n\r\n/* text color */\r\n\r\n/* Bright text */\r\n\r\n.dropdown-item:hover,\r\n.dropdown-item.zeroclipboard-is-hover,\r\n.gist-snippet .link-overlay .link,\r\n.select-menu-item.navigation-focus .text-danger,\r\n.select-menu-item.navigation-focus .description,\r\n.select-menu-item.navigation-focus.selected .text-danger,\r\n.select-menu-item.navigation-focus.selected .description,\r\n.select-menu-item.navigation-focus.select-menu-action .text-danger,\r\n.select-menu-item.navigation-focus.select-menu-action .description,\r\n.select-menu-item.navigation-focus .description-inline .text-danger,\r\n.select-menu-item.navigation-focus .description-inline .description,\r\n.select-menu-item.navigation-focus,\r\n.select-menu-item.navigation-focus.selected,\r\n.select-menu-item.navigation-focus.select-menu-action,\r\n.select-menu-item.navigation-focus .description-inline,\r\n.gist-snippet-meta .gist-count-links > li > a:hover,\r\n.team-member-list .manage-team-member .navigation-focus .btn-link,\r\n.dangerzone > h3,\r\n.gcr-ext-editor-close .select-menu-title,\r\n.btn.btn-outline:hover,\r\n.btn.btn-outline:active,\r\n.btn.btn-outline.selected,\r\n.btn.btn-outline.zeroclipboard-is-hover,\r\n.btn.btn-outline.zeroclipboard-is-active,\r\na.filter-item.selected,\r\n.date-selector td.selected,\r\n.date-selector td.selectable-day:hover,\r\n.subnav-item:hover,\r\n.subnav-item:focus,\r\n.owner-select-target:hover,\r\n.owner-select-target:focus,\r\n.suggester li.navigation-focus,\r\n.suggester li.navigation-focus small,\r\n.intgrs-lstng-categories a:hover,\r\n.text-white,\r\na.text-white,\r\n.blame-next-container .reblame-link:hover,\r\n.reblame-link:hover,\r\n.topic-tag-action .add-topic-button:hover,\r\n.topic-tag-action .remove-topic-button:hover,\r\n.discussion-item-changes-marker.is-unread .discussion-item-icon {\r\n color: #efefef !important;\r\n}\r\n\r\n.btn,\r\na.btn,\r\n.btn.btn-primary,\r\n.button.primary,\r\n.minibutton.primary,\r\n.btn-danger:hover,\r\nul.repo-stats li a:hover,\r\n.text-emphasized,\r\n.minibutton.danger:hover,\r\n#gist-form label,\r\n.subnav li a:hover,\r\n.filters li.selected a,\r\n.filters li a:hover,\r\n.code-list em,\r\na.header-anchor,\r\n.commandbar .choice .command,\r\n.search-term,\r\n.codesearch-cols em,\r\n.image,\r\n.selector-item:hover .mini-icon:before,\r\n.selector-item.selected .mini-icon:before,\r\n.new-repo .octicon,\r\n#header .nav a,\r\n.minibutton i,\r\n.minibutton,\r\n.commit .mini-icon:before,\r\n.featured-callout,\r\n.sidebar-milestone-widget .title,\r\n.numbers-summary .num,\r\n#network .explain b,\r\n.dashboard-tabs a.selected,\r\n.dropdown-menu > li > a:hover,\r\n.message .time,\r\n#graph_data .tab.selected a,\r\n.explore-collection .see-more-link,\r\nul.color-label-list .count,\r\na.filter-tab.selected,\r\n.orgs-nav .count,\r\n.facebox-user-list-item a,\r\na.org-module-link,\r\n.org-header-info .name-link,\r\n.calendar-graph .contrib-details div .num,\r\n.commandbar .display table td:first-child,\r\n.file-history-tease .author a,\r\n.overall-summary .graphs .num,\r\nul.summary-stats li .num,\r\n.pull-head-meta .pull-number a,\r\n.mini-discussion-bubble .mini-discussion-bubble-action,\r\n.sub-nav h2,\r\n.sub-nav h2 a,\r\n.accordion .section a.section-head,\r\n.orgs-nav .org-nav-item.selected,\r\n.sub-nav li a.active,\r\na.org-link,\r\n.infobar-widget .text a,\r\n.view-modes-menu li.active,\r\na.signin:hover,\r\n.highlight-module .mega-icon:before,\r\n.headlines li a,\r\n#wiki-rightbar li,\r\n.i-am-error p,\r\n.markdown-body .octicon-link,\r\n.gist-item ul.meta > li > a:hover,\r\n.native-download .mega-icon:before,\r\n#article-platform-nav ul li.selected a,\r\n.section-heading-title a.selected,\r\n.marketing-nav a.selected,\r\n.dashboard-tabs a:hover,\r\n.hidden-text-expander a:hover,\r\n.codesearch-cols em,\r\n.branch-action-state-clean .branch-action-icon:before,\r\n.hook-list li.selected a,\r\n.oauth-permissions-details .permission-title,\r\np.read-it,\r\n.branch-action-state-dirty .branch-action-icon:before,\r\n.branch-action-state-closed-dirty.branch-action-icon:before,\r\n.branch-action-state-merged .branch-action-icon:before,\r\n.full-commit .authorship a,\r\n#fork-select .target:hover:not(.disabled),\r\n.full-commit .authorship .author-name,\r\n.showcase-featured .featured-grid-link,\r\n.collection-card-title,\r\n.collection-card-image:hover,\r\n.explore-page .see-more-link,\r\n.mute,\r\n.pull-request-link:hover,\r\n.expandable:hover:before,\r\n.follow-list .follow-list-name a,\r\na.comment-header-author,\r\n.wiki-edit-link:hover,\r\n.infotip p,\r\n.form-actions .tip,\r\ndl.form.warn dd.warning,\r\n.page-notice,\r\n.subnav-item.selected,\r\n.subnav-item.selected:hover,\r\n.subnav-item.selected:focus,\r\nol.toc > li a.active,\r\n.example-nav li a.selected,\r\n.facebox-alert,\r\n.typeahead-result,\r\n.no-results,\r\n#user-links > li * button,\r\n.timeline-commits .hidden-text-expander a:hover,\r\n.color-editor-input,\r\n#user-links .sign-out-button,\r\n.table-list-item label,\r\n.audit-action-info .context,\r\n.token-scope,\r\n.segmented-nav li.active a,\r\n.tabs > a.selected,\r\n.member-username,\r\n.invited-banner p,\r\nkbd,\r\n.kbd,\r\n.boxed-profile .profile-preview .vcard-fullname,\r\n.btn.btn-primary:hover,\r\n.minibutton.btn-primary:hover,\r\n.integrations .site-footer a,\r\n.add-line-comment,\r\nul.filter-list .filter-item.selected,\r\n.blob-num-expandable .diff-expander:hover,\r\n.email-format .email-hidden-toggle a:hover,\r\n#gollum-editor-help-parent li a.selected,\r\n#gollum-editor-help-list li a.selected,\r\na.gollum-minibutton,\r\na.gollum-minibutton:visited,\r\na.token-warning,\r\na.lightertooltipped,\r\n.org-team-sidebar .team-note .note-emphasis,\r\n.select-menu-tabs a.selected,\r\n#com .dropdown-menu a:hover,\r\n#com h1 span,\r\n#com h2 span,\r\n.breadcrumb .final-path,\r\nbutton.button,\r\na.button,\r\nspan.button,\r\nbutton.minibutton,\r\na.minibutton,\r\n.button.primary:hover,\r\n.pagination .current,\r\n.pagination .current:hover,\r\n.repo-private-label,\r\na.repo_filter.js-repo-filter-tab.filter-selected,\r\n.keyboard-mappings th,\r\n.rendered_html,\r\n.render-health:hover .symbol,\r\n.radio-label,\r\n.select-menu-item.selected,\r\n.gist-snippet-meta .description,\r\na.select-menu-item-text,\r\n.clone-url-button > .clone-url-link,\r\na.user-mention,\r\n.user-mention,\r\na.team-mention,\r\n.team-mention,\r\n.boxed-group-inner h4,\r\n.octotree_github_sidebar a.octotree_toggle,\r\n.reponav-item:hover,\r\n.pagehead-tabs-item.selected,\r\n.pagehead-tabs-item:hover,\r\na.pagehead-tabs-item:hover,\r\n.tabnav-tab.selected,\r\n.leaflet-control-attribution,\r\n.leaflet-control-attribution a,\r\n.integrations-breadcrumb-link,\r\na.integrations-breadcrumb-link,\r\n.link-gray-dark,\r\na.link-gray-dark,\r\n#message .title,\r\n.exploregrid-item-title,\r\n.explore-collection h2,\r\n#com h1,\r\n#com h2,\r\n#com h3,\r\nul.filter-list .filter-item:hover,\r\n.underline-nav-item.selected,\r\n.underline-nav-item:hover,\r\n.underline-nav-item:focus,\r\n.content > h2,\r\n.content > h3,\r\n.audit-results-header-title,\r\n.session-authentication .auth-form-header,\r\n.org-settings-team-type,\r\n.org-settings-team-count,\r\n.intgrs-lstng-item-header,\r\n.api h1,\r\n.api h2,\r\n.octokit-language span,\r\n.blog .text-alpha,\r\n.blog .text-beta,\r\n.blog .text-delta,\r\n.blog .text-gamma,\r\n.blog h1,\r\n.blog h2,\r\n.blog h3,\r\n.blog h4,\r\n.blog h5,\r\n.site-header-nav a,\r\n.menu-item.selected,\r\n.overview .text-beta,\r\narticle h2,\r\n#message-list h1,\r\n#message-list h3,\r\n.graph-page h1,\r\n.graph-page h3,\r\n.dashboard-notice h2,\r\n.prose-diff.collapsed .rich-diff-level-zero.expandable:hover .octicon,\r\n.counter,\r\n.Counter,\r\n.state,\r\n.State,\r\na.state,\r\na.State,\r\n.site-header-dark .site-header .site-header-link {\r\n color: #e2e2e2 !important;\r\n}\r\n\r\npre,\r\nbody,\r\na.social-count,\r\nspan.social-count,\r\n#languages a.bar,\r\n.lineoption p,\r\na.blog-title,\r\ntable.notifications th,\r\n.usagestats dl dt.numbers,\r\n.commit-preview p.name .date,\r\n.download-list h4,\r\n.fieldgroup p.explain.planusage,\r\nol.repository-lang-stats-numbers li .lang,\r\n.explore h2,\r\n.tabnav .active a,\r\n.vcard-username,\r\n#markdown-toc li a,\r\n.tag-info .tag-name,\r\n.language,\r\n.featured-callout h2,\r\n.commit-title .message,\r\n.files .message,\r\n.revision .creator,\r\n.mini-icon.search-input,\r\n.lines-changed,\r\n.lines-changed:hover,\r\n.discussion-topic-author a,\r\n.boxed-group-table td,\r\n.graph .data .number,\r\n.content,\r\n.box-title,\r\na.box-action,\r\n#blog-main .pagehead h1 a.title,\r\n.octofication .message p,\r\n.repolist .description,\r\n.addon p,\r\n.keyboard-mappings,\r\n.accessibility-aid:focus,\r\n.list-group-item .list-group-item-name a,\r\n.list-group-item .list-group-item-meta a,\r\n.list-browser-sorts .sort-type,\r\n.select-menu-header .select-menu-title,\r\n#commits_tab_counter,\r\n.auto-search-group .search-filter,\r\n.usage-bar dt,\r\n.github-jobs-promotion p a,\r\n.select-menu-item .description,\r\n.file-info .file-name,\r\n.file-box .meta,\r\n.gh-header-meta .author,\r\n.timeline-comment-header .author,\r\n.timeline-commits .author,\r\n.sidebar-assignee .assignee,\r\n.rss-subscribe,\r\n.sidebar-module h3 a,\r\n.sidebar-module h3.disable span,\r\n.octotip,\r\n.graph-canvas .activity,\r\n.billing-section .section-content,\r\n#readme span.name,\r\n.steps li.current,\r\n.discussion-item-entity,\r\n.blog-post-body,\r\n.subnav-search-context .btn,\r\n.context-loader,\r\n.box-title a,\r\n.merge-pr-more-commits a,\r\n.branch-infobar .lightweight-actions > li a:hover,\r\n.discussion-item-ref-title .title-link,\r\n.org-teams-list .team,\r\n.subnav-search-context .select-menu-item-icon,\r\n.ace-github,\r\na.pagehead-nav-item.selected,\r\na.pagehead-nav-item:hover,\r\n.repo-collection .collection-stat,\r\na.subscribe-feed,\r\nheader ul.links a:hover,\r\ndiv.container > p,\r\n.commits-list-item .commit-author,\r\n.full-commit .sha-block > .sha,\r\n.discussion-item .renamed-was,\r\n.discussion-item .renamed-is,\r\na.discussion-item-entity,\r\nspan.discussion-item-entity,\r\n.table-list-header-toggle .btn-link.selected,\r\n.table-list-header-toggle .btn-link.selected:hover,\r\n.table-list-header-toggle .btn-link:hover,\r\na.issue-title-link,\r\n.milestone-title-link a,\r\n.org-header .edit-org,\r\n.org-name,\r\n.diff-line-code,\r\n.contrib-number,\r\n.pulse-summary .summary-box .count,\r\n.list-options .selected .list-item-title,\r\n.nav-bar-inner .brand-logo-invertocat .octicon-mark-github,\r\n.menu a .octicon,\r\n.issue-list-meta a,\r\n.stat-number,\r\ndiv.search-form button span,\r\n.fullscreen-overlay .octicon:hover:before,\r\n.fullscreen-overlay .mega-octicon:hover:before,\r\n.protip-callout,\r\n.fullscreen-overlay textarea:focus,\r\n.fullscreen-overlay textarea:hover,\r\n#header ul.top-nav > li > a,\r\n#header ul.top-nav > li > button,\r\na.team-member-ellipsis:hover,\r\n.rendered_html pre,\r\n.rendered_html code,\r\n.team-grid .team-name,\r\n.commit .commit-title,\r\n.commit .commit-title a,\r\n.completeness-indicator-success,\r\n.completeness-indicator-error,\r\n.completeness-indicator-problem,\r\n.article-meta,\r\na.article-meta,\r\n.timeline-comment-header-text code a,\r\n.commit-tease-sha,\r\na.commit-tease-sha,\r\n.reponav-item.selected,\r\n.stats-group-stat.no-link:hover .stat-number,\r\n.octotree_github_sidebar a.octotree_opts,\r\n.octotree_help > span,\r\n.application-authorizations .oauth-app-access-name,\r\n.dropdown-item,\r\na.dropdown-item,\r\n.header-nav-link,\r\na.header-nav-link,\r\n.header-logo-invertocat,\r\na.header-logo-invertocat,\r\na.header-logo-wordmark,\r\n.pull-request-integrations-title,\r\n.intgrs-dir-intro .directory-header-back,\r\n.intgrs-dir-intro .directory-header-back .header-link,\r\n.oauth-application-info .application-title,\r\n.session-authentication .header-logo,\r\n.repo-file-upload-progress,\r\na .mega-octicon,\r\n.anchor,\r\na.anchor,\r\n.gcr-ext-editor-close .delete-button:hover svg,\r\n.repo-filterer .repo-filter.filter-selected,\r\n.select-menu-divider,\r\n.label-select-menu .select-menu-item.selected,\r\n.dropdown-signed-commit .dropdown-menu,\r\n.signed-commit-signer-name .signer,\r\n.signed-commit-signer-name a.signer,\r\n.text-gray-dark,\r\na.text-gray-dark,\r\n.display-heading-1,\r\n.display-heading-2,\r\n.display-heading-3,\r\n.display-heading-4,\r\n.pinned-repos-selection-list-item.selected,\r\n.Box-body-row--highlight .Box-row-link,\r\n.text-pending,\r\na.text-pending,\r\n.compare-pr-placeholder p,\r\n.compare-pr-placeholder .help-link,\r\n#message.good,\r\n#message.major,\r\n.boxed-group-success,\r\n.suggester li,\r\n.alert.warning p,\r\nul#bootcamp li a h4,\r\n.menu-heading,\r\n.text-black,\r\n.diffstat-summary strong,\r\n.markdown-format h4,\r\n.access-token .token-description,\r\n.oauth-org-access-details .boxed-group-list > li.on strong,\r\n.text-gamma,\r\n.content h1,\r\n.api .text-alpha,\r\n.api .text-beta,\r\n.api .text-delta,\r\n.api .text-gamma,\r\n.api h1,\r\n.api h2,\r\n.api h3,\r\n.api h4,\r\n.api h5,\r\n.octokit-language span,\r\n.lead,\r\n.merge-branch-heading,\r\n.org-user-notice-content strong,\r\n.timeline-comment-label.owner-comment,\r\n.Box-row-link,\r\na.Box-row-link,\r\n.form-control,\r\n.form-select,\r\n.header .header-search-scope,\r\n.discussion-item-private,\r\n.label-select-menu div.labelstyle-000000.selected,\r\n.marketplace-plan-emphasis {\r\n color: #fff !important;\r\n}\r\n\r\n.edit-repository-meta,\r\n.field label,\r\n.boxed-group-list li,\r\n.capped-box,\r\n.marketing-nav a,\r\n.repository-meta,\r\n.gist-item .description,\r\np.explain,\r\n.news .alert .simple .title,\r\n#network .graph-date,\r\n.tabnav-widget.text,\r\n.feature .intro,\r\nspan.diffstat,\r\nspan.diffstat a,\r\n.commit .commit-branches a,\r\n#readme .plain,\r\n.news blockquote,\r\n.news blockquote p,\r\n.collection-stat,\r\n.overall-summary .graphs .desc,\r\n.flash-global a,\r\n.calendar-graph .contrib-details div .lbl,\r\n.tag-info a,\r\na.browse-button,\r\n.ghead .dir,\r\n.repository-lang-stats .percent,\r\n.comment-header-action-text a,\r\n.comment-header-right a,\r\n.gist-item .creator,\r\n.dashboard-tabs a,\r\n#graph_data .tab a,\r\n.pull-info,\r\n.list-group-item .list-group-item-summary a,\r\n#contributors .capped-card .cmt,\r\n.boxed-group-list .access-level,\r\nh3.conversation-list-heading,\r\na.filter-tab,\r\n.starred-repo p.description,\r\n.commit-desc pre,\r\n.org-repo-stats a,\r\n.org-repo-updated a,\r\n.org-repo-description,\r\n.org-repo-forked a,\r\n.commandbar .display table td span,\r\n.clone-options,\r\n.pulse-section,\r\n.discussion-sidebar p,\r\n.discussion-topic-header .discussion-topic-author,\r\n.gist-description,\r\n.explain,\r\np.subtext,\r\n.team-grid .team-description,\r\n.orgs-nav .org-nav-item,\r\n.form-actions-protip .protip,\r\n.discussion-item .author,\r\n.inline-comments .comment-count,\r\n.sidebar-heading,\r\n.clear-issue-filters a,\r\n.render-view-modes li.active:before,\r\nul.comparison-list > li em,\r\n.marketing-benefits .column p,\r\n.sub-nav li a,\r\n.headlines a .date,\r\n.sidebar-module ul ul li span,\r\n.merge-branch-description,\r\n.gist-item ul.meta > li > a,\r\nul#categories li h5 a,\r\n.render-view-modes li.active,\r\n.user-leaderboard-list .repo-list-item .repo,\r\n.repo-stats li a,\r\n.about p,\r\ndl.form > dd p.note,\r\np.subdued,\r\n.team-header .team-description,\r\n.hfields dl.form > dt label,\r\n.boxed-group > h3 a.boxed-group-breadcrumb,\r\n.boxed-group .heading a.boxed-group-breadcrumb,\r\n.subscriptions-sidebar .note,\r\n.thread-subscription-status,\r\na.ellipsis-button,\r\n.ellipsis-button,\r\n.follow-list .follow-list-info,\r\nform.btn .count,\r\n.blame .commitinfo .date,\r\n.gist .gist-file .gist-meta a,\r\n.merge-pr-more-commits,\r\n.hidden-text-expander a,\r\n.news div.message,\r\n.news li blockquote,\r\n.news .alert .pull-info,\r\n.news .alert .branch-link,\r\n.release .release-authorship a,\r\n.wiki-wrapper .wiki-empty-box:hover,\r\n.select-menu.is-showing-clear-item .select-menu-clear-item .octicon,\r\n.diffstat-summary a,\r\na.subnav-item,\r\n.branches .branch-group-heading .branch-group-name,\r\n.render-notice,\r\n.table-list-milestones .stat,\r\n.commits-listing .commit-group-title .octicon-git-commit,\r\n.select-menu-header .octicon:hover,\r\n.repo-list-description,\r\n.file .meta,\r\n.email-format .email-hidden-toggle a,\r\n.file-diffstat,\r\n.program-info-column .mega-octicon,\r\n.octofication .notice-dismiss:hover,\r\n.timeline-commits .commit-message a,\r\n.markdown-format .intro,\r\n.label-admin,\r\n.program-info-column p,\r\n.file-history-tease,\r\n.blob-num:hover,\r\n.gist-snippet-meta .gist-count-links > li > a,\r\n.commit-tease .message,\r\n.commit-author-section,\r\n.manage-repo-access-not-active,\r\n.milestone-name,\r\na.milestone-name,\r\n.feature-callout,\r\n.repo-file-upload-file-wrap .remove-file:hover,\r\nbutton.tabnav-tab,\r\n.rss-subscribe,\r\na.rss-subscribe,\r\ntable.capped-list .octicon,\r\n.site-header-menu .nav-item,\r\n.discussion-item-icon,\r\n.exploregrid-item,\r\na.exploregrid-item,\r\n.markdown-body blockquote,\r\n.link-gray,\r\na.link-gray,\r\n.reaction-summary-item {\r\n color: #b5b5b5 !important;\r\n}\r\n\r\n.calendar-graph .contrib-details div,\r\n.tabnav-tabs a,\r\n.time,\r\n.gist-item .metadata .datetime,\r\n.list-group-item-meta,\r\na.keyboard-shortcuts,\r\nbutton.keyboard-shortcuts,\r\n.simple-conversation-list,\r\n.simple-conversation-list > li .title .num,\r\n.drag-and-drop,\r\n.starred-repo .sort-info,\r\n.org-stats,\r\n.commandbar .choice,\r\n.commandbar .loading,\r\n.commandbar .description,\r\nul.summary-stats li a,\r\n.authorship,\r\n.sha-block,\r\n.gh-header-meta,\r\n#last-edit,\r\n.setup-header .lead a,\r\n.repository-meta .edit-link a,\r\n.api-status a,\r\n.meta li,\r\n.who_when a,\r\n.numbers-summary a,\r\n.mini-icon-remove-close:hover,\r\n.section-heading-title .separator,\r\n.blog-aside .rss,\r\n.hook-list a,\r\n.github-jobs-promotion a.jobs-logo,\r\n.org-teams-list .team-meta,\r\n.repo-list-item .repo-description,\r\n.branch-infobar .lightweight-actions > li a,\r\n.repo-leaderboard-list .repo-leaderboard-meta-item a,\r\n.changed .moved-up:before,\r\n.changed .moved-down:before,\r\n.comment-header .octicon,\r\na.section-heading-back,\r\n.list-group-item-meta .octicon,\r\n.repo-leaderboard-title .title-meta,\r\na.pagehead-nav-item,\r\n.wiki-wrapper .wiki-empty-box,\r\n.commits-list-item .commits-comments-link,\r\n.timeline-comment-header,\r\n.commits-list-item .commit-meta,\r\n.issues-listing .table-list-issues .issue-comments-link,\r\n.issues-listing .table-list-issues .issue-meta-section a,\r\na.issues-reset-query,\r\n.labels-list-action,\r\ntable.tag-list p a,\r\ntable.tag-list td.date a,\r\n.muted-link,\r\na.muted-link,\r\n.render-view-modes li,\r\n.site-footer,\r\n.site-footer .octicon-mark-github:hover,\r\n.repo-list-stats .repo-list-stat-item,\r\n.range-editor span.flag .octicon,\r\n.commit-info .commit-meta a,\r\n.notifications .issue-notification.read .type-icon,\r\n.notifications .read a,\r\n.auth-form-header .octicon,\r\n.releases-tag-list p a,\r\n.history-link a,\r\na.issue-nwo-link,\r\nul.filter-list .filter-item,\r\n.member-meta .teams-link,\r\n.member-meta .btn-link,\r\nul.comparison-list > li em,\r\nul.comparison-list > li.title,\r\n.diffstat-summary,\r\na.team-member-ellipsis,\r\na.discussion-item-toggle-open,\r\na.discussion-item-toggle-closed,\r\nbutton.discussion-item-toggle-open,\r\nbutton.discussion-item-toggle-closed,\r\n.dropdown-header,\r\n.participation a,\r\n.completeness-indicator-info,\r\n.type-icon-state-none,\r\na.type-icon-state-none,\r\n.pagehead-tabs-item,\r\na.pagehead-tabs-item,\r\n.commit-tease,\r\n.reponav-item,\r\na.reponav-item,\r\n.delete-owners-button,\r\n.stats-group-stat,\r\na.stats-group-stat,\r\n.stats-group-stat.no-link:hover,\r\n.wiki-edit-link,\r\na.wiki-edit-link,\r\n.toolbar-item .menu-target,\r\n.member-meta .member-meta-link,\r\n.lock-toggle-link,\r\na.lock-toggle-link,\r\n.hidden-text-expander a,\r\n.ellipsis-expander,\r\n.text-muted,\r\n.listgroup-item,\r\n.discussion-item-header,\r\n.discussion-sidebar-heading,\r\n.org-header-meta .meta-item .meta-link,\r\n.underline-nav-item,\r\na.underline-nav-item,\r\n.boxed-group-inner,\r\n.lead,\r\n.form-checkbox .note,\r\n.bot-identifier,\r\n.dashboard-notice .dismiss:hover,\r\n.text-gray,\r\na.text-gray,\r\n.project-header .project-header-link,\r\ntd.icon .octicon-file-text,\r\ntd.icon .octicon-file-symlink-file {\r\n color: #949494 !important;\r\n}\r\n\r\n.vcard-detail .octicon,\r\n.member-badge .octicon,\r\n.command-bar .octicon-question:before,\r\n.news .alert .time,\r\nul.color-label-list .color-label.zeroed,\r\nul.color-label-list .color-label.zeroed .count,\r\n.gh-header-title .issue-number,\r\na.leaderboard-list-rank,\r\n.bootcamp ul li a,\r\n.ssh-key-fingerprint,\r\n.tag-references > li a,\r\n.release .release-authorship,\r\n.branches .branch-summary,\r\n.branches .no-results-message,\r\nheader ul.links > li a,\r\n.team-info-card .stats-group .stat,\r\n.team-info-card .stats-group .stat.no-link:hover,\r\n.discussion-sidebar-item,\r\n.issues-listing .table-list-issues .issue-meta,\r\n.task-progress,\r\n.table-list-milestones .stat-label,\r\n.table-list,\r\n#blog-home,\r\n.blog-post-meta,\r\n.blog-post-meta a,\r\n.blog-post-meta .octicon,\r\n.diff-line-num,\r\n.file-data .line-numbers span,\r\n.discussion-item .timestamp,\r\n.branch-status .divider,\r\n.news .alert .octicon,\r\n.news .alert .mega-octicon,\r\n.blankslate > .mega-octicon,\r\n.repo-list-meta,\r\na.discussion-item-help,\r\n.page-new-repo .license-info,\r\n.notification-actions .btn-link,\r\n.commit-info .commit-meta,\r\n.notifications .read .type-icon,\r\n.notification-actions .age,\r\n.list-item .byline,\r\n.issue-list-meta,\r\n.blob-num-expandable .diff-expander,\r\n.file-type-icon,\r\n.uploaded-files .remove,\r\n.releases-tag-list td.date a,\r\n.collaborators .collab-remove .remove-link,\r\n.octofication .notice-dismiss,\r\nul.comparison-list > li .octicon,\r\ndiv.content-header h6,\r\n.fullscreen-overlay textarea,\r\n.blob-num.non-expandable:hover,\r\n.breadcrumb,\r\n.application-authorizations .oauth-app-list-meta,\r\n.application-authorizations .oauth-app-owner,\r\n.boxed-group-inner .help,\r\n.thread-subscription-status .reason,\r\n.toc-diff-stats .octicon,\r\n.blob-num,\r\n.recent-gists .description .blank,\r\n.recent-gists .metadata,\r\n.member-meta .access-link,\r\n.gist-quicksearch-no-results,\r\n#user-content-toc ul ul li:before,\r\n.btn-octicon,\r\na.btn-octicon,\r\nbutton.btn-octicon,\r\n.user-list li em,\r\n.reponav-item .octicon,\r\n.pagehead-tabs-item .octicon,\r\n.table-list-header-toggle .btn-link,\r\n#graph_data h2,\r\n#message-list .message .time,\r\na.tabnav-extra,\r\n.tabnav .tabnav-extras,\r\n.discussion-item-integrations-callout .pull-request-integrations-dismiss,\r\n.oauth-application-info .meta-link,\r\n.oauth-application-info .app-info,\r\n.repo-file-upload-file-wrap .remove-file,\r\n#footer .mega-octicon,\r\n.gcr-ext-editor-close svg,\r\n.commit-id,\r\na.commit-id,\r\n.orghead .edit-org,\r\n.signed-commit-badge,\r\n.manage-member-meta-item .btn-link,\r\n.note,\r\n.delete-topic-button,\r\n.topic-tag-action .add-topic-button,\r\n.topic-tag-action .remove-topic-button,\r\n.text-gray-light,\r\na.text-gray-light {\r\n color: #7b7b7b !important;\r\n}\r\n\r\n.branch-infobar .lightweight-actions > li .octicon,\r\n.manage-repo-access-icon .octicon,\r\n.wiki-wrapper .wiki-history .date,\r\n.issue-meta-section .octicon,\r\n.thread-subscription-status .mega-octicon,\r\n.subnav-search-icon,\r\n.discussion-sidebar-toggle .octicon,\r\n.auto-search-group > .octicon,\r\n.page-gist-edit .octicon-gist,\r\n.unselected-month,\r\n.pagination .disabled,\r\n.repohead h1 .octicon,\r\n.profile-rollup-toggle,\r\n.select-menu-item.disabled,\r\n.select-menu-item.disabled.selected,\r\n.select-menu-item.disabled .description,\r\n.dashboard-notice .dismiss,\r\n.blame-next-container .reblame-link {\r\n color: #606060 !important;\r\n}\r\n\r\n.context-pane .selector-item:hover a,\r\n.mega-icon:before,\r\n.mini-icon-public-repo:before,\r\n.mini-icon-pull-request,\r\n.mini-icon-remove-close,\r\n.mini-icon-link,\r\n.task-progress .octicon,\r\n.milestone-link .octicon,\r\n.site-footer .octicon-mark-github,\r\n.select-menu-header .octicon,\r\n.steps li,\r\n.pagination .gap,\r\n.octicon-btn.disabled,\r\n.octicon-btn.disabled:hover,\r\n.branch-delete.disabled,\r\n.date_selector td.unselected_month,\r\n.bootcamp .desc h2,\r\n.issues-listing .table-list-issues .issue-comments-link.no-comment,\r\n.diffstat-bar,\r\n.issue-comments-no-comment,\r\na.issue-comments-no-comment,\r\n.prose-diff.collapsed .rich-diff-level-zero.expandable .octicon {\r\n color: #4d4d4d !important;\r\n}\r\n\r\n.list-tip:before,\r\n.selector-item .mini-icon:before,\r\n.browser .mini-icon-arr-right,\r\n.selected .select-menu-checkmark,\r\n.octicon-person-team:before,\r\n.issues-reset-query .octicon-x,\r\na.darkertooltipped,\r\n#subscribeButton {\r\n color: #373737 !important;\r\n}\r\n\r\n.timeline-comment-header .timestamp,\r\n.vcard-stat:hover .text-muted,\r\n.boxed-group > h3 a,\r\n.boxed-group .heading a,\r\n.list-heading a,\r\n.close-button,\r\n.timeline-comment-action,\r\na.comment-type-icon,\r\n.timeline-comment-actions .octicon,\r\n.commit-title .commit-link tt,\r\n.btn-block-user,\r\n.pagehead-tabs-item.selected > .octicon,\r\n.reponav-item.selected > .octicon,\r\n.select-menu-action > .octicon,\r\n.select-menu-item,\r\na.select-menu-item,\r\n.discussion-sidebar-toggle:hover .octicon,\r\n.feature-callout .feature-dismiss-link,\r\n.pagehead-heading,\r\na.pagehead-heading,\r\n.text-inherit,\r\na.text-inherit,\r\n.table-list-milestones .stat a,\r\n.review-comment-contents .timestamp,\r\n.discussion-item-ref-title .title-link:hover .issue-num {\r\n color: inherit !important;\r\n}\r\n\r\n/* Alerts and activity, remove background gradient */\r\n\r\n.metabox .editable-text:hover,\r\n#inbox .list .item .title span {\r\n background-color: transparent !important;\r\n border: 0 !important;\r\n}\r\n\r\n/* Panels */\r\n\r\n#posts #rss,\r\n.signup-button,\r\n.hero h1,\r\n.plan.personal,\r\n.caption,\r\n.centered-graphic,\r\n.login_form h1 {\r\n background-color: #4183c4 !important;\r\n border-color: #4183c4 !important;\r\n}\r\n\r\n/* red */\r\n\r\n/* Red panel */\r\n\r\n#forkqueue .legend .unclean,\r\n.unclean td,\r\n.chzn-results .no-results,\r\n.majorproblem .pageheader_wrap,\r\n.error_box,\r\n.btn-close-issue,\r\n.closed-issues,\r\n.state-indicator.closed,\r\n.state-closed,\r\n.discussion-item-closed .discussion-item-icon,\r\n.discussion-item-review.is-rejected.is-writer .discussion-item-icon,\r\n.topic-tag-action .remove-topic-button:hover {\r\n background: #911 !important;\r\n border-color: #383838 !important;\r\n}\r\n\r\n.btn-close-issue:hover,\r\n.btn-danger:hover,\r\n.minibutton.danger:hover,\r\n.remove-topic-button:hover {\r\n background: #911 !important;\r\n border-color: #b00 !important;\r\n}\r\n\r\n.mergeable-dirty .bubble,\r\n.mergeable-dirty .merge-status-icon,\r\n.completeness-indicator-error,\r\n.dangerzone > h3 {\r\n background: #911 !important;\r\n}\r\n\r\n.block-diff-deleted,\r\n.text-diff-deleted .block-diff-neutral {\r\n background: #b22 !important;\r\n}\r\n\r\n/* red border */\r\n\r\n.mergeable-dirty .bubble .mergeable,\r\n#message.major,\r\n.comment-form-error,\r\n.comment-form-stale,\r\n.deprecation-notice,\r\n.flash-error,\r\n.error {\r\n border-color: #f44 !important;\r\n background: #300 !important;\r\n}\r\n\r\n.release-label.draft {\r\n border-color: #f44 !important;\r\n}\r\n\r\n.error:after {\r\n border-bottom-color: #f44 !important;\r\n}\r\n\r\n.mergeable-dirty .bubble:after {\r\n border-right-color: #911 !important;\r\n}\r\n\r\n/* bright red text */\r\n\r\n.btn-danger,\r\na.btn-danger,\r\n.text-failure,\r\na.text-failure,\r\n.text-error,\r\na.text-error,\r\na:not(.octicon-btn).danger,\r\n.closed.mega-octicon,\r\n.deletions,\r\n.closed.octicon,\r\n.cdel,\r\n.gd .diff-line-num,\r\n.authors-and-code .deletions,\r\n.diffstat .diffstat-bar.diff-deleted,\r\nspan.diffstat .diffstat-bar i.minus,\r\n.icon-for-failure,\r\nul.summary-stats li .octicon-issue-closed,\r\n.branch-delete,\r\n#toc .octicon-diff-removed,\r\n.pagehead-actions .octicon-mute,\r\n.highlight .gd,\r\n.settings-email .email-actions .settings-remove-email,\r\n.uploaded-files .remove:hover,\r\n.collaborators .collab-remove .remove-link:hover,\r\n.minibutton.danger,\r\n.closed.mini-icon,\r\n.octicon-btn-danger:hover,\r\n.text-danger,\r\na.text-danger,\r\n.type-icon-state-closed,\r\na.type-icon-state-closed,\r\n.reverted.octicon,\r\n.delete-owners-button:hover,\r\n.dangerzone-module h4,\r\n.btn-octicon-danger:hover,\r\n.deprecation-notice a,\r\n.billing-addon-items tr.total-row *,\r\n.comment-form-error,\r\n.comment-form-stale,\r\n.markdown-body .absent,\r\n.text-red,\r\na.text-red,\r\n.flash-error,\r\n.error,\r\n.release-label.draft {\r\n color: #f44 !important;\r\n}\r\n\r\n/* purple */\r\n\r\n.illflow-item.selected {\r\n background: #30182b !important;\r\n}\r\n\r\n.illflow-item.selected:after {\r\n border-bottom-color: #30182b !important;\r\n}\r\n\r\n/* brown */\r\n\r\n#feedHeaderContainer,\r\n.feedBackground,\r\n.infotip,\r\n.form-actions .tip,\r\n.mini-callout,\r\n.snippet em,\r\n#message .sent,\r\n.notification,\r\n.callout,\r\n.ejector,\r\n#issues_search .results em,\r\n.bootcamp-help ul li,\r\n.btn-download,\r\n.feature-tabs .tab-button,\r\n.plan.free,\r\n#message.minor,\r\n.chzn-results li em,\r\n#missing-readme,\r\n.page-notice,\r\n.facebox-alert,\r\n.form-checkbox label em.highlight,\r\n.deprecation-warning,\r\n.branch-status.status-pending .discussion-item-icon,\r\n.discussion-event-status-renamed .discussion-item-icon,\r\n.state-indicator.renamed,\r\n.discussion-topic .branch-status.status-pending,\r\n.discussion-item-review.is-pending .file-header,\r\n.discussion-item-review.is-pending .comment-form-head.tabnav {\r\n background-color: #261d08 !important;\r\n border-color: #542 !important;\r\n color: #ddd !important;\r\n}\r\n\r\n.review-summary-form-wrapper,\r\n.discussion-item-review.is-pending .file,\r\n.discussion-item-review.is-pending .file-header,\r\n.discussion-item-review.is-pending .tabnav-tab.selected,\r\n.discussion-item-review.is-pending .comment-form-head.tabnav {\r\n border-color: #542 !important;\r\n}\r\n\r\n#toc .octicon-diff-modified,\r\n.secret .repo-label span,\r\n.api .s2 {\r\n color: #b74 !important;\r\n}\r\n\r\n.deprecation-warning a {\r\n color: #c97 !important;\r\n}\r\n\r\n/* semi-transparent brown */\r\n\r\n.compare-pr-placeholder,\r\n.compare-cutoff,\r\n.diff-cutoff,\r\n.flash.flash-warn,\r\n.flash-global.flash-warn,\r\n.markdown-body li.added.moved,\r\n.repo-private-label,\r\n.gist-secret-label,\r\n.label-private,\r\n.stale-files-tab,\r\n.signed-out-comment,\r\n.warning,\r\n.commits-list-item em,\r\n.unsupported-browser {\r\n background: rgba(51, 34, 17, 0.4) !important;\r\n border: 1px solid #542 !important;\r\n color: #ddd !important;\r\n}\r\n\r\n.warning {\r\n background: #321 !important;\r\n}\r\n\r\n.warning:after {\r\n border-bottom-color: #321 !important;\r\n}\r\n\r\n.warning:before {\r\n border-bottom-color: #542 !important;\r\n}\r\n\r\n.btn.btn-secret {\r\n background: linear-gradient(#321, #210) !important;\r\n border-color: #542 !important;\r\n}\r\n\r\n.btn.btn-secret:hover {\r\n background: linear-gradient(#432, #321) !important;\r\n}\r\n\r\n.btn.btn-secret[disabled],\r\n.btn.btn-secret[disabled]:hover {\r\n background: #210 !important;\r\n border-color: #542 !important;\r\n}\r\n\r\n/* yellow text */\r\n\r\n/* search suggestions highlight matching characters */\r\n.jump-to-suggestion-name mark,\r\n/* .bg-pending might be a GitHub bug as it sets the fg */\r\n.text-pending,\r\na.text-pending,\r\n.text-renamed,\r\na.text-renamed,\r\n.bg-pending,\r\na.bg-pending {\r\n color: #cb4 !important;\r\n}\r\n\r\n/* yellow border (travis) */\r\n\r\n.branch-action-state-unknown .branch-action-body,\r\n.branch-action-state-unknown .branch-status,\r\n.branch-action-state-unstable .branch-action-body,\r\n.branch-action-state-unstable .branch-status {\r\n border-color: #884 !important;\r\n}\r\n\r\n.branch-action-state-unknown .branch-action-body:before,\r\n.branch-action-state-unstable .branch-action-body:before {\r\n border-right-color: #884 !important;\r\n}\r\n\r\n/* green */\r\n\r\n/* labels */\r\n\r\n#forkqueue .legend .clean,\r\n#revisions ul li.current,\r\n.excerpt,\r\n.plan.business,\r\n.popout,\r\n#statusbar,\r\n.clean td,\r\n#download_button,\r\n.status-box.good a,\r\n.discussion-item-reopened .discussion-item-icon,\r\n.new-issues,\r\n.new-pulls,\r\n.mergeable-clean .merge-status-icon,\r\n.settings-email .default,\r\n.repo-owner-comment .comment-header-tag,\r\n.mergeable-clean .bubble,\r\n.gh-header-status.open,\r\n.branch-status.status-success .discussion-item-icon,\r\n.state-open,\r\n.state-proposed,\r\n.big-notice,\r\n.state-indicator.open,\r\n.state-indicator.proposed,\r\n.state-indicator.reopened,\r\n.boxed-group-success,\r\n.branch-action-state-clean .branch-action-icon,\r\n.user-list li .actions .status-modified,\r\n#message.good,\r\n.bg-green,\r\n.discussion-item-reopened .discussion-item-icon,\r\n.discussion-item-review.is-approved.is-writer .discussion-item-icon,\r\n.add-topic-button:hover,\r\n.topic-tag-action .add-topic-button:hover {\r\n background: #163 !important;\r\n border-color: #041 !important;\r\n}\r\n\r\n/* Green border */\r\n\r\n.mergeable-clean .bubble .mergeable,\r\n.branch-action-state-clean .branch-action-body {\r\n border-color: #041 !important;\r\n}\r\n\r\n.mergeable-clean .bubble:after,\r\n.branch-action-state-clean .branch-action-body:before {\r\n border-right-color: #041 !important;\r\n}\r\n\r\n.completeness-indicator-success {\r\n background: #152 !important;\r\n}\r\n\r\n.billing-confirmation-box {\r\n border-color: #083 !important;\r\n}\r\n\r\n/* original color */\r\n\r\n.signed-commit-badge.verified:hover {\r\n border-color: #6cc644 !important;\r\n}\r\n\r\n.signed-commit-verified-label,\r\n.signed-commit-badge.verified {\r\n color: #55a532 !important;\r\n}\r\n\r\n/* Green text */\r\n\r\n.text-open,\r\na.text-open,\r\n.text-success,\r\na.text-success,\r\n.insertions,\r\n.open.mini-icon,\r\n.open.mega-octicon,\r\n.open.octicon,\r\n.cadd,\r\n.gi .diff-line-num,\r\n.authors-and-code .insertions,\r\nspan.diffstat .diffstat-bar.diff-added,\r\nspan.diffstat .diffstat-bar i.plus,\r\nul.summary-stats li .octicon-git-branch-create,\r\nul.summary-stats li .octicon-issue-opened,\r\n#toc .octicon-diff-added,\r\n.setup-info-module .features-list .octicon,\r\n.setup-form-container .secure,\r\n.highlight .gi,\r\n.type-icon-state-open,\r\na.type-icon-state-open,\r\n.text-green,\r\na.text-green,\r\n.release-label.latest a {\r\n color: #6cc644 !important;\r\n}\r\n\r\n/* bright green background */\r\n\r\n.block-diff-added,\r\n.text-diff-added .block-diff-neutral {\r\n background: #6cc644 !important;\r\n}\r\n\r\n.release-label.latest {\r\n border-color: #6cc644 !important;\r\n}\r\n\r\n/* interactive button - bright border */\r\n\r\n.btn-primary:not(.compare-button),\r\n.button.primary,\r\n.btn-theme-green {\r\n background: linear-gradient(#407045, #305530) !important;\r\n border-color: #083 !important;\r\n}\r\n\r\n.button.primary:disabled,\r\n.button.primary:disabled:hover,\r\n.button.primary.disabled,\r\n.button.primary.disabled:hover,\r\n.btn-primary:disabled,\r\n.btn-primary:disabled:hover,\r\n.btn-primary.disabled,\r\n.btn-primary.disabled:hover,\r\n.btn-theme-green:disabled,\r\n.btn-theme-green:disabled:hover {\r\n background: linear-gradient(#203522, #152715) !important;\r\n border-color: #041 !important;\r\n}\r\n\r\n/* New additions */\r\n\r\n.repo-owner-tag .tag,\r\n.gist-owner-tag .tag {\r\n background: #070 !important;\r\n color: #ddd !important;\r\n}\r\n\r\n/* Green hovered */\r\n\r\n.noproblems .pageheader_wrap,\r\na.new-repo:hover {\r\n background: #373 !important;\r\n}\r\n\r\n.btn-primary:not(:disabled):not(.compare-button):hover,\r\n.button.primary:not(:disabled):hover,\r\n.btn-theme-green:hover {\r\n background: linear-gradient(#508055, #407045) !important;\r\n}\r\n\r\n/* orange */\r\n\r\n#user-links .unread_count,\r\n.minorproblem .pageheader_wrap {\r\n background: rgba(203, 108, 0, 0.8) !important;\r\n}\r\n\r\n.text-orange,\r\na.text-orange,\r\n.release-label.prerelease {\r\n color: #f3582c !important;\r\n}\r\n\r\n.release-label.prerelease {\r\n border-color: #f66a0a !important;\r\n}\r\n\r\n/* purple merge status icon, seen in merged issues with an existing branch */\r\n\r\n.merge-status-icon,\r\n.merged-pulls,\r\n.state-indicator.merged,\r\n.state-merged,\r\n.discussion-item-merged .discussion-item-icon {\r\n background: #6e5494 !important;\r\n}\r\n\r\n/* purple text */\r\n\r\nul.summary-stats li .octicon-git-pull-request,\r\n.type-icon-state-merged,\r\na.type-icon-state-merged {\r\n color: #8368aa !important;\r\n}\r\n\r\n.text-purple,\r\na.text-purple {\r\n color: #943fb8 !important;\r\n}\r\n\r\n/* pjax loading */\r\n\r\n.pjax-loader-bar .progress {\r\n background: #4183c4 !important;\r\n box-shadow: 0 0 10px #4183c4 !important;\r\n}\r\n\r\nul.view-modes-menu {\r\n background-image: url(\"data:image/gif;base64,R0lGODlhBwAEAIAAACIiIv///yH5BAEAAAEALAAAAAAHAAQAAAIIhA+BGWoNWSgAOw==\") !important;\r\n}\r\n\r\n.mini-icon-windows:before {\r\n background-position: -18px 0 !important;\r\n}\r\n\r\n/* Repo list (https://github.com/{user}?tab=repositories) */\r\n\r\n.repo-list-item p,\r\n.repo-list-item .repo-list-stats {\r\n position: relative !important;\r\n z-index: 1 !important;\r\n}\r\n\r\n/* HACK: Fix review comment timeline */\r\n\r\n/* https://github.com/nodejs/node/pull/8519#r78637092 */\r\n\r\n.review-comment-contents:after,\r\n.review-comment.is-comment-editing:after {\r\n z-index: 0 !important;\r\n}\r\n\r\n.review-comment .avatar {\r\n position: relative !important;\r\n z-index: 1 !important;\r\n background: #25272a !important;\r\n box-shadow: 0 0 0 4px #25272a !important;\r\n}\r\n\r\n.reponav-item,\r\n.pagehead-tabs-item {\r\n position: relative !important;\r\n top: 2px !important;\r\n}\r\n\r\n.participation-graph svg {\r\n background: transparent !important;\r\n opacity: 0.1 !important;\r\n z-index: 0 !important;\r\n}\r\n\r\n.inbox-zero-octocat,\r\n.network-graph-container {\r\n opacity: 0.6 !important;\r\n}\r\n\r\n.search .minibutton span {\r\n background-position: center -95px !important;\r\n}\r\n\r\n.upload-enabled textarea {\r\n border-bottom: 1px dashed #444 !important;\r\n}\r\n\r\n/* history expand buttons */\r\n\r\n.commit .minibutton.expander-minibutton span {\r\n background-position: 50% -45px !important;\r\n}\r\n\r\n.commit.open .minibutton.expander-minibutton span {\r\n background-position: 50% -145px !important;\r\n}\r\n\r\n/* pull request avatar bubble */\r\n\r\n.avatar-bubble:before,\r\n.discussion-bubble-content:before {\r\n border-color: transparent #333 transparent transparent !important;\r\n}\r\n\r\n/* octocat spinners */\r\n\r\nimg[src*=\"octocat-spinner\"],\r\nimg[src=\"/images/spinner.gif\"],\r\n.profile-picture-spinner {\r\n width: 0 !important;\r\n height: 0 !important;\r\n}\r\n\r\nimg[src*=\"octocat-spinner\"],\r\nimg[src=\"/images/spinner.gif\"],\r\n.facebox-loading,\r\n.branch-action-body .spinner,\r\n.status-indicator-loading,\r\n.ajax-pagination-form.loading .ajax-pagination-btn:after,\r\n.profile-picture-spinner,\r\n.more-repos-link.is-loading {\r\n background: url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTM2NCAyOC42QzQyMC43IDU3IDQ1OS42IDk0LjQgNDg1IDE1MWwtMzEuNCAxNWMtMjAtNDEtNjMtODQtMTA0LjYtMTA0LjUiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjBzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJNNDk0IDE2OWMyMCA2MCAyMSAxMTQtMSAxNzJsLTMyLjgtMTEuNGMxNS00My4zIDE1LTEwNCAwLTE0OCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbCIgdmFsdWVzPSIjMzMzOyNlZWU7IzMzMzsjMzMzIiBiZWdpbj0iMC4xMjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJNNDg1LjQgMzU5LjJjLTI4LjMgNTYuNi02NS44IDk1LjUtMTIyLjQgMTIxbC0xNS4yLTMxLjRjNDEuMy0yMCA4NC4yLTYzIDEwNC43LTEwNC42Ij48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjI1MHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0zNDQuNSA0ODguNWMtNjAgMjAtMTE0IDIxLTE3Mi0xbDExLjQtMzNjNDMuMiAxNSAxMDQgMTUgMTQ4IDAiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuMzc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE1NC4zIDQ4Mi44Yy01Ni42LTI4LjQtOTUuNS02NS44LTEyMS0xMjIuNGwzMS40LTE1LjJjMjAgNDEuMyA2MyA4NC4yIDEwNC42IDEwNC43Ij48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjUwMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0yMy43IDM0Mi43Yy0yMC02MC0yMS0xMTQgMS0xNzJsMzMgMTEuNGMtMTUgNDMuNS0xNSAxMDQgMCAxNDgiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuNjI1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMxLjggMTUxQzYwIDk0LjIgOTcuNSA1NS4zIDE1NCAzMGwxNS4zIDMxLjNjLTQxLjIgMjAtODQgNjMtMTA0LjYgMTA0LjYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuNzUwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE3MyAyMWM2MC0yMCAxMTQtMjEgMTcyIDFsLTExLjUgMzIuOGMtNDMuMy0xNS0xMDQtMTUtMTQ4IDAiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuODc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iI2VlZSIgZD0iTTE5NyA0NTl2LTQ4cy00LTQtMzMtMWMtMjggMy02Mi02Ni02NS02OSAyNC0xMCA0MyAyNiA2NSAzOGgzMXMzLTQ0IDIwLTM3YzE3IDYtNzIgMS05Ny02MXMxOS0xMjYgMjAtMTE1YzAgOS0xNy0zNS0xMC00NiAyMC0yNCA1MCAxMSA2OSAxNSA1IDAgMTgtOCA1OS03IDQxIDAgNTUgOCA2MCA2IDIyLTEwIDUxLTMyIDY1LTE3IDEwIDEyLTEgNjEtMSA0OXM0MyA4MSA2IDEzMmMtMjkgNDYtOTUgNDMtODQgNDYgMjEgMTUgMTQgOTEgMTQgMTE1bC0yMiA0di03NGMwLTktOS0xMC05LTl2ODVsLTIxIDF2LTg2aC0xMHY4NmwtMjAtMXYtODNzLTgtMS04IDEwdjcyIi8+PC9zdmc+\") !important;\r\n background-size: contain !important;\r\n}\r\n\r\n.more-repos-link.is-loading {\r\n background-repeat: no-repeat !important;\r\n background-position: 50% 50% !important;\r\n background-size: 16px 16px !important;\r\n}\r\n\r\n.timeline-progressive-disclosure-container {\r\n background: transparent\r\n url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NHB4IiBoZWlnaHQ9IjM0cHgiIHZpZXdCb3g9IjAgMCA0NCAzNCI+PHBvbHlsaW5lIGZpbGw9IiM0NDQiIHBvaW50cz0iMCwyMSAyMiw4IDQ0LDIxIDQ0LDI2IDIyLDEzIDAsMjYiLz48L3N2Zz4NCg==\")\r\n repeat-x left center/22px 17px !important;\r\n}\r\n\r\nimg[src*=\"octocat-spinner\"][width=\"128\"] {\r\n padding: 64px !important;\r\n}\r\n\r\nimg[src*=\"octocat-spinner\"][width=\"64\"],\r\n.profile-picture-spinner {\r\n padding: 32px !important;\r\n}\r\n\r\nimg[src*=\"octocat-spinner\"][width=\"32\"] {\r\n padding: 16px !important;\r\n}\r\n\r\nimg[src*=\"octocat-spinner\"][width=\"16\"] {\r\n padding: 8px !important;\r\n}\r\n\r\nimg[src=\"/images/spinner.gif\"] {\r\n padding: 32px !important;\r\n}\r\n\r\n/* network members */\r\n\r\n.network-tree {\r\n width: 26px !important;\r\n height: 0 !important;\r\n padding-top: 22px !important;\r\n background-repeat: no-repeat !important;\r\n}\r\n\r\n.network-tree[src$=\"t.png\"] {\r\n background-image: url(\"data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIkjI+pG8APY5O0uorfzRzt3n1g5pSTOTJiSq1s5L6ajMW0YgcFADs=\") !important;\r\n}\r\n\r\n.network-tree[src$=\"i.png\"] {\r\n background-image: url(\"data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIhjI+pG8APY5O0uorfzRzt3n1gJo6WGaJcqUJsy7ywIgcFADs=\") !important;\r\n}\r\n\r\n.network-tree[src$=\"l.png\"] {\r\n background-image: url(\"data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIejI+pG8APY5O0uorfzRzt3n1g5pSTOabqyrbuC68FADs=\") !important;\r\n}\r\n\r\n#searchfield {\r\n background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAM1BMVEUAAABKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkrmvr7+AAAAEXRSTlMAmEgOJpKQimpgRHVzVk8fFp8jXkwAAABRSURBVAjXVY1JDsAwCAMxhGxNl/+/toVEKpmLNcLCRJRqKTXRhOGwS4KyCCv8eoBnY1hkiIUgb6ah2THWly7SFS0uAKfZWm+mP59eUfNNgYdehjcBh7PIFcgAAAAASUVORK5CYII=\") !important;\r\n background-repeat: no-repeat !important;\r\n background-position: 8px center !important;\r\n}\r\n\r\n/* octotree icons */\r\n\r\na.octotree_toggle:not(.octotree_loading) > span:after,\r\n.octotree_github_sidebar a.octotree_opts,\r\n.octotree_help > span {\r\n -webkit-filter: invert(100%) !important;\r\n filter: invert(100%) !important;\r\n}\r\n\r\na.octotree_toggle:not(.octotree_loading):hover > span:after,\r\n.octotree_github_sidebar a.octotree_opts:hover,\r\n.octotree_treeview .jstree-icon.tree {\r\n -webkit-filter: grayscale(100%) !important;\r\n filter: grayscale(100%) !important;\r\n}\r\n\r\n/* front page: 'more' spinner */\r\n\r\n.ajax-pagination-form.loading .ajax-pagination-btn {\r\n position: relative !important;\r\n border-color: #343434 !important;\r\n background: #25272a !important;\r\n}\r\n\r\n.ajax-pagination-form.loading .ajax-pagination-btn:after {\r\n content: \"\" !important;\r\n position: absolute !important;\r\n width: 16px !important;\r\n height: 16px !important;\r\n left: 50% !important;\r\n top: 50% !important;\r\n transform: translate(-50%, -50%) !important;\r\n}\r\n\r\n.branch-action-body .spinner,\r\ndiv.facebox-loading,\r\n.status-indicator-loading {\r\n background-position: center center !important;\r\n width: 100% !important;\r\n background-repeat: no-repeat !important;\r\n}\r\n\r\n/* image preview background */\r\n\r\n.render-shell .img-view img,\r\n.file .image img,\r\n.file .image canvas,\r\nimg.asset,\r\n.render-shell img:not(.math) {\r\n background-image: url(\"data:image/gif;base64,R0lGODlhCgAKAIAAABoaGgAAACwAAAAACgAKAAACEYQdmYcaDNxjEspKndVZbc8UADs=\") !important;\r\n}\r\n\r\n.render-shell:hover .img-view img,\r\n.file:hover .image img,\r\n.file:hover .image canvas,\r\nimg.asset:hover,\r\n.render-shell:hover img:not(.math) {\r\n background-image: url(\"data:image/gif;base64,R0lGODlhCgAKAIAAAOXl5f///yH5BAAAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==\") !important;\r\n}\r\n\r\n/* <select> dropdown arrows */\r\n\r\n/* https://github.com/account/upgrade */\r\n\r\n.form-select {\r\n background: #25272a\r\n url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAQAAAAua3X8AAAARklEQVR4AWNABWcazjQg8zGl/wNhA15piBL80gglmNKYSjClMZUgpDGVwKXxKBl4QNiRBLxJIKAIBzXhyCIc3YQTDMEkBwBplPJRxEMa4wAAAABJRU5ErkJggg==\")\r\n no-repeat right 8px center !important;\r\n background-size: 8px 10px !important;\r\n}\r\n\r\n/* language stats bar */\r\n\r\n.repository-lang-stats-graph {\r\n height: 9px !important;\r\n}\r\n\r\n/* no border */\r\n\r\n.multiple-avatars,\r\n.multiple-avatars:before,\r\ntable.files,\r\ntable.files tr,\r\n.simple-conversation-list > li:first-child,\r\n.gobutton.with-comments .sha,\r\n.usage-bar dd,\r\n.setup-form-container .fieldgroup .fields,\r\n.inline-comments .line-comments,\r\n#gist-form .gist-name-textbox,\r\n#adv_code_search .search-page-input,\r\n.fullscreen-overlay textarea,\r\n.file .image .border-wrap,\r\n.site-search .chromeless-input,\r\n.profile-timeline-card-wrapper,\r\n.render-shell img,\r\nimg.asset {\r\n border: 0 !important;\r\n}\r\n\r\n.dashboard-tabs a {\r\n border-left: 0 !important;\r\n border-right: 0 !important;\r\n}\r\n\r\n.js-details-container.navigation-focus .gobutton {\r\n background: linear-gradient(#444, #222) !important;\r\n}\r\n\r\n/* no top border radius */\r\n\r\ntable.files {\r\n border-top-left-radius: 0 !important;\r\n border-top-right-radius: 0 !important;\r\n}\r\n\r\n/* add border */\r\n\r\n.issues-list,\r\n.pulls-list-group,\r\n.branch-infobar,\r\n.pagehead.repohead h1 .repo-label span,\r\n.coupons .coupon-form-body .coupon-icon,\r\n.menu,\r\n.merge-pr-more-commits,\r\n.api pre {\r\n border: 1px solid #484848 !important;\r\n}\r\n\r\n#graph-shots li > p,\r\n.select-menu-item,\r\n.logo-box,\r\n.branch-infobar {\r\n border-bottom: none !important;\r\n}\r\n\r\n.pull-info,\r\n.branch-link,\r\n.milestone-list .progress-bar {\r\n border: 1px solid #444 !important;\r\n}\r\n\r\n.more-repos {\r\n border-top: #484848 1px solid !important;\r\n}\r\n\r\n.pull-head,\r\n.capped-box {\r\n border-bottom: #484848 1px solid !important;\r\n}\r\n\r\n.dropdown-menu:after {\r\n border-bottom: #343434 8px solid !important;\r\n}\r\n\r\n.dropdown-menu-ne:after,\r\n.tutorial-nw:after {\r\n border-top-color: #343434 !important;\r\n border-bottom-color: transparent !important;\r\n}\r\n\r\n.TutorialPopover--north:after {\r\n border-top-color: #343434 !important;\r\n}\r\n\r\n.dropdown-menu-e:after,\r\n.tutorial-e:after,\r\n.file-commit-form .commit-form:before {\r\n border-right-color: #343434 !important;\r\n border-bottom-color: transparent !important;\r\n}\r\n\r\n.dropdown-menu-w:after {\r\n border-left-color: #343434 !important;\r\n border-bottom-color: transparent !important;\r\n}\r\n\r\n.file-commit-form .commit-form:after,\r\n.ScreenshotCarousel-navitem {\r\n border-right-color: #222 !important;\r\n}\r\n\r\n/* inline code - add border */\r\n\r\n.markdown-format p > code,\r\n.markdown-body code,\r\n.markdown-body tt,\r\n.markdown-format pre,\r\n.markdown-body pre,\r\n.markdown-format .highlight pre,\r\n.markdown-body .highlight pre,\r\nbody.blog pre,\r\n#user-content-toc td,\r\n.copyable-terminal {\r\n border: 1px solid rgba(255, 255, 255, 0.1) !important;\r\n}\r\n\r\n/* toc in markdown, reset border-collaps so border-radius works */\r\n\r\n/* https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki */\r\n\r\n#user-content-toc {\r\n border-collapse: separate !important;\r\n}\r\n\r\n#facebox pre,\r\n#contributors-master svg.viz,\r\n#com .dropdown-menu,\r\n.header-search-wrapper {\r\n border: 1px solid #343434 !important;\r\n}\r\n\r\n/* orange rss icon */\r\n\r\n.blog-aside .octicon-rss,\r\n.dashboard-feed-icon.octicon-rss,\r\n.nav-rss a .octicon-rss,\r\na.feed-icon,\r\n#dashboard .octicon-rss {\r\n color: #f93 !important;\r\n}\r\n\r\n.featured-label {\r\n background: #f5b987 !important;\r\n border: none !important;\r\n padding: 6px !important;\r\n color: #ed7c21 !important;\r\n}\r\n\r\n.featured-label .octicon,\r\n.page-new-repo div.form-checkbox .octicon-lock:before {\r\n color: #ed7c21 !important;\r\n}\r\n\r\n/* diff highlighting (no syntax highlight) */\r\n\r\n/* main diff text color */\r\n\r\n.diff-line-pre {\r\n color: #ccc !important;\r\n}\r\n\r\n.diff-table .line-comments {\r\n border-top: 1px solid #333 !important;\r\n border-bottom: 1px solid #333 !important;\r\n}\r\n\r\n#header-wrapper,\r\n.menu li + li {\r\n border-bottom: 1px solid #333 !important;\r\n}\r\n\r\n.js-release-form {\r\n border-top: none !important;\r\n}\r\n\r\n/* light grey - breaks in diff (with line numbers) */\r\n\r\n.highlight .expandable-line-num,\r\n.highlight .diff-line-num-hunk,\r\n.highlight .diff-line-code-hunk,\r\n.highlight .expandable-line-code {\r\n background: #222 !important;\r\n color: #888 !important;\r\n}\r\n\r\n/* git diff line additions (dark green) */\r\n\r\n.blob-code.blob-code-addition,\r\n.blob-num.blob-num-addition,\r\n.prose-diff .changed ins,\r\n.prose-diff .changed ins code,\r\n.prose-diff .changed ins pre,\r\n.prose-diff .changed .added,\r\n.prose-diff > .markdown-body ins pre,\r\n.prose-diff > .markdown-body ins code,\r\n.prose-diff > .markdown-body ins > div,\r\n.prose-diff > .markdown-body ins > p {\r\n background: #002800 !important;\r\n border-color: #060 !important;\r\n}\r\n\r\n/* git diff line deletions (dark red) */\r\n\r\n.blob-code.blob-code-deletion,\r\n.blob-num.blob-num-deletion,\r\n.prose-diff > .markdown-body .changed del,\r\n.prose-diff > .markdown-body .changed del pre,\r\n.prose-diff > .markdown-body .changed del code,\r\n.prose-diff > .markdown-body .changed del > div,\r\n.prose-diff > .markdown-body .changed .removed,\r\n.prose-diff > .markdown-body .changed .removed pre,\r\n.prose-diff > .markdown-body .changed .removed code,\r\n.prose-diff > .markdown-body .changed .removed > div,\r\n.CodeMirror-linebackground.conflict-background,\r\n.conflict-gutter-marker,\r\n.conflict-background + .CodeMirror-gutter-wrapper .CodeMirror-linenumber {\r\n background: #380000 !important;\r\n border-color: #600 !important;\r\n}\r\n\r\n/* code and diff line selection */\r\n\r\npre div[style^=\"background-color: rgb(248, 238, 199)\"],\r\n.highlight td.blob-code-inner[style^=\"background-color: rgb(248, 238, 199)\"],\r\n.blob-code-inner.highlighted,\r\ntd.selected-line.blob-num,\r\ntd.selected-line.blob-code {\r\n background: rgb(40, 40, 40) !important;\r\n border-color: rgb(40, 40, 40) !important;\r\n}\r\n\r\n/* custom hover highlight in code and diffs */\r\n\r\n.highlight tr:hover .blob-num:not(.non-expandable) {\r\n color: #e2e2e2 !important;\r\n}\r\n\r\n.diff-table tr:hover > pre,\r\n.highlight:not(.lines)\r\n tr:not(.inline-comments):hover\r\n td.selected-line.blob-num:not(.line-age),\r\n.highlight:not(.lines)\r\n tr:not(.inline-comments):hover\r\n td.selected-line.blob-code:not(.line-age),\r\n.highlight:not(.lines) tr:not(.inline-comments):hover td:not(.line-age) {\r\n background: rgb(50, 50, 50) !important;\r\n}\r\n\r\n.highlight:not(.lines)\r\n tr:not(.inline-comments):hover\r\n td.blob-num-addition:not(.line-age),\r\n.highlight:not(.lines)\r\n tr:not(.inline-comments):hover\r\n td.blob-code-addition:not(.line-age) {\r\n background: #103810 !important;\r\n}\r\n\r\n.highlight:not(.lines)\r\n tr:not(.inline-comments):hover\r\n td.blob-num-deletion:not(.line-age),\r\n.highlight:not(.lines)\r\n tr:not(.inline-comments):hover\r\n td.blob-code-deletion:not(.line-age) {\r\n background: #481010 !important;\r\n}\r\n\r\n/* custom hover highlight end */\r\n\r\n.prose-diff > .markdown-body th.changed,\r\n.prose-diff > .markdown-body td.changed {\r\n background: #282818 !important;\r\n}\r\n\r\n.blob-code-addition .x,\r\n.highlight .blob-code-addition .x {\r\n background: #252 !important;\r\n color: #eee !important;\r\n}\r\n\r\n.blob-code-deletion .x,\r\n.highlight .blob-code-deletion .x {\r\n background: #622 !important;\r\n color: #eee !important;\r\n}\r\n\r\n/* git diff line numbers (med green) */\r\n\r\n.gi .diff-line-num,\r\n.gi .diff-line-code,\r\n.gi .diff-line-pre {\r\n background: #020 !important;\r\n border-color: #040 !important;\r\n}\r\n\r\n/* git diff line deletions (med red) */\r\n\r\n.gd .diff-line-num,\r\n.highlight .err,\r\n.gd .diff-line-code,\r\n.gd .diff-line-pre {\r\n background: #300 !important;\r\n border-color: #500 !important;\r\n}\r\n\r\n/* scroll bar */\r\n\r\n::-webkit-scrollbar {\r\n max-width: 10px !important;\r\n max-height: 10px !important;\r\n background: #1d1d1d !important;\r\n}\r\n\r\n::-webkit-scrollbar-track,\r\n::-webkit-scrollbar-corner {\r\n background: #1d1d1d !important;\r\n}\r\n\r\n::-webkit-scrollbar-thumb {\r\n background: rgba(175, 175, 175, 0.5) !important;\r\n}\r\n\r\n::-webkit-scrollbar-thumb:hover {\r\n background: rgba(65, 131, 196, 0.8) !important;\r\n}\r\n\r\n:root {\r\n scrollbar-color: rgba(175, 175, 175, 0.5) #1d1d1d !important;\r\n scrollbar-width: thin !important;\r\n}\r\n\r\n/* GitHub Enterprise Only\r\n * _____..---========+*+==========---.._____\r\n * ______________________ __,-='=====____ =================== _____=====`=\r\n * (._____________________I__) - _-=_/ `---------=+=--------'\r\n * / /__...---===='---+---_'\r\n * '------'---.___ - _ = _.-'\r\n * `--------'\r\n */\r\n\r\n.enterprise.page-profile .profilecols ul.stats li strong {\r\n color: #ccc;\r\n background: transparent !important;\r\n}\r\n\r\n.enterprise ul.selling-points li {\r\n color: #fff;\r\n}\r\n\r\n.enterprise .steps {\r\n margin: 20px auto 0;\r\n padding: 15px 10px;\r\n border: 1px solid #ddd;\r\n border-radius: 3px;\r\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\r\n background: #222;\r\n color: #fff;\r\n}\r\n\r\n.enterprise .dashboard-notice {\r\n background: #222 !important;\r\n color: #ccc;\r\n}\r\n\r\n.enterprise .autocomplete-item {\r\n color: #ccc;\r\n}\r\n\r\n.enterprise .repo-nav a:focus,\r\n.enterprise .repo-nav a:hover {\r\n border-radius: 0 !important;\r\n border-left: 1px solid #eee !important;\r\n}\r\n\r\n.enterprise .repo-nav a,\r\n.enterprise .repo-menu,\r\n.enterprise .repo-nav a .counter {\r\n text-shadow: none !important;\r\n box-shadow: none !important;\r\n}\r\n\r\n.enterprise .repo-nav li > .selected:after {\r\n background: #333 none !important;\r\n border-color: #484848 !important;\r\n}\r\n\r\n.enterprise .repo-nav-contents {\r\n box-shadow: inset 1px 0 0 #333 !important;\r\n}\r\n\r\n.enterprise div.repo-nav-contents {\r\n background: rgba(34, 34, 34, 0.4) !important;\r\n}\r\n\r\n.enterprise ul.repo-menu a.selected {\r\n border-left: 1px solid transparent !important;\r\n}\r\n\r\n.enterprise .repo-menu-separator {\r\n border-bottom: 1px solid #333 !important;\r\n}\r\n\r\n.enterprise .repo-nav a.selected .octicon,\r\n.enterprise .repo-menu a.selected:after,\r\n.enterprise .repo-menu li:hover .octicon {\r\n color: #eee !important;\r\n}\r\n\r\n.enterprise .repo-menu-separator:before,\r\n.enterprise .repo-nav-contents:before,\r\n.enterprise .repo-menu-separator,\r\n.enterprise .repo-nav-contents:after {\r\n background-color: transparent !important;\r\n background-image: none !important;\r\n}\r\n\r\n.enterprise .repo-nav a:focus,\r\n.enterprise .repo-nav a:hover {\r\n border-radius: 0 !important;\r\n border-left: 1px solid #eee !important;\r\n}\r\n\r\n.enterprise ul.repo-menu a.selected {\r\n border-color: #343434 !important;\r\n}\r\n\r\n/* https://github.com/musically-ut/lovely-forks */\r\n\r\n.lovely-forks-addon {\r\n color: #808080 !important;\r\n}\r\n\r\n/* https://github.com/npmhub/npmhub */\r\n\r\n.deps > li {\r\n border-color: #343434 !important;\r\n}\r\n\r\n/*** ZenHub styling ***/\r\n\r\n.zhc-selection-item:hover,\r\n.zhc-selection-item--is-active,\r\n.zh-select-menu-item.navigation-focus,\r\n.zh-select-menu-item:hover,\r\n.zh-tabs__nav-item:hover {\r\n background: #4183c4 !important;\r\n border-color: #4183c4 !important;\r\n color: #fff !important;\r\n}\r\n\r\n.zhc-pipeline-sort-status__clear {\r\n color: #4183c4 !important;\r\n}\r\n\r\n/* background */\r\n\r\n.zhc-pipeline,\r\n.zh-epic-creator-top,\r\n.zh-epic-creator-nav,\r\ninput.zhc-icon,\r\n.zhc-item-table__header,\r\n.zhc-item-table__cell {\r\n background-color: transparent !important;\r\n}\r\n\r\n.zhc-pipeline__body,\r\n.zhc-board--is-fullscreen,\r\n.zh-epic-issue-progress-bar,\r\n.zhc-board-loading__message,\r\n.zhc-pipeline--is-collapsed,\r\n.zhc-issue-card,\r\n.zh-todo-item-placeholder,\r\n.zh-timeline-comment,\r\n.zh-epic-creator-tab,\r\n.zh-issueviewer-content {\r\n background: #111 !important;\r\n border-color: #484848 !important;\r\n}\r\n\r\n.zhc-issue-card__main,\r\n.zhc-pipeline-header,\r\n.zh-burndown-chart-container,\r\n.zh-burndown-chart .stats-container,\r\n.zh-issue-list .table-list-item,\r\n.zh-todopage-main .zh-todolist-today,\r\n.zh-todo-item,\r\n.zh-todo-empty-inbox,\r\n.zh-todo-empty-today,\r\n.zh-todo-empty-list,\r\n.zh-epic-issue-list-container,\r\n.zh-epic-creator-tab.selected,\r\n.zh-epic-creator-issue-list,\r\n.popover,\r\n.zh-epic-issue-list-container li,\r\n.zh-epic-creator-issue-list li,\r\n.full-screen-project-header,\r\n.dashboard-notice,\r\n.zhu-blankslate {\r\n background: #25272a !important;\r\n border-color: #484848 !important;\r\n}\r\n\r\n.zhc-issue-card__meta,\r\n.zhc-selection-list,\r\n.zhc-selection-list__header,\r\n.zhc-selection-filter,\r\n.zhc-tooltip-action__item,\r\n.zh-milestone-dates,\r\n.zh-epic-issue-list-footer,\r\n.zh-select-menu-header,\r\n.zh-todolist-box,\r\n.zh-todopage-main .zh-todolist-today,\r\n.zh-issue-list .table-list-title,\r\n.zh-epic-issue-list-container li:hover,\r\n.zh-epic-creator-issue-list li:hover,\r\n.zh-epic-creator-progress-bar,\r\n.zhc-tooltip-action__content,\r\n.zh-timeline-comment-header,\r\n.zh-issueviewer-title,\r\n.zh-new-issue-suggester-input-container,\r\n.zhc-pr-issue-connector__info,\r\n.zhu-tag-default,\r\n.zhc-chart-container__header {\r\n background: #25272a !important;\r\n border-color: #484848 !important;\r\n}\r\n\r\n.zhc-merge-repo-item:hover,\r\n.zhc-merge-repo-item--is-active,\r\n.zhc-badge--issue-count,\r\n.zhc-tooltip-action__item:hover,\r\n.zh-todolist-completed-separator,\r\n.zh-todolist-today-separator,\r\n.zh-epic-issue-list-item-badge .zh-pipeline-badge,\r\n.zh-pipeline-badge-light,\r\n.zhc-dropdown-simple-item:hover {\r\n background: #333 !important;\r\n}\r\n\r\n.zh-epic-creator-tab.selected,\r\n.zh-pipeline-badge-light {\r\n border-top-color: #4183c4 !important;\r\n color: #ddd !important;\r\n}\r\n\r\n.zh-chart .weekend-band {\r\n fill: rgba(34, 34, 34, 0.5) !important;\r\n}\r\n\r\n.zh-chart .horizonal-grid-line {\r\n stroke: rgba(34, 34, 34, 0.5) !important;\r\n}\r\n\r\n.zhc-readonly-banner {\r\n background: #182030 !important;\r\n}\r\n\r\n.zhc-progress-bar {\r\n background: #333 !important;\r\n}\r\n\r\n.zhc-progress-bar > .zhc-progress-bar--completed-issues {\r\n background: #163 !important;\r\n}\r\n\r\n/* border */\r\n\r\n.zhc-pr-issue-connector__info:after {\r\n border-right-color: #25272a !important;\r\n}\r\n\r\n.zhc-selection-item,\r\n.zhc-pipeline-header__actions,\r\n.zhc-pipeline,\r\n.zhc-pipeline--new-placeholder .zhc-pipeline__head,\r\n.zhc-merge-repo-item,\r\n.zh-todopage-menu,\r\n.zh-select-menu-item,\r\n.zh-epic-issue-list-container ul,\r\n.zh-epic-creator-nav,\r\n.zh-epic-creator-picker-container,\r\n.zh-board-menu,\r\n.zh-epic-creator-filters,\r\n.zh-epic-issues-picker-new-issue,\r\n.merge-status-list,\r\n.zhc-dropdown-simple-item,\r\n.zhc-pipeline-body,\r\n.zhc-board-settings-head,\r\n.zhc-pipeline-sort-status,\r\n.zhc-chart-container,\r\n.zhc-burndown-chart__stats,\r\n.zhc-chart-container__footer {\r\n border-color: #343434 !important;\r\n}\r\n\r\n.zhc-tooltip-action__content:before,\r\n.zhc-pr-issue-connector__info:before {\r\n border-right-color: #343434 !important;\r\n}\r\n\r\n.popover.left .arrow {\r\n border-left-color: #343434 !important;\r\n}\r\n\r\n/* text */\r\n\r\n.zhc-selection-list__header__text,\r\n.zhc-merge-repo-item__content,\r\n.zhc-repo-item,\r\n.zh-todolist-create:hover,\r\n.zh-todolist-name,\r\n.zh-epic-pipeline-selector.active .zh-epic-pipeline-selector-name,\r\n.zh-select-menu-title,\r\n.zhc-badge--issue-count,\r\n.zh-pipeline-badge,\r\n.zh-timeline-comment-header-text,\r\n.zh-epic-issue-header-title,\r\n.zh-select-menu-item .description,\r\n.zh-pipeline-badge,\r\n.zh-tabs__nav-item:not(.zh-tabs__nav-item--active),\r\n.zhc-issue-item__title,\r\n.zhc-item-table__cell__issue-number,\r\n.zhc-item-table__column-title,\r\n.zhc-selection-button__title--active-filter,\r\n.zhc-item-table__row {\r\n color: #ccc !important;\r\n}\r\n\r\n.zh-sidebar-icon {\r\n opacity: 1 !important;\r\n -webkit-filter: brightness(2) !important;\r\n filter: brightness(2) !important;\r\n}\r\n\r\n/* ZenHub buttons */\r\n\r\n.zhc-toggle-button,\r\n.zhc-btn,\r\n.zh-todo-issue-dropdown .zh-split-button-icon,\r\n.zhu-blankslate,\r\n.zh-tabs__nav-item:not(.zh-tabs__nav-item--active) {\r\n background: linear-gradient(#282828, #25272a) !important;\r\n border-color: #383838 !important;\r\n}\r\n\r\n.zh-delete-epic-button {\r\n background: #911 !important;\r\n border-color: #383838 !important;\r\n}\r\n\r\n.zh-delete-epic-button:hover {\r\n background: #b22 !important;\r\n border-color: #b00 !important;\r\n}\r\n\r\n.zhc-toggle-button:hover,\r\n.zhc-btn:not(.zhc-toggleable--is-disabled):hover,\r\n.zhc-selection-button__container:hover,\r\n.zhc-toggle-button--is-active,\r\n.zhc-selection-button__container--is-active,\r\n.zh-burndown .btn .octicon,\r\n.zh-todo-issue-dropdown.selected .zh-split-button-icon,\r\n.zh-board-menu-item .octicon,\r\n.zh-reports .btn .octicon,\r\n.zh-tabs__nav-item:not(.zh-tabs__nav-item--active):hover {\r\n background: linear-gradient(#444, #333) !important;\r\n border-color: #484848 !important;\r\n}\r\n\r\n.zhc-btn-gh--primary {\r\n background: linear-gradient(#203522, #152715) !important;\r\n border-color: #041 !important;\r\n}\r\n\r\n.zhc-btn.zhc-btn-gh--primary:hover {\r\n background: linear-gradient(#407045, #305530) !important;\r\n border-color: #083 !important;\r\n}\r\n\r\n/* popovers */\r\n\r\n.zhc-selection-list__header__text,\r\n.zhc-tooltip-action__content,\r\n.zh-select-menu-title,\r\n.popover,\r\n.zhc-board-settings__items__header {\r\n box-shadow: none !important;\r\n text-shadow: none !important;\r\n}\r\n\r\n/* button tweaks */\r\n\r\n.zh-repo-switcher .select-menu-button {\r\n padding: 1px 6px 2px 4px !important;\r\n}\r\n\r\n.zh-repo-switcher .select-menu-button:after {\r\n vertical-align: 0 !important;\r\n}\r\n\r\n.zh-octicon-list-unordered {\r\n height: 14px !important;\r\n}\r\n\r\n/* invert image */\r\n\r\n.zh-icon-circled-bolt,\r\n.zh-icon-bolt,\r\n.zh-octicon-x {\r\n -webkit-filter: invert(40%) brightness(120%) !important;\r\n filter: invert(40%) brightness(120%) !important;\r\n}\r\n\r\n.zhc-icon:not([class$=\"-red\"]):not([class$=\"-white\"]),\r\n.zhc-board-loading,\r\n.zhc-board-loading__message,\r\n.zh-octicon-list-unordered,\r\n.zh-octicon-pencil,\r\n.zh-octicon-inbox,\r\n.zh-octicon-plus,\r\n.zh-octicon-info,\r\n.zh-octicon-milestone,\r\n.zh-octicon-chevron-down,\r\n.zh-epic-creator-tab-icon,\r\n.zh-board-menu-item .zh-octicon-grey,\r\n.zh-octicon-search,\r\n.zhc-burndown-chart__placeholder {\r\n -webkit-filter: invert(100%) !important;\r\n filter: invert(100%) !important;\r\n}\r\n\r\n/* move expanded zenhub board toolbar when octotree exists\r\n see https://github.com/buunguyen/octotree/issues/242 */\r\n\r\nhtml.octotree:not(.octotree-show) .zhc-board--is-fullscreen .zhc-menu-bar {\r\n margin-left: 30px;\r\n margin-top: -8px;\r\n}\r\n\r\n/* Github User Info userscript - see #481 */\r\n\r\n.GithubUserInfo,\r\n.GithubUserInfo > div {\r\n background: #25272a !important;\r\n border-color: #343434 !important;\r\n}\r\n\r\n/* GitHub Notifications Dropdown userscript - see #478 */\r\n\r\n.notifications-dropdown {\r\n background: #25272a !important;\r\n border: 1px solid #343434 !important;\r\n}\r\n\r\na.notifications-dropdown-see-all {\r\n background: #242424 !important;\r\n color: #4183c4 !important;\r\n}\r\n\r\na.notifications-dropdown-see-all:hover {\r\n background: #4183c4 !important;\r\n color: #e2e2e2 !important;\r\n}\r\n\r\n.notifications-dropdown-arrow {\r\n border-bottom-color: #333 !important;\r\n}\r\n\r\n/* Awesome autocomplete styling */\r\n\r\n.awesome-autocomplete .tt-dropdown-menu {\r\n border-color: #343434 !important;\r\n background-color: #25272a !important;\r\n}\r\n\r\n.awesome-autocomplete .aa-query strong,\r\n.awesome-autocomplete .aa-query-default em,\r\n.awesome-autocomplete .tt-suggestion .octicon {\r\n color: #4183c4 !important;\r\n}\r\n\r\n.awesome-autocomplete .tt-suggestion .octicon-star {\r\n fill: #c0c0c0 !important;\r\n}\r\n\r\n.awesome-autocomplete .aa-category {\r\n background-color: #1d1d1d !important;\r\n border-top: 1px solid #343434 !important;\r\n border-bottom: 1px solid #343434 !important;\r\n color: #a0a0aa !important;\r\n}\r\n\r\n.awesome-autocomplete .tt-suggestion {\r\n border-color: #343434 !important;\r\n}\r\n\r\n.awesome-autocomplete .tt-suggestion:hover,\r\n.awesome-autocomplete .tt-suggestion.tt-cursor {\r\n background: #333 !important;\r\n}\r\n\r\n.awesome-autocomplete .tt-suggestion:hover .aa-name {\r\n text-decoration: none !important;\r\n}\r\n\r\n.awesome-autocomplete .tt-suggestion em {\r\n background-color: #4183c4 !important;\r\n color: #fff !important;\r\n}\r\n\r\n.awesome-autocomplete .aa-thumbnail {\r\n background-color: #25272a !important;\r\n}\r\n\r\n.awesome-autocomplete .aa-query,\r\n.awesome-autocomplete .aa-branding,\r\n.awesome-autocomplete .aa-infos,\r\n.awesome-autocomplete .aa-login,\r\n.awesome-autocomplete .aa-company,\r\n.awesome-autocomplete .aa-company i,\r\n.awesome-autocomplete .aa-description,\r\n.awesome-autocomplete .aa-issue-body {\r\n color: #fff !important;\r\n}\r\n\r\n.awesome-autocomplete .aa-thumbnail,\r\n.awesome-autocomplete .aa-thumbnail {\r\n background-color: #25272a !important;\r\n}\r\n\r\n.awesome-autocomplete .icon-delete {\r\n -webkit-filter: invert(100%) !important;\r\n filter: invert(100%) !important;\r\n}\r\n\r\n/* begin auto-generated rules - use tools/generate.js to generate them */\r\n\r\n/* auto-generated rule for \"background-color: #2cbe4e\" */\r\n\r\n.State--green,\r\n.block-diff-added,\r\n.block-diff-neutral,\r\n.discussion-item-reopened .discussion-item-icon,\r\n.discussion-item-review.is-approved.is-writer .discussion-item-icon,\r\n.bar-section-positive,\r\n.branch-action-state-clean .branch-action-icon,\r\n.completeness-indicator-success {\r\n background: #163 !important;\r\n}\r\n\r\n/* auto-generated rule for \"background-color: #d1d5da\" */\r\n\r\n.block-diff-neutral {\r\n background: #444 !important;\r\n}\r\n\r\n/* auto-generated rule for \"background-color: #6f42c1\" */\r\n\r\n.bg-purple,\r\n.State--purple,\r\n.discussion-item-merged .discussion-item-icon,\r\n.bar-section-alt,\r\n.branch-action-state-merged .branch-action-icon,\r\n.btn-outline-purple:hover,\r\n.btn-outline-purple:active,\r\n.btn-outline-purple.selected,\r\n.btn-outline-purple:hover,\r\n.btn-outline-purple:active,\r\n.btn-outline-purple.selected {\r\n background: #6e5494 !important;\r\n}\r\n\r\n/* auto-generated rule for \"background-color: #cb2431\" */\r\n\r\n.btn-danger:hover,\r\n.State--red,\r\n.block-diff-deleted,\r\n.text-red .block-diff-neutral,\r\n.discussion-item-closed .discussion-item-icon,\r\n.discussion-item-review.is-rejected.is-writer .discussion-item-icon,\r\n.completeness-indicator-error,\r\n.saml-settings-form .test-status-indicator-error,\r\n.follow-list .flagged-banner {\r\n background: #911 !important;\r\n}\r\n\r\n/* auto-generated rule for \"background-color: #fff5b1\" */\r\n\r\n.network .current-repository,\r\n.diffbar-range-menu .is-last-in-range {\r\n background-color: #261d08 !important;\r\n}\r\n\r\n/* auto-generated rule for \"border-bottom: 1px solid #e1e4e8\" */\r\n\r\n.Box-body,\r\n.menu-item,\r\n.menu-heading,\r\n.table-list,\r\n.boxed-group-list > li,\r\n.diff-table tr:not(:last-child) .line-comments,\r\n.timeline-new-comment .previewable-comment-form .comment-body,\r\n.new-discussion-timeline .previewable-comment-form .comment-body,\r\n.discussion-item-review-comment,\r\n.facebox .facebox-staff-links,\r\n.facebox-header,\r\n.pagehead,\r\n.select-menu-header,\r\n.select-menu-divider,\r\n.merge-status-item,\r\n.file-header {\r\n border-bottom: 1px solid #343434 !important;\r\n}\r\n\r\n/* auto-generated rule for \"border-left: 1px solid #e1e4e8\" */\r\n\r\n.summary-stats li {\r\n border-left: 1px solid #343434 !important;\r\n}\r\n\r\n/* auto-generated rule for \"border-right: 1px solid #e1e4e8\" */\r\n\r\n.reaction-summary-item,\r\n.file-navigation .get-repo-btn:first-child {\r\n border-right: 1px solid #343434 !important;\r\n}\r\n\r\n/* auto-generated rule for \"border-top: 1px solid #e1e4e8\" */\r\n\r\n.Box-row,\r\n.Box-footer,\r\n.commits-list-item + .commits-list-item,\r\n.diff-table .line-comments,\r\n.diff-table tr:not(:last-child) .line-comments,\r\n.timeline-comment .comment + .comment,\r\n.facebox-footer,\r\n.comment-reactions.has-reactions,\r\n.select-menu-divider,\r\n.branch-action-body .merge-message,\r\n.branch-action-body .merge-branch-form,\r\n.branch-action-item + .branch-action-item,\r\n.branch-action-item + .mergeability-details,\r\n.last-review-thread,\r\n.file-navigation .get-repo-btn,\r\n.user-list-item + .user-list-item {\r\n border-top: 1px solid #343434 !important;\r\n}\r\n\r\n/* auto-generated rule for \"border-bottom: 0\" */\r\n\r\n.menu-item:last-child,\r\n.menu-heading:last-child,\r\n.tabnav-tab,\r\n.border-bottom-0,\r\n.suggester li:last-child,\r\n.boxed-group > h3,\r\n.boxed-group .heading,\r\n.boxed-group-list > li:last-of-type,\r\n.boxed-group-table tr:last-child td,\r\n.commit-build-statuses .dropdown-menu .merge-status-list,\r\n.gh-header.pull .gh-header-meta,\r\n.timeline-comment-header:only-child,\r\n.discussion-item-review-comment:last-child,\r\n.dropdown-menu-ne:before,\r\n.dropdown-menu-ne:after,\r\n.gollum-editor-title-field,\r\n.prose-diff > .markdown-body .added,\r\n.prose-diff > .markdown-body ins + .added,\r\n.prose-diff > .markdown-body ins,\r\n.select-menu-list:last-child .select-menu-item:last-child,\r\n.select-menu-item.last-visible,\r\n.intgrs-dir-intro,\r\n.session-authentication .header-logged-out,\r\n.billing-addon-items td,\r\n.billing-section:last-child,\r\n.merge-status-item:last-child,\r\n.gh-header-new-pr .gh-header-meta,\r\n.branch-group-heading,\r\n.branch-summary,\r\n.codesearch-results .repo-list-item,\r\n.survey-box.simple-box,\r\n.survey-box.simple-box .simple-box-title,\r\n.explore-page.marketing-section,\r\n.explore-section:nth-child(odd):last-child,\r\n.leaderboard-list-item:last-child,\r\n.file.open .file-header,\r\n.delete-topic-button,\r\n.topic-tag-action .add-topic-button,\r\n.topic-tag-action .remove-topic-button,\r\n.teams-post-wrapper .discussion-post .timeline-comment-header,\r\n.teams-post-wrapper .discussion-comment .timeline-comment-header,\r\n.teams-reply-wrapper .timeline-comment-header,\r\n.repository-lang-stats ol.repository-lang-stats-numbers li,\r\n.news .alert .body,\r\n.member-row:last-child,\r\n.org-migration-settings-section:last-child,\r\n.manage-repo-access-list-item:last-child,\r\n.discussion-item-body .outdated-comment .file-header,\r\n.repo-file-upload-target.is-progress-bar,\r\n.repo-file-upload-target.is-uploading,\r\n.overall-summary-bottomless,\r\n.access-token .credential-authorization-status-item:last-child,\r\n.protected-branch-authorized-pushers-table .table-list,\r\n.setup-org,\r\n.tree-browser tbody tr:last-child td,\r\n#user-content-toctitle h2,\r\n.site-header-dark .site-header,\r\n.site-header-dark .site-header {\r\n border-bottom: 0 !important;\r\n}\r\n\r\n/* auto-generated rule for \"border-left: 0\" */\r\n\r\n.social-count,\r\n.border-left-0,\r\n.flash-banner,\r\n.steps li:first-child,\r\n.session-authentication .flash.is-signed-in,\r\n.session-authentication .flash.is-signed-out,\r\n.golden-ticket-button:last-child,\r\n.select-menu-item,\r\n.teams-nav .teamnav-item,\r\n.summary-stats li:first-child,\r\n.url-box-clippy .zeroclipboard-button,\r\n.user-key-email-unverified,\r\n.sso-modal.error .flash-error,\r\n.tree-browser {\r\n border-left: 0 !important;\r\n}\r\n\r\n/* auto-generated rule for \"border-right: 0\" */\r\n\r\n.border-right-0,\r\n.avatar-stack .avatar:last-child,\r\n.flash-banner,\r\n.comment-reactions .add-reaction-btn,\r\n.session-authentication .flash.is-signed-in,\r\n.session-authentication .flash.is-signed-out,\r\n.select-menu-item,\r\n.delete-topic-button,\r\n.topic-tag-action .add-topic-button,\r\n.topic-tag-action .remove-topic-button,\r\n.topic-tag-action .remove-topic-button,\r\n.teams-nav .teamnav-item,\r\n.ScreenshotCarousel-navitem:last-child,\r\n.migrate-org-roles-item:last-child,\r\n.file-navigation .get-repo-btn.btn-block,\r\n.file-navigation .get-repo-btn:only-child,\r\n.sso-modal.error .flash-error,\r\n.tree-browser {\r\n border-right: 0 !important;\r\n}\r\n\r\n/* auto-generated rule for \"border-top: 0\" */\r\n\r\n.menu-item:first-child,\r\n.border-top-0,\r\n.markdown-body .csv-data tr,\r\n.markdown-body .csv-data th,\r\n.boxed-group .tabnav.heading .tabnav-tab.selected,\r\n.boxed-group .tabnav-tab,\r\n.boxed-group.dangerzone .boxed-group-inner,\r\n.boxed-group-list:first-child > li:first-child,\r\n.boxed-group-list.standalone > li:first-child,\r\n.boxed-group-warning:first-child,\r\n.simple-conversation-list > li:first-child,\r\n.discussion-item-changes-marker + .discussion-commits,\r\n.discussion-timeline-actions .merge-pr,\r\n.discussion-item-merged.open .discussion-item-details-header:first-child,\r\n.discussion-item + .timeline-progressive-disclosure-container,\r\n.timeline-progressive-disclosure-container + .discussion-item,\r\n.flash-banner,\r\n.progress-bar-inline .progress-bar,\r\n.prose-diff > .markdown-body .added,\r\n.prose-diff > .markdown-body ins + .added,\r\n.prose-diff > .markdown-body ins,\r\n.auth-form-body,\r\n.session-authentication .flash.is-signed-in,\r\n.session-authentication .flash.is-signed-out,\r\n.session-authentication .site-footer,\r\n.plan-choice-bottom,\r\n.blame-commit + .blame-line,\r\nul.comparison-list > li.title,\r\n.select-menu-item,\r\n.logged-out.enter-coupon .site-footer,\r\n.user-leaderboard-list .repo-list-item,\r\n.delete-topic-button,\r\n.topic-tag-action .add-topic-button,\r\n.topic-tag-action .remove-topic-button,\r\n.teams-nav .teamnav-item,\r\n.teams-post-wrapper .comment-reactions,\r\n.repository-lang-stats-graph,\r\n.news .alert:first-child,\r\n.org-profile .member-badge,\r\n.org-repos-mini .org-repo-mini-item:first-child .org-repo-mini-cell,\r\n.invite-team-member-list .team:first-child .table-list-cell,\r\n.migrate-ability-list-item:first-child,\r\n.confirm-removal-list-item:first-child,\r\n.manage-repo-access-team-item:first-child,\r\n.member-badge + .member-badge,\r\n.diffbar .table-of-contents li:first-child,\r\n.review-comment .comment-reactions,\r\n.uploaded-files > li:nth-child(2),\r\n.mini-repo-list > :first-child .mini-repo-list-item,\r\n.experiment-repo-nav .new-issue-form,\r\n.file-wrap,\r\ntable.files tbody tr:first-child td,\r\n.listgroup-header,\r\n.typeahead-result:first-child,\r\n#user-content-toc tr {\r\n border-top: 0 !important;\r\n}\r\n\r\n/* auto-generated rule for \"border: 1px solid #e1e4e8\" */\r\n\r\n.subnav-item,\r\n.blankslate,\r\n.table-list-header,\r\n.historical-banner,\r\n.list-group-item,\r\n.pagination a,\r\n.pagination span,\r\n.pagination em,\r\n.ajax-pagination-form .ajax-pagination-btn,\r\n.range-editor,\r\n.teams-post-wrapper .discussion-post .previewable-comment-form,\r\n.teams-post-wrapper .discussion-comment .previewable-comment-form {\r\n border-color: #343434 !important;\r\n}\r\n\r\n/* auto-generated rule for \"border: 1px solid rgba(27,31,35,0.15)\" */\r\n\r\n.flash,\r\n.Label--outline,\r\n.boxed-group > h3,\r\n.boxed-group .heading,\r\n.comment-form-error,\r\n.comment-form-stale,\r\n.full-commit,\r\n.RecentBranches,\r\n.github-jobs-promotion p,\r\n.project-updated-message,\r\n.shelf-dismiss .close-button {\r\n border-color: rgba(225, 225, 225, 0.2) !important;\r\n}\r\n\r\n/* auto-generated rule for \"color: #444d56\" */\r\n\r\n.hidden-text-expander a,\r\n.ellipsis-expander,\r\n.subnav-search-context .btn,\r\n.markdown-body kbd,\r\n.email-format .email-hidden-toggle a,\r\n.commit .commit-title,\r\n.commit .commit-title a,\r\n.commit-desc pre,\r\n.commit-tease-sha,\r\n.timeline-commits .author,\r\n.timeline-commits .commit-message > code a,\r\n.full-commit .branches-list li,\r\n.full-commit .sha-block > .sha,\r\n.full-commit .sha-block > a,\r\n.branches-tag-list li:first-child,\r\n.keyboard-mappings,\r\nkbd,\r\n.pagehead-tabs-item .Counter,\r\n.reponav-item .Counter,\r\n.protip-callout,\r\n.render-notice,\r\n.select-menu-header .close-button:hover,\r\n.select-menu-header .octicon:hover,\r\n.select-menu-action,\r\n.survey-box-lead,\r\n.octofication .message p,\r\n.teams-nav .teamnav-item:hover:not(.selected),\r\ntable.capped-list .octicon,\r\ntable.capped-list.mini-icons .mini-icon,\r\n.illflow-item .illflow-item-heading,\r\n.casestudy-body em,\r\n.casestudy-facts em,\r\n.illflow-item .illflow-item-heading,\r\n.casestudy-body em,\r\n.casestudy-facts em {\r\n color: #ccc !important;\r\n}\r\n\r\n/* auto-generated rule for \"color: #586069\" */\r\n\r\n.btn .Counter,\r\n.form-checkbox .note,\r\n.hfields .form-group dt label,\r\n.note,\r\n.drag-and-drop,\r\n.drag-and-drop-error-info,\r\nh2.account,\r\np.explain,\r\n.menu-heading,\r\n.tabnav-tab,\r\n.tabnav-extra,\r\n.filter-list.pjax-active .filter-item,\r\n.filter-item,\r\n.subnav-item,\r\n.subnav-search-input,\r\n.text-gray,\r\n.link-gray,\r\n.muted-link,\r\n.lead,\r\n.Label--gray,\r\n.Label--outline,\r\n.Counter,\r\n.table-list-header-meta,\r\n.table-list-header-toggle .btn-link,\r\n.suggester li small,\r\n.boxed-group > h3 a.boxed-group-breadcrumb,\r\n.boxed-group .heading a.boxed-group-breadcrumb,\r\n.boxed-group-inner,\r\n.boxed-group-inner .help,\r\n.breadcrumb,\r\n.btn-octicon,\r\n.capped-card > p,\r\n.email-format .email-quoted-reply,\r\n.email-format .email-signature-reply,\r\n.commit-tease,\r\n.commit-group-title,\r\n.commits-list-item .commit-meta,\r\n.commits-list-item .commit-author,\r\n.commits-list-item .commit-desc pre,\r\n.timeline-commits .commit-desc pre,\r\n.full-commit .sha-block,\r\n.signed-commit-badge,\r\n.blob-num-expandable .diff-expander,\r\n.diffstat,\r\n.discussion-sidebar-item,\r\n.discussion-sidebar-heading,\r\n.milestone-name,\r\n.sidebar-assignee .assignee,\r\n.participation a,\r\n.lock-toggle-link,\r\n.gh-header-meta,\r\n.gh-header-meta .author,\r\n.tabnav-pr .tabnav-tab,\r\n.timeline-comment-header,\r\n.timeline-comment-header .author,\r\n.timeline-comment-header-text code a,\r\n.discussion-item .author,\r\n.discussion-item-icon,\r\n.discussion-item-header,\r\n.discussion-item-link,\r\n.discussion-item-ref-title .issue-num,\r\n.discussion-item-help,\r\n.discussion-item-integrations-callout .pull-request-integrations-dismiss,\r\n.pull-request-integrations-body,\r\n.discussion-item-toggle,\r\n.environment-name,\r\n.deployment-meta,\r\n.dropdown-header,\r\n.facebox .facebox-staff-links li,\r\n.facebox-footer .help,\r\n.keyboard-mappings .keys,\r\n.org-privileges-tour-dismiss,\r\n.site-footer,\r\n.gollum-editor-function-bar .gollum-editor-format-selector label,\r\n.gollum-dialog-dialog-body fieldset label,\r\n.list-group-item .list-group-item-summary a,\r\n.pagehead-tabs-item,\r\n.repohead h1,\r\n.reponav-item,\r\n.steps .complete,\r\n.Subhead-description,\r\n.underline-nav-item,\r\n.marketing .pagehead p,\r\n.marketing-header .lead,\r\n.hanging-icon-list .octicon,\r\n.nonprofit-head .title,\r\n.intgrs-lstng-item-description,\r\n.intgr-admin-link .octicon,\r\n.integration-settings-callout p,\r\n.bot-identifier,\r\n.credit-card .cvv span,\r\n.billing-section .section-label,\r\n.lfs-data-icon,\r\n.payment-history .currency,\r\n.payment-history .status,\r\n.discounted-original-price,\r\n.billing-manager-banner-title,\r\n.line-age-legend,\r\n.blob-interaction-bar .octicon-search,\r\n.blog-search .octicon-search,\r\n.blog-home:hover,\r\n.blog-feedback-description,\r\n.status-meta,\r\n.merge-pr-more-commits,\r\n.range-editor-icon,\r\nul.comparison-list > li em,\r\n.branch-group-name,\r\n.code-list .full-path .octicon-repo,\r\nul.simple-conversation-list a.meta,\r\nli.contribution .cmt,\r\nli.contribution .num,\r\n.contributors-graph .capped-card .rank,\r\n.contributors-graph .capped-card .cmt,\r\n.octofication .notice-dismiss:hover,\r\n.dashboard-notice .dismiss:hover,\r\n.ghe-license-status p,\r\n.repo-snipit .octicon,\r\n.repo-snipit-description,\r\n.exploregrid-item-meta,\r\n.file .data.empty,\r\n.graph-filter .info,\r\n.header-search-scope,\r\n.integration-meta-head,\r\n.issues-reset-query,\r\n.table-list-milestones .stat-label,\r\n.task-progress,\r\n.marketplace-product-callout .branch-action-item-icon,\r\n.merge-branch-description,\r\n.owner-reponame .slash,\r\n.news blockquote,\r\n.news .alert .simple .title,\r\n.news .github-welcome .done,\r\n.news div.message,\r\n.news li blockquote,\r\n.notifications .read .type-icon,\r\n.notifications .read .list-group-item-name > a,\r\n.notifications .read .notification-actions,\r\n.notifications-sso-prompt a,\r\n.type-icon-state-none,\r\n.notifications-list .mark-all-as-read,\r\n.notification-actions .age,\r\n.notification-actions .btn-link,\r\n.thread-subscription-status,\r\n.oauth-permissions-details .octicon,\r\n.oauth-permissions-details .permission-summary .access-details,\r\n.oauth-no-description,\r\n.audit-log-search .member-info .ghost,\r\n.member-fullname,\r\n.org .no-results,\r\n.org-repos-mini .org-repo-name .octicon-repo,\r\n.add-member-wrapper .available-seats,\r\n.add-member-team-list .team-meta,\r\n.team-list-footer .show-all-link .octicon,\r\n.migration-feature-list,\r\n.migration-feature-list .octicon,\r\n.org-migration-settings-info,\r\n.delete-owners-button,\r\n.rename-owners-team-form .note,\r\n.migrate-ability-not-possible,\r\n.migrate-org-roles-lead,\r\n.migrate-org-roles-count,\r\n.migrate-org-avatar-list .migrate-org-more-ellipsis,\r\n.migrate-org-avatar-list .migrate-org-zero,\r\n.migrate-org-avatar-list .migrate-org-zero,\r\n.default-permission-update-text,\r\n.team-info-card .team-description .link,\r\n.stats-group-stat,\r\n.stats-group-stat.no-link:hover,\r\n.confirm-removal-container .private-fork-count,\r\n.confirm-removal-team .octicon,\r\n.confirm-removal-repo .octicon,\r\n.manage-user-role .role-info,\r\n.manage-member-meta-item,\r\n.manage-member-meta-item .btn-link,\r\n.manage-member-meta-item > .octicon,\r\n.org-user-notice-content .octicon,\r\n.manage-repo-access-lead,\r\n.manage-memberships-tabs-item,\r\n.pages-composer p,\r\n.projects-reset-query,\r\n.pinned-repo-item .pinned-repository-handle,\r\n.diffstat-summary,\r\n.summary-stats li,\r\n.summary-stats li a,\r\n.releases-tag-list td.date a,\r\n.releases-tag-list p,\r\n.tag-references > li a,\r\n.release-timeline-tags .date,\r\n.release-authorship,\r\n.uploaded-files > li.delete,\r\n.uploaded-files .filesize,\r\n.uploaded-files .remove,\r\n.label-description,\r\n.labels-list-action,\r\n.mini-repo-list .no-repo,\r\n.mini-repo-list-item .repo-description,\r\n.timeout h3,\r\n.numbers-summary a,\r\n.numbers-summary .nolink,\r\n.repository-meta,\r\n.branch-infobar,\r\n.avatar-upload .upload-state p,\r\n.email-actions span.label,\r\n.boxed-group .fork-flag,\r\n.oauth-app-info-container dl.keys dt,\r\n.oauth-app-info-container .user-count,\r\n.logo-upload-container .upload-state p,\r\n.logo-placeholder,\r\n.security-history .security-history-timestamp,\r\n.two-factor-toggle .two-factor-status,\r\n.session-device,\r\n.session-device.session-current .sessions-more-info,\r\n.session-device.session-current .octicon,\r\n.collaborators .collab-remove .remove-link,\r\n.access-sub-heading,\r\n.boxed-group-list .access-level,\r\n.listgroup-item,\r\n.setup-header .lead a,\r\n.setup-secondary .info,\r\n.setup-info-module h2 .price,\r\n.setup-creditcard-form .help-text,\r\n.shelf-lead,\r\n.orgs-help-lead,\r\n.orgs-help-item-content,\r\n.orgs-help-dismiss,\r\n.team-label-ldap,\r\n.team-member-ellipsis,\r\n.team-breadcrumb.is-loading .breadcrumb-link,\r\n.tree-browser .octicon-file-text,\r\n.toolbar-item,\r\n.toolbar-item .menu-target,\r\n.member-suggestion .member-name,\r\n.member-suggestion .already-member-note,\r\n.member-suggestion .non-member-note,\r\n.member-suggestion .non-member-action,\r\n.team-suggestion .team-size,\r\n.team-suggestion .team-description,\r\n.repo-access-add-team .team-size,\r\n.repo-access-add-team .team-description,\r\n.follow-list .follow-list-info,\r\n.wiki-wrapper .wiki-empty-box,\r\n.wiki-wrapper .wiki-empty-box:hover,\r\n.wiki-wrapper .wiki-auxiliary-content .wiki-edit-link,\r\n.wiki-wrapper .wiki-custom-sidebar .octicon-pencil,\r\n.pullquote,\r\n.site-header-nav .nav-item:hover,\r\n.casestudy-body > p,\r\n.casestudy-body blockquote,\r\n.casestudy-body ul,\r\n.pullquote,\r\n.site-header-nav .nav-item:hover,\r\n.casestudy-body > p,\r\n.casestudy-body blockquote,\r\n.casestudy-body ul {\r\n color: #bbb !important;\r\n}\r\n\r\n/* auto-generated rule for \"color: #6a737d\" */\r\n\r\n.text-gray-light,\r\n.markdown-body blockquote,\r\n.markdown-body h6,\r\n.table-list,\r\n.autocomplete-item .organization-member,\r\n.full-commit .branches-list li.loading,\r\n.full-commit .branches-list li.pull-request,\r\n.branches-tag-list li.loading,\r\n.commit-branches,\r\n.table-of-contents .octicon-diff-renamed,\r\n.toc-select .select-menu-item-icon.octicon-diff-renamed,\r\n.conversation-list-heading,\r\n.simple-conversation-list,\r\n.simple-conversation-list > li .num,\r\n.deployment-status-label,\r\n.list-group-item .list-group-item-summary a.quiet,\r\n.credit-card.amex .title,\r\n.billing-addon-items .addon-cost,\r\n.payment-history .refunded .status,\r\n.plan-choice-exp,\r\n.blame-container .blame-hunk:hover .reblame-link,\r\n.blog-aside .rss,\r\n.blog-post-meta,\r\n.blog-post-meta a,\r\nul.comparison-list > li.title,\r\n.branch-search .clear-search,\r\n.branch-meta,\r\n.code-list .full-path a,\r\n.context-filters .filter-label .filter-context-name,\r\n.graphs .dir,\r\n.delete-topic-button,\r\n.topic-tag-action .add-topic-button,\r\n.topic-tag-action .remove-topic-button,\r\n.teams-nav .teamnav-item,\r\n.teams-nav .teamnav-item.selected .octicon,\r\n.hook-item .description,\r\n.hook-item.pending .icon-for-pending,\r\n.hook-item.inactive .icon-for-inactive,\r\n.hook-deliveries-list .item-status.pending,\r\n.hook-delivery-time,\r\n.repository-lang-stats ol.repository-lang-stats-numbers li > a,\r\n.repository-lang-stats ol.repository-lang-stats-numbers li > span,\r\n.marketplace-plan-link-container .marketplace-plans-remaining,\r\n.oauth-permissions-details.default:not(.delete) .access-details,\r\n.oauth-permissions-details.default:not(.delete) .permission-title,\r\n.oauth-permissions-details.none .access-details,\r\n.oauth-permissions-details.none .permission-title,\r\n.oauth-application-whitelist .edit-link,\r\n.oauth-application-info .app-info,\r\n.developer-app-item .developer-app-list-meta,\r\n.export-actions a,\r\n.owner-select-target.disabled,\r\n.owner-select-target.disabled .user-mention,\r\n.pinned-repos-selection-list-item,\r\n.card-filter-autocomplete-dropdown\r\n .autocomplete-text\r\n .autocomplete-text-qualifier,\r\n.vcard-detail .octicon,\r\n.member-badge .octicon,\r\n.user-profile-bio,\r\n.profile-timeline-card .issue-meta-section .octicon,\r\n.profile-rollup-toggle,\r\n.release-label,\r\n.mini-repo-list-item .stars,\r\n.numbers-summary .octicon,\r\ntable.files td .simplified-path,\r\ntable.files td.message,\r\ntable.files td.age,\r\n.settings-email\r\n .email-actions\r\n .settings-remove-email.settings-disabled-remove-email,\r\n.task-run.pending .icon-for-pending,\r\n.task-run.inactive .icon-for-inactive,\r\n.team-listing .expand-nested-team,\r\n.site-header-dark .site-header .site-header-actions,\r\n.home-hero-signup .form-control-note,\r\n.icon-cta > .octicon,\r\n.site-header-dark .site-header .site-header-actions,\r\n.home-hero-signup .form-control-note,\r\n.icon-cta > .octicon {\r\n color: #aaa !important;\r\n}\r\n\r\n.navigation-focus a.link-gray {\r\n color: white !important;\r\n}\r\n\r\ntable.files td.message a {\r\n color: #aaa;\r\n}\r\n\r\n/* auto-generated rule for \"color: rgba(27,31,35,0.85)\" */\r\n\r\n.boxed-group-warning,\r\n.intro-shelf {\r\n color: rgba(230, 230, 230, 0.85) !important;\r\n}\r\n\r\n/* end auto-generated rules */\r\n\r\n/* inline code - single lines */\r\n\r\n.markdown-body code,\r\n.markdown-body tt,\r\n.protip code,\r\n.content dl code,\r\n.content ul code,\r\np code,\r\n.content .sectionbody .dlist dt,\r\n.content p > tt,\r\n.content .sectionbody .dlist dt,\r\n.content p > tt,\r\n.commit-sha,\r\n.commit-preview .message pre,\r\n.rendered_html pre,\r\n.rendered_html code,\r\n.markdown-format p > code,\r\n.markdown-format pre {\r\n background: #25272a !important;\r\n}\r\n\r\n/* inline code - big blocks */\r\n\r\n.markdown-format pre,\r\n.markdown-body pre,\r\n.markdown-format .highlight pre,\r\n.markdown-body .highlight pre,\r\n.hook-delivery-container pre,\r\nbody.blog pre,\r\n#facebox pre,\r\n.blob-expanded,\r\n.terminal,\r\n.copyable-terminal,\r\n#notebook .input_area,\r\n.blob-code-context,\r\n.markdown-format code,\r\nbody.blog pre > code,\r\n.api pre,\r\n.api code,\r\n.hook-delivery-details pre,\r\n.CodeMirror,\r\n.highlight {\r\n background: #141414 !important;\r\n color: #ccc !important;\r\n}\r\n\r\n.blob-code {\r\n color: #ccc !important;\r\n}\r\n\r\n.pl-c,\r\n.pl-c span {\r\n color: #b9b9b9 !important;\r\n font-style: italic !important;\r\n}\r\n\r\n.pl-c1 {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-cce {\r\n color: #cf6a4c !important;\r\n font-weight: 400 !important;\r\n}\r\n\r\n.pl-cn {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-coc {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-cos {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.pl-e {\r\n color: #ac885b !important;\r\n}\r\n\r\n.pl-ef {\r\n color: #ac885b !important;\r\n}\r\n\r\n.pl-enc {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-enf {\r\n color: #ac885b !important;\r\n}\r\n\r\n.pl-enm {\r\n color: #ac885b !important;\r\n}\r\n\r\n.pl-ens {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-ent {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-entc {\r\n color: #ac885b !important;\r\n}\r\n\r\n.pl-enti {\r\n color: #ac885b !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.pl-entm {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.pl-eoa {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-eoac {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.pl-eoac .pl-pde {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.pl-eoai {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-eoai .pl-pde {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-eoi {\r\n color: #ac885b !important;\r\n}\r\n\r\n.pl-k {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-ko {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-kolp {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-kos {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-kou {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-mai .pl-sf {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.pl-mb {\r\n color: #8f9d6a !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.pl-mc {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-mh {\r\n color: #cf6a4c !important;\r\n font-weight: 400 !important;\r\n}\r\n\r\n.pl-mh .pl-pdh {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-mi {\r\n color: #cda869 !important;\r\n font-style: italic !important;\r\n}\r\n\r\n.pl-ml {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.pl-mm {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.pl-mp {\r\n color: #c5af75 !important;\r\n}\r\n\r\n.pl-mp1 .pl-sf {\r\n color: #dad085 !important;\r\n}\r\n\r\n.pl-mq {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-mr {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-ms {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-pdb {\r\n color: #8f9d6a !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.pl-pdc {\r\n color: #5f5a60 !important;\r\n font-style: italic !important;\r\n}\r\n\r\n.pl-pdc1 {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-pde {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-pdi {\r\n color: #cda869 !important;\r\n font-style: italic !important;\r\n}\r\n\r\n.pl-pds {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.pl-pdv {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.pl-pse {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-pse .pl-s2 {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-s {\r\n color: #f9ee98 !important;\r\n}\r\n\r\n.pl-s1 {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.pl-s2 {\r\n color: #ccc !important;\r\n}\r\n\r\n.pl-mp .pl-s3 {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-s3 {\r\n color: #dad085 !important;\r\n}\r\n\r\n.pl-sc {\r\n color: #dad085 !important;\r\n}\r\n\r\n.pl-scp {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-sf {\r\n color: #dad085 !important;\r\n}\r\n\r\n.pl-smc {\r\n color: #ac885b !important;\r\n}\r\n\r\n.pl-smp {\r\n color: #ccc !important;\r\n}\r\n\r\n.pl-sok {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-sol {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.pl-som {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.pl-sr {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.pl-sra {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-src {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-sre {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-st {\r\n color: #cda869 !important;\r\n}\r\n\r\n.pl-stj {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.pl-stp {\r\n color: #9b859d !important;\r\n}\r\n\r\n.pl-sv {\r\n color: #9b859d !important;\r\n}\r\n\r\n.pl-v {\r\n color: #9b859d !important;\r\n}\r\n\r\n.pl-vi {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.pl-vo {\r\n color: #ac885b !important;\r\n}\r\n\r\n.pl-vpf {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.pl-mi1 {\r\n color: #55a532 !important;\r\n background: #020 !important;\r\n}\r\n\r\n.pl-mdht {\r\n color: #55a532 !important;\r\n background: #020 !important;\r\n}\r\n\r\n.pl-md {\r\n color: #bd2c00 !important;\r\n background: #200 !important;\r\n}\r\n\r\n.pl-mdhf {\r\n color: #bd2c00 !important;\r\n background: #200 !important;\r\n}\r\n\r\n.pl-mdr {\r\n color: #cf6a4c !important;\r\n font-weight: 400 !important;\r\n}\r\n\r\n.pl-mdh {\r\n color: #7587a6 !important;\r\n font-weight: 400 !important;\r\n}\r\n\r\n.pl-mdi {\r\n color: #7587a6 !important;\r\n font-weight: 400 !important;\r\n}\r\n\r\n.pl-ib {\r\n background-color: #f93 !important;\r\n}\r\n\r\n.pl-id {\r\n background-color: #a31515 !important;\r\n color: #fff !important;\r\n}\r\n\r\n.pl-ii,\r\n.pl-ii .pl-cce {\r\n background-color: #df5000 !important;\r\n color: #fff !important;\r\n}\r\n\r\n.pl-iu {\r\n background-color: #b4b7b4 !important;\r\n}\r\n\r\n.pl-mo {\r\n color: #969896 !important;\r\n}\r\n\r\n.pl-mri {\r\n color: teal !important;\r\n}\r\n\r\n.pl-ms1 {\r\n background-color: #f5f5f5 !important;\r\n}\r\n\r\n.pl-va {\r\n color: teal !important;\r\n}\r\n\r\n.pl-vpu {\r\n color: teal !important;\r\n}\r\n\r\n.pl-entl {\r\n color: #ccc !important;\r\n}\r\n\r\n/*! CodeMirror: Twilight */\r\n\r\n.CodeMirror-gutters {\r\n background: #222 !important;\r\n border-right: 1px solid #484848 !important;\r\n}\r\n\r\n.CodeMirror-guttermarker {\r\n color: #fff !important;\r\n}\r\n\r\n.CodeMirror-guttermarker-subtle {\r\n color: #aaa !important;\r\n}\r\n\r\n.CodeMirror-linenumber {\r\n color: #aaa !important;\r\n}\r\n\r\n.CodeMirror-cursor {\r\n border-left: 1px solid #fff !important;\r\n}\r\n\r\n.CodeMirror-activeline-background {\r\n background: #27282e !important;\r\n}\r\n\r\n.CodeMirror-matchingbracket {\r\n outline: 1px solid grey !important;\r\n color: #fff !important;\r\n}\r\n\r\n.cm-keyword {\r\n color: #f9ee98 !important;\r\n}\r\n\r\n.cm-atom {\r\n color: #fc0 !important;\r\n}\r\n\r\n.cm-number {\r\n color: #ca7841 !important;\r\n}\r\n\r\n.cm-def {\r\n color: #8da6ce !important;\r\n}\r\n\r\n.cm-variable-2,\r\nspan.cm-tag {\r\n color: #607392 !important;\r\n}\r\n\r\n.cm-variable-3,\r\nspan.cm-def {\r\n color: #607392 !important;\r\n}\r\n\r\n.cm-operator {\r\n color: #cda869 !important;\r\n}\r\n\r\n.cm-comment {\r\n color: #777 !important;\r\n font-style: italic !important;\r\n font-weight: 400 !important;\r\n}\r\n\r\n.cm-string {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.cm-string-2 {\r\n color: #bd6b18 !important;\r\n}\r\n\r\n.cm-meta {\r\n background-color: #141414 !important;\r\n color: #f7f7f7 !important;\r\n}\r\n\r\n.cm-builtin {\r\n color: #cda869 !important;\r\n}\r\n\r\n.cm-tag {\r\n color: #997643 !important;\r\n}\r\n\r\n.cm-attribute {\r\n color: #d6bb6d !important;\r\n}\r\n\r\n.cm-header {\r\n color: #ff6400 !important;\r\n}\r\n\r\n.cm-hr {\r\n color: #aeaeae !important;\r\n}\r\n\r\n.cm-link {\r\n color: #ad9361 !important;\r\n font-style: italic !important;\r\n text-decoration: none !important;\r\n}\r\n\r\n.cm-error {\r\n border-bottom: 1px solid red !important;\r\n}\r\n\r\n/*! Jupyter: Twilight */\r\n\r\n#notebook .highlight table {\r\n background: #141414 !important;\r\n color: #ccc !important;\r\n}\r\n\r\n.highlight .hll {\r\n background-color: #ffc !important;\r\n}\r\n\r\n.highlight .c {\r\n color: #5f5a60 !important;\r\n font-style: italic !important;\r\n}\r\n\r\n.highlight .err {\r\n border: #b22518 !important;\r\n}\r\n\r\n.highlight .k {\r\n color: #cda869 !important;\r\n}\r\n\r\n.highlight .cm {\r\n color: #5f5a60 !important;\r\n font-style: italic !important;\r\n}\r\n\r\n.highlight .cp {\r\n color: #5f5a60 !important;\r\n}\r\n\r\n.highlight .c1 {\r\n color: #5f5a60 !important;\r\n font-style: italic !important;\r\n}\r\n\r\n.highlight .cs {\r\n color: #5f5a60 !important;\r\n font-style: italic !important;\r\n}\r\n\r\n.highlight .gd {\r\n background: #420e09 !important;\r\n}\r\n\r\n.highlight .ge {\r\n font-style: italic !important;\r\n}\r\n\r\n.highlight .gr {\r\n background: #b22518 !important;\r\n}\r\n\r\n.highlight .gh {\r\n color: navy !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .gi {\r\n background: #253b22 !important;\r\n}\r\n\r\n.highlight .gp {\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .gs {\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .gu {\r\n color: purple !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .kd {\r\n color: #e9df8f !important;\r\n}\r\n\r\n.highlight .kp {\r\n color: #9b703f !important;\r\n}\r\n\r\n.highlight .na {\r\n color: #f9ee98 !important;\r\n}\r\n\r\n.highlight .nb {\r\n color: #cda869 !important;\r\n}\r\n\r\n.highlight .nc {\r\n color: #9b859d !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .no {\r\n color: #9b859d !important;\r\n}\r\n\r\n.highlight .nd {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.highlight .ni {\r\n color: #cf6a4c !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .nf {\r\n color: #9b703f !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .nn {\r\n color: #9b859d !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .nt {\r\n color: #cda869 !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .nv {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.highlight .ow {\r\n color: #a2f !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .w {\r\n color: #141414 !important;\r\n}\r\n\r\n.highlight .mf {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.highlight .mh {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.highlight .mi {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.highlight .mo {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.highlight .sb {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.highlight .sc {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.highlight .sd {\r\n color: #8f9d6a !important;\r\n font-style: italic !important;\r\n}\r\n\r\n.highlight .s2 {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.highlight .se {\r\n color: #f9ee98 !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .sh {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.highlight .si {\r\n color: #daefa3 !important;\r\n font-weight: 700 !important;\r\n}\r\n\r\n.highlight .sx {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.highlight .sr {\r\n color: #e9c062 !important;\r\n}\r\n\r\n.highlight .s1 {\r\n color: #8f9d6a !important;\r\n}\r\n\r\n.highlight .ss {\r\n color: #cf6a4c !important;\r\n}\r\n\r\n.highlight .bp {\r\n color: #0aa !important;\r\n}\r\n\r\n.highlight .vc {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.highlight .vg {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.highlight .vi {\r\n color: #7587a6 !important;\r\n}\r\n\r\n.highlight .il {\r\n color: #099 !important;\r\n}\r\n\r\n* {\r\n border: none !important;\r\n border-bottom: #34373c !important;\r\n outline: #34373c !important;\r\n}\r\n\r\n.border {\r\n border: 0px transparent !important;\r\n}\r\n\r\n.header {\r\n background: #34373c !important;\r\n}\r\n\r\n.pl-s {\r\n color: white !important;\r\n}\r\n\r\n.blob-code-deletion {\r\n background-color: #310000;\r\n}\r\n\r\n.blob-code-addition {\r\n background-color: #032b00;\r\n}\r\n\r\n.gh-header {\r\n background-color: transparent !important;\r\n}\r\n\r\n.gh-header-sticky.is-stuck + .gh-header-shadow {\r\n background-color: #2d2d2d;\r\n}\r\n\r\n.gh-header .gh-header-sticky.is-stuck + .gh-header-shadow {\r\n background-color: #333;\r\n}\r\n\r\n.pagination-loader-container,\r\n.discussion-item-header:last-child {\r\n background-color: #25272a !important;\r\n}\r\n\r\n.pagination-loader-container {\r\n background-image: none !important;\r\n}\r\n\r\nselect,\r\ninput:not(.btn-link),\r\ntextarea {\r\n color: #eee !important;\r\n}\r\n\r\n#readme .Box-header,\r\n.Box-header--blue,\r\n.commit-tease {\r\n background: #313131 !important;\r\n}\r\n\r\n.pr-toolbar {\r\n background: #25272a !important;\r\n margin: 0 !important;\r\n border-bottom: 6px solid #222 !important;\r\n}\r\n\r\n.toolbar-shadow {\r\n background: none !important;\r\n height: 10px;\r\n}\r\n\r\n.pr-review-tools {\r\n margin-top: 4px !important;\r\n}\r\n\r\n.comment-body {\r\n background: #25272a;\r\n color: white;\r\n}\r\n\r\n.card-filter-autocomplete-dropdown .navigation-focus,\r\n.card-filter-autocomplete-dropdown\r\n [aria-selected=\"true\"]\r\n .jump-to-suggestions-results-container\r\n .navigation-focus\r\n .jump-to-suggestions-path,\r\n.jump-to-suggestions-results-container\r\n [aria-selected=\"true\"]\r\n .jump-to-suggestions-path,\r\n.related-issue-item.navigation-focus,\r\n.similar-issue-item.navigation-focus {\r\n background-color: #39424a;\r\n}\r\n\r\nbutton.new-project-column.mb-0.col-4.d-inline-block.py-6.v-align-top.btn-link.text-bold.text-gray.text-center.bg-white.rounded-2.border.border-dashed.js-project-dialog-button {\r\n background: #25272a !important;\r\n}\r\n\r\n.project-note-form.mt-sm-1.p-2.Details-content--hidden {\r\n background: #333;\r\n margin-top: 0 !important;\r\n padding-top: 7px !important;\r\n padding-bottom: 15px !important;\r\n}\r\n\r\np.js-filtered-column-card-count.mt-2.mb-0.f6.text-center.text-gray-light {\r\n padding: 10px;\r\n background: #25272a;\r\n margin-top: 0 !important;\r\n}\r\n\r\n.project-column,\r\n.pb-sm-2,\r\n.p-sm-2 {\r\n background: #25272a !important;\r\n}\r\n\r\n.issue-card.draggable {\r\n margin-top: 10px !important;\r\n background: #222 !important;\r\n}\r\n\r\n.previewable-comment-form,\r\n.Box-body {\r\n background: #25272a !important;\r\n border: none !important;\r\n}\r\n\r\ntextarea.form-control.input-block.js-quick-submit.js-size-to-fit.js-note-text.js-length-limited-input {\r\n background: #222 !important;\r\n}\r\n\r\ntextarea#card_note_text {\r\n -moz-appearance: none !important;\r\n background-color: #222 !important;\r\n border-color: #343434 !important;\r\n color: #eee !important;\r\n}\r\n\r\nform.js-project-activity-form {\r\n color: white !important;\r\n background: #3f5982 !important;\r\n}\r\n\r\n.card-filter-autocomplete-dropdown.bg-white.boxed-group-list.border.boxed-group-standalone.rounded-1.mt-1.position-absolute.overflow-auto.hide-sm.js-card-filter-suggester.js-navigation-container.js-active-navigation-container {\r\n border: 1px solid #39424a !important;\r\n}\r\n\r\n.form-group {\r\n background: none;\r\n}\r\n\r\ninput {\r\n border: 1px solid #333 !important;\r\n}\r\n\r\n.border-lg-bottom,\r\n.border-lg-left,\r\n.border-lg-top,\r\n.border-lg-right {\r\n border: none !important;\r\n}\r\n\r\n.container-preview .tabnav-tabs .selected {\r\n background: none !important;\r\n}\r\n\r\n.header-nav-current-user .user-profile-link {\r\n color: #4299fc;\r\n}\r\n\r\nbody.dotcom,\r\nsection {\r\n background: #222 !important;\r\n}\r\n\r\n.btn-outline-mktg {\r\n border: rgba(255, 255, 255, 0.5) 1px solid !important;\r\n}\r\n\r\nh1 a,\r\nh2 a,\r\nh3 a,\r\nh4 a,\r\nh5 a,\r\nh6 a {\r\n color: unset;\r\n}\r\n\r\n.directory-toc h3 a {\r\n color: unset;\r\n}\r\n\r\n.nav-desktop-productDropdown,\r\nheader #search-results-container {\r\n background: #25272a !important;\r\n}\r\n\r\n.search-result.border-top.border-gray-light.py-3.px-2:hover {\r\n background: #39424a !important;\r\n}\r\n\r\nheader.container-xl.px-3.px-md-6.py-3.position-relative.d-flex.flex-justify-between.width-full {\r\n background: #222;\r\n}\r\n\r\n.bg-purple-light {\r\n background: rgb(41, 22, 40) !important;\r\n}\r\n\r\n.bg-blue-light {\r\n background-color: rgb(22, 34, 59) !important;\r\n}\r\n\r\n.bg-yellow-light {\r\n background-color: rgb(75, 67, 0) !important;\r\n}\r\n\r\n.bg-purple-light,\r\n.bg-blue-light,\r\n.bg-yellow-light {\r\n color: white;\r\n}\r\n\r\n.markdown-body .lead-mktg p {\r\n color: white !important;\r\n}\r\n\r\n.markdown-body code {\r\n color: #ffba64 !important;\r\n}\r\n\r\n.stale-files-tab {\r\n background: rgb(255, 82, 0) !important;\r\n border: none !important;\r\n color: white !important;\r\n}\r\n\r\n.project-issue-body-blur {\r\n background: linear-gradient(0deg, #ffffff42, hsla(0, 0%, 100%, 0));\r\n}\r\n\r\n.Popover-message {\r\n border: 1px solid !important;\r\n box-shadow: 0 1px 15px rgba(0, 0, 0, 0.7) !important;\r\n}\r\n\r\n.Popover-message--bottom-right:after,\r\n.Popover-message--bottom-left:after {\r\n border-top-color: #4183c4;\r\n}\r\n\r\n.Popover-message--top-right:after,\r\n.Popover-message--top-left:after {\r\n border-bottom-color: #4183c4;\r\n}\r\n\r\n.Box:not([style*=\"background\"]) {\r\n border: none;\r\n}\r\n\r\n.preview-selected .tabnav--responsive {\r\n border: none !important;\r\n}\r\n\r\n.Box-row--hover-blue:hover {\r\n background-color: #39424a;\r\n}\r\n\r\n.Label--outline {\r\n border: 1px solid !important;\r\n}\r\n\r\n.flex-justify-end {\r\n padding-bottom: 15px;\r\n}\r\n\r\n.Label--gray {\r\n background-color: transparent !important;\r\n border: 1px solid #484848 !important;\r\n}\r\n\r\n.btn:hover,\r\na.btn:hover,\r\n.file-navigation .btn-sm:not(.btn-primary):not(.disabled):hover {\r\n background: rgb(85, 85, 85) !important;\r\n color: white !important;\r\n}\r\n\r\n/* watch star fork */\r\n\r\n.pagehead-actions .btn-sm {\r\n background: #24292e !important;\r\n}\r\n\r\n.pagehead-actions .btn-sm:hover {\r\n background: rgb(82, 96, 109) !important;\r\n}\r\n\r\n.subnav-search-context .btn {\r\n background: #25272a !important;\r\n}\r\n\r\n.subnav-item:hover,\r\n.subnav-search-context .btn:hover,\r\n.subnav-item.selected,\r\n.subnav-item.selected:hover,\r\n.tabnav-tab:hover,\r\n.tabnav-tab.selected,\r\n.tabnav-pr .tabnav-tab.selected,\r\n.Box-row--focus-gray.navigation-focus,\r\n.js-details-container.navigation-focus,\r\n.js-details-container.navigation-focus:nth-child(2n),\r\n.filter-item.selected,\r\n.filter-item:not(.selected):hover,\r\n.tree-browser-result[aria-selected=\"true\"],\r\n.btn.btn-outline:hover,\r\n.btn.btn-outline:active,\r\n.btn.btn-outline.selected {\r\n background: rgb(49, 51, 56) !important;\r\n color: white !important;\r\n}\r\n\r\ntable.files tr.navigation-focus td {\r\n background: rgb(49, 51, 56) !important;\r\n}\r\n\r\ntable.files tr.navigation-focus td[class=\"age\"] {\r\n color: white !important;\r\n}\r\n\r\n.btn,\r\na.btn,\r\n.file-navigation .btn-sm:not(.btn-primary) {\r\n background: #353535 !important;\r\n}\r\n\r\n.timeline-comment-action:hover {\r\n background: unset !important;\r\n color: white !important;\r\n border: none !important;\r\n box-shadow: none !important;\r\n}\r\n\r\n.Box-row:last-of-type:not(.js-issue-row) {\r\n border-bottom-left-radius: unset;\r\n border-bottom-right-radius: unset;\r\n padding-bottom: 15px !important;\r\n border-bottom: 1px solid #343434 !important;\r\n}\r\n\r\n.pagehead h1,\r\n.pagehead h1 .octicon {\r\n color: white !important;\r\n}\r\n\r\n.pinned-issue-item,\r\n.pinned-item-list-item {\r\n background: #25272a !important;\r\n}\r\n\r\n.project-comment-body-hover .octicon-pencil,\r\n.project-comment-body-hover .octicon-smiley,\r\n.project-comment-title-hover .octicon-pencil,\r\n.project-comment-body-reaction .comment-action,\r\n.project-pane-close .octicon-x {\r\n color: #7e7f81 !important;\r\n}\r\n\r\n.project-comment-body-hover .octicon-pencil:hover,\r\n.project-comment-body-hover .octicon-smiley:hover,\r\n.project-comment-title-hover .octicon-pencil:hover,\r\n.project-comment-body-reaction .comment-action:hover,\r\n.project-pane-close .octicon-x:hover {\r\n color: white !important;\r\n}\r\n\r\n.form-group textarea.form-control {\r\n border: 1px solid #343434 !important;\r\n}\r\n\r\n.user-status-container-border-busy {\r\n background-color: #bd4a29 !important;\r\n}\r\n\r\n.commits-listing:before,\r\n.profile-timeline.discussion-timeline:before,\r\n.discussion-timeline:before,\r\n.discussion-item-icon {\r\n background: #555 !important;\r\n}\r\n\r\n.btn .octicon {\r\n vertical-align: sub;\r\n}\r\n\r\n.subnav-link.selected,\r\n.subnav-link :hover {\r\n color: white !important;\r\n}\r\n\r\n.subnav-link {\r\n color: #cecece !important;\r\n}\r\n\r\ndiv[style=\"background: linear-gradient(#ffffff, #fcfcfc);\"] {\r\n background: none !important;\r\n}\r\n\r\ndiv[style=\"background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));\"] {\r\n background: linear-gradient(\r\n to left,\r\n rgb(93, 106, 119),\r\n rgba(255, 255, 255, 0)\r\n ) !important;\r\n}\r\n\r\ndiv[style=\"background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));\"] {\r\n background: linear-gradient(\r\n to right,\r\n rgb(93, 106, 119),\r\n rgba(255, 255, 255, 0)\r\n ) !important;\r\n}\r\n\r\n.bg-blue-2 {\r\n background: #3c444c !important;\r\n}\r\n\r\n.projects-comment-form .comment-form-head .toolbar-commenting,\r\n.TimelineItem-break {\r\n height: 2px !important;\r\n background-color: #555 !important;\r\n margin: 0 0 0 -56px !important;\r\n}\r\n\r\n.TimelineItem-body .commit-message > code a {\r\n color: unset !important;\r\n}\r\n\r\n.TimelineItem-body {\r\n color: #b5b5b5 !important;\r\n}\r\n\r\n.TimelineItem-badge {\r\n background-color: #555555 !important;\r\n color: #bbbbbb !important;\r\n}\r\n\r\n.TimelineItem:before {\r\n background-color: #555555 !important;\r\n}\r\n\r\n.TimelineItem-badge.bg-purple.text-white {\r\n background: #6e5494 !important;\r\n}\r\n\r\n.TimelineItem > div[class*=\"bg-red\"],\r\n.TimelineItem > div[class*=\"bg-red\"] > svg {\r\n background: #911 !important;\r\n fill: white !important;\r\n}\r\n\r\n.TimelineItem > div[class*=\"bg-green\"],\r\n.TimelineItem > div[class*=\"bg-green\"] > svg {\r\n background: #152 !important;\r\n fill: white !important;\r\n}\r\n\r\n.tabnav-tab.selected,\r\n.tabnav-tab[aria-selected=\"true\"] {\r\n color: white !important;\r\n background: rgb(49, 51, 56) !important;\r\n}\r\n\r\n.Box-row--yellow {\r\n background-color: #995e26 !important;\r\n}\r\n\r\nbutton.btn-link.link-gray.js-details-target {\r\n color: white !important;\r\n}\r\n\r\ndiv[style=\"background-color: #fcfdfd;\"],\r\n.MarketplaceBackground-buffer {\r\n background: #25272a !important;\r\n}\r\n\r\n.comment-reactions .user-has-reacted {\r\n color: #a8c4fd !important;\r\n}\r\n\r\n.comment-reactions .user-has-reacted:hover {\r\n color: #ffffff !important;\r\n}\r\n\r\n.form-checkbox {\r\n color: white !important;\r\n}\r\n\r\n.timeline-comment-action {\r\n color: rgb(187, 187, 187) !important;\r\n}\r\n\r\ndiv[style=\"background:#fafbfc;\"] {\r\n background: #24292e !important;\r\n}\r\n\r\nheader.container-xl.px-3.px-md-6.py-3.position-relative.d-flex.flex-justify-between.width-full {\r\n background: none !important;\r\n}\r\n\r\n.nav-desktop-productDropdown,\r\n.nav-desktop-langDropdown {\r\n background: #24272a !important;\r\n}\r\n\r\ndiv.light-bg a,\r\ndiv.light-bg a h4 {\r\n color: white !important;\r\n}\r\n\r\ndiv.light-bg a p {\r\n color: rgba(255, 255, 255, 0.7) !important;\r\n}\r\n\r\n.dropdown-item:hover {\r\n background: #39424a !important;\r\n}\r\n\r\n.MarketplaceEdit-body .menu-item {\r\n background: none !important;\r\n}\r\n\r\n.MarketplaceEdit-body .menu-item:hover {\r\n background: #39424a !important;\r\n}\r\n\r\na[data-hovercard-type=\"user\"],\r\n.timeline-comment-header .author,\r\n.gh-header-meta .author,\r\na.user-mention,\r\n.user-mention,\r\n.sidebar-assignee .assignee,\r\n.timeline-comment-header .author:hover,\r\na[data-hovercard-type=\"user\"]:hover,\r\n.gh-header-meta .author:hover,\r\na.user-mention:hover,\r\n.user-mention:hover,\r\n.sidebar-assignee .assignee:hover {\r\n color: white !important;\r\n}\r\n\r\n.timeline-comment-header .author:hover,\r\na[data-hovercard-type=\"user\"]:hover,\r\n.gh-header-meta .author:hover,\r\na.user-mention:hover,\r\n.user-mention:hover,\r\n.sidebar-assignee .assignee:hover {\r\n text-decoration: underline !important;\r\n}\r\n\r\n.reponav-item,\r\n.reponav-item .octicon,\r\na.reponav-item,\r\na.tabnav-extra,\r\n.tabnav-extra {\r\n color: #bbb !important;\r\n}\r\n\r\n.reponav-item:hover,\r\na.reponav-item:hover,\r\na.tabnav-extra:hover,\r\n.tabnav-extra:hover {\r\n color: white !important;\r\n}\r\n\r\n.timeline-comment {\r\n color: #bbb !important;\r\n}\r\n\r\n.file-commit-form--full {\r\n background: none !important;\r\n}\r\n\r\n.UnderlineNav-item[role=\"tab\"][aria-selected=\"true\"] {\r\n color: white !important;\r\n}\r\n\r\nform[style=\"background: #ffeef8; border: 1px solid #ec6cb9 !important;\"] {\r\n background: #24292e !important;\r\n}\r\n\r\n.SideNav {\r\n background-color: #333333;\r\n}\r\n\r\n.SideNav-item {\r\n color: unset !important;\r\n}\r\n\r\n.SideNav-item:active,\r\n.SideNav-item:hover,\r\n.SideNav-item:focus {\r\n background: #3d4348 !important;\r\n color: white !important;\r\n}\r\n.SideNav-item[aria-current=\"page\"] {\r\n background: #25272a !important;\r\n}\r\n\r\n.mb-4.px-4.bg-white.clearfix {\r\n background: none !important;\r\n}\r\n\r\n/* help.github */\r\ncode[class=\"hljs language-shell\"] {\r\n color: #f1bc87 !important;\r\n}\r\n\r\n/* https://github.community/ */\r\n.lia-panel,\r\n.lia-top-quilt > .lia-quilt-row-footer,\r\n.lia-component-quilt-community-hero,\r\n.lia-content .lia-component-quilt-header {\r\n background: unset !important;\r\n}\r\n.lia-panel .lia-panel-content,\r\n.MessageList > .t-data-grid {\r\n background: #1d1d1d !important;\r\n}\r\n\r\n.lia-component-forums-widget-board-browser-list\r\n .lia-browser-category-heading\r\n > h2,\r\n.lia-component-forums-widget-board-browser-list\r\n .lia-browser-category-heading\r\n .category-title,\r\n.MessageList > .t-data-grid {\r\n color: white !important;\r\n}\r\n\r\n.lia-component-forums-widget-board-browser-list .lia-browser-category-heading {\r\n border-top: 20px solid !important;\r\n border-color: #222222 !important;\r\n background: #25272a !important;\r\n}\r\n\r\n.lia-quilt-row-main .lia-panel-heading-bar,\r\n.lia-panel .lia-panel-heading-bar {\r\n background: #25272a !important;\r\n color: white !important;\r\n}\r\n\r\n.lia-content .lia-component-quilt-header .lia-quilt-row-main-header {\r\n border-bottom: 1px solid #333 !important;\r\n background: #25272a !important;\r\n}\r\n\r\n.lia-nav-list li > .lia-link-navigation {\r\n background: unset !important;\r\n color: white !important;\r\n}\r\n\r\n.lia-component-quilt-header a,\r\n.lia-faq-section-title-level-1 > .lia-link-navigation,\r\n.lia-nav-list li > .lia-link-navigation {\r\n color: #4299fc !important;\r\n}\r\n\r\n#header-wrapper ul li a {\r\n color: white !important;\r\n}\r\n\r\n#header-wrapper img,\r\n.lia-vitality-users-online:before {\r\n filter: invert(1) !important;\r\n}\r\n\r\n.lia-autocomplete-container,\r\n.lia-menu-dropdown-items {\r\n background-color: #2b2b2b !important;\r\n}\r\n\r\n.lia-autocomplete-footer a {\r\n color: white !important;\r\n}\r\n\r\n.lia-autocomplete-footer:hover,\r\n.lia-autocomplete-content > ul > li.selected,\r\n.lia-menu-dropdown-items > li a:hover {\r\n background-color: #3a3a3a !important;\r\n}\r\n\r\n.lia-autocomplete-content .lia-component-forums-auto-complete-message-list-item,\r\n.lia-autocomplete-content .lia-autocomplete-message-list-item-link:hover {\r\n color: #92c5ff !important;\r\n}\r\n\r\n.lia-component-forums-widget-board-browser-list\r\n .lia-browser-category-heading\r\n .category-title,\r\n.lia-quilt-community-page\r\n .lia-component-forums-widget-recent-threads\r\n .lia-panel-heading-bar {\r\n padding-left: 20px;\r\n}\r\n\r\na.featured-event:hover {\r\n background: none !important;\r\n color: white !important;\r\n}\r\n\r\n.lia-quilt-row-sub-header {\r\n background: none !important;\r\n}\r\n\r\n.final-crumb span {\r\n color: white !important;\r\n}\r\n\r\n.lia-paging-full .lia-link-navigation,\r\n.lia-paging-full-pages .lia-link-navigation {\r\n color: #b5b5b5 !important;\r\n}\r\n\r\n.lia-list-slim > thead > tr > th,\r\n.lia-list-wide > thead > tr > th,\r\n.lia-content .xsmall-text {\r\n color: white !important;\r\n}\r\n\r\n.lia-paging-page-next > .lia-link-navigation:hover {\r\n background: rgb(49, 51, 56) !important;\r\n color: white !important;\r\n}\r\n\r\n.lia-accepted-solution .lia-quilt-forum-message,\r\n.lia-quilt.lia-quilt-forum-message.lia-quilt-layout-one-column-message {\r\n background: #1d1d1d !important;\r\n}\r\n\r\n.lia-panel-message,\r\n.lia-message-view-display {\r\n background: none !important;\r\n}\r\n\r\n.lia-forum-topic-page-reply-count,\r\n.lia-message-subject,\r\n.lia-component-author-rank {\r\n color: white !important;\r\n}\r\n\r\n.lia-message-view-forum-message.lia-message-view-display .lia-quilt-row-footer,\r\n.lia-quilt-forum-message .lia-component-go-to-solution-link {\r\n background: #25272a !important;\r\n}\r\n\r\n.lia-thread-reply .lia-quilt-forum-message {\r\n margin: none !important;\r\n}\r\n\r\n/* Kudo button */\r\n.lia-button-image-kudos .kudos-count-link,\r\n.lia-message-view-forum-message\r\n .lia-button-image-kudos-count\r\n .kudos-count-link {\r\n color: white !important;\r\n}\r\n\r\n.lia-message-view-forum-message .lia-button-image-kudos-count .kudos-count-link,\r\n.lia-button-image-kudos .kudos-count-link.lia-link-disabled:hover {\r\n background: none !important;\r\n}\r\n\r\n.lia-message-view-forum-message .kudos-link {\r\n border: none !important;\r\n}\r\n\r\n.lia-button-image-kudos.lia-button {\r\n background: #1d1d1d !important;\r\n}\r\n\r\n.lia-message-view-forum-message .kudos-link {\r\n filter: invert(1) !important;\r\n}\r\n\r\nfont[color=\"#333333\"] {\r\n color: #9d9d9d !important;\r\n}\r\n\r\n.lia-message-view-forum-message .kudos-link {\r\n padding: 3px 12px !important;\r\n border: 1px solid #e1e4e8 !important;\r\n background-image: linear-gradient(\r\n 90deg,\r\n #ababab 0%,\r\n #ababab 90%\r\n ) !important;\r\n border-top-right-radius: 0px !important;\r\n border-bottom-right-radius: 0px !important;\r\n}\r\n\r\n.lia-menu-dropdown-items > li a,\r\nmenu-dropdown-items > li a:hover {\r\n color: #4299fc !important;\r\n}\r\n\r\n.PageTitle span,\r\n.lia-quilt-recent-posts-page .PageTitle span,\r\n.lia-quilt-notification-feed-page .PageTitle span,\r\n.lia-quilt-private-notes-page .PageTitle span {\r\n color: white !important;\r\n}\r\n\r\n.lia-quilt-notification-feed-page\r\n > .lia-quilt-row-main\r\n > .lia-quilt-column-single\r\n > .lia-quilt-column-alley,\r\n.lia-notification-feed-item {\r\n background: none !important;\r\n}\r\n\r\n.PrivateNotesPage .lia-top-quilt > .lia-quilt-row-main,\r\n.lia-panel-status-banner-note,\r\n.lia-quilt-column-feedback .lia-component-common-widget-page-information {\r\n background-color: #1d1d1d !important;\r\n}\r\n\r\n.lia-panel-status-banner-note .lia-text {\r\n color: white !important;\r\n}\r\n\r\n.actions-hero-bg {\r\n background: none !important;\r\n}\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4 {\r\n color: white !important;\r\n}\r\n\r\n/* Github Pages */\r\n#create-repo-step,\r\n.tutorial-list > li {\r\n background-color: #222222 !important;\r\n}\r\n\r\n.tutorial-list > li:last-child:before {\r\n background: transparent !important;\r\n}\r\n\r\n/* Github dropdown menu */\r\n.select-menu-item,\r\n.select-menu-list,\r\n.SelectMenu-item,\r\n.SelectMenu-list,\r\n.SelectMenu-divider {\r\n background-color: unset !important;\r\n background: none !important;\r\n}\r\n\r\n.select-menu-filters,\r\n.SelectMenu-modal,\r\n.select-menu-modal {\r\n background: #25272a !important;\r\n}\r\n\r\n.SelectMenu-modal,\r\n.select-menu-modal,\r\n.select-menu-header,\r\n.select-menu-text-filter:first-child:last-child {\r\n border-color: #343434 !important;\r\n}\r\n\r\n.SelectMenu-item,\r\n.SelectMenu-tab,\r\n.SelectMenu-modal,\r\n.SelectMenu-action,\r\n.select-menu-tab-nav,\r\n.select-menu-item,\r\n.select-menu-modal,\r\n.select-menu-action,\r\n.select-menu-tabs a,\r\na.select-menu-action,\r\n.select-menu-item.selected .description,\r\n.select-menu-no-results,\r\n.select-menu-item-text .description,\r\n.select-menu-item-text .description-inline {\r\n color: #bbb !important;\r\n}\r\n\r\n.select-menu-item.disabled,\r\n.select-menu-item.disabled.selected,\r\n.select-menu-item.disabled .description,\r\n.select-menu-item.disabled.selected .description {\r\n color: #aaa !important;\r\n}\r\n\r\n.SelectMenu-item:hover,\r\n.SelectMenu-item[aria-checked=\"true\"],\r\n.SelectMenu-tab[aria-selected=\"true\"],\r\n.SelectMenu-tab:hover,\r\n.select-menu-item:hover,\r\n.select-menu-item[aria-checked=\"true\"],\r\n.select-menu-tab-nav[aria-selected=\"true\"],\r\n.select-menu-tab-nav:hover {\r\n background: rgb(49, 51, 56) !important;\r\n color: white !important;\r\n}\r\n\r\n.SelectMenu-tab {\r\n box-shadow: none !important;\r\n}\r\n\r\n.SelectMenu-title,\r\n.SelectMenu-divider {\r\n color: white !important;\r\n}\r\n\r\n.SelectMenu-header,\r\n.SelectMenu-divider,\r\n.select-menu-header {\r\n border-bottom: 1px solid #34373c !important;\r\n}\r\n\r\n.dropdown-menu,\r\n.SelectMenu-modal,\r\n.select-menu-modal {\r\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4) !important;\r\n}\r\n\r\n.dropdown-menu,\r\n.SelectMenu-modal,\r\n.select-menu-modal {\r\n border-color: rgba(225, 225, 225, 0.2) !important;\r\n}\r\n\r\n.select-menu-modal-arrow:after,\r\n.dropdown-menu-s:before {\r\n border-bottom-color: #343434 !important;\r\n}\r\n\r\n.dropdown-caret {\r\n border-top-style: solid !important;\r\n border-top-width: 4px !important;\r\n border-right: 4px solid transparent !important;\r\n border-bottom: 0 solid transparent !important;\r\n border-left: 4px solid transparent !important;\r\n}\r\n\r\n/* Notifications Page */\r\n.notifications-list-item.notification-unread {\r\n background: #00264c !important;\r\n}\r\n\r\n.notifications-list-item:hover {\r\n background-color: #313338 !important;\r\n}\r\n\r\n/* notification row type */\r\nspan.Label.flex-self-center.Label--outline.border-0.ml-2.bg-gray-2 {\r\n background: none !important;\r\n}\r\n\r\n.Details-content--closed.Box.mt-2.d-inline-flex.flex-column {\r\n margin-top: 0 !important;\r\n}\r\n\r\n.avatar {\r\n background-color: white !important;\r\n}\r\n\r\n.tabnav-tab[aria-current] {\r\n background-color: unset !important;\r\n}\r\n\r\n/* githubstatus.com */\r\n\r\n.components-section.font-regular {\r\n padding: 20px !important;\r\n}\r\n\r\n.illo-desktop-header {\r\n filter: invert(0.9);\r\n}\r\n\r\n.incident-container .incident-title::before {\r\n background-color: #dbab09;\r\n background: #dbab09\r\n 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='%236a737d'/%3E%3C/svg%3e\")\r\n no-repeat center center;\r\n border: 2px solid #dbab09;\r\n}\r\n\r\n.incident-container::before {\r\n background-color: #555555 !important;\r\n}\r\n\r\n.components-container {\r\n box-shadow: none !important;\r\n}\r\n\r\n.status-day > .date::before {\r\n background: #555555\r\n 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\")\r\n no-repeat center center;\r\n}\r\n\r\n.status-day::before,\r\n.incident-list::before {\r\n background-color: #555;\r\n}\r\n\r\n.page-footer {\r\n border-top: 3px solid #555 !important;\r\n}\r\n\r\n.layout-content.status.status-api\r\n .section\r\n .example-container\r\n .example-opener\r\n .color-secondary,\r\n.grouped-items-selector,\r\n.layout-content.status.status-full-history .history-nav a.current,\r\n#uptime-tooltip .tooltip-box {\r\n background-color: #444;\r\n}\r\n\r\n.shared-partial.uptime-90-days-wrapper svg rect:hover {\r\n fill: #fff;\r\n}\r\n\r\n.updates.font-regular {\r\n background: #24292e !important;\r\n color: white !important;\r\n}\r\n\r\n.components-section.font-regular,\r\n.components-uptime-link.history-footer-link,\r\n.component-container.border-color {\r\n background: #24292e !important;\r\n color: white !important;\r\n}\r\n\r\n.tooltip-base.tool.tooltipstered {\r\n color: black !important;\r\n background: white !important;\r\n}\r\n\r\n.legend-item.light.legend-item-date-range,\r\n.message.incident-body.color-primary {\r\n color: white;\r\n}\r\n\r\n.layout-content.status\r\n .shared-partial.uptime-90-days-wrapper\r\n .legend\r\n .legend-item.light {\r\n color: #ffffff;\r\n opacity: 0.5;\r\n}"
- }
- ],
- "name": "GithubDarkTheme();",
- "originalDigest": "b95ce9b6341dd09edab5741511fd193eb1be6154",
- "_id": "35a0695f-89b3-41d1-ac6d-f0a85326d4b3",
- "_rev": 1595056272974,
- "id": 3
- },
- {
- "enabled": false,
- "updateUrl": "https://userstyles.org/styles/chrome/164922.json?",
- "md5Url": "https://update.userstyles.org/164922.md5",
- "url": "http://userstyles.org/styles/164922",
- "originalMd5": "87b2dc2779a8fe9c68885024514d05ee",
- "installDate": 1589628960527,
- "sections": [
- {
- "urls": [],
- "urlPrefixes": [
- "https://stackoverflow.com"
- ],
- "domains": [],
- "regexps": [],
- "code": ":root{\r\n --maincolor: #0F92FF;\r\n --maincolorRGB: 15, 146, 255;\r\n }\r\n body{\r\n background-color: #1e1e1e;\r\n }\r\n \t* {\r\n \tfont-family: 'Open Sans', sans-serif;\r\n \t }\r\n\r\n\t.top-bar{\r\n background-color: #363636;\r\n border-top: 3px solid var(--maincolor);\r\n }\r\n \r\n \t#content{\r\n \tbackground-color: #242424;\r\n\t\tborder: 1px solid #212020; \r\n }\r\n \r\n #question-header .question-hyperlink {\r\n color: #c0bfbf;\r\n }\r\n \r\n html, body{\r\n color: #a5a5a5; \r\n }\r\n \r\n code{\r\n background-color: #424242;\r\n\tborder-radius: 2px;\r\n }\r\n \r\n pre{\r\n padding: 10px;\r\n background-color: #1e1e1e;\r\n border-radius: 3px;\r\n }\r\n \r\n pre code{\r\n background-color: rgb(0, 0, 0, 0); \r\n\tcolor: white;\r\n }\r\n \r\n .pun, .pln {\r\n color: #a2a1a1;\r\n\t}\r\n \r\n .post-tag, .geo-tag, .container .chosen-choices .search-choice, .container .chosen-container-multi .chosen-choices li.search-choice {\r\n color: var(--maincolor);\r\n background-color: rgba(var(--maincolorRGB), 0.1);\r\n border: none;\r\n\t}\r\n .post-tag:hover {\r\n color: white;\r\n background-color: var(--maincolor);\r\n\t}\r\n \r\n .mini-counts.supernova, .supernova {\r\n color: var(--maincolor);\r\n\t}\r\n \r\n #hireme {\r\n display: none;\r\n\t}\r\n .show-votes .sidebar-linked .spacer > a:first-child .answer-votes.answered-accepted, .show-votes .sidebar-related .spacer > a:first-child .answer-votes.answered-accepted {\r\n background-color: var(--maincolor);\r\n\t}\r\n \r\n .top-bar .-logo .-img._glyph {\r\n width: 150px;\r\n height: 30px;\r\n margin-top: -4px;\r\n filter: invert(1);\r\n\t}\r\n \r\n .top-bar .searchbar input[type=\"text\"].f-input {\r\n background-color: #454545;\r\n color: #b6b6b7;\r\n \tborder: none;\r\n }\r\n .top-bar .searchbar input[type=\"text\"].f-input::placeholder {\r\n color: #787878;\r\n\t}\r\n \r\n .p6 {\r\n display: none;\r\n\t}\r\n \r\n .ad502-room {\r\n background: #363636;\r\n border: none;\r\n box-shadow: none;\r\n \t}\r\n .question-hyperlink, .answer-hyperlink {\r\n color: #939393;\r\n\t}\r\n a {\r\n color: #0584FF;\r\n\t}\r\n \r\n .envelope-on, .envelope-off, .vote-up-off, .vote-up-on, .vote-down-off, .vote-down-on, .star-on, .star-off, .feed-icon, .vote-accepted-off, .vote-accepted-on, .vote-accepted-bounty, .badge-earned-check, .delete-tag, .grippie, .expander-arrow-hide, .expander-arrow-show, .expander-arrow-small-hide, .expander-arrow-small-show, .anonymous-gravatar, .badge1, .badge2, .badge3 {\r\n filter: brightness(40%);\r\n\t}\r\n \r\n .vote span {\r\n color: #9c9c9c;\r\n /*filter: hue-rotate(100deg) saturate(400%);*/\r\n\t}\r\n \r\n .nav-links .youarehere .nav-links--link {\r\n color: #727272;\r\n border-right: 3px solid var(--maincolor)\r\n\t}\r\n .nav-links .youarehere .nav-links--link .svg-icon {\r\n color: var(--maincolor);\r\n\t}\r\n .nav-links .nav-links--link.-link__with-icon:hover .svg-icon, .nav-links .nav-links--link.-link__with-icon:focus .svg-icon, .nav-links .nav-links--link.-link__with-icon:active .svg-icon {\r\n color: #9B9B9B;\r\n\t}\r\n \r\n .owner {\r\n background-color: #383838;\r\n\t}\r\n \r\n ul.comments-list .comment > * {\r\n border-bottom: 1px solid #393939;\r\n\t}\r\n .question-page #answers .answer {\r\n border-bottom: 1px solid #353535;\r\n\t}\r\n .subheader {\r\n border-bottom: 1px solid #353535;\r\n \t}\r\n .subheader h2 {\r\n color: #a7a7a7;\r\n \t}\r\n \r\n .comments {\r\n border-top: 2px solid #484a4b;\r\n border-radius: 1px;\r\n\t}\r\n #question-header {\r\n border-bottom: 1px solid #393939;\r\n margin-bottom: 25px;\r\n padding-bottom: 5px;\r\n\t}\r\n \r\n .s-btn__primary {\r\n background-color: var(--maincolor);\r\n border: none;\r\n box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25),0 0 0 0 rgba(0,149,255,0);\r\n color: white !important;\r\n\t}\r\n .s-btn__primary:hover {\r\n background-color: var(--maincolor);\r\n }\r\n .top-bar .-secondary .-ctas .btn-topbar-primary {\r\n background-color: var(--maincolor);\r\n border: none;\r\n box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25),0 0 0 0 rgba(0,149,255,0);\r\n color: white;\r\n }\r\n \r\n .top-bar a.-logo:hover {\r\n background-color: #3c3c3c;\r\n\t}\r\n .top-bar .searchbar input[type=\"text\"].f-input:hover {\r\n box-shadow: none;\r\n\t}\r\n .top-bar .searchbar input[type=\"text\"].f-input:focus {\r\n background-color: #444;\r\n border-color: #0095ff;\r\n box-shadow: none;\r\n\t}\r\n \r\n .top-bar .searchbar .btn-topbar-primary {\r\n border: none;\r\n border-radius: 3px;\r\n background-color: #595959;\r\n box-shadow: none;\r\n \t}\r\n .top-bar .searchbar .btn-topbar-primary:hover {\r\n border: none;\r\n border-radius: 3px;\r\n background-color: #595959;\r\n box-shadow: none;\r\n \t}\r\n \r\n .top-bar .-secondary .-item .-link:hover {\r\n color: #818181;\r\n background-color: #4d4d4d;\r\n\t}\r\n .top-bar .-secondary .-link {\r\n color: #6e6e6e;\r\n\t}\r\n \r\n .nav-links .nav-links--link:hover, .nav-links .nav-links--link:focus, .nav-links .nav-links--link:active {\r\n color: #686868;\r\n\t}\r\n \r\n a:hover, a:active {\r\n color: var(--maincolor);\r\n\t}\r\n .question-hyperlink:hover, .answer-hyperlink:hover, .question-hyperlink:active, .answer-hyperlink:active {\r\n color: #b9b9b9;\r\n\t}\r\n \r\n .label-key b, .label-key strong {\r\n color: var(--maincolor);\r\n\t}\r\n \r\n .show-votes .sidebar-linked .spacer > a:first-child .answer-votes, .show-votes .sidebar-related .spacer > a:first-child .answer-votes {\r\n background-color: rgba(var(--maincolorRGB), 0.1);\r\n color: var(--maincolor);\r\n\t}\r\n \r\n #tabs a, .tabs a {\r\n background: none;\r\n border: none;\r\n color: #717272;\r\n\t}\r\n #tabs a.youarehere, .tabs a.youarehere {\r\n color: #adadad;\r\n\t}\r\n #tabs a.youarehere::before, .tabs a.youarehere::before {\r\n background-color: var(--maincolor);\r\n\t}\r\n #tabs a:hover, .tabs a:hover {\r\n background: none;\r\n color: #aeaeae;\r\n\t}\r\n #tabs a.youarehere:hover, .tabs a.youarehere:hover {\r\n background: none;\r\n color: #b4b5b6;\r\n\t}\r\n \r\n \tpre {\r\n background-color: #e3e3e3;\r\n }\r\n \r\n .pun, .pln {\r\n color: #292929;\r\n}\r\n.com {\r\n color: #999;\r\n}\r\n.post-text pre, .wmd-preview pre {\r\n filter: invert(1) saturate(200%) hue-rotate(330deg);\r\n}\r\n \r\n .question-status {\r\n background-color: #2d2d2d;\r\n border: 1px solid #3e3e3e;\r\n\t}\r\n \r\n .site-footer {\r\n background-color: #19191a;\r\n \t}\r\n \r\n a {\r\n color: var(--maincolor);\r\n\t}\r\n \r\n ::selection {\r\n background-color: var(--maincolor);\r\n color: white;\r\n }\r\n code ::selection {\r\n background-color: rgba(0, 0, 0, 0.25);\r\n color: #2c2c2c;\r\n\t}\r\n \r\n .module.community-bulletin {\r\n background-color: #272727;\r\n border: 1px solid #353535;\r\n border-radius: 1px;\r\n\t}\r\n .module.community-bulletin .bulletin-title {\r\n color: #158DF2;\r\n\t}\r\n \r\n .grippie {\r\n background-color: #515151;\r\n border: none;\r\n\t}\r\n textarea.wmd-input, textarea#wmd-input {\r\n background-color: #2a2a2a;\r\n border: 1px solid #353535;\r\n border-radius: 2px;\r\n color: gray;\r\n\t}\r\n .mdhelp-tabs {\r\n background-color: #333;\r\n color: #696868;\r\n \t}\r\n .mdhelp {\r\n border: none;\r\n \t}\r\n .wmd-button-row {\r\n border-bottom: 1px solid #414141;\r\n border: none;\r\n\t}\r\n .wmd-button {\r\n filter: saturate(0%);\r\n\t}\r\n .wmd-button-bar {\r\n border: 1px solid #323232;\r\n }\r\n .wmd-help-button.active-help {\r\n background: none;\r\n\t}\r\n \r\n #notify-container div {\r\n background: var(--maincolor);\r\n\t}\r\n #load-new-answers {\r\n color: rgba(255, 255, 255, 0.7);\r\n\t}\r\n \r\n .new-contributor-indicator {\r\n background-color: rgba(var(--maincolorRGB), 0.1);\r\n\t}\r\n\t.fc-medium {\r\n color: var(--maincolor) !important;\r\n\t}\r\n\t.bbr-sm {\r\n border-radius: 3px;\r\n\t}\r\n \r\n blockquote {\r\n background-color: #303132;\r\n border-left: 2px solid var(--maincolor);\r\n\t}\r\n \r\n .s-sidebarwidget--header, .s-sidebarwidget--content {\r\n border: none;\r\n background-color: #262626;\r\n border: 1px solid #333;\r\n border-radius: 3px;\r\n\t}\r\n .s-sidebarwidget--header {\r\n background-color: rgba(var(--maincolorRGB), 0.1);\r\n color: var(--maincolor);\r\n border: none;\r\n margin-bottom: 5px;\r\n\t}\r\n .s-sidebarwidget {\r\n border: none;\r\n box-shadow: none;\r\n\t}\r\n .s-sidebarwidget::after {\r\n border: none;\r\n\t}\r\n \r\n .answered-accepted {\r\n background-color: var(--maincolor);\r\n\t}\r\n .status.answered, .status.answered .mini-counts, .status.answered strong {\r\n color: var(--maincolor);\r\n\t}\r\n\t.status.answered {\r\n border-color: var(--maincolor);\r\n\t}\r\n \r\n .question-summary {\r\n border-bottom: 1px solid #75757533;\r\n\t}\r\n .tagged-interesting {\r\n background-color: rgba(var(--maincolorRGB), 0.1);\r\n box-shadow: none;\r\n\t}\r\n \r\n .flush-left {\r\n border-top: 1px solid #2c2c2c;\r\n\t}\r\n \r\n h2, h3, h4 {\r\n color: #ababab !important;\r\n\t}\r\n \r\n .nav-links .youarehere .nav-links--link {\r\n background: none;\r\n \t}\r\n \r\n #tags_list .tag-cell {\r\n border-bottom: 1px solid #424242;\r\n\t}\r\n #tags_list .stats-row, #tags_list .stats-row a, #tags_list .stats-row a:visited {\r\n color: var(--maincolor);\r\n filter: saturate(50%) brightness(90%);\r\n\t}\r\n \r\n .page-numbers {\r\n border: none;\r\n background-color: #2f2f2f;\r\n\t}\r\n .page-numbers.current {\r\n background-color: var(--maincolor);\r\n\t}\r\n .page-numbers:hover {\r\n background-color: var(--maincolor);\r\n\t}\r\n \r\n .vote-count-post strong {\r\n color: #747474;\r\n\t}\r\n .excerpt {\r\n color: #686868;\r\n\t}\r\n \r\n .bounty-award {\r\n background-color: var(--maincolor);\r\n\t}\r\n \r\n .module.community-bulletin .bulletin-title {\r\n color: var(--maincolor);\r\n\t}\r\n .s-sidebarwidget:not(.s-anchors) a:not(.button):not(.s-btn):not(.post-tag):not(.s-sidebarwidget--action), .s-sidebarwidget:not(.s-anchors) a:not(.button):not(.s-btn):not(.post-tag):not(.s-sidebarwidget--action):visited {\r\n color: rgba(255, 255, 255, 0.2);\r\n\t}\r\n .started .mod-flair, .started a:not(.started-link) {\r\n color: var(--maincolor);\r\n\t}\r\n .started .mod-flair:hover, .started a:not(.started-link):hover {\r\n color: var(--maincolor);\r\n\t}\r\n .started .mod-flair, .started a:not(.started-link) {\r\n color: var(--maincolor);\r\n\t}\r\n a:not(.started-link):hover {\r\n color: var(--maincolor);\r\n\t}\r\n \r\n .post-text hr, .wmd-preview hr {\r\n background-color: #3b3b3b;\r\n\t}"
- }
- ],
- "name": "StackOverflow Neon",
- "originalDigest": "0c68c3e28a416be4c1ea239b6f8a40e307207539",
- "_id": "1104b369-0e77-44b5-a967-1e73d062c5f1",
- "_rev": 1589628982950,
- "id": 4
- },
- {
- "enabled": true,
- "updateUrl": "https://userstyles.org/styles/chrome/176998.json",
- "md5Url": "https://update.userstyles.org/176998.md5",
- "url": "http://userstyles.org/styles/176998",
- "originalMd5": "1175f7014bcea33009b6ff8ed2603887",
- "installDate": 1589628980518,
- "sections": [
- {
- "urls": [],
- "urlPrefixes": [],
- "domains": [
- "stackoverflow.com",
- "superuser.com",
- "serverfault.com",
- "askubuntu.com",
- "stackexchange.com"
- ],
- "regexps": [],
- "code": "/* Conwy - Stack Exchange\r\n Version: 1.0.0\r\n Author: lineav\r\n Licence: https://creativecommons.org/licenses/by-sa/4.0/\r\n*/\r\n\r\n/* Invert the whole website */\r\nhtml {\r\n filter: invert(0.80) hue-rotate(180deg) contrast(1.2)!important;\r\n background: #ffffff !important;\r\n}\r\n\r\nimg {\r\n filter: invert(1) hue-rotate(180deg) brightness(1.1) contrast(1.05)!important;\r\n}\r\n\r\n/* invert logo */\r\nimg.h-auto.wmx100 {\r\n filter: invert(0)!important;\r\n}\r\n\r\n/* make scrollbars dark */\r\n::-webkit-scrollbar {\r\n background: #2f2f2f;\r\n width: 0.8em;\r\n}\r\n::-webkit-scrollbar-thumb {\r\n background-color: #555555;\r\n outline: 1px solid #111111;\r\n}"
- }
- ],
- "name": "Conwy - Stack Exchange",
- "originalDigest": "055ce9ac0041cad64b4c5245fb4bb1083a231dc2",
- "_id": "3182ba75-8568-46fb-9c4c-22b97bf8fcdf",
- "_rev": 1589628980519,
- "id": 5
- },
- {
- "enabled": true,
- "updateUrl": "https://stylishthemes.github.io/GitHub-Dark/github-dark.user.css",
- "md5Url": null,
- "url": "https://github.com/StylishThemes/GitHub-Dark",
- "originalMd5": null,
- "installDate": 1590166418563,
- "sourceCode": "/* ==UserStyle==\n@name GitHub Dark\n@namespace StylishThemes\n@version 2.2.15\n@homepageURL https://github.com/StylishThemes/GitHub-Dark\n@updateURL https://stylishthemes.github.io/GitHub-Dark/github-dark.user.css\n@license BSD-2-Clause\n@author StylishThemes\n@advanced color base-color \"Base color\" #4f8cc9\n@advanced dropdown syntax-theme \"Github syntax theme\" {\n Twilight \"Twilight\" <<<EOT\n /*! GitHub: Twilight *\\/:root{--ghd-code-background:#141414;--ghd-code-color:#ccc}.pl-c,.pl-c span{color:#5f5a60!important;font-style:italic!important}.pl-c1,.pl-cce{color:#cf6a4c!important}.pl-cce{font-weight:400!important}.pl-cn,.pl-coc{color:#cf6a4c!important}.pl-cos{color:#8f9d6a!important}.pl-e,.pl-ef,.pl-en{color:#ac885b!important}.pl-enc{color:#cf6a4c!important}.pl-enf,.pl-enm{color:#ac885b!important}.pl-ens{color:#cf6a4c!important}.pl-ent{color:#cda869!important}.pl-entc,.pl-enti{color:#ac885b!important}.pl-enti{font-weight:700!important}.pl-entm{color:#7587a6!important}.pl-eoa{color:#cda869!important}.pl-eoac,.pl-eoac .pl-pde{color:#7587a6!important}.pl-eoai,.pl-eoai .pl-pde{color:#cda869!important}.pl-eoi{color:#ac885b!important}.pl-k{color:#cf6a4c!important}.pl-ko,.pl-kolp{color:#cda869!important}.pl-kos,.pl-kou{color:#cf6a4c!important}.pl-mai .pl-sf{color:#7587a6!important}.pl-mb{color:#8f9d6a!important;font-weight:700!important}.pl-mc{color:#cda869!important}.pl-mh{font-weight:400!important}.pl-mh,.pl-mh .pl-pdh{color:#cf6a4c!important}.pl-mi{color:#cda869!important;font-style:italic!important}.pl-ml{color:#8f9d6a!important}.pl-mm{color:#7587a6!important}.pl-mp{color:#c5af75!important}.pl-mp1 .pl-sf{color:#dad085!important}.pl-mq{color:#cf6a4c!important}.pl-mr,.pl-ms{color:#cda869!important}.pl-pdb{color:#8f9d6a!important;font-weight:700!important}.pl-pdc{color:#5f5a60!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#cf6a4c!important}.pl-pdi{color:#cda869!important;font-style:italic!important}.pl-pds{color:#8f9d6a!important}.pl-pdv{color:#7587a6!important}.pl-pse,.pl-pse .pl-s2{color:#cf6a4c!important}.pl-s{color:#f9ee98!important}.pl-s1{color:#8f9d6a!important}.pl-s2{color:#ccc!important}.pl-mp .pl-s3{color:#cda869!important}.pl-s3,.pl-sc{color:#dad085!important}.pl-scp{color:#cf6a4c!important}.pl-sf{color:#dad085!important}.pl-smc{color:#ac885b!important}.pl-smi,.pl-smp{color:#ccc!important}.pl-sok{color:#cda869!important}.pl-sol{color:#8f9d6a!important}.pl-som,.pl-sr{color:#7587a6!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#cda869!important}.pl-stj{color:#7587a6!important}.pl-stp,.pl-sv,.pl-v{color:#9b859d!important}.pl-vi{color:#cf6a4c!important}.pl-vo{color:#ac885b!important}.pl-vpf{color:#7587a6!important}.pl-mdht,.pl-mi1{color:#55a532!important;background:#020!important}.pl-md,.pl-mdhf{color:#bd2c00!important;background:#200!important}.pl-mdr{color:#cf6a4c!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#7587a6!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#df5000!important;color:#fff!important}.pl-mo{color:#969896!important}.pl-mri{color:teal!important}.pl-ms1{background-color:#f5f5f5!important}.pl-va,.pl-vpu{color:teal!important}.pl-entl{color:#ccc!important}.highlight .pl-corl span.x,.pl-corl{color:#f9ee98!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#ac885b!important;color:#ccc!important} EOT;\n Ambiance \"Ambiance\" <<<EOT\n /*! GitHub: Ambiance *\\/:root{--ghd-code-background:#202020;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#555!important;font-style:italic!important}.pl-c1{color:#cf7ea9!important}.pl-e,.pl-en,.pl-ent{color:#aac6e3!important}.pl-k{color:#fa8d6a!important}.pl-mb{color:#cf7ea9!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#cda869!important}.pl-mh,.pl-mh .pl-en{color:#9b859d!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#cda869!important}.pl-mq{color:#555!important}.pl-mr,.pl-ms{color:#cda869!important}.pl-pds{color:#8f9d6a!important}.pl-s{color:#aac6e3!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#8f9d6a!important}.pl-s1 .pl-s2{color:#99c!important}.pl-s1 .pl-v,.pl-s3{color:#cda869!important}.pl-sc{color:#9b859d!important}.pl-smi,.pl-smp{color:#99c!important}.pl-sr .pl-cce{color:#9b859d!important}.pl-sr,.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#dad085!important}.pl-st{color:#aac6e3!important}.pl-stj{color:#99c!important}.pl-sv{color:#cf7ea9!important}.pl-v{color:#aac6e3!important}.pl-vo,.pl-vpf{color:#99c!important}.pl-mdht,.pl-mi1{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-bu,.pl-ii,.pl-md,.pl-mdhf{color:#f8f8f8!important;background:rgba(86,45,86,.75)!important}.highlight .pl-corl span.x,.pl-corl{color:#aac6e3!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#fa8d6a!important;color:#e6e1dc!important} EOT;\n Chaos \"Chaos\" <<<EOT\n /*! GitHub: Chaos *\\/:root{--ghd-code-background:#161616;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#555!important;font-style:italic!important}.pl-c1{color:#fdc251!important}.pl-e,.pl-en,.pl-ent{color:#974!important}.pl-k{color:#00698f!important}.pl-mb{color:#1edafb!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#00698f!important}.pl-mh,.pl-mh .pl-en{color:#fdc251!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#00698f!important}.pl-mq{color:#555!important}.pl-mr,.pl-ms{color:#00698f!important}.pl-pds{color:#58c554!important}.pl-s{color:#974!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#58c554!important}.pl-s1 .pl-s2{color:#1edafb!important}.pl-s1 .pl-v,.pl-s3{color:#00698f!important}.pl-sc{color:#999!important}.pl-smi,.pl-smp{color:#be53e6!important}.pl-sr{color:#ff308f!important}.pl-sr .pl-cce{color:#fdc251!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#ff308f!important}.pl-st{color:#e6e1dc!important}.pl-stj{color:#be53e6!important}.pl-sv{color:#1edafb!important}.pl-v{color:#974!important}.pl-vo{color:#be53e6!important}.pl-vpf{color:#974!important}.pl-mdht,.pl-mi1{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#fff!important;background:#900!important}.pl-bu,.pl-ii{color:#999!important;background:#900!important}.highlight .pl-corl span.x,.pl-corl{color:#974!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#974!important;color:#e6e1dc!important} EOT;\n Clouds_Midnight \"Clouds_Midnight\" <<<EOT\n /*! GitHub: Clouds_Midnight *\\/:root{--ghd-code-background:#191919;--ghd-code-color:#929292}.pl-c,.pl-c span{color:#3c403b!important;font-style:italic!important}.pl-c1{color:#39946a!important}.pl-e,.pl-en,.pl-ent{color:#929292!important}.pl-k{color:#927c5d!important}.pl-mb{color:#39946a!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#927c5d!important}.pl-mh,.pl-mh .pl-en{color:#366f1a!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#927c5d!important}.pl-mq{color:#3c403b!important}.pl-mr,.pl-ms{color:#927c5d!important}.pl-pds{color:#5d90cd!important}.pl-s{color:#e92e2e!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#5d90cd!important}.pl-s1 .pl-s2{color:#606060!important}.pl-s1 .pl-v,.pl-s3{color:#927c5d!important}.pl-sc{color:#366f1a!important}.pl-smi,.pl-smp{color:#606060!important}.pl-sr{color:#e92e2e!important}.pl-sr .pl-cce{color:#366f1a!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src,.pl-st{color:#e92e2e!important}.pl-stj{color:#606060!important}.pl-sv{color:#39946a!important}.pl-v{color:#5d90cd!important}.pl-vo,.pl-vpf{color:#606060!important}.pl-mdht,.pl-mi1{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#fff!important;background:#e92e2e!important}.pl-bu,.pl-ii{color:#ddd!important;background:#e92e2e!important}.highlight .pl-corl span.x,.pl-corl{color:#e92e2e!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#929292!important;color:#191919!important} EOT;\n Cobalt \"Cobalt\" <<<EOT\n /*! GitHub: Cobalt *\\/:root{--ghd-code-background:#002240;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#08f!important;font-style:italic!important}.pl-c1{color:#ff628c!important}.pl-e,.pl-en{color:#ff9d00!important}.pl-ent{color:#fd0!important}.pl-k{color:#eb939a!important}.pl-mb{color:#ff628c!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#ff9d00!important}.pl-mh,.pl-mh .pl-en{color:#eb939a!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#ff9d00!important}.pl-mq{color:#08f!important}.pl-mr,.pl-ms{color:#ff9d00!important}.pl-pds,.pl-s,.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#3ad900!important}.pl-s1 .pl-s2{color:#ccc!important}.pl-s1 .pl-v{color:#3ad900!important}.pl-s3,.pl-sc{color:#ffb054!important}.pl-smi,.pl-smp{color:#ccc!important}.pl-sr{color:#80ffc2!important}.pl-sr .pl-cce{color:#eb939a!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#80ffc2!important}.pl-st{color:#ff9d00!important}.pl-stj{color:#ccc!important}.pl-sv{color:#ff628c!important}.pl-v{color:#fd0!important}.pl-vo,.pl-vpf{color:#ccc!important}.pl-mdht,.pl-mi1{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#f8f8f8!important;background:#800f00!important}.pl-bu,.pl-ii{color:#ff628c!important;background:#800f00!important}.highlight .pl-corl span.x,.pl-corl{color:#3ad900!important;text-decoration:underline!important}.highlight-source-js .pl-st{color:#ffee80!important}.highlight-source-css .pl-s3{color:#80ffbb!important}.highlight-text-html-basic .pl-ent{color:#9effff!important}.pl-token.active,.pl-token:hover{background:#fff!important;color:#002240!important} EOT;\n GitHub Dark \"GitHub Dark\" <<<EOT\n /*! GitHub: GitHub Dark *\\/:root{--ghd-code-background:#141414;--ghd-code-color:#ccc}/*!\n * GitHub Dark v0.5.0\n * Copyright (c) 2012 - 2017 GitHub, Inc.\n * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE)\n *\\/.pl-c{color:#959da5}.pl-c1,.pl-s .pl-v{color:#c8e1ff}.pl-e,.pl-en{color:#b392f0}.pl-s .pl-s1,.pl-smi{color:#f6f8fa}.pl-ent{color:#7bcc72}.pl-k{color:#ea4a5a}.pl-pds,.pl-s,.pl-s .pl-pse .pl-s1,.pl-sr,.pl-sr .pl-cce,.pl-sr .pl-sra,.pl-sr .pl-sre{color:#79b8ff}.pl-ml,.pl-v{color:#fb8532}.pl-bu{color:#d73a49}.pl-c2,.pl-ii{color:#fafbfc;background-color:#d73a49}.pl-c2:before{content:\"^M\"}.pl-sr .pl-cce{font-weight:700;color:#7bcc72}.pl-mh,.pl-mh .pl-en,.pl-ms{font-weight:700;color:#0366d6}.pl-mi{font-style:italic;color:#f6f8fa}.pl-mb{font-weight:700;color:#f6f8fa}.pl-md{color:#d73a49;background-color:#300}.pl-mi1{color:#7bcc72;background-color:#121}.pl-mc{color:#b08800;background-color:#261d08}.pl-mi2{color:#2f363d;background-color:#959da5}.pl-mdr{font-weight:700;color:#b392f0}.pl-mo{color:#0366d6}.pl-ba{color:#ffeef0}.pl-sg{color:#6a737d}.pl-corl{text-decoration:underline;color:#79b8ff}.pl-token.active,.pl-token:hover{background:#b392f0;color:#141414} EOT;\n Idle Fingers \"Idle Fingers\" <<<EOT\n /*! GitHub: Idle Fingers *\\/:root{--ghd-code-background:#323232;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#bc9458!important;font-style:italic!important}.pl-c1{color:#6c99bb!important}.pl-cce,.pl-cn,.pl-coc{color:#cc7833!important}.pl-cos{color:#a5c261!important}.pl-e{color:#ffc66d!important}.pl-ef{color:#b83426!important}.pl-en{color:#ffc66d!important}.pl-enc{color:#cc7833!important}.pl-enf,.pl-enm{color:#b83426!important}.pl-ens{color:#cc7833!important}.pl-ent{color:#ffe5bb!important}.pl-entc,.pl-enti{color:#b83426!important}.pl-enti{font-weight:700!important}.pl-entm{color:#b83426!important}.pl-eoa{color:#ffe5bb!important}.pl-eoac,.pl-eoac .pl-pde{color:#b83426!important}.pl-eoai,.pl-eoai .pl-pde{color:#ffe5bb!important}.pl-eoi{color:#b83426!important}.pl-k{color:#cc7833!important}.pl-ko,.pl-kolp{color:#ffe5bb!important}.pl-kos,.pl-kou{color:#cc7833!important}.pl-mai .pl-sf{color:#b83426!important}.pl-mb{color:#a5c261!important;font-weight:700!important}.pl-mc{color:#ffe5bb!important}.pl-mh .pl-pdh{color:#cc7833!important}.pl-mi{color:#ffe5bb!important;font-style:italic!important}.pl-ml{color:#a5c261!important}.pl-mm{color:#b83426!important}.pl-mp,.pl-mp1 .pl-sf,.pl-mq{color:#cc7833!important}.pl-mr,.pl-ms{color:#ffe5bb!important}.pl-pdb{color:#a5c261!important;font-weight:700!important}.pl-pdc{color:#bc9458!important;font-style:italic!important}.pl-pdc1{color:#6c99bb!important}.pl-pde{color:#cc7833!important}.pl-pdi{color:#ffe5bb!important;font-style:italic!important}.pl-pds{color:#a5c261!important}.pl-pdv{color:#b83426!important}.pl-pse,.pl-pse .pl-s2,.pl-s{color:#cc7833!important}.pl-s1{color:#a5c261!important}.pl-s2{color:#fff!important}.pl-mp .pl-s3{color:#cc7833!important}.pl-s3{color:#ffe5bb!important}.pl-sc{color:#ffc66d!important}.pl-scp{color:#6c99bb!important}.pl-sf{color:#ffc66d!important}.pl-smc{color:#b83426!important}.pl-smi,.pl-smp{color:#ffc66d!important}.pl-sok{color:#ffe5bb!important}.pl-sol{color:#a5c261!important}.pl-som,.pl-sr{color:#b83426!important}.pl-sra,.pl-src,.pl-sre{color:#cc3!important}.pl-st{color:#cc7833!important}.pl-stj{color:#fff!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#cc7833!important}.pl-vo{color:#fff!important}.pl-vpf{color:#cc7833!important}.pl-mdht,.pl-mi1{color:#a5c261!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#b83426!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#cc7833!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#ffc66d!important;font-weight:400!important}.pl-bu,.pl-ii{background-color:#b83426!important;color:#fff!important}.pl-mo{color:#ffc66d!important}.pl-mri{color:#cc7833!important}.pl-ms1{background-color:#ffc66d!important}.pl-va,.pl-vpu{color:#cc7833!important}.pl-entl{color:#ffc66d!important}.highlight .pl-corl span.x,.pl-corl{color:#cc7833!important;text-decoration:underline!important}.highlight-text-html-basic .pl-ent{color:#cc7833!important}.pl-token.active,.pl-token:hover{background:#ffc66f!important;color:#323232!important} EOT;\n KR theme \"KR theme\" <<<EOT\n /*! GitHub: KR theme *\\/:root{--ghd-code-background:#0b0a09;--ghd-code-color:#fcffe0}.pl-c,.pl-c span{color:#706d5b!important;font-style:italic!important}.pl-c1{color:rgba(210,117,24,.76)!important}.pl-e,.pl-en{color:#fcffe0!important}.pl-ent{color:#babd9c!important}.pl-k{color:#949c8b!important}.pl-mb{color:rgba(210,117,24,.76)!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#949c8b!important}.pl-mh,.pl-mh .pl-en{color:#9fc28a!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#949c8b!important}.pl-mq{color:#706d5b!important}.pl-mr,.pl-ms{color:#949c8b!important}.pl-pds{color:rgba(164,161,181,.8)!important}.pl-s{color:#949c8b!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:rgba(164,161,181,.8)!important}.pl-s1 .pl-s2{color:#babd9c!important}.pl-s1 .pl-v{color:#949c8b!important}.pl-s3{color:#85873a!important}.pl-sc{color:#fcffe0!important}.pl-smi,.pl-smp{color:#babd9c!important}.pl-sr{color:rgba(125,255,192,.65)!important}.pl-sr .pl-cce{color:#9fc28a!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:rgba(125,255,192,.65)!important}.pl-st{color:#949c8b!important}.pl-stj{color:#babd9c!important}.pl-sv{color:rgba(210,117,24,.76)!important}.pl-v{color:#fcffe0!important}.pl-vo,.pl-vpf{color:#d1a796!important}.pl-mdht,.pl-mi1{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#f8f8f8!important;background:#a41300!important}.pl-bu,.pl-ii{color:#d1a796!important;background:#a41300!important}.highlight .pl-corl span.x,.pl-corl{color:#949c8b!important;text-decoration:underline!important}.highlight-source-js .pl-s3,.highlight-source-js .pl-v{color:#ff80e1!important}.highlight-source-js .pl-st{color:#ffee80!important}.pl-token.active,.pl-token:hover{background:#fcffe0!important;color:#0b0a09!important} EOT;\n Merbivore Soft \"Merbivore Soft\" <<<EOT\n /*! GitHub: Merbivore Soft *\\/:root{--ghd-code-background:#1c1c1c;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#ad2ea4!important;font-style:italic!important}.pl-c1{color:#b3e5b4!important}.pl-e,.pl-en{color:#e1c582!important}.pl-ent{font-style:italic!important}.pl-ent,.pl-k{color:#fc6f09!important}.pl-mb{color:#8ec65f!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#fc6f09!important}.pl-mh,.pl-mh .pl-en{color:#8ec65f!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#fc6f09!important}.pl-mq{color:#ad2ea4!important}.pl-mr,.pl-ms{color:#fc6f09!important}.pl-pds{color:#8ec65f!important}.pl-s{color:#fc6f09!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#8ec65f!important}.pl-s1 .pl-s2,.pl-s1 .pl-v{color:#fc6f09!important}.pl-s3{color:#e6e1dc!important}.pl-sc{color:#68c1d8!important}.pl-smi,.pl-smp,.pl-sr{color:#fc6f09!important}.pl-sr .pl-cce{color:#b3e5b4!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#e1c582!important}.pl-st,.pl-stj{color:#fc6f09!important}.pl-sv{color:#8ec65f!important}.pl-v{color:#fc6f09!important}.pl-vo,.pl-vpf{color:#e6e1dc!important}.pl-mdht,.pl-mi1{color:#e6e1dc!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#e6e1dc!important;background:#fe3838!important}.pl-bu,.pl-ii{color:#fff!important;background:#fe3838!important}.highlight .pl-corl span.x,.pl-corl{color:#fc6f09!important;text-decoration:underline!important}.highlight-source-css .pl-e{color:#e6e1dc!important}.highlight-source-js .pl-c1{color:#e1c582!important}.highlight-source-js .pl-sc{color:#e6e1dc!important}.highlight-text-html-php .pl-s3{color:#fc6f09!important}.highlight-source-css .pl-s3{color:#68c1d8!important}.highlight-source-python .pl-c1{color:#e1c582!important}.pl-token.active,.pl-token:hover{background:#fc6f09!important;color:#e6e1dc!important} EOT;\n Merbivore \"Merbivore\" <<<EOT\n /*! GitHub: Merbivore *\\/:root{--ghd-code-background:#161616;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#ad2ea4!important;font-style:italic!important}.pl-c1{color:#519f50!important}.pl-e,.pl-en{color:#fdc251!important}.pl-ent,.pl-k{color:#fc6f09!important}.pl-mb{color:#8dff0a!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#fc6f09!important}.pl-mh,.pl-mh .pl-en{color:#8dff0a!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#fc6f09!important}.pl-mq{color:#ad2ea4!important}.pl-mr,.pl-ms{color:#fc6f09!important}.pl-pds{color:#8dff0a!important}.pl-s{color:#fc6f09!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#8dff0a!important}.pl-s1 .pl-s2,.pl-s1 .pl-v{color:#fc6f09!important}.pl-s3{color:#e6e1dc!important}.pl-sc{color:#1edafb!important}.pl-smi,.pl-smp,.pl-sr{color:#fc6f09!important}.pl-sr .pl-cce{color:#519f50!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#fdc251!important}.pl-st,.pl-stj{color:#fc6f09!important}.pl-sv{color:#8dff0a!important}.pl-v{color:#fc6f09!important}.pl-vo,.pl-vpf{color:#e6e1dc!important}.pl-mdht,.pl-mi1{color:#e6e1dc!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#e6e1dc!important;background:#900!important}.pl-bu,.pl-ii{color:#fff!important;background:#900!important}.highlight .pl-corl span.x,.pl-corl{color:#fc6f09!important;text-decoration:underline!important}.highlight-source-css .pl-e{color:#e6e1dc!important}.highlight-source-js .pl-c1{color:#fdc251!important}.highlight-source-js .pl-sc{color:#e6e1dc!important}.highlight-text-html-php .pl-s3{color:#fc6f09!important}.highlight-source-css .pl-s3{color:#1edafb!important}.highlight-source-python .pl-c1{color:#fdc251!important}.pl-token.active,.pl-token:hover{background:#fc6f09!important;color:#e6e1dc!important} EOT;\n Mono Industrial clear \"Mono Industrial clear\" <<<EOT\n /*! GitHub: Mono Industrial clear *\\/:root{--ghd-code-background:#222c28;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#666c68!important;background-color:#304830!important}.pl-c1{color:#e98800!important}.pl-e,.pl-en{color:#a8b3ab!important}.pl-ent,.pl-k{color:#a39e64!important}.pl-mb{color:#e98800!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#a39e64!important}.pl-mh,.pl-mh .pl-en{color:#5778b6!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#a39e64!important}.pl-mq{color:#666c68!important}.pl-mr,.pl-ms{color:#a39e64!important}.pl-pds{color:#fff!important}.pl-s{color:#c23b00!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#fff!important}.pl-s1 .pl-s2{color:#c23b00!important}.pl-s1 .pl-v{color:#a39e64!important}.pl-s3{color:#5778b6!important}.pl-sc{color:#fff!important}.pl-smi,.pl-smp{color:#c23b00!important}.pl-sr{color:#fff!important;background-color:#151c19!important}.pl-sr .pl-cce{color:#5778b6!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src,.pl-st,.pl-stj{color:#c23b00!important}.pl-sv{color:#e98800!important}.pl-v{color:#5778b6!important}.pl-vo{color:#a8b3ab!important}.pl-vpf{color:#5778b6!important}.pl-mi1{background:rgba(0,150,0,.68)!important}.pl-mdht,.pl-mi1{color:#fff!important}.pl-mdht{background:rgba(0,153,0,.68)!important}.pl-md,.pl-mdhf{color:#fff!important;background:rgba(153,0,0,.68)!important}.pl-bu,.pl-ii{color:#fff!important;background:#c23b00!important}.highlight .pl-corl span.x,.pl-corl{color:#c23b00!important;text-decoration:underline!important}.highlight-source-css .pl-ent{color:#e98800!important}.highlight-text-html-php .pl-s,.highlight-text-html-php .pl-st{color:#a39e64!important}.highlight-text-html-php .pl-s3{color:#588e60!important}.highlight-source-python .pl-st{color:#a39e64!important}.pl-token.active,.pl-token:hover{background:#fff!important;color:#222c28!important} EOT;\n Mono Industrial \"Mono Industrial\" <<<EOT\n /*! GitHub: Mono Industrial *\\/:root{--ghd-code-background:#222c28;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#666c68!important;background-color:#151c19!important}.pl-c1{color:#e98800!important}.pl-e,.pl-en{color:#a8b3ab!important}.pl-ent,.pl-k{color:#a39e64!important}.pl-mb{color:#e98800!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#a39e64!important}.pl-mh,.pl-mh .pl-en{color:#5778b6!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#a39e64!important}.pl-mq{color:#666c68!important}.pl-mr,.pl-ms{color:#a39e64!important}.pl-pds{color:#fff!important}.pl-s{color:#c23b00!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#fff!important}.pl-s1 .pl-s2{color:#c23b00!important}.pl-s1 .pl-v{color:#a39e64!important}.pl-s3{color:#5778b6!important}.pl-sc{color:#fff!important}.pl-smi,.pl-smp{color:#c23b00!important}.pl-sr{color:#fff!important;background-color:#151c19!important}.pl-sr .pl-cce{color:#5778b6!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src,.pl-st,.pl-stj{color:#c23b00!important}.pl-sv{color:#e98800!important}.pl-v{color:#5778b6!important}.pl-vo{color:#a8b3ab!important}.pl-vpf{color:#5778b6!important}.pl-mdht,.pl-mi1{color:#fff!important;background:rgba(0,153,0,.68)!important}.pl-md,.pl-mdhf{color:#fff!important;background:rgba(153,0,0,.68)!important}.pl-bu,.pl-ii{color:#fff!important;background:#c23b00!important}.highlight .pl-corl span.x,.pl-corl{color:#c23b00!important;text-decoration:underline!important}.highlight-source-css .pl-ent{color:#e98800!important}.highlight-text-html-php .pl-s,.highlight-text-html-php .pl-st{color:#a39e64!important}.highlight-text-html-php .pl-s3{color:#588e60!important}.highlight-source-python .pl-st{color:#a39e64!important}.pl-token.active,.pl-token:hover{background:#fff!important;color:#222c28!important} EOT;\n Monokai - Spacegray Eighties \"Monokai - Spacegray Eighties\" <<<EOT\n /*! GitHub: Monokai - Spacegray Eighties *\\/:root{--ghd-code-background:#1c1c1c;--ghd-code-color:#f8f8f8}.pl-c,.pl-c span{color:grey!important}.pl-c1,.pl-cce{color:#66d9ef!important}.pl-cn,.pl-coc{color:#ae81ff!important}.pl-cos{color:#e6db74!important}.pl-e{color:#f92672!important}.pl-ef{color:#a6e22e!important}.pl-en{color:#f92672!important}.pl-enc{color:#66d9ef!important}.pl-enf,.pl-enm{color:#a6e22e!important}.pl-ens{color:#66d9ef!important}.pl-ent{color:#f92672!important}.pl-entc,.pl-enti{color:#a6e22e!important}.pl-enti{font-weight:700!important}.pl-entm{color:#a6e22e!important}.pl-eoa{color:#f92672!important}.pl-eoac,.pl-eoac .pl-pde{color:#a6e22e!important}.pl-eoai,.pl-eoai .pl-pde{color:#f92672!important}.pl-eoi,.pl-k{color:#a6e22e!important}.pl-ko,.pl-kolp{color:#f92672!important}.pl-kos,.pl-kou{color:#66d9ef!important}.pl-mai .pl-sf{color:#a6e22e!important}.pl-mb{color:#e6db74!important;font-weight:700!important}.pl-mc{color:#f92672!important}.pl-mh .pl-pdh{color:#66d9ef!important}.pl-mi{color:#f92672!important;font-style:italic!important}.pl-ml{color:#e6db74!important}.pl-mm{color:#a6e22e!important}.pl-mp,.pl-mp1 .pl-sf,.pl-mq{color:#66d9ef!important}.pl-mr,.pl-ms{color:#f92672!important}.pl-pdb{color:#e6db74!important;font-weight:700!important}.pl-pdc{color:#75715e!important;font-style:italic!important}.pl-pdc1{color:#ae81ff!important}.pl-pde{color:#66d9ef!important}.pl-pdi{color:#f92672!important;font-style:italic!important}.pl-pds{color:#f8f8f8!important}.pl-pdv{color:#a6e22e!important}.pl-pse,.pl-pse .pl-s2{color:#66d9ef!important}.pl-s,.pl-s1{color:#e6db74!important}.pl-s2{color:#f8f8f8!important}.pl-mp .pl-s3{color:#66d9ef!important}.pl-s3{color:#f92672!important}.pl-sc{color:#fd971f!important}.pl-scp{color:#ae81ff!important}.pl-sf{color:#fd971f!important}.pl-smc{color:#f92672!important}.pl-smi{color:#fd971f!important}.pl-smp,.pl-sok{color:#f92672!important}.pl-sol{color:#e6db74!important}.pl-som,.pl-sr{color:#a6e22e!important}.pl-sra,.pl-src,.pl-sre{color:#f92672!important}.pl-st{color:#66d9ef!important}.pl-stj{color:#f8f8f8!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#f92672!important}.pl-vo{color:#a6e22e!important}.pl-vpf{color:#f92672!important}.pl-mdht,.pl-mi1{color:#a6e22e!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#f92672!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#66d9ef!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#a6e22e!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#f92672!important;color:#272822!important}.pl-mo{color:#fd971f!important}.pl-mri{color:#66d9ef!important}.pl-ms1{background-color:#fd971f!important}.pl-va,.pl-vpu{color:#66d9ef!important}.pl-entl{color:#fd971f!important}.highlight .pl-corl span.x,.pl-corl{color:#e6db74!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#a6e22e!important;color:#1c1c1c!important} EOT;\n Monokai \"Monokai\" <<<EOT\n /*! GitHub: Monokai *\\/:root{--ghd-code-background:#272822;--ghd-code-color:#f8f8f2}.pl-c,.pl-c span{color:#75715e!important;font-style:italic!important}.pl-c1{color:#ae81ff!important}.pl-cce,.pl-cn,.pl-coc{color:#66d9ef!important}.pl-cos{color:#e6db74!important}.pl-e,.pl-ef,.pl-en{color:#a6e22e!important}.pl-enc{color:#66d9ef!important}.pl-enf,.pl-enm{color:#a6e22e!important}.pl-ens{color:#66d9ef!important}.pl-ent{color:#f92672!important}.pl-entc,.pl-enti{color:#a6e22e!important}.pl-enti{font-weight:700!important}.pl-entm{color:#a6e22e!important}.pl-eoa{color:#f92672!important}.pl-eoac,.pl-eoac .pl-pde{color:#a6e22e!important}.pl-eoai,.pl-eoai .pl-pde{color:#f92672!important}.pl-eoi{color:#a6e22e!important}.pl-k,.pl-ko,.pl-kolp{color:#f92672!important}.pl-kos,.pl-kou{color:#66d9ef!important}.pl-mai .pl-sf{color:#a6e22e!important}.pl-mb{color:#e6db74!important;font-weight:700!important}.pl-mc{color:#f92672!important}.pl-mh .pl-pdh{color:#66d9ef!important}.pl-mi{color:#f92672!important;font-style:italic!important}.pl-ml{color:#e6db74!important}.pl-mm{color:#a6e22e!important}.pl-mp,.pl-mp1 .pl-sf,.pl-mq{color:#66d9ef!important}.pl-mr,.pl-ms{color:#f92672!important}.pl-pdb{color:#e6db74!important;font-weight:700!important}.pl-pdc{color:#75715e!important;font-style:italic!important}.pl-pdc1{color:#ae81ff!important}.pl-pde{color:#66d9ef!important}.pl-pdi{color:#f92672!important;font-style:italic!important}.pl-pds{color:#e6db74!important}.pl-pdv{color:#a6e22e!important}.pl-pse,.pl-pse .pl-s2{color:#66d9ef!important}.pl-s,.pl-s1{color:#e6db74!important}.pl-s2{color:#f8f8f2!important}.pl-mp .pl-s3{color:#66d9ef!important}.pl-s3{color:#f92672!important}.pl-sc{color:#fd971f!important}.pl-scp{color:#ae81ff!important}.pl-sf{color:#fd971f!important}.pl-smc{color:#f92672!important}.pl-smi{color:#66d9ef!important}.pl-smp,.pl-sok{color:#f92672!important}.pl-sol{color:#e6db74!important}.pl-som,.pl-sr{color:#a6e22e!important}.pl-sra,.pl-src,.pl-sre{color:#f92672!important}.pl-st{color:#66d9ef!important}.pl-stj{color:#f8f8f2!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#66d9ef!important}.pl-vo{color:#a6e22e!important}.pl-vpf{color:#66d9ef!important}.pl-mdht,.pl-mi1{color:#a6e22e!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#f92672!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#66d9ef!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#a6e22e!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#a6e22e!important;color:#272822!important}.pl-mo{color:#fd971f!important}.pl-mri{color:#66d9ef!important}.pl-ms1{background-color:#fd971f!important}.pl-va,.pl-vpu{color:#66d9ef!important}.pl-entl{color:#fd971f!important}.highlight .pl-corl span.x,.pl-corl{color:#e6db74!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#a6e22e!important;color:#272822!important} EOT;\n Obsidian \"Obsidian\" <<<EOT\n /*! GitHub: Obsidian *\\/:root{--ghd-code-background:#293134;--ghd-code-color:#e0e2e4}.pl-c,.pl-c span{color:#66747b!important;font-style:italic!important}.pl-c1{color:#ffcd22!important}.pl-e,.pl-en{color:#93c763!important}.pl-ent,.pl-k{color:#e0e2e4!important}.pl-mb{color:#ec7600!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#93c763!important}.pl-mh,.pl-mh .pl-en{color:#66747b!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#93c763!important}.pl-mq{color:#66747b!important}.pl-mr,.pl-ms{color:#93c763!important}.pl-pds,.pl-s{color:#ec7600!important}.pl-s1{color:#e0e2e4!important}.pl-s1 .pl-pse .pl-s2{color:#ec7600!important}.pl-s1 .pl-s2{color:#e0e2e4!important}.pl-s1 .pl-v,.pl-s3{color:#93c763!important}.pl-sc{color:#96989a!important}.pl-smi,.pl-smp{color:#e0e2e4!important}.pl-sr{color:#d39745!important}.pl-sr .pl-cce{color:#ffcd22!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#d39745!important}.pl-st{color:#da4236!important}.pl-stj{color:#e0e2e4!important}.pl-sv{color:#ec7600!important}.pl-v{color:#678cb1!important}.pl-vo,.pl-vpf{color:#e0e2e4!important}.pl-mdht,.pl-mi1{color:#e0e2e4!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#e0e2e4!important;background:rgba(64,0,0,.5)!important}.pl-bu,.pl-ii{color:#da4236!important;background:#400000!important}.highlight .pl-corl span.x,.pl-corl{color:#ec7600!important;text-decoration:underline!important}.pl-c1>.pl-c1{color:#678cb1!important}.pl-token.active,.pl-token:hover{background:#678cb1!important;color:#e0e2e4!important} EOT;\n One Dark \"One Dark\" <<<EOT\n /*! GitHub: One Dark *\\/:root{--ghd-code-background:#141414;--ghd-code-color:#abb2bf}.pl-c,.pl-c span{color:#5c6370!important;font-style:italic!important}.pl-c1{color:#d19a66!important}.pl-sr .pl-cce{color:#56b6c2!important;font-weight:400!important}.pl-cn,.pl-e{color:#d19a66!important}.pl-ef{color:#61afef!important}.pl-en{color:#d19a66!important}.pl-enc{color:#e5c07b!important}.pl-enf{color:#61afef!important}.pl-enm{color:#abb2bf!important}.pl-ens{color:#be5046!important}.pl-ent{color:#e06c75!important}.pl-entc{color:#e5c07b!important}.pl-enti{color:#56b6c2!important}.pl-entm{color:#e06c75!important}.pl-eoa,.pl-eoac,.pl-eoac .pl-pde{color:#d19a66!important}.pl-eoai{color:#61afef!important}.pl-eoi{color:#98c379!important}.pl-k{color:#c678dd!important}.pl-ko{color:#abb2bf!important}.pl-kolp{color:#c678dd!important}.pl-kos{color:#61afef!important}.pl-kou{color:#d19a66!important}.pl-mai .pl-sf{color:#56b6c2!important}.pl-mb{color:#d19a66!important;font-weight:700!important}.pl-mc{color:#c678dd!important}.pl-mh{color:#e06c75!important}.pl-mh .pl-pdh{color:#61afef!important}.pl-mi{color:#c678dd!important;font-style:italic!important}.pl-ml{color:#56b6c2!important}.pl-mm{color:#d19a66!important}.pl-mp{color:#828997!important}.pl-mp1 .pl-sf{color:#abb2bf!important}.pl-mq{color:#d19a66!important}.pl-mr{color:#61afef!important}.pl-ms{color:#abb2bf!important}.pl-pdb{color:#e5c07b!important;font-weight:700!important}.pl-pdc{color:#5c6370!important;font-style:italic!important}.pl-pdc1{color:#abb2bf!important}.pl-pde,.pl-pdi{color:#c678dd!important}.pl-pdi{font-style:italic!important}.pl-pds{color:#98c379!important}.pl-pdv{color:#e06c75!important}.pl-pse .pl-s1{color:#98c379!important}.pl-pse .pl-s2{color:#e5c07b!important}.pl-s,.pl-s1{color:#98c379!important}.pl-s2{color:#e5c07b!important}.pl-mp .pl-s3,.pl-s3{color:#d19a66!important}.pl-sc{color:#e5c07b!important}.pl-scp{color:#abb2bf!important}.pl-sf{color:#56b6c2!important}.pl-smc{color:#abb2bf!important}.pl-smi{color:#e06c75!important}.pl-smp{color:#e5c07b!important}.pl-sok{color:#d19a66!important}.pl-sol{color:#e06c75!important}.pl-som{color:#abb2bf!important}.pl-sr,.pl-sr .pl-sra,.pl-src{color:#56b6c2!important}.pl-sr .pl-sre{color:#e5c07b!important}.pl-st{color:#56b6c2!important}.pl-stj{color:#e5c07b!important}.pl-stp{color:#828997!important}.pl-sv{color:#d19a66!important}.pl-v{color:#e5c07b!important}.pl-vi{color:#be5046!important}.pl-vo{color:#56b6c2!important}.pl-vpf{color:#abb2bf!important}.pl-mdht,.pl-mi1{color:#98c379!important;background:#020!important}.pl-md,.pl-mdhf{color:#e06c75!important;background:#200!important}.pl-mdr{color:#abb2bf!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#e06c75!important;font-weight:400!important}.pl-corl{color:#e06c75!important;text-decoration:underline!important}.pl-ib{background-color:#e06c75!important}.pl-bu,.pl-ii{background-color:#e05252!important}.pl-mo{color:#abb2bf!important}.pl-mri{color:#98c379!important}.pl-ms1{background-color:#373b41!important}.pl-ms1,.pl-va,.pl-vpu{color:#abb2bf!important}.pl-entl{color:#e06c75!important}.pl-token.active,.pl-token:hover{background:#61afef!important;color:#141414!important} EOT;\n Pastel on Dark \"Pastel on Dark\" <<<EOT\n /*! GitHub: Pastel on Dark *\\/:root{--ghd-code-background:#2c2828;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#a6c6ff!important;font-style:italic!important}.pl-c1{color:#a5c261!important}.pl-cce{color:#afa472!important}.pl-cn{color:#ccc!important}.pl-coc{color:#757ad8!important}.pl-cos{color:#66a968!important}.pl-e{color:#e6e1dc!important}.pl-ef{color:#aeb2f8!important}.pl-en{color:#e6e1dc!important}.pl-enc{color:#757ad8!important}.pl-enf,.pl-enm{color:#aeb2f8!important}.pl-ens{color:#757ad8!important}.pl-ent{color:#6782d3!important}.pl-entc,.pl-enti{color:#aeb2f8!important}.pl-enti{font-weight:700!important}.pl-entm{color:#aeb2f8!important}.pl-eoa{color:#e6e1dc!important}.pl-eoac,.pl-eoac .pl-pde{color:#aeb2f8!important}.pl-eoai,.pl-eoai .pl-pde{color:#e6e1dc!important}.pl-eoi{color:#aeb2f8!important}.pl-k{color:#757ad8!important}.pl-ko,.pl-kolp{color:#e6e1dc!important}.pl-kos,.pl-kou{color:#757ad8!important}.pl-mai .pl-sf{color:#aeb2f8!important}.pl-mb{color:#66a968!important;font-weight:700!important}.pl-mc{color:#e6e1dc!important}.pl-mh .pl-pdh{color:#757ad8!important}.pl-mi{color:#e6e1dc!important;font-style:italic!important}.pl-ml{color:#66a968!important}.pl-mm{color:#aeb2f8!important}.pl-mp,.pl-mp1 .pl-sf,.pl-mq{color:#757ad8!important}.pl-mr,.pl-ms{color:#e6e1dc!important}.pl-pdb{color:#66a968!important;font-weight:700!important}.pl-pdc{color:#a6c6ff!important;font-style:italic!important}.pl-pdc1{color:#4fb7c5!important}.pl-pde{color:#757ad8!important}.pl-pdi{color:#e6e1dc!important;font-style:italic!important}.pl-pds{color:#ad9361!important}.pl-pdv{color:#aeb2f8!important}.pl-pse,.pl-pse .pl-s2,.pl-s{color:#757ad8!important}.pl-s1{color:#ad9361!important}.pl-s2{color:#8f938f!important}.pl-mp .pl-s3{color:#757ad8!important}.pl-s3{color:#e6e1dc!important}.pl-sc{color:#757ad8!important}.pl-scp{color:#4fb7c5!important}.pl-sf{color:#bebf55!important}.pl-smc{color:#aeb2f8!important}.pl-smi,.pl-smp{color:#bebf55!important}.pl-sok{color:#e6e1dc!important}.pl-sol{color:#66a968!important}.pl-som,.pl-sr{color:#aeb2f8!important}.pl-sra{color:#797878!important}.pl-src,.pl-sre{color:#e9c062!important}.pl-st{color:#a5c261!important}.pl-stj{color:#8f938f!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#757ad8!important}.pl-vo{color:#a5c261!important}.pl-vpf{color:#757ad8!important}.pl-mdht,.pl-mi1{color:#66a968!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#aeb2f8!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#757ad8!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#bebf55!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#aeb2f8!important;color:#fff!important}.pl-mo{color:#bebf55!important}.pl-mri{color:#757ad8!important}.pl-ms1{background-color:#bebf55!important}.pl-va,.pl-vpu{color:#757ad8!important}.pl-entl{color:#bebf55!important}.highlight .pl-corl span.x,.pl-corl{color:#757ad8!important;text-decoration:underline!important}.highlight-source-css .pl-v{color:#ad9361!important}.highlight-text-html-basic .pl-e{color:#6782d3!important}.highlight-text-tex .pl-s3{color:#757ad8!important}.pl-token.active,.pl-token:hover{background:#757ad8!important;color:#e6e1dc!important} EOT;\n Railscasts \"Railscasts\" <<<EOT\n /*! GitHub: Railscasts *\\/:root{--ghd-code-background:#282828;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#bc9458!important;font-style:italic!important}.pl-c1{color:#6d9cbe!important}.pl-sr .pl-cce{font-weight:400!important}.pl-cn,.pl-sr .pl-cce{color:#a5c261!important}.pl-coc{color:#6d9cbe!important}.pl-cos{color:#cc7833!important}.pl-e,.pl-ef,.pl-en{color:#ffc66d!important}.pl-enc{color:#fff!important}.pl-enf,.pl-enm{color:#ffc66d!important}.pl-ens,.pl-ent{color:#fff!important}.pl-entc,.pl-enti{color:#ffc66d!important}.pl-enti{font-weight:700!important}.pl-entm{color:#ffc66d!important}.pl-eoa{color:#fff!important}.pl-eoac,.pl-eoac .pl-pde{color:#ffc66d!important}.pl-eoai,.pl-eoai .pl-pde{color:#fff!important}.pl-eoi{color:#ffc66d!important}.pl-k,.pl-ko,.pl-kolp{color:#cc7833!important}.pl-kos,.pl-kou{color:#6d9cbe!important}.pl-mai .pl-sf{color:#ffc66d!important}.pl-mb{color:#cc7833!important;font-weight:700!important}.pl-mc,.pl-mh{color:#fff!important}.pl-mh{font-weight:400!important}.pl-mh .pl-pdh{color:#fff!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml{color:#cc7833!important}.pl-mm{color:#ffc66d!important}.pl-mp{color:#fff!important}.pl-mp1 .pl-sf{color:#ffc66d!important}.pl-mq{color:#fff!important}.pl-mr,.pl-ms,.pl-pdb{color:#cc7833!important}.pl-pdb{font-weight:700!important}.pl-pdc{color:#bc9458!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#fff!important}.pl-pdi{font-style:italic!important}.pl-pdi,.pl-pds{color:#cc7833!important}.pl-pdv{color:#ffc66d!important}.pl-pse,.pl-pse .pl-s1{color:#a5c261!important}.pl-pse .pl-s2{color:#e6e1dc!important}.pl-s{color:#a5c261!important}.pl-s1{color:#cc7833!important}.pl-s2{color:#ccc!important}.pl-mp .pl-s3,.pl-s3,.pl-sc{color:#cc7833!important}.pl-scp{color:#fff!important}.pl-sf{color:#cc7833!important}.pl-smc{color:#da4939!important}.pl-smi{color:#d0d0ff!important}.pl-smp{color:#ccc!important}.pl-sok{color:#da4939!important}.pl-sol{color:#cc7833!important}.pl-som,.pl-sr{color:#ffc66d!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#da4939!important}.pl-st{color:#cc7833!important}.pl-stj{color:#ccc!important}.pl-stp,.pl-sv{color:#cc7833!important}.pl-v{color:#d0d0ff!important}.pl-vi{color:#cc7833!important}.pl-vo{color:#ffc66d!important}.pl-vpf{color:#cc7833!important}.pl-mi1{color:#a6e22e!important;background:#200!important}.pl-mdht{color:#e6e1dc!important;background:#2f33ab!important}.pl-md{color:#f92672!important;background:#200!important}.pl-mdhf{color:#e6e1dc!important;background:#2f33ab!important}.pl-mdr{color:#fff!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#ffc66d!important;font-weight:400!important}.pl-corl{text-decoration:underline!important}.pl-bu,.pl-ii{background-color:#900!important;color:#fff!important}.pl-mo{color:#969896!important}.pl-mri{color:teal!important}.pl-ms1{background-color:#f5f5f5!important}.pl-va,.pl-vpu{color:teal!important}.pl-entl{color:#ccc!important}.highlight .pl-corl span.x,.pl-corl{color:#a5c261!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#ffc66d!important;color:#282828!important} EOT;\n Solarized Dark \"Solarized Dark\" <<<EOT\n /*! GitHub: Solarized Dark *\\/:root{--ghd-code-background:#002b36;--ghd-code-color:#839496}.pl-c,.pl-c span{color:#586e75!important;font-style:italic!important}.pl-c1{color:#2aa198!important}.pl-e,.pl-en,.pl-ent{color:#268bd2!important}.pl-k{color:#859900!important}.pl-mb{color:#2aa198!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#859900!important}.pl-mh,.pl-mh .pl-en{color:#cb4b16!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#859900!important}.pl-mq{color:#586e75!important}.pl-mr,.pl-ms{color:#859900!important}.pl-pds{color:#2aa198!important}.pl-s{color:#268bd2!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#2aa198!important}.pl-s1 .pl-s2{color:#839496!important}.pl-s1 .pl-v,.pl-s3{color:#859900!important}.pl-sc{color:#cb4b16!important}.pl-smi,.pl-smp{color:#839496!important}.pl-sr{color:#d30102!important}.pl-sr .pl-cce{color:#cb4b16!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#d30102!important}.pl-st{color:#dc322f!important}.pl-stj{color:#839496!important}.pl-sv{color:#2aa198!important}.pl-v{color:#268bd2!important}.pl-vo,.pl-vpf{color:#839496!important}.pl-mdht,.pl-mi1{color:#839496!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#839496!important;background:rgba(64,0,0,.5)!important}.pl-bu,.pl-ii{color:#839496!important;background:#400000!important}.highlight .pl-corl span.x,.pl-corl{color:#268bd2!important;text-decoration:underline!important}.highlight-source-css .pl-k{color:#586e75!important}.highlight-source-c\\+\\+ .pl-s{color:#dc322f!important}.pl-token.active,.pl-token:hover{background:#268bd2!important;color:#002b36!important} EOT;\n Terminal \"Terminal\" <<<EOT\n /*! GitHub: Terminal *\\/:root{--ghd-code-background:#000;--ghd-code-color:#dedede}.pl-c,.pl-c span{color:#ff4500!important;font-style:italic!important}.pl-c1{color:#e78c45!important}.pl-e,.pl-en{color:#d54e53!important}.pl-ent,.pl-k{color:tomato!important}.pl-mb{color:#e78c45!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:tomato!important}.pl-mh,.pl-mh .pl-en{color:#b9ca4a!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:tomato!important}.pl-mq{color:#ff4500!important}.pl-mr,.pl-ms{color:tomato!important}.pl-pds{color:#b9ca4a!important}.pl-s{color:tomato!important}.pl-s1{color:#b9ca4a!important}.pl-s1 .pl-pse .pl-s2{color:#e78c45!important}.pl-s1 .pl-s2{color:#7aa6da!important}.pl-s1 .pl-v{color:tomato!important}.pl-s3{color:#d54e53!important}.pl-sc{color:#dedede!important}.pl-smi,.pl-smp{color:#7aa6da!important}.pl-sr{color:#d54e53!important}.pl-sr .pl-cce{color:#b9ca4a!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#d54e53!important}.pl-st{color:tomato!important}.pl-stj{color:#7aa6da!important}.pl-sv{color:#e78c45!important}.pl-v{color:#d54e53!important}.pl-vo{color:#7aa6da!important}.pl-vpf{color:#e78c45!important}.pl-mdht,.pl-mi1{color:#dedede!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#dedede!important;background:red!important}.pl-bu,.pl-ii{color:tomato!important;background:#900!important}.highlight .pl-corl span.x,.pl-corl{color:tomato!important;text-decoration:underline!important}.highlight-source-css .pl-k{color:#dedede!important}.highlight-source-css .pl-s3,.highlight-source-css .pl-sc{color:#e7c547!important}.highlight-source-css .pl-ent{color:#dedede!important}.highlight-text-html-basic .pl-ent{color:#d54e53!important}.highlight-source-js .pl-k{color:#ff1493!important}.highlight-text-html-php .pl-s3{color:#7aa6da!important}.highlight-text-html-php .pl-vo{color:#d54e53!important}.highlight-source-python .pl-s3{color:#7aa6da!important}.pl-token.active,.pl-token:hover{background:#dedede!important;color:tomato!important} EOT;\n Tomorrow Night Blue \"Tomorrow Night Blue\" <<<EOT\n /*! GitHub: Tomorrow Night Blue *\\/:root{--ghd-code-background:#002451;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1,.pl-cce,.pl-cn,.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e,.pl-ef,.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf,.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc,.pl-enti{color:#f0c674!important}.pl-enti{font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac,.pl-eoac .pl-pde{color:#c66!important}.pl-eoai,.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k,.pl-ko,.pl-kolp{color:#b294bb!important}.pl-kos,.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp,.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr,.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse,.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi,.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som,.pl-sr{color:#c66!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mdht,.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#c66!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va,.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important}.highlight .pl-corl span.x,.pl-corl{color:#b294bb!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#f0c674!important;color:#000!important} EOT;\n Tomorrow Night Bright \"Tomorrow Night Bright\" <<<EOT\n /*! GitHub: Tomorrow Night Bright *\\/:root{--ghd-code-background:#000;--ghd-code-color:#dedede}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1,.pl-cce,.pl-cn,.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e,.pl-ef,.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf,.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc,.pl-enti{color:#f0c674!important}.pl-enti{font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac,.pl-eoac .pl-pde{color:#c66!important}.pl-eoai,.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k,.pl-ko,.pl-kolp{color:#b294bb!important}.pl-kos,.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp,.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr,.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse,.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi,.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som,.pl-sr{color:#c66!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mdht,.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#c66!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va,.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important}.highlight .pl-corl span.x,.pl-corl{color:#b294bb!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#f0c674!important;color:#000!important} EOT;\n Tomorrow Night Eighties \"Tomorrow Night Eighties\" <<<EOT\n /*! GitHub: Tomorrow Night Eighties *\\/:root{--ghd-code-background:#000;--ghd-code-color:#ccc}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1,.pl-cce,.pl-cn,.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e,.pl-ef,.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf,.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc,.pl-enti{color:#f0c674!important}.pl-enti{font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac,.pl-eoac .pl-pde{color:#c66!important}.pl-eoai,.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k,.pl-ko,.pl-kolp{color:#b294bb!important}.pl-kos,.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp,.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr,.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse,.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi,.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som,.pl-sr{color:#c66!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mdht,.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#c66!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va,.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important}.highlight .pl-corl span.x,.pl-corl{color:#b294bb!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#f0c674!important;color:#000!important} EOT;\n Tomorrow Night \"Tomorrow Night\" <<<EOT\n /*! GitHub: Tomorrow Night *\\/:root{--ghd-code-background:#1d1f21;--ghd-code-color:#c5c8c6}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1,.pl-cce,.pl-cn,.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e,.pl-ef,.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf,.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc,.pl-enti{color:#f0c674!important}.pl-enti{font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac,.pl-eoac .pl-pde{color:#c66!important}.pl-eoai,.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k,.pl-ko,.pl-kolp{color:#b294bb!important}.pl-kos,.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp,.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr,.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse,.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi,.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som,.pl-sr{color:#c66!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mdht,.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#c66!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va,.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important}.highlight .pl-corl span.x,.pl-corl{color:#b294bb!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#f0c674!important;color:#1d1f21!important} EOT;\n Vibrant Ink \"Vibrant Ink\" <<<EOT\n /*! GitHub: Vibrant Ink *\\/:root{--ghd-code-background:#0f0f0f;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#93c!important;font-style:italic!important}.pl-c1{color:#399!important}.pl-e,.pl-en{color:#f60!important}.pl-ent{color:#fc0!important}.pl-k{color:#9c9!important}.pl-mb{color:#6f0!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#f60!important}.pl-mh,.pl-mh .pl-en{color:#9c9!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#f60!important}.pl-mq{color:#93c!important}.pl-mr,.pl-ms{color:#f60!important}.pl-pds{color:#6f0!important}.pl-s{color:#fc0!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#6f0!important}.pl-s1 .pl-s2{color:#399!important}.pl-s1 .pl-v{color:#f60!important}.pl-s3{color:#fc0!important}.pl-sc{color:#fff!important}.pl-smi,.pl-smp{color:#399!important}.pl-sr{color:#44b4cc!important}.pl-sr .pl-cce{color:#9c9!important}.pl-sr .pl-sra,.pl-sr .pl-sre{color:#44b4cc!important}.pl-src{color:#6f0!important}.pl-st{color:#f60!important}.pl-stj{color:#399!important}.pl-sv{color:#6f0!important}.pl-v{color:#fc0!important}.pl-vo{color:#399!important}.pl-vpf{color:#fff!important}.pl-mdht,.pl-mi1{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#fff!important;background:rgba(64,0,0,.5)!important}.pl-bu,.pl-ii{color:#f60!important;background:#400000!important}.highlight .pl-corl span.x,.pl-corl{color:#fc0!important;text-decoration:underline!important}.highlight-source-css .pl-c1{color:#9c9!important}.highlight-source-css .pl-ent{color:#399!important}.highlight-source-css .pl-s3{color:#fff!important}.highlight-source-css .pl-sc{color:#399!important}.highlight-text-html-basic .pl-ent{color:#f60!important}.highlight-text-html-basic .pl-e{color:#9c9!important}.highlight-source-js .pl-vpf{color:#fc0!important}.highlight-text-html-php .pl-s,.highlight-text-html-php .pl-s3{color:#f60!important}.highlight-text-html-php .pl-vo{color:#fc0!important}.highlight-source-c\\+\\+ .pl-s3{color:#fff!important}.pl-token.active,.pl-token:hover{background:#fff!important;color:#f60!important} EOT;\n}\n@advanced dropdown syntax-codemirror \"CodeMirror syntax theme\" {\n Twilight \"Twilight\" <<<EOT\n /*! CodeMirror: Twilight *\\/.CodeMirror-gutters{background:#222!important;border-right:1px solid #484848!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#aaa!important}.CodeMirror-cursor{border-left:1px solid #fff!important}.CodeMirror-activeline-background{background:#27282e!important}.CodeMirror-matchingbracket{outline:1px solid grey!important;color:#fff!important}.cm-keyword{color:#f9ee98!important}.cm-atom{color:#fc0!important}.cm-number{color:#ca7841!important}.cm-def{color:#8da6ce!important}.cm-variable-2,.cm-variable-3,span.cm-def,span.cm-tag{color:#607392!important}.cm-operator{color:#cda869!important}.cm-comment{color:#777!important;font-style:italic!important;font-weight:400!important}.cm-string{color:#8f9d6a!important}.cm-string-2{color:#bd6b18!important}.cm-meta{background-color:#141414!important;color:#f7f7f7!important}.cm-builtin{color:#cda869!important}.cm-tag{color:#997643!important}.cm-attribute{color:#d6bb6d!important}.cm-header{color:#ff6400!important}.cm-hr{color:#aeaeae!important}.cm-link{color:#ad9361!important;font-style:italic!important;text-decoration:none!important}.cm-error{border-bottom:1px solid red!important} EOT;\n Ambiance \"Ambiance\" <<<EOT\n /*! CodeMirror: Ambiance *\\/.cm-header{color:#00f!important}.cm-quote{color:#24c2c7!important}.cm-keyword{color:#cda869!important}.cm-atom{color:#cf7ea9!important}.cm-number{color:#78cf8a!important}.cm-def{color:#aac6e3!important}.cm-variable{color:#ffb795!important}.cm-variable-2{color:#eed1b3!important}.cm-variable-3{color:#faded3!important}.cm-property{color:#eed1b3!important}.cm-operator{color:#fa8d6a!important}.cm-comment{color:#555!important;font-style:italic!important}.cm-string{color:#8f9d6a!important}.cm-string-2{color:#9d937c!important}.cm-meta{color:#d2a8a1!important}.cm-qualifier{color:#ff0!important}.cm-builtin{color:#99c!important}.cm-bracket{color:#24c2c7!important}.cm-tag{color:#fee4ff!important}.cm-attribute{color:#9b859d!important}.cm-hr{color:pink!important}.cm-link{color:#f4c20b!important}.cm-special{color:#ff9d00!important}.cm-error{color:#af2018!important}.CodeMirror-matchingbracket{color:#0f0!important}.CodeMirror-nonmatchingbracket{color:#f22!important}.CodeMirror-selected{background:hsla(0,0%,100%,.15)!important}.CodeMirror-focused div.CodeMirror-selected{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:hsla(0,0%,100%,.1)!important}.CodeMirror{line-height:1.4em!important;color:#e6e1dc!important;background-color:#202020!important;-webkit-box-shadow:inset 0 0 10px #000!important;-moz-box-shadow:inset 0 0 10px #000!important;box-shadow:inset 0 0 10px #000!important}.CodeMirror-gutters{background:#3d3d3d!important;border-right:1px solid #4d4d4d!important;box-shadow:0 10px 20px #000!important}.CodeMirror-linenumber{text-shadow:0 1px 1px #4d4d4d!important;color:#111!important;padding:0 5px!important}.CodeMirror-guttermarker{color:#aaa!important}.CodeMirror-guttermarker-subtle{color:#111!important}.CodeMirror-cursor{border-left:1px solid #7991e8!important}.CodeMirror-activeline-background{background:none repeat scroll 0 0 hsla(0,0%,100%,.031)!important} EOT;\n Base16 Ocean Dark \"Base16 Ocean Dark\" <<<EOT\n /*! CodeMirror: Base16 Ocean Dark *\\/.CodeMirror{background:#2b303b!important;color:#dfe1e8!important}div.CodeMirror-selected{background:#343d46!important}.CodeMirror-gutters{background:#2b303b!important;border-right:0!important}.CodeMirror-linenumber{color:#65737e!important}.CodeMirror-cursor{border-left:1px solid #a7adba!important}span.cm-comment{color:#ab7967!important}span.cm-atom,span.cm-number{color:#b48ead!important}span.cm-attribute,span.cm-property{color:#a3be8c!important}span.cm-keyword{color:#bf616a!important}span.cm-string{color:#ebcb8b!important}span.cm-variable{color:#a3be8c!important}span.cm-variable-2{color:#8fa1b3!important}span.cm-def{color:#d08770!important}span.cm-error{background:#bf616a!important;color:#a7adba!important}span.cm-bracket{color:#dfe1e8!important}span.cm-tag{color:#bf616a!important}span.cm-link{color:#b48ead!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important} EOT;\n Cobalt \"Cobalt\" <<<EOT\n /*! CodeMirror: Cobalt *\\/.CodeMirror{background:#002240!important;color:#fff!important}div.CodeMirror-selected{background:#b36539!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(179,101,57,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(179,101,57,.99)!important}.CodeMirror-gutters{background:#002240!important;border-right:1px solid #aaa!important}.CodeMirror-guttermarker{color:#ffee80!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#d0d0d0!important}.CodeMirror-cursor{border-left:1px solid #fff!important}.cm-comment{color:#08f!important}.cm-atom{color:#845dc4!important}.cm-number,span.cm-attribute{color:#ff80e1!important}.cm-keyword{color:#ffee80!important}.cm-string{color:#3ad900!important}.cm-meta{color:#ff9d00!important}.cm-variable-2,span.cm-tag{color:#9effff!important}.cm-variable-3,span.cm-def{color:#fff!important}.cm-bracket{color:#d8d8d8!important}.cm-builtin,span.cm-special{color:#ff9e59!important}.cm-link{color:#845dc4!important}.cm-error{color:#9d1e15!important}.CodeMirror-activeline-background{background:#002d57!important}.CodeMirror-matchingbracket{outline:1px solid grey!important;color:#fff!important} EOT;\n Dracula \"Dracula\" <<<EOT\n /*! CodeMirror: Dracula *\\/.CodeMirror,.CodeMirror-gutters{background-color:#282a36!important;color:#f8f8f2!important;border:none!important}.CodeMirror-gutters{color:#282a36!important}.CodeMirror-cursor{border-left:thin solid #f8f8f0!important}.CodeMirror-linenumber{color:#6d8a88!important}.CodeMirror-focused div.CodeMirror-selected{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:hsla(0,0%,100%,.1)!important}span.cm-comment{color:#6272a4!important}span.cm-string,span.cm-string-2{color:#f1fa8c!important}span.cm-number{color:#bd93f9!important}span.cm-variable{color:#50fa7b!important}span.cm-variable-2{color:#fff!important}span.cm-def{color:#ffb86c!important}span.cm-keyword,span.cm-operator{color:#ff79c6!important}span.cm-atom{color:#bd93f9!important}span.cm-meta{color:#f8f8f2!important}span.cm-tag{color:#ff79c6!important}span.cm-attribute,span.cm-qualifier{color:#50fa7b!important}span.cm-property{color:#66d9ef!important}span.cm-builtin,span.cm-variable-3{color:#50fa7b!important}.CodeMirror-activeline-background{background:hsla(0,0%,100%,.1)!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important} EOT;\n Material \"Material\" <<<EOT\n /*! CodeMirror: Material *\\/.CodeMirror{background-color:#263238!important;color:#e9eded!important}.CodeMirror-gutters{background:#263238!important;border:none!important}.CodeMirror-guttermarker,.CodeMirror-guttermarker-subtle,.CodeMirror-gutters,.CodeMirror-linenumber{color:#537f7e!important}.CodeMirror-cursor{border-left:1px solid #f8f8f0!important}div.CodeMirror-selected{background:hsla(0,0%,100%,.15)!important}.CodeMirror-focused div.CodeMirror-selected{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:hsla(0,0%,100%,.1)!important}.CodeMirror-activeline-background{background:transparent!important}.cm-keyword{color:#c792ea!important}.cm-operator{color:#e9eded!important}.cm-variable-2{color:#80cbc4!important}.cm-type,.cm-variable-3{color:#82b1ff!important}.cm-builtin{color:#decb6b!important}.cm-atom,.cm-number{color:#f77669!important}.cm-def{color:#e9eded!important}.cm-string{color:#c3e88d!important}.cm-string-2{color:#80cbc4!important}.cm-comment{color:#546e7a!important}.cm-variable{color:#82b1ff!important}.cm-meta,.cm-tag{color:#80cbc4!important}.cm-attribute{color:#ffcb6b!important}.cm-property{color:#80cbae!important}.cm-qualifier,.cm-type,.cm-variable-3{color:#decb6b!important}.cm-tag{color:#ff5370!important}.cm-error{color:#fff!important;background-color:#ec5f67!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important} EOT;\n Monokai - Spacegray Eighties \"Monokai - Spacegray Eighties\" <<<EOT\n /*! CodeMirror: Monokai - Spacegray Eighties *\\/.CodeMirror{background:#1c1c1c!important;color:#f8f8f8!important}.CodeMirror-selected{background:#3c3c3c!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(44,44,44,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(44,44,44,.99)!important}.CodeMirror-gutters{background:#1c1c1c!important;border-right:0!important}.CodeMirror-guttermarker{color:#b9b9b9!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#8a8a8a!important}.CodeMirror-cursor{border-left:1px solid #f8f8f0!important}.cm-comment{color:grey!important}.cm-atom,.cm-number{color:#ae81ff!important}.cm-property,span.cm-attribute{color:#a6e22e!important}.cm-keyword{color:#66d9ef!important;font-style:italic!important}.cm-builtin{color:#f8f8f8!important}.cm-string{color:#e6db74!important}.cm-variable{color:#f8f8f8!important}.cm-variable-2{color:#9effff!important}.cm-variable-3{color:#ae81ff!important}.cm-def{color:#66d9ef!important;font-style:italic!important}.cm-bracket{color:#f8f8f8!important}.cm-tag{color:#f92672!important}.cm-header,.cm-link{color:#ae81ff!important}.cm-error{background:#1e0010!important;color:#960050!important}.CodeMirror-activeline-background{background:#2c2c2c!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#f8f8f8!important} EOT;\n Monokai \"Monokai\" <<<EOT\n /*! CodeMirror: Monokai *\\/.CodeMirror{background:#272822!important;color:#f8f8f2!important}.CodeMirror-selected{background:#49483e!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(73,72,62,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(73,72,62,.99)!important}.CodeMirror-gutters{background:#272822!important;border-right:0!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#d0d0d0!important}.CodeMirror-cursor{border-left:1px solid #f8f8f0!important}.cm-comment{color:#75715e!important}.cm-atom,.cm-number{color:#ae81ff!important}.cm-property,span.cm-attribute{color:#a6e22e!important}.cm-keyword{color:#f92672!important}.cm-builtin{color:#66d9ef!important}.cm-string{color:#e6db74!important}.cm-variable{color:#f8f8f2!important}.cm-variable-2{color:#9effff!important}.cm-variable-3{color:#66d9ef!important}.cm-def{color:#fd971f!important}.cm-bracket{color:#f8f8f2!important}.cm-tag{color:#f92672!important}.cm-header,.cm-link{color:#ae81ff!important}.cm-error{background:#f92672!important;color:#f8f8f0!important}.CodeMirror-activeline-background{background:#373831!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important} EOT;\n One Dark \"One Dark\" <<<EOT\n /*! CodeMirror: One Dark *\\/.CodeMirror,.CodeMirror-scroll{font-weight:300;background-color:#141414!important;color:#abb2bf!important}.CodeMirror-matchingbracket{color:#abb2bf!important;background-color:rgba(204,217,255,.09)!important;border-bottom:1px solid #528bff!important}.CodeMirror-selected{background:rgba(204,217,255,.05)!important}.CodeMirror-focused .CodeMirror-selected{background:rgba(204,217,255,.09)!important}.CodeMirror-lines{padding:4px 0!important}.CodeMirror pre{padding:0 4px!important}.CodeMirror-gutter,.CodeMirror-gutters{white-space:nowrap!important;border:none!important;background:transparent!important}.CodeMirror-linenumber{padding:0 30px!important;min-width:20px!important;text-align:right!important;white-space:nowrap!important;color:#393e46!important}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#ccc!important}.CodeMirror-cursor{border-left:2px solid #528bff!important}.CodeMirror-activeline{color:#5c6370!important}.CodeMirror-overwrite .CodeMirror-cursor{border-left:none!important;border-bottom:1px solid #abb2bf!important}.cm-header{color:#e06c75!important}.cm-header .cm-em{color:#c678dd!important;font-style:italic!important}.cm-header .cm-strong{color:#d19a66!important;font-weight:700!important}.cm-quote{color:#d19a66!important;font-style:italic!important}.cm-keyword{color:#c678dd!important}.cm-atom,.cm-number{color:#d19a66!important}.cm-def{color:#e06c75!important}.cm-variable{color:#e5c07b!important}.cm-variable-2{color:#d19a66!important}.cm-variable-3{color:#56b6c2!important}.cm-property{color:#d19a66!important}.cm-operator{color:#abb2bf!important}.cm-comment{color:#5c6370!important;font-style:italic!important}.cm-string,.cm-string-2{color:#98c379!important}.cm-meta,.cm-qualifier{color:#d19a66!important}.cm-builtin{color:#61afef!important}.cm-bracket{color:#abb2bf!important}.cm-tag{color:#e06c75!important}.cm-attribute{color:#d19a66!important}.cm-link{color:#e06c75!important;border-bottom:1px solid #e06c75!important;cursor:pointer!important}.cm-em{color:#c678dd!important;font-style:italic}.cm-strong{color:#e5c07b!important;font-weight:700}.cm-punctuation{color:#5c6370!important}.cm-positive{color:#98c379!important}.cm-negative{color:#e06c75!important} EOT;\n Pastel on Dark \"Pastel on Dark\" <<<EOT\n /*! CodeMirror: Pastel on Dark *\\/.CodeMirror-selected{background:rgba(221,240,255,.2)!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(221,240,255,.2)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(221,240,255,.2)!important}.CodeMirror-gutters{background:#34302f!important;border-right:0!important;padding:0 3px!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#8f938f!important}.CodeMirror-cursor{border-left:1px solid #a7a7a7!important}.cm-comment{color:#a6c6ff!important}.cm-atom{color:#de8e30!important}.cm-number{color:#ccc!important}.cm-property{color:#8f938f!important}.cm-attribute{color:#a6e22e!important}.cm-keyword{color:#aeb2f8!important}.cm-string{color:#66a968!important}.cm-variable{color:#aeb2f8!important}.cm-variable-2{color:#bebf55!important}.cm-variable-3{color:#de8e30!important}.cm-def{color:#757ad8!important}.cm-bracket{color:#f8f8f2!important}.cm-tag{color:#c1c144!important}.cm-link{color:#ae81ff!important}.cm-qualifier,span.cm-builtin{color:#c1c144!important}.cm-error{background:#757ad8!important;color:#f8f8f0!important}.CodeMirror-activeline-background{background:hsla(0,0%,100%,.031)!important}.CodeMirror-matchingbracket{border:1px solid hsla(0,0%,100%,.25)!important;color:#8f938f!important;margin:-1px -1px 0!important} EOT;\n Railscasts \"Railscasts\" <<<EOT\n /*! CodeMirror: Railscasts *\\/.CodeMirror{background:#2b2b2b!important;color:#f4f1ed!important}.CodeMirror-selected{background:#272935!important}.CodeMirror-gutters{background:#2b2b2b!important;border-right:0!important}.CodeMirror-linenumber{color:#5a647e!important}.CodeMirror-cursor{border-left:1px solid #d4cfc9!important}.cm-comment{color:#bc9458!important}.cm-atom,.cm-number{color:#b6b3eb!important}.cm-attribute,.cm-property{color:#a5c261!important}.cm-keyword{color:#da4939!important}.cm-string{color:#ffc66d!important}.cm-variable{color:#a5c261!important}.cm-variable-2{color:#6d9cbe!important}.cm-def{color:#cc7833!important}.cm-error{background:#da4939!important;color:#d4cfc9!important}.cm-bracket{color:#f4f1ed!important}.cm-tag{color:#da4939!important}.cm-link{color:#b6b3eb!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important}.CodeMirror-activeline-background{background:#303040!important} EOT;\n Solarized Dark \"Solarized Dark\" <<<EOT\n /*! CodeMirror: Solarized Dark *\\/.CodeMirror-widget{text-shadow:none!important}.cm-header{color:#586e75!important}.cm-quote{color:#93a1a1!important}.cm-keyword{color:#cb4b16!important}.cm-atom,.cm-number{color:#d33682!important}.cm-def{color:#2aa198!important}.cm-variable{color:#839496!important}.cm-variable-2{color:#b58900!important}.cm-variable-3{color:#6c71c4!important}.cm-property{color:#2aa198!important}.cm-operator{color:#6c71c4!important}.cm-comment{color:#586e75!important;font-style:italic!important}.cm-string{color:#859900!important}.cm-string-2{color:#b58900!important}.cm-meta{color:#859900!important}.cm-qualifier{color:#b58900!important}.cm-builtin{color:#d33682!important}.cm-bracket{color:#cb4b16!important}.CodeMirror-matchingbracket{color:#859900!important}.CodeMirror-nonmatchingbracket{color:#dc322f!important}.cm-tag{color:#93a1a1!important}.cm-attribute{color:#2aa198!important}.cm-hr{color:transparent!important;border-top:1px solid #586e75!important;display:block!important}.cm-link{color:#93a1a1!important;cursor:pointer!important}.cm-special{color:#6c71c4!important}.cm-em{color:#999!important;text-decoration:underline!important;text-decoration-style:dotted!important}.cm-strong{color:#eee!important}.cm-error,.cm-invalidchar{color:#586e75!important;border-bottom:1px dotted #dc322f!important}.CodeMirror-selected{background:#073642!important}.cm-s-solarized.cm-s-dark.CodeMirror ::selection{background:rgba(7,54,66,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(7,54,66,.99)!important}.cm-s-solarized.CodeMirror{-moz-box-shadow:inset 7px 0 12px -6px #000!important;-webkit-box-shadow:inset 7px 0 12px -6px #000!important;box-shadow:inset 7px 0 12px -6px #000!important}.CodeMirror-gutters{border-right:0!important;background-color:#073642!important}.CodeMirror-linenumber{text-shadow:#021014 0 -1px!important;padding:0 5px!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#586e75!important}.CodeMirror-guttermarker{color:#ddd!important}.CodeMirror-gutter .CodeMirror-gutter-text{color:#586e75!important}.CodeMirror-cursor{border-left:1px solid #819090!important}.CodeMirror-activeline-background{background:hsla(0,0%,100%,.06)!important} EOT;\n Tomorrow Night Bright \"Tomorrow Night Bright\" <<<EOT\n /*! CodeMirror: Tomorrow Night Bright *\\/.CodeMirror-selected{background:#424242!important}.CodeMirror-gutters{background:#000!important;border-right:0!important}.CodeMirror-guttermarker{color:#e78c45!important}.CodeMirror-guttermarker-subtle{color:#777!important}.CodeMirror-linenumber{color:#424242!important}.CodeMirror-cursor{border-left:1px solid #6a6a6a!important}.cm-comment{color:#d27b53!important}.cm-atom,.cm-number{color:#a16a94!important}.cm-property,span.cm-attribute{color:#9c9!important}.cm-keyword{color:#d54e53!important}.cm-string{color:#e7c547!important}.cm-variable{color:#b9ca4a!important}.cm-variable-2{color:#7aa6da!important}.cm-def{color:#e78c45!important}.cm-bracket{color:#eaeaea!important}.cm-tag{color:#d54e53!important}.cm-link{color:#a16a94!important}.cm-error{background:#d54e53!important;color:#6a6a6a!important}.CodeMirror-activeline-background{background:#2a2a2a!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important} EOT;\n Tomorrow Night Eighties \"Tomorrow Night Eighties\" <<<EOT\n /*! CodeMirror: Tomorrow Night Eighties *\\/.CodeMirror-selected{background:#2d2d2d!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(45,45,45,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(45,45,45,.99)!important}.CodeMirror-gutters{background:#000!important;border-right:0!important}.CodeMirror-guttermarker{color:#f2777a!important}.CodeMirror-guttermarker-subtle{color:#777!important}.CodeMirror-linenumber{color:#515151!important}.CodeMirror-cursor{border-left:1px solid #6a6a6a!important}.cm-comment{color:#d27b53!important}.cm-atom,.cm-number{color:#a16a94!important}.cm-property,span.cm-attribute{color:#9c9!important}.cm-keyword{color:#f2777a!important}.cm-string{color:#fc6!important}.cm-variable{color:#9c9!important}.cm-variable-2{color:#69c!important}.cm-def{color:#f99157!important}.cm-bracket{color:#ccc!important}.cm-tag{color:#f2777a!important}.cm-link{color:#a16a94!important}.cm-error{background:#f2777a!important;color:#6a6a6a!important}.CodeMirror-activeline-background{background:#343600!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important} EOT;\n Vibrant Ink \"Vibrant Ink\" <<<EOT\n /*! CodeMirror: Vibrant Ink *\\/.CodeMirror-selected{background:#35493c!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(53,73,60,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(53,73,60,.99)!important}.CodeMirror-gutters{background:#002240!important;border-right:1px solid #aaa!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#d0d0d0!important}.CodeMirror-cursor{border-left:1px solid #fff!important}.cm-keyword{color:#cc7832!important}.cm-atom{color:#fc0!important}.cm-number{color:#ffee98!important}.cm-def{color:#8da6ce!important}.cm-s-vibrant span.cm-def,.cm-s-vibrant span.cm-tag,.cm-variable-2,.cm-variable-3{color:#ffc66d!important}.cm-operator{color:#888!important}.cm-comment{color:grey!important;font-weight:700!important}.cm-string{color:#a5c25c!important}.cm-string-2{color:red!important}.cm-meta{color:#d8fa3c!important}.cm-attribute,.cm-builtin,.cm-tag{color:#8da6ce!important}.cm-header{color:#ff6400!important}.cm-hr{color:#aeaeae!important}.cm-link{color:#00f!important}.cm-error{border-bottom:1px solid red!important}.CodeMirror-activeline-background{background:#27282e!important}.CodeMirror-matchingbracket{outline:1px solid grey!important;color:#fff!important} EOT;\n}\n@advanced dropdown syntax-jupyter \"Jupyter syntax theme\" {\n Twilight \"Twilight\" <<<EOT\n /*! Jupyter: Twilight *\\/#notebook div.output_stderr{background:#420e09!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#141414!important;color:#ccc!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#ffc!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {border:#b22518!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#5f5a60!important;font-style:italic!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#cda869!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#141414!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#5f5a60!important;font-style:italic!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#5f5a60!important}.highlight code .c1,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cs, body.api .highlight .cs {color:#5f5a60!important;font-style:italic!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {background:#420e09!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {background:#b22518!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:navy!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {background:#253b22!important}.highlight code .gp,.highlight code .gs,#notebook .highlight .gp, body.api .highlight .gp, #notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:purple!important;font-weight:700!important}.highlight code .kd,#notebook .highlight .kd, body.api .highlight .kd {color:#e9df8f!important}.highlight code .kp,#notebook .highlight .kp, body.api .highlight .kp {color:#9b703f!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#f9ee98!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#cda869!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#9b859d!important;font-weight:700!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#9b859d!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#7587a6!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#cf6a4c!important;font-weight:700!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#9b703f!important;font-weight:700!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#9b859d!important;font-weight:700!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#cda869!important;font-weight:700!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#7587a6!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#a2f!important;font-weight:700!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#cf6a4c!important}.highlight code .sb,.highlight code .sc,#notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc {color:#8f9d6a!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#8f9d6a!important;font-style:italic!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#8f9d6a!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#f9ee98!important;font-weight:700!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#8f9d6a!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#daefa3!important;font-weight:700!important}.highlight code .sx,#notebook .highlight .sx, body.api .highlight .sx {color:#8f9d6a!important}.highlight code .sr,#notebook .highlight .sr, body.api .highlight .sr {color:#e9c062!important}.highlight code .s1,#notebook .highlight .s1, body.api .highlight .s1 {color:#8f9d6a!important}.highlight code .ss,#notebook .highlight .ss, body.api .highlight .ss {color:#cf6a4c!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#0aa!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#7587a6!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#099!important} EOT;\n Base16 Ocean Dark \"Base16 Ocean Dark\" <<<EOT\n /*! Jupyter: Base16 Ocean Dark *\\/#notebook div.output_stderr{background:#bf616a!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#2b303b!important;color:#eff1f5!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#4f5b66!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#bf616a!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#65737e!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#b48ead!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#d08770!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#eff1f5!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#96b5b4!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#eff1f5!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#a3be8c!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#eff1f5!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#65737e!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#bf616a!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#eff1f5!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#a3be8c!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#65737e!important;font-weight:700!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#96b5b4!important;font-weight:700!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#b48ead!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#96b5b4!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#b48ead!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#ebcb8b!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#a3be8c!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#8fa1b3!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#eff1f5!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#ebcb8b!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#bf616a!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#96b5b4!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#eff1f5!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#bf616a!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#8fa1b3!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#eff1f5!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#ebcb8b!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#8fa1b3!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#eff1f5!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#96b5b4!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#bf616a!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#96b5b4!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#d08770!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#a3be8c!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#eff1f5!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#65737e!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#a3be8c!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#d08770!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#a3be8c!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#d08770!important}.highlight code .s1,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#a3be8c!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#eff1f5!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#bf616a!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#d08770!important} EOT;\n Dracula theme \"Dracula theme\" <<<EOT\n /*! Jupyter: Dracula theme *\\/#notebook div.output_stderr{background:#8b080b!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#282a36!important;color:#f8f8f2!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#ffc!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#f8f8f2!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#6272a4!important}.highlight code .g,#notebook .highlight .g, body.api .highlight .g {color:#f8f8f2!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#ff79c6!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#f8f8f2!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#bd93f9!important}.highlight code .h,.highlight code .n,.highlight code .o,.highlight code .p,#notebook .highlight .h, body.api .highlight .h, #notebook .highlight .n, body.api .highlight .n, #notebook .highlight .o, body.api .highlight .o, #notebook .highlight .p, body.api .highlight .p {color:#f8f8f2!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#f1fa8c!important}.highlight code .w,.highlight code .x,#notebook .highlight .w, body.api .highlight .w, #notebook .highlight .x, body.api .highlight .x {color:#f8f8f2!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#6272a4!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#ff79c6!important}.highlight code .c1,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cs, body.api .highlight .cs {color:#6272a4!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#8b080b!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#f8f8f2!important;text-decoration:underline!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#f8f8f2!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#f8f8f2!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#f8f8f2!important;font-weight:700!important;background-color:#468410!important}.highlight code .go,#notebook .highlight .go, body.api .highlight .go {color:#3b3a32!important;background-color:#32343f!important}.highlight code .gp,.highlight code .gs,#notebook .highlight .gp, body.api .highlight .gp, #notebook .highlight .gs, body.api .highlight .gs {color:#f8f8f2!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#f8f8f2!important;font-weight:700!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#f8f8f0!important;background-color:#ff79c6!important}.highlight code .kc,.highlight code .kd,.highlight code .kn,.highlight code .kp,.highlight code .kr,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd, #notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#ff79c6!important}.highlight code .kt,.highlight code .ld,#notebook .highlight .kt, body.api .highlight .kt, #notebook .highlight .ld, body.api .highlight .ld {color:#f8f8f2!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#50fa7b!important}.highlight code .nb,.highlight code .nd,.highlight code .ne,.highlight code .ni,.highlight code .no,#notebook .highlight .nb, body.api .highlight .nb, #notebook .highlight .nc, body.api .highlight .nc, #notebook .highlight .nd, body.api .highlight .nd, #notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .ni, body.api .highlight .ni, #notebook .highlight .no, body.api .highlight .no {color:#f8f8f2!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#50fa7b!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#f1fa8c!important}.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#f8f8f2!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#ff79c6!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#8be9fd!important;font-style:italic!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#ff79c6!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#bd93f9!important}.highlight code .s1,.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,.highlight code .se,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd, #notebook .highlight .se, body.api .highlight .se, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#f1fa8c!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#f8f8f2!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#8be9fd!important;font-style:italic!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#bd93f9!important} EOT;\n Github Dark (Native mod) theme \"Github Dark (Native mod) theme\" <<<EOT\n /*! Jupyter: Github Dark (Native mod) theme *\\/#notebook div.output_stderr{background:#a61717!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#111!important;color:#d0d0d0!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#404040!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#a61717!important;background-color:#311!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#3677a9!important}.highlight code .g,#notebook .highlight .g, body.api .highlight .g {color:#d0d0d0!important}.highlight code .h,.highlight code .k,#notebook .highlight .h, body.api .highlight .h, #notebook .highlight .k, body.api .highlight .k {color:#ccc!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#d0d0d0!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#cd2828!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#ccc!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#777!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#e9b96e!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#d2691e!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#666!important}.highlight code .x,#notebook .highlight .x, body.api .highlight .x {color:#d0d0d0!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#3677a9!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#d2691e!important}.highlight code .c1,#notebook .highlight .c1, body.api .highlight .c1 {color:#3677a9!important}.highlight code .cs,#notebook .highlight .cs, body.api .highlight .cs {color:#e50808!important;background-color:#520000!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#d22323!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#d0d0d0!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#d22323!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#fff!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#589819!important}.highlight code .go,#notebook .highlight .go, body.api .highlight .go {color:#ccc!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#aaa!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {color:#d0d0d0!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#fff!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#d22323!important}.highlight code .kc,.highlight code .kd,.highlight code .kn,.highlight code .kp,.highlight code .kr,.highlight code .kt,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd, #notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr, #notebook .highlight .kt, body.api .highlight .kt {color:#6ab825!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#d0d0d0!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#bbb!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#24909d!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#447fcf!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#4ca!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:orange!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#d0d0d0!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#bbb!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#098!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#d0d0d0!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#447fcf!important}.highlight code .nx,.highlight code .py,#notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#d0d0d0!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#6ab825!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#4ca!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#6ab825!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#cd2828!important}.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,.highlight code .se,.highlight code .sh,.highlight code .si,#notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd, #notebook .highlight .se, body.api .highlight .se, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si {color:#d2691e!important}.highlight code .sx,#notebook .highlight .sx, body.api .highlight .sx {color:orange!important}.highlight code .sr,#notebook .highlight .sr, body.api .highlight .sr {color:#cd2828!important}.highlight code .s1,.highlight code .ss,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .ss, body.api .highlight .ss {color:#d2691e!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#24909d!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#4ca!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#cd2828!important} EOT;\n Idle Fingers \"Idle Fingers\" <<<EOT\n /*! Jupyter: Idle Fingers *\\/#notebook div.output_stderr{background:#cc7833!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#323232!important;color:#fff!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background:#ffc!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#fff!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#bc9458!important;font-style:italic!important}.highlight code .g,.highlight code .h,#notebook .highlight .g, body.api .highlight .g, #notebook .highlight .h, body.api .highlight .h {color:#fff!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#cc7833!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#fff!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#6c99bb!important}.highlight code .n,.highlight code .o,.highlight code .p,#notebook .highlight .n, body.api .highlight .n, #notebook .highlight .o, body.api .highlight .o, #notebook .highlight .p, body.api .highlight .p {color:#fff!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#a5c261!important}.highlight code .w,.highlight code .x,#notebook .highlight .w, body.api .highlight .w, #notebook .highlight .x, body.api .highlight .x {color:#fff!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#bc9458!important;font-style:italic!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#cc7833!important}.highlight code .c1,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cs, body.api .highlight .cs {color:#bc9458!important;font-style:italic!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#fff!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#fff!important;text-decoration:underline!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#fff!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#fff!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#fff!important}.highlight code .go,#notebook .highlight .go, body.api .highlight .go {color:#404040!important;background:#353637!important}.highlight code .gp,.highlight code .gs,#notebook .highlight .gp, body.api .highlight .gp, #notebook .highlight .gs, body.api .highlight .gs {color:#fff!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#fff!important;font-weight:700!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#fff!important;background:red!important}.highlight code .kc,.highlight code .kd,.highlight code .kn,.highlight code .kp,.highlight code .kr,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd, #notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#cc7833!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#ffc66d!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#fff!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#ffc66d!important}.highlight code .nb,.highlight code .nc,#notebook .highlight .nb, body.api .highlight .nb, #notebook .highlight .nc, body.api .highlight .nc {color:#fff!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#6c99bb!important}.highlight code .nd,.highlight code .ne,.highlight code .ni,#notebook .highlight .nd, body.api .highlight .nd, #notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .ni, body.api .highlight .ni {color:#fff!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#ffc66d!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#a5c261!important}.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#fff!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#cc7833!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#fff!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#cc7833!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#6c99bb!important}.highlight code .s1,.highlight code .s2,.highlight code .sb,.highlight code .sd,.highlight code .se,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd, #notebook .highlight .se, body.api .highlight .se, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#a5c261!important}.highlight code .bp,.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .bp, body.api .highlight .bp, #notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#fff!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#6c99bb!important} EOT;\n Monokai - Spacegray Eighties \"Monokai - Spacegray Eighties\" <<<EOT\n /*! Jupyter: Monokai - Spacegray Eighties *\\/#notebook div.output_stderr{background:#960050!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background-color:#1c1c1c!important;color:#f8f8f8!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#2c2c2c!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#960050!important;background-color:#1e0010!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:grey!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#f8f8f8!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#66d9ef!important;font-style:italic!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#ae81ff!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#f8f8f8!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#f92672!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#f8f8f8!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#e6db74!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#f8f8f8!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:grey!important}.highlight code .kc,#notebook .highlight .kc, body.api .highlight .kc {color:#ae81ff!important}.highlight code .kd,#notebook .highlight .kd, body.api .highlight .kd {color:#66d9ef!important;font-style:italic!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#f92672!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#ae81ff!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#66d9ef!important;font-style:italic!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#e6db74!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#a6e22e!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#f8f8f8!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#a6e22e!important;font-style:italic!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#ae81ff!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#a6e22e!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#f92672!important}.highlight code .ne,.highlight code .nf,#notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .nf, body.api .highlight .nf {color:#a6e22e!important}.highlight code .nl,.highlight code .nn,.highlight code .nx,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx {color:#f8f8f8!important}.highlight code .nt,.highlight code .nv,.highlight code .ow,.highlight code .py,#notebook .highlight .nt, body.api .highlight .nt, #notebook .highlight .nv, body.api .highlight .nv, #notebook .highlight .ow, body.api .highlight .ow, #notebook .highlight .py, body.api .highlight .py {color:#f92672!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#ae81ff!important}.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,#notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd {color:#e6db74!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#ae81ff!important}.highlight code .s1,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#e6db74!important}.highlight code .bp,.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .bp, body.api .highlight .bp, #notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#f92672!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#ae81ff!important} EOT;\n Monokai \"Monokai\" <<<EOT\n /*! Jupyter: Monokai *\\/#notebook div.output_stderr{background:#960050!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#272822!important;color:#f8f8f2!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#49483e!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#960050!important;background-color:#1e0010!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#75715e!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#f8f8f2!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#66d9ef!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#ae81ff!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#f8f8f2!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#f92672!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#f8f8f2!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#e6db74!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#f8f8f2!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#75715e!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#66d9ef!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#f92672!important}.highlight code .kp,.highlight code .kr,.highlight code .kt,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr, #notebook .highlight .kt, body.api .highlight .kt {color:#66d9ef!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#e6db74!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#a6e22e!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#f8f8f2!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#a6e22e!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#66d9ef!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#a6e22e!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#f8f8f2!important}.highlight code .ne,.highlight code .nf,#notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .nf, body.api .highlight .nf {color:#a6e22e!important}.highlight code .nl,.highlight code .nn,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn {color:#f8f8f2!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#a6e22e!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#f8f8f2!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#f92672!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#f8f8f2!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#f92672!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#ae81ff!important}.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,#notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd {color:#e6db74!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#ae81ff!important}.highlight code .s1,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#e6db74!important}.highlight code .bp,.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .bp, body.api .highlight .bp, #notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#f8f8f2!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#ae81ff!important} EOT;\n Obsidian \"Obsidian\" <<<EOT\n /*! Jupyter: Obsidian *\\/#notebook div.output_stderr{background:#da4236!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background-color:#293134!important;color:#e0e2e4!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#e0e2e4!important;background-color:#da4236!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#66747b!important}.highlight code .g,.highlight code .h,#notebook .highlight .g, body.api .highlight .g, #notebook .highlight .h, body.api .highlight .h {color:#e0e2e4!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#93c763!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#e0e2e4!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#ec7600!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#e0e2e4!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#93c763!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#e0e2e4!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#ec7600!important}.highlight code .x,#notebook .highlight .x, body.api .highlight .x {color:#96989a!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#e0e2e4!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#66747b!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#93c763!important}.highlight code .c1,#notebook .highlight .c1, body.api .highlight .c1 {color:#66747b!important}.highlight code .cs,#notebook .highlight .cs, body.api .highlight .cs {color:#93c763!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#ec7600!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#e0e2e4!important;font-style:italic!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#da4236!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#66747b!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#93c763!important}.highlight code .go,.highlight code .gp,#notebook .highlight .go, body.api .highlight .go, #notebook .highlight .gp, body.api .highlight .gp {color:#e0e2e4!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {color:#e0e2e4!important;font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#66747b!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#e0e2e4!important}.highlight code .kc,#notebook .highlight .kc, body.api .highlight .kc {color:#96989a!important}.highlight code .kd,#notebook .highlight .kd, body.api .highlight .kd {color:#678cb1!important}.highlight code .kn,.highlight code .kp,#notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp {color:#93c763!important}.highlight code .kr,#notebook .highlight .kr, body.api .highlight .kr {color:#678cb1!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#da4236!important}.highlight code .ld,.highlight code .na,#notebook .highlight .ld, body.api .highlight .ld, #notebook .highlight .na, body.api .highlight .na {color:#e0e2e4!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#93c763!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#678cb1!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#96989a!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#678cb1!important}.highlight code .ne,.highlight code .ni,#notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .ni, body.api .highlight .ni {color:#96989a!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#678cb1!important}.highlight code .nl,.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#e0e2e4!important}.highlight code .nt,.highlight code .nv,#notebook .highlight .nt, body.api .highlight .nt, #notebook .highlight .nv, body.api .highlight .nv {color:#678cb1!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#93c763!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#ec7600!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#66747b!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#ec7600!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#e0e2e4!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#ec7600!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#96989a!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#e0e2e4!important}.highlight code .si,.highlight code .sx,#notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sx, body.api .highlight .sx {color:#ec7600!important}.highlight code .sr,#notebook .highlight .sr, body.api .highlight .sr {color:#d39745!important}.highlight code .s1,.highlight code .ss,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .ss, body.api .highlight .ss {color:#ec7600!important}.highlight code .bp,.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .bp, body.api .highlight .bp, #notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#678cb1!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#ec7600!important} EOT;\n Pastel on Dark \"Pastel on Dark\" <<<EOT\n /*! Jupyter: Pastel on Dark *\\/#notebook div.output_stderr{background:#600!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#2b2b2b!important;color:#e6e1dc!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background:#ffc!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#e6e1dc!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#555!important}.highlight code .g,#notebook .highlight .g, body.api .highlight .g {color:#e6e1dc!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#4d74d0!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#e6e1dc!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#a5c261!important}.highlight code .h,.highlight code .n,.highlight code .o,.highlight code .p,#notebook .highlight .h, body.api .highlight .h, #notebook .highlight .n, body.api .highlight .n, #notebook .highlight .o, body.api .highlight .o, #notebook .highlight .p, body.api .highlight .p {color:#e6e1dc!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#ad9361!important}.highlight code .w,.highlight code .x,#notebook .highlight .w, body.api .highlight .w, #notebook .highlight .x, body.api .highlight .x {color:#e6e1dc!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#555!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#e6e1dc!important}.highlight code .c1,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cs, body.api .highlight .cs {color:#555!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#e6e1dc!important;background:#600!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#e6e1dc!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#ffc66d!important;background:#900!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#fff!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#e6e1dc!important;background:#519f50!important}.highlight code .go,.highlight code .gp,.highlight code .gs,#notebook .highlight .go, body.api .highlight .go, #notebook .highlight .gp, body.api .highlight .gp, #notebook .highlight .gs, body.api .highlight .gs {color:#e6e1dc!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#fff!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#e6e1dc!important}.highlight code .kc,.highlight code .kd,.highlight code .kn,.highlight code .kp,.highlight code .kr,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd, #notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#4d74d0!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#c1c144!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#e6e1dc!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#6782d3!important}.highlight code .nb,.highlight code .nc,#notebook .highlight .nb, body.api .highlight .nb, #notebook .highlight .nc, body.api .highlight .nc {color:#e6e1dc!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#a1a1ff!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#e6e1dc!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#47b8d6!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#e6e1dc!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#6782d3!important}.highlight code .nl,.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#e6e1dc!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#4d74d0!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#c1c144!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#e6e1dc!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#a5c261!important}.highlight code .s1,.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,.highlight code .se,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd, #notebook .highlight .se, body.api .highlight .se, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#ad9361!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#e6e1dc!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#c1c144!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#a5c261!important} EOT;\n Railscasts \"Railscasts\" <<<EOT\n /*! Jupyter: Railscasts *\\/#notebook div.output_stderr{background:#600!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#2b2b2b!important;color:#e6e1dc!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#ffc!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#bc9458!important;font-style:italic!important}.highlight code .err,.highlight code .g,.highlight code .h,#notebook .highlight .err, body.api .highlight .err, #notebook .highlight .g, body.api .highlight .g, #notebook .highlight .h, body.api .highlight .h {color:#e6e1dc!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#cc7833!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#e6e1dc!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#a5c261!important}.highlight code .n,.highlight code .o,.highlight code .p,#notebook .highlight .n, body.api .highlight .n, #notebook .highlight .o, body.api .highlight .o, #notebook .highlight .p, body.api .highlight .p {color:#e6e1dc!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#a5c261!important}.highlight code .w,.highlight code .x,#notebook .highlight .w, body.api .highlight .w, #notebook .highlight .x, body.api .highlight .x {color:#e6e1dc!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#bc9458!important;font-style:italic!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#cc7833!important}.highlight code .c1,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cs, body.api .highlight .cs {color:#bc9458!important;font-style:italic!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#e6e1dc!important;background-color:#600!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#e6e1dc!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#fff!important;background-color:#900!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#fff!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#e6e1dc!important;background-color:#144212!important}.highlight code .go,.highlight code .gp,.highlight code .gs,#notebook .highlight .go, body.api .highlight .go, #notebook .highlight .gp, body.api .highlight .gp, #notebook .highlight .gs, body.api .highlight .gs {color:#e6e1dc!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#fff!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#e6e1dc!important}.highlight code .kc,.highlight code .kd,.highlight code .kn,.highlight code .kp,.highlight code .kr,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd, #notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#cc7833!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#da4939!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#e6e1dc!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#ffc66d!important}.highlight code .nb,.highlight code .nc,#notebook .highlight .nb, body.api .highlight .nb, #notebook .highlight .nc, body.api .highlight .nc {color:#e6e1dc!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#6d9cbe!important}.highlight code .nd,.highlight code .ne,.highlight code .ni,#notebook .highlight .nd, body.api .highlight .nd, #notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .ni, body.api .highlight .ni {color:#e6e1dc!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#ffc66d!important}.highlight code .nl,.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#e6e1dc!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#cc7833!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#d0d0ff!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#e6e1dc!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,.highlight code .s1,.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,.highlight code .se,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo, #notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd, #notebook .highlight .se, body.api .highlight .se, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#a5c261!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#e6e1dc!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#d0d0ff!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#a5c261!important} EOT;\n Solarized Dark \"Solarized Dark\" <<<EOT\n /*! Jupyter: Solarized Dark *\\/#notebook div.output_stderr{background:#dc322f!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background-color:#002b36!important;color:#839496!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#49483e!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#dc322f!important;background-color:#fdf6e3!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#586e75!important}.highlight code .g,.highlight code .h,#notebook .highlight .g, body.api .highlight .g, #notebook .highlight .h, body.api .highlight .h {color:#839496!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#859900!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#839496!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#2aa198!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#839496!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#859900!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#839496!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#2aa198!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#839496!important}.highlight code .x,#notebook .highlight .x, body.api .highlight .x {color:#cb4b16!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#586e75!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#859900!important}.highlight code .c1,#notebook .highlight .c1, body.api .highlight .c1 {color:#586e75!important}.highlight code .cs,#notebook .highlight .cs, body.api .highlight .cs {color:#859900!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#2aa198!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#839496!important;font-style:italic!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#dc322f!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#cb4b16!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#859900!important}.highlight code .go,.highlight code .gp,#notebook .highlight .go, body.api .highlight .go, #notebook .highlight .gp, body.api .highlight .gp {color:#839496!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {color:#839496!important;font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#cb4b16!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#839496!important}.highlight code .kc,#notebook .highlight .kc, body.api .highlight .kc {color:#cb4b16!important}.highlight code .kd,#notebook .highlight .kd, body.api .highlight .kd {color:#268bd2!important}.highlight code .kn,.highlight code .kp,#notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp {color:#859900!important}.highlight code .kr,#notebook .highlight .kr, body.api .highlight .kr {color:#268bd2!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#dc322f!important}.highlight code .ld,.highlight code .na,#notebook .highlight .ld, body.api .highlight .ld, #notebook .highlight .na, body.api .highlight .na {color:#839496!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#b58900!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#268bd2!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#cb4b16!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#268bd2!important}.highlight code .ne,.highlight code .ni,#notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .ni, body.api .highlight .ni {color:#cb4b16!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#268bd2!important}.highlight code .nl,.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#839496!important}.highlight code .nt,.highlight code .nv,#notebook .highlight .nt, body.api .highlight .nt, #notebook .highlight .nv, body.api .highlight .nv {color:#268bd2!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#859900!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#2aa198!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#586e75!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#2aa198!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#839496!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#2aa198!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#cb4b16!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#839496!important}.highlight code .si,.highlight code .sx,#notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sx, body.api .highlight .sx {color:#2aa198!important}.highlight code .sr,#notebook .highlight .sr, body.api .highlight .sr {color:#dc322f!important}.highlight code .s1,.highlight code .ss,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .ss, body.api .highlight .ss {color:#2aa198!important}.highlight code .bp,.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .bp, body.api .highlight .bp, #notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#268bd2!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#2aa198!important} EOT;\n Tomorrow Night Blue \"Tomorrow Night Blue\" <<<EOT\n /*! Jupyter: Tomorrow Night Blue *\\/#notebook div.output_stderr{background:#002451!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#002451!important;color:#fff!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#003f8e!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#ff9da4!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#7285b7!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#fff!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#ebbbff!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#ffc58f!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#fff!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#9ff!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#fff!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#d1f1a9!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#fff!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#7285b7!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#ff9da4!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#fff!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#d1f1a9!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#7285b7!important;font-weight:700!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#9ff!important;font-weight:700!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#ebbbff!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#9ff!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#ebbbff!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#ffeead!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#d1f1a9!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#bbdaff!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#fff!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#ffeead!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#ff9da4!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#9ff!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#fff!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#ff9da4!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#bbdaff!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#fff!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#ffeead!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#bbdaff!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#fff!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#9ff!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#ff9da4!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#9ff!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#ffc58f!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#d1f1a9!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#fff!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#7285b7!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#d1f1a9!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#ffc58f!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#d1f1a9!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#ffc58f!important}.highlight code .s1,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#d1f1a9!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#fff!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#ff9da4!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#ffc58f!important} EOT;\n Tomorrow Night Bright \"Tomorrow Night Bright\" <<<EOT\n /*! Jupyter: Tomorrow Night Bright *\\/#notebook div.output_stderr{background:#d54e53!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#000!important;color:#eaeaea!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#424242!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#d54e53!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#969896!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#eaeaea!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#c397d8!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#e78c45!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#eaeaea!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#70c0b1!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#eaeaea!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#b9ca4a!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#969896!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#d54e53!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#eaeaea!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#b9ca4a!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#969896!important;font-weight:700!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#70c0b1!important;font-weight:700!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#c397d8!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#70c0b1!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#c397d8!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#e7c547!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#b9ca4a!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#7aa6da!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#eaeaea!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#e7c547!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#d54e53!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#70c0b1!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#eaeaea!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#d54e53!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#7aa6da!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#eaeaea!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#e7c547!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#7aa6da!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#eaeaea!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#70c0b1!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#d54e53!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#70c0b1!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#eaeaea!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#e78c45!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#b9ca4a!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#eaeaea!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#969896!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#b9ca4a!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#e78c45!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#b9ca4a!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#e78c45!important}.highlight code .s1,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#b9ca4a!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#eaeaea!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#d54e53!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#e78c45!important} EOT;\n Tomorrow Night Eighties \"Tomorrow Night Eighties\" <<<EOT\n /*! Jupyter: Tomorrow Night Eighties *\\/#notebook div.output_stderr{background:#f2777a!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#2d2d2d!important;color:#ccc!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#515151!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#f2777a!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#999!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#ccc!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#c9c!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#f99157!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#ccc!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#6cc!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#ccc!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#9c9!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#ccc!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#999!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#f2777a!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#ccc!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#9c9!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#999!important;font-weight:700!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#6cc!important;font-weight:700!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#c9c!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#6cc!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#c9c!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#fc6!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#9c9!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#69c!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#ccc!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#fc6!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#f2777a!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#6cc!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#ccc!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#f2777a!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#69c!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#ccc!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#fc6!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#69c!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#ccc!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#6cc!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#f2777a!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#6cc!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#f99157!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#9c9!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#ccc!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#999!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#9c9!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#f99157!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#9c9!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#f99157!important}.highlight code .s1,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#9c9!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#ccc!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#f2777a!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#f99157!important} EOT;\n Tomorrow Night \"Tomorrow Night\" <<<EOT\n /*! Jupyter: Tomorrow Night *\\/#notebook div.output_stderr{background:#c66!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#1d1f21!important;color:#c5c8c6!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#373b41!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#c66!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#969896!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#c5c8c6!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#b294bb!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#de935f!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#c5c8c6!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#8abeb7!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#c5c8c6!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#969896!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#c66!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#c5c8c6!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#b5bd68!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#969896!important;font-weight:700!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#8abeb7!important;font-weight:700!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#b294bb!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#8abeb7!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#b294bb!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#f0c674!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#b5bd68!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#81a2be!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#c5c8c6!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#f0c674!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#c66!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#8abeb7!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#c5c8c6!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#c66!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#81a2be!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#c5c8c6!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#f0c674!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#81a2be!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#c5c8c6!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#8abeb7!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#c66!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#8abeb7!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#de935f!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#b5bd68!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#c5c8c6!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#969896!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#b5bd68!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#de935f!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#b5bd68!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#de935f!important}.highlight code .s2,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#b5bd68!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#c5c8c6!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#c66!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#de935f!important} EOT;\n}\n@advanced dropdown bg-choice \"Background\" {\n crosshatch \"Cross-Hatch\" <<<EOT\n url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAAAAABURb1YAAAFoUlEQVR4AWXWCY7kMJcDYd9DiCD4jLr/EWezJOT8vbMXy8ZngpVPlLUWbWABJFVRZyqqdqIq9O9V1gJS14KFfYzASvgS1UTF1jSqE9qgNjYVoNxLfIhCBFKhOTdPNR11KpmKk4W2LhowESMPKHHBItCg2tqoGm0VbWnXAmxIAFALPIAtCxY4VVX7jqrSGRVlJnwqfRsAIG+BZ0EmHy7Jm3NMo6KzdWXGc8ycY2zyHdOrW3hHhcQ0+uvcYlz3LQgQVyrPp2t+dUncjzHVTNFNuvhwK2Jgkfh856/INm05pjEVtWEKC6IfrmmtfPnpYZkRVTPjFztVUDsDLLCvR2WmX6RPXV/KRBQ7E0GZN5w+5+rKd2J7Ev1sFtVGlYY2oq2tgtN1SakCTkwiaxkebLZuJtjCd/OvyY1OQXXrGnAKfE67xbGq/NzemNviTWC2LjHjl6ruFucdUTTT4/wO7tQtkPd0LtO1ncs+ZrVvUXXeHue3Xt1zTD1vJlkbt8rigWhH3EUJ6HT31JYE1lp15XY1BSDaFh4asRNt0U5gqraB+UyFZJNagXh/qTxV1TY90VSVSLMX0W7dGA/4SfEZj+R7l6Hs9O6Orx5ne51Tj3Oev5E9MFWReefovrI73lzdnTziy8mTRjU1jZ99GtT52We2bmVfvqvKovqYqZ6N2GlGbRZYWM3CRKzX2bVQoMqjnbSopmlBTe3vMix227dzvqRJVR9+dT0LfJZhTyzbeaffIg6qz+muKJ2KoJ249yD3ku5kI/sJm31Mj41TrIoNVlgrolc33nTK06qPrdpRW6UTnZwnj6BuXdy6EMCqtPqcPUhS9OoC6mnYr+7p7tY10zyfLv7ovrMxfLs2y9trusGZMyW+80zU7z9Wz5D//8YusxMkP845i/Qk21Sru3W3u+aI5OtbWK3bpVVtk8c0OnuLpYVlXWQrYgFui0nAouTMy6OZtKKk5+EN9+GPs6e7aOpuewv6eL++gfnrIbiNdX7+bu0+j4rCvKo+aKdVxenV7dGtO3F1aRrP00R9sN26TNa+JsLpKYmLtZ1ZWJxGSc1UfDy7q/1Ms9ZdbuICFXJ1I5puXRt8WlXTpAsWhrrb4v7K7e3N7a5pZ4f0ed3mfy8L1iLzr3PmpDllv0nnfaaeZcj185/d/U3qj662fWwFpnsSqYvb3eN1+ky0Vclom50eTncXxA9x2cDu/F6GZcSAGrWqCe698be7qTv529jjXEVtT9GSGbktZp3G7nScj+4CTnflfXN1VXzU1uyLG88KnBSPblVBnUZFm91inYBsXW/zbG4SltE0YKtp1I5po4/tbWxYZ83PFldYiWcZCpkvaUc11Weu7iYwhltZfu3VnlGhnRHUmT6zABb+mv4u8Np/p1xTVd9XYG9x3RNybm39cWYnGkXTO9kn0fG5y7BWXKexp7v085JOxI62OyWN0pEHE/yEEgx7LSyf7rJbklTVakak3e18wHicTVlrRzeV9WzjiGrP7NqZAmt/Lv5nd518uitvVNH56W5Qwfd1AQ+YxP/UjXqfJgpm2tyhUpE0suBZFqzHNFm7uzl/l7sHnajtdf68Fs/ZWMm4gHpb/OliqjfRUf2bmBGYLJ66u5vJrpqRf5cORdupKvl7D2n06VdiMl3/sbvrdBfnL6ri+yX07933pfP801huIiaoOLm6J82c2xkfb2NPAs1Zhmva6XWuOm/W1P0+Hmz4XRnXTWpGs/cgN2nvZwsiPEBSd3Ud2XFjJNPtPCd1Zlys2zmef3Z3rU8tomK3rs5N73v3+ZXd4uY6E2GB9SzD7MbaprkJYN1rn1/dSCJrWc1U6GjbLZIp2nFZf67g4e6ucbH40Y1WwebsbrbuUjCfxGdzG/uldlA1naJI5p3j/FaARdxvZtKHfz49dIKizl9hL3Cvruf/3Sum/w07RUTLccAlwgAAAABJRU5ErkJggg==) EOT;\n uniform \"Uniform Tile\" <<<EOT\n url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEUfHx8aGhrh02scAAAAH0lEQVR4AWMQRAICeHn/kcAH8vSN6hvVN6pvVN+oPgAPQ4LItqOMdQAAAABJRU5ErkJggg==) EOT;\n random \"Random Tile\" <<<EOT\n url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAACVBMVEUaGhohISElJSUh9lebAAABwElEQVR4AY3Vua3gOBgGQQXZhgKYgwHJYAA0Ksu9CAh6hxbTbvFzfx6rNEGlHY6z5KvMw4s43mN2Z5fqYLzKyrfyXhXKnKBdD9n58UWW3Vlb3mOCmWoHHZbdV5lv8t7Ver6ldsfqumVAdbblxxcZVcd7QWq2Y6VsadS4ZTzFDbFa5XivqlxVUFG1Jd6k66u8x0RIOw0cXAiNW2z58bJ5r1LTQtVVuy1x2jK+yLTlxy3v5RogszEXSB0ZF4iYWLbMMUBGPDbvpRQUVUV9kvGU6ynrIe9FOqssJcQ4oqurCjV6ytmqco4SwvGeNCoJaphwSHoK13cyuuU9ZaQI0lB1qB8zT3GL2XjKueU9pR+gH0OlqvGUzHWLQ81O0Dg95L3Uj9qxKx0pr3LdYrnlvQKlUEnV/8v4Xt6bThZROwaO5QfTUyY4GCBWu8Wf/nO4ULtj/li3mE9Z47zlx/WU94Iq7RD5XuZ6ynjIGn9yr1VhFaq2NH9s4bP4Rt5j2NFO5MBXGVsmsD5v3gslYORsd8R1i1rrIUoLKLXlvVhgKH7ApToyhk21TJhbLDvdN151vEetJtKdOtYo4SmnOvhGpjpe+xuj3X723ghdygAAAABJRU5ErkJggg==) EOT;\n custom \"Custom\" <<<EOT\n var(--ghd-bg-custom) EOT;\n none \"None\" <<<EOT\n none EOT;\n}\n@advanced text bg-custom \"Custom Background\" url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAAAAABURb1YAAAFnklEQVR4AWWXCY4cwXbE6h4JMhCvMPc/ov+3Ox9QsLCGpKlFHILd+UQ559AGDkBSFXWmomonqkL/XuUcIPUcONjHCJyE36KaqNiaRnVCG9TGpgIU9hIfohCBVGj24ammo04lU3Fy0NZDAyZi5AElHjgEGlRbG1WjraIt7TmADQkAaoEHsOXAAaeqat9RVTqjosyEH5W+DQCQt8BzIJMfXJI3e5tGRefSlRn3NrO3scnvNl26FN5RITGNfjm3GM/+FhQgnlQeImC+dEm8rzHVTNGL9EADVsTAIfGJBziRy7RlmcZU1IYpHIj+4JrWym8/XSwzompmFNVOFdTOAAfs61KZ6eXcp57fykQUOxNBmTesz2HpCnCg3UV/bA7VRpWGNqKtrYLTs0ilCjgxiZxjeLC5dDPBFn4Pn2ja6BRUL10DTgET4Focq8rn8casxV4E5tIlZvytqtfivCOKZrqc38G7egnkXecyPZdzubc57VtUnbfL+a0u3b1N3d9Mci7cKocHoh3xihLQ6fXUlgTOOfVkXSUFINoWHhqxE23RTmCqtoEJaITkIrUCkU9fnqpqm+40VSXS3CLaSzfGBb4rPuOSfN0ylLve6/jpcrbL2dTlnOdv5AamKjLvLN1XruMNS/cul/hx8twKpKYRaE2DOp8+c+lW7uVXVQ7Vx0x1G3HXjNocsHCac7NbWc6egwJVHu2kRTVNC2pqv2U4XNsv5/yWJlV9+NJ1C7xluInlcr7rK+Kg+qy7onQqgnbi7UHcS3qXjdw3bO5tumycYlVssMI5EXXpRnatPK362KodtVU60cm+eQT10sVLFwJYlVaf7UGSoi5dQF3DvnTX3UvXTPO8quKH7jsXhm/PxfKWZXqBM5sS33kmKtC31Q05fI095i5IPpyzRXqSy1Sr17p1F7NE8vMtnNbLpVVtk8c0OrfF0sKxHnIpYgHW4puMomTz8mgmrSjpvrxhX97l7LqLpl7bW9BH9/MNzF8XwRqL8/m7c30eFYV5VX3QTquK06XbLt16F4ks+8Z9m6gPtpcuk3OvibCekng4lzMHi9MoqZmKj9tdbQCbc7bcEA+oEJduRNNL1waf1tuI9MDBUK8t3k9uFz3rrqadO9Ln9TL/ezlwDvky3TW7ZmXfpc77TN0yhOXnP939LvVDV9s+tgLTm0TqYd1lea3PRFuVjLa562HdPbCfascGrvO3DMeIATVqVRO8vfHrbupdfo1dzlXUdkVLZsS1mLPG3rWcl+4B1l1537h0VXzU1tyLG7cCu+LSrSqo06hocy3WCcil65qHDbuEYzQN2HpT3jFt9LEFvHTP1nxbXOEkbhkKmd+6BTfVZ/I143z/Fyz6Za92o0I7I6gzfeYAHPwy/Rb43L9TLtMt8CtwW1xvQvbR1g9n7qJRNN1kdxcdH7cM58Szxq679MdLOhE72t6VNEpHHkzwRyjBcGth+dE99pIkVbWaEWmvnQ8Yl7Mp59zpRWXdNo6odrO754Zzvxf/010nP7onb1TR+bgbVPB9PcADJvH/043Kvk0UzLRxQ6UiaeTAcyxYl2lyrrvZv8v2wE7U1uVcST0821jJeIDKWuyxiqnuko7q3+zJYXJ46nV3D67EyL+lQ9F2qkr+3kUafQpwYE8T329p6y7OX1TF97fQv/c+l87zj7Hsgpig4qRLd9fMPs74rLGyCzRbhmVqpy7nqvPmTD1gvKe7b2U8u1QzmtuDuEtbgT3c8QBJveo6cueFkUwv59nVmfFw1jl4/unuOT9qERV76ers8n23z/c8/Xy7a4lwwLplmGusbRp33Up13+ZDN3KPxNVMhY62vUQyRTse6+cKHtZYjIfDh260Cjbb3Vy6R8H8SMBzqSwrsB1UTacoknlnOb8V4JD9Njfpwz/fHjpBUeevcAtcl65sqXPX9D87RUTLc/dfOgAAAABJRU5ErkJggg==)\n@advanced dropdown bg-options \"Background image type\" {\n Tiled \"Tiled\" <<<EOT\n background-repeat: repeat !important;\n background-size: auto !important;\n background-position: left top !important; EOT;\n Fit window size \"Fit window size\" <<<EOT\n background-repeat: no-repeat !important;\n background-size: cover !important;\n background-position: center top !important; EOT;\n}\n@advanced dropdown bg-attachment \"Background image attachment\" {\n Scroll \"Scroll\" <<<EOT\n scroll EOT;\n Fixed \"Fixed\" <<<EOT\n fixed EOT;\n}\n@advanced dropdown tab-size \"Code Tab size\" {\n 2 \"2\" <<<EOT\n pre, .highlight, .diff-table, .tab-size {\n tab-size: 2 !important;\n -moz-tab-size: 2 !important;\n } EOT;\n 4 \"4\" <<<EOT\n pre, .highlight, .diff-table, .tab-size {\n tab-size: 4 !important;\n -moz-tab-size: 4 !important;\n } EOT;\n 8 \"8\" <<<EOT\n pre, .highlight, .diff-table, .tab-size {\n tab-size: 8 !important;\n -moz-tab-size: 8 !important;\n } EOT;\n}\n@advanced text font-choice \"Code Font\" Menlo\n@advanced text font-features \"Code Font Features\" normal\n@advanced text font-size-choice \"Code Font Size\" 12\n@advanced dropdown code-wrap \"Code Wrap\" {\n nowrap \"No Wrap\" <<<EOT\n EOT;\n wrap \"Wrap\" <<<EOT\n /* GitHub Bug: Enable wrapping of long code lines *\\/\n body:not(.nowrap) .blob-code-inner,\n body:not(.nowrap) .markdown-body pre > code,\n body:not(.nowrap) .markdown-body .highlight > pre {\n white-space: pre-wrap !important;\n word-break: break-all !important;\n overflow-wrap: break-word !important;\n display: block !important;\n }\n body:not(.nowrap) td.blob-code-inner {\n display: table-cell !important;\n } EOT;\n}\n==/UserStyle== */\n@-moz-document regexp(\"^https?://((education|gist|graphql|guides|docs|raw|resources|status|developer|support|vscode-auth)\\\\.)?github\\\\.com/((?!generated_pages/preview).)*$\"), domain(\"githubusercontent.com\"), domain(\"www.githubstatus.com\"), domain(\"stylishthemes.github.io\") {\n :root {\n --ghd-bg-custom: /*[[bg-custom]]*/;\n --ghd-bg-img: /*[[bg-choice]]*/;\n --ghd-code-background: #141414;\n --ghd-code-color: #ccc;\n }\n}\n@-moz-document regexp(\"^https?://((education|gist|graphql|guides|docs|raw|resources|status|developer|support|vscode-auth)\\\\.)?github\\\\.com/((?!generated_pages/preview).)*$\"), domain(\"githubusercontent.com\"), domain(\"www.githubstatus.com\") {\n button {\n color: #b5b5b5;\n }\n /* https://github.com/StylishThemes/GitHub-Dark/issues/968 */\n input, textarea {\n color: #bebebe;\n }\n svg {\n fill: #bebebe;\n }\n svg[fill=\"none\"] {\n fill: none;\n }\n .Popover-message::before {\n border-bottom-color: #343434;\n }\n .Popover-message::after {\n border-bottom-color: #181818;\n }\n .alert {\n background: #182030;\n border-color: #246;\n }\n .CircleBadge, .page-profile .user-status-container {\n background: #181818;\n }\n body[class=\"page-responsive\"] .list-options .list-item > .octicon {\n color: #181818;\n }\n /* begin gist.github.com rules */\n /* gist.github.com: \"initial\" */\n a {\n background-color: initial;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n mark {\n color: #dcdcdc;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n a {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n kbd {\n color: #afafaf;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .Box, kbd {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .Box, .Box-header {\n border-color: #343434;\n }\n .Box-header {\n background-color: #222;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: inset 2px 0 0 /*[[base-color]]*/;\n }\n /* gist.github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* gist.github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width:768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: /*[[base-color]]*/;\n }\n }\n /* gist.github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* gist.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* gist.github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* gist.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* gist.github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .breadcrumb-item::after {\n color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .breadcrumb-item-selected,\n .breadcrumb-item[aria-current]:not([aria-current=false]) {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .btn .octicon {\n color: #949494;\n }\n /* gist.github.com: \"rgba(27,31,35,.08)\" */\n .btn .Counter {\n background-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #24292e\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* gist.github.com: \"#f3f4f6\" */\n .btn.hover, .btn:hover, [open] > .btn {\n background-color: #242424;\n }\n /* gist.github.com: \"#edeff2\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n .btn.selected, .btn:active, .btn[aria-selected=true] {\n background-color: #343434;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #959da5\", \"#fafbfc\", \"rgba(27,31,35,.15)\" */\n .btn.disabled, .btn:disabled, .btn[aria-disabled=true] {\n color: #767676;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 3px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* gist.github.com: \"color: #fff\", \"#2ea44f\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-primary {\n color: #fff;\n background-color: #373;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* gist.github.com: \"#2c974b\" */\n .btn-primary.hover, .btn-primary:hover, [open] > .btn-primary {\n background-color: #484;\n }\n /* gist.github.com: \"#2a8f47\" */\n .btn-primary.selected, .btn-primary:active, .btn-primary[aria-selected=true] {\n background-color: #595;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.8)\", \"#94d3a2\", \"rgba(27,31,35,.1)\", \"rgba(27,31,35,.1)\" */\n .btn-primary.disabled, .btn-primary:disabled,\n .btn-primary[aria-disabled=true] {\n color: hsla(0, 0%, 100%, .8);\n background-color: #040;\n border-color: rgba(220, 220, 220, .1);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* gist.github.com: \"hsla(0,0%,100%,.8)\" */\n .btn-primary .octicon {\n color: hsla(0, 0%, 100%, .8);\n }\n /* gist.github.com: \"#cb2431\" */\n .btn-danger {\n color: #d82828;\n }\n /* gist.github.com: \"color: #fff\", \"#cb2431\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-danger:hover, [open] > .btn-danger {\n background-color: #d82828;\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* gist.github.com: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n .btn-danger.selected, .btn-danger:active, .btn-danger:hover,\n .btn-danger[aria-selected=true], [open] > .btn-danger {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn-danger.disabled, .btn-danger:disabled, .btn-danger[aria-disabled=true] {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* gist.github.com: \"rgba(203,36,49,.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 3px rgba(255, 68, 68, .4);\n }\n /* gist.github.com: \"#0366d6\" */\n .btn-outline {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-outline:hover, [open] > .btn-outline {\n background-color: /*[[base-color]]*/;\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* gist.github.com: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n .btn-outline[aria-selected=true], [open] > .btn-outline {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"rgba(3,102,214,.5)\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn-outline.disabled, .btn-outline:disabled,\n .btn-outline[aria-disabled=true] {\n color: rgba(/*[[base-color-rgb]]*/, .5);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* gist.github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: linear-gradient(-180deg, /*[[base-color]]*/, /*[[base-color]]*/ 90%);\n }\n /* gist.github.com: \"rgba(27,31,35,.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* gist.github.com: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-blue.selected, .btn-blue:active, .btn-blue[aria-selected=true],\n [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* gist.github.com: \"none\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* gist.github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n background-color: #181818;\n }\n /* gist.github.com: \"#0366d6\", \"initial\" */\n .btn-blue .Counter, .btn-link {\n color: /*[[base-color]]*/;\n }\n .btn-link {\n background-color: initial;\n }\n /* gist.github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover, .btn-link[aria-disabled=true],\n .btn-link[aria-disabled=true]:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* gist.github.com: \"#0366d6\", \"initial\", \"box-shadow: none\" */\n .btn-invisible {\n color: /*[[base-color]]*/;\n background-color: initial;\n box-shadow: none;\n }\n /* gist.github.com: \"#0366d6\", \"none\", \"box-shadow: none\" */\n .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active,\n .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active,\n .btn-invisible:focus, .btn-invisible:hover,\n .btn-invisible[aria-selected=true] {\n color: /*[[base-color]]*/;\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #586069\", \"transparent\" */\n .btn-octicon {\n color: #afafaf;\n background-color: transparent;\n }\n /* gist.github.com: \"#0366d6\" */\n .btn-octicon:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #959da5\" */\n .btn-octicon.disabled, .btn-octicon.disabled:hover,\n .btn-octicon[aria-disabled=true], .btn-octicon[aria-disabled=true]:hover {\n color: #767676;\n }\n /* gist.github.com: \"#cb2431\" */\n .btn-octicon-danger:hover {\n color: #d82828;\n }\n /* gist.github.com: \"transparent\" */\n .close-button {\n background-color: transparent;\n }\n /* gist.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* gist.github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* gist.github.com: \"#0366d6\" */\n .social-count:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .social-count:focus {\n box-shadow: 0 0 0 3px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#e1e4e8\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #343434;\n box-shadow: none;\n }\n /* gist.github.com: \"#0366d6\", \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .form-control.focus, .form-control:focus, .form-select.focus,\n .form-select:focus {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 0 3px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* gist.github.com: \"color: #959da5\", \"#f3f4f6\" */\n .form-control[disabled], .form-select[disabled] {\n color: #767676;\n background-color: #242424;\n }\n /* gist.github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff\", \"box-shadow: none\" */\n .input-dark {\n color: #fff;\n box-shadow: none;\n }\n /* gist.github.com: \"rgba(27,31,35,.3)\" */\n .input-dark.focus, .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* gist.github.com: \"color: #6a737d\" */\n :-ms-input-placeholder {\n color: #949494;\n }\n /* gist.github.com: \"color: #6a737d\" */\n ::-ms-input-placeholder {\n color: #949494;\n }\n /* gist.github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* gist.github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* gist.github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group .form-group-header label,\n .hfields .form-group dt label {\n color: #afafaf;\n }\n /* gist.github.com: \"#735c0f\", \"#fffbdd\", \"#f9c513\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #cb4;\n }\n /* gist.github.com: \"#fff\" */\n .form-group .form-control, .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* gist.github.com: \"#cb2431\" */\n .form-group .form-group-body h4.is-error, .form-group dd h4.is-error {\n color: #d82828;\n }\n /* gist.github.com: \"#22863a\" */\n .form-group .form-group-body h4.is-success, .form-group dd h4.is-success {\n color: #6cc644;\n }\n /* gist.github.com: \"#cb2431\" */\n .form-group.required .form-group-header label::after,\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* gist.github.com: \"#22863a\" */\n .form-group.successful .success {\n color: #6cc644;\n }\n /* gist.github.com: \"#144620\", \"#dcffe4\", \"#34d058\" */\n .form-group.successed .success {\n color: #6cc644;\n background-color: #002800;\n border-color: #373;\n }\n /* gist.github.com: \"#dcffe4\" */\n .form-group.successed .success::after {\n border-bottom-color: #002800;\n }\n /* gist.github.com: \"#34d058\" */\n .form-group.successed .success::before {\n border-bottom-color: #373;\n }\n /* gist.github.com: \"#f9c513\" */\n .form-group.warn .form-control {\n border-color: #cb4;\n }\n /* gist.github.com: \"#fff5b1\", \"#f9c513\" */\n .form-group.warn .warning {\n background-color: #651;\n border-color: #cb4;\n }\n /* gist.github.com: \"#fff5b1\" */\n .form-group.warn .warning::after {\n border-bottom-color: #651;\n }\n /* gist.github.com: \"#f9c513\" */\n .form-group.warn .warning::before {\n border-bottom-color: #cb4;\n }\n /* gist.github.com: \"#cb2431\" */\n .form-group.errored .form-control {\n border-color: #d82828;\n }\n /* gist.github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* gist.github.com: \"#ffeef0\", \"#f97583\" */\n .form-group.errored .error {\n background-color: #300;\n border-color: #f88;\n }\n /* gist.github.com: \"#ffeef0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* gist.github.com: \"#f97583\" */\n .form-group.errored .error::before {\n border-bottom-color: #f88;\n }\n /* gist.github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* gist.github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* gist.github.com: \"initial\" */\n .inline-form .btn-plain {\n background-color: initial;\n }\n /* gist.github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* gist.github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* gist.github.com: \"box-shadow: none\" */\n .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* gist.github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* gist.github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #24292e\", \"#e1e4e8\" */\n .radio-label {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n :checked + .radio-label {\n border-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .menu {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #1b1f23\", \"#eaecef\" */\n .menu-item {\n color: #dcdcdc;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .menu-item:focus, .menu-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"#fafbfc\" */\n .menu-item:active {\n background-color: #181818;\n }\n /* gist.github.com: \"#f9826c\" */\n .menu-item.selected::before,\n .menu-item[aria-current]:not([aria-current=false])::before,\n .menu-item[aria-selected=true]::before {\n background-color: #fff;\n }\n /* gist.github.com: \"color: #959da5\" */\n .menu-item .octicon {\n color: #767676;\n }\n /* gist.github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* gist.github.com: \"color: #1b1f23\", \"#eaecef\" */\n .menu-heading {\n color: #dcdcdc;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .menu-heading, .tabnav {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"initial\" */\n .tabnav-tab {\n color: #cdcdcd;\n background-color: initial;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .tabnav-tab.selected, .tabnav-tab[aria-current]:not([aria-current=false]),\n .tabnav-tab[aria-selected=true] {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .tabnav-tab:active {\n color: #949494;\n }\n /* gist.github.com: \"color: #959da5\" */\n .tabnav-tab .octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\", \"initial\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: initial;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .filter-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected, .filter-item[aria-current]:not([aria-current=false]),\n .filter-item[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* gist.github.com: \"#fafbfc\" */\n .SideNav {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #1b1f23\", \"initial\", \"#eaecef\" */\n .SideNav-item {\n color: #dcdcdc;\n background-color: initial;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .SideNav-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .SideNav-item:focus, .SideNav-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\" */\n .SideNav-item:active, .SideNav-item[aria-current]:not([aria-current=false]),\n .SideNav-item[aria-selected=true] {\n background-color: #181818;\n }\n /* gist.github.com: \"#f9826c\" */\n .SideNav-item[aria-current]:not([aria-current=false])::before,\n .SideNav-item[aria-selected=true]::before {\n background-color: #fff;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .SideNav-icon {\n color: #949494;\n }\n /* gist.github.com: \"#0366d6\", \"initial\" */\n .SideNav-subItem {\n color: /*[[base-color]]*/;\n background-color: initial;\n }\n /* gist.github.com: \"color: #24292e\" */\n .SideNav-subItem:focus, .SideNav-subItem:hover,\n .SideNav-subItem[aria-current]:not([aria-current=false]),\n .SideNav-subItem[aria-selected=true] {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"#e1e4e8\" */\n .subnav-item {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\", \"#005cc5\" */\n .subnav-item.selected, .subnav-item[aria-current]:not([aria-current=false]),\n .subnav-item[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: #4f8cc9;\n }\n /* gist.github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .subnav-search-icon {\n color: #767676;\n }\n /* gist.github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .UnderlineNav {\n box-shadow: inset 0 -1px 0 #343434;\n }\n /* gist.github.com: \"color: #1b1f23\", \"initial\", \"rgba(209,213,218,0)\" */\n .UnderlineNav-item {\n color: #dcdcdc;\n background-color: initial;\n border-bottom-color: transparent;\n }\n /* gist.github.com: \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n border-bottom-color: #404040;\n }\n /* gist.github.com: \"#f9826c\" */\n .UnderlineNav-item.selected,\n .UnderlineNav-item[aria-current]:not([aria-current=false]),\n .UnderlineNav-item[role=tab][aria-selected=true] {\n border-bottom-color: #fff;\n }\n /* gist.github.com: \"color: #586069\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon,\n .UnderlineNav-item[aria-current]:not([aria-current=false]) .UnderlineNav-octicon,\n .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #24292e\" */\n .pagination a, .pagination em, .pagination span {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eaecef\" */\n .pagination a:active, .pagination a:focus, .pagination a:hover,\n .pagination em:active, .pagination em:focus, .pagination em:hover,\n .pagination span:active, .pagination span:focus, .pagination span:hover {\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .pagination .next_page, .pagination .previous_page {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover,\n .pagination [aria-current]:not([aria-current=false]) {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover, .pagination [aria-disabled=true],\n .pagination [aria-disabled=true]:hover {\n color: #949494;\n }\n /* gist.github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:544px) {\n .border-sm {\n border-color: #343434 !important;\n }\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:768px) {\n .border-md {\n border-color: #343434 !important;\n }\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1012px) {\n .border-lg {\n border-color: #343434 !important;\n }\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1280px) {\n .border-xl {\n border-color: #343434 !important;\n }\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* gist.github.com: \"#0366d6\" */\n .border-blue {\n border-color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* gist.github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* gist.github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* gist.github.com: \"#d73a49\" */\n .border-red {\n border-color: #d82828 !important;\n }\n /* gist.github.com: \"#f97583\" */\n .border-red-light {\n border-color: #f88 !important;\n }\n /* gist.github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* gist.github.com: \"#f9c513\" */\n .border-yellow {\n border-color: #cb4 !important;\n }\n /* gist.github.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* gist.github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\" */\n .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* gist.github.com: \"rgba(27,31,35,.04)\" */\n .box-shadow {\n box-shadow: 0 1px 0 #000 !important;\n }\n /* gist.github.com: \"rgba(149,157,165,.15)\" */\n .box-shadow-medium {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15) !important;\n }\n /* gist.github.com: \"rgba(149,157,165,.2)\" */\n .box-shadow-large {\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2) !important;\n }\n /* gist.github.com: \"rgba(149,157,165,.3)\" */\n .box-shadow-extra-large {\n box-shadow: 0 12px 48px rgba(0, 0, 0, .3) !important;\n }\n /* gist.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* gist.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .bg-blue {\n background-color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* gist.github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* gist.github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* gist.github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* gist.github.com: \"#ffeef0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* gist.github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* gist.github.com: \"#dbab09\" */\n .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* gist.github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* gist.github.com: \"#fafbfc\" */\n .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .bg-gray-1 {\n background-color: #222 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .color-gray-2 {\n color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* gist.github.com: \"#d1d5da\" */\n .color-gray-3 {\n color: #404040 !important;\n }\n /* gist.github.com: \"#d1d5da\" */\n .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* gist.github.com: \"color: #959da5 !important\" */\n .color-gray-4 {\n color: #767676 !important;\n }\n /* gist.github.com: \"color: #6a737d !important\" */\n .color-gray-5 {\n color: #949494 !important;\n }\n /* gist.github.com: \"#6a737d\" */\n .bg-gray-5 {\n background-color: #444 !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .color-gray-6 {\n color: #afafaf !important;\n }\n /* gist.github.com: \"#586069\" */\n .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* gist.github.com: \"color: #444d56 !important\" */\n .color-gray-7 {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #2f363d !important\" */\n .color-gray-8 {\n color: #bebebe !important;\n }\n /* gist.github.com: \"#2f363d\" */\n .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"#24292e\" */\n .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#dbedff\" */\n .bg-blue-0, .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .color-blue-2 {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .bg-blue-2 {\n background-color: #246 !important;\n }\n /* gist.github.com: \"#79b8ff\" */\n .color-blue-3 {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#79b8ff\" */\n .bg-blue-3 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#2188ff\" */\n .color-blue-4 {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#2188ff\" */\n .bg-blue-4 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .color-blue-5 {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .bg-blue-5 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#005cc5\" */\n .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* gist.github.com: \"#005cc5\" */\n .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* gist.github.com: \"#044289\" */\n .color-blue-7 {\n color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* gist.github.com: \"#044289\" */\n .bg-blue-7 {\n background-color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* gist.github.com: \"color: #032f62 !important\" */\n .color-blue-8 {\n color: #9daccc !important;\n }\n /* gist.github.com: \"#032f62\" */\n .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"color: #05264c !important\" */\n .color-blue-9 {\n color: #bebebe !important;\n }\n /* gist.github.com: \"#05264c\" */\n .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"#f0fff4\" */\n .color-green-0 {\n color: #002800 !important;\n }\n /* gist.github.com: \"#f0fff4\" */\n .bg-green-0 {\n background-color: #002800 !important;\n }\n /* gist.github.com: \"#dcffe4\" */\n .color-green-1 {\n color: #002800 !important;\n }\n /* gist.github.com: \"#dcffe4\" */\n .bg-green-1 {\n background-color: #002800 !important;\n }\n /* gist.github.com: \"#34d058\" */\n .color-green-4 {\n color: #373 !important;\n }\n /* gist.github.com: \"#34d058\" */\n .bg-green-4 {\n background-color: #373 !important;\n }\n /* gist.github.com: \"#28a745\" */\n .color-green-5 {\n color: #484 !important;\n }\n /* gist.github.com: \"#28a745\" */\n .bg-green-5 {\n background-color: #484 !important;\n }\n /* gist.github.com: \"#22863a\" */\n .color-green-6 {\n color: #6cc644 !important;\n }\n /* gist.github.com: \"#22863a\" */\n .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* gist.github.com: \"#165c26\" */\n .color-green-8 {\n color: #6cc644 !important;\n }\n /* gist.github.com: \"#165c26\" */\n .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* gist.github.com: \"#144620\" */\n .color-green-9 {\n color: #6cc644 !important;\n }\n /* gist.github.com: \"#144620\" */\n .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* gist.github.com: \"#fffdef\" */\n .color-yellow-0 {\n color: #261d08 !important;\n }\n /* gist.github.com: \"#fffdef\" */\n .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* gist.github.com: \"#fffbdd\" */\n .color-yellow-1 {\n color: #261d08 !important;\n }\n /* gist.github.com: \"#fffbdd\" */\n .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* gist.github.com: \"#fff5b1\" */\n .color-yellow-2 {\n color: #651 !important;\n }\n /* gist.github.com: \"#fff5b1\" */\n .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* gist.github.com: \"#ffea7f\" */\n .color-yellow-3 {\n color: #542 !important;\n }\n /* gist.github.com: \"#ffea7f\" */\n .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* gist.github.com: \"#ffd33d\" */\n .color-yellow-5 {\n color: #cb4 !important;\n }\n /* gist.github.com: \"#ffd33d\" */\n .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#f9c513\" */\n .color-yellow-6 {\n color: #cb4 !important;\n }\n /* gist.github.com: \"#f9c513\" */\n .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#dbab09\" */\n .color-yellow-7 {\n color: #cb4 !important;\n }\n /* gist.github.com: \"#dbab09\" */\n .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#b08800\" */\n .color-yellow-8 {\n color: #cb4 !important;\n }\n /* gist.github.com: \"#b08800\" */\n .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#735c0f\" */\n .color-yellow-9 {\n color: #bba257 !important;\n }\n /* gist.github.com: \"#735c0f\" */\n .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* gist.github.com: \"#fb8532\" */\n .color-orange-4 {\n color: #fb8532 !important;\n }\n /* gist.github.com: \"#fb8532\" */\n .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* gist.github.com: \"#e36209\" */\n .color-orange-6 {\n color: #fb8532 !important;\n }\n /* gist.github.com: \"#e36209\" */\n .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* gist.github.com: \"#d15704\" */\n .color-orange-7 {\n color: #f3582c !important;\n }\n /* gist.github.com: \"#d15704\" */\n .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* gist.github.com: \"#a04100\" */\n .color-orange-9 {\n color: #f3582c !important;\n }\n /* gist.github.com: \"#a04100\" */\n .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* gist.github.com: \"#ffeef0\" */\n .color-red-0 {\n color: #300 !important;\n }\n /* gist.github.com: \"#ffeef0\" */\n .bg-red-0 {\n background-color: #300 !important;\n }\n /* gist.github.com: \"#ffdce0\" */\n .color-red-1 {\n color: #300 !important;\n }\n /* gist.github.com: \"#ffdce0\" */\n .bg-red-1 {\n background-color: #300 !important;\n }\n /* gist.github.com: \"#f97583\" */\n .color-red-3 {\n color: #f88 !important;\n }\n /* gist.github.com: \"#f97583\" */\n .bg-red-3 {\n background-color: #f88 !important;\n }\n /* gist.github.com: \"#d73a49\" */\n .color-red-5 {\n color: #d82828 !important;\n }\n /* gist.github.com: \"#d73a49\" */\n .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* gist.github.com: \"#cb2431\" */\n .color-red-6 {\n color: #d82828 !important;\n }\n /* gist.github.com: \"#cb2431\" */\n .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* gist.github.com: \"#86181d\" */\n .color-red-9 {\n color: #d82828 !important;\n }\n /* gist.github.com: \"#86181d\" */\n .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* gist.github.com: \"#f5f0ff\" */\n .color-purple-0 {\n color: #213 !important;\n }\n /* gist.github.com: \"#f5f0ff\" */\n .bg-purple-0 {\n background-color: #213 !important;\n }\n /* gist.github.com: \"#8a63d2\" */\n .color-purple-4 {\n color: #53387a !important;\n }\n /* gist.github.com: \"#8a63d2\" */\n .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* gist.github.com: \"#6f42c1\" */\n .color-purple-5 {\n color: #9378ba !important;\n }\n /* gist.github.com: \"#6f42c1\" */\n .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* gist.github.com: \"#ffeef8\" */\n .color-pink-0 {\n color: #170711 !important;\n }\n /* gist.github.com: \"#ffeef8\" */\n .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .color-pink-4 {\n color: #c49 !important;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* gist.github.com: \"#99306f\" */\n .color-pink-8 {\n color: #e6b !important;\n }\n /* gist.github.com: \"#99306f\" */\n .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .text-blue {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* gist.github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"#22863a\" */\n .text-green {\n color: #6cc644 !important;\n }\n /* gist.github.com: \"#b08800\" */\n .text-yellow {\n color: #cb4 !important;\n }\n /* gist.github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* gist.github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* gist.github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* gist.github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .link-gray:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .muted-link:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* gist.github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"initial\" */\n @keyframes blink {\n 50% {\n background-color: initial;\n }\n }\n /* gist.github.com: \"#fff\" */\n image-crop .crop-box {\n border-color: #181818;\n }\n /* gist.github.com: \"#fff\" */\n image-crop .handle::before {\n background-color: #181818;\n }\n /* gist.github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .ajax-pagination-form .ajax-pagination-btn {\n color: /*[[base-color]]*/;\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\", \"#f6f8fa\" */\n .ajax-pagination-form .ajax-pagination-btn:focus,\n .ajax-pagination-form .ajax-pagination-btn:hover {\n color: /*[[base-color]]*/;\n background-color: #222;\n }\n /* gist.github.com: \"#f6f8fa\", \"#d1d5da\" */\n .ajax-pagination-form.loading .ajax-pagination-btn {\n background-color: #222;\n border-color: #404040;\n }\n /* gist.github.com: \"box-shadow: none\" */\n body.intent-mouse [role=button]:focus,\n body.intent-mouse [role=tabpanel][tabindex=\"0\"]:focus,\n body.intent-mouse a:focus, body.intent-mouse button:focus,\n body.intent-mouse summary:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"#fffbdd\" */\n .conflict-gutter-marker {\n background-color: #261d08;\n }\n /* gist.github.com: \"#d73a49\" */\n .conflict-gutter-marker::after, .conflict-gutter-marker::before {\n background-color: #d82828;\n }\n /* gist.github.com: \"#959da5\" */\n .form-group:hover .form-field-hover, .placeholder-box {\n border-color: #484848;\n }\n /* gist.github.com: \"color: #24292e\" */\n .template-previews .discussion-sidebar-heading {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#0366d6\" */\n .template-previews .discussion-sidebar-heading:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .gollum-editor .comment-form-head.tabnav {\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\", \"none\" */\n .zeroclipboard-link {\n color: /*[[base-color]]*/;\n background: none;\n }\n /* gist.github.com: \"color: #fff\" */\n .auth-form-header, .auth-form-header h1 a {\n color: #fff;\n }\n /* gist.github.com: \"#fff\" */\n .auth-form-body {\n background-color: #181818;\n }\n /* gist.github.com: \"#eaeaea\" */\n .two-factor-help {\n border-color: #343434;\n }\n /* gist.github.com: \"#eaeaea\" */\n .u2f-auth-header:not(:last-child) {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#f9f9f9\" */\n .session-authentication {\n background-color: #181818;\n }\n /* gist.github.com: \"initial\" */\n .session-authentication .header-logged-out {\n background-color: initial;\n }\n /* gist.github.com: \"color: #333\" */\n .session-authentication .header-logo {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #333\", \"initial\" */\n .session-authentication .auth-form-header {\n color: #bebebe;\n background-color: initial;\n }\n /* gist.github.com: \"initial\" */\n .session-authentication.enterprise .header-logged-out,\n .session-authentication.hosted .header-logged-out {\n background-color: initial;\n }\n /* gist.github.com: \"#24292e\" */\n .Header-old {\n background-color: #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n /* gist.github.com: \"#fff\", \"rgba(27,31,35,.15)\" */\n .page-responsive .HeaderMenu--logged-out {\n background-color: #181818;\n box-shadow: 0 10px 50px #000;\n }\n /* gist.github.com: \"initial\", \"box-shadow: none\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out {\n background-color: initial;\n box-shadow: none;\n }\n }\n /* gist.github.com: \"box-shadow: none\" */\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: none;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n }\n /* gist.github.com: \"#eaecef\" */\n .page-responsive .HeaderMenu--logged-out .header-search-wrapper {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #444d56\", \"transparent\" */\n .page-responsive .HeaderMenu-link {\n color: #afafaf;\n background-color: transparent;\n }\n /* gist.github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu-link:hover {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link, .page-responsive .HeaderMenu-link:hover {\n color: #fff;\n }\n }\n /* gist.github.com: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\", \"transparent\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n background-color: transparent;\n }\n }\n /* gist.github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .HeaderMenu-link {\n color: #cdcdcd;\n }\n /* gist.github.com: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* gist.github.com: \"color: #fff\", \"transparent\" */\n .HeaderMenu-link {\n color: #fff;\n background-color: transparent;\n }\n /* gist.github.com: \"color: #fff\" */\n .HeaderMenu-link:hover {\n color: #fff;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\" */\n .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"color: #fff\" */\n .header-logo-invertocat, .header-logo-invertocat:hover {\n color: #fff;\n }\n /* gist.github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .notification-indicator .mail-status {\n color: #fff;\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n }\n /* gist.github.com: \"#0366d6\" */\n .notification-indicator:hover .mail-status {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #24292e\" */\n .header-nav-current-user .user-profile-link {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .feature-preview-indicator {\n color: #fff;\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n }\n /* gist.github.com: \"color: #fff\", \"box-shadow: none\" */\n .header-search-current .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .header-search-current .header-search-wrapper.focus {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-current .header-search-wrapper.focus .header-search-scope {\n color: #fff;\n }\n /* gist.github.com: \"none\", \"box-shadow: none\" */\n .header-search-current .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .header-search-current .header-search-input:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-current .header-search-scope:hover {\n color: #fff;\n }\n /* gist.github.com: \"color: #24292e !important\", \"#fafbfc\" */\n .header-search-current .jump-to-field-active {\n color: #cdcdcd !important;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .header-search-current .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .header-search-current .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* gist.github.com: \"initial\" */\n .header-search-current .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus mark,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* gist.github.com: \"color: #fff\", \"box-shadow: none\" */\n .header-search-prototype .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* gist.github.com: \"#fafbfc\", \"box-shadow: none\" */\n .header-search-prototype .header-search-wrapper:focus-within {\n background-color: #181818;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-prototype .header-search-wrapper:focus-within .header-search-scope {\n color: #fff;\n }\n /* gist.github.com: \"none\", \"box-shadow: none\" */\n .header-search-prototype .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .header-search-prototype .header-search-input:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-prototype .header-search-scope:hover {\n color: #fff;\n }\n /* gist.github.com: \"color: #24292e\" */\n .header-search-prototype .code-search-filter-text-expander {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .header-search-prototype .search-filter-header,\n .header-search-prototype .search-refine-dropdown-header {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-prototype .site-search-close-button .site-search-close-x {\n color: #fff;\n }\n /* gist.github.com: \"none\" */\n .header-search-prototype .site-search-filter-button {\n background: none;\n }\n /* gist.github.com: \"#fff\" */\n .header-search-prototype .ems-refine-details-dialog {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .header-search-prototype .ems-refine-details-dialog .ems-menu-item {\n color: #dcdcdc;\n }\n /* gist.github.com: \"color: #24292e\" */\n .header-search-prototype .ems-refine-details-dialog .ems-result-type-item {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .header-search-prototype .ems-result-types {\n border-right-color: #343434;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .header-search-prototype .jump-to-field-active {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .header-search-prototype .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .header-search-prototype .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* gist.github.com: \"initial\" */\n .header-search-prototype .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus mark,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* gist.github.com: \"color: #586069\", \"#e1e4e8\" */\n .pullquote {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* gist.github.com: \"color: #fff\", \"#1074e7\", \"#1074e7\" */\n .btn-mktg {\n color: #fff;\n border: 1px solid /*[[base-color]]*/;\n }\n /* gist.github.com: \"#0366d6\", \"#0366d6\" */\n .btn-mktg, .btn-mktg:hover {\n background-color: /*[[base-color]]*/;\n }\n .btn-mktg:hover {\n border-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn-mktg:focus {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* gist.github.com: \"#28a745\", \"#28a745\" */\n .btn-primary-mktg:hover {\n background-color: #484;\n border-color: #484;\n }\n /* gist.github.com: \"#0366d6\", \"hsla(0,0%,100%,0)\", \"#1074e7\" */\n .btn-outline-mktg, .btn-outline-mktg:hover {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n .btn-outline-mktg:hover {\n border-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\", \"initial\", \"none\", \"hsla(0,0%,100%,.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: initial;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .lead-mktg-fluid {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .btn-black-mktg-fluid, .btn-lg-mktg-fluid, .btn-mktg-fluid,\n .btn-purple-mktg-fluid {\n color: #fff;\n }\n /* gist.github.com: \"none\" */\n .btn-outline-mktg-fluid, .btn-outline-mktg-fluid.hover,\n .btn-outline-mktg-fluid.selected, .btn-outline-mktg-fluid:active,\n .btn-outline-mktg-fluid:hover, .btn-outline-mktg-fluid[aria-selected=true],\n .btn-purple-outline-mktg-fluid, .btn-purple-outline-mktg-fluid.hover,\n .btn-purple-outline-mktg-fluid.selected,\n .btn-purple-outline-mktg-fluid:active, .btn-purple-outline-mktg-fluid:hover,\n .btn-purple-outline-mktg-fluid[aria-selected=true],\n [open] > .btn-outline-mktg-fluid, [open] > .btn-purple-outline-mktg-fluid {\n background: none;\n }\n /* gist.github.com: \"color: #fff\", \"none\" */\n .btn-white-outline-mktg-fluid {\n color: #fff;\n background: none;\n }\n /* gist.github.com: \"color: #fff\", \"none\", \"hsla(0,0%,100%,.5)\" */\n .btn-white-outline-mktg-fluid.hover, .btn-white-outline-mktg-fluid.selected,\n .btn-white-outline-mktg-fluid:active, .btn-white-outline-mktg-fluid:hover,\n .btn-white-outline-mktg-fluid[aria-selected=true],\n [open] > .btn-white-outline-mktg-fluid {\n color: #fff;\n background: none;\n box-shadow: inset 0 0 0 2px hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,.5)\" */\n .btn-white-outline-mktg-fluid.focus, .btn-white-outline-mktg-fluid:focus {\n box-shadow: inset 0 0 0 2px #181818, 0 0 0 4px hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"none\" */\n .btn-invisible-mktg-fluid, .btn-invisible-mktg-fluid::before,\n .btn-invisible-mktg-fluid:hover, .btn-lg-invisible-mktg-fluid,\n .btn-lg-invisible-mktg-fluid::before, .btn-lg-invisible-mktg-fluid:hover {\n background: none !important;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .btn-invisible-mktg-fluid.focus, .btn-invisible-mktg-fluid:focus,\n .btn-lg-invisible-mktg-fluid.focus, .btn-lg-invisible-mktg-fluid:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"rgba(27,31,35,.3)\" */\n .box-shadow-border-mktg {\n box-shadow: 0 0 1px 0 #000 !important;\n }\n /* gist.github.com: \"rgba(27,31,35,.3)\" */\n .box-shadow-card-border-mktg {\n box-shadow: 0 3px 2px rgba(0, 0, 0, .04), 0 7px 5px rgba(0, 0, 0, .02), 0 13px 10px rgba(0, 0, 0, .02), 0 22px 17px rgba(0, 0, 0, .02), 0 0 1px 0 #000 !important;\n }\n /* gist.github.com: \"#fff\" */\n .testimonial-avatar {\n border-color: #181818;\n }\n /* gist.github.com: \"transparent\" */\n .customer-story-overlay {\n background-image: linear-gradient(180deg, #000 -5%, transparent 50%);\n }\n /* gist.github.com: \"none\" */\n .page-nav .page-nav-trigger {\n background: none;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .page-nav-item {\n color: #949494;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .page-nav-item::before {\n background-color: #222;\n }\n /* gist.github.com: \"color: #444d56 !important\" */\n .page-nav-item:hover {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #24292e\" */\n .page-nav-item.selected {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eee\" */\n hr {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#032f62\" */\n .bg-blue-dark {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"#fb8532\" */\n .bg-orange {\n background-color: #fb8532 !important;\n }\n /* gist.github.com: \"#79b8ff\" */\n .text-blue-light, .text-blue-mktg {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"color: #808891\" */\n .text-gray-light-ultra {\n color: #767676;\n }\n /* gist.github.com: \"#d1d5da\",\"hsla(0,0%,100%,0)\" */\n .underline-dashed {\n background-image: linear-gradient(90deg, #404040 50%, transparent 0);\n }\n /* gist.github.com: \"#1074e7\", \"box-shadow: 0 1px 0 0 rgba(16,116,231,.5)\" */\n .link-mktg {\n box-shadow: 0 1px 0 0 rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* gist.github.com: \"#0366d6\", \"#1074e7\" */\n .link-mktg, .link-mktg:hover {\n color: /*[[base-color]]*/;\n }\n .link-mktg:hover {\n box-shadow: 0 1px 0 0 /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\", \"hsla(0,0%,100%,.5)\" */\n .link-white-mktg {\n color: #fff;\n box-shadow: 0 1px 0 0 hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"#fff\" */\n .link-white-mktg:hover {\n box-shadow: 0 1px 0 0 #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .Tile {\n background-color: #222;\n }\n /* gist.github.com: \"#fafbfc\" */\n .bg-hero-dots-gray::before, .Tile:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"#fafbfc\" */\n @media (max-width:1012px) {\n .enterprise-section-container {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"#fff\" */\n .enterprise-garden-container::after {\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .sponsors-discussion::after {\n background-color: #343434;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .sponsors-popover::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .sponsors-popover::after {\n border-top-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .sponsors-listing-featured-item .item-handle {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .subnav-link {\n color: #949494;\n }\n /* gist.github.com: \"color: #24292e\", \"#e1e4e8\" */\n .subnav-link:hover {\n color: #cdcdcd;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #1b1f23 !important\", \"#1074e7\" */\n .subnav-link.selected {\n color: #dcdcdc !important;\n border-bottom-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"transparent\" */\n .subnav-btn {\n background-color: transparent;\n }\n /* gist.github.com: \"color: #fff\", \"#1074e7\" */\n @media (min-width:768px) {\n .subnav-btn {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n }\n /* gist.github.com: \"transparent\" */\n .subnav-btn:hover {\n background-color: transparent;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n @media (min-width:768px) {\n .subnav-btn:hover {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n }\n /* gist.github.com: \"#e1e4e8\" */\n @media (min-width:768px) {\n .subnav-primary:hover {\n border-bottom-color: #343434;\n }\n }\n /* gist.github.com: \"#1074e7\" */\n @media (min-width:768px) {\n .subnav-primary.selected {\n border-bottom-color: /*[[base-color]]*/;\n }\n }\n /* gist.github.com: \"color: #24292e\" */\n .site-subnav-nav .selected {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eaecef\" */\n .pricing-table td, .pricing-table thead th {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#eaecef\", \"#eaecef\" */\n .pricing-table td + td {\n border-right-color: #343434;\n border-left-color: #343434;\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .fade-img-to-white-bg::before {\n background: linear-gradient(180deg, #181818 0, transparent);\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .fade-img-to-white-bg::after {\n background: linear-gradient(0deg, #181818 0, transparent);\n }\n /* gist.github.com: \"color: #fff\", \"#005cc5\" */\n .pricing-plan-tab {\n color: #fff;\n background-color: #4f8cc9;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\" */\n .pricing-plan-tab-active {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"initial\" */\n .pricing-testimonial-logo {\n background-color: initial;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .pricing-testimonial-logo-active {\n background-color: #343434;\n }\n /* gist.github.com: \"initial\" */\n .pricing-matrix-row-button {\n background-color: initial;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .pricing-matrix-row:hover .pricing-matrix-column-feature,\n .pricing-matrix-row:hover .pricing-matrix-row-text {\n background-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .pricing-matrix-column-tier {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .pricing-matrix-row:hover .pricing-matrix-column-tier {\n background-color: #222;\n }\n /* gist.github.com: \"color: #959da5\" */\n .codespaces-subtitle {\n color: #767676;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .codespaces-develop-time {\n background-color: #343434;\n }\n /* gist.github.com: \"color: #fff\" */\n .section-codespaces-develop-night .codespaces-develop-header {\n color: #fff;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.8)\" */\n .section-codespaces-develop-night .codespaces-develop-text {\n color: hsla(0, 0%, 100%, .8) !important;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .section-codespaces-develop-night .codespaces-sun {\n box-shadow: none;\n }\n /* gist.github.com: \"#24292e\" */\n .bg-gradient-gray {\n background-image: linear-gradient(175.44deg, #383838 1.44%, #181818 96.23%);\n }\n /* gist.github.com: \"#fff\" */\n .bg-radial-white {\n background: radial-gradient(145.3% 145.3% at 65.91% 0, #181818 0, #f0f0f0 100%);\n }\n /* gist.github.com: \"hsla(0,0%,100%,.6)\" */\n .jumbotron-codelines {\n color: hsla(0, 0%, 0%, .6);\n }\n /* gist.github.com: \"#24292e\" */\n .jumbotron-netneutrality {\n background-color: #181818;\n }\n /* gist.github.com: \"#24292e\" */\n @media (min-width:768px) {\n .jumbotron-netneutrality {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"#f5f0ff\", \"#6f42c1\" */\n @media (min-width:768px) {\n .illflow-purple .selected {\n background-color: #213;\n }\n .illflow-purple .selected::after {\n border-color: transparent transparent #213;\n }\n .illflow-purple .illflow-item .illflow-item-heading {\n color: #9378ba;\n }\n }\n /* gist.github.com: \"#f1f8ff\", \"#0366d6\" */\n @media (min-width:768px) {\n .illflow-blue .selected {\n background-color: #182030;\n }\n .illflow-blue .selected::after {\n border-color: transparent transparent #182030;\n }\n .illflow-blue .illflow-item .illflow-item-heading {\n color: /*[[base-color]]*/;\n }\n }\n /* gist.github.com: \"color: #444d56\" */\n .illflow-item .illflow-item-heading {\n color: #afafaf;\n }\n /* gist.github.com: \"#fafbfc\", \"color: #24292e\" */\n @media (min-width:768px) {\n .illflow-item:not(.selected):hover {\n background-color: #181818;\n }\n .illflow-item.selected .illflow-item-heading {\n color: #cdcdcd;\n }\n }\n /* gist.github.com: \"#444d56\" */\n .IconNav-item.selected {\n border-color: #484848;\n }\n /* gist.github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg:-ms-input-placeholder {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg::-ms-input-placeholder {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg::placeholder {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .home-hero-signup .form-control-note {\n color: #949494;\n }\n /* gist.github.com: \"color: #959da5\" */\n .home-hero-signup .form-control-note .notice-highlight {\n color: #767676;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .customer-story-card {\n box-shadow: 0 2px 4px #000;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .card-mktg {\n box-shadow: 0 1px 15px #000, 0 0 1px rgba(106, 115, 125, .35);\n }\n /* gist.github.com: \"#fb8532\" */\n .border-orange {\n border-color: #fb8532 !important;\n }\n /* gist.github.com: \"color: #032f62 !important\" */\n .text-blue-dark {\n color: #9daccc !important;\n }\n /* gist.github.com: \"color: #959da5\" */\n .actions-event-token {\n color: #767676;\n }\n /* gist.github.com: \"#d1d5da\" */\n .actions-event-token span {\n color: #404040;\n }\n /* gist.github.com: \"#0366d6\" */\n .actions-template-card:hover .actions-template-repo {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #959da5\" */\n .actions-template-repo {\n color: #767676;\n }\n /* gist.github.com: \"color: #24292e !important\", \"#e1e4e8\" */\n .selected .security-nav-item {\n color: #cdcdcd !important;\n box-shadow: inset 0 -3px 0 #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .security-nav-icon {\n color: #404040;\n }\n /* gist.github.com: \"initial\" */\n @media (min-width:1012px) {\n .insights-hero-text {\n background-color: initial;\n }\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\" */\n .insights-hero-text::after {\n background-image: linear-gradient(hsla(0, 0%, 100%, .85), transparent);\n }\n /* gist.github.com: \"#fff\" */\n @media (min-width:1012px) {\n .insights-dashboard-callout {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"#0366d6\", \"#2188ff\" */\n .insights-dash-dot-ripple > span {\n background-color: /*[[base-color]]*/;\n box-shadow: 0 0 5px /*[[base-color]]*/, inset 0 0 5px /*[[base-color]]*/;\n }\n /* gist.github.com: \"#2188ff\" */\n .insights-dash-dot-ripple > div {\n border: 2px solid /*[[base-color]]*/;\n }\n /* gist.github.com: \"#34d058\" */\n .packages-badge {\n background-color: #373;\n }\n /* gist.github.com: \"transparent\" */\n .gpr-cli-tab {\n background-color: transparent;\n }\n /* gist.github.com: \"#24292e\" */\n .gpr-cli-tab:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .MarketingBody > p {\n color: #afafaf;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .MarketingBody blockquote, .MarketingBody blockquote::before {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .MarketingBody ol, .MarketingBody ul {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .MarketingBody ol strong, .MarketingBody ul strong {\n color: #dcdcdc;\n }\n /* gist.github.com: \"color: #2f363d !important\" */\n .MarketingBody-lead > p:first-child {\n color: #bebebe !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .MarketingBody-lead a, .MarketingBody-lead a:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#c8e1ff\",\"#79b8ff\" */\n .section-mobile-notification::after {\n background: linear-gradient(#246, /*[[base-color]]*/, #246);\n }\n /* gist.github.com: \"#fff\" */\n .phone-buttons, .phone-buttons::after, .phone-buttons::before {\n background-color: #181818;\n }\n /* gist.github.com: \"#fff\", \"rgba(0,0,0,.15)\" */\n .phone-background {\n border-color: #181818;\n box-shadow: 0 2px 30px #000, inset 30px 0 20px 20px rgba(0, 0, 0, .01);\n }\n /* gist.github.com: \"#f6f8fa\" */\n .phone-background::before {\n border-color: #202020;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .animate-mobile-triage .mobile-triage-overlay {\n filter: drop-shadow(-7px 10px 6px #343434);\n }\n /* gist.github.com: \"#dbedff\" */\n .mobile-work-overlay-bluetap {\n background-color: #182030;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .mobile-particle-square-pink {\n background-color: #c49;\n }\n /* gist.github.com: \"#fb8532\" */\n .mobile-particle-square-orange {\n background-color: #fb8532;\n }\n /* gist.github.com: \"#2188ff\" */\n .mobile-particle-circle-blue, .mobile-particle-circle-blue-2 {\n background: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#8a63d2\" */\n .mobile-particle-circle-purple {\n background-color: #53387a;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .mobile-particle-circle-orange, .mobile-particle-circle-pink {\n background-color: #c49;\n }\n /* gist.github.com: \"#fb8532\" */\n .mobile-particle-circle-orange {\n background-color: #fb8532;\n }\n /* gist.github.com: \"#8a63d2\" */\n .mobile-particle-square-purple {\n background-color: #53387a;\n }\n /* gist.github.com: \"#34d058\" */\n .mobile-particle-circle-green {\n background-color: #373;\n }\n /* gist.github.com: \"#d1d5da\", \"rgba(149,157,165,.2)\" */\n @media (min-width:544px) {\n .summarylink:active .summarylink-btn, .summarylink:hover .summarylink-btn {\n border-color: #404040;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n }\n /* gist.github.com: \"#8a63d2\" */\n .particle-square-purple {\n background-color: #53387a;\n }\n /* gist.github.com: \"#2188ff\" */\n .particle-circle-blue {\n background: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#34d058\" */\n .particle-circle-green {\n background-color: #373;\n }\n /* gist.github.com: \"#fb8532\" */\n .particle-circle-orange, .particle-circle-orange-2 {\n background-color: #fb8532;\n }\n /* gist.github.com: \"#34d058\" */\n .particle-circle-green-2 {\n background-color: #373;\n }\n /* gist.github.com: \"#2188ff\" */\n .particle-circle-blue-2 {\n background: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#8a63d2\" */\n .particle-square-purple-2 {\n background-color: #53387a;\n }\n /* gist.github.com: \"rgba(0,0,0,.2)\" */\n .apps-cluster .CircleBadge.tooltipped:hover {\n box-shadow: 0 3px 8px 0 rgba(255, 255, 255, .7);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .apps-quadrangle .CircleBadge::after {\n background-color: #343434;\n }\n /* gist.github.com: \"#24292e\" */\n .DeveloperVideo-data {\n background-color: #181818;\n }\n /* gist.github.com: \"none\", \"transparent\" */\n @media (min-width:768px) {\n .DeveloperVideo-data {\n background: none;\n background-image: linear-gradient(transparent, rgba(27, 31, 35, .95));\n }\n }\n /* gist.github.com: \"#2f363d\" */\n .btf-border {\n border-top-color: #282828;\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\",\"#fff\",\"#eaf5ff\" */\n .signup-prompt-bg {\n background-image: linear-gradient(180deg, transparent 50%, #181818), linear-gradient(70deg, #182030 32%, #f6fff8);\n }\n /* gist.github.com: \"color: #586069\" */\n .SegmentedNav .selected {\n color: #afafaf;\n }\n /* gist.github.com: \"#fafbfc\" */\n .home-enterprise-wrapper::before {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .choose-team-lp {\n background-color: #222;\n }\n /* gist.github.com: \"color: #2f363d\" */\n .choose-team-lp .lead-mktg {\n color: #bebebe;\n }\n /* gist.github.com: \"#044289\" */\n .choose-team-lp .hero-form {\n background-color: rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* gist.github.com: \"color: #fff\" */\n .choose-team-lp .hero-form .tooltipped {\n color: #fff;\n }\n /* gist.github.com: \"#fff\" */\n .choose-team-lp .landing-page-section.features {\n background-color: #181818;\n }\n /* gist.github.com: \"#2188ff\" */\n .choose-team-lp .landing-page-section.customers {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #2f363d\" */\n .choose-team-lp .feature-list {\n color: #bebebe;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .choose-team-lp .customer-quote {\n box-shadow: 0 4px 12px #000;\n }\n /* gist.github.com: \"#044289\" */\n .choose-team-lp .landing-page-footer {\n background-color: rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* gist.github.com: \"#032f62\" */\n .choose-team-lp .landing-page-sub-footer {\n background-color: #182030;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .choose-team-lp .footer-link {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#fff\" */\n .team-octicon {\n background-color: #181818;\n }\n /* gist.github.com: \"#d1d5da\" */\n .team-collaboration-box::before {\n border-bottom-color: #404040;\n }\n /* gist.github.com: \"#fff\" */\n .team-collaboration-box::after {\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"#d1d5da\", \"#fff\" */\n @media (min-width:768px) {\n .team-collaboration-box--left::before {\n border-left-color: #404040;\n }\n .team-collaboration-box--left::after {\n border-left-color: #181818;\n }\n }\n /* gist.github.com: \"#d1d5da\", \"#fff\" */\n @media (min-width:768px) {\n .team-collaboration-box--right::before {\n border-right-color: #404040;\n }\n .team-collaboration-box--right::after {\n border-right-color: #181818;\n }\n }\n /* gist.github.com: \"color: #24292e\" */\n .flash {\n color: #cdcdcd;\n }\n /* gist.github.com: \"none\" */\n .flash-close {\n background: none;\n }\n /* gist.github.com: \"#dbedff\", \"rgba(4,66,137,.2)\" */\n .flash {\n background-color: #182030;\n border-color: #246;\n }\n /* gist.github.com: \"rgba(4,66,137,.6)\" */\n .flash .octicon {\n color: #4f8cc9;\n }\n /* gist.github.com: \"#fffbdd\" */\n .flash-warn {\n background-color: #261d08;\n }\n /* gist.github.com: \"#b08800\" */\n .flash-warn .octicon {\n color: #cb4;\n }\n /* gist.github.com: \"#dcffe4\" */\n .flash-success {\n background-color: #002800;\n }\n /* gist.github.com: \"#fffbdd\" */\n .warning {\n background-color: #261d08;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\",\"rgba(149,157,165,.15)\" */\n .autocomplete-results {\n background-color: #181818;\n box-shadow: inset 0 0 0 1px #343434, 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\" */\n .autocomplete-item {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .autocomplete-item.navigation-focus, .autocomplete-item.selected,\n .autocomplete-item:hover, .autocomplete-item[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\", \"rgba(149,157,165,.15)\" */\n .suggester {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* gist.github.com: \"#eaecef\" */\n .suggester li {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .suggester li small {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .suggester li.navigation-focus, .suggester li:hover,\n .suggester li[aria-selected=true] {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\" */\n .suggester li.navigation-focus small, .suggester li:hover small,\n .suggester li[aria-selected=true] small {\n color: #fff;\n }\n /* gist.github.com: \"#fff\", \"hsla(0,0%,100%,.8)\" */\n .avatar-child {\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* gist.github.com: \"#fff\" */\n .avatar-child, .AvatarStack-body {\n background-color: #181818;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .AvatarStack-body .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .avatar.avatar-more {\n background-color: #222;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .avatar.avatar-more::before {\n background-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .avatar.avatar-more::after, .AvatarStack--right .avatar.avatar-more {\n background-color: #404040;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .AvatarStack--right .avatar.avatar-more::after {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\" */\n .AvatarStack--right .avatar {\n border-left-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .DashedConnection::before {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fff\", \"#eaecef\" */\n .blankslate code {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n .blankslate-icon {\n color: #767676;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.6)\", \"#eaf5ff\" */\n .branch-name {\n color: rgba(230, 230, 230, .6);\n background-color: #182030;\n }\n /* gist.github.com: \"#0366d6\" */\n a.branch-name {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n .dropdown-menu {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\" */\n .dropdown-item {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .dropdown-item:focus, .dropdown-item:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"none\" */\n .dropdown-signout {\n background: none;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .dropdown-divider {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .dropdown-header {\n color: #afafaf;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-w::before {\n border-color: transparent transparent transparent rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .dropdown-menu-w::after {\n border-color: transparent transparent transparent #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-e::before {\n border-color: transparent rgba(220, 220, 220, .15) transparent transparent;\n }\n /* gist.github.com: \"#fff\" */\n .dropdown-menu-e::after {\n border-color: transparent #181818 transparent transparent;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-ne::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .dropdown-menu-ne::after {\n border-top-color: #181818;\n }\n /* gist.github.com: \"color: #fff\", \"#2f363d\", \"#444d56\", \"rgba(149,157,165,.2)\" */\n .dropdown-menu-dark {\n color: #fff;\n background-color: #282828;\n border-color: #484848;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"#444d56\" */\n .dropdown-menu-dark::before {\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"#2f363d\" */\n .dropdown-menu-dark::after {\n border-bottom-color: #282828;\n }\n /* gist.github.com: \"#d1d5da\" */\n .dropdown-menu-dark .dropdown-header {\n color: #404040;\n }\n /* gist.github.com: \"#444d56\" */\n .dropdown-menu-dark .dropdown-divider {\n border-top-color: #484848;\n }\n /* gist.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-w::before {\n border-color: transparent transparent transparent #484848;\n }\n /* gist.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-w::after {\n border-color: transparent transparent transparent #282828;\n }\n /* gist.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-e::before {\n border-color: transparent #484848 transparent transparent;\n }\n /* gist.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-e::after {\n border-color: transparent #282828 transparent transparent;\n }\n /* gist.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-ne::before {\n border-color: #484848 transparent transparent;\n }\n /* gist.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-ne::after {\n border-color: #282828 transparent transparent;\n }\n /* gist.github.com: \"#24292e\" */\n .Header {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff\" */\n .Header-link {\n color: #fff;\n }\n /* gist.github.com: \"initial\", \"#e1e4e8\" */\n .label, .Label {\n background-color: initial !important;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\", \"#e1e4e8\" */\n .Label--gray, .Label--outline {\n color: #afafaf;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .Label--gray-darker {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#735c0f\", \"#f9c513\" */\n .Label--yellow {\n color: #bba257;\n border-color: #cb4;\n }\n /* gist.github.com: \"#cb2431\", \"#cb2431\" */\n .Label--red {\n color: #d82828;\n border-color: #d82828;\n }\n /* gist.github.com: \"#22863a\", \"#28a745\" */\n .Label--green, .Label--outline-green {\n color: #6cc644;\n border-color: #484;\n }\n /* gist.github.com: \"#0366d6\", \"#0366d6\" */\n .Label--blue {\n color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#6f42c1\", \"#8a63d2\" */\n .Label--purple {\n color: #9378ba;\n border-color: #53387a;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .Label--pink {\n border-color: #c49;\n }\n /* gist.github.com: \"color: #fff\", \"#6a737d\" */\n .state, .State {\n color: #fff;\n background-color: #444;\n }\n /* gist.github.com: \"#28a745\" */\n .State--green {\n background-color: #484;\n }\n /* gist.github.com: \"#d73a49\" */\n .State--red {\n background-color: #d82828;\n }\n /* gist.github.com: \"#6f42c1\" */\n .State--purple {\n background-color: #9378ba;\n }\n /* gist.github.com: \"color: #24292e\", \"rgba(209,213,218,.5)\" */\n .Counter {\n color: #cdcdcd;\n background-color: rgba(90, 90, 90, .5);\n }\n /* gist.github.com: \"color: #6a737d\" */\n .Counter--gray-light {\n color: #949494;\n }\n /* gist.github.com: \"color: #fff\", \"#6a737d\" */\n .Counter--gray {\n color: #fff;\n background-color: #444;\n }\n /* gist.github.com: \"color: #586069\" */\n .diffstat {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .diffstat-block-deleted {\n background-color: #d82828;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .diffstat-block-added {\n background-color: #373;\n }\n /* gist.github.com: \"#d1d5da\" */\n .diffstat-block-neutral {\n background-color: #404040;\n }\n /* gist.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* gist.github.com: \"#cb2431\" */\n .markdown-body .absent {\n color: #d82828;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .markdown-body hr {\n background-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* gist.github.com: \"#eaecef\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .markdown-body h6 {\n color: #949494;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\", \"#c6cbd1\" */\n .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* gist.github.com: \"initial\" */\n .markdown-body table img {\n background-color: initial;\n }\n /* gist.github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* gist.github.com: \"initial\" */\n .markdown-body .emoji {\n background-color: initial;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* gist.github.com: \"rgba(27,31,35,.05)\" */\n .markdown-body code, .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* gist.github.com: \"transparent\" */\n .markdown-body pre > code {\n background-color: transparent;\n }\n /* gist.github.com: \"initial\" */\n .markdown-body pre code, .markdown-body pre tt {\n background-color: initial;\n }\n /* gist.github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .markdown-body .csv-data th {\n background-color: #222;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .Popover-message::after {\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--bottom-left::before,\n .Popover-message--bottom-right::before, .Popover-message--bottom::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .Popover-message--bottom-left::after, .Popover-message--bottom-right::after,\n .Popover-message--bottom::after {\n border-top-color: #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--right-bottom::before, .Popover-message--right-top::before,\n .Popover-message--right::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .Popover-message--right-bottom::after, .Popover-message--right-top::after,\n .Popover-message--right::after {\n border-left-color: #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--left-bottom::before, .Popover-message--left-top::before,\n .Popover-message--left::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .Popover-message--left-bottom::after, .Popover-message--left-top::after,\n .Popover-message--left::after {\n border-right-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .Progress {\n background-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .SelectMenu-modal {\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n @media (min-width:544px) {\n .SelectMenu-modal {\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n }\n /* gist.github.com: \"#eaecef\" */\n .SelectMenu-header {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #959da5\", \"initial\" */\n .SelectMenu-closeButton {\n color: #767676;\n background-color: initial;\n }\n /* gist.github.com: \"#eaecef\" */\n .SelectMenu-filter {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#eaecef\" */\n .SelectMenu-item, .SelectMenu-list {\n background-color: #181818;\n }\n .SelectMenu-item {\n color: #cdcdcd;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\", \"initial\", \"#eaecef\" */\n .SelectMenu-tab, .SelectMenu-tabs {\n box-shadow: inset 0 -1px 0 #343434;\n }\n .SelectMenu-tab {\n color: #949494;\n background-color: initial;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#eaecef\" */\n .SelectMenu-tab[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n box-shadow: 0 0 0 1px #343434;\n }\n /* gist.github.com: \"#eaecef\", \"box-shadow: none\" */\n @media (min-width:544px) {\n .SelectMenu-tab[aria-selected=true] {\n border-color: #343434;\n box-shadow: none;\n }\n }\n /* gist.github.com: \"#fff\", \"#eaecef\" */\n .SelectMenu-message {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #6a737d\", \"#f6f8fa\", \"#eaecef\" */\n .SelectMenu-divider {\n color: #949494;\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\", \"#eaecef\" */\n .SelectMenu-footer, .SelectMenu-list--borderless .SelectMenu-divider {\n border-top-color: #343434;\n }\n .SelectMenu-footer {\n color: #949494;\n }\n /* gist.github.com: \"color: #24292e\" */\n .SelectMenu-item[aria-checked=true] {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled=true] {\n color: #949494;\n }\n /* gist.github.com: \"color: #24292e\", \"color: #586069\", \"#f6f8fa\", \"#fafbfc\", \"#dbedff\", \"#f6f8fa\" */\n @media (hover:hover) {\n .SelectMenu-closeButton:hover,\n body:not(.intent-mouse) .SelectMenu-closeButton:focus {\n color: #cdcdcd;\n }\n .SelectMenu-closeButton:active {\n color: #afafaf;\n }\n .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus {\n background-color: #222;\n }\n .SelectMenu-item:active {\n background-color: #181818;\n }\n body:not(.intent-mouse) .SelectMenu-tab:focus {\n background-color: #182030;\n }\n .SelectMenu-tab:hover {\n color: #cdcdcd;\n }\n .SelectMenu-tab:not([aria-selected=true]):active {\n color: #cdcdcd;\n background-color: #222;\n }\n }\n /* gist.github.com: \"#fafbfc\", \"rgba(209,213,218,.5)\" */\n @media (hover:none) {\n .SelectMenu-item:active, .SelectMenu-item:focus {\n background-color: #181818;\n }\n .SelectMenu-item {\n -webkit-tap-highlight-color: rgba(90, 90, 90, .5);\n }\n }\n /* gist.github.com: \"#e1e4e8\" */\n .Subhead {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#cb2431\" */\n .Subhead-heading--danger {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .Subhead-description {\n color: #afafaf;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .TimelineItem::before {\n background-color: #343434;\n }\n /* gist.github.com: \"#2188ff\", \"#c8e1ff\" */\n .TimelineItem:target .TimelineItem-badge {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 .2em /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #444d56\", \"#e1e4e8\", \"#fff\" */\n .TimelineItem-badge {\n color: #afafaf;\n background-color: #343434;\n border-color: #181818;\n }\n /* gist.github.com: \"color: #444d56\" */\n .TimelineItem-body {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .TimelineItem-break {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #959da5\", \"#fff\" */\n .TimelineItem--condensed .TimelineItem-badge {\n color: #767676;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #1b1f23\", \"#fff\", \"#e1e4e8\",\"rgba(149,157,165,.2)\" */\n .Toast {\n color: #dcdcdc;\n background-color: #181818;\n box-shadow: inset 0 0 0 1px #343434, 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .Toast-icon {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"initial\" */\n .Toast-dismissButton {\n background-color: initial;\n }\n /* gist.github.com: \"color: #586069\" */\n .Toast-dismissButton:focus, .Toast-dismissButton:hover {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .Toast-dismissButton:active {\n color: #767676;\n }\n /* gist.github.com: \"#d73a49\" */\n .Toast--error .Toast-icon {\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #24292e\", \"#f9c513\" */\n .Toast--warning .Toast-icon {\n color: #cdcdcd;\n background-color: #cb4;\n }\n /* gist.github.com: \"#28a745\" */\n .Toast--success .Toast-icon {\n background-color: #484;\n }\n /* gist.github.com: \"color: #fff\" */\n .boxed-group .Counter {\n color: #fff;\n }\n /* gist.github.com: \"#f6f8fa\", \"rgba(27,31,35,.15)\" */\n .boxed-group .heading, .boxed-group > h3 {\n background-color: #222;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #586069\" */\n .boxed-group .heading a.boxed-group-breadcrumb,\n .boxed-group > h3 a.boxed-group-breadcrumb {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\" */\n .boxed-group .tabnav.heading li:first-child .selected {\n border-left-color: #181818;\n }\n /* gist.github.com: \"color: #fff\", \"#d73a49\" */\n .boxed-group.dangerzone > h3 {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #586069\", \"#fff\", \"#d1d5da\" */\n .boxed-group-inner {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .boxed-group-inner .help, .boxed-group-inner .tabnav-tab.selected {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .boxed-group-inner .help {\n color: #afafaf;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .boxed-group-list > li {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .boxed-group-list > li:first-child {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#dcffe4\" */\n .boxed-group-list > li.selected {\n background-color: #002800;\n }\n /* gist.github.com: \"#fafbfc\", \"#eaecef\" */\n .boxed-group-table th {\n background-color: #181818;\n }\n /* gist.github.com: \"#eaecef\" */\n .boxed-group-table td, .boxed-group-table th {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.85)\", \"#fffbdd\", \"rgba(27,31,35,.15)\" */\n .boxed-group-warning {\n color: rgba(230, 230, 230, .85);\n background-color: #261d08;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .list-group-item {\n border-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\" */\n .list-group-item.closed {\n background-color: #181818;\n }\n /* gist.github.com: \"#fffdef\" */\n .list-group-item.selected {\n background-color: #261d08;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .list-group-item.navigation-focus, .list-group-item[aria-selected=true] {\n background-color: #182030;\n }\n /* gist.github.com: \"color: #586069\" */\n .list-group-item .list-group-item-summary a {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .list-group-item .list-group-item-summary a.quiet {\n color: #949494;\n }\n /* gist.github.com: \"color: #24292e\" */\n .list-group-item-link {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .draft.octicon {\n color: #949494;\n }\n /* gist.github.com: \"#cb2431\" */\n .closed.octicon, .reverted.octicon {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .open.octicon {\n color: #484;\n }\n /* gist.github.com: \"#6f42c1\" */\n .merged.octicon {\n color: #9378ba;\n }\n /* gist.github.com: \"#eaecef\" */\n .progress-bar {\n background-color: #343434;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .progress-bar .progress {\n background-color: #373;\n }\n /* gist.github.com: \"#e1e4e8\", \"#28a745\",\"#005cc5\",\"#cb2431\" */\n .reverse-progress-container {\n background-color: #343434;\n background-image: linear-gradient(90deg, #484, #4f8cc9, #3a1d6e, #d82828, #f66a0a);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .reverse-progress-bar {\n background-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .select-menu-button.primary::after {\n border-top-color: #181818;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.8)\" */\n .select-menu-loading-overlay {\n background-color: hsla(0, 0%, 100%, .8);\n }\n /* gist.github.com: \"color: #586069\", \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.15)\" */\n .select-menu-modal {\n color: #afafaf;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 3px 12px #000;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .select-menu-divider, .select-menu-header {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-divider, .select-menu-header .select-menu-title {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .select-menu-divider {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .select-menu-header .close-button, .select-menu-header .octicon {\n color: #5a5a5a;\n }\n /* gist.github.com: \"color: #444d56\" */\n .select-menu-header .close-button:hover, .select-menu-header .octicon:hover {\n color: #afafaf;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .select-menu-filters {\n background-color: #222;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .select-menu-text-filter:first-child:last-child {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .select-menu-text-filter input {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input:-ms-input-placeholder {\n color: #767676;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input::-ms-input-placeholder {\n color: #767676;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input::placeholder {\n color: #767676;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .select-menu-tabs {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\", \"transparent\" */\n .select-menu-tabs .select-menu-tab-nav, .select-menu-tabs a {\n color: #949494;\n background-color: transparent;\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-tabs .select-menu-tab-nav:hover, .select-menu-tabs a:hover {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#dfe2e5\",\"#fff\" */\n .select-menu-tabs .select-menu-tab-nav.selected,\n .select-menu-tabs .select-menu-tab-nav[aria-selected=true],\n .select-menu-tabs a.selected, .select-menu-tabs a[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #343434 #343434 #181818;\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-blankslate h3 {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eaecef\" */\n .select-menu-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .select-menu-item.disabled, .select-menu-item.disabled .description,\n .select-menu-item.disabled.selected,\n .select-menu-item.disabled.selected .description,\n .select-menu-item[aria-disabled=true],\n .select-menu-item[aria-disabled=true] .description,\n .select-menu-item[disabled], .select-menu-item[disabled] .description {\n color: #949494;\n }\n /* gist.github.com: \"color: #6a737d !important\" */\n .select-menu-item.selected .octicon-circle-slash.select-menu-item-icon {\n color: #949494 !important;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .select-menu-item .octicon-circle-slash {\n color: #949494;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .select-menu-item.excluded {\n background-color: #222;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .select-menu-item.navigation-focus,\n .select-menu-item.navigation-focus .description-inline,\n .select-menu-item.navigation-focus.select-menu-action,\n .select-menu-item.navigation-focus.selected,\n .select-menu-item.navigation-focus[aria-checked=true],\n .select-menu-item:focus, .select-menu-item:focus .description-inline,\n .select-menu-item:focus.select-menu-action, .select-menu-item:focus.selected,\n .select-menu-item:hover, .select-menu-item:hover .description-inline,\n .select-menu-item:hover.select-menu-action, .select-menu-item:hover.selected,\n .select-menu-item[aria-checked=true]:focus,\n .select-menu-item[aria-checked=true]:hover,\n .select-menu-item[aria-selected=true] .description-inline,\n .select-menu-item[aria-selected=true].select-menu-action,\n .select-menu-item[aria-selected=true]:focus,\n .select-menu-item[aria-selected=true]:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\" */\n .select-menu-item.navigation-focus .description,\n .select-menu-item.navigation-focus .description-inline .description,\n .select-menu-item.navigation-focus .description-inline .description-warning,\n .select-menu-item.navigation-focus .description-inline > .octicon,\n .select-menu-item.navigation-focus .description-warning,\n .select-menu-item.navigation-focus.select-menu-action .description,\n .select-menu-item.navigation-focus.select-menu-action .description-warning,\n .select-menu-item.navigation-focus.select-menu-action > .octicon,\n .select-menu-item.navigation-focus.selected .description,\n .select-menu-item.navigation-focus.selected .description-warning,\n .select-menu-item.navigation-focus.selected > .octicon,\n .select-menu-item.navigation-focus > .octicon,\n .select-menu-item.navigation-focus[aria-checked=true] .description,\n .select-menu-item.navigation-focus[aria-checked=true] .description-warning,\n .select-menu-item.navigation-focus[aria-checked=true] > .octicon,\n .select-menu-item:focus .description,\n .select-menu-item:focus .description-inline .description,\n .select-menu-item:focus .description-inline .description-warning,\n .select-menu-item:focus .description-inline > .octicon,\n .select-menu-item:focus .description-warning,\n .select-menu-item:focus.select-menu-action .description,\n .select-menu-item:focus.select-menu-action .description-warning,\n .select-menu-item:focus.select-menu-action > .octicon,\n .select-menu-item:focus.selected .description,\n .select-menu-item:focus.selected .description-warning,\n .select-menu-item:focus.selected > .octicon,\n .select-menu-item:focus > .octicon, .select-menu-item:hover .description,\n .select-menu-item:hover .description-inline .description,\n .select-menu-item:hover .description-inline .description-warning,\n .select-menu-item:hover .description-inline > .octicon,\n .select-menu-item:hover .description-warning,\n .select-menu-item:hover.select-menu-action .description,\n .select-menu-item:hover.select-menu-action .description-warning,\n .select-menu-item:hover.select-menu-action > .octicon,\n .select-menu-item:hover.selected .description,\n .select-menu-item:hover.selected .description-warning,\n .select-menu-item:hover.selected > .octicon,\n .select-menu-item:hover > .octicon,\n .select-menu-item[aria-checked=true]:focus .description,\n .select-menu-item[aria-checked=true]:focus .description-warning,\n .select-menu-item[aria-checked=true]:focus > .octicon,\n .select-menu-item[aria-checked=true]:hover .description,\n .select-menu-item[aria-checked=true]:hover .description-warning,\n .select-menu-item[aria-checked=true]:hover > .octicon,\n .select-menu-item[aria-selected=true] .description-inline .description,\n .select-menu-item[aria-selected=true] .description-inline .description-warning,\n .select-menu-item[aria-selected=true] .description-inline > .octicon,\n .select-menu-item[aria-selected=true].select-menu-action .description,\n .select-menu-item[aria-selected=true].select-menu-action .description-warning,\n .select-menu-item[aria-selected=true].select-menu-action > .octicon,\n .select-menu-item[aria-selected=true]:focus .description,\n .select-menu-item[aria-selected=true]:focus .description-warning,\n .select-menu-item[aria-selected=true]:focus > .octicon,\n .select-menu-item[aria-selected=true]:hover .description,\n .select-menu-item[aria-selected=true]:hover .description-warning,\n .select-menu-item[aria-selected=true]:hover > .octicon {\n color: #fff;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\" */\n .select-menu-item.navigation-focus.disabled,\n .select-menu-item:hover.disabled,\n .select-menu-item[aria-disabled=true]:hover,\n .select-menu-item[aria-selected=true].disabled,\n .select-menu-item[disabled]:hover {\n color: hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"hsla(0,0%,100%,.6)\" */\n .select-menu-item.navigation-focus.disabled .description,\n .select-menu-item:hover.disabled .description,\n .select-menu-item[aria-disabled=true]:hover .description,\n .select-menu-item[aria-selected=true].disabled .description,\n .select-menu-item[disabled]:hover .description {\n color: hsla(0, 0%, 0%, .6);\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-item.selected,\n details-menu .select-menu-item[aria-checked=true],\n details-menu .select-menu-item[aria-selected=true] {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .select-menu-item.selected .description,\n details-menu .select-menu-item[aria-checked=true] .description,\n details-menu .select-menu-item[aria-selected=true] .description {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-item.selected > .octicon,\n details-menu .select-menu-item[aria-checked=true] > .octicon,\n details-menu .select-menu-item[aria-selected=true] > .octicon {\n color: #cdcdcd;\n }\n /* gist.github.com: \"initial\" */\n .select-menu.label-select-menu .select-menu-item:active {\n background-color: initial !important;\n }\n /* gist.github.com: \"color: #444d56\" */\n .select-menu-action {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .select-menu-action:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .select-menu-item-text .description,\n .select-menu-item-text .description-inline, .select-menu-no-results {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .select-menu-item-text .description-warning {\n color: #d82828;\n }\n /* gist.github.com: \"#0366d6\" */\n .select-menu-new-item-form .octicon {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #6a737d\", \"#e1e4e8\" */\n .table-list {\n color: #949494;\n }\n /* gist.github.com: \"#eaecef\" */\n .table-list, .table-list-bordered {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .table-list-bordered .table-list-cell:first-child {\n border-left-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .table-list-bordered .table-list-cell:last-child {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .table-list-item.unread .table-list-cell:first-child {\n box-shadow: inset 2px 0 0 /*[[base-color]]*/;\n }\n /* gist.github.com: \"#eaecef\" */\n .table-list-cell {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .table-list-header {\n background-color: #222;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .table-list-header-meta, .table-list-header-toggle .btn-link {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .table-list-header-toggle .btn-link.selected,\n .table-list-header-toggle .btn-link.selected:hover,\n .table-list-header-toggle .btn-link:hover,\n .table-list-header-toggle .select-menu-button.selected,\n .table-list-header-toggle .select-menu-button.selected:hover,\n .table-list-header-toggle .select-menu-button:hover {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#fff\", \"#444d56\", \"rgba(0,0,0,.4)\" */\n .Box--overlay {\n background-color: #181818;\n border-color: #484848;\n box-shadow: 0 0 18px #000;\n }\n /* gist.github.com: \"color: #586069\" */\n .Box-body .help, .breadcrumb {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .breadcrumb strong.final-path {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .capped-card {\n border-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .capped-card > p, .capped-card h3 {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .capped-card > p {\n color: #afafaf;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .capped-card-content {\n background-color: #222;\n }\n /* gist.github.com: \"initial\" */\n .comment-body .highlight {\n background-color: initial;\n }\n /* gist.github.com: \"#0366d6\" */\n .comment-form-textarea.dragover {\n border: 1px solid /*[[base-color]]*/;\n }\n /* gist.github.com: \"#86181d\", \"#ffeef0\", \"rgba(27,31,35,.15)\" */\n .comment-form-error {\n color: #d82828;\n background-color: #300;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #586069\", \"#dfe2e5\" */\n .email-format .email-quoted-reply, .email-format .email-signature-reply {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* gist.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .email-format .email-hidden-toggle a {\n color: #afafaf;\n background-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .email-format .email-hidden-toggle a:hover {\n background-color: #5a5a5a;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .email-format .email-hidden-toggle a:active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .locked-conversation .preview-tab, .locked-conversation .write-tab {\n color: #5a5a5a;\n }\n /* gist.github.com: \"#f6f8fa\", \"#eaecef\" */\n .commit-form, .commit-sha {\n border-color: #343434;\n }\n .commit-sha {\n background-color: #222;\n }\n /* gist.github.com: \"color: #444d56\" */\n .commit .commit-title, .commit .commit-title a {\n color: #afafaf;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .commit .commit-title.blank, .commit .commit-title.blank a {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"#0366d6\" */\n .commit-link, .commit .commit-title .issue-link {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#044289\" */\n .commit-ref .user {\n color: rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* gist.github.com: \"#dbedff\" */\n a.commit-ref:hover {\n background-color: #182030;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .commit-desc + .commit-branches {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #24292e\" */\n .commit-author-section {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .commit-group-title, .commit-tease-sha {\n color: #afafaf;\n }\n /* gist.github.com: \"#c6cbd1\", \"#fff\" */\n .commit-group-title .octicon-git-commit {\n color: #5a5a5a;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\" */\n .commits-list-item .commit-title {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .commits-list-item .commit-author, .commits-list-item .commit-meta {\n color: #afafaf;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .commits-list-item + .commits-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#eaf5ff\", \"rgba(27,31,35,.15)\" */\n .full-commit {\n background-color: #182030;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"initial\", \"rgba(27,31,35,.15)\" */\n .full-commit .btn-outline, .full-commit .btn-outline:disabled {\n background-color: initial;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#005cc5\", \"#005cc5\" */\n .full-commit .btn-outline:not(:disabled):hover {\n color: #4f8cc9;\n border-color: #4f8cc9;\n }\n /* gist.github.com: \"color: #05264c\" */\n .full-commit p.commit-title {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #444d56\" */\n .full-commit .branches-list li {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .full-commit .branches-list li.loading,\n .full-commit .branches-list li.pull-request {\n color: #949494;\n }\n /* gist.github.com: \"#fff\", \"rgba(27,31,35,.15)\" */\n .full-commit .commit-meta {\n background-color: #181818;\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #444d56\" */\n .full-commit .sha-block, .full-commit .sha-block > .sha {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #444d56\", \"#c6cbd1\" */\n .full-commit .sha-block > a {\n color: #afafaf;\n border-bottom-color: #5a5a5a;\n }\n /* gist.github.com: \"#444d56\" */\n .full-commit .sha-block > a:hover {\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"color: #444d56\" */\n .branches-tag-list li:first-child {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .branches-tag-list li.loading {\n color: #949494;\n }\n /* gist.github.com: \"#d3e2f4\" */\n .branches-tag-list li .ellipsis-expander {\n background-color: #383838;\n }\n /* gist.github.com: \"#d6e2f1\" */\n .branches-tag-list li .ellipsis-expander:hover {\n background-color: #444;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .commit-branches {\n color: #949494;\n }\n /* gist.github.com: \"#cb2431\" */\n .commit-loader .loader-error {\n color: #d82828;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .dropdown-signed-commit .dropdown-menu::after {\n border-bottom-color: #202020;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .dropdown-signed-commit .dropdown-menu-w::after {\n border-left-color: #202020;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .signed-commit-header {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#28a745\" */\n .signed-commit-header .octicon-verified {\n color: #484;\n }\n /* gist.github.com: \"color: #959da5\" */\n .signed-commit-header .octicon-unverified {\n color: #767676;\n }\n /* gist.github.com: \"color: #586069\", \"none\", \"#e1e4e8\" */\n .signed-commit-badge {\n color: #afafaf;\n background: none;\n border-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .signed-commit-badge:hover {\n border-color: #5a5a5a;\n }\n /* gist.github.com: \"#22863a\" */\n .signed-commit-badge.verified {\n color: #6cc644;\n }\n /* gist.github.com: \"#28a745\" */\n .signed-commit-badge.verified:hover {\n border-color: #484;\n }\n /* gist.github.com: \"color: #24292e\" */\n .signed-commit-signer-name .signer {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eaecef\" */\n .table-of-contents li + li {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .table-of-contents .toc-diff-stats .octicon {\n color: #5a5a5a;\n }\n /* gist.github.com: \"#cb2431\" */\n .table-of-contents .octicon-diff-removed {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .table-of-contents .octicon-diff-renamed {\n color: #949494;\n }\n /* gist.github.com: \"#dbab09\" */\n .table-of-contents .octicon-diff-modified {\n color: #cb4;\n }\n /* gist.github.com: \"#28a745\" */\n .table-of-contents .octicon-diff-added {\n color: #484;\n }\n /* gist.github.com: \"color: #24292e\" */\n .toc-select .select-menu-item-heading, .toc-select .select-menu-item-text {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#cb2431\" */\n .toc-select .select-menu-item-icon.octicon-diff-removed {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .toc-select .select-menu-item-icon.octicon-diff-renamed {\n color: #949494;\n }\n /* gist.github.com: \"#dbab09\" */\n .toc-select .select-menu-item-icon.octicon-diff-modified {\n color: #cb4;\n }\n /* gist.github.com: \"#28a745\" */\n .toc-select .select-menu-item-icon.octicon-diff-added {\n color: #484;\n }\n /* gist.github.com: \"color: #fff !important\" */\n .toc-select .navigation-focus .diffstat,\n .toc-select .navigation-focus .octicon-diff-added,\n .toc-select .navigation-focus .octicon-diff-modified,\n .toc-select .navigation-focus .octicon-diff-removed,\n .toc-select .navigation-focus .octicon-diff-renamed,\n .toc-select .navigation-focus .select-menu-item-heading,\n .toc-select .navigation-focus .select-menu-item-text,\n .toc-select .navigation-focus .text-gray-light,\n .toc-select .navigation-focus .text-green,\n .toc-select .navigation-focus .text-red,\n .toc-select[aria-selected=true] .diffstat,\n .toc-select[aria-selected=true] .octicon-diff-added,\n .toc-select[aria-selected=true] .octicon-diff-modified,\n .toc-select[aria-selected=true] .octicon-diff-removed,\n .toc-select[aria-selected=true] .octicon-diff-renamed,\n .toc-select[aria-selected=true] .select-menu-item-heading,\n .toc-select[aria-selected=true] .select-menu-item-text,\n .toc-select[aria-selected=true] .text-gray-light,\n .toc-select[aria-selected=true] .text-green,\n .toc-select[aria-selected=true] .text-red,\n .toc-select [role^=menuitem]:focus .diffstat,\n .toc-select [role^=menuitem]:focus .octicon-diff-added,\n .toc-select [role^=menuitem]:focus .octicon-diff-modified,\n .toc-select [role^=menuitem]:focus .octicon-diff-removed,\n .toc-select [role^=menuitem]:focus .octicon-diff-renamed,\n .toc-select [role^=menuitem]:focus .select-menu-item-heading,\n .toc-select [role^=menuitem]:focus .select-menu-item-text,\n .toc-select [role^=menuitem]:focus .text-gray-light,\n .toc-select [role^=menuitem]:focus .text-green,\n .toc-select [role^=menuitem]:focus .text-red,\n .toc-select [role^=menuitem]:hover .diffstat,\n .toc-select [role^=menuitem]:hover .octicon-diff-added,\n .toc-select [role^=menuitem]:hover .octicon-diff-modified,\n .toc-select [role^=menuitem]:hover .octicon-diff-removed,\n .toc-select [role^=menuitem]:hover .octicon-diff-renamed,\n .toc-select [role^=menuitem]:hover .select-menu-item-heading,\n .toc-select [role^=menuitem]:hover .select-menu-item-text,\n .toc-select [role^=menuitem]:hover .text-gray-light,\n .toc-select [role^=menuitem]:hover .text-green,\n .toc-select [role^=menuitem]:hover .text-red {\n color: #fff !important;\n }\n /* gist.github.com: \"color: #6a737d\", \"#e1e4e8\" */\n .conversation-list-heading {\n color: #949494;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .conversation-list-heading .inner {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .copyable-terminal {\n background-color: #222;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .diff-table .line-comments {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .diff-table tr:not(:last-child) .line-comments {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .blob-num {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.6)\" */\n .blob-num:hover {\n color: rgba(230, 230, 230, .6);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .blob-num.non-expandable:hover {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"color: #24292e\" */\n .blob-code-inner {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#fffbdd\" */\n .blob-code-inner.highlighted, .blob-code-inner .highlighted {\n background-color: #261d08;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .blob-code-hunk, .blob-num-expandable, .blob-num-hunk {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"#f1f8ff\" */\n .blob-code-hunk, .blob-num-expandable, .blob-num-hunk {\n background-color: #182030;\n }\n /* gist.github.com: \"#fafbfc\" */\n .blob-expanded .blob-code, .blob-expanded .blob-num {\n background-color: #181818;\n }\n /* gist.github.com: \"#eaecef\" */\n .blob-expanded + tr:not(.blob-expanded) .blob-code,\n .blob-expanded + tr:not(.blob-expanded) .blob-num,\n .blob-expanded .blob-num-hunk,\n tr:not(.blob-expanded) + .blob-expanded .blob-code,\n tr:not(.blob-expanded) + .blob-expanded .blob-num {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .blob-num-expandable .diff-expander,\n .blob-num-expandable .directional-expander {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .blob-num-expandable .diff-expander:hover,\n .blob-num-expandable .directional-expander:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #24292e\" */\n .blob-code-addition .x {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#ffeef0\" */\n .blob-code-deletion {\n background-color: #300;\n }\n /* gist.github.com: \"color: #24292e\" */\n .blob-code-deletion .x {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#ffeef0\" */\n .blob-num-deletion {\n background-color: #300;\n }\n /* gist.github.com: \"rgba(255,223,93,.2)\" */\n .selected-line::after {\n background-color: rgba(132, 70, 0, .2);\n }\n /* gist.github.com: \"#ffd33d\" */\n .selected-line.selected-line-top::after {\n border-top-color: #cb4;\n }\n /* gist.github.com: \"#ffd33d\" */\n .selected-line.selected-line-bottom::after {\n border-bottom-color: #cb4;\n }\n /* gist.github.com: \"#ffd33d\" */\n .selected-line.selected-line-left::after, .selected-line:first-child::after {\n border-left-color: #cb4;\n }\n /* gist.github.com: \"#ffd33d\" */\n .selected-line.selected-line-right::after, .selected-line:last-child::after {\n border-right-color: #cb4;\n }\n /* gist.github.com: \"#0366d6\" */\n .is-commenting .selected-line.blob-code::before {\n background: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\", \"rgba(27,31,35,.15)\" */\n .add-line-comment {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: linear-gradient(#0372ef, /*[[base-color]]*/);\n box-shadow: 0 1px 4px #000;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .inline-comment-form {\n border-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .empty-cell + .line-comments, .line-comments + .line-comments {\n border-left-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .file-diff-split .blob-code + .blob-num {\n border-left-color: #202020;\n }\n /* gist.github.com: \"#fafbfc\", \"#eaecef\" */\n .file-diff-split .empty-cell {\n background-color: #181818;\n border-right-color: #343434;\n }\n /* gist.github.com: \"#cb2431\" */\n .submodule-diff-stats .octicon-diff-removed {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .submodule-diff-stats .octicon-diff-added {\n color: #484;\n }\n /* gist.github.com: \"linear-gradient(180deg,rgba(242,248,254,0),rgba(242,248,254,.47))\" */\n .code-navigation-banner {\n background: linear-gradient(180deg, #181818, #181818);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-timeline.team-discussion-timeline::before,\n .discussion-timeline::before {\n background-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .discussion-timeline.team-discussion-timeline .blankslate {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .discussion-sidebar-item {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .discussion-sidebar-item .muted-icon {\n color: #767676;\n }\n /* gist.github.com: \"#0366d6\" */\n .discussion-sidebar-item .muted-icon:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-sidebar-item + .discussion-sidebar-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .discussion-sidebar-heading {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .discussion-sidebar-toggle .octicon {\n color: #767676;\n }\n /* gist.github.com: \"#0366d6\" */\n .discussion-sidebar-toggle:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"none\" */\n button.discussion-sidebar-toggle {\n background: none;\n }\n /* gist.github.com: \"color: #586069\" */\n .sidebar-assignee .assignee {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .sidebar-assignee .assignee:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#cb2431\" */\n .thread-subscribe-form.is-error .thread-subscribe-button {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .participation a {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .participation a:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#fff\" */\n .gh-header, .gh-header .gh-header-sticky.is-stuck + .gh-header-shadow {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .gh-header-number {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\", \"#e1e4e8\" */\n .gh-header-meta {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .tabnav-pr {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .tabnav-pr .tabnav-tab {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\", \"#e1e4e8\" */\n .tabnav-pr .tabnav-tab.selected {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .timeline-comment-wrapper {\n border-top-color: #181818;\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .timeline-comment {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* gist.github.com: \"#c0d3eb\" */\n .timeline-comment.current-user {\n border-color: #246;\n }\n /* gist.github.com: \"#f1f8ff\", \"#c0d3eb\" */\n .timeline-comment.current-user .timeline-comment-header {\n background-color: #182030;\n border-bottom-color: #246;\n }\n /* gist.github.com: \"#c0d3eb\" */\n .timeline-comment.current-user .timeline-comment-label {\n border-color: #246;\n }\n /* gist.github.com: \"color: #c0d3eb\", \"#f1f8ff\", \"#c0d3eb\" */\n .timeline-comment.current-user .previewable-comment-form .comment-form-head.tabnav {\n color: #246;\n background-color: #182030;\n border-bottom-color: #246;\n }\n /* gist.github.com: \"#e5d999\" */\n .timeline-comment.is-internal, .timeline-comment.unread-item {\n border-color: #542;\n }\n /* gist.github.com: \"#fffdef\", \"#e5d999\" */\n .timeline-comment.is-internal .timeline-comment-header,\n .timeline-comment.unread-item .timeline-comment-header {\n background-color: #261d08;\n border-bottom-color: #542;\n }\n /* gist.github.com: \"#e5d999\" */\n .timeline-comment.is-internal .timeline-comment-label,\n .timeline-comment.unread-item .timeline-comment-label {\n border-color: #542;\n }\n /* gist.github.com: \"#e5d999\", \"#fffdef\", \"#e5d999\" */\n .timeline-comment.is-internal .previewable-comment-form .comment-form-head.tabnav,\n .timeline-comment.unread-item .previewable-comment-form .comment-form-head.tabnav {\n color: #542;\n background-color: #261d08;\n border-bottom-color: #542;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .timeline-comment .comment + .comment {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .timeline-comment--caret::after {\n border-right-color: #202020;\n }\n /* gist.github.com: \"#d1d5da\" */\n .timeline-comment--caret::before {\n border-right-color: #404040;\n }\n /* gist.github.com: \"#fffdef\" */\n .is-pending .timeline-comment--caret::after {\n border-right-color: #261d08;\n }\n /* gist.github.com: \"#f9c513\" */\n .is-pending .timeline-comment--caret::before {\n border-right-color: #cb4;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .timeline-comment--caret.current-user::after {\n border-right-color: #182030;\n }\n /* gist.github.com: \"#c0d3eb\" */\n .timeline-comment--caret.current-user::before {\n border-right-color: #246;\n }\n /* gist.github.com: \"#fffdef\" */\n .timeline-comment--caret.is-internal::after,\n .timeline-comment--caret.unread-item::after {\n border-right-color: #261d08;\n }\n /* gist.github.com: \"#e5d999\" */\n .timeline-comment--caret.is-internal::before,\n .timeline-comment--caret.unread-item::before {\n border-right-color: #542;\n }\n /* gist.github.com: \"filter: drop-shadow(-.28em 0 0 #c8e1ff)\", \"#2188ff\" */\n :target .timeline-comment--caret::before {\n filter: drop-shadow(-.28em 0 0 rgba(/*[[base-color-rgb]]*/, .3));\n border-right-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n :target .timeline-comment {\n border-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .review-comment:target, :target .timeline-comment {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3);\n }\n .review-comment:target {\n border: 1px solid /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\", \"#f6f8fa\", \"#d1d5da\" */\n .timeline-comment-header {\n color: #afafaf;\n background-color: #222;\n border-bottom-color: #404040;\n }\n /* gist.github.com: \"color: #586069\" */\n .timeline-comment-header .author {\n color: #afafaf;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .timeline-comment-label {\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#cb2431\", \"#d73a49\" */\n .timeline-comment-label-spammy {\n color: #d82828;\n border-color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .timeline-comment-header-text code a {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .timeline-comment-action {\n color: #949494;\n }\n /* gist.github.com: \"#0366d6\" */\n .timeline-comment-action:focus, .timeline-comment-action:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#d1d5da\" */\n .timeline-comment-action.disabled, .timeline-comment-action.disabled:hover {\n color: #404040;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .timeline-new-comment .previewable-comment-form .comment-body {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"#e1e4e8\", \"#fff\" */\n .discussion-item-icon {\n color: #cdcdcd;\n background-color: #343434;\n border-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .discussion-item-header {\n color: #afafaf;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .discussion-item-private {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"#f6f8fa\" */\n .previewable-comment-form .comment-form-head.tabnav {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\" */\n .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting {\n background-color: #181818;\n }\n /* gist.github.com: \"transparent\" */\n @media (min-width:1012px) {\n .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting {\n background-color: transparent;\n }\n }\n /* gist.github.com: \"#f6f8fa\" */\n @media (min-width:768px) {\n .page-responsive .previewable-comment-form .comment-form-head.tabnav {\n background-color: #222;\n }\n }\n /* gist.github.com: \"initial\", \"#e1e4e8\" */\n .previewable-comment-form .comment-body {\n background-color: initial;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .new-discussion-timeline .composer .timeline-comment::after {\n border-right-color: #181818;\n }\n /* gist.github.com: \"#fff\" */\n .new-discussion-timeline .composer .comment-form-head.tabnav {\n background-color: #181818;\n }\n /* gist.github.com: \"#d1d5da\", \"#fff\", \"#d1d5da\" */\n @media (min-width:768px) {\n .composer.composer-responsive .timeline-comment {\n border-color: #404040;\n }\n .composer.composer-responsive .timeline-comment::after {\n border-right-color: #181818;\n }\n .composer.composer-responsive .timeline-comment::before {\n border-right-color: #404040;\n }\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .discussion-timeline-actions {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .pagination-loader-container {\n background-color: #181818;\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n :target .timeline-comment-group .timeline-comment {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* gist.github.com: \"#f9c513\" */\n .is-pending .comment-form-head.tabnav, .is-pending .file,\n .is-pending .file-header, .is-pending .tabnav-tab.selected {\n border-color: #cb4;\n }\n /* gist.github.com: \"#fffdef\" */\n .is-pending .comment-form-head.tabnav, .is-pending .file-header {\n background-color: #261d08;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-item-review-comment {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-item-icon-gray {\n background-color: #343434 !important;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .footer-octicon {\n color: #5a5a5a;\n }\n /* gist.github.com: \"color: #959da5\" */\n .footer-octicon:hover {\n color: #767676;\n }\n /* gist.github.com: \"none\", \"box-shadow: none\" */\n .kb-konami-dialog {\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\", \"#fff\" */\n .kb-konami-dialog .Box-btn-octicon {\n color: #fff;\n border-color: #181818;\n }\n /* gist.github.com: \"none\" */\n .konami {\n background: none;\n }\n /* gist.github.com: \"color: #fff\", \"rgba(27,31,35,.04)\" */\n .konami .key {\n color: #fff;\n box-shadow: 0 1px 0 #000;\n }\n /* gist.github.com: \"none\" */\n .konami-overlay {\n background: none;\n }\n /* gist.github.com: \"color: #fff\", \"none\", \"#fff\" */\n .konami .key.complete {\n color: #fff;\n background: none;\n border-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\" */\n .konami .key.active {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\" */\n .konami .key.down.active {\n color: #fff;\n }\n /* gist.github.com: \"color: #24292e\" */\n .konami .enter-link {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\", \"none\" */\n .konami .enter-link:hover {\n color: #fff;\n background: none;\n }\n /* gist.github.com: \"color: #24292e\" */\n .team-mention, .user-mention {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .pagehead {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .pagehead-actions > li {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#cb2431\" */\n .pagehead-actions .octicon-mute {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .pagehead-tabs-item {\n color: #afafaf;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .pagehead-tabs-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"color: #444d56\" */\n .pagehead-tabs-item .Counter {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .pagehead-tabs-item:hover {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n .pagehead-tabs-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #fb8532 #343434 transparent;\n }\n /* gist.github.com: \"color: #586069\" */\n .reponav-item {\n color: #afafaf;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .reponav-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"color: #444d56\" */\n .reponav-item .Counter {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .reponav-item:focus, .reponav-item:hover {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n .reponav-item.selected {\n color: #cdcdcd;\n border-color: #fb8532 #343434 transparent;\n }\n /* gist.github.com: \"#24292e\" */\n .reponav-item.selected, .reponav-wrapper {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff\", \"initial\" */\n .reponav-wrapper .reponav-item.selected {\n color: #fff;\n background-color: initial;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .steps {\n border-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\", \"#fafbfc\", \"#dfe2e5\" */\n .steps li {\n color: #5a5a5a;\n background-color: #181818;\n border-left-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\" */\n .steps li.current {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n .steps li.current .octicon {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .steps .complete {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .steps .complete .octicon {\n color: #484;\n }\n /* gist.github.com: \"#0366d6\" */\n .prose-diff .show-rich-diff {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#d1d5da\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable .octicon {\n color: #404040;\n }\n /* gist.github.com: \"color: #24292e\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:hover .octicon {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#d1d5da\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child::before {\n color: #404040;\n }\n /* gist.github.com: \"color: #24292e\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child:hover::before {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .prose-diff .markdown-body > ins {\n box-shadow: inset 4px 0 0 #373;\n }\n /* gist.github.com: \"#cb2431\" */\n .prose-diff .markdown-body > del {\n box-shadow: inset 4px 0 0 #d82828;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .prose-diff .rich-diff-level-zero.added {\n box-shadow: inset 4px 0 0 #373;\n }\n /* gist.github.com: \"#cb2431\" */\n .prose-diff .rich-diff-level-zero.removed {\n box-shadow: inset 4px 0 0 #d82828;\n }\n /* gist.github.com: \"#f9c513\" */\n .prose-diff .rich-diff-level-zero.changed {\n box-shadow: inset 4px 0 0 #cb4;\n }\n /* gist.github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff .changed .removed, .prose-diff .changed .removed > div,\n .prose-diff .changed .removed code, .prose-diff .changed del,\n .prose-diff .changed del > div, .prose-diff .changed del code {\n color: #d82828;\n background-color: #300;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .prose-diff .changed .added, .prose-diff .changed ins,\n .prose-diff .changed ins code {\n border-bottom-color: #373;\n }\n /* gist.github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff > .markdown-body li ul.removed {\n color: #d82828;\n background-color: #300;\n }\n /* gist.github.com: \"#d1d5da\" */\n .prose-diff > .markdown-body li.added.moved-down .octicon,\n .prose-diff > .markdown-body li.added.moved-up .octicon {\n color: #404040;\n }\n /* gist.github.com: \"#fffdef\" */\n .prose-diff > .markdown-body li.added.moved {\n background-color: #261d08;\n }\n /* gist.github.com: \"#fffdef\", \"#dfe2e5\" */\n .prose-diff > .markdown-body td.changed,\n .prose-diff > .markdown-body th.changed {\n background-color: #261d08;\n border-left-color: #343434;\n }\n /* gist.github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff > .markdown-body li:not(.moved).removed {\n color: #d82828;\n background-color: #300;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .protip code {\n background-color: #222;\n }\n /* gist.github.com: \"#dbedff\" */\n .add-reactions-options-item:active {\n background-color: #182030;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .comment-reactions.has-reactions {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .comment-reactions .user-has-reacted {\n background-color: #182030;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .reaction-summary-item {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .render-container {\n background-color: #343434;\n }\n /* gist.github.com: \"none\" */\n .render-container.is-render-ready.is-render-requested:not(.is-render-failed) {\n background: none;\n }\n /* gist.github.com: \"color: #444d56\", \"#f6f8fa\", \"rgba(27,31,35,.15)\" */\n .render-notice {\n color: #afafaf;\n background-color: #222;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#dfe2e5\" */\n .content-attachment {\n border-left-color: #343434;\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\",\"#fff\" */\n .max--md .content-attachment-content--gradient {\n background: linear-gradient(180deg, transparent, #181818 calc(100% - 28px));\n }\n /* gist.github.com: \"none\" */\n .content-attachment-details[open] .max--md .content-attachment-content--gradient {\n background: none;\n }\n /* gist.github.com: \"color: #586069\" */\n .marketing .pagehead p {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .marketing h2 .secure {\n color: #484;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .marketing-section {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .marketing-hero-octicon {\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .marketing-hero-octicon .octicon {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .hanging-icon-list .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .hanging-icon-list .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .hanging-icon-list .octicon-x {\n color: #d82828;\n }\n /* gist.github.com: \"color: #fff\", \"#3b41af\", \"#6570e2\",\"#3b41af\" */\n .btn-blurple {\n color: #fff;\n background-color: #6570e2;\n background-image: linear-gradient(-180deg, #4550c2, #6570e2 90%);\n }\n /* gist.github.com: \"rgba(27,31,35,.5)\" */\n .btn-blurple.hover, .btn-blurple:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* gist.github.com: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-blurple.selected, .btn-blurple:active, .btn-blurple[aria-selected=true],\n [open] > .btn-blurple {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* gist.github.com: \"none\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n .btn-blurple.disabled, .btn-blurple:disabled,\n .btn-blurple[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* gist.github.com: \"#fff\" */\n .btn-blurple .Counter {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff\" */\n .intgrs-dir-intro .directory-header-back,\n .intgrs-dir-intro .directory-tag-line {\n color: #fff;\n }\n /* gist.github.com: \"#0366d6\" */\n .intgrs-lstng-item-link:hover .intgrs-lstng-item-header {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #333\" */\n .intgrs-lstng-item-header {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #586069\" */\n .intgrs-lstng-item-description {\n color: #afafaf;\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\",\"#fff\" */\n .intgrs-lstng-item-description::after {\n background-image: linear-gradient(90deg, transparent, #181818 80%);\n }\n /* gist.github.com: \"color: #fff\" */\n .intgr-admin-link.draft-tag .octicon,\n .intgr-admin-link.draft-tag:hover .octicon {\n color: #fff;\n }\n /* gist.github.com: \"#0366d6\" */\n .intgr-admin-link:hover .octicon {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .intgr-admin-link .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .integrations-breadcrumb-link:hover,\n .intgr-feat-header .intgr-admin-link:hover .octicon, .intgr-feat-header h2 {\n color: #fff;\n }\n /* gist.github.com: \"initial\" */\n .integrations-install-target .flash,\n .integrations-install-target .flash-error {\n background-color: initial;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .integrations-install-target .octicon-lock {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"#fafbfc\" */\n .listgroup-item.disabled {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #333\" */\n .listgroup-item.disabled .listgroup-item-title {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #767676\" */\n .link-small {\n color: #767676;\n }\n /* gist.github.com: \"#0366d6\" */\n .listgroup-item:hover .link-small {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#d73a49\" */\n .manifest-errors {\n border-left-color: #d82828;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .not-found-octocat-wrapper::after {\n background-color: #181818;\n box-shadow: 0 4px 0 #181818, 0 8px 0 #181818, 0 12px 0 #181818, 0 16px 0 #181818, 0 20px 0 #181818;\n }\n /* gist.github.com: \"color: #333\" */\n .billing-plans .name {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #fff\", \"#28a745\" */\n .billing-plans .coupon td {\n color: #fff;\n background-color: #484;\n }\n /* gist.github.com: \"#28a745\" */\n .coupon-label::after {\n border-bottom-color: #484;\n }\n /* gist.github.com: \"#eee\" */\n .plan-notice {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #fff\" */\n .alert-label {\n color: #fff;\n }\n /* gist.github.com: \"#cb2431\" */\n .alert-label--high {\n background-color: #d82828;\n }\n /* gist.github.com: \"#cb2431\" */\n .graph-canvas .alert-label--high {\n fill: #d82828;\n }\n /* gist.github.com: \"#e36209\" */\n .alert-label--moderate {\n background-color: #fb8532;\n }\n /* gist.github.com: \"#e36209\" */\n .graph-canvas .alert-label--moderate {\n fill: #fb8532;\n }\n /* gist.github.com: \"#dbab09\" */\n .alert-label--low {\n background-color: #cb4;\n }\n /* gist.github.com: \"#dbab09\" */\n .graph-canvas .alert-label--low {\n fill: #cb4;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .advisory-form {\n background-color: #222;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .advisory-form .form-actions, .advisory-form .form-control,\n .advisory-form .previewable-comment-form {\n background-color: #181818;\n }\n /* gist.github.com: \"#f5f5f5\" */\n .credit-card {\n background-color: #222;\n }\n /* gist.github.com: \"color: #767676\", \"#fff\" */\n .credit-card.normal .signature {\n color: #767676;\n background-color: #181818;\n }\n /* gist.github.com: \"#d73a49\" */\n .credit-card .cvv {\n border-color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .credit-card .cvv span {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .billing-addon-items td.black {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eee\" */\n .billing-addon-items tr {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\" */\n .billing-addon-items tr:nth-child(2n) {\n background-color: #181818;\n }\n /* gist.github.com: \"#cb2431\", \"#fff\" */\n .billing-addon-items tr.total-row {\n color: #d82828;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #666\" */\n .billing-addon-items .addon-cost,\n .billing-addon-items .discounted-original-price {\n color: #949494;\n }\n /* gist.github.com: \"#fff\" */\n .billing-credit-card .javascript-disabled-overlay {\n background-color: #181818;\n }\n /* gist.github.com: \"#eee\" */\n .billing-extra-box, .billing-vat-box {\n border-left-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .billing-section .section-label {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #333\" */\n .billing-section .section-content {\n color: #bebebe;\n }\n /* gist.github.com: \"#eee\" */\n .usage-bar {\n background-color: #242424;\n }\n /* gist.github.com: \"#d73a49\" */\n .usage-bar.exceeded .progress {\n background-color: #d82828 !important;\n }\n /* gist.github.com: \"#34d058\" */\n .usage-bar .progress {\n background-color: #373;\n }\n /* gist.github.com: \"#8a63d2\" */\n .usage-bar .progress--purple {\n background-color: #53387a;\n }\n /* gist.github.com: \"color: #586069\" */\n .lfs-data-icon {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #333\" */\n .lfs-data-icon.dark {\n color: #bebebe;\n }\n /* gist.github.com: \"#f9f9f9\" */\n .paypal-container {\n background-color: #181818;\n }\n /* gist.github.com: \"#ddd\" */\n .braintree-paypal-loggedin {\n border-color: #343434 !important;\n }\n /* gist.github.com: \"color: #586069\" */\n .payment-history .currency, .payment-history .status {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .payment-history .succeeded .status {\n color: #484;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .payment-history .failed, .payment-history .refunded {\n background-color: #222;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .payment-history .refunded .status {\n color: #949494;\n }\n /* gist.github.com: \"#cb2431\" */\n .payment-history .failed .status {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .discounted-original-price {\n color: #afafaf;\n }\n /* gist.github.com: \"#f9f9f9\", \"#eee\" */\n .billing-manager-banner {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .billing-manager-banner-text, .billing-manager-banner-title {\n color: #afafaf;\n }\n /* gist.github.com: \"#fafbfc\", \"#e0e0e0\" */\n .plan-choice {\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .plan-choice, .plan-choice.open, .plan-choice.selected {\n background-color: #181818;\n }\n /* gist.github.com: \"#d1d5da\", \"rgba(149,157,165,.2)\" */\n .plan-choice--experiment.open, .plan-choice--experiment.selected {\n border-color: #404040;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"#28a745\", \"rgba(27,31,35,.04)\" */\n .plan-choice--experiment.open .plan-choice-icon,\n .plan-choice--experiment.selected .plan-choice-icon {\n background-color: #484;\n box-shadow: 0 1px 0 #000;\n }\n /* gist.github.com: \"#34d058\" */\n .plan-choice--experiment.plan-choice--green.open,\n .plan-choice--experiment.plan-choice--green.selected {\n border-color: #373;\n }\n /* gist.github.com: \"#28a745\" */\n .plan-choice--experiment.plan-choice--green.open .plan-choice-icon,\n .plan-choice--experiment.plan-choice--green.selected .plan-choice-icon {\n background-color: #484;\n }\n /* gist.github.com: \"#8a63d2\" */\n .plan-choice--experiment.plan-choice--purple.open,\n .plan-choice--experiment.plan-choice--purple.selected {\n border-color: #53387a;\n }\n /* gist.github.com: \"#6f42c1\" */\n .plan-choice--experiment.plan-choice--purple.open .plan-choice-icon,\n .plan-choice--experiment.plan-choice--purple.selected .plan-choice-icon {\n background-color: #9378ba;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .plan-choice-exp {\n color: #949494;\n }\n /* gist.github.com: \"#e0e0e0\" */\n .billing-line-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .billing-box-accordion:hover .billing-box-accordion-state .octicon {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .billing-box-accordion-state .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\" */\n .billing-box-progressBars span:nth-child(2) {\n border-left-color: #181818;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .blame-commit-date[data-heat=\"10\"] {\n color: #949494;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .blame-commit-message .message.blank {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"#d1d5da\" */\n .reblame-link {\n color: #404040;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .blame-hunk:hover .reblame-link {\n color: #949494;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .blob-interaction-bar {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .blob-interaction-bar .octicon-search {\n color: #afafaf;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .TagsearchPopover-list .TagsearchPopover-list-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\" */\n .CopyBlock:active, .CopyBlock:focus, .CopyBlock:hover,\n .file-commit-form--full, .linejump .linejump-input {\n background-color: #181818;\n }\n /* gist.github.com: \"#fff\" */\n .commit-form::after {\n border-right-color: #181818;\n }\n /* gist.github.com: \"#ddd\" */\n .commit-form::before {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .merge-pr {\n border-top-color: #404040;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .merge-status-list {\n border-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\", \"#e1e4e8\" */\n .merge-status-item {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .status-meta {\n color: #afafaf;\n }\n /* gist.github.com: \"rgba(27,31,35,.05)\" */\n .status-meta-file-name {\n background-color: rgba(220, 220, 220, .1);\n }\n /* gist.github.com: \"color: #fff\" */\n .branch-action-icon {\n color: #fff;\n }\n /* gist.github.com: \"#fff\", \"#d1d5da\" */\n .branch-action-body {\n background-color: #181818;\n border-color: #404040;\n }\n /* gist.github.com: \"#fafbfc\", \"#e1e4e8\" */\n .branch-action-body .merge-branch-form, .branch-action-body .merge-message {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .branch-action-item + .branch-action-item,\n .branch-action-item + .mergeability-details {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .branch-action-state-clean .branch-action-icon {\n background-color: #373;\n }\n /* gist.github.com: \"#34d058\" */\n .branch-action-state-clean .branch-action-body {\n border-color: #373;\n }\n /* gist.github.com: \"#34d058\" */\n .branch-action-state-clean .branch-action-body::before {\n border-right-color: #373;\n }\n /* gist.github.com: \"#dbab09\" */\n .branch-action-state-unknown .branch-action-icon,\n .branch-action-state-unstable .branch-action-icon {\n background-color: #cb4;\n }\n /* gist.github.com: \"#6f42c1\" */\n .branch-action-state-merged .branch-action-icon {\n background-color: #9378ba;\n }\n /* gist.github.com: \"#6a737d\" */\n .branch-action-state-closed-dirty .branch-action-icon,\n .branch-action-state-dirty .branch-action-icon,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-icon {\n background-color: #444;\n }\n /* gist.github.com: \"#d1d5da\" */\n .branch-action-state-closed-dirty .branch-action-body,\n .branch-action-state-dirty .branch-action-body,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body {\n border-color: #404040;\n }\n /* gist.github.com: \"#d1d5da\" */\n .branch-action-state-closed-dirty .branch-action-body::before,\n .branch-action-state-dirty .branch-action-body::before,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body::before {\n border-right-color: #404040;\n }\n /* gist.github.com: \"#d73a49\" */\n .branch-action-state-error .branch-action-icon,\n .is-merging .branch-action-state-error-if-merging .branch-action-icon {\n background-color: #d82828;\n }\n /* gist.github.com: \"#f97583\" */\n .branch-action-state-error .branch-action-body,\n .is-merging .branch-action-state-error-if-merging .branch-action-body {\n border-color: #f88;\n }\n /* gist.github.com: \"#f97583\" */\n .branch-action-state-error .branch-action-body::before,\n .is-merging .branch-action-state-error-if-merging .branch-action-body::before {\n border-right-color: #f88;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .merge-branch-form .commit-form::before {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#f97583\" */\n .merge-branch-form.danger .commit-form,\n .merge-branch-form.error .commit-form {\n border-color: #f88;\n }\n /* gist.github.com: \"#f97583\" */\n .merge-branch-form.danger .commit-form::before,\n .merge-branch-form.error .commit-form::before {\n border-right-color: #f88;\n }\n /* gist.github.com: \"color: #fff\", \"#2cbe4e\" */\n .completeness-indicator-success {\n color: #fff;\n background-color: #373;\n }\n /* gist.github.com: \"color: #fff\", \"#cb2431\" */\n .completeness-indicator-error {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #fff\", \"#6a737d\" */\n .completeness-indicator-problem {\n color: #fff;\n background-color: #444;\n }\n /* gist.github.com: \"#fffbdd\", \"rgba(27,31,35,.15)\" */\n .RecentBranches {\n background-color: #261d08;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#735c0f\" */\n .RecentBranches-item {\n color: #bba257;\n }\n /* gist.github.com: \"rgba(27,31,35,.05)\" */\n .RecentBranches-item + .RecentBranches-item {\n border-top-color: rgba(220, 220, 220, .05);\n }\n /* gist.github.com: \"#735c0f\" */\n .RecentBranches-item-link {\n color: #bba257;\n }\n /* gist.github.com: \"#fafbfc\", \"#e1e4e8\" */\n .range-editor {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .range-editor-icon {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\", \"#dfe2e5\" */\n ul.comparison-list {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n ul.comparison-list > li {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n ul.comparison-list > li em {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n ul.comparison-list > li .octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #6a737d\", \"#fafbfc\" */\n ul.comparison-list > li.title {\n color: #949494;\n background-color: #181818;\n }\n /* gist.github.com: \"#959da5\" */\n .branch-a-b-count .count-half:last-child {\n border-left-color: #484848;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .branch-a-b-count .meter {\n background-color: #5a5a5a;\n }\n /* gist.github.com: \"initial\" */\n .branch-a-b-count .meter.zero {\n background-color: initial;\n }\n /* gist.github.com: \"#eaecef\" */\n .branch-a-b-count .bar-ahead.even, .branch-a-b-count .bar-behind.even {\n background-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .admin-options-block .policy-enforcement {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .admin-options-block .disabled, .admin-options-block .disabled .note,\n .deprovisioning-checkbox.checkbox-disabled {\n color: #949494;\n }\n /* gist.github.com: \"#0366d6\" */\n .checks-list-item.selected .checks-list-item-name {\n background-color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"color: #fff !important\" */\n .checks-list-item.selected .selected-color-white {\n color: #fff !important;\n }\n /* gist.github.com: \"#d73a49\" */\n .check-annotation-failure::after {\n background-color: #d82828;\n }\n /* gist.github.com: \"#d73a49\" */\n .check-annotation-failure .annotation-title {\n color: #d82828;\n }\n /* gist.github.com: \"#ffd33d\" */\n .check-annotation-warning::after {\n background-color: #cb4;\n }\n /* gist.github.com: \"#b08800\" */\n .check-annotation-warning .annotation-title,\n .check-annotation-warning .octicon-alert {\n color: #cb4;\n }\n /* gist.github.com: \"color: #959da5\" */\n .neutral-check {\n color: #767676;\n }\n /* gist.github.com: \"#24292e\" */\n .CheckRun {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #959da5\" */\n .CheckStep-header {\n color: #767676;\n }\n /* gist.github.com: \"color: #fff\", \"#24292e\", \"none\" */\n .CheckRun-search .btn {\n color: #fff;\n background-color: #181818;\n background-image: none;\n }\n /* gist.github.com: \"#2f363d\" */\n .CheckRun-search .btn:hover {\n background-color: #282828;\n }\n /* gist.github.com: \"color: #586069\", \"none\" */\n .CheckRun-search .btn[disabled] {\n color: #afafaf;\n background-image: none;\n }\n /* gist.github.com: \"#24292e\" */\n .CheckRun-search .btn[disabled]:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"#eaecef\", \"#444d56\" */\n .CheckRun-header {\n border-top-color: #343434;\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"color: #959da5\" */\n .CheckRun-header-timestamp {\n color: #767676;\n }\n /* gist.github.com: \"color: #24292e\", \"#fafbfc\" */\n .CheckRun-search-input:focus {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #959da5\" */\n .CheckStep-line .CheckStep-line-number,\n .CheckStep-line .CheckStep-line-timestamp {\n color: #767676;\n }\n /* gist.github.com: \"#2f363d\" */\n .CheckStep-line:hover {\n background-color: #282828;\n }\n /* gist.github.com: \"#586069\" */\n .CheckStep-line.selected {\n background-color: #343434;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .CheckStep-line .dt-fm {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"color: #fff !important\", \"#2188ff\", \"#79b8ff\" */\n .CheckStep-line .dt-fm.select {\n color: #fff !important;\n background: /*[[base-color]]*/;\n outline: 1px solid /*[[base-color]]*/;\n }\n /* gist.github.com: \"#79b8ff\" */\n .CheckStep .log-line-command {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#f97583\" */\n .CheckStep .log-line-error {\n color: #f88;\n }\n /* gist.github.com: \"color: #959da5\" */\n .CheckStep .log-line-info, .CheckStep .log-line-verbose {\n color: #767676;\n }\n /* gist.github.com: \"color: #24292e\" */\n .CheckStep .ansifg-b {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#f97583\" */\n .CheckStep .ansifg-r {\n color: #f88;\n }\n /* gist.github.com: \"#ffea7f\" */\n .CheckStep .ansifg-y {\n color: #542;\n }\n /* gist.github.com: \"#79b8ff\" */\n .CheckStep .ansifg-bl {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .CheckStep .ansifg-w {\n color: #343434;\n }\n /* gist.github.com: \"color: #959da5\" */\n .CheckStep .ansifg-gr {\n color: #767676;\n }\n /* gist.github.com: \"#24292e\" */\n .CheckStep .ansibg-b {\n background-color: #181818;\n }\n /* gist.github.com: \"#f97583\" */\n .CheckStep .ansibg-r {\n background-color: #f88;\n }\n /* gist.github.com: \"#ffea7f\" */\n .CheckStep .ansibg-y {\n background-color: #542;\n }\n /* gist.github.com: \"#24292e\" */\n .CheckStep .ansibg-bl {\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .CheckStep .ansibg-w {\n background-color: #343434;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .code-frequency .addition {\n fill: #373;\n }\n /* gist.github.com: \"#cb2431\" */\n .code-frequency .deletion {\n fill: #d82828;\n }\n /* gist.github.com: \"#22863a\" */\n .cadd {\n color: #6cc644;\n }\n /* gist.github.com: \"#cb2431\" */\n .cdel {\n color: #d82828;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .code-list .file-box {\n border-color: #343434;\n }\n /* gist.github.com: \"#eee\" */\n .code-list .code-list-item + .code-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .code-list .blob-num a:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .code-list .full-path .octicon-repo {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .code-list .full-path a {\n color: #949494;\n }\n /* gist.github.com: \"#fffdef\" */\n .code-list-item-private .blob-num {\n background-color: #261d08;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .code-list-item-private .blob-num a {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\", \"#fffdef\" */\n .code-list-item-private .divider .blob-code,\n .code-list-item-private .divider .blob-num {\n color: rgba(230, 230, 230, .7);\n background-color: #261d08;\n }\n /* gist.github.com: \"#ffd33d\" */\n .code-scanning-alert-warning-message {\n border-color: #cb4 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .codesearch-results .repo-list-item + .repo-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"none\", \"box-shadow: none\" */\n .search-form-fluid .search-page-input {\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .search-form-fluid .search-page-input:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #586069\", \"#fff\", \"#e1e4e8\" */\n @media (max-width:544px) {\n .codesearch-pagination-container .current {\n color: #afafaf;\n background-color: #181818;\n border-color: #343434;\n }\n }\n /* gist.github.com: \"#f9c513\" */\n rect.max {\n fill: #cb4;\n }\n /* gist.github.com: \"#28a745\" */\n g.bar {\n fill: #484;\n }\n /* gist.github.com: \"#fb8532\" */\n g.mini {\n fill: #fb8532;\n }\n /* gist.github.com: \"color: #24292e\", \"#ffd33d\" */\n .CommunityTemplate-highlight {\n color: #cdcdcd;\n background-color: #cb4;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .CommunityTemplate-highlight--focus {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#ffd33d\",\"#28a745\", \"initial\" */\n .community-checklist .progress-bar {\n background: linear-gradient(90deg, #cb4, #c5e300, #484);\n background-color: initial;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .community-checklist .progress {\n background-color: #222;\n }\n /* gist.github.com: \"#dbab09\" */\n .community-checklist .checklist-dot {\n color: #cb4;\n }\n /* gist.github.com: \"#cb2431\" */\n span.no-nl-marker {\n color: #d82828;\n }\n /* gist.github.com: \"#fff\" */\n .select-menu-item {\n background-color: #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.04)\" */\n .contrib-legend .legend li {\n box-shadow: inset 0 0 0 1px #000;\n }\n /* gist.github.com: \"color: #586069\" */\n li.contribution .num {\n color: #afafaf;\n }\n /* gist.github.com: \"fill: #959da5\" */\n .activity-overview-percentage {\n fill: #757575;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .tint-box {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\" */\n .tint-box.transparent {\n background-color: #181818;\n }\n /* gist.github.com: \"#fb8532\" */\n .contrib-person path {\n fill: #fb8532;\n }\n /* gist.github.com: \"fill: #959da5\" */\n .contrib-person .midlabel {\n fill: #757575;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .coupons .coupon-form-body {\n background-color: #181818;\n box-shadow: 0 1px 3px rgba(0, 0, 0, .075), inset 1px 0 #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n .coupon-icon {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#dbab09\" */\n .repo-private-icon {\n fill: #cb4;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .dashboard-rollup-items > .dashboard-rollup-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\", \"#d1d5da\" */\n .dashboard-notice {\n background-color: #181818;\n border-color: #404040;\n }\n /* gist.github.com: \"color: #959da5\" */\n .dashboard-notice .dismiss {\n color: #767676;\n }\n /* gist.github.com: \"color: #586069\" */\n .dashboard-notice .dismiss:hover {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .dashboard-notice .octicon-organization {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #24292e\" */\n .dashboard-notice h2 {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#fff\" */\n .dashboard-notice .coupon {\n background-color: #181818;\n }\n /* gist.github.com: \"#fff\", \"box-shadow: none\" */\n .dashboards-overview-cards .blankslate {\n background-color: #181818;\n box-shadow: none;\n }\n /* gist.github.com: \"#cb2431\" */\n .dashboards-overview-cards .octicon-arrow-down {\n color: #d82828;\n }\n /* gist.github.com: \"#0366d6\" */\n .dashboards-overview-cards .summary-stats .metric-1 {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #666\" */\n .developer-thanks .hook {\n color: #949494;\n }\n /* gist.github.com: \"#28a745\" */\n .developer-next-steps .octicon {\n color: #484;\n }\n /* gist.github.com: \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer,\n .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-label,\n .timeline-comment.timeline-chosen-answer,\n .timeline-comment.timeline-chosen-answer .timeline-comment-label {\n border-color: #040;\n }\n /* gist.github.com: \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer::before,\n .timeline-comment.timeline-chosen-answer::before {\n border-right-color: #040;\n }\n /* gist.github.com: \"#f0fff4\", \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-header,\n .timeline-comment.timeline-chosen-answer .timeline-comment-header {\n background-color: #002800;\n border-bottom-color: #040;\n }\n /* gist.github.com: \"box-shadow: none\" */\n :target .discussion-nested-comment-group .timeline-comment {\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .discussion-nested-comment-timeline-item:target {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* gist.github.com: \"box-shadow: none\" */\n :target .nested-discussion-timeline-comment {\n box-shadow: none;\n }\n /* gist.github.com: \"#d2dff0\" */\n .discussion-comment .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* gist.github.com: \"#22863a\" */\n .icon-discussion-answered {\n color: #6cc644;\n }\n /* gist.github.com: \"#22863a\" */\n .icon-discussion-answered, .icon-discussion-answered path {\n fill: #6cc644;\n }\n /* gist.github.com: \"color: #fff\" */\n .icon-discussion-white {\n color: #fff;\n }\n /* gist.github.com: \"color: #24292e\" */\n .icon-discussion-gray {\n color: #cdcdcd;\n }\n /* gist.github.com: \"fill: #24292e\" */\n .icon-discussion-gray, .icon-discussion-gray path {\n fill: #bebebe;\n }\n /* gist.github.com: \"#6a737d\" */\n .discussions-activity-indicator {\n background-color: #444;\n }\n /* gist.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .discussion-spotlight-gradient[aria-selected=true] {\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* gist.github.com: \"#cb2431\" */\n .donut-chart > .action_required, .donut-chart > .cancelled,\n .donut-chart > .error, .donut-chart > .failure, .donut-chart > .timed_out {\n fill: #d82828;\n }\n /* gist.github.com: \"#dbab09\" */\n .donut-chart > .expected, .donut-chart > .in_progress,\n .donut-chart > .pending, .donut-chart > .queued {\n fill: #cb4;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .donut-chart > .success {\n fill: #373;\n }\n /* gist.github.com: \"fill: #959da5\" */\n .donut-chart > .neutral, .donut-chart > .skipped, .donut-chart > .stale {\n fill: #757575;\n }\n /* gist.github.com: \"color: #24292e\", \"#e36209\" */\n .emoji-tab[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .emoji-tab[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* gist.github.com: \"#0366d6\" */\n .selected-emoji {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"initial\" */\n .emoji-picker-tab .btn-outline:not(:hover) {\n background-color: initial;\n }\n /* gist.github.com: \"color: #586069\" */\n .ghe-license-status p {\n color: #afafaf;\n }\n /* gist.github.com: \"rgba(149,157,165,.15)\" */\n @media (min-width:768px) {\n .checkable-input-container.checked {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n }\n /* gist.github.com: \"#f1f8ff\" */\n @media (min-width:768px) {\n .checkable-input-container.checked .form-checkbox--box {\n background-color: #182030;\n }\n }\n /* gist.github.com: \"#eee\" */\n .newsletter-frequency-choice {\n border-color: #343434;\n }\n /* gist.github.com: \"#28a745\" */\n .newsletter-frequency-choice .notice {\n color: #484;\n }\n /* gist.github.com: \"#fafbfc\", \"#eee\" */\n .newsletter-frequency-choice h3 {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .newsletter-frequency-choice:hover, .newsletter-frequency-choice:hover h3 {\n border-color: /*[[base-color]]*/;\n }\n .newsletter-frequency-choice:hover h3 {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#28a745\", \"rgba(0,0,0,.2)\" */\n .newsletter-frequency-choice.selected {\n border-color: #484;\n box-shadow: 0 0 5px rgba(255, 255, 255, .7);\n }\n /* gist.github.com: \"color: #fff\", \"#28a745\", \"#28a745\" */\n .newsletter-frequency-choice.selected h3 {\n color: #fff;\n background-color: #484;\n border-color: #484;\n }\n /* gist.github.com: \"color: #555\", \"rgba(0,0,0,.125)\" */\n .exploregrid-item {\n color: #afafaf;\n border-bottom-color: rgba(220, 220, 220, .125);\n }\n /* gist.github.com: \"#0366d6\" */\n .exploregrid-item:hover .exploregrid-item-title {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#f5f5f5\" */\n .exploregrid-item-header {\n background-color: #222;\n }\n /* gist.github.com: \"color: #24292e\" */\n .exploregrid-item-title {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#ddd\" */\n .file {\n border-color: #343434;\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .file:target {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* gist.github.com: \"color: #586069\" */\n .file .data.empty {\n color: #afafaf;\n }\n /* gist.github.com: \"#ddd\" */\n .file .image {\n background-color: #383838;\n }\n /* gist.github.com: \"#fff\" */\n .file .image .border-wrap {\n background-color: #181818;\n }\n /* gist.github.com: \"#eee\", \"#fff\" */\n .file .image canvas, .file .image img {\n background-color: #242424;\n border-color: #181818;\n }\n /* gist.github.com: \"#eee\" */\n .file .image .view canvas, .file .image .view img {\n background-color: #242424;\n }\n /* gist.github.com: \"none\" */\n .file .empty {\n background: none;\n }\n /* gist.github.com: \"#fafbfc\", \"#e1e4e8\" */\n .file-header {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#ddd\" */\n .file-info-divider {\n background-color: #383838;\n }\n /* gist.github.com: \"#28a745\" */\n .graphs .area {\n fill: #484;\n }\n /* gist.github.com: \"#28a745\" */\n .graphs .path {\n stroke: #484;\n }\n /* gist.github.com: \"#28a745\" */\n .graphs .dot {\n fill: #484;\n }\n /* gist.github.com: \"#0366d6\" */\n .graphs .dot.padded circle:hover {\n fill: /*[[base-color]]*/;\n }\n /* gist.github.com: \"fill: #24292e\" */\n .graphs .d3-tip {\n fill: #bebebe;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .graphs .dir {\n color: #949494;\n }\n /* gist.github.com: \"fill: #24292e\", \"stroke: #24292e\" */\n .graphs .selection .selection {\n fill: #bebebe;\n stroke: #d2d2d2;\n }\n /* gist.github.com: \"color: #586069\" */\n .graph-filter .info {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #2f363d\" */\n .graph-canvas .activity {\n color: #bebebe;\n }\n /* gist.github.com: \"#0366d6\" */\n .graph-canvas .axis .zero line {\n stroke: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #959da5\", \"rgba(0,0,0,.8)\" */\n .svg-tip {\n color: #767676;\n background-color: #242424;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .svg-tip strong {\n color: #343434;\n }\n /* gist.github.com: \"rgba(0,0,0,.8)\" */\n .svg-tip::after {\n border-top-color: #242424;\n }\n /* gist.github.com: \"#28a745\" */\n .svg-tip.comparison .metric-0 {\n border-top-color: #484;\n }\n /* gist.github.com: \"#2188ff\" */\n .svg-tip.comparison .metric-1 {\n border-top: 6px solid /*[[base-color]]*/;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .topic-tag {\n background-color: #182030;\n }\n /* gist.github.com: \"#fff\", \"#c8e1ff\" */\n .topic-tag-outline {\n background-color: #181818;\n box-shadow: inset 0 0 0 1px /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #6a737d\", \"#f1f8ff\" */\n .delete-topic-button, .delete-topic-link {\n color: #949494;\n background-color: #182030;\n }\n /* gist.github.com: \"#86181d\", \"#ffeef0\", \"#f97583\" */\n .invalid-topic .delete-topic-button {\n color: #d82828;\n background-color: #300;\n border-left-color: #f88;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .topic-tag-action {\n background-color: #182030;\n }\n /* gist.github.com: \"#86181d\", \"#ffeef0\", \"#f97583\" */\n .topic-tag-action.invalid-topic {\n color: #d82828;\n background-color: #300;\n border-color: #f88;\n }\n /* gist.github.com: \"color: #6a737d\", \"#f1f8ff\" */\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button {\n color: #949494;\n background-color: #182030;\n }\n /* gist.github.com: \"color: #fff\" */\n .topic-tag-action .add-topic-button:hover,\n .topic-tag-action .remove-topic-button:hover {\n color: #fff;\n }\n /* gist.github.com: \"#28a745\" */\n .topic-tag-action .add-topic-button:hover {\n background-color: #484;\n }\n /* gist.github.com: \"#d73a49\" */\n .topic-tag-action .remove-topic-button:hover {\n background-color: #d82828;\n }\n /* gist.github.com: \"none\" */\n .topic-input-container .tag-input .tag-input-inner {\n background-image: none;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .topic-list .topic-list-item + .topic-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#ffd33d\" */\n .topic-box .starred {\n color: #cb4;\n }\n /* gist.github.com: \"#d1d5da\" */\n .topic-box .unstarred {\n color: #404040;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .team-breadcrumb .team-breadcrumb-item::after {\n color: #343434;\n }\n /* gist.github.com: \"#fafbfc\" */\n .discussion-post .timeline-inline-comments {\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-post .reply-comment:first-child {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\" */\n .discussion-post .reply-comment .review-comment.is-comment-editing {\n background-color: #181818;\n }\n /* gist.github.com: \"#d2dff0\" */\n .discussion-post .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-post .reply-comments-holder::before {\n background-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\", \"box-shadow: none\" */\n .team-discussion-new-post .review-thread-reply-button:disabled {\n background-color: #222;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n .team-project-suggestion-number {\n color: #767676;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .hook-item .description {\n color: #949494;\n }\n /* gist.github.com: \"#28a745\" */\n .hook-item.success .icon-for-success {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .hook-item.failure .icon-for-failure {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .hook-item.inactive .icon-for-inactive, .hook-item.pending .icon-for-pending {\n color: #949494;\n }\n /* gist.github.com: \"#28a745\" */\n .hook-item.enabled .icon-for-enabled {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .hook-item .hook-error-message {\n color: #d82828;\n }\n /* gist.github.com: \"initial\" */\n .hook-deliveries-list .hook-delivery-item:hover {\n background-color: initial;\n }\n /* gist.github.com: \"#28a745\" */\n .hook-deliveries-list .item-status.success {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .hook-deliveries-list .item-status.failure {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .hook-deliveries-list .item-status.pending, .hook-delivery-time {\n color: #949494;\n }\n /* gist.github.com: \"#959da5\" */\n .hook-delivery-container h4.remote-call-header {\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"color: #fff\", \"#d73a49\" */\n .hook-delivery-response-status {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .hook-delivery-response-status[data-response-status^=\"2\"] {\n background-color: #484;\n }\n /* gist.github.com: \"color: #586069\" */\n .integration-meta-head {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\", \"hsla(0,0%,100%,.5)\" */\n .integrations-select-repos::-webkit-scrollbar-thumb {\n border-color: #181818;\n box-shadow: 0 0 1px hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"transparent\" */\n .integrations-select-repos::-webkit-scrollbar-track-piece {\n background-color: transparent;\n }\n /* gist.github.com: \"#cb2431\" */\n .issue-list .title .closed.octicon {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .issue-list .title .open.octicon {\n color: #484;\n }\n /* gist.github.com: \"#6f42c1\" */\n .issue-list .title .merged.octicon {\n color: #9378ba;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .issue-list-item + .issue-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .pinned-issue-item.is-dragging, .pinned-issue-item.sortable-ghost {\n background-color: #182030;\n }\n /* gist.github.com: \"color: #586069\" */\n .issues-reset-query {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .issues-reset-query:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#0366d6\" */\n .issues-reset-query:hover .issues-reset-query-icon {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\", \"#6a737d\" */\n .issues-reset-query-icon {\n color: #fff;\n background-color: #444;\n }\n /* gist.github.com: \"color: #586069\" */\n .table-list-milestones .stat, .table-list-milestones .stat-label {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #333\" */\n .milestone-title-link a {\n color: #bebebe;\n }\n /* gist.github.com: \"#0366d6\" */\n .milestone-description .expand-more, .milestone-title-link a:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .task-progress {\n color: #afafaf;\n }\n /* gist.github.com: \"#eee\" */\n .task-progress .progress-bar {\n background-color: #242424;\n }\n /* gist.github.com: \"#ccc\" */\n .task-progress .progress-bar .progress {\n background-color: #484848;\n }\n /* gist.github.com: \"#0366d6\" */\n a.task-progress:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#0366d6\" */\n a.task-progress:hover .progress-bar .progress {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .label-select-menu .selected .octicon-circle-slash,\n .label-select-menu [aria-checked=mixed] .octicon-circle-slash,\n .label-select-menu [aria-checked=true] .octicon-circle-slash {\n color: #949494;\n }\n /* gist.github.com: \"initial\" */\n .label-select-menu .selected:active,\n .label-select-menu [aria-checked=mixed]:active,\n .label-select-menu [aria-checked=true]:active {\n background-color: initial !important;\n }\n /* gist.github.com: \"#f4f4f4\" */\n .label-select-menu .select-menu-item.navigation-focus,\n .label-select-menu .select-menu-item:focus,\n .label-select-menu .select-menu-item:hover,\n .label-select-menu .select-menu-item[aria-selected=true] {\n background-color: #242424;\n }\n /* gist.github.com: \"#eee\" */\n .subnav .btn + .issues-search {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .reaction-sort-item:focus, .reaction-sort-item:hover {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#f1f8ff\", \"#0366d6\" */\n .reaction-sort-item[aria-checked=true] {\n background-color: #182030;\n border-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#959da5\" */\n .issue-keyword {\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-item.navigation-focus > .octicon.label-options-icon,\n .select-menu-item[aria-selected=true] > .octicon.label-options-icon {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#cb2431\" */\n .new-label-color-input:invalid {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li > a,\n .repository-lang-stats ol.repository-lang-stats-numbers li > span {\n color: #949494;\n }\n /* gist.github.com: \"color: #24292e\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li .lang {\n color: #cdcdcd;\n }\n /* gist.github.com: \"transparent\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li a:hover {\n background-color: transparent;\n }\n /* gist.github.com: \"#ddd\" */\n .repository-lang-stats-graph {\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .repository-lang-stats-graph .language-color:not(:first-child) {\n border-left-color: #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n .map-background {\n fill: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#e36209\" */\n .map-point:hover {\n fill: #fb8532;\n }\n /* gist.github.com: \"#2f363d\" */\n .MarketplaceJumbotron {\n background-color: #282828;\n }\n /* gist.github.com: \"rgba(0,0,0,.2)\" */\n .MarketplaceFeature-link:hover .CircleBadge--feature {\n box-shadow: 0 3px 8px 0 rgba(255, 255, 255, .7);\n }\n /* gist.github.com: \"#f6f8fa\" */\n .MarketplaceSideNav {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n @media (min-width:768px) {\n .MarketplaceSideNav {\n background-color: #181818;\n border-right-color: #343434;\n }\n }\n /* gist.github.com: \"#e1e4e8\" */\n .ScreenshotCarousel {\n border-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .ScreenshotCarousel-nav {\n box-shadow: inset 0 1px 0 #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .ScreenshotCarousel-navitem {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .ScreenshotCarousel-navitem.selected {\n background-color: #222;\n }\n /* gist.github.com: \"#d73a49\" */\n .marketplace-plan-dollar-field-container.is-errored .form-control {\n border-color: #d82828;\n }\n /* gist.github.com: \"color: #24292e\" */\n .marketplace-plan-emphasis {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\" */\n .selected .marketplace-plan-emphasis {\n color: #fff;\n }\n /* gist.github.com: \"#d1d5da\" */\n .marketplace-product-callout {\n border-color: #404040 !important;\n }\n /* gist.github.com: \"color: #586069\", \"#e1e4e8\" */\n .marketplace-product-callout .branch-action-item-icon {\n color: #afafaf;\n background-color: #343434;\n }\n /* gist.github.com: \"color: #fff\", \"#fff\" */\n .filter-item.selected .Label--outline-white {\n color: #fff;\n border-color: #181818;\n }\n /* gist.github.com: \"#fff\" */\n .MarketplaceEdit-body .menu-item, .MarketplaceEdit-body .menu-item.selected {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .MarketplaceEdit-body .menu-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"color: #586069\", \"#e6ebf1\" */\n .MarketplaceEdit-body .CircleIcon {\n color: #afafaf;\n background-color: #444;\n }\n /* gist.github.com: \"#fff\" */\n .BarChart-bar {\n border-right-color: #181818;\n }\n /* gist.github.com: \"#34d058\" */\n .BarChart-bar--green {\n background-color: #373;\n }\n /* gist.github.com: \"#fb8532\" */\n .BarChart-bar--orange {\n background-color: #fb8532;\n }\n /* gist.github.com: \"#f9c513\" */\n .BarChart-bar--yellow {\n background-color: #cb4;\n }\n /* gist.github.com: \"#fff\" */\n .CircleBadge--github::after {\n background-color: #181818;\n }\n /* gist.github.com: \"#28a745\", \"rgba(52,208,88,.4)\" */\n .ClipboardButton.ClipboardButton--success {\n border-color: #484;\n box-shadow: 0 0 0 .2em #3737;\n }\n /* gist.github.com: \"rgba(52,208,88,.4)\" */\n .ClipboardButton.ClipboardButton--success:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* gist.github.com: \"#fafbfc\" */\n .MarketplaceBackground-buffer {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff !important\" */\n .muted-link.filter-item.selected {\n color: #fff !important;\n }\n /* gist.github.com: \"color: #fff\", \"#257bf9\" */\n .MarketplaceAnnouncement {\n color: #fff;\n background: linear-gradient(90deg, #4f8cc9, #2426ca);\n }\n /* gist.github.com: \"color: #fff\", \"hsla(0,0%,100%,0)\" */\n .MarketplaceAnnouncement .btn-outline-mktg {\n color: #fff;\n background-color: transparent;\n }\n /* gist.github.com: \"#c8e1ff\", \"#fff\" */\n .MarketplaceAnnouncement .btn-outline-mktg:hover {\n color: /*[[base-color]]*/;\n border-color: #181818;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .topic-tag-contrast {\n background-color: #246;\n }\n /* gist.github.com: \"color: #24292e\", \"#c8e1ff\", \"rgba(27,31,35,.15)\" */\n .topic-tag-contrast .delete-topic-link {\n color: #cdcdcd;\n background-color: #246;\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#79b8ff\" */\n .topic-tag-contrast .delete-topic-link:hover {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #24292e\" */\n .merge-branch-heading {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .merge-branch-description {\n color: #afafaf;\n }\n /* gist.github.com: \"initial\", \"#ddd\" */\n .merge-branch-manually {\n background-color: initial;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#a04100\" */\n .unavailable-merge-method {\n color: #f3582c;\n }\n /* gist.github.com: \"color: #fff\" */\n .navigation-focus.disabled .unavailable-merge-method,\n [aria-selected=true].disabled .unavailable-merge-method {\n color: #fff;\n }\n /* gist.github.com: \"#fff5b1\" */\n .network .current-repository {\n background-color: #651;\n }\n /* gist.github.com: \"color: #959da5\" */\n .page-new-repo .octicon-repo {\n color: #767676;\n }\n /* gist.github.com: \"rgba(115,92,15,.5)\" */\n .page-new-repo .color-private-icon {\n color: rgba(204, 187, 68, .5);\n }\n /* gist.github.com: \"color: #6a737d\" */\n .page-new-repo .form-checkbox.disabled {\n color: #949494;\n }\n /* gist.github.com: \"#fff\" */\n .page-new-repo .internal-repo-avatar {\n border-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .news blockquote, .owner-reponame .slash {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .news .alert .octicon, .news .alert .time, .news .alert .title .subtle {\n color: #767676;\n }\n /* gist.github.com: \"#fff\" */\n .news .alert .gravatar {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .news .alert .simple .title, .news .github-welcome .done {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\" */\n .news .commits li img {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .news div.message, .news li blockquote {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .notifications .notifications-more > a {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .notifications .read .list-group-item-name > a,\n .notifications .read .notification-actions {\n color: #afafaf;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .notifications .read.list-group-item {\n background-color: #222;\n }\n /* gist.github.com: \"#d1d5da\" */\n .notification-thread-subscription:first-child {\n border-top-color: #404040;\n }\n /* gist.github.com: \"color: #586069\", \"none\" */\n .notifications-sso-prompt a {\n color: #afafaf;\n background: none;\n }\n /* gist.github.com: \"#0366d6\" */\n .notifications-sso-prompt em {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .type-icon-state-none {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .type-icon-state-open, .type-icon-state-published {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .type-icon-state-closed {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .type-icon-state-draft {\n color: #949494;\n }\n /* gist.github.com: \"#6f42c1\" */\n .type-icon-state-merged, .type-icon-state-published {\n color: #9378ba;\n }\n /* gist.github.com: \"#28a745\" */\n .notifications-list .boxed-group .notification-success {\n color: #484;\n }\n /* gist.github.com: \"color: #586069\", \"initial\" */\n .notifications-list .mark-all-as-read {\n color: #afafaf;\n background-color: initial;\n }\n /* gist.github.com: \"color: #666\" */\n .notifications-list .confirmation {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .notification-actions .age, .notification-actions .btn-link {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .notification-actions .btn-link:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#d1d5da\" */\n .notification-actions .unsaved-notification {\n color: #404040;\n }\n /* gist.github.com: \"color: #666\" */\n .subscriptions-content .repo-icon {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\", \"#fff\", \"#eee\" */\n .thread-subscription-status {\n color: #afafaf;\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n @media (max-width:767px) {\n .notifications-v2 .AvatarStack-body .avatar {\n border-right-color: #181818 !important;\n }\n }\n /* gist.github.com: \"initial\" */\n .notifications-v2 .thread-subscription-status {\n background-color: initial !important;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .notification-navigation .menu-item {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .notification-navigation .menu-item .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .notification-navigation .menu-item.selected {\n background-color: #182030;\n }\n /* gist.github.com: \"#0366d6\" */\n .notification-navigation .menu-item.selected .octicon {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"color: #6a737d !important\" */\n .notification-navigation .notification-configure-filters .octicon {\n color: #949494 !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .notification-navigation .notification-configure-filters:hover .octicon {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"color: #6a737d !important\" */\n .notifications-list-item .notification-list-item-link {\n color: #949494 !important;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .notifications-list-item:hover {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .notifications-list-item:hover .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"color: #586069 !important\", \"transparent\" */\n .notifications-list-item:hover .notification-list-item-actions .btn {\n color: #afafaf !important;\n background-color: transparent !important;\n }\n /* gist.github.com: \"color: #24292e !important\", \"#e1e4e8\" */\n .notifications-list-item:hover .notification-list-item-actions .btn:hover {\n color: #cdcdcd !important;\n background-color: #343434 !important;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .notifications-list-item:hover .AvatarStack-body {\n background-color: #182030;\n }\n /* gist.github.com: \"#f1f8ff\", \"#0366d6\" */\n .notifications-list-item.navigation-focus {\n background-color: #182030 !important;\n box-shadow: inset 2px 0 0 /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .notifications-list-item.navigation-focus .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"none\" */\n .notifications-list-item .notification-list-item-unread-indicator {\n background: none;\n }\n /* gist.github.com: \"#fff\" */\n .notifications-list-item.notification-unread {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .notifications-list-item.notification-unread .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .notifications-list-item.notification-unread .notification-list-item-unread-indicator {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .oauth-permissions-details .octicon,\n .oauth-permissions-details .permission-summary .access-details {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .oauth-permissions-details .permission-title {\n color: #cdcdcd;\n }\n /* gist.github.com: \"none\", \"rgba(0,0,0,.15)\" */\n .oauth-permissions-details.open a.btn-sm {\n background-image: none;\n box-shadow: inset 0 2px 4px #000;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .oauth-permissions-details.default:not(.delete) .access-details,\n .oauth-permissions-details.default:not(.delete) .permission-title,\n .oauth-permissions-details.none .access-details,\n .oauth-permissions-details.none .permission-title {\n color: #949494;\n }\n /* gist.github.com: \"#cb2431\" */\n .oauth-delete-repo-permissions .octicon-alert {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .oauth-no-description {\n color: #afafaf;\n }\n /* gist.github.com: \"#ffe\" */\n .oauth-org-access-details, .oauth-org-access-details .oauth-org-item:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\" */\n .oauth-org-access-details .oauth-org-item.on strong {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#fff\" */\n .oauth-org-access-details .oauth-org-item.revoked {\n background-color: #181818;\n }\n /* gist.github.com: \"#cb2431\" */\n .oauth-org-access-details .oauth-org-item.revoked .octicon-x {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .oauth-org-access-details .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .oauth-org-access-details .octicon-x.org-access-denied {\n color: #d82828;\n }\n /* gist.github.com: \"color: #24292e\" */\n .oauth-application-whitelist .request-info strong {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#a04100\" */\n .oauth-application-whitelist .octicon-alert {\n color: #f3582c;\n }\n /* gist.github.com: \"#28a745\" */\n .oauth-application-whitelist .approved-request,\n .oauth-application-whitelist .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .oauth-application-whitelist .denied-request {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .oauth-application-whitelist .edit-link {\n color: #949494;\n }\n /* gist.github.com: \"#0366d6\" */\n .oauth-application-whitelist .edit-link:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #24292e\" */\n .oauth-application-info .application-title {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .oauth-application-info .app-info {\n color: #949494;\n }\n /* gist.github.com: \"#28a745\" */\n .oauth-application-info .app-approved,\n .oauth-application-info .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"#a04100\" */\n .oauth-application-info .app-denied, .oauth-application-info .octicon-x {\n color: #f3582c;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .oauth-border {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .developer-app-item .developer-app-name {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#0366d6\" */\n .developer-app-item .developer-app-name:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .developer-app-item .developer-app-list-meta {\n color: #949494;\n }\n /* gist.github.com: \"color: #2f363d\" */\n .org-insights-graph-canvas .activity {\n color: #bebebe;\n }\n /* gist.github.com: \"fill: #959da5\" */\n .org-insights-graph-canvas .axis text {\n fill: #757575;\n }\n /* gist.github.com: \"#0366d6\" */\n .org-insights-graph-canvas .axis .zero line {\n stroke: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .org-insights-svg-tip::after {\n border-color: #181818 transparent transparent;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .org-insights-svg-tip::before {\n border-color: #343434 transparent transparent;\n }\n /* gist.github.com: \"#0366d6\" */\n .org-insights-card-legend .metric-0 {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#22863a\" */\n .org-insights-card-legend .metric-1 {\n color: #6cc644;\n }\n /* gist.github.com: \"#e36209\" */\n .org-insights-card-legend .metric-2 {\n color: #fb8532;\n }\n /* gist.github.com: \"#6f42c1\" */\n .org-insights-card-legend .metric-3 {\n color: #9378ba;\n }\n /* gist.github.com: \"#0366d6\", \"#0366d6\" */\n .org-insights-graph-canvas .metric-0 circle,\n .org-insights-graph-canvas path.metric-0,\n .org-insights-svg-tip .metric-0 .legend {\n stroke: /*[[base-color]]*/;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#22863a\", \"#22863a\" */\n .org-insights-graph-canvas .metric-1 circle,\n .org-insights-graph-canvas path.metric-1,\n .org-insights-svg-tip .metric-1 .legend {\n stroke: #6cc644;\n background-color: #6cc644;\n }\n /* gist.github.com: \"#e36209\", \"#e36209\" */\n .org-insights-graph-canvas .metric-2 circle,\n .org-insights-graph-canvas path.metric-2,\n .org-insights-svg-tip .metric-2 .legend {\n stroke: #fb8532;\n background-color: #fb8532;\n }\n /* gist.github.com: \"#6f42c1\", \"#6f42c1\" */\n .org-insights-graph-canvas .metric-3 circle,\n .org-insights-graph-canvas path.metric-3,\n .org-insights-svg-tip .metric-3 .legend {\n stroke: #9378ba;\n background-color: #9378ba;\n }\n /* gist.github.com: \"color: #959da5\" */\n .org-insights-cards .org-insights-card-legend {\n color: #767676;\n }\n /* gist.github.com: \"#fff\" */\n .org-insights-cards .repository-lang-stats-graph .language-color {\n border-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\", \"#fafbfc\", \"#e1e4e8\" */\n .orghead {\n color: #cdcdcd;\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #333\" */\n .org-name {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #586069\" */\n .audit-log-search .member-info .ghost {\n color: #afafaf;\n }\n /* gist.github.com: \"#a04100\" */\n .audit-type .repo {\n color: #f3582c;\n }\n /* gist.github.com: \"#28a745\" */\n .audit-type .team {\n color: #484;\n }\n /* gist.github.com: \"#6f42c1\" */\n .audit-type .user {\n color: #9378ba;\n }\n /* gist.github.com: \"#cb2431\" */\n .audit-type .oauth_access {\n color: #d82828;\n }\n /* gist.github.com: \"#fff\",\"#f5f5f5\" */\n .saml-enabled-banner-container {\n background-image: linear-gradient(-1deg, #181818, #222);\n }\n /* gist.github.com: \"color: #fff\", \"#cb2431\" */\n .saml-settings-form .test-status-indicator-error {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #fff\", \"#28a745\" */\n .saml-settings-form .test-status-indicator-success {\n color: #fff;\n background-color: #484;\n }\n /* gist.github.com: \"color: #586069\" */\n .member-fullname {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\" */\n .auto-search-group .spinner {\n background-color: #181818;\n }\n /* gist.github.com: \"#eee\" */\n .org-list .list-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .org-repos-mini .org-repo-name .octicon-repo {\n color: #afafaf;\n }\n /* gist.github.com: \"rgba(115,92,15,.5)\" */\n .org-repos-mini .org-repo-name .octicon-lock {\n color: rgba(204, 187, 68, .5);\n }\n /* gist.github.com: \"color: #333\" */\n .reinstate-org-member .reinstate-title {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #586069\" */\n .add-member-wrapper .available-seats {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .add-member-team-list .team-info {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .add-member-team-list .team-meta {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .invite-team-member-list .team-link {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#eee\" */\n .team-stats {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .stats-group-stat {\n color: #afafaf;\n }\n /* gist.github.com: \"#eee\" */\n .stats-group-stat:first-child {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .stats-group-stat:hover, .stats-group-stat:hover .stat-number {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .stats-group-stat.no-link:hover {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #333\" */\n .stat-number, .stats-group-stat.no-link:hover .stat-number {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #959da5\" */\n .team-member-list .invite-icon {\n color: #767676;\n }\n /* gist.github.com: \"#cb2431\" */\n .menu-item-danger, .menu-item-danger.selected {\n color: #d82828;\n }\n /* gist.github.com: \"color: #fff\", \"#d73a49\" */\n .menu-item-danger.navigation-focus,\n .menu-item-danger.selected.navigation-focus,\n .menu-item-danger.selected:hover,\n .menu-item-danger.selected[aria-selected=true], .menu-item-danger:hover,\n .menu-item-danger[aria-selected=true] {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #959da5\" */\n .team-member-list-avatar .octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #586069\" */\n .confirm-removal-container .private-fork-count {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .confirm-removal-container .deleting-private-forks-warning .octicon {\n color: #d82828;\n }\n /* gist.github.com: \"#eaeaea\" */\n .confirm-removal-list-container {\n border-color: #343434;\n }\n /* gist.github.com: \"#eaeaea\" */\n .confirm-removal-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .confirm-removal-repo .octicon, .confirm-removal-team .octicon,\n .manage-member-meta-item, .manage-member-meta-item .btn-link,\n .manage-member-meta-item > .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#a04100\" */\n .manage-member-meta-item > .octicon-alert {\n color: #f3582c;\n }\n /* gist.github.com: \"color: #333\" */\n .org-user-notice-content strong {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #586069\" */\n .manage-repo-access-lead, .org-user-notice-content .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\", \"#ddd\" */\n .manage-repo-access-group {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#f8f8f8\", \"#ddd\" */\n .manage-repo-access-title {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#eee\" */\n .manage-repo-access-wrapper::before {\n background-color: #242424;\n }\n /* gist.github.com: \"#fff\" */\n .manage-repo-access-icon {\n background-color: #181818;\n }\n /* gist.github.com: \"#ddd\" */\n .manage-repo-access-teams-group {\n border-color: #343434;\n }\n /* gist.github.com: \"#eee\" */\n .manage-repo-access-team-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"#fafbfc\" */\n .manage-repo-access-not-active {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"#f9f9f9\" */\n .manage-repo-access-not-active .manage-repo-access-icon {\n background-color: #181818;\n }\n /* gist.github.com: \"#ddd\" */\n .manage-access-remove-footer {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .ldap-memberships-list .edit {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#eee\" */\n .invited .team-member-list .list-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #333\" */\n .manage-memberships-tabs-item:hover {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\" */\n .manage-memberships-tabs-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @keyframes blinkingText {\n 0% {\n color: #343434;\n }\n 33% {\n color: #343434;\n }\n to {\n color: #343434;\n }\n }\n /* gist.github.com: \"#fff\" */\n .theme-picker {\n background-color: #181818;\n }\n /* gist.github.com: \"#eee\" */\n .theme-picker-thumbs {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"none\" */\n .theme-toggle {\n background: none;\n }\n /* gist.github.com: \"#ddd\" */\n .theme-selector-thumbnail {\n border-color: #343434;\n }\n /* gist.github.com: \"#f5f5f5\" */\n .theme-selector-thumbnail:hover {\n background-color: #222;\n }\n /* gist.github.com: \"#0366d6\" */\n .theme-selector-thumbnail.selected {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#fff\" */\n .theme-selector-thumbnail.selected .theme-selector-img {\n border-color: #181818;\n }\n /* gist.github.com: \"#fff\" */\n .page-preview, .theme-picker-spinner {\n background-color: #181818;\n }\n /* gist.github.com: \"#86181d\" */\n .pinned-items-reorder-error {\n color: #d82828;\n }\n /* gist.github.com: \"color: #2f363d\" */\n .pinned-item-name {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #24292e\", \"#f1f8ff\" */\n .pinned-item-checkbox:checked + .pinned-item-name {\n color: #cdcdcd;\n background-color: #182030;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .pinned-gist-blob-num:hover {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"color: #24292e !important\", \"none\", \"#e1e4e8\", \"#d73a49\", \"#28a745\", \"#d1d5da\", \"color: #1b1f23\", \"#22863a\", \"#2cbe4e\", \"#6f42c1\", \"#cb2431\", \"#cb2431\" */\n @media print {\n .btn:not(.btn-outline) {\n color: #cdcdcd !important;\n background: none;\n }\n .blob-num {\n border-right-color: #343434;\n }\n .blob-num-deletion {\n border-right-color: #d82828;\n }\n .blob-num-addition {\n border-right-color: #484;\n }\n .blob-code-addition .x {\n border-bottom-color: #484;\n }\n .blob-code-deletion .x {\n border-bottom-color: #d82828;\n }\n .diffstat-block-neutral {\n border-color: #404040;\n }\n .diffstat-block-deleted {\n border-color: #d82828;\n }\n .diffstat-block-added {\n border-color: #484;\n }\n .State {\n color: #dcdcdc;\n background: none;\n }\n .State--green {\n color: #6cc644;\n border-color: #373;\n }\n .State--purple {\n color: #9378ba;\n border-color: #9378ba;\n }\n .State--red {\n color: #d82828;\n border-color: #d82828;\n }\n }\n /* gist.github.com: \"transparent\" */\n .progress-pjax-loader {\n background-color: transparent;\n }\n /* gist.github.com: \"#79b8ff\", \"box-shadow: 0 0 10px rgba(121,184,255,.7)\" */\n .progress-pjax-loader > .progress-pjax-loader-bar {\n background-color: /*[[base-color]]*/;\n box-shadow: 0 0 rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* gist.github.com: \"#24292e\" */\n @media (min-width:544px) {\n .project-full-screen .project-header {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"color: #fff !important\" */\n .project-full-screen .project-header .project-header-link:hover {\n color: #fff !important;\n }\n /* gist.github.com: \"color: #fff\", \"box-shadow: none\" */\n @media (min-width:544px) {\n .project-full-screen .card-filter-input {\n color: #fff;\n box-shadow: none;\n }\n }\n /* gist.github.com: \"#fff\" */\n @media (min-width:544px) {\n .project-header {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"#54a3ff\",\"#006eed\", \"#fff\" */\n .pending-cards-status {\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n border-color: #181818;\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n @media (min-width:544px) {\n .project-column:focus {\n border-color: /*[[base-color]]*/ !important;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n }\n /* gist.github.com: \"#f1f8ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .project-column.moving {\n background-color: #182030 !important;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* gist.github.com: \"#959da5\" */\n .new-project-column {\n border-color: #484848 !important;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .sortable-ghost {\n background-color: #222;\n }\n /* gist.github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .project-card blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .project-card:hover {\n border-color: #404040 !important;\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important\" */\n @media (min-width:544px) {\n .project-card:focus {\n border-color: /*[[base-color]]*/ !important;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n }\n /* gist.github.com: \"#f1f8ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important\" */\n .project-card.moving {\n background-color: #182030 !important;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* gist.github.com: \"#735c0f\" */\n .archived-project-cards-pane .project-card .archived-header {\n color: #bba257;\n }\n /* gist.github.com: \"#959da5\" */\n .project-pane .redacted-activity {\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.5)\" */\n .project-pane-close {\n color: rgba(230, 230, 230, .5);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .project-pane-close:hover {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"color: #fff !important\", \"#0366d6\" */\n .card-filter-autocomplete-dropdown .navigation-focus,\n .card-filter-autocomplete-dropdown [aria-selected=true] {\n color: #fff !important;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff !important\" */\n .card-filter-autocomplete-dropdown .navigation-focus .autocomplete-text-qualifier,\n .card-filter-autocomplete-dropdown [aria-selected=true] .autocomplete-text-qualifier {\n color: #fff !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .projects-reset-query:hover .projects-reset-query-icon {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#6a737d\" */\n .projects-reset-query-icon {\n background-color: #444;\n }\n /* gist.github.com: \"#fff\", \"#d1d5da\" */\n .projects-comment-form .comment-form-head .toolbar-commenting {\n background-color: #181818;\n border-top-color: #404040;\n }\n /* gist.github.com: \"#d1d5da\" */\n .projects-comment-form .preview-content {\n border-top-color: #404040;\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .project-issue-body-blur {\n background: linear-gradient(0deg, #181818, transparent);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.5)\" */\n .project-comment-body-hover .octicon-pencil,\n .project-comment-title-hover .octicon-pencil {\n color: rgba(230, 230, 230, .5);\n }\n /* gist.github.com: \"#0366d6\" */\n .project-comment-body-hover .octicon-pencil:hover,\n .project-comment-title-hover .octicon-pencil:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .vcard-detail .octicon, .vcard-username {\n color: #949494;\n }\n /* gist.github.com: \"#86181d\" */\n .user-profile-bio-message {\n color: #d82828;\n }\n /* gist.github.com: \"#fff\", \"#d1d5da\", \"box-shadow: none\" */\n .user-profile-nav {\n background-color: #181818;\n border-bottom-color: #404040;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #586069\" */\n .pinned-item-list-item .pinned-item-handle {\n color: #afafaf;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .pinned-item-list-item.is-dragging, .pinned-item-list-item.sortable-ghost {\n background-color: #182030;\n }\n /* gist.github.com: \"#eaecef\" */\n .profile-timeline.discussion-timeline .profile-timeline-month-heading::after,\n .profile-timeline.discussion-timeline::before {\n background-color: #343434;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .profile-timeline-card-wrapper {\n border-top-color: #181818;\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .profile-timeline-card .issue-meta-section .octicon {\n color: #949494;\n }\n /* gist.github.com: \"#eaecef\" */\n .profile-rollup-summarized + .profile-rollup-summarized,\n .profile-rollup-wrapper + .profile-rollup-wrapper {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#a04100\" */\n .stale-files-tab {\n color: #f3582c;\n }\n /* gist.github.com: \"#fff\" */\n .pr-toolbar.is-stuck {\n background-color: #181818;\n }\n /* gist.github.com: \"rgba(0,0,0,.001)\" */\n .toolbar-shadow {\n background: linear-gradient(rgba(0, 0, 0, .075), transparent) repeat-x 0 0;\n }\n /* gist.github.com: \"#fff\" */\n .diffbar {\n background-color: #181818;\n }\n /* gist.github.com: \"#eee\" */\n .diffbar .table-of-contents li {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #fff\" */\n .diffbar [role^=menuitem]:focus:not(.is-range-selected) .text-emphasized,\n .diffbar [role^=menuitem]:hover:not(.is-range-selected) .text-emphasized {\n color: #fff;\n }\n /* gist.github.com: \"#f1f8ff\", \"rgba(27,31,35,.15)\" */\n .diffbar-range-menu .in-range:not(.is-range-selected) {\n background-color: #182030;\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#0366d6\" */\n .diffbar-range-menu .in-range:focus:not(.is-range-selected),\n .diffbar-range-menu .in-range:hover:not(.is-range-selected) {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#735c0f\", \"#fffbdd\" */\n .diffbar-range-menu .is-range-selected {\n color: #bba257;\n background-color: #261d08;\n }\n /* gist.github.com: \"#fff5b1\" */\n .diffbar-range-menu .is-last-in-range {\n background-color: #651;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .conflict-resolver.loading {\n border-color: #343434;\n }\n /* gist.github.com: \"#22863a\" */\n .revision-number {\n background-color: #6cc644;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .pull-request-review-menu, .pull-request-suggested-changes-menu {\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#f6f8fa\" */\n .review-comment-loader::after, .review-comment.is-comment-editing::after,\n .review-comment::after {\n background-color: #222;\n }\n /* gist.github.com: \"color: #24292e\" */\n .review-comment {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#d2dff0\" */\n .review-comment .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* gist.github.com: \"#b08800\", \"#fffdef\", \"#f9c513\" */\n .review-comment .pending-batched-suggestion-label {\n color: #cb4;\n background-color: #261d08;\n border-color: #cb4;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .review-comment .is-comment-editing {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .review-thread-reply {\n background-color: #222;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .review-thread-reply .inline-comment-form {\n background-color: #181818;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .review-summary-form-wrapper {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#f9c513\" */\n .is-pending .review-summary-form-wrapper {\n border-color: #cb4;\n }\n /* gist.github.com: \"#e1e4e8\", \"#fff\" */\n .release-timeline-tags .tag-timeline-date::after {\n background-color: #343434;\n border-color: #181818;\n }\n /* gist.github.com: \"#cb2431\", \"#d73a49\" */\n .Label--draft {\n color: #d82828;\n border-color: #d82828;\n }\n /* gist.github.com: \"#c3c8cf\" */\n .uploaded-files.not-populated + .drop-target .drop-target-label {\n border-top-color: #484848;\n }\n /* gist.github.com: \"#ddd\",\"#e5e5e5\" */\n .uploaded-files.is-populated {\n border-color: #343434;\n }\n /* gist.github.com: \"#f9f9f9\" */\n .uploaded-files > li.delete {\n background-color: #181818;\n }\n /* gist.github.com: \"#cb2431\" */\n .uploaded-files .remove:hover {\n color: #d82828 !important;\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,.5)\" */\n .upload-progress {\n box-shadow: 0 1px 1px #181818, inset 0 1px 1px hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .release-entry {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n @media (min-width:768px) {\n .release-main-section {\n border-left-color: #343434;\n }\n }\n /* gist.github.com: \"#ddd\" */\n .repo-file-upload-target.dragover .repo-file-upload-outline {\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\", \"#e5e5e5\" */\n .is-bad-file .repo-file-upload-errors, .is-empty .repo-file-upload-errors,\n .is-failed .repo-file-upload-errors,\n .is-hidden-file .repo-file-upload-errors,\n .is-too-big .repo-file-upload-errors, .is-too-many .repo-file-upload-errors {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #666\", \"#fff\" */\n .repo-file-upload-tree-target {\n color: #949494;\n background: radial-gradient(ellipse at center, #181818 0, hsla(0, 0%, 100%, .85) 65%, hsla(0, 0%, 100%, .85) 100%);\n }\n /* gist.github.com: \"#ddd\" */\n .repo-file-upload-tree-target .repo-file-upload-outline {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .label-characters-remaining {\n color: #afafaf;\n }\n /* gist.github.com: \"#eee\" */\n .repo-list-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .mini-repo-list-item {\n border-top-color: #404040;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .mini-repo-list-item .repo-icon, .mini-repo-list-item .stars {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .mini-repo-list-item .repo-description {\n color: #afafaf;\n }\n /* gist.github.com: \"#fffdef\" */\n .private .mini-repo-list-item {\n background-color: #261d08;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .private .mini-repo-list-item .repo-icon {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"#fafbfc\", \"#e5e5e5\" */\n .filter-bar {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#ddd\" */\n .url-box {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .url-box p strong {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #333\", \"linear-gradient(#fafafa,#eaeaea)\" */\n .clone-url-button > .clone-url-link {\n color: #bebebe;\n background-image: linear-gradient(#202020, #181818);\n }\n /* gist.github.com: \"color: #fff\", \"#599bcd\",\"#3072b3\", \"#2a65a0\" */\n .clone-url-button > .clone-url-link:active,\n .clone-url-button > .clone-url-link:hover {\n color: #fff;\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n border-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#3072b3\", \"none\", \"rgba(0,0,0,.15)\" */\n .clone-url-button > .clone-url-link:active {\n background-color: /*[[base-color]]*/;\n background-image: none;\n box-shadow: inset 0 3px 5px #000;\n }\n /* gist.github.com: \"#fff\" */\n .clone-url-button + .clone-url-button > .clone-url-link {\n box-shadow: inset 1px 0 0 #181818;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .clone-url-button + .clone-url-button > .clone-url-link:hover {\n box-shadow: none;\n }\n /* gist.github.com: \"rgba(0,0,0,.15)\" */\n .clone-url-button + .clone-url-button > .clone-url-link:active {\n box-shadow: inset 0 3px 5px #000;\n }\n /* gist.github.com: \"color: #333\", \"hsla(0,0%,100%,.6)\", \"#ccc\", \"linear-gradient(#ccc,#d5d5d5)\", \"#bbb\", \"box-shadow: inset 0 2px 3px rgba(0,0,0,.075)\" */\n .clone-url-button > .clone-url-link.selected,\n .clone-url-button > .clone-url-link.selected:hover {\n color: #bebebe;\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .6);\n background-color: #484848;\n background-image: linear-gradient(#303030, #282828);\n border-color: #484848;\n box-shadow: inset 0 2px 3px rgba(255, 255, 255, .075);\n }\n /* gist.github.com: \"initial\" */\n .timeout {\n background-color: initial;\n }\n /* gist.github.com: \"color: #586069\" */\n .timeout h3 {\n color: #afafaf;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .overall-summary {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .numbers-summary li > .nolink, .numbers-summary li > a {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .numbers-summary li > a:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .numbers-summary .octicon {\n color: #949494;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .prereceive-feedback {\n border-color: #343434;\n }\n /* gist.github.com: \"#b08800\" */\n .prereceive-feedback-heading {\n color: #cb4;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .repository-item-checkbox:checked + .repository-item-name {\n background-color: #182030;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .custom-role-icon {\n background-color: #343434;\n }\n /* gist.github.com: \"color: #666\" */\n .edit-profile-avatar .drag-and-drop {\n color: #949494;\n }\n /* gist.github.com: \"#d73a49\", \"box-shadow: none\" */\n .avatar-upload .flash {\n border-color: #d82828;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #586069\" */\n .avatar-upload .upload-state p {\n color: #afafaf;\n }\n /* gist.github.com: \"#e5e5e5\" */\n dl.new-email-form {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fffdef\" */\n .selected-user-key {\n background-color: #261d08;\n }\n /* gist.github.com: \"#ddd\" */\n .user-key-badge, .user-key-email {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #666\", \"#ddd\" */\n .user-key-email-unverified {\n color: #949494;\n border-color: #343434;\n }\n /* gist.github.com: \"#28a745\" */\n .recent-user-key {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .unverified-user-key, .unverified-user-key-notice {\n color: #d82828;\n }\n /* gist.github.com: \"#ddd\" */\n .notification-center .overview {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .oauth-app-info-container dl.keys dt {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #333\" */\n .oauth-app-info-container dl.keys dd {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #586069\" */\n .oauth-app-info-container .user-count {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .logo-upload a.delete:hover, .logo-upload span.delete:hover {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .logo-upload-container .upload-state p {\n color: #afafaf;\n }\n /* gist.github.com: \"#eee\", \"#d1d5da\" */\n .logo-box {\n background-color: #242424;\n border-color: #404040;\n }\n /* gist.github.com: \"color: #586069\" */\n .logo-placeholder {\n color: #afafaf;\n }\n /* gist.github.com: \"#ddd\" */\n .saved-reply-form {\n border-color: #343434;\n }\n /* gist.github.com: \"initial\", \"#eaecef\" */\n .saved-reply-form .comment-body {\n background-color: initial;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .access-token {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"rgba(108,198,68,.1)\" */\n .access-token.new-token {\n background-color: #002800;\n }\n /* gist.github.com: \"#28a745\" */\n .access-token.new-token .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"color: #24292e\" */\n .access-token .token-description, .token-scope {\n color: #cdcdcd;\n }\n /* gist.github.com: \"initial\" */\n .application-show-group .drag-and-drop {\n background-color: initial;\n }\n /* gist.github.com: \"color: #666\" */\n .email-preference-exceptions h5 {\n color: #949494;\n }\n /* gist.github.com: \"#eaecef\" */\n .email-preference-exceptions .exception {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .email-preference-exceptions .exception:last-child {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .two-factor-steps {\n border-color: #343434;\n }\n /* gist.github.com: \"#cb2431\" */\n .two-factor-steps .error-icon {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .two-factor-steps .sent-message {\n color: #484;\n }\n /* gist.github.com: \"color: #586069\", \"#eaeaea\" */\n .two-factor-toggle .two-factor-status {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #fff\", \"#28a745\" */\n .two-factor-toggle .two-factor-on {\n color: #fff;\n background-color: #484;\n }\n /* gist.github.com: \"#f8f8f8\" */\n .two-factor-settings-group, .u2f-registration {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"rgba(47,38,6,.5)\" */\n .u2f-registration-icon {\n color: #cb4;\n }\n /* gist.github.com: \"#ddd\" */\n .github-access-banner {\n border-color: #343434;\n }\n /* gist.github.com: \"#cb2431\" */\n .github-access-banner .octicon {\n color: #d82828;\n }\n /* gist.github.com: \"#eaecef\" */\n .qr-code-table {\n border-color: #343434;\n }\n /* gist.github.com: \"transparent\" */\n .qr-code-table tr {\n background-color: transparent;\n }\n /* gist.github.com: \"#fff\" */\n .qr-code-table .white {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .session-device {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .session-device .session-state-indicator.recent {\n background-color: #484;\n }\n /* gist.github.com: \"#d73a49\" */\n .session-device .session-state-indicator.revoked {\n background-color: #d82828;\n }\n /* gist.github.com: \"#ccc\", \"#fff\" */\n .session-device .session-state-indicator.not-recent {\n background-image: linear-gradient(#aaa, #484848);\n box-shadow: 0 1px 0 #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n .session-details:hover .octicon {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .collaborators .collab-remove .remove-link {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .collaborators .collab-remove .remove-link:hover {\n color: #d82828;\n }\n /* gist.github.com: \"color: #666\" */\n .collaborators .collab-info {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .access-sub-heading {\n color: #afafaf;\n }\n /* gist.github.com: \"#ddd\" */\n .access-form-wrapper {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\" */\n .oauth-pending-deletion-list-item, .oauth-pending-deletion-list-item:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .boxed-group-list .access-level {\n color: #afafaf;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .form-hr {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .listgroup {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .listgroup-item {\n color: #afafaf;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .listgroup-item + .listgroup-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .listgroup-header {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#f5f5f5\" */\n .listgroup-overflow {\n background-color: #222;\n }\n /* gist.github.com: \"#fafbfc\" */\n .protected-branch-orgs-and-repo-admins {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #333\" */\n .protected-branch-pusher {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #fff\", \"#d15704\" */\n .user-already-added::after {\n color: #fff;\n background-color: #f3582c;\n }\n /* gist.github.com: \"initial\", \"initial\" */\n @keyframes toggle-color {\n 0% {\n background-color: initial;\n }\n to {\n background-color: initial;\n }\n }\n /* gist.github.com: \"#cb2431\", \"transparent\" */\n .repository-merge-features .form-group.errored .error {\n color: #d82828;\n background-color: transparent;\n }\n /* gist.github.com: \"color: #24292e\", \"#e36209\" */\n .repository-settings-actions [role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .repository-settings-actions [role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* gist.github.com: \"#ddd\" */\n .setup-header {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .setup-header .lead a {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .setup-header .lead a:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .setup-secondary .info {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\" */\n .setup-info-module {\n background-color: #181818;\n }\n /* gist.github.com: \"#ddd\" */\n .setup-info-module h2 {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .setup-info-module h2 .price {\n color: #afafaf;\n }\n /* gist.github.com: \"#f9f9f9\", \"#e0e0e0\" */\n .setup-info-module .setup-info-note {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#eee\" */\n .features-list .list-divider {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #555\" */\n .features-list .octicon-question {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .setup-form .octicon-alert {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .setup-form .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"#eee\", \"#eee\" */\n .setup-form .setup-organization-next, .setup-form .tos-info {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .setup-form .setup-plans {\n border-color: #404040;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .setup-form .setup-plans tr.selected {\n background-color: #182030;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .setup-creditcard-form .form-group select:invalid {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .setup-creditcard-form .help-text, .shelf-lead {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .shelf-dismiss {\n color: #767676;\n }\n /* gist.github.com: \"#0366d6\" */\n .shelf-dismiss:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\", \"rgba(27,31,35,.15)\" */\n .shelf-dismiss .close-button {\n color: rgba(230, 230, 230, .7);\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #24292e\", \"rgba(27,31,35,.3)\" */\n .shelf-dismiss .close-button:hover {\n color: #cdcdcd;\n border-color: rgba(220, 220, 220, .4);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.85)\", \"hsla(0,0%,100%,0)\",\"#fff\",\"#dbedff\", \"#fff\" */\n .intro-shelf {\n color: rgba(230, 230, 230, .85);\n background-image: linear-gradient(180deg, transparent 60%, #181818), linear-gradient(70deg, #182030 32%, #ebfff0);\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .intro-shelf .shelf-lead {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"#d1d5da\" */\n .orgs-help-shelf-content .orgs-help-divider {\n border-top-color: #404040;\n }\n /* gist.github.com: \"color: #586069\" */\n .orgs-help-lead {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .orgs-help-item-octicon {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .orgs-help-item-octicon .octicon {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\" */\n .orgs-help-dismiss, .orgs-help-item-content {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .orgs-help-dismiss:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#fff\", \"#d1d5da\", \"rgba(149,157,165,.15)\" */\n .signup-plan-card {\n background-color: #181818;\n border-color: #404040;\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* gist.github.com: \"#fff\", \"#79b8ff\", \"rgba(149,157,165,.2)\" */\n .signup-plan-card:hover {\n background-color: #181818;\n border-color: /*[[base-color]]*/;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\" */\n .signup-btn:disabled {\n color: hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .plan-category-tab[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"color: #fff !important\" */\n .plan-category-tab[aria-selected=true] .tab-title {\n color: #fff !important;\n }\n /* gist.github.com: \"#fff\" */\n .showcase-page-pattern::after {\n background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), #181818);\n }\n /* gist.github.com: \"#eee\" */\n .showcase-page-repo-list {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .sponsors-goal-progress-bar {\n background-color: #c49;\n }\n /* gist.github.com: \"#ffd33d\" */\n .sponsors-goal-completed-bar, .sponsors-goal-progress-bar:hover {\n background: linear-gradient(90deg, #cb4, #ea4aaa 17%, #b34bff 34%, #01feff 51%, #cb4 68%, #ea4aaa 85%, #b34bff);\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .sponsors-goals-avatar-border {\n background-color: #181818;\n border-color: #181818;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .business-sso .business-sso-panel, .business-sso .org-sso-panel,\n .org-sso .business-sso-panel, .org-sso .org-sso-panel {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .business-sso .sso-recovery-callout, .org-sso .sso-recovery-callout {\n border-color: #404040;\n }\n /* gist.github.com: \"none\", \"box-shadow: none\" */\n .tag-input input {\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .tag-input input:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #586069\", \"#eaeaea\", \"box-shadow: none\" */\n .team-label-ldap {\n color: #afafaf;\n border-color: #343434;\n box-shadow: none;\n }\n /* gist.github.com: \"#0366d6\", \"#f6f8fa\" */\n .team-member-ellipsis:hover {\n color: /*[[base-color]]*/;\n background-color: #222;\n }\n /* gist.github.com: \"#fafbfc\" */\n .team-listing .is-open.root-team {\n background-color: #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n .token-scanning-reset-query:hover .token-scanning-reset-query-icon {\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#6a737d\" */\n .token-scanning-reset-query-icon {\n background-color: #444;\n }\n /* gist.github.com: \"#28a745\" */\n .traffic-graph path.total {\n stroke: #484;\n }\n /* gist.github.com: \"#005cc5\" */\n .traffic-graph path.unique {\n stroke: #4f8cc9;\n }\n /* gist.github.com: \"#28a745\" */\n .traffic-graph .axis .tick:first-of-type line, .traffic-graph .y line {\n stroke: #484;\n }\n /* gist.github.com: \"#005cc5\" */\n .traffic-graph .y.unique line, .uniques-graph .axis .tick:last-child line {\n stroke: #4f8cc9;\n }\n /* gist.github.com: \"color: #fff\" */\n .svg-tip .date {\n color: #fff;\n }\n /* gist.github.com: \"#f6f8fa\", \"#dfe2e5\" */\n table.capped-list th {\n background-color: #222;\n }\n /* gist.github.com: \"#eaecef\" */\n table.capped-list td, table.capped-list th {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #444d56\" */\n table.capped-list .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#fafbfc\" */\n table.capped-list tr:nth-child(2n) {\n background-color: #181818;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .traffic-graph-stats {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#28a745\" */\n .totals circle {\n fill: #484;\n }\n /* gist.github.com: \"#005cc5\" */\n .uniques circle {\n fill: #4f8cc9;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .tree-finder-input, .tree-finder-input:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"#fff\" */\n .tree-browser-result[aria-selected=true] {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#0366d6\", \"none\" */\n .tree-browser-result[aria-selected=true] .octicon-chevron-right,\n .tree-browser-result mark {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"none\" */\n .toolbar-commenting .dropdown-item, .tree-browser-result mark {\n background: none;\n }\n /* gist.github.com: \"#0366d6\" */\n .toolbar-commenting .dropdown-item:focus,\n .toolbar-commenting .dropdown-item:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #586069\", \"none\" */\n .toolbar-item, .toolbar-item .menu-target {\n color: #afafaf;\n background: none;\n }\n /* gist.github.com: \"#0366d6\" */\n .toolbar-item .menu-target:focus, .toolbar-item .menu-target:hover,\n .toolbar-item:focus, .toolbar-item:hover {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #333\" */\n .typeahead-result {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .typeahead-result.navigation-focus, .typeahead-result:hover,\n .typeahead-result[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\" */\n .typeahead-result.navigation-focus .octicon-plus,\n .typeahead-result:hover .octicon-plus,\n .typeahead-result[aria-selected=true] .octicon-plus {\n color: #fff;\n }\n /* gist.github.com: \"color: #586069\" */\n .member-suggestion .already-member-note, .member-suggestion .member-name,\n .member-suggestion .non-member-action, .member-suggestion .non-member-note {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .member-suggestion.navigation-focus .already-member-note,\n .member-suggestion.navigation-focus .member-email,\n .member-suggestion.navigation-focus .member-name,\n .member-suggestion.navigation-focus .non-member-action,\n .member-suggestion.navigation-focus .non-member-note,\n .member-suggestion.navigation-focus .octicon,\n .member-suggestion:hover .already-member-note,\n .member-suggestion:hover .member-email,\n .member-suggestion:hover .member-name,\n .member-suggestion:hover .non-member-action,\n .member-suggestion:hover .non-member-note, .member-suggestion:hover .octicon,\n .member-suggestion[aria-selected=true] .already-member-note,\n .member-suggestion[aria-selected=true] .member-email,\n .member-suggestion[aria-selected=true] .member-name,\n .member-suggestion[aria-selected=true] .non-member-action,\n .member-suggestion[aria-selected=true] .non-member-note,\n .member-suggestion[aria-selected=true] .octicon {\n color: #fff;\n }\n /* gist.github.com: \"color: #586069\" */\n .team-suggestion .team-description, .team-suggestion .team-size {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .team-suggestion.navigation-focus .team-description,\n .team-suggestion.navigation-focus .team-size,\n .team-suggestion[aria-selected=true] .team-description,\n .team-suggestion[aria-selected=true] .team-size {\n color: #fff;\n }\n /* gist.github.com: \"color: #959da5\" */\n .email-suggestion .octicon-mail {\n color: #767676;\n }\n /* gist.github.com: \"color: #586069\" */\n .repo-access-add-team .team-description, .repo-access-add-team .team-size {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .repo-access-add-team.navigation-focus .team-description,\n .repo-access-add-team.navigation-focus .team-size,\n .repo-access-add-team[aria-selected=true] .team-description,\n .repo-access-add-team[aria-selected=true] .team-size {\n color: #fff;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .user-list-item + .user-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #fff\", \"#cb2431\" */\n .follow-list .flagged-banner {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .follow-list .follow-list-info,\n .user-status-org-button .user-status-org-detail {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .user-status-org-button:focus .user-status-org-detail,\n .user-status-org-button:hover .user-status-org-detail {\n color: #fff;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .user-status-org-button.selected {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\" */\n .user-status-org-button.selected .user-status-org-detail {\n color: #fff;\n }\n /* gist.github.com: \"#ffea7f\" */\n .user-status-limited-availability-compact {\n background-color: #542;\n }\n /* gist.github.com: \"color: #24292e\" */\n .user-status-message-wrapper {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#0366d6\" */\n .toggle-user-status-edit:focus .user-status-message-wrapper,\n .toggle-user-status-edit:hover .user-status-message-wrapper {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"rgba(149,157,165,.15)\" */\n .user-status-circle-badge-container:hover .user-status-circle-badge {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\", \"rgba(27,31,35,.04)\" */\n .user-status-circle-badge {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 1px 0 #000;\n }\n /* gist.github.com: \"none\" */\n .wiki-footer .markdown-body img {\n background: none;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .ColorSwatch {\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#2188ff\" */\n .hx_text-blue-light {\n color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .hx_avatar_stack_commit .AvatarStack-body {\n background-color: #182030;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .hx_flex-avatar-stack-item .avatar {\n border-color: #181818;\n background-color: #181818;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .hx_badge-search-container .hx_badge-input {\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none !important\" */\n .hx_badge-search-container .hx_badge-input:focus {\n box-shadow: none !important;\n }\n /* gist.github.com: \"color: #fff !important\", \"#0366d6\", \"#0366d6\" */\n .hx_badge[aria-pressed=true] {\n color: #fff !important;\n background-color: /*[[base-color]]*/ !important;\n border-color: /*[[base-color]]*/ !important;\n }\n /* gist.github.com: \"#fafbfc\" */\n @media (hover:hover) {\n .hx_menuitem--focus {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"rgba(115,92,15,.5)\" */\n .hx_color-repo-private-icon {\n color: rgba(204, 187, 68, .5);\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .hx_bg-black-fade-15 {\n background-color: rgba(220, 220, 220, .22);\n }\n /* gist.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n body:not(.intent-mouse) .hx_focus-input:focus + .hx_focus-target {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* gist.github.com: \"color: #959da5\" */\n .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled=true] {\n color: #767676;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .Box--responsive .Box-row--unread {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .Box--responsive .Box-row--unread::before {\n color: #fff;\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n }\n /* gist.github.com: \"#e1e4e8\", \"#0366d6\" */\n @media (min-width:544px) {\n .Box--responsive {\n border-color: #343434;\n }\n .Box--responsive .Box-row--unread {\n box-shadow: inset 2px 0 0 /*[[base-color]]*/;\n }\n }\n /* gist.github.com: \"color: #6a737d\" */\n @media (max-width:767px) {\n .page-responsive .hx_rsm-close-button .octicon-x,\n .page-responsive .hx_rsm .close-button .octicon-x {\n color: #949494;\n }\n }\n /* gist.github.com: \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n .select-menu-modal {\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"#fff\" */\n .select-menu-filters, .select-menu-header {\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .preview-selected .tabnav--responsive {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\", \"#e1e4e8\", \"#fff\" */\n @media (max-width:767px) {\n .tabnav--responsive .tabnav-tab {\n background-color: #181818;\n border-color: #343434;\n }\n .tabnav--responsive .tabnav-tab:first-child {\n border-left-color: #343434;\n }\n .tabnav--responsive .tabnav-tab.selected,\n .tabnav--responsive .tabnav-tab[aria-selected=true] {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"#e1e4e8\" */\n @media (max-width:767px) {\n .hx_sm-hide-drag-drop textarea {\n border-bottom-color: #343434;\n }\n }\n /* gist.github.com: \"#586069\" */\n .Toast--loading .Toast-icon {\n background-color: #343434;\n }\n /* gist.github.com: \"initial\" */\n .autocomplete-item {\n background-color: initial;\n }\n /* gist.github.com: \"#fff\" */\n .details-overlay[open] > .dropdown-item:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #959da5\" */\n .radio-label .octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #6a737d\", \"#eff3f6\" */\n .radio-input:disabled + .radio-label {\n color: #949494;\n background-color: #242424;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .BorderGrid-cell, .drag-and-drop {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .flash .btn .octicon {\n color: #949494;\n }\n /* gist.github.com: \"#f3f4f6\" */\n .form-group .form-control[disabled], .form-group .form-select[disabled] {\n background-color: #242424;\n }\n /* gist.github.com: \"#735c0f\", \"#f9c513\" */\n .Label--outline.bg-yellow-light {\n color: #bba257;\n border-color: #cb4;\n }\n /* gist.github.com: \"#0366d6\", \"#0366d6\" */\n .label.bg-blue {\n color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .signed-commit-badge-large, .signed-commit-badge-medium,\n .signed-commit-badge-small, .timeline-comment-label {\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .delete-topic-button, .topic-tag, .topic-tag-action,\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button {\n color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .timeline-comment, .timeline-comment-header {\n border-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .branch-action-item.border-gray-dark {\n border-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .branch-action-body, .branch-action-state-closed-dirty .branch-action-body,\n .branch-action-state-dirty .branch-action-body,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body {\n border-color: #343434;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .notification-list-item-actions .btn {\n box-shadow: none;\n }\n /* gist.github.com: \"#f9826c\" */\n .pagehead-tabs-item.selected, .reponav-item.selected {\n border-top-color: #fff;\n }\n /* gist.github.com: \"#28a745\" */\n .branch-action-state-clean .branch-action-icon,\n .completeness-indicator-success {\n background-color: #484;\n }\n /* gist.github.com: \"color: #24292e\" */\n .gisthead .pagehead-actions .octicon-mute {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#0366d6\" */\n .gist-snippet .file-box:hover .file {\n border-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .gist-snippet .link-overlay .link {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* gist.github.com: \"none\" */\n .btn-secret.selected, .btn-secret:active {\n background-image: none;\n }\n /* gist.github.com: \"rgba(115,92,15,.5)\" */\n .page-gist-edit .octicon-gist-secret {\n color: rgba(204, 187, 68, .5);\n }\n /* gist.github.com: \"color: #fff\" */\n .gist-dropzone-pill {\n color: #fff;\n }\n /* gist.github.com: \"color: #586069\" */\n .gist-revisions-list .gist-revision-meta {\n color: #afafaf;\n }\n /* gist.github.com: \"none\" */\n .user-list li em {\n background: none;\n }\n /* gist.github.com: \"color: #fff\", \"#28a745\" */\n .user-list li .actions .status-modified {\n color: #fff;\n background-color: #484;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .gistsearch-aside .filter-list li span.bar {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\", \"#d1d5da\" */\n .gist-quicksearch-results {\n background-color: #181818;\n border-color: #404040;\n }\n /* gist.github.com: \"#d1d5da\" */\n .gist-quicksearch-results .gist-quicksearch-result-group {\n border-top-color: #404040;\n }\n /* gist.github.com: \"color: #6a737d\", \"#f6f8fa\", \"#d1d5da\" */\n .gist-quicksearch-results .gist-quicksearch-result-header {\n color: #949494;\n background-color: #222;\n border-right-color: #404040;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .gist-quicksearch-results .select-menu-item {\n border-bottom-color: #202020;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .gist-quicksearch-results .select-menu-item .octicon-gist {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"rgba(115,92,15,.5)\" */\n .gist-quicksearch-results .select-menu-item .octicon-gist-secret {\n color: rgba(204, 187, 68, .5);\n }\n /* gist.github.com: \"color: #6a737d\" */\n .gist-quicksearch-results .select-menu-item h4,\n .gist-quicksearch-results .select-menu-item span {\n color: #949494;\n }\n /* gist.github.com: \"color: #fff\" */\n .gist-quicksearch-results .select-menu-item.navigation-focus h4,\n .gist-quicksearch-results .select-menu-item.navigation-focus span,\n .gist-quicksearch-results .select-menu-item[aria-selected=true] h4,\n .gist-quicksearch-results .select-menu-item[aria-selected=true] span {\n color: #fff;\n }\n /* gist.github.com: \"color: #959da5\" */\n .gist-quicksearch-results .gist-quicksearch-no-results {\n color: #767676;\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\",\"#fff\", \"#fff\" */\n .gist-banner {\n background-image: linear-gradient(180deg, transparent 30%, #181818), linear-gradient(70deg, #e0f1ff 32%, #fffae3);\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\" */\n .gist-banner.gist-detail-intro {\n background-image: linear-gradient(180deg, transparent 30%, #fafafa), linear-gradient(70deg, #e0f1ff 32%, #fffae3);\n }\n /* gist.github.com: \"color: #444d56\" */\n .keyboard-mappings {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .keyboard-mappings th {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .keyboard-mappings .keys {\n color: #afafaf;\n }\n /* end gist.github.com rules */\n /* begin github-mobile rules */\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border {\n border-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-top {\n border-top-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-right {\n border-right-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-left {\n border-left-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:544px) {\n body[class=\"page-responsive\"] .border-sm {\n border-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-sm-top {\n border-top-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-sm-right {\n border-right-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:768px) {\n body[class=\"page-responsive\"] .border-md {\n border-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-md-top {\n border-top-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-md-right {\n border-right-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1012px) {\n body[class=\"page-responsive\"] .border-lg {\n border-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-lg-top {\n border-top-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-lg-right {\n border-right-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1280px) {\n body[class=\"page-responsive\"] .border-xl {\n border-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-xl-top {\n border-top-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-xl-right {\n border-right-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .border-blue {\n border-color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"#c8e1ff\" */\n body[class=\"page-responsive\"] .border-blue-light {\n border-color: #246 !important;\n }\n /* github-mobile: \"#34d058\" */\n body[class=\"page-responsive\"] .border-green {\n border-color: #373 !important;\n }\n /* github-mobile: \"#a2cbac\" */\n body[class=\"page-responsive\"] .border-green-light {\n border-color: #040 !important;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .border-red {\n border-color: #d82828 !important;\n }\n /* github-mobile: \"#f97583\" */\n body[class=\"page-responsive\"] .border-red-light {\n border-color: #f88 !important;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .border-purple {\n border-color: #9378ba !important;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .border-yellow {\n border-color: #cb4 !important;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .border-gray-light {\n border-color: #343434 !important;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .border-gray-dark {\n border-color: #404040 !important;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* github-mobile: \"hsla(0,0%,100%,.5)\" */\n body[class=\"page-responsive\"] .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* github-mobile: \"rgba(27,31,35,.04)\" */\n body[class=\"page-responsive\"] .box-shadow {\n box-shadow: 0 1px 0 #000 !important;\n }\n /* github-mobile: \"rgba(149,157,165,.15)\" */\n body[class=\"page-responsive\"] .box-shadow-medium {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15) !important;\n }\n /* github-mobile: \"rgba(149,157,165,.2)\" */\n body[class=\"page-responsive\"] .box-shadow-large {\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2) !important;\n }\n /* github-mobile: \"rgba(149,157,165,.3)\" */\n body[class=\"page-responsive\"] .box-shadow-extra-large {\n box-shadow: 0 12px 48px rgba(0, 0, 0, .3) !important;\n }\n /* github-mobile: \"box-shadow: none !important\" */\n body[class=\"page-responsive\"] .box-shadow-none {\n box-shadow: none !important;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .bg-white {\n background-color: #181818 !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .bg-blue {\n background-color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"#f1f8ff\" */\n body[class=\"page-responsive\"] .bg-blue-light {\n background-color: #182030 !important;\n }\n /* github-mobile: \"#24292e\" */\n body[class=\"page-responsive\"] .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .bg-gray {\n background-color: #222 !important;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .bg-gray-light {\n background-color: #181818 !important;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .bg-green {\n background-color: #484 !important;\n }\n /* github-mobile: \"#dcffe4\" */\n body[class=\"page-responsive\"] .bg-green-light {\n background-color: #002800 !important;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .bg-red {\n background-color: #d82828 !important;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .bg-red-light {\n background-color: #300 !important;\n }\n /* github-mobile: \"#ffd33d\" */\n body[class=\"page-responsive\"] .bg-yellow {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#fff5b1\" */\n body[class=\"page-responsive\"] .bg-yellow-light {\n background-color: #651 !important;\n }\n /* github-mobile: \"#dbab09\" */\n body[class=\"page-responsive\"] .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .bg-purple {\n background-color: #9378ba !important;\n }\n /* github-mobile: \"#f5f0ff\" */\n body[class=\"page-responsive\"] .bg-purple-light {\n background-color: #213 !important;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .bg-gray-1 {\n background-color: #222 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .color-gray-2 {\n color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .color-gray-3 {\n color: #404040 !important;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* github-mobile: \"color: #959da5 !important\" */\n body[class=\"page-responsive\"] .color-gray-4 {\n color: #767676 !important;\n }\n /* github-mobile: \"color: #6a737d !important\" */\n body[class=\"page-responsive\"] .color-gray-5 {\n color: #949494 !important;\n }\n /* github-mobile: \"#6a737d\" */\n body[class=\"page-responsive\"] .bg-gray-5 {\n background-color: #444 !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .color-gray-6 {\n color: #afafaf !important;\n }\n /* github-mobile: \"#586069\" */\n body[class=\"page-responsive\"] .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* github-mobile: \"color: #444d56 !important\" */\n body[class=\"page-responsive\"] .color-gray-7 {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #2f363d !important\" */\n body[class=\"page-responsive\"] .color-gray-8 {\n color: #bebebe !important;\n }\n /* github-mobile: \"#2f363d\" */\n body[class=\"page-responsive\"] .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* github-mobile: \"color: #24292e !important\" */\n body[class=\"page-responsive\"] .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* github-mobile: \"#24292e\" */\n body[class=\"page-responsive\"] .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* github-mobile: \"#dbedff\" */\n body[class=\"page-responsive\"] .bg-blue-0,\n body[class=\"page-responsive\"] .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* github-mobile: \"#c8e1ff\" */\n body[class=\"page-responsive\"] .color-blue-2 {\n color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"#c8e1ff\" */\n body[class=\"page-responsive\"] .bg-blue-2 {\n background-color: #246 !important;\n }\n /* github-mobile: \"#79b8ff\" */\n body[class=\"page-responsive\"] .color-blue-3 {\n color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"#79b8ff\" */\n body[class=\"page-responsive\"] .bg-blue-3 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"#2188ff\" */\n body[class=\"page-responsive\"] .color-blue-4 {\n color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"#2188ff\" */\n body[class=\"page-responsive\"] .bg-blue-4 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .color-blue-5 {\n color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .bg-blue-5 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"#005cc5\" */\n body[class=\"page-responsive\"] .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* github-mobile: \"#005cc5\" */\n body[class=\"page-responsive\"] .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* github-mobile: \"#044289\" */\n body[class=\"page-responsive\"] .color-blue-7 {\n color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* github-mobile: \"#044289\" */\n body[class=\"page-responsive\"] .bg-blue-7 {\n background-color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* github-mobile: \"color: #032f62 !important\" */\n body[class=\"page-responsive\"] .color-blue-8 {\n color: #9daccc !important;\n }\n /* github-mobile: \"#032f62\" */\n body[class=\"page-responsive\"] .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* github-mobile: \"color: #05264c !important\" */\n body[class=\"page-responsive\"] .color-blue-9 {\n color: #bebebe !important;\n }\n /* github-mobile: \"#05264c\" */\n body[class=\"page-responsive\"] .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* github-mobile: \"#f0fff4\" */\n body[class=\"page-responsive\"] .color-green-0 {\n color: #002800 !important;\n }\n /* github-mobile: \"#f0fff4\" */\n body[class=\"page-responsive\"] .bg-green-0 {\n background-color: #002800 !important;\n }\n /* github-mobile: \"#dcffe4\" */\n body[class=\"page-responsive\"] .color-green-1 {\n color: #002800 !important;\n }\n /* github-mobile: \"#dcffe4\" */\n body[class=\"page-responsive\"] .bg-green-1 {\n background-color: #002800 !important;\n }\n /* github-mobile: \"#34d058\" */\n body[class=\"page-responsive\"] .color-green-4 {\n color: #373 !important;\n }\n /* github-mobile: \"#34d058\" */\n body[class=\"page-responsive\"] .bg-green-4 {\n background-color: #373 !important;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .color-green-5 {\n color: #484 !important;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .bg-green-5 {\n background-color: #484 !important;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .color-green-6 {\n color: #6cc644 !important;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* github-mobile: \"#165c26\" */\n body[class=\"page-responsive\"] .color-green-8 {\n color: #6cc644 !important;\n }\n /* github-mobile: \"#165c26\" */\n body[class=\"page-responsive\"] .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* github-mobile: \"#144620\" */\n body[class=\"page-responsive\"] .color-green-9 {\n color: #6cc644 !important;\n }\n /* github-mobile: \"#144620\" */\n body[class=\"page-responsive\"] .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* github-mobile: \"#fffdef\" */\n body[class=\"page-responsive\"] .color-yellow-0 {\n color: #261d08 !important;\n }\n /* github-mobile: \"#fffdef\" */\n body[class=\"page-responsive\"] .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* github-mobile: \"#fffbdd\" */\n body[class=\"page-responsive\"] .color-yellow-1 {\n color: #261d08 !important;\n }\n /* github-mobile: \"#fffbdd\" */\n body[class=\"page-responsive\"] .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* github-mobile: \"#fff5b1\" */\n body[class=\"page-responsive\"] .color-yellow-2 {\n color: #651 !important;\n }\n /* github-mobile: \"#fff5b1\" */\n body[class=\"page-responsive\"] .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* github-mobile: \"#ffea7f\" */\n body[class=\"page-responsive\"] .color-yellow-3 {\n color: #542 !important;\n }\n /* github-mobile: \"#ffea7f\" */\n body[class=\"page-responsive\"] .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* github-mobile: \"#ffd33d\" */\n body[class=\"page-responsive\"] .color-yellow-5 {\n color: #cb4 !important;\n }\n /* github-mobile: \"#ffd33d\" */\n body[class=\"page-responsive\"] .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .color-yellow-6 {\n color: #cb4 !important;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#dbab09\" */\n body[class=\"page-responsive\"] .color-yellow-7 {\n color: #cb4 !important;\n }\n /* github-mobile: \"#dbab09\" */\n body[class=\"page-responsive\"] .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#b08800\" */\n body[class=\"page-responsive\"] .color-yellow-8 {\n color: #cb4 !important;\n }\n /* github-mobile: \"#b08800\" */\n body[class=\"page-responsive\"] .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#735c0f\" */\n body[class=\"page-responsive\"] .color-yellow-9 {\n color: #bba257 !important;\n }\n /* github-mobile: \"#735c0f\" */\n body[class=\"page-responsive\"] .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* github-mobile: \"#fb8532\" */\n body[class=\"page-responsive\"] .color-orange-4 {\n color: #fb8532 !important;\n }\n /* github-mobile: \"#fb8532\" */\n body[class=\"page-responsive\"] .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* github-mobile: \"#e36209\" */\n body[class=\"page-responsive\"] .color-orange-6 {\n color: #fb8532 !important;\n }\n /* github-mobile: \"#e36209\" */\n body[class=\"page-responsive\"] .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* github-mobile: \"#d15704\" */\n body[class=\"page-responsive\"] .color-orange-7 {\n color: #f3582c !important;\n }\n /* github-mobile: \"#d15704\" */\n body[class=\"page-responsive\"] .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* github-mobile: \"#a04100\" */\n body[class=\"page-responsive\"] .color-orange-9 {\n color: #f3582c !important;\n }\n /* github-mobile: \"#a04100\" */\n body[class=\"page-responsive\"] .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .color-red-0 {\n color: #300 !important;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .bg-red-0 {\n background-color: #300 !important;\n }\n /* github-mobile: \"#ffdce0\" */\n body[class=\"page-responsive\"] .color-red-1 {\n color: #300 !important;\n }\n /* github-mobile: \"#ffdce0\" */\n body[class=\"page-responsive\"] .bg-red-1 {\n background-color: #300 !important;\n }\n /* github-mobile: \"#f97583\" */\n body[class=\"page-responsive\"] .color-red-3 {\n color: #f88 !important;\n }\n /* github-mobile: \"#f97583\" */\n body[class=\"page-responsive\"] .bg-red-3 {\n background-color: #f88 !important;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .color-red-5 {\n color: #d82828 !important;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .color-red-6 {\n color: #d82828 !important;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* github-mobile: \"#86181d\" */\n body[class=\"page-responsive\"] .color-red-9 {\n color: #d82828 !important;\n }\n /* github-mobile: \"#86181d\" */\n body[class=\"page-responsive\"] .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* github-mobile: \"#f5f0ff\" */\n body[class=\"page-responsive\"] .color-purple-0 {\n color: #213 !important;\n }\n /* github-mobile: \"#f5f0ff\" */\n body[class=\"page-responsive\"] .bg-purple-0 {\n background-color: #213 !important;\n }\n /* github-mobile: \"#8a63d2\" */\n body[class=\"page-responsive\"] .color-purple-4 {\n color: #53387a !important;\n }\n /* github-mobile: \"#8a63d2\" */\n body[class=\"page-responsive\"] .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .color-purple-5 {\n color: #9378ba !important;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* github-mobile: \"#ffeef8\" */\n body[class=\"page-responsive\"] .color-pink-0 {\n color: #170711 !important;\n }\n /* github-mobile: \"#ffeef8\" */\n body[class=\"page-responsive\"] .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* github-mobile: \"#ec6cb9\" */\n body[class=\"page-responsive\"] .color-pink-4 {\n color: #c49 !important;\n }\n /* github-mobile: \"#ec6cb9\" */\n body[class=\"page-responsive\"] .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* github-mobile: \"#99306f\" */\n body[class=\"page-responsive\"] .color-pink-8 {\n color: #e6b !important;\n }\n /* github-mobile: \"#99306f\" */\n body[class=\"page-responsive\"] .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .text-blue {\n color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .text-red {\n color: #d82828 !important;\n }\n /* github-mobile: \"color: #6a737d !important\" */\n body[class=\"page-responsive\"] .text-gray-light {\n color: #949494 !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .text-gray {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #24292e !important\" */\n body[class=\"page-responsive\"] .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .text-green {\n color: #6cc644 !important;\n }\n /* github-mobile: \"#b08800\" */\n body[class=\"page-responsive\"] .text-yellow {\n color: #cb4 !important;\n }\n /* github-mobile: \"#a04100\" */\n body[class=\"page-responsive\"] .text-orange {\n color: #f3582c !important;\n }\n /* github-mobile: \"#e36209\" */\n body[class=\"page-responsive\"] .text-orange-light {\n color: #fb8532 !important;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .text-purple {\n color: #9378ba !important;\n }\n /* github-mobile: \"color: #fff !important\" */\n body[class=\"page-responsive\"] .text-white {\n color: #fff !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .link-gray {\n color: #afafaf !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .link-gray:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"color: #24292e !important\" */\n body[class=\"page-responsive\"] .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .link-gray-dark:hover,\n body[class=\"page-responsive\"] .link-hover-blue:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .muted-link {\n color: #afafaf !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .muted-link:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* github-mobile: \"transparent\" */\n body[class=\"page-responsive\"] .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .lead {\n color: #afafaf;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .text-emphasized {\n color: #cdcdcd;\n }\n /* github-mobile: \"hsla(0,0%,100%,.5)\" */\n body[class=\"page-responsive\"] .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* github-mobile: \"color: #24292e\", \"#fff\", \"#e1e4e8\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n body[class=\"page-responsive\"] .form-control,\n body[class=\"page-responsive\"] .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #343434;\n box-shadow: none;\n }\n /* github-mobile: \"#0366d6\", \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n body[class=\"page-responsive\"] .form-control.focus,\n body[class=\"page-responsive\"] .form-control:focus,\n body[class=\"page-responsive\"] .form-select.focus,\n body[class=\"page-responsive\"] .form-select:focus {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 0 3px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* github-mobile: \"color: #959da5\", \"#f3f4f6\" */\n body[class=\"page-responsive\"] .form-control[disabled],\n body[class=\"page-responsive\"] .form-select[disabled] {\n color: #767676;\n background-color: #242424;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .input-contrast,\n body[class=\"page-responsive\"] .input-contrast:focus {\n background-color: #181818;\n }\n /* github-mobile: \"color: #fff\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .input-dark {\n color: #fff;\n box-shadow: none;\n }\n /* github-mobile: \"rgba(27,31,35,.3)\" */\n body[class=\"page-responsive\"] .input-dark.focus,\n body[class=\"page-responsive\"] .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] ::-webkit-input-placeholder {\n color: #949494;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] ::placeholder {\n color: #949494;\n }\n /* github-mobile: \"#fffbdd\" */\n body[class=\"page-responsive\"] .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .form-checkbox .note,\n body[class=\"page-responsive\"] .hfields .form-group .form-group-header label,\n body[class=\"page-responsive\"] .hfields .form-group dt label {\n color: #afafaf;\n }\n /* github-mobile: \"#735c0f\", \"#fffbdd\", \"#f9c513\" */\n body[class=\"page-responsive\"] .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #cb4;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .form-group .form-control,\n body[class=\"page-responsive\"] .form-group .form-control:focus,\n body[class=\"page-responsive\"] .form-select {\n background-color: #181818;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .form-group .form-group-body h4.is-error,\n body[class=\"page-responsive\"] .form-group dd h4.is-error {\n color: #d82828;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .form-group .form-group-body h4.is-success,\n body[class=\"page-responsive\"] .form-group dd h4.is-success {\n color: #6cc644;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .form-group.required .form-group-header label::after,\n body[class=\"page-responsive\"] .form-group.required dt label::after {\n color: #d82828;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .form-group.successful .success {\n color: #6cc644;\n }\n /* github-mobile: \"#144620\", \"#dcffe4\", \"#34d058\" */\n body[class=\"page-responsive\"] .form-group.successed .success {\n color: #6cc644;\n background-color: #002800;\n border-color: #373;\n }\n /* github-mobile: \"#dcffe4\" */\n body[class=\"page-responsive\"] .form-group.successed .success::after {\n border-bottom-color: #002800;\n }\n /* github-mobile: \"#34d058\" */\n body[class=\"page-responsive\"] .form-group.successed .success::before {\n border-bottom-color: #373;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .form-group.warn .form-control {\n border-color: #cb4;\n }\n /* github-mobile: \"#fff5b1\", \"#f9c513\" */\n body[class=\"page-responsive\"] .form-group.warn .warning {\n background-color: #651;\n border-color: #cb4;\n }\n /* github-mobile: \"#fff5b1\" */\n body[class=\"page-responsive\"] .form-group.warn .warning::after {\n border-bottom-color: #651;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .form-group.warn .warning::before {\n border-bottom-color: #cb4;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .form-group.errored .form-control {\n border-color: #d82828;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .form-group.errored label {\n color: #d82828;\n }\n /* github-mobile: \"#ffeef0\", \"#f97583\" */\n body[class=\"page-responsive\"] .form-group.errored .error {\n background-color: #300;\n border-color: #f88;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* github-mobile: \"#f97583\" */\n body[class=\"page-responsive\"] .form-group.errored .error::before {\n border-bottom-color: #f88;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .note {\n color: #afafaf;\n }\n /* github-mobile: \"initial\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .label, body[class=\"page-responsive\"] .Label {\n background-color: initial !important;\n border-color: #343434;\n }\n /* github-mobile: \"color: #586069\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Label--gray,\n body[class=\"page-responsive\"] .Label--outline {\n color: #afafaf;\n border-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .Label--gray-darker {\n color: #cdcdcd;\n }\n /* github-mobile: \"#735c0f\", \"#f9c513\" */\n body[class=\"page-responsive\"] .Label--yellow {\n color: #bba257;\n border-color: #cb4;\n }\n /* github-mobile: \"#cb2431\", \"#cb2431\" */\n body[class=\"page-responsive\"] .Label--red {\n color: #d82828;\n border-color: #d82828;\n }\n /* github-mobile: \"#22863a\", \"#28a745\" */\n body[class=\"page-responsive\"] .Label--green,\n body[class=\"page-responsive\"] .Label--outline-green {\n color: #6cc644;\n border-color: #484;\n }\n /* github-mobile: \"#0366d6\", \"#0366d6\" */\n body[class=\"page-responsive\"] .Label--blue {\n color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* github-mobile: \"#6f42c1\", \"#8a63d2\" */\n body[class=\"page-responsive\"] .Label--purple {\n color: #9378ba;\n border-color: #53387a;\n }\n /* github-mobile: \"#ec6cb9\" */\n body[class=\"page-responsive\"] .Label--pink {\n border-color: #c49;\n }\n /* github-mobile: \"color: #fff\", \"#6a737d\" */\n body[class=\"page-responsive\"] .state, body[class=\"page-responsive\"] .State {\n color: #fff;\n background-color: #444;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .State--green {\n background-color: #484;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .State--red {\n background-color: #d82828;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .State--purple {\n background-color: #9378ba;\n }\n /* github-mobile: \"color: #24292e\", \"rgba(209,213,218,.5)\" */\n body[class=\"page-responsive\"] .Counter {\n color: #cdcdcd;\n background-color: rgba(90, 90, 90, .5);\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .Counter--gray-light {\n color: #949494;\n }\n /* github-mobile: \"color: #fff\", \"#6a737d\" */\n body[class=\"page-responsive\"] .Counter--gray {\n color: #fff;\n background-color: #444;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .diffstat {\n color: #afafaf;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .diffstat-block-deleted {\n background-color: #d82828;\n }\n /* github-mobile: \"#2cbe4e\" */\n body[class=\"page-responsive\"] .diffstat-block-added {\n background-color: #373;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .diffstat-block-neutral {\n background-color: #404040;\n }\n /* github-mobile: \"#fff\", \"hsla(0,0%,100%,.8)\" */\n body[class=\"page-responsive\"] .avatar-child {\n background-color: #181818;\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* github-mobile: \"#fff\", \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n body[class=\"page-responsive\"] .dropdown-menu {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .dropdown-item {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\" */\n body[class=\"page-responsive\"] .dropdown-item:focus,\n body[class=\"page-responsive\"] .dropdown-item:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] .dropdown-signout {\n background: none;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .dropdown-divider {\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .dropdown-header {\n color: #afafaf;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .dropdown-menu-w::before {\n border-color: transparent transparent transparent rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .dropdown-menu-w::after {\n border-color: transparent transparent transparent #181818;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .dropdown-menu-e::before {\n border-color: transparent rgba(220, 220, 220, .15) transparent transparent;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .dropdown-menu-e::after {\n border-color: transparent #181818 transparent transparent;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .dropdown-menu-ne::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .dropdown-menu-ne::after {\n border-top-color: #181818;\n }\n /* github-mobile: \"color: #fff\", \"#2f363d\", \"#444d56\", \"rgba(149,157,165,.2)\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark {\n color: #fff;\n background-color: #282828;\n border-color: #484848;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github-mobile: \"#444d56\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark::before {\n border-bottom-color: #484848;\n }\n /* github-mobile: \"#2f363d\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark::after {\n border-bottom-color: #282828;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark .dropdown-header {\n color: #404040;\n }\n /* github-mobile: \"#444d56\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark .dropdown-divider {\n border-top-color: #484848;\n }\n /* github-mobile: \"#444d56\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-w::before {\n border-color: transparent transparent transparent #484848;\n }\n /* github-mobile: \"#2f363d\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-w::after {\n border-color: transparent transparent transparent #282828;\n }\n /* github-mobile: \"#444d56\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-e::before {\n border-color: transparent #484848 transparent transparent;\n }\n /* github-mobile: \"#2f363d\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-e::after {\n border-color: transparent #282828 transparent transparent;\n }\n /* github-mobile: \"#444d56\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-ne::before {\n border-color: #484848 transparent transparent;\n }\n /* github-mobile: \"#2f363d\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-ne::after {\n border-color: #282828 transparent transparent;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #24292e\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .subnav-item {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .subnav-item:focus,\n body[class=\"page-responsive\"] .subnav-item:hover {\n background-color: #222;\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\", \"#005cc5\" */\n body[class=\"page-responsive\"] .subnav-item.selected,\n body[class=\"page-responsive\"] .subnav-item[aria-current]:not([aria-current=false]),\n body[class=\"page-responsive\"] .subnav-item[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: #4f8cc9;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .subnav-search-input {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .subnav-search-icon {\n color: #767676;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .subnav-search-context .btn {\n color: #afafaf;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .UnderlineNav {\n box-shadow: inset 0 -1px 0 #343434;\n }\n /* github-mobile: \"color: #1b1f23\", \"initial\", \"rgba(209,213,218,0)\" */\n body[class=\"page-responsive\"] .UnderlineNav-item {\n color: #dcdcdc;\n background-color: initial;\n border-bottom-color: transparent;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .UnderlineNav-item:focus,\n body[class=\"page-responsive\"] .UnderlineNav-item:hover {\n border-bottom-color: #404040;\n }\n /* github-mobile: \"#f9826c\" */\n body[class=\"page-responsive\"] .UnderlineNav-item.selected,\n body[class=\"page-responsive\"] .UnderlineNav-item[aria-current]:not([aria-current=false]),\n body[class=\"page-responsive\"] .UnderlineNav-item[role=tab][aria-selected=true] {\n border-bottom-color: #fff;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .UnderlineNav-item.selected .UnderlineNav-octicon,\n body[class=\"page-responsive\"] .UnderlineNav-item[aria-current]:not([aria-current=false]) .UnderlineNav-octicon,\n body[class=\"page-responsive\"] .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .UnderlineNav-octicon {\n color: #767676;\n }\n /* github-mobile: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .markdown-body .absent {\n color: #d82828;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .markdown-body hr {\n background-color: #343434;\n }\n /* github-mobile: \"color: #6a737d\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* github-mobile: \"color: #1b1f23\" */\n body[class=\"page-responsive\"] .markdown-body h1 .octicon-link,\n body[class=\"page-responsive\"] .markdown-body h2 .octicon-link,\n body[class=\"page-responsive\"] .markdown-body h3 .octicon-link,\n body[class=\"page-responsive\"] .markdown-body h4 .octicon-link,\n body[class=\"page-responsive\"] .markdown-body h5 .octicon-link,\n body[class=\"page-responsive\"] .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .markdown-body h1,\n body[class=\"page-responsive\"] .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .markdown-body h6 {\n color: #949494;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .markdown-body table td,\n body[class=\"page-responsive\"] .markdown-body table th {\n border-color: #343434;\n }\n /* github-mobile: \"#fff\", \"#c6cbd1\" */\n body[class=\"page-responsive\"] .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .markdown-body table img {\n background-color: initial;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .markdown-body img {\n background-color: #181818;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .markdown-body .emoji {\n background-color: initial;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* github-mobile: \"rgba(27,31,35,.05)\" */\n body[class=\"page-responsive\"] .markdown-body code,\n body[class=\"page-responsive\"] .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* github-mobile: \"transparent\" */\n body[class=\"page-responsive\"] .markdown-body pre > code {\n background-color: transparent;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .markdown-body pre code,\n body[class=\"page-responsive\"] .markdown-body pre tt {\n background-color: initial;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .markdown-body .csv-data th {\n background-color: #222;\n }\n /* github-mobile: \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Box {\n background-color: #181818;\n border-color: #343434;\n }\n /* github-mobile: \"#f6f8fa\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Box-header {\n background-color: #222;\n border-color: #343434;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Box-body {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Box-row {\n border-top-color: #343434;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .Box-row.Box-row--unread,\n body[class=\"page-responsive\"] .Box-row.unread {\n box-shadow: inset 2px 0 0 /*[[base-color]]*/;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .Box-row.navigation-focus .Box-row--drag-button {\n color: /*[[base-color]]*/;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .Box-row--focus-gray.navigation-focus,\n body[class=\"page-responsive\"] .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* github-mobile: \"#f1f8ff\" */\n body[class=\"page-responsive\"] .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* github-mobile: \"#f1f8ff\" */\n body[class=\"page-responsive\"] .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* github-mobile: \"color: #24292e\", \"#0366d6\" */\n @media (min-width:768px) {\n body[class=\"page-responsive\"] .Box-row-link {\n color: #cdcdcd;\n }\n body[class=\"page-responsive\"] .Box-row-link:hover {\n color: /*[[base-color]]*/;\n }\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Box-footer {\n border-top-color: #343434;\n }\n /* github-mobile: \"#c8e1ff\" */\n body[class=\"page-responsive\"] .Box--blue {\n border-color: #246;\n }\n /* github-mobile: \"#f1f8ff\", \"#c8e1ff\" */\n body[class=\"page-responsive\"] .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* github-mobile: \"#c8e1ff\" */\n body[class=\"page-responsive\"] .Box--blue .Box-body,\n body[class=\"page-responsive\"] .Box--blue .Box-footer,\n body[class=\"page-responsive\"] .Box--blue .Box-row {\n border-color: #246;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .Box--danger,\n body[class=\"page-responsive\"] .Box--danger .Box-body:last-of-type,\n body[class=\"page-responsive\"] .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* github-mobile: \"#f1f8ff\", \"#c8e1ff\" */\n body[class=\"page-responsive\"] .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* github-mobile: \"#fffbdd\" */\n body[class=\"page-responsive\"] .Box-row--yellow {\n background-color: #261d08;\n }\n /* github-mobile: \"#f1f8ff\" */\n body[class=\"page-responsive\"] .Box-row--blue {\n background-color: #182030;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .Box-row--gray {\n background-color: #222;\n }\n /* github-mobile: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n body[class=\"page-responsive\"] kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .btn .octicon {\n color: #949494;\n }\n /* github-mobile: \"rgba(27,31,35,.08)\" */\n body[class=\"page-responsive\"] .btn .Counter {\n background-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"color: #24292e\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n body[class=\"page-responsive\"] .btn {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github-mobile: \"#f3f4f6\" */\n body[class=\"page-responsive\"] .btn.hover,\n body[class=\"page-responsive\"] .btn:hover,\n body[class=\"page-responsive\"] [open] > .btn {\n background-color: #242424;\n }\n /* github-mobile: \"#edeff2\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n body[class=\"page-responsive\"] .btn.selected,\n body[class=\"page-responsive\"] .btn:active,\n body[class=\"page-responsive\"] .btn[aria-selected=true] {\n background-color: #343434;\n box-shadow: none;\n }\n /* github-mobile: \"color: #959da5\", \"#fafbfc\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .btn.disabled,\n body[class=\"page-responsive\"] .btn:disabled,\n body[class=\"page-responsive\"] .btn[aria-disabled=true] {\n color: #767676;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n body[class=\"page-responsive\"] .btn.focus,\n body[class=\"page-responsive\"] .btn:focus {\n box-shadow: 0 0 0 3px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* github-mobile: \"color: #fff\", \"#2ea44f\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n body[class=\"page-responsive\"] .btn-primary {\n color: #fff;\n background-color: #373;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github-mobile: \"#2c974b\" */\n body[class=\"page-responsive\"] .btn-primary.hover,\n body[class=\"page-responsive\"] .btn-primary:hover,\n body[class=\"page-responsive\"] [open] > .btn-primary {\n background-color: #484;\n }\n /* github-mobile: \"#2a8f47\" */\n body[class=\"page-responsive\"] .btn-primary.selected,\n body[class=\"page-responsive\"] .btn-primary:active,\n body[class=\"page-responsive\"] .btn-primary[aria-selected=true] {\n background-color: #595;\n }\n /* github-mobile: \"hsla(0,0%,100%,.8)\", \"#94d3a2\", \"rgba(27,31,35,.1)\", \"rgba(27,31,35,.1)\" */\n body[class=\"page-responsive\"] .btn-primary.disabled,\n body[class=\"page-responsive\"] .btn-primary:disabled,\n body[class=\"page-responsive\"] .btn-primary[aria-disabled=true] {\n color: hsla(0, 0%, 100%, .8);\n background-color: #040;\n border-color: rgba(220, 220, 220, .1);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github-mobile: \"hsla(0,0%,100%,.8)\" */\n body[class=\"page-responsive\"] .btn-primary .octicon {\n color: hsla(0, 0%, 100%, .8);\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .btn-danger {\n color: #d82828;\n }\n /* github-mobile: \"color: #fff\", \"#cb2431\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n body[class=\"page-responsive\"] .btn-danger:hover,\n body[class=\"page-responsive\"] [open] > .btn-danger {\n color: #fff;\n background-color: #d82828;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github-mobile: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .btn-danger.selected,\n body[class=\"page-responsive\"] .btn-danger:active,\n body[class=\"page-responsive\"] .btn-danger[aria-selected=true] {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n body[class=\"page-responsive\"] .btn-danger.disabled,\n body[class=\"page-responsive\"] .btn-danger:disabled,\n body[class=\"page-responsive\"] .btn-danger[aria-disabled=true] {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github-mobile: \"rgba(203,36,49,.4)\" */\n body[class=\"page-responsive\"] .btn-danger:focus {\n box-shadow: 0 0 0 3px rgba(255, 68, 68, .4);\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .btn-outline {\n color: /*[[base-color]]*/;\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n body[class=\"page-responsive\"] .btn-outline:hover,\n body[class=\"page-responsive\"] [open] > .btn-outline {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github-mobile: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .btn-outline.selected,\n body[class=\"page-responsive\"] .btn-outline:active,\n body[class=\"page-responsive\"] .btn-outline[aria-selected=true] {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"rgba(3,102,214,.5)\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n body[class=\"page-responsive\"] .btn-outline.disabled,\n body[class=\"page-responsive\"] .btn-outline:disabled,\n body[class=\"page-responsive\"] .btn-outline[aria-disabled=true] {\n color: rgba(/*[[base-color-rgb]]*/, .5);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github-mobile: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n body[class=\"page-responsive\"] .btn-blue {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: linear-gradient(-180deg, /*[[base-color]]*/, /*[[base-color]]*/ 90%);\n }\n /* github-mobile: \"rgba(27,31,35,.5)\" */\n body[class=\"page-responsive\"] .btn-blue.hover,\n body[class=\"page-responsive\"] .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* github-mobile: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .btn-blue.selected,\n body[class=\"page-responsive\"] .btn-blue:active,\n body[class=\"page-responsive\"] .btn-blue[aria-selected=true],\n body[class=\"page-responsive\"] [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* github-mobile: \"none\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .btn-blue.disabled,\n body[class=\"page-responsive\"] .btn-blue:disabled,\n body[class=\"page-responsive\"] .btn-blue[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* github-mobile: \"#0366d6\", \"#fff\" */\n body[class=\"page-responsive\"] .btn-blue .Counter {\n color: /*[[base-color]]*/;\n background-color: #181818;\n }\n /* github-mobile: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .ajax-pagination-form .ajax-pagination-btn {\n color: /*[[base-color]]*/;\n background-color: #181818;\n border-color: #343434;\n }\n /* github-mobile: \"#0366d6\", \"#f6f8fa\" */\n body[class=\"page-responsive\"] .ajax-pagination-form .ajax-pagination-btn:focus,\n body[class=\"page-responsive\"] .ajax-pagination-form .ajax-pagination-btn:hover {\n color: /*[[base-color]]*/;\n background-color: #222;\n }\n /* github-mobile: \"#f6f8fa\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .ajax-pagination-form.loading .ajax-pagination-btn {\n background-color: #222;\n border-color: #404040;\n }\n /* github-mobile: \"#fff\", \"#444d56\", \"rgba(0,0,0,.4)\" */\n body[class=\"page-responsive\"] .Box--overlay {\n background-color: #181818;\n border-color: #484848;\n box-shadow: 0 0 18px #000;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .Box-body .help {\n color: #afafaf;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .content-attachment {\n border-left-color: #343434;\n }\n /* github-mobile: \"hsla(0,0%,100%,0)\",\"#fff\" */\n body[class=\"page-responsive\"] .max--md .content-attachment-content--gradient {\n background: linear-gradient(180deg, transparent, #181818 calc(100% - 28px));\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] .content-attachment-details[open] .max--md .content-attachment-content--gradient {\n background: none;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .render-container {\n background-color: #343434;\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] .render-container.is-render-ready.is-render-requested:not(.is-render-failed) {\n background: none;\n }\n /* github-mobile: \"color: #444d56\", \"#f6f8fa\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .render-notice {\n color: #afafaf;\n background-color: #222;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .pagehead {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .pagehead-actions > li {\n color: #cdcdcd;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .pagehead-actions .octicon-mute {\n color: #d82828;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .pagehead-tabs-item {\n color: #afafaf;\n }\n /* github-mobile: \"color: rgba(27,31,35,.3)\" */\n body[class=\"page-responsive\"] .pagehead-tabs-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .pagehead-tabs-item .Counter {\n color: #afafaf;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .pagehead-tabs-item:hover {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n body[class=\"page-responsive\"] .pagehead-tabs-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #fb8532 #343434 transparent;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .reponav-item {\n color: #afafaf;\n }\n /* github-mobile: \"color: rgba(27,31,35,.3)\" */\n body[class=\"page-responsive\"] .reponav-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .reponav-item .Counter {\n color: #afafaf;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .reponav-item:focus,\n body[class=\"page-responsive\"] .reponav-item:hover {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n body[class=\"page-responsive\"] .reponav-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #fb8532 #343434 transparent;\n }\n /* github-mobile: \"color: #fff\", \"initial\" */\n body[class=\"page-responsive\"] .reponav-wrapper .reponav-item.selected {\n color: #fff;\n background-color: initial;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .progress-bar {\n background-color: #343434;\n }\n /* github-mobile: \"#2cbe4e\" */\n body[class=\"page-responsive\"] .progress-bar .progress {\n background-color: #373;\n }\n /* github-mobile: \"#e1e4e8\", \"#28a745\",\"#005cc5\",\"#cb2431\" */\n body[class=\"page-responsive\"] .reverse-progress-container {\n background-color: #343434;\n background-image: linear-gradient(90deg, #484, #4f8cc9, #3a1d6e, #d82828, #f66a0a);\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .reverse-progress-bar {\n background-color: #343434;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .alert-label {\n color: #fff;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .alert-label--high {\n background-color: #d82828;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .graph-canvas .alert-label--high {\n fill: #d82828;\n }\n /* github-mobile: \"#e36209\" */\n body[class=\"page-responsive\"] .alert-label--moderate {\n background-color: #fb8532;\n }\n /* github-mobile: \"#e36209\" */\n body[class=\"page-responsive\"] .graph-canvas .alert-label--moderate {\n fill: #fb8532;\n }\n /* github-mobile: \"#dbab09\" */\n body[class=\"page-responsive\"] .alert-label--low {\n background-color: #cb4;\n }\n /* github-mobile: \"#dbab09\" */\n body[class=\"page-responsive\"] .graph-canvas .alert-label--low {\n fill: #cb4;\n }\n /* github-mobile: \"#f6f8fa\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .advisory-form {\n background-color: #222;\n border-top-color: #343434;\n }\n /* github-mobile: \"#24292e\" */\n body[class=\"page-responsive\"] .advisory-form .form-actions,\n body[class=\"page-responsive\"] .advisory-form .form-control,\n body[class=\"page-responsive\"] .advisory-form .previewable-comment-form,\n body[class=\"page-responsive\"] .Header-old {\n background-color: #181818;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n /* github-mobile: \"#fff\", \"rgba(27,31,35,.15)\" */\n .page-responsive .HeaderMenu--logged-out {\n background-color: #181818;\n box-shadow: 0 10px 50px #000;\n }\n /* github-mobile: \"initial\", \"box-shadow: none\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out {\n background-color: initial;\n box-shadow: none;\n }\n }\n /* github-mobile: \"box-shadow: none\" */\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: none;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n }\n /* github-mobile: \"#eaecef\" */\n .page-responsive .HeaderMenu--logged-out .header-search-wrapper {\n border-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::-webkit-input-placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #444d56\", \"transparent\" */\n .page-responsive .HeaderMenu-link {\n color: #afafaf;\n background-color: transparent;\n }\n /* github-mobile: \"color: #24292e\" */\n .page-responsive .HeaderMenu-link:hover {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #fff\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link, .page-responsive .HeaderMenu-link:hover {\n color: #fff;\n }\n }\n /* github-mobile: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* github-mobile: \"hsla(0,0%,100%,.5)\", \"transparent\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n background-color: transparent;\n }\n }\n /* github-mobile: \"color: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .HeaderMenu-link {\n color: #cdcdcd;\n }\n /* github-mobile: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* github-mobile: \"color: #fff\", \"transparent\" */\n body[class=\"page-responsive\"] .HeaderMenu-link {\n color: #fff;\n background-color: transparent;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .HeaderMenu-link:hover {\n color: #fff;\n }\n /* github-mobile: \"hsla(0,0%,100%,.5)\" */\n body[class=\"page-responsive\"] .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-logo-invertocat,\n body[class=\"page-responsive\"] .header-logo-invertocat:hover {\n color: #fff;\n }\n /* github-mobile: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n body[class=\"page-responsive\"] .notification-indicator .mail-status {\n color: #fff;\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .notification-indicator:hover .mail-status {\n background-color: /*[[base-color]]*/;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .header-nav-current-user .user-profile-link {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n body[class=\"page-responsive\"] .feature-preview-indicator {\n color: #fff;\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n }\n /* github-mobile: \"color: #fff\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* github-mobile: \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-wrapper.focus {\n box-shadow: none;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-wrapper.focus .header-search-scope {\n color: #fff;\n }\n /* github-mobile: \"none\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* github-mobile: \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-input:focus {\n box-shadow: none;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-scope:hover {\n color: #fff;\n }\n /* github-mobile: \"color: #24292e !important\", \"#fafbfc\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-field-active {\n color: #cdcdcd !important;\n background-color: #181818;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-field-active::-webkit-input-placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #1b1f23\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container .navigation-focus mark,\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* github-mobile: \"color: #fff\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* github-mobile: \"#fafbfc\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-wrapper:focus-within {\n background-color: #181818;\n box-shadow: none;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-wrapper:focus-within .header-search-scope {\n color: #fff;\n }\n /* github-mobile: \"none\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* github-mobile: \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-input:focus {\n box-shadow: none;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-scope:hover {\n color: #fff;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .header-search-prototype .code-search-filter-text-expander {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .header-search-prototype .search-filter-header,\n body[class=\"page-responsive\"] .header-search-prototype .search-refine-dropdown-header {\n color: #afafaf;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .site-search-close-button .site-search-close-x {\n color: #fff;\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] .header-search-prototype .site-search-filter-button {\n background: none;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .ems-refine-details-dialog {\n background-color: #181818;\n }\n /* github-mobile: \"color: #1b1f23\" */\n body[class=\"page-responsive\"] .header-search-prototype .ems-refine-details-dialog .ems-menu-item {\n color: #dcdcdc;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .header-search-prototype .ems-refine-details-dialog .ems-result-type-item {\n color: #cdcdcd;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .header-search-prototype .ems-result-types {\n border-right-color: #343434;\n }\n /* github-mobile: \"color: #24292e !important\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-field-active {\n color: #cdcdcd !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-field-active::-webkit-input-placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #1b1f23\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container .navigation-focus mark,\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* github-mobile: \"color: #24292e\", \"#fafbfc\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] button {\n background: none;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] a {\n color: /*[[base-color]]*/;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] hr {\n background-color: #343434;\n }\n /* github-mobile: \"color: #000\" */\n body[class=\"page-responsive\"] textarea[disabled]::-webkit-input-placeholder {\n color: #f0f0f0;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .color-icons .octicon-comment-discussion {\n color: #cdcdcd;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .color-icons .octicon-issue-closed {\n color: #d82828;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .color-icons .octicon-git-branch,\n body[class=\"page-responsive\"] .color-icons .octicon-git-pull-request,\n body[class=\"page-responsive\"] .color-icons .octicon-issue-opened {\n color: #484;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .color-icons .octicon-git-commit {\n color: #afafaf;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .color-icons .opened {\n color: #484;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .color-icons .closed {\n color: #d82828;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .color-icons .merged {\n color: #9378ba;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .color-icons .draft {\n color: #afafaf;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] footer {\n border-top-color: #404040;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] footer .octicon,\n body[class=\"page-responsive\"] footer li {\n color: #767676;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .protip,\n body[class=\"page-responsive\"] .switcher-icon,\n body[class=\"page-responsive\"] .switcher-icon-close,\n body[class=\"page-responsive\"] .switcher-icon-open,\n body[class=\"page-responsive\"] .switcher-toggle-meta {\n color: #afafaf;\n }\n /* github-mobile: \"#fff\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .bubble {\n background-color: #181818;\n border-color: #404040;\n }\n /* github-mobile: \"color: #2f363d\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .bubble-title {\n color: #bebebe;\n border-bottom-color: #404040;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .bubble-title .octicon,\n body[class=\"page-responsive\"] .bubble-title time {\n color: #afafaf;\n }\n /* github-mobile: \"#f6f8fa\", \"#d1d5da\", \"rgba(27,31,35,.1)\" */\n body[class=\"page-responsive\"] .bubble-disabled {\n background-color: #222;\n border-color: #404040;\n box-shadow: inset 0 0 10px #000;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .bubble-disabled .bubble-content,\n body[class=\"page-responsive\"] .bubble-disabled .bubble-title {\n color: #afafaf;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .list {\n background-color: #181818;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .list-heading + .list-item,\n body[class=\"page-responsive\"] .list-item + .list-heading,\n body[class=\"page-responsive\"] .list-item + .list-item {\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .list-item > .list-item-chevron {\n color: #afafaf;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .list-item .meta {\n color: #949494;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .list-item .byline,\n body[class=\"page-responsive\"] .list-item .byline strong,\n body[class=\"page-responsive\"] .list-item .ref {\n color: #afafaf;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .list-item.read {\n background-color: #181818;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .list-item.read .list-item-title {\n color: #afafaf;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .list-item-title {\n color: /*[[base-color]]*/;\n }\n /* github-mobile: \"color: #586069\", \"#f6f8fa\", \"#eaecef\" */\n body[class=\"page-responsive\"] .list-heading {\n color: #afafaf;\n background-color: #222;\n border-top-color: #343434;\n }\n /* github-mobile: \"#c6cbd1\" */\n body[class=\"page-responsive\"] .list-action-form > .btn-link {\n color: #5a5a5a;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .list-empty .list-item,\n body[class=\"page-responsive\"] .list-options .list-item .list-item-title {\n color: #afafaf;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .list-options .list-item > .octicon {\n color: #fff;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .list-options .selected .list-item-title {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .list-options .selected > .octicon {\n color: #afafaf;\n }\n /* github-mobile: \"#fffdef\" */\n body[class=\"page-responsive\"] .repo-list .private {\n background-color: #261d08;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .repo-list .octicon {\n color: #afafaf;\n }\n /* github-mobile: \"color: rgba(27,31,35,.7)\" */\n body[class=\"page-responsive\"] .repo-list .octicon-lock {\n color: rgba(230, 230, 230, .7);\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .repo-list .no-repo,\n body[class=\"page-responsive\"] .user-list .follow-list-info {\n color: #afafaf;\n }\n /* github-mobile: \"#0366d6\", \"initial\" */\n body[class=\"page-responsive\"] .btn-link {\n color: /*[[base-color]]*/;\n background-color: initial;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .diff-view + .js-comments-holder .blob-code-deletion,\n body[class=\"page-responsive\"] .diff-view + .js-comments-holder .blob-num-deletion {\n background-color: #300;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .diff-view + .js-comments-holder span.no-nl-marker {\n color: #d82828;\n }\n /* github-mobile: \"#d1d5da\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .diff-view .file {\n border-top-color: #404040;\n border-bottom-color: #404040;\n }\n /* github-mobile: \"#fff5b1\", \"none\" */\n body[class=\"page-responsive\"] .diff-view .file:target .meta {\n background-color: #651;\n background-image: none;\n }\n /* github-mobile: \"color: #444d56\", \"#fff\",\"#f6f8fa\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .diff-view .file .meta {\n color: #afafaf;\n background-image: linear-gradient(#181818, #222);\n border-bottom-color: #404040;\n }\n /* github-mobile: \"#f6f8fa\", \"#c6cbd1\",\"#e1e4e8\" */\n body[class=\"page-responsive\"] .diff-view .file .meta span.icon {\n background-color: #222;\n border-color: #5a5a5a #343434 #343434 #5a5a5a;\n }\n /* github-mobile: \"color: #a3aab1\" */\n body[class=\"page-responsive\"] .diff-view .file .meta .octicon-file {\n color: #767676;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .diff-view .file .empty {\n color: #afafaf;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .diff-view .file .file-code {\n background-color: #181818;\n }\n /* github-mobile: \"color: rgba(27,31,35,.3)\" */\n body[class=\"page-responsive\"] .diff-view .file .blob-num {\n color: rgba(230, 230, 230, .3);\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .diff-view .file .blob-code-inner {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .diff-view .file .blob-code-hunk {\n color: #afafaf;\n }\n /* github-mobile: \"#f5f0ff\" */\n body[class=\"page-responsive\"] .diff-view .file .blob-num-hunk {\n background-color: #213;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .diff-view .file .blob-code-deletion,\n body[class=\"page-responsive\"] .diff-view .file .blob-num-deletion {\n background-color: #300;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .diff-view .file span.no-nl-marker {\n color: #d82828;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .diff-view .inline-comments {\n background-color: #181818;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .diff-view .inline-comment-form-container,\n body[class=\"page-responsive\"] .diff-view table .discussion-block {\n border-right-color: #404040;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .inline-comment-form {\n background-color: #181818;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .inline-comment-form .inline-note-reply {\n background-color: initial;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .line-comments {\n border-color: #343434;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .timeline-inline-comments .inline-comment-form-container:last-child {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .mobile-toc {\n background-color: #181818;\n }\n /* github-mobile: \"#c6cbd1\" */\n body[class=\"page-responsive\"] .mobile-toc .switcher-option .octicon {\n color: #5a5a5a;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .mobile-toc .switcher-option .octicon-diff-removed {\n color: #d82828;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .mobile-toc .switcher-option .octicon-diff-renamed {\n color: #949494;\n }\n /* github-mobile: \"#2cbe4e\" */\n body[class=\"page-responsive\"] .mobile-toc .switcher-option .octicon-diff-added {\n color: #373;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .discussion-header {\n background-color: #181818;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .discussion-header .branches {\n color: #767676;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .discussion-header .branches .branch-name {\n color: #afafaf;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .discussion-issue-references,\n body[class=\"page-responsive\"] .discussion-labels {\n background-color: #181818;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .discussion-issue-references .octicon,\n body[class=\"page-responsive\"] .discussion-labels .octicon {\n color: #afafaf;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .discussion-sidebar-metadata {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .discussion-sidebar-metadata-separator {\n background-color: #181818;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .discussion-starting-comment .num,\n body[class=\"page-responsive\"] .discussion-starting-comment .username,\n body[class=\"page-responsive\"] .discussion-starting-comment time {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .discussion-starting-comment .discussion-title .num {\n color: #767676;\n }\n /* github-mobile: \"#fff\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .discussion-comment {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #586069\", \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .discussion-block-title {\n color: #afafaf;\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .discussion-block-meta .editor,\n body[class=\"page-responsive\"] .discussion-block-title .username {\n color: #afafaf;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .bubble.is-pending {\n border-color: #cb4;\n }\n /* github-mobile: \"#fffbdd\", \"#f9c513\" */\n body[class=\"page-responsive\"] .bubble.is-pending .discussion-block-title {\n background-color: #261d08;\n border-color: #cb4;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .bubble .commit-message {\n color: #afafaf;\n }\n /* github-mobile: \"color: #586069\", \"#f6f8fa\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .discussion-block-header {\n color: #afafaf;\n background-color: #222;\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .discussion-event .branch {\n color: #afafaf;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .timeline-truncation-container + .discussion-block {\n border-top-color: #343434;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .timeline-truncation-container .switch-to-desktop {\n color: /*[[base-color]]*/;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .issue-event,\n body[class=\"page-responsive\"] .issue-event .meta,\n body[class=\"page-responsive\"] .issue-event strong,\n body[class=\"page-responsive\"] .timeline-truncation-title {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .issue-event-icon {\n color: #767676;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .issue-event-icon-open {\n color: #484;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .issue-event-icon-closed {\n color: #d82828;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .issue-event-icon-merged {\n color: #9378ba;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .issue-event-icon-locked {\n color: #cdcdcd;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .issue-event-icon-unlocked {\n color: #484;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .closed-event {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .dead-pull-request-review-comment,\n body[class=\"page-responsive\"] .dead-pull-request-review-comment .username {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .timeline-review-comment-thread-container.dead .octicon {\n color: #767676;\n }\n /* github-mobile: \"color: #6a737d\", \"#f6f8fa\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .cross-reference .bubble-title {\n color: #949494;\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .cross-reference .bubble-title a {\n color: #949494;\n }\n /* github-mobile: \"#fffdef\", \"none\" */\n body[class=\"page-responsive\"] .cross-reference .bubble-title.private {\n background-color: #261d08;\n background-image: none;\n }\n /* github-mobile: \"color: rgba(27,31,35,.7)\" */\n body[class=\"page-responsive\"] .cross-reference .bubble-title .octicon-lock {\n color: rgba(230, 230, 230, .7);\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .cross-reference .bubble-content a,\n body[class=\"page-responsive\"] .timeline-commits-container {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .timeline-commits-container .octicon-repo-push {\n color: #767676;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .timeline-commits-container .author,\n body[class=\"page-responsive\"] .timeline-commits-container .commit-message a {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .commit-meta a {\n color: #767676;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .commit-meta .octicon-x {\n color: #d82828;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .commit-meta .octicon-check {\n color: #484;\n }\n /* github-mobile: \"#f6f8fa\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .timeline-review-container .file-header {\n background-color: #222;\n border-top-color: #404040;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .timeline-review-container .inline-comment-form {\n background-color: #181818;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .timeline-review-container.is-pending {\n border-color: #cb4;\n }\n /* github-mobile: \"#735c0f\", \"#fffbdd\" */\n body[class=\"page-responsive\"] .timeline-review-container.is-pending .file-header,\n body[class=\"page-responsive\"] .timeline-review-container.is-pending .label {\n color: #bba257;\n background-color: #261d08;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .timeline-review-container.is-pending .bubble {\n border-color: #cb4;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .timeline-review-header {\n color: #afafaf;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .timeline-review-icon .octicon {\n color: #949494;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .timeline-review-meta .author {\n color: #afafaf;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .discussion-item-review-comment {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .team-mention,\n body[class=\"page-responsive\"] .user-mention {\n color: #cdcdcd;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .discussion-block + .discussion-block,\n body[class=\"page-responsive\"] .discussion-block + .discussion-event,\n body[class=\"page-responsive\"] .discussion-block + .timeline-commits-container,\n body[class=\"page-responsive\"] .discussion-event + .discussion-block,\n body[class=\"page-responsive\"] .discussion-event + .discussion-event,\n body[class=\"page-responsive\"] .discussion-event + .timeline-commits-container,\n body[class=\"page-responsive\"] .timeline-commits-container + .discussion-block,\n body[class=\"page-responsive\"] .timeline-commits-container + .discussion-event,\n body[class=\"page-responsive\"] .timeline-commits-container + .timeline-commits-container {\n border-top-color: #343434;\n }\n /* github-mobile: \"#fff\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .discussion-reply,\n body[class=\"page-responsive\"] .thread-subscription-status {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github-mobile: \"#c6cbd1\" */\n body[class=\"page-responsive\"] .thread-subscription-status .octicon-radio-tower {\n color: #5a5a5a;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .thread-subscription-description {\n color: #afafaf;\n }\n /* github-mobile: \"color: #586069\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .line-comment-info {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .line-comment-info::before {\n border-top-color: #343434;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .line-comment-info::after {\n border-top-color: #181818;\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] .emoji-picker-emoji-width {\n background-image: none;\n }\n /* github-mobile: \"color: #24292e\", \"#e36209\" */\n body[class=\"page-responsive\"] .emoji-tab[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .emoji-tab[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .selected-emoji {\n background-color: /*[[base-color]]*/;\n }\n /* github-mobile: \"color: #032f62\", \"#dbedff\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .flash {\n color: #9daccc;\n background-color: #182030;\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#735c0f\", \"#fffbdd\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .flash.flash-warn {\n color: #bba257;\n background-color: #261d08;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#86181d\", \"#ffeef0\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .flash.flash-error {\n color: #d82828;\n background-color: #300;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"color: #586069\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .markdown-body .email-quoted-reply,\n body[class=\"page-responsive\"] .markdown-body .email-signature-reply {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* github-mobile: \"color: #586069\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .breadcrumb {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .breadcrumb strong {\n color: #afafaf;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .tabs > a {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #444d56\", \"#fff\", \"#e1e4e8\", \"#fff\" */\n body[class=\"page-responsive\"] .tabs > a.selected {\n color: #afafaf;\n background-color: #181818;\n border-color: #343434 #343434 #181818;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .pagination {\n background-color: #181818;\n }\n /* github-mobile: \"color: #444d56\", \"#d1d5da\", \"#fff\" */\n body[class=\"page-responsive\"] .pagination a,\n body[class=\"page-responsive\"] .pagination em,\n body[class=\"page-responsive\"] .pagination span {\n color: #afafaf;\n border-color: #404040 #404040 #404040 #181818;\n }\n /* github-mobile: \"color: #fff\", \"#6a737d\", \"#6a737d\" */\n body[class=\"page-responsive\"] .pagination .current {\n color: #fff;\n background-color: #444;\n background-image: linear-gradient(#444, #959da5);\n }\n /* github-mobile: \"#c6cbd1\" */\n body[class=\"page-responsive\"] .pagination .disabled,\n body[class=\"page-responsive\"] .pagination .gap {\n color: #5a5a5a;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .oauth-delete-repo-permissions .octicon-alert {\n color: #d82828;\n }\n /* github-mobile: \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .issues-reset-query-wrapper {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"#f1f8ff\" */\n body[class=\"page-responsive\"] .subset-files-tab {\n background-color: #182030;\n }\n /* github-mobile: \"color: #586069\", \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .branch-action {\n color: #afafaf;\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .discussion-block-header + .branch-action {\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .branch-action-heading {\n color: #cdcdcd;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .branch-action-expandable,\n body[class=\"page-responsive\"] .discussion-block-header + .branch-action-expandable {\n border-top-color: #343434;\n }\n /* github-mobile: \"#f6f8fa\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .branch-action-expandable .list-items-overflow {\n background-color: #222;\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .merge-branch .mergeable-state-message,\n body[class=\"page-responsive\"] .merge-branch .mergeable-state-message.required {\n color: #afafaf;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .merge-branch.open {\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .merge-form-author {\n color: #afafaf;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .commit-list .message,\n body[class=\"page-responsive\"] .merge-options {\n color: #cdcdcd;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .revision-number {\n background-color: #6cc644;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .repository-meta {\n color: #afafaf;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .user-bar-graph {\n background-color: #181818;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .max-commits {\n color: #afafaf;\n }\n /* github-mobile: \"color: #24292e\", \"#fb8532\" */\n body[class=\"page-responsive\"] .user-bar {\n color: #cdcdcd;\n background-color: #fb8532;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .y-axis-bar {\n background-color: #222;\n }\n /* github-mobile: \"#c6cbd1\" */\n body[class=\"page-responsive\"] .y-axis-bar.bottom {\n border-color: #5a5a5a;\n }\n /* github-mobile: \"#24292e\" */\n body[class=\"page-responsive\"] .blob-file-content,\n body[class=\"page-responsive\"] .reponav-wrapper {\n background-color: #181818;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .reponav-item.selected {\n color: #fff;\n }\n /* github-mobile: \"color: #586069\", \"#24292e\" */\n body[class=\"page-responsive\"] .server-stats {\n color: #afafaf;\n background-color: #181818;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .server-stats a,\n body[class=\"page-responsive\"] .server-stats strong {\n color: #fff;\n }\n /* github-mobile: \"color: #586069\", \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .inbox-unavailable,\n body[class=\"page-responsive\"] .inbox-zero {\n color: #afafaf;\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github-mobile: \"#0366d6\", \"#fff\", \"none\" */\n body[class=\"page-responsive\"] .notification-shelf .btn-outline {\n color: /*[[base-color]]*/;\n background-color: #181818;\n background-image: none;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .gist-mobile-blob {\n border-top-color: #343434;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .check-annotation-failure::after {\n background-color: #d82828;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .check-annotation-failure .annotation-title {\n color: #d82828;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .user-status-org-button .user-status-org-detail {\n color: #afafaf;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .user-status-org-button:focus .user-status-org-detail,\n body[class=\"page-responsive\"] .user-status-org-button:hover .user-status-org-detail {\n color: #fff;\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\" */\n body[class=\"page-responsive\"] .user-status-org-button.selected {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .user-status-org-button.selected .user-status-org-detail {\n color: #fff;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .user-status-message-wrapper {\n color: #cdcdcd;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .toggle-user-status-edit:focus .user-status-message-wrapper,\n body[class=\"page-responsive\"] .toggle-user-status-edit:hover .user-status-message-wrapper {\n color: /*[[base-color]]*/;\n }\n /* github-mobile: \"#24292e\" */\n body[class=\"page-responsive\"] .Header {\n background-color: #181818;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .Header-link {\n color: #fff;\n }\n /* end github-mobile rules */\n /* begin github.com rules */\n /* github.com: \"initial\" */\n a {\n background-color: initial;\n }\n /* github.com: \"color: #1b1f23\" */\n mark {\n color: #dcdcdc;\n }\n /* github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"#0366d6\" */\n a {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n kbd {\n color: #afafaf;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .Box, kbd {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .Box, .Box-header {\n border-color: #343434;\n }\n .Box-header {\n background-color: #222;\n }\n /* github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: inset 2px 0 0 /*[[base-color]]*/;\n }\n /* github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width:768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: /*[[base-color]]*/;\n }\n }\n /* github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* github.com: \"#e1e4e8\" */\n .breadcrumb-item::after {\n color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .breadcrumb-item-selected,\n .breadcrumb-item[aria-current]:not([aria-current=false]) {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .btn .octicon {\n color: #949494;\n }\n /* github.com: \"rgba(27,31,35,.08)\" */\n .btn .Counter {\n background-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #24292e\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github.com: \"#f3f4f6\" */\n .btn.hover, .btn:hover, [open] > .btn {\n background-color: #242424;\n }\n /* github.com: \"#edeff2\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n .btn.selected, .btn:active, .btn[aria-selected=true] {\n background-color: #343434;\n box-shadow: none;\n }\n /* github.com: \"color: #959da5\", \"#fafbfc\", \"rgba(27,31,35,.15)\" */\n .btn.disabled, .btn:disabled, .btn[aria-disabled=true] {\n color: #767676;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 3px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* github.com: \"color: #fff\", \"#2ea44f\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-primary {\n color: #fff;\n background-color: #373;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github.com: \"#2c974b\" */\n .btn-primary.hover, .btn-primary:hover, [open] > .btn-primary {\n background-color: #484;\n }\n /* github.com: \"#2a8f47\" */\n .btn-primary.selected, .btn-primary:active, .btn-primary[aria-selected=true] {\n background-color: #595;\n }\n /* github.com: \"hsla(0,0%,100%,.8)\", \"#94d3a2\", \"rgba(27,31,35,.1)\", \"rgba(27,31,35,.1)\" */\n .btn-primary.disabled, .btn-primary:disabled,\n .btn-primary[aria-disabled=true] {\n color: hsla(0, 0%, 100%, .8);\n background-color: #040;\n border-color: rgba(220, 220, 220, .1);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github.com: \"hsla(0,0%,100%,.8)\" */\n .btn-primary .octicon {\n color: hsla(0, 0%, 100%, .8);\n }\n /* github.com: \"#cb2431\" */\n .btn-danger {\n color: #d82828;\n }\n /* github.com: \"color: #fff\", \"#cb2431\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-danger:hover, [open] > .btn-danger {\n background-color: #d82828;\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github.com: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n .btn-danger.selected, .btn-danger:active, .btn-danger:hover,\n .btn-danger[aria-selected=true], [open] > .btn-danger {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn-danger.disabled, .btn-danger:disabled, .btn-danger[aria-disabled=true] {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github.com: \"rgba(203,36,49,.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 3px rgba(255, 68, 68, .4);\n }\n /* github.com: \"#0366d6\" */\n .btn-outline {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\", \"#0366d6\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-outline:hover, [open] > .btn-outline {\n background-color: /*[[base-color]]*/;\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github.com: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n .btn-outline[aria-selected=true], [open] > .btn-outline {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"rgba(3,102,214,.5)\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn-outline.disabled, .btn-outline:disabled,\n .btn-outline[aria-disabled=true] {\n color: rgba(/*[[base-color-rgb]]*/, .5);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: linear-gradient(-180deg, /*[[base-color]]*/, /*[[base-color]]*/ 90%);\n }\n /* github.com: \"rgba(27,31,35,.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* github.com: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-blue.selected, .btn-blue:active, .btn-blue[aria-selected=true],\n [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* github.com: \"none\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n background-color: #181818;\n }\n /* github.com: \"#0366d6\", \"initial\" */\n .btn-blue .Counter, .btn-link {\n color: /*[[base-color]]*/;\n }\n .btn-link {\n background-color: initial;\n }\n /* github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover, .btn-link[aria-disabled=true],\n .btn-link[aria-disabled=true]:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* github.com: \"#0366d6\", \"initial\", \"box-shadow: none\" */\n .btn-invisible {\n color: /*[[base-color]]*/;\n background-color: initial;\n box-shadow: none;\n }\n /* github.com: \"#0366d6\", \"none\", \"box-shadow: none\" */\n .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active,\n .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active,\n .btn-invisible:focus, .btn-invisible:hover,\n .btn-invisible[aria-selected=true] {\n color: /*[[base-color]]*/;\n background: none;\n box-shadow: none;\n }\n /* github.com: \"color: #586069\", \"transparent\" */\n .btn-octicon {\n color: #afafaf;\n background-color: transparent;\n }\n /* github.com: \"#0366d6\" */\n .btn-octicon:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #959da5\" */\n .btn-octicon.disabled, .btn-octicon.disabled:hover,\n .btn-octicon[aria-disabled=true], .btn-octicon[aria-disabled=true]:hover {\n color: #767676;\n }\n /* github.com: \"#cb2431\" */\n .btn-octicon-danger:hover {\n color: #d82828;\n }\n /* github.com: \"transparent\" */\n .close-button {\n background-color: transparent;\n }\n /* github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github.com: \"#0366d6\" */\n .social-count:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .social-count:focus {\n box-shadow: 0 0 0 3px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#e1e4e8\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #343434;\n box-shadow: none;\n }\n /* github.com: \"#0366d6\", \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .form-control.focus, .form-control:focus, .form-select.focus,\n .form-select:focus {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 0 3px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* github.com: \"color: #959da5\", \"#f3f4f6\" */\n .form-control[disabled], .form-select[disabled] {\n color: #767676;\n background-color: #242424;\n }\n /* github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* github.com: \"color: #fff\", \"box-shadow: none\" */\n .input-dark {\n color: #fff;\n box-shadow: none;\n }\n /* github.com: \"rgba(27,31,35,.3)\" */\n .input-dark.focus, .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* github.com: \"color: #6a737d\" */\n :-ms-input-placeholder {\n color: #949494;\n }\n /* github.com: \"color: #6a737d\" */\n ::-ms-input-placeholder {\n color: #949494;\n }\n /* github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group .form-group-header label,\n .hfields .form-group dt label {\n color: #afafaf;\n }\n /* github.com: \"#735c0f\", \"#fffbdd\", \"#f9c513\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #cb4;\n }\n /* github.com: \"#fff\" */\n .form-group .form-control, .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* github.com: \"#cb2431\" */\n .form-group .form-group-body h4.is-error, .form-group dd h4.is-error {\n color: #d82828;\n }\n /* github.com: \"#22863a\" */\n .form-group .form-group-body h4.is-success, .form-group dd h4.is-success {\n color: #6cc644;\n }\n /* github.com: \"#cb2431\" */\n .form-group.required .form-group-header label::after,\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* github.com: \"#22863a\" */\n .form-group.successful .success {\n color: #6cc644;\n }\n /* github.com: \"#144620\", \"#dcffe4\", \"#34d058\" */\n .form-group.successed .success {\n color: #6cc644;\n background-color: #002800;\n border-color: #373;\n }\n /* github.com: \"#dcffe4\" */\n .form-group.successed .success::after {\n border-bottom-color: #002800;\n }\n /* github.com: \"#34d058\" */\n .form-group.successed .success::before {\n border-bottom-color: #373;\n }\n /* github.com: \"#f9c513\" */\n .form-group.warn .form-control {\n border-color: #cb4;\n }\n /* github.com: \"#fff5b1\", \"#f9c513\" */\n .form-group.warn .warning {\n background-color: #651;\n border-color: #cb4;\n }\n /* github.com: \"#fff5b1\" */\n .form-group.warn .warning::after {\n border-bottom-color: #651;\n }\n /* github.com: \"#f9c513\" */\n .form-group.warn .warning::before {\n border-bottom-color: #cb4;\n }\n /* github.com: \"#cb2431\" */\n .form-group.errored .form-control {\n border-color: #d82828;\n }\n /* github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* github.com: \"#ffeef0\", \"#f97583\" */\n .form-group.errored .error {\n background-color: #300;\n border-color: #f88;\n }\n /* github.com: \"#ffeef0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* github.com: \"#f97583\" */\n .form-group.errored .error::before {\n border-bottom-color: #f88;\n }\n /* github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* github.com: \"initial\" */\n .inline-form .btn-plain {\n background-color: initial;\n }\n /* github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* github.com: \"box-shadow: none\" */\n .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* github.com: \"color: #24292e\", \"#e1e4e8\" */\n .radio-label {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n :checked + .radio-label {\n border-color: /*[[base-color]]*/;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .menu {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"color: #1b1f23\", \"#eaecef\" */\n .menu-item {\n color: #dcdcdc;\n border-bottom-color: #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .menu-item:focus, .menu-item:hover {\n background-color: #222;\n }\n /* github.com: \"#fafbfc\" */\n .menu-item:active {\n background-color: #181818;\n }\n /* github.com: \"#f9826c\" */\n .menu-item.selected::before,\n .menu-item[aria-current]:not([aria-current=false])::before,\n .menu-item[aria-selected=true]::before {\n background-color: #fff;\n }\n /* github.com: \"color: #959da5\" */\n .menu-item .octicon {\n color: #767676;\n }\n /* github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* github.com: \"color: #1b1f23\", \"#eaecef\" */\n .menu-heading {\n color: #dcdcdc;\n }\n /* github.com: \"#e1e4e8\" */\n .menu-heading, .tabnav {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"initial\" */\n .tabnav-tab {\n color: #cdcdcd;\n background-color: initial;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .tabnav-tab.selected, .tabnav-tab[aria-current]:not([aria-current=false]),\n .tabnav-tab[aria-selected=true] {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .tabnav-tab:active {\n color: #949494;\n }\n /* github.com: \"color: #959da5\" */\n .tabnav-tab .octicon {\n color: #767676;\n }\n /* github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\", \"initial\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: initial;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* github.com: \"#f6f8fa\" */\n .filter-item:hover {\n background-color: #222;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected, .filter-item[aria-current]:not([aria-current=false]),\n .filter-item[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* github.com: \"#fafbfc\" */\n .SideNav {\n background-color: #181818;\n }\n /* github.com: \"color: #1b1f23\", \"initial\", \"#eaecef\" */\n .SideNav-item {\n color: #dcdcdc;\n background-color: initial;\n border-top-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .SideNav-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .SideNav-item:focus, .SideNav-item:hover {\n background-color: #222;\n }\n /* github.com: \"#fff\" */\n .SideNav-item:active, .SideNav-item[aria-current]:not([aria-current=false]),\n .SideNav-item[aria-selected=true] {\n background-color: #181818;\n }\n /* github.com: \"#f9826c\" */\n .SideNav-item[aria-current]:not([aria-current=false])::before,\n .SideNav-item[aria-selected=true]::before {\n background-color: #fff;\n }\n /* github.com: \"color: #6a737d\" */\n .SideNav-icon {\n color: #949494;\n }\n /* github.com: \"#0366d6\", \"initial\" */\n .SideNav-subItem {\n color: /*[[base-color]]*/;\n background-color: initial;\n }\n /* github.com: \"color: #24292e\" */\n .SideNav-subItem:focus, .SideNav-subItem:hover,\n .SideNav-subItem[aria-current]:not([aria-current=false]),\n .SideNav-subItem[aria-selected=true] {\n color: #cdcdcd;\n }\n /* github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"#e1e4e8\" */\n .subnav-item {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* github.com: \"color: #fff\", \"#0366d6\", \"#005cc5\" */\n .subnav-item.selected, .subnav-item[aria-current]:not([aria-current=false]),\n .subnav-item[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: #4f8cc9;\n }\n /* github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .subnav-search-icon {\n color: #767676;\n }\n /* github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* github.com: \"#e1e4e8\" */\n .UnderlineNav {\n box-shadow: inset 0 -1px 0 #343434;\n }\n /* github.com: \"color: #1b1f23\", \"initial\", \"rgba(209,213,218,0)\" */\n .UnderlineNav-item {\n color: #dcdcdc;\n background-color: initial;\n border-bottom-color: transparent;\n }\n /* github.com: \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n border-bottom-color: #404040;\n }\n /* github.com: \"#f9826c\" */\n .UnderlineNav-item.selected,\n .UnderlineNav-item[aria-current]:not([aria-current=false]),\n .UnderlineNav-item[role=tab][aria-selected=true] {\n border-bottom-color: #fff;\n }\n /* github.com: \"color: #586069\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon,\n .UnderlineNav-item[aria-current]:not([aria-current=false]) .UnderlineNav-octicon,\n .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* github.com: \"color: #24292e\" */\n .pagination a, .pagination em, .pagination span {\n color: #cdcdcd;\n }\n /* github.com: \"#eaecef\" */\n .pagination a:active, .pagination a:focus, .pagination a:hover,\n .pagination em:active, .pagination em:focus, .pagination em:hover,\n .pagination span:active, .pagination span:focus, .pagination span:hover {\n border-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .pagination .next_page, .pagination .previous_page {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover,\n .pagination [aria-current]:not([aria-current=false]) {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #6a737d\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover, .pagination [aria-disabled=true],\n .pagination [aria-disabled=true]:hover {\n color: #949494;\n }\n /* github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:544px) {\n .border-sm {\n border-color: #343434 !important;\n }\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:768px) {\n .border-md {\n border-color: #343434 !important;\n }\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1012px) {\n .border-lg {\n border-color: #343434 !important;\n }\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1280px) {\n .border-xl {\n border-color: #343434 !important;\n }\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* github.com: \"#0366d6\" */\n .border-blue {\n border-color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* github.com: \"#d73a49\" */\n .border-red {\n border-color: #d82828 !important;\n }\n /* github.com: \"#f97583\" */\n .border-red-light {\n border-color: #f88 !important;\n }\n /* github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* github.com: \"#f9c513\" */\n .border-yellow {\n border-color: #cb4 !important;\n }\n /* github.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* github.com: \"hsla(0,0%,100%,.5)\" */\n .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* github.com: \"rgba(27,31,35,.04)\" */\n .box-shadow {\n box-shadow: 0 1px 0 #000 !important;\n }\n /* github.com: \"rgba(149,157,165,.15)\" */\n .box-shadow-medium {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15) !important;\n }\n /* github.com: \"rgba(149,157,165,.2)\" */\n .box-shadow-large {\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2) !important;\n }\n /* github.com: \"rgba(149,157,165,.3)\" */\n .box-shadow-extra-large {\n box-shadow: 0 12px 48px rgba(0, 0, 0, .3) !important;\n }\n /* github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* github.com: \"#0366d6\" */\n .bg-blue {\n background-color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* github.com: \"#ffeef0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* github.com: \"#dbab09\" */\n .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* github.com: \"#fafbfc\" */\n .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* github.com: \"#f6f8fa\" */\n .bg-gray-1 {\n background-color: #222 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .color-gray-2 {\n color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* github.com: \"#d1d5da\" */\n .color-gray-3 {\n color: #404040 !important;\n }\n /* github.com: \"#d1d5da\" */\n .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* github.com: \"color: #959da5 !important\" */\n .color-gray-4 {\n color: #767676 !important;\n }\n /* github.com: \"color: #6a737d !important\" */\n .color-gray-5 {\n color: #949494 !important;\n }\n /* github.com: \"#6a737d\" */\n .bg-gray-5 {\n background-color: #444 !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .color-gray-6 {\n color: #afafaf !important;\n }\n /* github.com: \"#586069\" */\n .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* github.com: \"color: #444d56 !important\" */\n .color-gray-7 {\n color: #afafaf !important;\n }\n /* github.com: \"color: #2f363d !important\" */\n .color-gray-8 {\n color: #bebebe !important;\n }\n /* github.com: \"#2f363d\" */\n .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* github.com: \"color: #24292e !important\" */\n .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* github.com: \"#24292e\" */\n .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* github.com: \"#dbedff\" */\n .bg-blue-0, .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* github.com: \"#c8e1ff\" */\n .color-blue-2 {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#c8e1ff\" */\n .bg-blue-2 {\n background-color: #246 !important;\n }\n /* github.com: \"#79b8ff\" */\n .color-blue-3 {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#79b8ff\" */\n .bg-blue-3 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#2188ff\" */\n .color-blue-4 {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#2188ff\" */\n .bg-blue-4 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#0366d6\" */\n .color-blue-5 {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#0366d6\" */\n .bg-blue-5 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#005cc5\" */\n .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* github.com: \"#005cc5\" */\n .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* github.com: \"#044289\" */\n .color-blue-7 {\n color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* github.com: \"#044289\" */\n .bg-blue-7 {\n background-color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* github.com: \"color: #032f62 !important\" */\n .color-blue-8 {\n color: #9daccc !important;\n }\n /* github.com: \"#032f62\" */\n .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* github.com: \"color: #05264c !important\" */\n .color-blue-9 {\n color: #bebebe !important;\n }\n /* github.com: \"#05264c\" */\n .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* github.com: \"#f0fff4\" */\n .color-green-0 {\n color: #002800 !important;\n }\n /* github.com: \"#f0fff4\" */\n .bg-green-0 {\n background-color: #002800 !important;\n }\n /* github.com: \"#dcffe4\" */\n .color-green-1 {\n color: #002800 !important;\n }\n /* github.com: \"#dcffe4\" */\n .bg-green-1 {\n background-color: #002800 !important;\n }\n /* github.com: \"#34d058\" */\n .color-green-4 {\n color: #373 !important;\n }\n /* github.com: \"#34d058\" */\n .bg-green-4 {\n background-color: #373 !important;\n }\n /* github.com: \"#28a745\" */\n .color-green-5 {\n color: #484 !important;\n }\n /* github.com: \"#28a745\" */\n .bg-green-5 {\n background-color: #484 !important;\n }\n /* github.com: \"#22863a\" */\n .color-green-6 {\n color: #6cc644 !important;\n }\n /* github.com: \"#22863a\" */\n .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* github.com: \"#165c26\" */\n .color-green-8 {\n color: #6cc644 !important;\n }\n /* github.com: \"#165c26\" */\n .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* github.com: \"#144620\" */\n .color-green-9 {\n color: #6cc644 !important;\n }\n /* github.com: \"#144620\" */\n .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* github.com: \"#fffdef\" */\n .color-yellow-0 {\n color: #261d08 !important;\n }\n /* github.com: \"#fffdef\" */\n .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* github.com: \"#fffbdd\" */\n .color-yellow-1 {\n color: #261d08 !important;\n }\n /* github.com: \"#fffbdd\" */\n .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* github.com: \"#fff5b1\" */\n .color-yellow-2 {\n color: #651 !important;\n }\n /* github.com: \"#fff5b1\" */\n .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* github.com: \"#ffea7f\" */\n .color-yellow-3 {\n color: #542 !important;\n }\n /* github.com: \"#ffea7f\" */\n .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* github.com: \"#ffd33d\" */\n .color-yellow-5 {\n color: #cb4 !important;\n }\n /* github.com: \"#ffd33d\" */\n .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* github.com: \"#f9c513\" */\n .color-yellow-6 {\n color: #cb4 !important;\n }\n /* github.com: \"#f9c513\" */\n .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* github.com: \"#dbab09\" */\n .color-yellow-7 {\n color: #cb4 !important;\n }\n /* github.com: \"#dbab09\" */\n .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* github.com: \"#b08800\" */\n .color-yellow-8 {\n color: #cb4 !important;\n }\n /* github.com: \"#b08800\" */\n .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* github.com: \"#735c0f\" */\n .color-yellow-9 {\n color: #bba257 !important;\n }\n /* github.com: \"#735c0f\" */\n .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* github.com: \"#fb8532\" */\n .color-orange-4 {\n color: #fb8532 !important;\n }\n /* github.com: \"#fb8532\" */\n .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* github.com: \"#e36209\" */\n .color-orange-6 {\n color: #fb8532 !important;\n }\n /* github.com: \"#e36209\" */\n .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* github.com: \"#d15704\" */\n .color-orange-7 {\n color: #f3582c !important;\n }\n /* github.com: \"#d15704\" */\n .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* github.com: \"#a04100\" */\n .color-orange-9 {\n color: #f3582c !important;\n }\n /* github.com: \"#a04100\" */\n .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* github.com: \"#ffeef0\" */\n .color-red-0 {\n color: #300 !important;\n }\n /* github.com: \"#ffeef0\" */\n .bg-red-0 {\n background-color: #300 !important;\n }\n /* github.com: \"#ffdce0\" */\n .color-red-1 {\n color: #300 !important;\n }\n /* github.com: \"#ffdce0\" */\n .bg-red-1 {\n background-color: #300 !important;\n }\n /* github.com: \"#f97583\" */\n .color-red-3 {\n color: #f88 !important;\n }\n /* github.com: \"#f97583\" */\n .bg-red-3 {\n background-color: #f88 !important;\n }\n /* github.com: \"#d73a49\" */\n .color-red-5 {\n color: #d82828 !important;\n }\n /* github.com: \"#d73a49\" */\n .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* github.com: \"#cb2431\" */\n .color-red-6 {\n color: #d82828 !important;\n }\n /* github.com: \"#cb2431\" */\n .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* github.com: \"#86181d\" */\n .color-red-9 {\n color: #d82828 !important;\n }\n /* github.com: \"#86181d\" */\n .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* github.com: \"#f5f0ff\" */\n .color-purple-0 {\n color: #213 !important;\n }\n /* github.com: \"#f5f0ff\" */\n .bg-purple-0 {\n background-color: #213 !important;\n }\n /* github.com: \"#8a63d2\" */\n .color-purple-4 {\n color: #53387a !important;\n }\n /* github.com: \"#8a63d2\" */\n .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* github.com: \"#6f42c1\" */\n .color-purple-5 {\n color: #9378ba !important;\n }\n /* github.com: \"#6f42c1\" */\n .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* github.com: \"#ffeef8\" */\n .color-pink-0 {\n color: #170711 !important;\n }\n /* github.com: \"#ffeef8\" */\n .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* github.com: \"#ec6cb9\" */\n .color-pink-4 {\n color: #c49 !important;\n }\n /* github.com: \"#ec6cb9\" */\n .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* github.com: \"#99306f\" */\n .color-pink-8 {\n color: #e6b !important;\n }\n /* github.com: \"#99306f\" */\n .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* github.com: \"#0366d6\" */\n .text-blue {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* github.com: \"#22863a\" */\n .text-green {\n color: #6cc644 !important;\n }\n /* github.com: \"#b08800\" */\n .text-yellow {\n color: #cb4 !important;\n }\n /* github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* github.com: \"#0366d6\" */\n .link-gray:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* github.com: \"#0366d6\" */\n .muted-link:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* github.com: \"hsla(0,0%,100%,.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"initial\" */\n @keyframes blink {\n 50% {\n background-color: initial;\n }\n }\n /* github.com: \"#fff\" */\n image-crop .crop-box {\n border-color: #181818;\n }\n /* github.com: \"#fff\" */\n image-crop .handle::before {\n background-color: #181818;\n }\n /* github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .ajax-pagination-form .ajax-pagination-btn {\n color: /*[[base-color]]*/;\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#0366d6\", \"#f6f8fa\" */\n .ajax-pagination-form .ajax-pagination-btn:focus,\n .ajax-pagination-form .ajax-pagination-btn:hover {\n color: /*[[base-color]]*/;\n background-color: #222;\n }\n /* github.com: \"#f6f8fa\", \"#d1d5da\" */\n .ajax-pagination-form.loading .ajax-pagination-btn {\n background-color: #222;\n border-color: #404040;\n }\n /* github.com: \"box-shadow: none\" */\n body.intent-mouse [role=button]:focus,\n body.intent-mouse [role=tabpanel][tabindex=\"0\"]:focus,\n body.intent-mouse a:focus, body.intent-mouse button:focus,\n body.intent-mouse summary:focus {\n box-shadow: none;\n }\n /* github.com: \"#fffbdd\" */\n .conflict-gutter-marker {\n background-color: #261d08;\n }\n /* github.com: \"#d73a49\" */\n .conflict-gutter-marker::after, .conflict-gutter-marker::before {\n background-color: #d82828;\n }\n /* github.com: \"#959da5\" */\n .form-group:hover .form-field-hover, .placeholder-box {\n border-color: #484848;\n }\n /* github.com: \"color: #24292e\" */\n .template-previews .discussion-sidebar-heading {\n color: #cdcdcd;\n }\n /* github.com: \"#0366d6\" */\n .template-previews .discussion-sidebar-heading:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#dfe2e5\" */\n .gollum-editor .comment-form-head.tabnav {\n border-color: #343434;\n }\n /* github.com: \"#0366d6\", \"none\" */\n .zeroclipboard-link {\n color: /*[[base-color]]*/;\n background: none;\n }\n /* github.com: \"color: #fff\" */\n .auth-form-header, .auth-form-header h1 a {\n color: #fff;\n }\n /* github.com: \"#fff\" */\n .auth-form-body {\n background-color: #181818;\n }\n /* github.com: \"#eaeaea\" */\n .two-factor-help {\n border-color: #343434;\n }\n /* github.com: \"#eaeaea\" */\n .u2f-auth-header:not(:last-child) {\n border-bottom-color: #343434;\n }\n /* github.com: \"#f9f9f9\" */\n .session-authentication {\n background-color: #181818;\n }\n /* github.com: \"initial\" */\n .session-authentication .header-logged-out {\n background-color: initial;\n }\n /* github.com: \"color: #333\" */\n .session-authentication .header-logo {\n color: #bebebe;\n }\n /* github.com: \"color: #333\", \"initial\" */\n .session-authentication .auth-form-header {\n color: #bebebe;\n background-color: initial;\n }\n /* github.com: \"initial\" */\n .session-authentication.enterprise .header-logged-out,\n .session-authentication.hosted .header-logged-out {\n background-color: initial;\n }\n /* github.com: \"#24292e\" */\n .Header-old {\n background-color: #181818;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n /* github.com: \"#fff\", \"rgba(27,31,35,.15)\" */\n .page-responsive .HeaderMenu--logged-out {\n background-color: #181818;\n box-shadow: 0 10px 50px #000;\n }\n /* github.com: \"initial\", \"box-shadow: none\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out {\n background-color: initial;\n box-shadow: none;\n }\n }\n /* github.com: \"box-shadow: none\" */\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: none;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n }\n /* github.com: \"#eaecef\" */\n .page-responsive .HeaderMenu--logged-out .header-search-wrapper {\n border-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #444d56\", \"transparent\" */\n .page-responsive .HeaderMenu-link {\n color: #afafaf;\n background-color: transparent;\n }\n /* github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu-link:hover {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link, .page-responsive .HeaderMenu-link:hover {\n color: #fff;\n }\n }\n /* github.com: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* github.com: \"hsla(0,0%,100%,.5)\", \"transparent\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n background-color: transparent;\n }\n }\n /* github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .HeaderMenu-link {\n color: #cdcdcd;\n }\n /* github.com: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* github.com: \"color: #fff\", \"transparent\" */\n .HeaderMenu-link {\n color: #fff;\n background-color: transparent;\n }\n /* github.com: \"color: #fff\" */\n .HeaderMenu-link:hover {\n color: #fff;\n }\n /* github.com: \"hsla(0,0%,100%,.5)\" */\n .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"color: #fff\" */\n .header-logo-invertocat, .header-logo-invertocat:hover {\n color: #fff;\n }\n /* github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .notification-indicator .mail-status {\n color: #fff;\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n }\n /* github.com: \"#0366d6\" */\n .notification-indicator:hover .mail-status {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #24292e\" */\n .header-nav-current-user .user-profile-link {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .feature-preview-indicator {\n color: #fff;\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n }\n /* github.com: \"color: #fff\", \"box-shadow: none\" */\n .header-search-current .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none\" */\n .header-search-current .header-search-wrapper.focus {\n box-shadow: none;\n }\n /* github.com: \"color: #fff\" */\n .header-search-current .header-search-wrapper.focus .header-search-scope {\n color: #fff;\n }\n /* github.com: \"none\", \"box-shadow: none\" */\n .header-search-current .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none\" */\n .header-search-current .header-search-input:focus {\n box-shadow: none;\n }\n /* github.com: \"color: #fff\" */\n .header-search-current .header-search-scope:hover {\n color: #fff;\n }\n /* github.com: \"color: #24292e !important\", \"#fafbfc\" */\n .header-search-current .jump-to-field-active {\n color: #cdcdcd !important;\n background-color: #181818;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #1b1f23\" */\n .header-search-current .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* github.com: \"color: #6a737d\" */\n .header-search-current .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* github.com: \"initial\" */\n .header-search-current .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* github.com: \"#e1e4e8\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #fff\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus mark,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* github.com: \"color: #fff\", \"box-shadow: none\" */\n .header-search-prototype .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* github.com: \"#fafbfc\", \"box-shadow: none\" */\n .header-search-prototype .header-search-wrapper:focus-within {\n background-color: #181818;\n box-shadow: none;\n }\n /* github.com: \"color: #fff\" */\n .header-search-prototype .header-search-wrapper:focus-within .header-search-scope {\n color: #fff;\n }\n /* github.com: \"none\", \"box-shadow: none\" */\n .header-search-prototype .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none\" */\n .header-search-prototype .header-search-input:focus {\n box-shadow: none;\n }\n /* github.com: \"color: #fff\" */\n .header-search-prototype .header-search-scope:hover {\n color: #fff;\n }\n /* github.com: \"color: #24292e\" */\n .header-search-prototype .code-search-filter-text-expander {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .header-search-prototype .search-filter-header,\n .header-search-prototype .search-refine-dropdown-header {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .header-search-prototype .site-search-close-button .site-search-close-x {\n color: #fff;\n }\n /* github.com: \"none\" */\n .header-search-prototype .site-search-filter-button {\n background: none;\n }\n /* github.com: \"#fff\" */\n .header-search-prototype .ems-refine-details-dialog {\n background-color: #181818;\n }\n /* github.com: \"color: #1b1f23\" */\n .header-search-prototype .ems-refine-details-dialog .ems-menu-item {\n color: #dcdcdc;\n }\n /* github.com: \"color: #24292e\" */\n .header-search-prototype .ems-refine-details-dialog .ems-result-type-item {\n color: #cdcdcd;\n }\n /* github.com: \"#e1e4e8\" */\n .header-search-prototype .ems-result-types {\n border-right-color: #343434;\n }\n /* github.com: \"color: #24292e !important\" */\n .header-search-prototype .jump-to-field-active {\n color: #cdcdcd !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #1b1f23\" */\n .header-search-prototype .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* github.com: \"color: #6a737d\" */\n .header-search-prototype .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* github.com: \"initial\" */\n .header-search-prototype .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* github.com: \"#e1e4e8\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #fff\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus mark,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* github.com: \"color: #24292e\" */\n .flash {\n color: #cdcdcd;\n }\n /* github.com: \"none\" */\n .flash-close {\n background: none;\n }\n /* github.com: \"#dbedff\", \"rgba(4,66,137,.2)\" */\n .flash {\n background-color: #182030;\n border-color: #246;\n }\n /* github.com: \"rgba(4,66,137,.6)\" */\n .flash .octicon {\n color: #4f8cc9;\n }\n /* github.com: \"#fffbdd\" */\n .flash-warn {\n background-color: #261d08;\n }\n /* github.com: \"#b08800\" */\n .flash-warn .octicon {\n color: #cb4;\n }\n /* github.com: \"#dcffe4\" */\n .flash-success {\n background-color: #002800;\n }\n /* github.com: \"#fffbdd\" */\n .warning {\n background-color: #261d08;\n }\n /* github.com: \"#fff\", \"#e1e4e8\",\"rgba(149,157,165,.15)\" */\n .autocomplete-results {\n background-color: #181818;\n box-shadow: inset 0 0 0 1px #343434, 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* github.com: \"color: #24292e\", \"#fff\" */\n .autocomplete-item {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .autocomplete-item.navigation-focus, .autocomplete-item.selected,\n .autocomplete-item:hover, .autocomplete-item[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"#fff\", \"#e1e4e8\", \"rgba(149,157,165,.15)\" */\n .suggester {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* github.com: \"#eaecef\" */\n .suggester li {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .suggester li small {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .suggester li.navigation-focus, .suggester li:hover,\n .suggester li[aria-selected=true] {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\" */\n .suggester li.navigation-focus small, .suggester li:hover small,\n .suggester li[aria-selected=true] small {\n color: #fff;\n }\n /* github.com: \"#fff\", \"hsla(0,0%,100%,.8)\" */\n .avatar-child {\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* github.com: \"#fff\" */\n .avatar-child, .AvatarStack-body {\n background-color: #181818;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .AvatarStack-body .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .avatar.avatar-more {\n background-color: #222;\n }\n /* github.com: \"#e1e4e8\" */\n .avatar.avatar-more::before {\n background-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .avatar.avatar-more::after, .AvatarStack--right .avatar.avatar-more {\n background-color: #404040;\n }\n /* github.com: \"#f6f8fa\" */\n .AvatarStack--right .avatar.avatar-more::after {\n background-color: #222;\n }\n /* github.com: \"#fff\" */\n .AvatarStack--right .avatar {\n border-left-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .DashedConnection::before {\n border-bottom-color: #343434;\n }\n /* github.com: \"#fff\", \"#eaecef\" */\n .blankslate code {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"color: #a3aab1\" */\n .blankslate-icon {\n color: #767676;\n }\n /* github.com: \"color: rgba(27,31,35,.6)\", \"#eaf5ff\" */\n .branch-name {\n color: rgba(230, 230, 230, .6);\n background-color: #182030;\n }\n /* github.com: \"#0366d6\" */\n a.branch-name {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#fff\", \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n .dropdown-menu {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* github.com: \"color: #24292e\" */\n .dropdown-item {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .dropdown-item:focus, .dropdown-item:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"none\" */\n .dropdown-signout {\n background: none;\n }\n /* github.com: \"#e1e4e8\" */\n .dropdown-divider {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .dropdown-header {\n color: #afafaf;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-w::before {\n border-color: transparent transparent transparent rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .dropdown-menu-w::after {\n border-color: transparent transparent transparent #181818;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-e::before {\n border-color: transparent rgba(220, 220, 220, .15) transparent transparent;\n }\n /* github.com: \"#fff\" */\n .dropdown-menu-e::after {\n border-color: transparent #181818 transparent transparent;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-ne::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .dropdown-menu-ne::after {\n border-top-color: #181818;\n }\n /* github.com: \"color: #fff\", \"#2f363d\", \"#444d56\", \"rgba(149,157,165,.2)\" */\n .dropdown-menu-dark {\n color: #fff;\n background-color: #282828;\n border-color: #484848;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"#444d56\" */\n .dropdown-menu-dark::before {\n border-bottom-color: #484848;\n }\n /* github.com: \"#2f363d\" */\n .dropdown-menu-dark::after {\n border-bottom-color: #282828;\n }\n /* github.com: \"#d1d5da\" */\n .dropdown-menu-dark .dropdown-header {\n color: #404040;\n }\n /* github.com: \"#444d56\" */\n .dropdown-menu-dark .dropdown-divider {\n border-top-color: #484848;\n }\n /* github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-w::before {\n border-color: transparent transparent transparent #484848;\n }\n /* github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-w::after {\n border-color: transparent transparent transparent #282828;\n }\n /* github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-e::before {\n border-color: transparent #484848 transparent transparent;\n }\n /* github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-e::after {\n border-color: transparent #282828 transparent transparent;\n }\n /* github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-ne::before {\n border-color: #484848 transparent transparent;\n }\n /* github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-ne::after {\n border-color: #282828 transparent transparent;\n }\n /* github.com: \"#24292e\" */\n .Header {\n background-color: #181818;\n }\n /* github.com: \"color: #fff\" */\n .Header-link {\n color: #fff;\n }\n /* github.com: \"initial\", \"#e1e4e8\" */\n .label, .Label {\n background-color: initial !important;\n border-color: #343434;\n }\n /* github.com: \"color: #586069\", \"#e1e4e8\" */\n .Label--gray, .Label--outline {\n color: #afafaf;\n border-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .Label--gray-darker {\n color: #cdcdcd;\n }\n /* github.com: \"#735c0f\", \"#f9c513\" */\n .Label--yellow {\n color: #bba257;\n border-color: #cb4;\n }\n /* github.com: \"#cb2431\", \"#cb2431\" */\n .Label--red {\n color: #d82828;\n border-color: #d82828;\n }\n /* github.com: \"#22863a\", \"#28a745\" */\n .Label--green, .Label--outline-green {\n color: #6cc644;\n border-color: #484;\n }\n /* github.com: \"#0366d6\", \"#0366d6\" */\n .Label--blue {\n color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* github.com: \"#6f42c1\", \"#8a63d2\" */\n .Label--purple {\n color: #9378ba;\n border-color: #53387a;\n }\n /* github.com: \"#ec6cb9\" */\n .Label--pink {\n border-color: #c49;\n }\n /* github.com: \"color: #fff\", \"#6a737d\" */\n .state, .State {\n color: #fff;\n background-color: #444;\n }\n /* github.com: \"#28a745\" */\n .State--green {\n background-color: #484;\n }\n /* github.com: \"#d73a49\" */\n .State--red {\n background-color: #d82828;\n }\n /* github.com: \"#6f42c1\" */\n .State--purple {\n background-color: #9378ba;\n }\n /* github.com: \"color: #24292e\", \"rgba(209,213,218,.5)\" */\n .Counter {\n color: #cdcdcd;\n background-color: rgba(90, 90, 90, .5);\n }\n /* github.com: \"color: #6a737d\" */\n .Counter--gray-light {\n color: #949494;\n }\n /* github.com: \"color: #fff\", \"#6a737d\" */\n .Counter--gray {\n color: #fff;\n background-color: #444;\n }\n /* github.com: \"color: #586069\" */\n .diffstat {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .diffstat-block-deleted {\n background-color: #d82828;\n }\n /* github.com: \"#2cbe4e\" */\n .diffstat-block-added {\n background-color: #373;\n }\n /* github.com: \"#d1d5da\" */\n .diffstat-block-neutral {\n background-color: #404040;\n }\n /* github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* github.com: \"#cb2431\" */\n .markdown-body .absent {\n color: #d82828;\n }\n /* github.com: \"#e1e4e8\" */\n .markdown-body hr {\n background-color: #343434;\n }\n /* github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* github.com: \"color: #1b1f23\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* github.com: \"#eaecef\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #6a737d\" */\n .markdown-body h6 {\n color: #949494;\n }\n /* github.com: \"#dfe2e5\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* github.com: \"#fff\", \"#c6cbd1\" */\n .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* github.com: \"#f6f8fa\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* github.com: \"initial\" */\n .markdown-body table img {\n background-color: initial;\n }\n /* github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* github.com: \"initial\" */\n .markdown-body .emoji {\n background-color: initial;\n }\n /* github.com: \"#dfe2e5\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* github.com: \"rgba(27,31,35,.05)\" */\n .markdown-body code, .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* github.com: \"transparent\" */\n .markdown-body pre > code {\n background-color: transparent;\n }\n /* github.com: \"initial\" */\n .markdown-body pre code, .markdown-body pre tt {\n background-color: initial;\n }\n /* github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .markdown-body .csv-data th {\n background-color: #222;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .Popover-message::after {\n border-bottom-color: #181818;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--bottom-left::before,\n .Popover-message--bottom-right::before, .Popover-message--bottom::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .Popover-message--bottom-left::after, .Popover-message--bottom-right::after,\n .Popover-message--bottom::after {\n border-top-color: #181818;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--right-bottom::before, .Popover-message--right-top::before,\n .Popover-message--right::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .Popover-message--right-bottom::after, .Popover-message--right-top::after,\n .Popover-message--right::after {\n border-left-color: #181818;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--left-bottom::before, .Popover-message--left-top::before,\n .Popover-message--left::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .Popover-message--left-bottom::after, .Popover-message--left-top::after,\n .Popover-message--left::after {\n border-right-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .Progress {\n background-color: #343434;\n }\n /* github.com: \"#fff\" */\n .SelectMenu-modal {\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n @media (min-width:544px) {\n .SelectMenu-modal {\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n }\n /* github.com: \"#eaecef\" */\n .SelectMenu-header {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #959da5\", \"initial\" */\n .SelectMenu-closeButton {\n color: #767676;\n background-color: initial;\n }\n /* github.com: \"#eaecef\" */\n .SelectMenu-filter {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#eaecef\" */\n .SelectMenu-item, .SelectMenu-list {\n background-color: #181818;\n }\n .SelectMenu-item {\n color: #cdcdcd;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #6a737d\", \"initial\", \"#eaecef\" */\n .SelectMenu-tab, .SelectMenu-tabs {\n box-shadow: inset 0 -1px 0 #343434;\n }\n .SelectMenu-tab {\n color: #949494;\n background-color: initial;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#eaecef\" */\n .SelectMenu-tab[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n box-shadow: 0 0 0 1px #343434;\n }\n /* github.com: \"#eaecef\", \"box-shadow: none\" */\n @media (min-width:544px) {\n .SelectMenu-tab[aria-selected=true] {\n border-color: #343434;\n box-shadow: none;\n }\n }\n /* github.com: \"#fff\", \"#eaecef\" */\n .SelectMenu-message {\n border-bottom-color: #343434;\n }\n /* github.com: \"#fff\" */\n .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message {\n background-color: #181818;\n }\n /* github.com: \"color: #6a737d\", \"#f6f8fa\", \"#eaecef\" */\n .SelectMenu-divider {\n color: #949494;\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #6a737d\", \"#eaecef\" */\n .SelectMenu-footer, .SelectMenu-list--borderless .SelectMenu-divider {\n border-top-color: #343434;\n }\n .SelectMenu-footer {\n color: #949494;\n }\n /* github.com: \"color: #24292e\" */\n .SelectMenu-item[aria-checked=true] {\n color: #cdcdcd;\n }\n /* github.com: \"color: #6a737d\" */\n .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled=true] {\n color: #949494;\n }\n /* github.com: \"color: #24292e\", \"color: #586069\", \"#f6f8fa\", \"#fafbfc\", \"#dbedff\", \"#f6f8fa\" */\n @media (hover:hover) {\n .SelectMenu-closeButton:hover,\n body:not(.intent-mouse) .SelectMenu-closeButton:focus {\n color: #cdcdcd;\n }\n .SelectMenu-closeButton:active {\n color: #afafaf;\n }\n .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus {\n background-color: #222;\n }\n .SelectMenu-item:active {\n background-color: #181818;\n }\n body:not(.intent-mouse) .SelectMenu-tab:focus {\n background-color: #182030;\n }\n .SelectMenu-tab:hover {\n color: #cdcdcd;\n }\n .SelectMenu-tab:not([aria-selected=true]):active {\n color: #cdcdcd;\n background-color: #222;\n }\n }\n /* github.com: \"#fafbfc\", \"rgba(209,213,218,.5)\" */\n @media (hover:none) {\n .SelectMenu-item:active, .SelectMenu-item:focus {\n background-color: #181818;\n }\n .SelectMenu-item {\n -webkit-tap-highlight-color: rgba(90, 90, 90, .5);\n }\n }\n /* github.com: \"#e1e4e8\" */\n .Subhead {\n border-bottom-color: #343434;\n }\n /* github.com: \"#cb2431\" */\n .Subhead-heading--danger {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .Subhead-description {\n color: #afafaf;\n }\n /* github.com: \"#e1e4e8\" */\n .TimelineItem::before {\n background-color: #343434;\n }\n /* github.com: \"#2188ff\", \"#c8e1ff\" */\n .TimelineItem:target .TimelineItem-badge {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 .2em /*[[base-color]]*/;\n }\n /* github.com: \"color: #444d56\", \"#e1e4e8\", \"#fff\" */\n .TimelineItem-badge {\n color: #afafaf;\n background-color: #343434;\n border-color: #181818;\n }\n /* github.com: \"color: #444d56\" */\n .TimelineItem-body {\n color: #afafaf;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .TimelineItem-break {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github.com: \"color: #959da5\", \"#fff\" */\n .TimelineItem--condensed .TimelineItem-badge {\n color: #767676;\n background-color: #181818;\n }\n /* github.com: \"color: #1b1f23\", \"#fff\", \"#e1e4e8\",\"rgba(149,157,165,.2)\" */\n .Toast {\n color: #dcdcdc;\n background-color: #181818;\n box-shadow: inset 0 0 0 1px #343434, 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .Toast-icon {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"initial\" */\n .Toast-dismissButton {\n background-color: initial;\n }\n /* github.com: \"color: #586069\" */\n .Toast-dismissButton:focus, .Toast-dismissButton:hover {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .Toast-dismissButton:active {\n color: #767676;\n }\n /* github.com: \"#d73a49\" */\n .Toast--error .Toast-icon {\n background-color: #d82828;\n }\n /* github.com: \"color: #24292e\", \"#f9c513\" */\n .Toast--warning .Toast-icon {\n color: #cdcdcd;\n background-color: #cb4;\n }\n /* github.com: \"#28a745\" */\n .Toast--success .Toast-icon {\n background-color: #484;\n }\n /* github.com: \"color: #fff\" */\n .boxed-group .Counter {\n color: #fff;\n }\n /* github.com: \"#f6f8fa\", \"rgba(27,31,35,.15)\" */\n .boxed-group .heading, .boxed-group > h3 {\n background-color: #222;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #586069\" */\n .boxed-group .heading a.boxed-group-breadcrumb,\n .boxed-group > h3 a.boxed-group-breadcrumb {\n color: #afafaf;\n }\n /* github.com: \"#fff\" */\n .boxed-group .tabnav.heading li:first-child .selected {\n border-left-color: #181818;\n }\n /* github.com: \"color: #fff\", \"#d73a49\" */\n .boxed-group.dangerzone > h3 {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"color: #586069\", \"#fff\", \"#d1d5da\" */\n .boxed-group-inner {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n }\n /* github.com: \"#dfe2e5\" */\n .boxed-group-inner .help, .boxed-group-inner .tabnav-tab.selected {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .boxed-group-inner .help {\n color: #afafaf;\n }\n /* github.com: \"#e1e4e8\" */\n .boxed-group-list > li {\n border-bottom-color: #343434;\n }\n /* github.com: \"#dfe2e5\" */\n .boxed-group-list > li:first-child {\n border-top-color: #343434;\n }\n /* github.com: \"#dcffe4\" */\n .boxed-group-list > li.selected {\n background-color: #002800;\n }\n /* github.com: \"#fafbfc\", \"#eaecef\" */\n .boxed-group-table th {\n background-color: #181818;\n }\n /* github.com: \"#eaecef\" */\n .boxed-group-table td, .boxed-group-table th {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: rgba(27,31,35,.85)\", \"#fffbdd\", \"rgba(27,31,35,.15)\" */\n .boxed-group-warning {\n color: rgba(230, 230, 230, .85);\n background-color: #261d08;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#e1e4e8\" */\n .list-group-item {\n border-color: #343434;\n }\n /* github.com: \"#fafbfc\" */\n .list-group-item.closed {\n background-color: #181818;\n }\n /* github.com: \"#fffdef\" */\n .list-group-item.selected {\n background-color: #261d08;\n }\n /* github.com: \"#f1f8ff\" */\n .list-group-item.navigation-focus, .list-group-item[aria-selected=true] {\n background-color: #182030;\n }\n /* github.com: \"color: #586069\" */\n .list-group-item .list-group-item-summary a {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .list-group-item .list-group-item-summary a.quiet {\n color: #949494;\n }\n /* github.com: \"color: #24292e\" */\n .list-group-item-link {\n color: #cdcdcd;\n }\n /* github.com: \"color: #6a737d\" */\n .draft.octicon {\n color: #949494;\n }\n /* github.com: \"#cb2431\" */\n .closed.octicon, .reverted.octicon {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .open.octicon {\n color: #484;\n }\n /* github.com: \"#6f42c1\" */\n .merged.octicon {\n color: #9378ba;\n }\n /* github.com: \"#eaecef\" */\n .progress-bar {\n background-color: #343434;\n }\n /* github.com: \"#2cbe4e\" */\n .progress-bar .progress {\n background-color: #373;\n }\n /* github.com: \"#e1e4e8\", \"#28a745\",\"#005cc5\",\"#cb2431\" */\n .reverse-progress-container {\n background-color: #343434;\n background-image: linear-gradient(90deg, #484, #4f8cc9, #3a1d6e, #d82828, #f66a0a);\n }\n /* github.com: \"#e1e4e8\" */\n .reverse-progress-bar {\n background-color: #343434;\n }\n /* github.com: \"#fff\" */\n .select-menu-button.primary::after {\n border-top-color: #181818;\n }\n /* github.com: \"hsla(0,0%,100%,.8)\" */\n .select-menu-loading-overlay {\n background-color: hsla(0, 0%, 100%, .8);\n }\n /* github.com: \"color: #586069\", \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.15)\" */\n .select-menu-modal {\n color: #afafaf;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 3px 12px #000;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .select-menu-divider, .select-menu-header {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-divider, .select-menu-header .select-menu-title {\n color: #cdcdcd;\n }\n /* github.com: \"#e1e4e8\" */\n .select-menu-divider {\n border-top-color: #343434;\n }\n /* github.com: \"#c6cbd1\" */\n .select-menu-header .close-button, .select-menu-header .octicon {\n color: #5a5a5a;\n }\n /* github.com: \"color: #444d56\" */\n .select-menu-header .close-button:hover, .select-menu-header .octicon:hover {\n color: #afafaf;\n }\n /* github.com: \"#f6f8fa\" */\n .select-menu-filters {\n background-color: #222;\n }\n /* github.com: \"#dfe2e5\" */\n .select-menu-text-filter:first-child:last-child {\n border-bottom-color: #343434;\n }\n /* github.com: \"#dfe2e5\" */\n .select-menu-text-filter input {\n border-color: #343434;\n }\n /* github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input:-ms-input-placeholder {\n color: #767676;\n }\n /* github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input::-ms-input-placeholder {\n color: #767676;\n }\n /* github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input::placeholder {\n color: #767676;\n }\n /* github.com: \"#dfe2e5\" */\n .select-menu-tabs {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #6a737d\", \"transparent\" */\n .select-menu-tabs .select-menu-tab-nav, .select-menu-tabs a {\n color: #949494;\n background-color: transparent;\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-tabs .select-menu-tab-nav:hover, .select-menu-tabs a:hover {\n color: #cdcdcd;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#dfe2e5\",\"#fff\" */\n .select-menu-tabs .select-menu-tab-nav.selected,\n .select-menu-tabs .select-menu-tab-nav[aria-selected=true],\n .select-menu-tabs a.selected, .select-menu-tabs a[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #343434 #343434 #181818;\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-blankslate h3 {\n color: #cdcdcd;\n }\n /* github.com: \"#eaecef\" */\n .select-menu-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #6a737d\" */\n .select-menu-item.disabled, .select-menu-item.disabled .description,\n .select-menu-item.disabled.selected,\n .select-menu-item.disabled.selected .description,\n .select-menu-item[aria-disabled=true],\n .select-menu-item[aria-disabled=true] .description,\n .select-menu-item[disabled], .select-menu-item[disabled] .description {\n color: #949494;\n }\n /* github.com: \"color: #6a737d !important\" */\n .select-menu-item.selected .octicon-circle-slash.select-menu-item-icon {\n color: #949494 !important;\n }\n /* github.com: \"color: #6a737d\" */\n .select-menu-item .octicon-circle-slash {\n color: #949494;\n }\n /* github.com: \"#f6f8fa\" */\n .select-menu-item.excluded {\n background-color: #222;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .select-menu-item.navigation-focus,\n .select-menu-item.navigation-focus .description-inline,\n .select-menu-item.navigation-focus.select-menu-action,\n .select-menu-item.navigation-focus.selected,\n .select-menu-item.navigation-focus[aria-checked=true],\n .select-menu-item:focus, .select-menu-item:focus .description-inline,\n .select-menu-item:focus.select-menu-action, .select-menu-item:focus.selected,\n .select-menu-item:hover, .select-menu-item:hover .description-inline,\n .select-menu-item:hover.select-menu-action, .select-menu-item:hover.selected,\n .select-menu-item[aria-checked=true]:focus,\n .select-menu-item[aria-checked=true]:hover,\n .select-menu-item[aria-selected=true] .description-inline,\n .select-menu-item[aria-selected=true].select-menu-action,\n .select-menu-item[aria-selected=true]:focus,\n .select-menu-item[aria-selected=true]:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\" */\n .select-menu-item.navigation-focus .description,\n .select-menu-item.navigation-focus .description-inline .description,\n .select-menu-item.navigation-focus .description-inline .description-warning,\n .select-menu-item.navigation-focus .description-inline > .octicon,\n .select-menu-item.navigation-focus .description-warning,\n .select-menu-item.navigation-focus.select-menu-action .description,\n .select-menu-item.navigation-focus.select-menu-action .description-warning,\n .select-menu-item.navigation-focus.select-menu-action > .octicon,\n .select-menu-item.navigation-focus.selected .description,\n .select-menu-item.navigation-focus.selected .description-warning,\n .select-menu-item.navigation-focus.selected > .octicon,\n .select-menu-item.navigation-focus > .octicon,\n .select-menu-item.navigation-focus[aria-checked=true] .description,\n .select-menu-item.navigation-focus[aria-checked=true] .description-warning,\n .select-menu-item.navigation-focus[aria-checked=true] > .octicon,\n .select-menu-item:focus .description,\n .select-menu-item:focus .description-inline .description,\n .select-menu-item:focus .description-inline .description-warning,\n .select-menu-item:focus .description-inline > .octicon,\n .select-menu-item:focus .description-warning,\n .select-menu-item:focus.select-menu-action .description,\n .select-menu-item:focus.select-menu-action .description-warning,\n .select-menu-item:focus.select-menu-action > .octicon,\n .select-menu-item:focus.selected .description,\n .select-menu-item:focus.selected .description-warning,\n .select-menu-item:focus.selected > .octicon,\n .select-menu-item:focus > .octicon, .select-menu-item:hover .description,\n .select-menu-item:hover .description-inline .description,\n .select-menu-item:hover .description-inline .description-warning,\n .select-menu-item:hover .description-inline > .octicon,\n .select-menu-item:hover .description-warning,\n .select-menu-item:hover.select-menu-action .description,\n .select-menu-item:hover.select-menu-action .description-warning,\n .select-menu-item:hover.select-menu-action > .octicon,\n .select-menu-item:hover.selected .description,\n .select-menu-item:hover.selected .description-warning,\n .select-menu-item:hover.selected > .octicon,\n .select-menu-item:hover > .octicon,\n .select-menu-item[aria-checked=true]:focus .description,\n .select-menu-item[aria-checked=true]:focus .description-warning,\n .select-menu-item[aria-checked=true]:focus > .octicon,\n .select-menu-item[aria-checked=true]:hover .description,\n .select-menu-item[aria-checked=true]:hover .description-warning,\n .select-menu-item[aria-checked=true]:hover > .octicon,\n .select-menu-item[aria-selected=true] .description-inline .description,\n .select-menu-item[aria-selected=true] .description-inline .description-warning,\n .select-menu-item[aria-selected=true] .description-inline > .octicon,\n .select-menu-item[aria-selected=true].select-menu-action .description,\n .select-menu-item[aria-selected=true].select-menu-action .description-warning,\n .select-menu-item[aria-selected=true].select-menu-action > .octicon,\n .select-menu-item[aria-selected=true]:focus .description,\n .select-menu-item[aria-selected=true]:focus .description-warning,\n .select-menu-item[aria-selected=true]:focus > .octicon,\n .select-menu-item[aria-selected=true]:hover .description,\n .select-menu-item[aria-selected=true]:hover .description-warning,\n .select-menu-item[aria-selected=true]:hover > .octicon {\n color: #fff;\n }\n /* github.com: \"hsla(0,0%,100%,.5)\" */\n .select-menu-item.navigation-focus.disabled,\n .select-menu-item:hover.disabled,\n .select-menu-item[aria-disabled=true]:hover,\n .select-menu-item[aria-selected=true].disabled,\n .select-menu-item[disabled]:hover {\n color: hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"hsla(0,0%,100%,.6)\" */\n .select-menu-item.navigation-focus.disabled .description,\n .select-menu-item:hover.disabled .description,\n .select-menu-item[aria-disabled=true]:hover .description,\n .select-menu-item[aria-selected=true].disabled .description,\n .select-menu-item[disabled]:hover .description {\n color: hsla(0, 0%, 0%, .6);\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-item.selected,\n details-menu .select-menu-item[aria-checked=true],\n details-menu .select-menu-item[aria-selected=true] {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .select-menu-item.selected .description,\n details-menu .select-menu-item[aria-checked=true] .description,\n details-menu .select-menu-item[aria-selected=true] .description {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-item.selected > .octicon,\n details-menu .select-menu-item[aria-checked=true] > .octicon,\n details-menu .select-menu-item[aria-selected=true] > .octicon {\n color: #cdcdcd;\n }\n /* github.com: \"initial\" */\n .select-menu.label-select-menu .select-menu-item:active {\n background-color: initial !important;\n }\n /* github.com: \"color: #444d56\" */\n .select-menu-action {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .select-menu-action:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .select-menu-item-text .description,\n .select-menu-item-text .description-inline, .select-menu-no-results {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .select-menu-item-text .description-warning {\n color: #d82828;\n }\n /* github.com: \"#0366d6\" */\n .select-menu-new-item-form .octicon {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #6a737d\", \"#e1e4e8\" */\n .table-list {\n color: #949494;\n }\n /* github.com: \"#eaecef\" */\n .table-list, .table-list-bordered {\n border-bottom-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .table-list-bordered .table-list-cell:first-child {\n border-left-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .table-list-bordered .table-list-cell:last-child {\n border-right-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .table-list-item.unread .table-list-cell:first-child {\n box-shadow: inset 2px 0 0 /*[[base-color]]*/;\n }\n /* github.com: \"#eaecef\" */\n .table-list-cell {\n border-top-color: #343434;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .table-list-header {\n background-color: #222;\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .table-list-header-meta, .table-list-header-toggle .btn-link {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .table-list-header-toggle .btn-link.selected,\n .table-list-header-toggle .btn-link.selected:hover,\n .table-list-header-toggle .btn-link:hover,\n .table-list-header-toggle .select-menu-button.selected,\n .table-list-header-toggle .select-menu-button.selected:hover,\n .table-list-header-toggle .select-menu-button:hover {\n color: #cdcdcd;\n }\n /* github.com: \"#fff\", \"#444d56\", \"rgba(0,0,0,.4)\" */\n .Box--overlay {\n background-color: #181818;\n border-color: #484848;\n box-shadow: 0 0 18px #000;\n }\n /* github.com: \"color: #586069\" */\n .Box-body .help, .breadcrumb {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .breadcrumb strong.final-path {\n color: #cdcdcd;\n }\n /* github.com: \"#dfe2e5\" */\n .capped-card {\n border-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .capped-card > p, .capped-card h3 {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .capped-card > p {\n color: #afafaf;\n }\n /* github.com: \"#f6f8fa\" */\n .capped-card-content {\n background-color: #222;\n }\n /* github.com: \"initial\" */\n .comment-body .highlight {\n background-color: initial;\n }\n /* github.com: \"#0366d6\" */\n .comment-form-textarea.dragover {\n border: 1px solid /*[[base-color]]*/;\n }\n /* github.com: \"#86181d\", \"#ffeef0\", \"rgba(27,31,35,.15)\" */\n .comment-form-error {\n color: #d82828;\n background-color: #300;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #586069\", \"#dfe2e5\" */\n .email-format .email-quoted-reply, .email-format .email-signature-reply {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* github.com: \"color: #444d56\", \"#dfe2e5\" */\n .email-format .email-hidden-toggle a {\n color: #afafaf;\n background-color: #343434;\n }\n /* github.com: \"#c6cbd1\" */\n .email-format .email-hidden-toggle a:hover {\n background-color: #5a5a5a;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .email-format .email-hidden-toggle a:active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"#c6cbd1\" */\n .locked-conversation .preview-tab, .locked-conversation .write-tab {\n color: #5a5a5a;\n }\n /* github.com: \"#f6f8fa\", \"#eaecef\" */\n .commit-form, .commit-sha {\n border-color: #343434;\n }\n .commit-sha {\n background-color: #222;\n }\n /* github.com: \"color: #444d56\" */\n .commit .commit-title, .commit .commit-title a {\n color: #afafaf;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .commit .commit-title.blank, .commit .commit-title.blank a {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"#0366d6\" */\n .commit-link, .commit .commit-title .issue-link {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#044289\" */\n .commit-ref .user {\n color: rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* github.com: \"#dbedff\" */\n a.commit-ref:hover {\n background-color: #182030;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .commit-desc + .commit-branches {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #24292e\" */\n .commit-author-section {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .commit-group-title, .commit-tease-sha {\n color: #afafaf;\n }\n /* github.com: \"#c6cbd1\", \"#fff\" */\n .commit-group-title .octicon-git-commit {\n color: #5a5a5a;\n background-color: #181818;\n }\n /* github.com: \"color: #24292e\" */\n .commits-list-item .commit-title {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .commits-list-item .commit-author, .commits-list-item .commit-meta {\n color: #afafaf;\n }\n /* github.com: \"#e1e4e8\" */\n .commits-list-item + .commits-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"#eaf5ff\", \"rgba(27,31,35,.15)\" */\n .full-commit {\n background-color: #182030;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"initial\", \"rgba(27,31,35,.15)\" */\n .full-commit .btn-outline, .full-commit .btn-outline:disabled {\n background-color: initial;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#005cc5\", \"#005cc5\" */\n .full-commit .btn-outline:not(:disabled):hover {\n color: #4f8cc9;\n border-color: #4f8cc9;\n }\n /* github.com: \"color: #05264c\" */\n .full-commit p.commit-title {\n color: #bebebe;\n }\n /* github.com: \"color: #444d56\" */\n .full-commit .branches-list li {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .full-commit .branches-list li.loading,\n .full-commit .branches-list li.pull-request {\n color: #949494;\n }\n /* github.com: \"#fff\", \"rgba(27,31,35,.15)\" */\n .full-commit .commit-meta {\n background-color: #181818;\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #444d56\" */\n .full-commit .sha-block, .full-commit .sha-block > .sha {\n color: #afafaf;\n }\n /* github.com: \"color: #444d56\", \"#c6cbd1\" */\n .full-commit .sha-block > a {\n color: #afafaf;\n border-bottom-color: #5a5a5a;\n }\n /* github.com: \"#444d56\" */\n .full-commit .sha-block > a:hover {\n border-bottom-color: #484848;\n }\n /* github.com: \"color: #444d56\" */\n .branches-tag-list li:first-child {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .branches-tag-list li.loading {\n color: #949494;\n }\n /* github.com: \"#d3e2f4\" */\n .branches-tag-list li .ellipsis-expander {\n background-color: #383838;\n }\n /* github.com: \"#d6e2f1\" */\n .branches-tag-list li .ellipsis-expander:hover {\n background-color: #444;\n }\n /* github.com: \"color: #6a737d\" */\n .commit-branches {\n color: #949494;\n }\n /* github.com: \"#cb2431\" */\n .commit-loader .loader-error {\n color: #d82828;\n }\n /* github.com: \"#f6f8fa\" */\n .dropdown-signed-commit .dropdown-menu::after {\n border-bottom-color: #202020;\n }\n /* github.com: \"#f6f8fa\" */\n .dropdown-signed-commit .dropdown-menu-w::after {\n border-left-color: #202020;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .signed-commit-header {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* github.com: \"#28a745\" */\n .signed-commit-header .octicon-verified {\n color: #484;\n }\n /* github.com: \"color: #959da5\" */\n .signed-commit-header .octicon-unverified {\n color: #767676;\n }\n /* github.com: \"color: #586069\", \"none\", \"#e1e4e8\" */\n .signed-commit-badge {\n color: #afafaf;\n background: none;\n border-color: #343434;\n }\n /* github.com: \"#c6cbd1\" */\n .signed-commit-badge:hover {\n border-color: #5a5a5a;\n }\n /* github.com: \"#22863a\" */\n .signed-commit-badge.verified {\n color: #6cc644;\n }\n /* github.com: \"#28a745\" */\n .signed-commit-badge.verified:hover {\n border-color: #484;\n }\n /* github.com: \"color: #24292e\" */\n .signed-commit-signer-name .signer {\n color: #cdcdcd;\n }\n /* github.com: \"#eaecef\" */\n .table-of-contents li + li {\n border-top-color: #343434;\n }\n /* github.com: \"#c6cbd1\" */\n .table-of-contents .toc-diff-stats .octicon {\n color: #5a5a5a;\n }\n /* github.com: \"#cb2431\" */\n .table-of-contents .octicon-diff-removed {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .table-of-contents .octicon-diff-renamed {\n color: #949494;\n }\n /* github.com: \"#dbab09\" */\n .table-of-contents .octicon-diff-modified {\n color: #cb4;\n }\n /* github.com: \"#28a745\" */\n .table-of-contents .octicon-diff-added {\n color: #484;\n }\n /* github.com: \"color: #24292e\" */\n .toc-select .select-menu-item-heading, .toc-select .select-menu-item-text {\n color: #cdcdcd;\n }\n /* github.com: \"#cb2431\" */\n .toc-select .select-menu-item-icon.octicon-diff-removed {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .toc-select .select-menu-item-icon.octicon-diff-renamed {\n color: #949494;\n }\n /* github.com: \"#dbab09\" */\n .toc-select .select-menu-item-icon.octicon-diff-modified {\n color: #cb4;\n }\n /* github.com: \"#28a745\" */\n .toc-select .select-menu-item-icon.octicon-diff-added {\n color: #484;\n }\n /* github.com: \"color: #fff !important\" */\n .toc-select .navigation-focus .diffstat,\n .toc-select .navigation-focus .octicon-diff-added,\n .toc-select .navigation-focus .octicon-diff-modified,\n .toc-select .navigation-focus .octicon-diff-removed,\n .toc-select .navigation-focus .octicon-diff-renamed,\n .toc-select .navigation-focus .select-menu-item-heading,\n .toc-select .navigation-focus .select-menu-item-text,\n .toc-select .navigation-focus .text-gray-light,\n .toc-select .navigation-focus .text-green,\n .toc-select .navigation-focus .text-red,\n .toc-select[aria-selected=true] .diffstat,\n .toc-select[aria-selected=true] .octicon-diff-added,\n .toc-select[aria-selected=true] .octicon-diff-modified,\n .toc-select[aria-selected=true] .octicon-diff-removed,\n .toc-select[aria-selected=true] .octicon-diff-renamed,\n .toc-select[aria-selected=true] .select-menu-item-heading,\n .toc-select[aria-selected=true] .select-menu-item-text,\n .toc-select[aria-selected=true] .text-gray-light,\n .toc-select[aria-selected=true] .text-green,\n .toc-select[aria-selected=true] .text-red,\n .toc-select [role^=menuitem]:focus .diffstat,\n .toc-select [role^=menuitem]:focus .octicon-diff-added,\n .toc-select [role^=menuitem]:focus .octicon-diff-modified,\n .toc-select [role^=menuitem]:focus .octicon-diff-removed,\n .toc-select [role^=menuitem]:focus .octicon-diff-renamed,\n .toc-select [role^=menuitem]:focus .select-menu-item-heading,\n .toc-select [role^=menuitem]:focus .select-menu-item-text,\n .toc-select [role^=menuitem]:focus .text-gray-light,\n .toc-select [role^=menuitem]:focus .text-green,\n .toc-select [role^=menuitem]:focus .text-red,\n .toc-select [role^=menuitem]:hover .diffstat,\n .toc-select [role^=menuitem]:hover .octicon-diff-added,\n .toc-select [role^=menuitem]:hover .octicon-diff-modified,\n .toc-select [role^=menuitem]:hover .octicon-diff-removed,\n .toc-select [role^=menuitem]:hover .octicon-diff-renamed,\n .toc-select [role^=menuitem]:hover .select-menu-item-heading,\n .toc-select [role^=menuitem]:hover .select-menu-item-text,\n .toc-select [role^=menuitem]:hover .text-gray-light,\n .toc-select [role^=menuitem]:hover .text-green,\n .toc-select [role^=menuitem]:hover .text-red {\n color: #fff !important;\n }\n /* github.com: \"color: #6a737d\", \"#e1e4e8\" */\n .conversation-list-heading {\n color: #949494;\n border-bottom-color: #343434;\n }\n /* github.com: \"#fff\" */\n .conversation-list-heading .inner {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .copyable-terminal {\n background-color: #222;\n }\n /* github.com: \"#e1e4e8\" */\n .diff-table .line-comments {\n border-top-color: #343434;\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .diff-table tr:not(:last-child) .line-comments {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .blob-num {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"color: rgba(27,31,35,.6)\" */\n .blob-num:hover {\n color: rgba(230, 230, 230, .6);\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .blob-num.non-expandable:hover {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"color: #24292e\" */\n .blob-code-inner {\n color: #cdcdcd;\n }\n /* github.com: \"#fffbdd\" */\n .blob-code-inner.highlighted, .blob-code-inner .highlighted {\n background-color: #261d08;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .blob-code-hunk, .blob-num-expandable, .blob-num-hunk {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"#f1f8ff\" */\n .blob-code-hunk, .blob-num-expandable, .blob-num-hunk {\n background-color: #182030;\n }\n /* github.com: \"#fafbfc\" */\n .blob-expanded .blob-code, .blob-expanded .blob-num {\n background-color: #181818;\n }\n /* github.com: \"#eaecef\" */\n .blob-expanded + tr:not(.blob-expanded) .blob-code,\n .blob-expanded + tr:not(.blob-expanded) .blob-num,\n .blob-expanded .blob-num-hunk,\n tr:not(.blob-expanded) + .blob-expanded .blob-code,\n tr:not(.blob-expanded) + .blob-expanded .blob-num {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .blob-num-expandable .diff-expander,\n .blob-num-expandable .directional-expander {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .blob-num-expandable .diff-expander:hover,\n .blob-num-expandable .directional-expander:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #24292e\" */\n .blob-code-addition .x {\n color: #cdcdcd;\n }\n /* github.com: \"#ffeef0\" */\n .blob-code-deletion {\n background-color: #300;\n }\n /* github.com: \"color: #24292e\" */\n .blob-code-deletion .x {\n color: #cdcdcd;\n }\n /* github.com: \"#ffeef0\" */\n .blob-num-deletion {\n background-color: #300;\n }\n /* github.com: \"rgba(255,223,93,.2)\" */\n .selected-line::after {\n background-color: rgba(132, 70, 0, .2);\n }\n /* github.com: \"#ffd33d\" */\n .selected-line.selected-line-top::after {\n border-top-color: #cb4;\n }\n /* github.com: \"#ffd33d\" */\n .selected-line.selected-line-bottom::after {\n border-bottom-color: #cb4;\n }\n /* github.com: \"#ffd33d\" */\n .selected-line.selected-line-left::after, .selected-line:first-child::after {\n border-left-color: #cb4;\n }\n /* github.com: \"#ffd33d\" */\n .selected-line.selected-line-right::after, .selected-line:last-child::after {\n border-right-color: #cb4;\n }\n /* github.com: \"#0366d6\" */\n .is-commenting .selected-line.blob-code::before {\n background: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\", \"rgba(27,31,35,.15)\" */\n .add-line-comment {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: linear-gradient(#0372ef, /*[[base-color]]*/);\n box-shadow: 0 1px 4px #000;\n }\n /* github.com: \"#dfe2e5\" */\n .inline-comment-form {\n border-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .empty-cell + .line-comments, .line-comments + .line-comments {\n border-left-color: #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .file-diff-split .blob-code + .blob-num {\n border-left-color: #202020;\n }\n /* github.com: \"#fafbfc\", \"#eaecef\" */\n .file-diff-split .empty-cell {\n background-color: #181818;\n border-right-color: #343434;\n }\n /* github.com: \"#cb2431\" */\n .submodule-diff-stats .octicon-diff-removed {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .submodule-diff-stats .octicon-diff-added {\n color: #484;\n }\n /* github.com: \"linear-gradient(180deg,rgba(242,248,254,0),rgba(242,248,254,.47))\" */\n .code-navigation-banner {\n background: linear-gradient(180deg, #181818, #181818);\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-timeline.team-discussion-timeline::before,\n .discussion-timeline::before {\n background-color: #343434;\n }\n /* github.com: \"#fff\" */\n .discussion-timeline.team-discussion-timeline .blankslate {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .discussion-sidebar-item {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .discussion-sidebar-item .muted-icon {\n color: #767676;\n }\n /* github.com: \"#0366d6\" */\n .discussion-sidebar-item .muted-icon:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-sidebar-item + .discussion-sidebar-item {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .discussion-sidebar-heading {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .discussion-sidebar-toggle .octicon {\n color: #767676;\n }\n /* github.com: \"#0366d6\" */\n .discussion-sidebar-toggle:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"none\" */\n button.discussion-sidebar-toggle {\n background: none;\n }\n /* github.com: \"color: #586069\" */\n .sidebar-assignee .assignee {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .sidebar-assignee .assignee:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#cb2431\" */\n .thread-subscribe-form.is-error .thread-subscribe-button {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .participation a {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .participation a:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#fff\" */\n .gh-header, .gh-header .gh-header-sticky.is-stuck + .gh-header-shadow {\n background-color: #181818;\n }\n /* github.com: \"color: #6a737d\" */\n .gh-header-number {\n color: #949494;\n }\n /* github.com: \"color: #586069\", \"#e1e4e8\" */\n .gh-header-meta {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .tabnav-pr {\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .tabnav-pr .tabnav-tab {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\", \"#e1e4e8\" */\n .tabnav-pr .tabnav-tab.selected {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .timeline-comment-wrapper {\n border-top-color: #181818;\n border-bottom-color: #181818;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .timeline-comment {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* github.com: \"#c0d3eb\" */\n .timeline-comment.current-user {\n border-color: #246;\n }\n /* github.com: \"#f1f8ff\", \"#c0d3eb\" */\n .timeline-comment.current-user .timeline-comment-header {\n background-color: #182030;\n border-bottom-color: #246;\n }\n /* github.com: \"#c0d3eb\" */\n .timeline-comment.current-user .timeline-comment-label {\n border-color: #246;\n }\n /* github.com: \"color: #c0d3eb\", \"#f1f8ff\", \"#c0d3eb\" */\n .timeline-comment.current-user .previewable-comment-form .comment-form-head.tabnav {\n color: #246;\n background-color: #182030;\n border-bottom-color: #246;\n }\n /* github.com: \"#e5d999\" */\n .timeline-comment.is-internal, .timeline-comment.unread-item {\n border-color: #542;\n }\n /* github.com: \"#fffdef\", \"#e5d999\" */\n .timeline-comment.is-internal .timeline-comment-header,\n .timeline-comment.unread-item .timeline-comment-header {\n background-color: #261d08;\n border-bottom-color: #542;\n }\n /* github.com: \"#e5d999\" */\n .timeline-comment.is-internal .timeline-comment-label,\n .timeline-comment.unread-item .timeline-comment-label {\n border-color: #542;\n }\n /* github.com: \"#e5d999\", \"#fffdef\", \"#e5d999\" */\n .timeline-comment.is-internal .previewable-comment-form .comment-form-head.tabnav,\n .timeline-comment.unread-item .previewable-comment-form .comment-form-head.tabnav {\n color: #542;\n background-color: #261d08;\n border-bottom-color: #542;\n }\n /* github.com: \"#e1e4e8\" */\n .timeline-comment .comment + .comment {\n border-top-color: #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .timeline-comment--caret::after {\n border-right-color: #202020;\n }\n /* github.com: \"#d1d5da\" */\n .timeline-comment--caret::before {\n border-right-color: #404040;\n }\n /* github.com: \"#fffdef\" */\n .is-pending .timeline-comment--caret::after {\n border-right-color: #261d08;\n }\n /* github.com: \"#f9c513\" */\n .is-pending .timeline-comment--caret::before {\n border-right-color: #cb4;\n }\n /* github.com: \"#f1f8ff\" */\n .timeline-comment--caret.current-user::after {\n border-right-color: #182030;\n }\n /* github.com: \"#c0d3eb\" */\n .timeline-comment--caret.current-user::before {\n border-right-color: #246;\n }\n /* github.com: \"#fffdef\" */\n .timeline-comment--caret.is-internal::after,\n .timeline-comment--caret.unread-item::after {\n border-right-color: #261d08;\n }\n /* github.com: \"#e5d999\" */\n .timeline-comment--caret.is-internal::before,\n .timeline-comment--caret.unread-item::before {\n border-right-color: #542;\n }\n /* github.com: \"filter: drop-shadow(-.28em 0 0 #c8e1ff)\", \"#2188ff\" */\n :target .timeline-comment--caret::before {\n filter: drop-shadow(-.28em 0 0 rgba(/*[[base-color-rgb]]*/, .3));\n border-right-color: /*[[base-color]]*/;\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n :target .timeline-comment {\n border-color: /*[[base-color]]*/;\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .review-comment:target, :target .timeline-comment {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3);\n }\n .review-comment:target {\n border: 1px solid /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\", \"#f6f8fa\", \"#d1d5da\" */\n .timeline-comment-header {\n color: #afafaf;\n background-color: #222;\n border-bottom-color: #404040;\n }\n /* github.com: \"color: #586069\" */\n .timeline-comment-header .author {\n color: #afafaf;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .timeline-comment-label {\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#cb2431\", \"#d73a49\" */\n .timeline-comment-label-spammy {\n color: #d82828;\n border-color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .timeline-comment-header-text code a {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .timeline-comment-action {\n color: #949494;\n }\n /* github.com: \"#0366d6\" */\n .timeline-comment-action:focus, .timeline-comment-action:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#d1d5da\" */\n .timeline-comment-action.disabled, .timeline-comment-action.disabled:hover {\n color: #404040;\n }\n /* github.com: \"#e1e4e8\" */\n .timeline-new-comment .previewable-comment-form .comment-body {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"#e1e4e8\", \"#fff\" */\n .discussion-item-icon {\n color: #cdcdcd;\n background-color: #343434;\n border-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .discussion-item-header {\n color: #afafaf;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .discussion-item-private {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"#f6f8fa\" */\n .previewable-comment-form .comment-form-head.tabnav {\n background-color: #222;\n }\n /* github.com: \"#fff\" */\n .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting {\n background-color: #181818;\n }\n /* github.com: \"transparent\" */\n @media (min-width:1012px) {\n .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting {\n background-color: transparent;\n }\n }\n /* github.com: \"#f6f8fa\" */\n @media (min-width:768px) {\n .page-responsive .previewable-comment-form .comment-form-head.tabnav {\n background-color: #222;\n }\n }\n /* github.com: \"initial\", \"#e1e4e8\" */\n .previewable-comment-form .comment-body {\n background-color: initial;\n border-bottom-color: #343434;\n }\n /* github.com: \"#fff\" */\n .new-discussion-timeline .composer .timeline-comment::after {\n border-right-color: #181818;\n }\n /* github.com: \"#fff\" */\n .new-discussion-timeline .composer .comment-form-head.tabnav {\n background-color: #181818;\n }\n /* github.com: \"#d1d5da\", \"#fff\", \"#d1d5da\" */\n @media (min-width:768px) {\n .composer.composer-responsive .timeline-comment {\n border-color: #404040;\n }\n .composer.composer-responsive .timeline-comment::after {\n border-right-color: #181818;\n }\n .composer.composer-responsive .timeline-comment::before {\n border-right-color: #404040;\n }\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .discussion-timeline-actions {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github.com: \"#fff\" */\n .pagination-loader-container {\n background-color: #181818;\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n :target .timeline-comment-group .timeline-comment {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* github.com: \"#f9c513\" */\n .is-pending .comment-form-head.tabnav, .is-pending .file,\n .is-pending .file-header, .is-pending .tabnav-tab.selected {\n border-color: #cb4;\n }\n /* github.com: \"#fffdef\" */\n .is-pending .comment-form-head.tabnav, .is-pending .file-header {\n background-color: #261d08;\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-item-review-comment {\n border-bottom-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-item-icon-gray {\n background-color: #343434 !important;\n }\n /* github.com: \"#c6cbd1\" */\n .footer-octicon {\n color: #5a5a5a;\n }\n /* github.com: \"color: #959da5\" */\n .footer-octicon:hover {\n color: #767676;\n }\n /* github.com: \"none\", \"box-shadow: none\" */\n .kb-konami-dialog {\n background: none;\n box-shadow: none;\n }\n /* github.com: \"color: #fff\", \"#fff\" */\n .kb-konami-dialog .Box-btn-octicon {\n color: #fff;\n border-color: #181818;\n }\n /* github.com: \"none\" */\n .konami {\n background: none;\n }\n /* github.com: \"color: #fff\", \"rgba(27,31,35,.04)\" */\n .konami .key {\n color: #fff;\n box-shadow: 0 1px 0 #000;\n }\n /* github.com: \"none\" */\n .konami-overlay {\n background: none;\n }\n /* github.com: \"color: #fff\", \"none\", \"#fff\" */\n .konami .key.complete {\n color: #fff;\n background: none;\n border-color: #181818;\n }\n /* github.com: \"color: #24292e\" */\n .konami .key.active {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\" */\n .konami .key.down.active {\n color: #fff;\n }\n /* github.com: \"color: #24292e\" */\n .konami .enter-link {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\", \"none\" */\n .konami .enter-link:hover {\n color: #fff;\n background: none;\n }\n /* github.com: \"color: #24292e\" */\n .team-mention, .user-mention {\n color: #cdcdcd;\n }\n /* github.com: \"#e1e4e8\" */\n .pagehead {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .pagehead-actions > li {\n color: #cdcdcd;\n }\n /* github.com: \"#cb2431\" */\n .pagehead-actions .octicon-mute {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .pagehead-tabs-item {\n color: #afafaf;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .pagehead-tabs-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"color: #444d56\" */\n .pagehead-tabs-item .Counter {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .pagehead-tabs-item:hover {\n color: #cdcdcd;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n .pagehead-tabs-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #fb8532 #343434 transparent;\n }\n /* github.com: \"color: #586069\" */\n .reponav-item {\n color: #afafaf;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .reponav-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"color: #444d56\" */\n .reponav-item .Counter {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .reponav-item:focus, .reponav-item:hover {\n color: #cdcdcd;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n .reponav-item.selected {\n color: #cdcdcd;\n border-color: #fb8532 #343434 transparent;\n }\n /* github.com: \"#24292e\" */\n .reponav-item.selected, .reponav-wrapper {\n background-color: #181818;\n }\n /* github.com: \"color: #fff\", \"initial\" */\n .reponav-wrapper .reponav-item.selected {\n color: #fff;\n background-color: initial;\n }\n /* github.com: \"#dfe2e5\" */\n .steps {\n border-color: #343434;\n }\n /* github.com: \"#c6cbd1\", \"#fafbfc\", \"#dfe2e5\" */\n .steps li {\n color: #5a5a5a;\n background-color: #181818;\n border-left-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"#fff\" */\n .steps li.current {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"#0366d6\" */\n .steps li.current .octicon {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .steps .complete {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .steps .complete .octicon {\n color: #484;\n }\n /* github.com: \"#0366d6\" */\n .prose-diff .show-rich-diff {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#d1d5da\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable .octicon {\n color: #404040;\n }\n /* github.com: \"color: #24292e\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:hover .octicon {\n color: #cdcdcd;\n }\n /* github.com: \"#d1d5da\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child::before {\n color: #404040;\n }\n /* github.com: \"color: #24292e\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child:hover::before {\n color: #cdcdcd;\n }\n /* github.com: \"#2cbe4e\" */\n .prose-diff .markdown-body > ins {\n box-shadow: inset 4px 0 0 #373;\n }\n /* github.com: \"#cb2431\" */\n .prose-diff .markdown-body > del {\n box-shadow: inset 4px 0 0 #d82828;\n }\n /* github.com: \"#2cbe4e\" */\n .prose-diff .rich-diff-level-zero.added {\n box-shadow: inset 4px 0 0 #373;\n }\n /* github.com: \"#cb2431\" */\n .prose-diff .rich-diff-level-zero.removed {\n box-shadow: inset 4px 0 0 #d82828;\n }\n /* github.com: \"#f9c513\" */\n .prose-diff .rich-diff-level-zero.changed {\n box-shadow: inset 4px 0 0 #cb4;\n }\n /* github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff .changed .removed, .prose-diff .changed .removed > div,\n .prose-diff .changed .removed code, .prose-diff .changed del,\n .prose-diff .changed del > div, .prose-diff .changed del code {\n color: #d82828;\n background-color: #300;\n }\n /* github.com: \"#2cbe4e\" */\n .prose-diff .changed .added, .prose-diff .changed ins,\n .prose-diff .changed ins code {\n border-bottom-color: #373;\n }\n /* github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff > .markdown-body li ul.removed {\n color: #d82828;\n background-color: #300;\n }\n /* github.com: \"#d1d5da\" */\n .prose-diff > .markdown-body li.added.moved-down .octicon,\n .prose-diff > .markdown-body li.added.moved-up .octicon {\n color: #404040;\n }\n /* github.com: \"#fffdef\" */\n .prose-diff > .markdown-body li.added.moved {\n background-color: #261d08;\n }\n /* github.com: \"#fffdef\", \"#dfe2e5\" */\n .prose-diff > .markdown-body td.changed,\n .prose-diff > .markdown-body th.changed {\n background-color: #261d08;\n border-left-color: #343434;\n }\n /* github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff > .markdown-body li:not(.moved).removed {\n color: #d82828;\n background-color: #300;\n }\n /* github.com: \"#f6f8fa\" */\n .protip code {\n background-color: #222;\n }\n /* github.com: \"#dbedff\" */\n .add-reactions-options-item:active {\n background-color: #182030;\n }\n /* github.com: \"#e1e4e8\" */\n .comment-reactions.has-reactions {\n border-top-color: #343434;\n }\n /* github.com: \"#f1f8ff\" */\n .comment-reactions .user-has-reacted {\n background-color: #182030;\n }\n /* github.com: \"#e1e4e8\" */\n .reaction-summary-item {\n border-right-color: #343434;\n }\n /* github.com: \"#dfe2e5\" */\n .render-container {\n background-color: #343434;\n }\n /* github.com: \"none\" */\n .render-container.is-render-ready.is-render-requested:not(.is-render-failed) {\n background: none;\n }\n /* github.com: \"color: #444d56\", \"#f6f8fa\", \"rgba(27,31,35,.15)\" */\n .render-notice {\n color: #afafaf;\n background-color: #222;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#dfe2e5\" */\n .content-attachment {\n border-left-color: #343434;\n }\n /* github.com: \"hsla(0,0%,100%,0)\",\"#fff\" */\n .max--md .content-attachment-content--gradient {\n background: linear-gradient(180deg, transparent, #181818 calc(100% - 28px));\n }\n /* github.com: \"none\" */\n .content-attachment-details[open] .max--md .content-attachment-content--gradient {\n background: none;\n }\n /* github.com: \"color: #586069\" */\n .marketing .pagehead p {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .marketing h2 .secure {\n color: #484;\n }\n /* github.com: \"#e5e5e5\" */\n .marketing-section {\n border-bottom-color: #343434;\n }\n /* github.com: \"#e5e5e5\" */\n .marketing-hero-octicon {\n border-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .marketing-hero-octicon .octicon {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .hanging-icon-list .octicon {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .hanging-icon-list .octicon-check {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .hanging-icon-list .octicon-x {\n color: #d82828;\n }\n /* github.com: \"color: #fff\", \"#3b41af\", \"#6570e2\",\"#3b41af\" */\n .btn-blurple {\n color: #fff;\n background-color: #6570e2;\n background-image: linear-gradient(-180deg, #4550c2, #6570e2 90%);\n }\n /* github.com: \"rgba(27,31,35,.5)\" */\n .btn-blurple.hover, .btn-blurple:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* github.com: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-blurple.selected, .btn-blurple:active, .btn-blurple[aria-selected=true],\n [open] > .btn-blurple {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* github.com: \"none\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n .btn-blurple.disabled, .btn-blurple:disabled,\n .btn-blurple[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* github.com: \"#fff\" */\n .btn-blurple .Counter {\n background-color: #181818;\n }\n /* github.com: \"color: #fff\" */\n .intgrs-dir-intro .directory-header-back,\n .intgrs-dir-intro .directory-tag-line {\n color: #fff;\n }\n /* github.com: \"#0366d6\" */\n .intgrs-lstng-item-link:hover .intgrs-lstng-item-header {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #333\" */\n .intgrs-lstng-item-header {\n color: #bebebe;\n }\n /* github.com: \"color: #586069\" */\n .intgrs-lstng-item-description {\n color: #afafaf;\n }\n /* github.com: \"hsla(0,0%,100%,0)\",\"#fff\" */\n .intgrs-lstng-item-description::after {\n background-image: linear-gradient(90deg, transparent, #181818 80%);\n }\n /* github.com: \"color: #fff\" */\n .intgr-admin-link.draft-tag .octicon,\n .intgr-admin-link.draft-tag:hover .octicon {\n color: #fff;\n }\n /* github.com: \"#0366d6\" */\n .intgr-admin-link:hover .octicon {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .intgr-admin-link .octicon {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .integrations-breadcrumb-link:hover,\n .intgr-feat-header .intgr-admin-link:hover .octicon, .intgr-feat-header h2 {\n color: #fff;\n }\n /* github.com: \"initial\" */\n .integrations-install-target .flash,\n .integrations-install-target .flash-error {\n background-color: initial;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .integrations-install-target .octicon-lock {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"#fafbfc\" */\n .listgroup-item.disabled {\n background-color: #181818;\n }\n /* github.com: \"color: #333\" */\n .listgroup-item.disabled .listgroup-item-title {\n color: #bebebe;\n }\n /* github.com: \"color: #767676\" */\n .link-small {\n color: #767676;\n }\n /* github.com: \"#0366d6\" */\n .listgroup-item:hover .link-small {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#d73a49\" */\n .manifest-errors {\n border-left-color: #d82828;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .not-found-octocat-wrapper::after {\n background-color: #181818;\n box-shadow: 0 4px 0 #181818, 0 8px 0 #181818, 0 12px 0 #181818, 0 16px 0 #181818, 0 20px 0 #181818;\n }\n /* github.com: \"color: #333\" */\n .billing-plans .name {\n color: #bebebe;\n }\n /* github.com: \"color: #fff\", \"#28a745\" */\n .billing-plans .coupon td {\n color: #fff;\n background-color: #484;\n }\n /* github.com: \"#28a745\" */\n .coupon-label::after {\n border-bottom-color: #484;\n }\n /* github.com: \"#eee\" */\n .plan-notice {\n border-top-color: #343434;\n }\n /* github.com: \"color: #fff\" */\n .alert-label {\n color: #fff;\n }\n /* github.com: \"#cb2431\" */\n .alert-label--high {\n background-color: #d82828;\n }\n /* github.com: \"#cb2431\" */\n .graph-canvas .alert-label--high {\n fill: #d82828;\n }\n /* github.com: \"#e36209\" */\n .alert-label--moderate {\n background-color: #fb8532;\n }\n /* github.com: \"#e36209\" */\n .graph-canvas .alert-label--moderate {\n fill: #fb8532;\n }\n /* github.com: \"#dbab09\" */\n .alert-label--low {\n background-color: #cb4;\n }\n /* github.com: \"#dbab09\" */\n .graph-canvas .alert-label--low {\n fill: #cb4;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .advisory-form {\n background-color: #222;\n border-top-color: #343434;\n }\n /* github.com: \"#fff\" */\n .advisory-form .form-actions, .advisory-form .form-control,\n .advisory-form .previewable-comment-form {\n background-color: #181818;\n }\n /* github.com: \"#f5f5f5\" */\n .credit-card {\n background-color: #222;\n }\n /* github.com: \"color: #767676\", \"#fff\" */\n .credit-card.normal .signature {\n color: #767676;\n background-color: #181818;\n }\n /* github.com: \"#d73a49\" */\n .credit-card .cvv {\n border-color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .credit-card .cvv span {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .billing-addon-items td.black {\n color: #cdcdcd;\n }\n /* github.com: \"#eee\" */\n .billing-addon-items tr {\n border-bottom-color: #343434;\n }\n /* github.com: \"#fafbfc\" */\n .billing-addon-items tr:nth-child(2n) {\n background-color: #181818;\n }\n /* github.com: \"#cb2431\", \"#fff\" */\n .billing-addon-items tr.total-row {\n color: #d82828;\n background-color: #181818;\n }\n /* github.com: \"color: #666\" */\n .billing-addon-items .addon-cost,\n .billing-addon-items .discounted-original-price {\n color: #949494;\n }\n /* github.com: \"#fff\" */\n .billing-credit-card .javascript-disabled-overlay {\n background-color: #181818;\n }\n /* github.com: \"#eee\" */\n .billing-extra-box, .billing-vat-box {\n border-left-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .billing-section .section-label {\n color: #afafaf;\n }\n /* github.com: \"color: #333\" */\n .billing-section .section-content {\n color: #bebebe;\n }\n /* github.com: \"#eee\" */\n .usage-bar {\n background-color: #242424;\n }\n /* github.com: \"#d73a49\" */\n .usage-bar.exceeded .progress {\n background-color: #d82828 !important;\n }\n /* github.com: \"#34d058\" */\n .usage-bar .progress {\n background-color: #373;\n }\n /* github.com: \"#8a63d2\" */\n .usage-bar .progress--purple {\n background-color: #53387a;\n }\n /* github.com: \"color: #586069\" */\n .lfs-data-icon {\n color: #afafaf;\n }\n /* github.com: \"color: #333\" */\n .lfs-data-icon.dark {\n color: #bebebe;\n }\n /* github.com: \"#f9f9f9\" */\n .paypal-container {\n background-color: #181818;\n }\n /* github.com: \"#ddd\" */\n .braintree-paypal-loggedin {\n border-color: #343434 !important;\n }\n /* github.com: \"color: #586069\" */\n .payment-history .currency, .payment-history .status {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .payment-history .succeeded .status {\n color: #484;\n }\n /* github.com: \"#f6f8fa\" */\n .payment-history .failed, .payment-history .refunded {\n background-color: #222;\n }\n /* github.com: \"color: #6a737d\" */\n .payment-history .refunded .status {\n color: #949494;\n }\n /* github.com: \"#cb2431\" */\n .payment-history .failed .status {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .discounted-original-price {\n color: #afafaf;\n }\n /* github.com: \"#f9f9f9\", \"#eee\" */\n .billing-manager-banner {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .billing-manager-banner-text, .billing-manager-banner-title {\n color: #afafaf;\n }\n /* github.com: \"#fafbfc\", \"#e0e0e0\" */\n .plan-choice {\n border-color: #343434;\n }\n /* github.com: \"#fff\" */\n .plan-choice, .plan-choice.open, .plan-choice.selected {\n background-color: #181818;\n }\n /* github.com: \"#d1d5da\", \"rgba(149,157,165,.2)\" */\n .plan-choice--experiment.open, .plan-choice--experiment.selected {\n border-color: #404040;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"#28a745\", \"rgba(27,31,35,.04)\" */\n .plan-choice--experiment.open .plan-choice-icon,\n .plan-choice--experiment.selected .plan-choice-icon {\n background-color: #484;\n box-shadow: 0 1px 0 #000;\n }\n /* github.com: \"#34d058\" */\n .plan-choice--experiment.plan-choice--green.open,\n .plan-choice--experiment.plan-choice--green.selected {\n border-color: #373;\n }\n /* github.com: \"#28a745\" */\n .plan-choice--experiment.plan-choice--green.open .plan-choice-icon,\n .plan-choice--experiment.plan-choice--green.selected .plan-choice-icon {\n background-color: #484;\n }\n /* github.com: \"#8a63d2\" */\n .plan-choice--experiment.plan-choice--purple.open,\n .plan-choice--experiment.plan-choice--purple.selected {\n border-color: #53387a;\n }\n /* github.com: \"#6f42c1\" */\n .plan-choice--experiment.plan-choice--purple.open .plan-choice-icon,\n .plan-choice--experiment.plan-choice--purple.selected .plan-choice-icon {\n background-color: #9378ba;\n }\n /* github.com: \"color: #6a737d\" */\n .plan-choice-exp {\n color: #949494;\n }\n /* github.com: \"#e0e0e0\" */\n .billing-line-item {\n border-top-color: #343434;\n }\n /* github.com: \"color: #6a737d\" */\n .billing-box-accordion:hover .billing-box-accordion-state .octicon {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .billing-box-accordion-state .octicon {\n color: #afafaf;\n }\n /* github.com: \"#fff\" */\n .billing-box-progressBars span:nth-child(2) {\n border-left-color: #181818;\n }\n /* github.com: \"color: #6a737d\" */\n .blame-commit-date[data-heat=\"10\"] {\n color: #949494;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .blame-commit-message .message.blank {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"#d1d5da\" */\n .reblame-link {\n color: #404040;\n }\n /* github.com: \"color: #6a737d\" */\n .blame-hunk:hover .reblame-link {\n color: #949494;\n }\n /* github.com: \"#e5e5e5\" */\n .blob-interaction-bar {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .blob-interaction-bar .octicon-search {\n color: #afafaf;\n }\n /* github.com: \"#f6f8fa\" */\n .TagsearchPopover-list .TagsearchPopover-list-item:hover {\n background-color: #222;\n }\n /* github.com: \"#fff\" */\n .CopyBlock:active, .CopyBlock:focus, .CopyBlock:hover,\n .file-commit-form--full, .linejump .linejump-input {\n background-color: #181818;\n }\n /* github.com: \"#fff\" */\n .commit-form::after {\n border-right-color: #181818;\n }\n /* github.com: \"#ddd\" */\n .commit-form::before {\n border-right-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .merge-pr {\n border-top-color: #404040;\n }\n /* github.com: \"#e1e4e8\" */\n .merge-status-list {\n border-color: #343434;\n }\n /* github.com: \"#fafbfc\", \"#e1e4e8\" */\n .merge-status-item {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .status-meta {\n color: #afafaf;\n }\n /* github.com: \"rgba(27,31,35,.05)\" */\n .status-meta-file-name {\n background-color: rgba(220, 220, 220, .1);\n }\n /* github.com: \"color: #fff\" */\n .branch-action-icon {\n color: #fff;\n }\n /* github.com: \"#fff\", \"#d1d5da\" */\n .branch-action-body {\n background-color: #181818;\n border-color: #404040;\n }\n /* github.com: \"#fafbfc\", \"#e1e4e8\" */\n .branch-action-body .merge-branch-form, .branch-action-body .merge-message {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .branch-action-item + .branch-action-item,\n .branch-action-item + .mergeability-details {\n border-top-color: #343434;\n }\n /* github.com: \"#2cbe4e\" */\n .branch-action-state-clean .branch-action-icon {\n background-color: #373;\n }\n /* github.com: \"#34d058\" */\n .branch-action-state-clean .branch-action-body {\n border-color: #373;\n }\n /* github.com: \"#34d058\" */\n .branch-action-state-clean .branch-action-body::before {\n border-right-color: #373;\n }\n /* github.com: \"#dbab09\" */\n .branch-action-state-unknown .branch-action-icon,\n .branch-action-state-unstable .branch-action-icon {\n background-color: #cb4;\n }\n /* github.com: \"#6f42c1\" */\n .branch-action-state-merged .branch-action-icon {\n background-color: #9378ba;\n }\n /* github.com: \"#6a737d\" */\n .branch-action-state-closed-dirty .branch-action-icon,\n .branch-action-state-dirty .branch-action-icon,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-icon {\n background-color: #444;\n }\n /* github.com: \"#d1d5da\" */\n .branch-action-state-closed-dirty .branch-action-body,\n .branch-action-state-dirty .branch-action-body,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body {\n border-color: #404040;\n }\n /* github.com: \"#d1d5da\" */\n .branch-action-state-closed-dirty .branch-action-body::before,\n .branch-action-state-dirty .branch-action-body::before,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body::before {\n border-right-color: #404040;\n }\n /* github.com: \"#d73a49\" */\n .branch-action-state-error .branch-action-icon,\n .is-merging .branch-action-state-error-if-merging .branch-action-icon {\n background-color: #d82828;\n }\n /* github.com: \"#f97583\" */\n .branch-action-state-error .branch-action-body,\n .is-merging .branch-action-state-error-if-merging .branch-action-body {\n border-color: #f88;\n }\n /* github.com: \"#f97583\" */\n .branch-action-state-error .branch-action-body::before,\n .is-merging .branch-action-state-error-if-merging .branch-action-body::before {\n border-right-color: #f88;\n }\n /* github.com: \"#e1e4e8\" */\n .merge-branch-form .commit-form::before {\n border-right-color: #343434;\n }\n /* github.com: \"#f97583\" */\n .merge-branch-form.danger .commit-form,\n .merge-branch-form.error .commit-form {\n border-color: #f88;\n }\n /* github.com: \"#f97583\" */\n .merge-branch-form.danger .commit-form::before,\n .merge-branch-form.error .commit-form::before {\n border-right-color: #f88;\n }\n /* github.com: \"color: #fff\", \"#2cbe4e\" */\n .completeness-indicator-success {\n color: #fff;\n background-color: #373;\n }\n /* github.com: \"color: #fff\", \"#cb2431\" */\n .completeness-indicator-error {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"color: #fff\", \"#6a737d\" */\n .completeness-indicator-problem {\n color: #fff;\n background-color: #444;\n }\n /* github.com: \"#fffbdd\", \"rgba(27,31,35,.15)\" */\n .RecentBranches {\n background-color: #261d08;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#735c0f\" */\n .RecentBranches-item {\n color: #bba257;\n }\n /* github.com: \"rgba(27,31,35,.05)\" */\n .RecentBranches-item + .RecentBranches-item {\n border-top-color: rgba(220, 220, 220, .05);\n }\n /* github.com: \"#735c0f\" */\n .RecentBranches-item-link {\n color: #bba257;\n }\n /* github.com: \"#fafbfc\", \"#e1e4e8\" */\n .range-editor {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .range-editor-icon {\n color: #afafaf;\n }\n /* github.com: \"#fff\", \"#dfe2e5\" */\n ul.comparison-list {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n ul.comparison-list > li {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n ul.comparison-list > li em {\n color: #afafaf;\n }\n /* github.com: \"color: #a3aab1\" */\n ul.comparison-list > li .octicon {\n color: #767676;\n }\n /* github.com: \"color: #6a737d\", \"#fafbfc\" */\n ul.comparison-list > li.title {\n color: #949494;\n background-color: #181818;\n }\n /* github.com: \"#959da5\" */\n .branch-a-b-count .count-half:last-child {\n border-left-color: #484848;\n }\n /* github.com: \"#c6cbd1\" */\n .branch-a-b-count .meter {\n background-color: #5a5a5a;\n }\n /* github.com: \"initial\" */\n .branch-a-b-count .meter.zero {\n background-color: initial;\n }\n /* github.com: \"#eaecef\" */\n .branch-a-b-count .bar-ahead.even, .branch-a-b-count .bar-behind.even {\n background-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .admin-options-block .policy-enforcement {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .admin-options-block .disabled, .admin-options-block .disabled .note,\n .deprovisioning-checkbox.checkbox-disabled {\n color: #949494;\n }\n /* github.com: \"#0366d6\" */\n .checks-list-item.selected .checks-list-item-name {\n background-color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"color: #fff !important\" */\n .checks-list-item.selected .selected-color-white {\n color: #fff !important;\n }\n /* github.com: \"#d73a49\" */\n .check-annotation-failure::after {\n background-color: #d82828;\n }\n /* github.com: \"#d73a49\" */\n .check-annotation-failure .annotation-title {\n color: #d82828;\n }\n /* github.com: \"#ffd33d\" */\n .check-annotation-warning::after {\n background-color: #cb4;\n }\n /* github.com: \"#b08800\" */\n .check-annotation-warning .annotation-title,\n .check-annotation-warning .octicon-alert {\n color: #cb4;\n }\n /* github.com: \"color: #959da5\" */\n .neutral-check {\n color: #767676;\n }\n /* github.com: \"#24292e\" */\n .CheckRun {\n background-color: #181818;\n }\n /* github.com: \"color: #959da5\" */\n .CheckStep-header {\n color: #767676;\n }\n /* github.com: \"color: #fff\", \"#24292e\", \"none\" */\n .CheckRun-search .btn {\n color: #fff;\n background-color: #181818;\n background-image: none;\n }\n /* github.com: \"#2f363d\" */\n .CheckRun-search .btn:hover {\n background-color: #282828;\n }\n /* github.com: \"color: #586069\", \"none\" */\n .CheckRun-search .btn[disabled] {\n color: #afafaf;\n background-image: none;\n }\n /* github.com: \"#24292e\" */\n .CheckRun-search .btn[disabled]:hover {\n background-color: #181818;\n }\n /* github.com: \"#eaecef\", \"#444d56\" */\n .CheckRun-header {\n border-top-color: #343434;\n border-bottom-color: #484848;\n }\n /* github.com: \"color: #959da5\" */\n .CheckRun-header-timestamp {\n color: #767676;\n }\n /* github.com: \"color: #24292e\", \"#fafbfc\" */\n .CheckRun-search-input:focus {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"color: #959da5\" */\n .CheckStep-line .CheckStep-line-number,\n .CheckStep-line .CheckStep-line-timestamp {\n color: #767676;\n }\n /* github.com: \"#2f363d\" */\n .CheckStep-line:hover {\n background-color: #282828;\n }\n /* github.com: \"#586069\" */\n .CheckStep-line.selected {\n background-color: #343434;\n }\n /* github.com: \"color: #24292e !important\" */\n .CheckStep-line .dt-fm {\n color: #cdcdcd !important;\n }\n /* github.com: \"color: #fff !important\", \"#2188ff\", \"#79b8ff\" */\n .CheckStep-line .dt-fm.select {\n color: #fff !important;\n background: /*[[base-color]]*/;\n outline: 1px solid /*[[base-color]]*/;\n }\n /* github.com: \"#79b8ff\" */\n .CheckStep .log-line-command {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#f97583\" */\n .CheckStep .log-line-error {\n color: #f88;\n }\n /* github.com: \"color: #959da5\" */\n .CheckStep .log-line-info, .CheckStep .log-line-verbose {\n color: #767676;\n }\n /* github.com: \"color: #24292e\" */\n .CheckStep .ansifg-b {\n color: #cdcdcd;\n }\n /* github.com: \"#f97583\" */\n .CheckStep .ansifg-r {\n color: #f88;\n }\n /* github.com: \"#ffea7f\" */\n .CheckStep .ansifg-y {\n color: #542;\n }\n /* github.com: \"#79b8ff\" */\n .CheckStep .ansifg-bl {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#e1e4e8\" */\n .CheckStep .ansifg-w {\n color: #343434;\n }\n /* github.com: \"color: #959da5\" */\n .CheckStep .ansifg-gr {\n color: #767676;\n }\n /* github.com: \"#24292e\" */\n .CheckStep .ansibg-b {\n background-color: #181818;\n }\n /* github.com: \"#f97583\" */\n .CheckStep .ansibg-r {\n background-color: #f88;\n }\n /* github.com: \"#ffea7f\" */\n .CheckStep .ansibg-y {\n background-color: #542;\n }\n /* github.com: \"#24292e\" */\n .CheckStep .ansibg-bl {\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .CheckStep .ansibg-w {\n background-color: #343434;\n }\n /* github.com: \"#2cbe4e\" */\n .code-frequency .addition {\n fill: #373;\n }\n /* github.com: \"#cb2431\" */\n .code-frequency .deletion {\n fill: #d82828;\n }\n /* github.com: \"#22863a\" */\n .cadd {\n color: #6cc644;\n }\n /* github.com: \"#cb2431\" */\n .cdel {\n color: #d82828;\n }\n /* github.com: \"#e1e4e8\" */\n .code-list .file-box {\n border-color: #343434;\n }\n /* github.com: \"#eee\" */\n .code-list .code-list-item + .code-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .code-list .blob-num a:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .code-list .full-path .octicon-repo {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .code-list .full-path a {\n color: #949494;\n }\n /* github.com: \"#fffdef\" */\n .code-list-item-private .blob-num {\n background-color: #261d08;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .code-list-item-private .blob-num a {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"color: rgba(27,31,35,.7)\", \"#fffdef\" */\n .code-list-item-private .divider .blob-code,\n .code-list-item-private .divider .blob-num {\n color: rgba(230, 230, 230, .7);\n background-color: #261d08;\n }\n /* github.com: \"#ffd33d\" */\n .code-scanning-alert-warning-message {\n border-color: #cb4 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .codesearch-results .repo-list-item + .repo-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"none\", \"box-shadow: none\" */\n .search-form-fluid .search-page-input {\n background: none;\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none\" */\n .search-form-fluid .search-page-input:focus {\n box-shadow: none;\n }\n /* github.com: \"color: #586069\", \"#fff\", \"#e1e4e8\" */\n @media (max-width:544px) {\n .codesearch-pagination-container .current {\n color: #afafaf;\n background-color: #181818;\n border-color: #343434;\n }\n }\n /* github.com: \"#f9c513\" */\n rect.max {\n fill: #cb4;\n }\n /* github.com: \"#28a745\" */\n g.bar {\n fill: #484;\n }\n /* github.com: \"#fb8532\" */\n g.mini {\n fill: #fb8532;\n }\n /* github.com: \"color: #24292e\", \"#ffd33d\" */\n .CommunityTemplate-highlight {\n color: #cdcdcd;\n background-color: #cb4;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .CommunityTemplate-highlight--focus {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"#ffd33d\",\"#28a745\", \"initial\" */\n .community-checklist .progress-bar {\n background: linear-gradient(90deg, #cb4, #c5e300, #484);\n background-color: initial;\n }\n /* github.com: \"#f6f8fa\" */\n .community-checklist .progress {\n background-color: #222;\n }\n /* github.com: \"#dbab09\" */\n .community-checklist .checklist-dot {\n color: #cb4;\n }\n /* github.com: \"#cb2431\" */\n span.no-nl-marker {\n color: #d82828;\n }\n /* github.com: \"#fff\" */\n .select-menu-item {\n background-color: #181818;\n }\n /* github.com: \"rgba(27,31,35,.04)\" */\n .contrib-legend .legend li {\n box-shadow: inset 0 0 0 1px #000;\n }\n /* github.com: \"color: #586069\" */\n li.contribution .num {\n color: #afafaf;\n }\n /* github.com: \"fill: #959da5\" */\n .activity-overview-percentage {\n fill: #757575;\n }\n /* github.com: \"#f6f8fa\" */\n .tint-box {\n background-color: #222;\n }\n /* github.com: \"#fff\" */\n .tint-box.transparent {\n background-color: #181818;\n }\n /* github.com: \"#fb8532\" */\n .contrib-person path {\n fill: #fb8532;\n }\n /* github.com: \"fill: #959da5\" */\n .contrib-person .midlabel {\n fill: #757575;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .coupons .coupon-form-body {\n background-color: #181818;\n box-shadow: 0 1px 3px rgba(0, 0, 0, .075), inset 1px 0 #181818;\n }\n /* github.com: \"#0366d6\" */\n .coupon-icon {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#dbab09\" */\n .repo-private-icon {\n fill: #cb4;\n }\n /* github.com: \"#e1e4e8\" */\n .dashboard-rollup-items > .dashboard-rollup-item {\n border-top-color: #343434;\n }\n /* github.com: \"#fafbfc\", \"#d1d5da\" */\n .dashboard-notice {\n background-color: #181818;\n border-color: #404040;\n }\n /* github.com: \"color: #959da5\" */\n .dashboard-notice .dismiss {\n color: #767676;\n }\n /* github.com: \"color: #586069\" */\n .dashboard-notice .dismiss:hover {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .dashboard-notice .octicon-organization {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #24292e\" */\n .dashboard-notice h2 {\n color: #cdcdcd;\n }\n /* github.com: \"#fff\" */\n .dashboard-notice .coupon {\n background-color: #181818;\n }\n /* github.com: \"#fff\", \"box-shadow: none\" */\n .dashboards-overview-cards .blankslate {\n background-color: #181818;\n box-shadow: none;\n }\n /* github.com: \"#cb2431\" */\n .dashboards-overview-cards .octicon-arrow-down {\n color: #d82828;\n }\n /* github.com: \"#0366d6\" */\n .dashboards-overview-cards .summary-stats .metric-1 {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #666\" */\n .developer-thanks .hook {\n color: #949494;\n }\n /* github.com: \"#28a745\" */\n .developer-next-steps .octicon {\n color: #484;\n }\n /* github.com: \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer,\n .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-label,\n .timeline-comment.timeline-chosen-answer,\n .timeline-comment.timeline-chosen-answer .timeline-comment-label {\n border-color: #040;\n }\n /* github.com: \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer::before,\n .timeline-comment.timeline-chosen-answer::before {\n border-right-color: #040;\n }\n /* github.com: \"#f0fff4\", \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-header,\n .timeline-comment.timeline-chosen-answer .timeline-comment-header {\n background-color: #002800;\n border-bottom-color: #040;\n }\n /* github.com: \"box-shadow: none\" */\n :target .discussion-nested-comment-group .timeline-comment {\n box-shadow: none;\n }\n /* github.com: \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .discussion-nested-comment-timeline-item:target {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* github.com: \"box-shadow: none\" */\n :target .nested-discussion-timeline-comment {\n box-shadow: none;\n }\n /* github.com: \"#d2dff0\" */\n .discussion-comment .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* github.com: \"#22863a\" */\n .icon-discussion-answered {\n color: #6cc644;\n }\n /* github.com: \"#22863a\" */\n .icon-discussion-answered, .icon-discussion-answered path {\n fill: #6cc644;\n }\n /* github.com: \"color: #fff\" */\n .icon-discussion-white {\n color: #fff;\n }\n /* github.com: \"color: #24292e\" */\n .icon-discussion-gray {\n color: #cdcdcd;\n }\n /* github.com: \"fill: #24292e\" */\n .icon-discussion-gray, .icon-discussion-gray path {\n fill: #bebebe;\n }\n /* github.com: \"#6a737d\" */\n .discussions-activity-indicator {\n background-color: #444;\n }\n /* github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .discussion-spotlight-gradient[aria-selected=true] {\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* github.com: \"#cb2431\" */\n .donut-chart > .action_required, .donut-chart > .cancelled,\n .donut-chart > .error, .donut-chart > .failure, .donut-chart > .timed_out {\n fill: #d82828;\n }\n /* github.com: \"#dbab09\" */\n .donut-chart > .expected, .donut-chart > .in_progress,\n .donut-chart > .pending, .donut-chart > .queued {\n fill: #cb4;\n }\n /* github.com: \"#2cbe4e\" */\n .donut-chart > .success {\n fill: #373;\n }\n /* github.com: \"fill: #959da5\" */\n .donut-chart > .neutral, .donut-chart > .skipped, .donut-chart > .stale {\n fill: #757575;\n }\n /* github.com: \"color: #24292e\", \"#e36209\" */\n .emoji-tab[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* github.com: \"color: #6a737d\" */\n .emoji-tab[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* github.com: \"#0366d6\" */\n .selected-emoji {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"initial\" */\n .emoji-picker-tab .btn-outline:not(:hover) {\n background-color: initial;\n }\n /* github.com: \"color: #586069\" */\n .ghe-license-status p {\n color: #afafaf;\n }\n /* github.com: \"rgba(149,157,165,.15)\" */\n @media (min-width:768px) {\n .checkable-input-container.checked {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n }\n /* github.com: \"#f1f8ff\" */\n @media (min-width:768px) {\n .checkable-input-container.checked .form-checkbox--box {\n background-color: #182030;\n }\n }\n /* github.com: \"#eee\" */\n .newsletter-frequency-choice {\n border-color: #343434;\n }\n /* github.com: \"#28a745\" */\n .newsletter-frequency-choice .notice {\n color: #484;\n }\n /* github.com: \"#fafbfc\", \"#eee\" */\n .newsletter-frequency-choice h3 {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .newsletter-frequency-choice:hover, .newsletter-frequency-choice:hover h3 {\n border-color: /*[[base-color]]*/;\n }\n .newsletter-frequency-choice:hover h3 {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"#28a745\", \"rgba(0,0,0,.2)\" */\n .newsletter-frequency-choice.selected {\n border-color: #484;\n box-shadow: 0 0 5px rgba(255, 255, 255, .7);\n }\n /* github.com: \"color: #fff\", \"#28a745\", \"#28a745\" */\n .newsletter-frequency-choice.selected h3 {\n color: #fff;\n background-color: #484;\n border-color: #484;\n }\n /* github.com: \"color: #555\", \"rgba(0,0,0,.125)\" */\n .exploregrid-item {\n color: #afafaf;\n border-bottom-color: rgba(220, 220, 220, .125);\n }\n /* github.com: \"#0366d6\" */\n .exploregrid-item:hover .exploregrid-item-title {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#f5f5f5\" */\n .exploregrid-item-header {\n background-color: #222;\n }\n /* github.com: \"color: #24292e\" */\n .exploregrid-item-title {\n color: #cdcdcd;\n }\n /* github.com: \"#ddd\" */\n .file {\n border-color: #343434;\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .file:target {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* github.com: \"color: #586069\" */\n .file .data.empty {\n color: #afafaf;\n }\n /* github.com: \"#ddd\" */\n .file .image {\n background-color: #383838;\n }\n /* github.com: \"#fff\" */\n .file .image .border-wrap {\n background-color: #181818;\n }\n /* github.com: \"#eee\", \"#fff\" */\n .file .image canvas, .file .image img {\n background-color: #242424;\n border-color: #181818;\n }\n /* github.com: \"#eee\" */\n .file .image .view canvas, .file .image .view img {\n background-color: #242424;\n }\n /* github.com: \"none\" */\n .file .empty {\n background: none;\n }\n /* github.com: \"#fafbfc\", \"#e1e4e8\" */\n .file-header {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"#ddd\" */\n .file-info-divider {\n background-color: #383838;\n }\n /* github.com: \"#28a745\" */\n .graphs .area {\n fill: #484;\n }\n /* github.com: \"#28a745\" */\n .graphs .path {\n stroke: #484;\n }\n /* github.com: \"#28a745\" */\n .graphs .dot {\n fill: #484;\n }\n /* github.com: \"#0366d6\" */\n .graphs .dot.padded circle:hover {\n fill: /*[[base-color]]*/;\n }\n /* github.com: \"fill: #24292e\" */\n .graphs .d3-tip {\n fill: #bebebe;\n }\n /* github.com: \"color: #6a737d\" */\n .graphs .dir {\n color: #949494;\n }\n /* github.com: \"fill: #24292e\", \"stroke: #24292e\" */\n .graphs .selection .selection {\n fill: #bebebe;\n stroke: #d2d2d2;\n }\n /* github.com: \"color: #586069\" */\n .graph-filter .info {\n color: #afafaf;\n }\n /* github.com: \"color: #2f363d\" */\n .graph-canvas .activity {\n color: #bebebe;\n }\n /* github.com: \"#0366d6\" */\n .graph-canvas .axis .zero line {\n stroke: /*[[base-color]]*/;\n }\n /* github.com: \"color: #959da5\", \"rgba(0,0,0,.8)\" */\n .svg-tip {\n color: #767676;\n background-color: #242424;\n }\n /* github.com: \"#dfe2e5\" */\n .svg-tip strong {\n color: #343434;\n }\n /* github.com: \"rgba(0,0,0,.8)\" */\n .svg-tip::after {\n border-top-color: #242424;\n }\n /* github.com: \"#28a745\" */\n .svg-tip.comparison .metric-0 {\n border-top-color: #484;\n }\n /* github.com: \"#2188ff\" */\n .svg-tip.comparison .metric-1 {\n border-top: 6px solid /*[[base-color]]*/;\n }\n /* github.com: \"#f1f8ff\" */\n .topic-tag {\n background-color: #182030;\n }\n /* github.com: \"#fff\", \"#c8e1ff\" */\n .topic-tag-outline {\n background-color: #181818;\n box-shadow: inset 0 0 0 1px /*[[base-color]]*/;\n }\n /* github.com: \"color: #6a737d\", \"#f1f8ff\" */\n .delete-topic-button, .delete-topic-link {\n color: #949494;\n background-color: #182030;\n }\n /* github.com: \"#86181d\", \"#ffeef0\", \"#f97583\" */\n .invalid-topic .delete-topic-button {\n color: #d82828;\n background-color: #300;\n border-left-color: #f88;\n }\n /* github.com: \"#f1f8ff\" */\n .topic-tag-action {\n background-color: #182030;\n }\n /* github.com: \"#86181d\", \"#ffeef0\", \"#f97583\" */\n .topic-tag-action.invalid-topic {\n color: #d82828;\n background-color: #300;\n border-color: #f88;\n }\n /* github.com: \"color: #6a737d\", \"#f1f8ff\" */\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button {\n color: #949494;\n background-color: #182030;\n }\n /* github.com: \"color: #fff\" */\n .topic-tag-action .add-topic-button:hover,\n .topic-tag-action .remove-topic-button:hover {\n color: #fff;\n }\n /* github.com: \"#28a745\" */\n .topic-tag-action .add-topic-button:hover {\n background-color: #484;\n }\n /* github.com: \"#d73a49\" */\n .topic-tag-action .remove-topic-button:hover {\n background-color: #d82828;\n }\n /* github.com: \"none\" */\n .topic-input-container .tag-input .tag-input-inner {\n background-image: none;\n }\n /* github.com: \"#e1e4e8\" */\n .topic-list .topic-list-item + .topic-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"#ffd33d\" */\n .topic-box .starred {\n color: #cb4;\n }\n /* github.com: \"#d1d5da\" */\n .topic-box .unstarred {\n color: #404040;\n }\n /* github.com: \"#e1e4e8\" */\n .team-breadcrumb .team-breadcrumb-item::after {\n color: #343434;\n }\n /* github.com: \"#fafbfc\" */\n .discussion-post .timeline-inline-comments {\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-post .reply-comment:first-child {\n border-top-color: #343434;\n }\n /* github.com: \"#fafbfc\" */\n .discussion-post .reply-comment .review-comment.is-comment-editing {\n background-color: #181818;\n }\n /* github.com: \"#d2dff0\" */\n .discussion-post .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-post .reply-comments-holder::before {\n background-color: #343434;\n }\n /* github.com: \"#f6f8fa\", \"box-shadow: none\" */\n .team-discussion-new-post .review-thread-reply-button:disabled {\n background-color: #222;\n box-shadow: none;\n }\n /* github.com: \"color: #a3aab1\" */\n .team-project-suggestion-number {\n color: #767676;\n }\n /* github.com: \"color: #6a737d\" */\n .hook-item .description {\n color: #949494;\n }\n /* github.com: \"#28a745\" */\n .hook-item.success .icon-for-success {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .hook-item.failure .icon-for-failure {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .hook-item.inactive .icon-for-inactive, .hook-item.pending .icon-for-pending {\n color: #949494;\n }\n /* github.com: \"#28a745\" */\n .hook-item.enabled .icon-for-enabled {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .hook-item .hook-error-message {\n color: #d82828;\n }\n /* github.com: \"initial\" */\n .hook-deliveries-list .hook-delivery-item:hover {\n background-color: initial;\n }\n /* github.com: \"#28a745\" */\n .hook-deliveries-list .item-status.success {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .hook-deliveries-list .item-status.failure {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .hook-deliveries-list .item-status.pending, .hook-delivery-time {\n color: #949494;\n }\n /* github.com: \"#959da5\" */\n .hook-delivery-container h4.remote-call-header {\n border-bottom-color: #484848;\n }\n /* github.com: \"color: #fff\", \"#d73a49\" */\n .hook-delivery-response-status {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .hook-delivery-response-status[data-response-status^=\"2\"] {\n background-color: #484;\n }\n /* github.com: \"color: #586069\" */\n .integration-meta-head {\n color: #afafaf;\n }\n /* github.com: \"#fff\", \"hsla(0,0%,100%,.5)\" */\n .integrations-select-repos::-webkit-scrollbar-thumb {\n border-color: #181818;\n box-shadow: 0 0 1px hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"transparent\" */\n .integrations-select-repos::-webkit-scrollbar-track-piece {\n background-color: transparent;\n }\n /* github.com: \"#cb2431\" */\n .issue-list .title .closed.octicon {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .issue-list .title .open.octicon {\n color: #484;\n }\n /* github.com: \"#6f42c1\" */\n .issue-list .title .merged.octicon {\n color: #9378ba;\n }\n /* github.com: \"#e1e4e8\" */\n .issue-list-item + .issue-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"#f1f8ff\" */\n .pinned-issue-item.is-dragging, .pinned-issue-item.sortable-ghost {\n background-color: #182030;\n }\n /* github.com: \"color: #586069\" */\n .issues-reset-query {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .issues-reset-query:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#0366d6\" */\n .issues-reset-query:hover .issues-reset-query-icon {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\", \"#6a737d\" */\n .issues-reset-query-icon {\n color: #fff;\n background-color: #444;\n }\n /* github.com: \"color: #586069\" */\n .table-list-milestones .stat, .table-list-milestones .stat-label {\n color: #afafaf;\n }\n /* github.com: \"color: #333\" */\n .milestone-title-link a {\n color: #bebebe;\n }\n /* github.com: \"#0366d6\" */\n .milestone-description .expand-more, .milestone-title-link a:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .task-progress {\n color: #afafaf;\n }\n /* github.com: \"#eee\" */\n .task-progress .progress-bar {\n background-color: #242424;\n }\n /* github.com: \"#ccc\" */\n .task-progress .progress-bar .progress {\n background-color: #484848;\n }\n /* github.com: \"#0366d6\" */\n a.task-progress:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#0366d6\" */\n a.task-progress:hover .progress-bar .progress {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #6a737d\" */\n .label-select-menu .selected .octicon-circle-slash,\n .label-select-menu [aria-checked=mixed] .octicon-circle-slash,\n .label-select-menu [aria-checked=true] .octicon-circle-slash {\n color: #949494;\n }\n /* github.com: \"initial\" */\n .label-select-menu .selected:active,\n .label-select-menu [aria-checked=mixed]:active,\n .label-select-menu [aria-checked=true]:active {\n background-color: initial !important;\n }\n /* github.com: \"#f4f4f4\" */\n .label-select-menu .select-menu-item.navigation-focus,\n .label-select-menu .select-menu-item:focus,\n .label-select-menu .select-menu-item:hover,\n .label-select-menu .select-menu-item[aria-selected=true] {\n background-color: #242424;\n }\n /* github.com: \"#eee\" */\n .subnav .btn + .issues-search {\n border-right-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .reaction-sort-item:focus, .reaction-sort-item:hover {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"#f1f8ff\", \"#0366d6\" */\n .reaction-sort-item[aria-checked=true] {\n background-color: #182030;\n border-color: /*[[base-color]]*/;\n }\n /* github.com: \"#959da5\" */\n .issue-keyword {\n border-bottom-color: #484848;\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-item.navigation-focus > .octicon.label-options-icon,\n .select-menu-item[aria-selected=true] > .octicon.label-options-icon {\n color: #cdcdcd;\n }\n /* github.com: \"#cb2431\" */\n .new-label-color-input:invalid {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li > a,\n .repository-lang-stats ol.repository-lang-stats-numbers li > span {\n color: #949494;\n }\n /* github.com: \"color: #24292e\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li .lang {\n color: #cdcdcd;\n }\n /* github.com: \"transparent\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li a:hover {\n background-color: transparent;\n }\n /* github.com: \"#ddd\" */\n .repository-lang-stats-graph {\n border-color: #343434;\n }\n /* github.com: \"#fff\" */\n .repository-lang-stats-graph .language-color:not(:first-child) {\n border-left-color: #181818;\n }\n /* github.com: \"#0366d6\" */\n .map-background {\n fill: /*[[base-color]]*/;\n }\n /* github.com: \"#e36209\" */\n .map-point:hover {\n fill: #fb8532;\n }\n /* github.com: \"#2f363d\" */\n .MarketplaceJumbotron {\n background-color: #282828;\n }\n /* github.com: \"rgba(0,0,0,.2)\" */\n .MarketplaceFeature-link:hover .CircleBadge--feature {\n box-shadow: 0 3px 8px 0 rgba(255, 255, 255, .7);\n }\n /* github.com: \"#f6f8fa\" */\n .MarketplaceSideNav {\n background-color: #222;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n @media (min-width:768px) {\n .MarketplaceSideNav {\n background-color: #181818;\n border-right-color: #343434;\n }\n }\n /* github.com: \"#e1e4e8\" */\n .ScreenshotCarousel {\n border-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .ScreenshotCarousel-nav {\n box-shadow: inset 0 1px 0 #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .ScreenshotCarousel-navitem {\n border-right-color: #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .ScreenshotCarousel-navitem.selected {\n background-color: #222;\n }\n /* github.com: \"#d73a49\" */\n .marketplace-plan-dollar-field-container.is-errored .form-control {\n border-color: #d82828;\n }\n /* github.com: \"color: #24292e\" */\n .marketplace-plan-emphasis {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\" */\n .selected .marketplace-plan-emphasis {\n color: #fff;\n }\n /* github.com: \"#d1d5da\" */\n .marketplace-product-callout {\n border-color: #404040 !important;\n }\n /* github.com: \"color: #586069\", \"#e1e4e8\" */\n .marketplace-product-callout .branch-action-item-icon {\n color: #afafaf;\n background-color: #343434;\n }\n /* github.com: \"color: #fff\", \"#fff\" */\n .filter-item.selected .Label--outline-white {\n color: #fff;\n border-color: #181818;\n }\n /* github.com: \"#fff\" */\n .MarketplaceEdit-body .menu-item, .MarketplaceEdit-body .menu-item.selected {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .MarketplaceEdit-body .menu-item:hover {\n background-color: #222;\n }\n /* github.com: \"color: #586069\", \"#e6ebf1\" */\n .MarketplaceEdit-body .CircleIcon {\n color: #afafaf;\n background-color: #444;\n }\n /* github.com: \"#fff\" */\n .BarChart-bar {\n border-right-color: #181818;\n }\n /* github.com: \"#34d058\" */\n .BarChart-bar--green {\n background-color: #373;\n }\n /* github.com: \"#fb8532\" */\n .BarChart-bar--orange {\n background-color: #fb8532;\n }\n /* github.com: \"#f9c513\" */\n .BarChart-bar--yellow {\n background-color: #cb4;\n }\n /* github.com: \"#fff\" */\n .CircleBadge--github::after {\n background-color: #181818;\n }\n /* github.com: \"#28a745\", \"rgba(52,208,88,.4)\" */\n .ClipboardButton.ClipboardButton--success {\n border-color: #484;\n box-shadow: 0 0 0 .2em #3737;\n }\n /* github.com: \"rgba(52,208,88,.4)\" */\n .ClipboardButton.ClipboardButton--success:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* github.com: \"#fafbfc\" */\n .MarketplaceBackground-buffer {\n background-color: #181818;\n }\n /* github.com: \"color: #fff !important\" */\n .muted-link.filter-item.selected {\n color: #fff !important;\n }\n /* github.com: \"color: #fff\", \"#257bf9\" */\n .MarketplaceAnnouncement {\n color: #fff;\n background: linear-gradient(90deg, #4f8cc9, #2426ca);\n }\n /* github.com: \"color: #fff\", \"hsla(0,0%,100%,0)\" */\n .MarketplaceAnnouncement .btn-outline-mktg {\n color: #fff;\n background-color: transparent;\n }\n /* github.com: \"#c8e1ff\", \"#fff\" */\n .MarketplaceAnnouncement .btn-outline-mktg:hover {\n color: /*[[base-color]]*/;\n border-color: #181818;\n }\n /* github.com: \"#c8e1ff\" */\n .topic-tag-contrast {\n background-color: #246;\n }\n /* github.com: \"color: #24292e\", \"#c8e1ff\", \"rgba(27,31,35,.15)\" */\n .topic-tag-contrast .delete-topic-link {\n color: #cdcdcd;\n background-color: #246;\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#79b8ff\" */\n .topic-tag-contrast .delete-topic-link:hover {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #24292e\" */\n .merge-branch-heading {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .merge-branch-description {\n color: #afafaf;\n }\n /* github.com: \"initial\", \"#ddd\" */\n .merge-branch-manually {\n background-color: initial;\n border-top-color: #343434;\n }\n /* github.com: \"#a04100\" */\n .unavailable-merge-method {\n color: #f3582c;\n }\n /* github.com: \"color: #fff\" */\n .navigation-focus.disabled .unavailable-merge-method,\n [aria-selected=true].disabled .unavailable-merge-method {\n color: #fff;\n }\n /* github.com: \"#fff5b1\" */\n .network .current-repository {\n background-color: #651;\n }\n /* github.com: \"color: #959da5\" */\n .page-new-repo .octicon-repo {\n color: #767676;\n }\n /* github.com: \"rgba(115,92,15,.5)\" */\n .page-new-repo .color-private-icon {\n color: rgba(204, 187, 68, .5);\n }\n /* github.com: \"color: #6a737d\" */\n .page-new-repo .form-checkbox.disabled {\n color: #949494;\n }\n /* github.com: \"#fff\" */\n .page-new-repo .internal-repo-avatar {\n border-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .news blockquote, .owner-reponame .slash {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .news .alert .octicon, .news .alert .time, .news .alert .title .subtle {\n color: #767676;\n }\n /* github.com: \"#fff\" */\n .news .alert .gravatar {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .news .alert .simple .title, .news .github-welcome .done {\n color: #afafaf;\n }\n /* github.com: \"#fff\" */\n .news .commits li img {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .news div.message, .news li blockquote {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .notifications .notifications-more > a {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .notifications .read .list-group-item-name > a,\n .notifications .read .notification-actions {\n color: #afafaf;\n }\n /* github.com: \"#f6f8fa\" */\n .notifications .read.list-group-item {\n background-color: #222;\n }\n /* github.com: \"#d1d5da\" */\n .notification-thread-subscription:first-child {\n border-top-color: #404040;\n }\n /* github.com: \"color: #586069\", \"none\" */\n .notifications-sso-prompt a {\n color: #afafaf;\n background: none;\n }\n /* github.com: \"#0366d6\" */\n .notifications-sso-prompt em {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .type-icon-state-none {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .type-icon-state-open, .type-icon-state-published {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .type-icon-state-closed {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .type-icon-state-draft {\n color: #949494;\n }\n /* github.com: \"#6f42c1\" */\n .type-icon-state-merged, .type-icon-state-published {\n color: #9378ba;\n }\n /* github.com: \"#28a745\" */\n .notifications-list .boxed-group .notification-success {\n color: #484;\n }\n /* github.com: \"color: #586069\", \"initial\" */\n .notifications-list .mark-all-as-read {\n color: #afafaf;\n background-color: initial;\n }\n /* github.com: \"color: #666\" */\n .notifications-list .confirmation {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .notification-actions .age, .notification-actions .btn-link {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .notification-actions .btn-link:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#d1d5da\" */\n .notification-actions .unsaved-notification {\n color: #404040;\n }\n /* github.com: \"color: #666\" */\n .subscriptions-content .repo-icon {\n color: #949494;\n }\n /* github.com: \"color: #586069\", \"#fff\", \"#eee\" */\n .thread-subscription-status {\n color: #afafaf;\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#fff\" */\n @media (max-width:767px) {\n .notifications-v2 .AvatarStack-body .avatar {\n border-right-color: #181818 !important;\n }\n }\n /* github.com: \"initial\" */\n .notifications-v2 .thread-subscription-status {\n background-color: initial !important;\n }\n /* github.com: \"color: #6a737d\" */\n .notification-navigation .menu-item {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .notification-navigation .menu-item .octicon {\n color: #afafaf;\n }\n /* github.com: \"#f1f8ff\" */\n .notification-navigation .menu-item.selected {\n background-color: #182030;\n }\n /* github.com: \"#0366d6\" */\n .notification-navigation .menu-item.selected .octicon {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"color: #6a737d !important\" */\n .notification-navigation .notification-configure-filters .octicon {\n color: #949494 !important;\n }\n /* github.com: \"#0366d6\" */\n .notification-navigation .notification-configure-filters:hover .octicon {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"color: #6a737d !important\" */\n .notifications-list-item .notification-list-item-link {\n color: #949494 !important;\n }\n /* github.com: \"#f1f8ff\" */\n .notifications-list-item:hover {\n background-color: #182030 !important;\n }\n /* github.com: \"color: #24292e !important\" */\n .notifications-list-item:hover .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* github.com: \"color: #586069 !important\", \"transparent\" */\n .notifications-list-item:hover .notification-list-item-actions .btn {\n color: #afafaf !important;\n background-color: transparent !important;\n }\n /* github.com: \"color: #24292e !important\", \"#e1e4e8\" */\n .notifications-list-item:hover .notification-list-item-actions .btn:hover {\n color: #cdcdcd !important;\n background-color: #343434 !important;\n }\n /* github.com: \"#f1f8ff\" */\n .notifications-list-item:hover .AvatarStack-body {\n background-color: #182030;\n }\n /* github.com: \"#f1f8ff\", \"#0366d6\" */\n .notifications-list-item.navigation-focus {\n background-color: #182030 !important;\n box-shadow: inset 2px 0 0 /*[[base-color]]*/;\n }\n /* github.com: \"color: #24292e !important\" */\n .notifications-list-item.navigation-focus .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* github.com: \"none\" */\n .notifications-list-item .notification-list-item-unread-indicator {\n background: none;\n }\n /* github.com: \"#fff\" */\n .notifications-list-item.notification-unread {\n background-color: #181818;\n }\n /* github.com: \"color: #24292e !important\" */\n .notifications-list-item.notification-unread .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* github.com: \"#0366d6\" */\n .notifications-list-item.notification-unread .notification-list-item-unread-indicator {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .oauth-permissions-details .octicon,\n .oauth-permissions-details .permission-summary .access-details {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .oauth-permissions-details .permission-title {\n color: #cdcdcd;\n }\n /* github.com: \"none\", \"rgba(0,0,0,.15)\" */\n .oauth-permissions-details.open a.btn-sm {\n background-image: none;\n box-shadow: inset 0 2px 4px #000;\n }\n /* github.com: \"color: #6a737d\" */\n .oauth-permissions-details.default:not(.delete) .access-details,\n .oauth-permissions-details.default:not(.delete) .permission-title,\n .oauth-permissions-details.none .access-details,\n .oauth-permissions-details.none .permission-title {\n color: #949494;\n }\n /* github.com: \"#cb2431\" */\n .oauth-delete-repo-permissions .octicon-alert {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .oauth-no-description {\n color: #afafaf;\n }\n /* github.com: \"#ffe\" */\n .oauth-org-access-details, .oauth-org-access-details .oauth-org-item:hover {\n background-color: #181818;\n }\n /* github.com: \"color: #24292e\" */\n .oauth-org-access-details .oauth-org-item.on strong {\n color: #cdcdcd;\n }\n /* github.com: \"#fff\" */\n .oauth-org-access-details .oauth-org-item.revoked {\n background-color: #181818;\n }\n /* github.com: \"#cb2431\" */\n .oauth-org-access-details .oauth-org-item.revoked .octicon-x {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .oauth-org-access-details .octicon-check {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .oauth-org-access-details .octicon-x.org-access-denied {\n color: #d82828;\n }\n /* github.com: \"color: #24292e\" */\n .oauth-application-whitelist .request-info strong {\n color: #cdcdcd;\n }\n /* github.com: \"#a04100\" */\n .oauth-application-whitelist .octicon-alert {\n color: #f3582c;\n }\n /* github.com: \"#28a745\" */\n .oauth-application-whitelist .approved-request,\n .oauth-application-whitelist .octicon-check {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .oauth-application-whitelist .denied-request {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .oauth-application-whitelist .edit-link {\n color: #949494;\n }\n /* github.com: \"#0366d6\" */\n .oauth-application-whitelist .edit-link:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #24292e\" */\n .oauth-application-info .application-title {\n color: #cdcdcd;\n }\n /* github.com: \"color: #6a737d\" */\n .oauth-application-info .app-info {\n color: #949494;\n }\n /* github.com: \"#28a745\" */\n .oauth-application-info .app-approved,\n .oauth-application-info .octicon-check {\n color: #484;\n }\n /* github.com: \"#a04100\" */\n .oauth-application-info .app-denied, .oauth-application-info .octicon-x {\n color: #f3582c;\n }\n /* github.com: \"#e5e5e5\" */\n .oauth-border {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .developer-app-item .developer-app-name {\n color: #cdcdcd;\n }\n /* github.com: \"#0366d6\" */\n .developer-app-item .developer-app-name:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #6a737d\" */\n .developer-app-item .developer-app-list-meta {\n color: #949494;\n }\n /* github.com: \"color: #2f363d\" */\n .org-insights-graph-canvas .activity {\n color: #bebebe;\n }\n /* github.com: \"fill: #959da5\" */\n .org-insights-graph-canvas .axis text {\n fill: #757575;\n }\n /* github.com: \"#0366d6\" */\n .org-insights-graph-canvas .axis .zero line {\n stroke: /*[[base-color]]*/;\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .org-insights-svg-tip::after {\n border-color: #181818 transparent transparent;\n }\n /* github.com: \"#e1e4e8\" */\n .org-insights-svg-tip::before {\n border-color: #343434 transparent transparent;\n }\n /* github.com: \"#0366d6\" */\n .org-insights-card-legend .metric-0 {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#22863a\" */\n .org-insights-card-legend .metric-1 {\n color: #6cc644;\n }\n /* github.com: \"#e36209\" */\n .org-insights-card-legend .metric-2 {\n color: #fb8532;\n }\n /* github.com: \"#6f42c1\" */\n .org-insights-card-legend .metric-3 {\n color: #9378ba;\n }\n /* github.com: \"#0366d6\", \"#0366d6\" */\n .org-insights-graph-canvas .metric-0 circle,\n .org-insights-graph-canvas path.metric-0,\n .org-insights-svg-tip .metric-0 .legend {\n stroke: /*[[base-color]]*/;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"#22863a\", \"#22863a\" */\n .org-insights-graph-canvas .metric-1 circle,\n .org-insights-graph-canvas path.metric-1,\n .org-insights-svg-tip .metric-1 .legend {\n stroke: #6cc644;\n background-color: #6cc644;\n }\n /* github.com: \"#e36209\", \"#e36209\" */\n .org-insights-graph-canvas .metric-2 circle,\n .org-insights-graph-canvas path.metric-2,\n .org-insights-svg-tip .metric-2 .legend {\n stroke: #fb8532;\n background-color: #fb8532;\n }\n /* github.com: \"#6f42c1\", \"#6f42c1\" */\n .org-insights-graph-canvas .metric-3 circle,\n .org-insights-graph-canvas path.metric-3,\n .org-insights-svg-tip .metric-3 .legend {\n stroke: #9378ba;\n background-color: #9378ba;\n }\n /* github.com: \"color: #959da5\" */\n .org-insights-cards .org-insights-card-legend {\n color: #767676;\n }\n /* github.com: \"#fff\" */\n .org-insights-cards .repository-lang-stats-graph .language-color {\n border-color: #181818;\n }\n /* github.com: \"color: #24292e\", \"#fafbfc\", \"#e1e4e8\" */\n .orghead {\n color: #cdcdcd;\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #333\" */\n .org-name {\n color: #bebebe;\n }\n /* github.com: \"color: #586069\" */\n .audit-log-search .member-info .ghost {\n color: #afafaf;\n }\n /* github.com: \"#a04100\" */\n .audit-type .repo {\n color: #f3582c;\n }\n /* github.com: \"#28a745\" */\n .audit-type .team {\n color: #484;\n }\n /* github.com: \"#6f42c1\" */\n .audit-type .user {\n color: #9378ba;\n }\n /* github.com: \"#cb2431\" */\n .audit-type .oauth_access {\n color: #d82828;\n }\n /* github.com: \"#fff\",\"#f5f5f5\" */\n .saml-enabled-banner-container {\n background-image: linear-gradient(-1deg, #181818, #222);\n }\n /* github.com: \"color: #fff\", \"#cb2431\" */\n .saml-settings-form .test-status-indicator-error {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"color: #fff\", \"#28a745\" */\n .saml-settings-form .test-status-indicator-success {\n color: #fff;\n background-color: #484;\n }\n /* github.com: \"color: #586069\" */\n .member-fullname {\n color: #afafaf;\n }\n /* github.com: \"#fff\" */\n .auto-search-group .spinner {\n background-color: #181818;\n }\n /* github.com: \"#eee\" */\n .org-list .list-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .org-repos-mini .org-repo-name .octicon-repo {\n color: #afafaf;\n }\n /* github.com: \"rgba(115,92,15,.5)\" */\n .org-repos-mini .org-repo-name .octicon-lock {\n color: rgba(204, 187, 68, .5);\n }\n /* github.com: \"color: #333\" */\n .reinstate-org-member .reinstate-title {\n color: #bebebe;\n }\n /* github.com: \"color: #586069\" */\n .add-member-wrapper .available-seats {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .add-member-team-list .team-info {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .add-member-team-list .team-meta {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .invite-team-member-list .team-link {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#eee\" */\n .team-stats {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .stats-group-stat {\n color: #afafaf;\n }\n /* github.com: \"#eee\" */\n .stats-group-stat:first-child {\n border-right-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .stats-group-stat:hover, .stats-group-stat:hover .stat-number {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .stats-group-stat.no-link:hover {\n color: #afafaf;\n }\n /* github.com: \"color: #333\" */\n .stat-number, .stats-group-stat.no-link:hover .stat-number {\n color: #bebebe;\n }\n /* github.com: \"color: #959da5\" */\n .team-member-list .invite-icon {\n color: #767676;\n }\n /* github.com: \"#cb2431\" */\n .menu-item-danger, .menu-item-danger.selected {\n color: #d82828;\n }\n /* github.com: \"color: #fff\", \"#d73a49\" */\n .menu-item-danger.navigation-focus,\n .menu-item-danger.selected.navigation-focus,\n .menu-item-danger.selected:hover,\n .menu-item-danger.selected[aria-selected=true], .menu-item-danger:hover,\n .menu-item-danger[aria-selected=true] {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"color: #959da5\" */\n .team-member-list-avatar .octicon {\n color: #767676;\n }\n /* github.com: \"color: #586069\" */\n .confirm-removal-container .private-fork-count {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .confirm-removal-container .deleting-private-forks-warning .octicon {\n color: #d82828;\n }\n /* github.com: \"#eaeaea\" */\n .confirm-removal-list-container {\n border-color: #343434;\n }\n /* github.com: \"#eaeaea\" */\n .confirm-removal-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .confirm-removal-repo .octicon, .confirm-removal-team .octicon,\n .manage-member-meta-item, .manage-member-meta-item .btn-link,\n .manage-member-meta-item > .octicon {\n color: #afafaf;\n }\n /* github.com: \"#a04100\" */\n .manage-member-meta-item > .octicon-alert {\n color: #f3582c;\n }\n /* github.com: \"color: #333\" */\n .org-user-notice-content strong {\n color: #bebebe;\n }\n /* github.com: \"color: #586069\" */\n .manage-repo-access-lead, .org-user-notice-content .octicon {\n color: #afafaf;\n }\n /* github.com: \"#fff\", \"#ddd\" */\n .manage-repo-access-group {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#f8f8f8\", \"#ddd\" */\n .manage-repo-access-title {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* github.com: \"#eee\" */\n .manage-repo-access-wrapper::before {\n background-color: #242424;\n }\n /* github.com: \"#fff\" */\n .manage-repo-access-icon {\n background-color: #181818;\n }\n /* github.com: \"#ddd\" */\n .manage-repo-access-teams-group {\n border-color: #343434;\n }\n /* github.com: \"#eee\" */\n .manage-repo-access-team-item {\n border-top-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"#fafbfc\" */\n .manage-repo-access-not-active {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"#f9f9f9\" */\n .manage-repo-access-not-active .manage-repo-access-icon {\n background-color: #181818;\n }\n /* github.com: \"#ddd\" */\n .manage-access-remove-footer {\n border-top-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .ldap-memberships-list .edit {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#eee\" */\n .invited .team-member-list .list-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #333\" */\n .manage-memberships-tabs-item:hover {\n color: #bebebe;\n }\n /* github.com: \"color: #24292e\", \"#fff\" */\n .manage-memberships-tabs-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @keyframes blinkingText {\n 0% {\n color: #343434;\n }\n 33% {\n color: #343434;\n }\n to {\n color: #343434;\n }\n }\n /* github.com: \"#fff\" */\n .theme-picker {\n background-color: #181818;\n }\n /* github.com: \"#eee\" */\n .theme-picker-thumbs {\n border-bottom-color: #343434;\n }\n /* github.com: \"none\" */\n .theme-toggle {\n background: none;\n }\n /* github.com: \"#ddd\" */\n .theme-selector-thumbnail {\n border-color: #343434;\n }\n /* github.com: \"#f5f5f5\" */\n .theme-selector-thumbnail:hover {\n background-color: #222;\n }\n /* github.com: \"#0366d6\" */\n .theme-selector-thumbnail.selected {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"#fff\" */\n .theme-selector-thumbnail.selected .theme-selector-img {\n border-color: #181818;\n }\n /* github.com: \"#fff\" */\n .page-preview, .theme-picker-spinner {\n background-color: #181818;\n }\n /* github.com: \"#86181d\" */\n .pinned-items-reorder-error {\n color: #d82828;\n }\n /* github.com: \"color: #2f363d\" */\n .pinned-item-name {\n color: #bebebe;\n }\n /* github.com: \"color: #24292e\", \"#f1f8ff\" */\n .pinned-item-checkbox:checked + .pinned-item-name {\n color: #cdcdcd;\n background-color: #182030;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .pinned-gist-blob-num:hover {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"color: #24292e !important\", \"none\", \"#e1e4e8\", \"#d73a49\", \"#28a745\", \"#d1d5da\", \"color: #1b1f23\", \"#22863a\", \"#2cbe4e\", \"#6f42c1\", \"#cb2431\", \"#cb2431\" */\n @media print {\n .btn:not(.btn-outline) {\n color: #cdcdcd !important;\n background: none;\n }\n .blob-num {\n border-right-color: #343434;\n }\n .blob-num-deletion {\n border-right-color: #d82828;\n }\n .blob-num-addition {\n border-right-color: #484;\n }\n .blob-code-addition .x {\n border-bottom-color: #484;\n }\n .blob-code-deletion .x {\n border-bottom-color: #d82828;\n }\n .diffstat-block-neutral {\n border-color: #404040;\n }\n .diffstat-block-deleted {\n border-color: #d82828;\n }\n .diffstat-block-added {\n border-color: #484;\n }\n .State {\n color: #dcdcdc;\n background: none;\n }\n .State--green {\n color: #6cc644;\n border-color: #373;\n }\n .State--purple {\n color: #9378ba;\n border-color: #9378ba;\n }\n .State--red {\n color: #d82828;\n border-color: #d82828;\n }\n }\n /* github.com: \"transparent\" */\n .progress-pjax-loader {\n background-color: transparent;\n }\n /* github.com: \"#79b8ff\", \"box-shadow: 0 0 10px rgba(121,184,255,.7)\" */\n .progress-pjax-loader > .progress-pjax-loader-bar {\n background-color: /*[[base-color]]*/;\n box-shadow: 0 0 rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* github.com: \"#24292e\" */\n @media (min-width:544px) {\n .project-full-screen .project-header {\n background-color: #181818;\n }\n }\n /* github.com: \"color: #fff !important\" */\n .project-full-screen .project-header .project-header-link:hover {\n color: #fff !important;\n }\n /* github.com: \"color: #fff\", \"box-shadow: none\" */\n @media (min-width:544px) {\n .project-full-screen .card-filter-input {\n color: #fff;\n box-shadow: none;\n }\n }\n /* github.com: \"#fff\" */\n @media (min-width:544px) {\n .project-header {\n background-color: #181818;\n }\n }\n /* github.com: \"#54a3ff\",\"#006eed\", \"#fff\" */\n .pending-cards-status {\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n border-color: #181818;\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n @media (min-width:544px) {\n .project-column:focus {\n border-color: /*[[base-color]]*/ !important;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n }\n /* github.com: \"#f1f8ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .project-column.moving {\n background-color: #182030 !important;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* github.com: \"#959da5\" */\n .new-project-column {\n border-color: #484848 !important;\n }\n /* github.com: \"#f6f8fa\" */\n .sortable-ghost {\n background-color: #222;\n }\n /* github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .project-card blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .project-card:hover {\n border-color: #404040 !important;\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important\" */\n @media (min-width:544px) {\n .project-card:focus {\n border-color: /*[[base-color]]*/ !important;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n }\n /* github.com: \"#f1f8ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important\" */\n .project-card.moving {\n background-color: #182030 !important;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* github.com: \"#735c0f\" */\n .archived-project-cards-pane .project-card .archived-header {\n color: #bba257;\n }\n /* github.com: \"#959da5\" */\n .project-pane .redacted-activity {\n border-bottom-color: #484848;\n }\n /* github.com: \"color: rgba(27,31,35,.5)\" */\n .project-pane-close {\n color: rgba(230, 230, 230, .5);\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .project-pane-close:hover {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"color: #fff !important\", \"#0366d6\" */\n .card-filter-autocomplete-dropdown .navigation-focus,\n .card-filter-autocomplete-dropdown [aria-selected=true] {\n color: #fff !important;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff !important\" */\n .card-filter-autocomplete-dropdown .navigation-focus .autocomplete-text-qualifier,\n .card-filter-autocomplete-dropdown [aria-selected=true] .autocomplete-text-qualifier {\n color: #fff !important;\n }\n /* github.com: \"#0366d6\" */\n .projects-reset-query:hover .projects-reset-query-icon {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"#6a737d\" */\n .projects-reset-query-icon {\n background-color: #444;\n }\n /* github.com: \"#fff\", \"#d1d5da\" */\n .projects-comment-form .comment-form-head .toolbar-commenting {\n background-color: #181818;\n border-top-color: #404040;\n }\n /* github.com: \"#d1d5da\" */\n .projects-comment-form .preview-content {\n border-top-color: #404040;\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .project-issue-body-blur {\n background: linear-gradient(0deg, #181818, transparent);\n }\n /* github.com: \"color: rgba(27,31,35,.5)\" */\n .project-comment-body-hover .octicon-pencil,\n .project-comment-title-hover .octicon-pencil {\n color: rgba(230, 230, 230, .5);\n }\n /* github.com: \"#0366d6\" */\n .project-comment-body-hover .octicon-pencil:hover,\n .project-comment-title-hover .octicon-pencil:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #6a737d\" */\n .vcard-detail .octicon, .vcard-username {\n color: #949494;\n }\n /* github.com: \"#86181d\" */\n .user-profile-bio-message {\n color: #d82828;\n }\n /* github.com: \"#fff\", \"#d1d5da\", \"box-shadow: none\" */\n .user-profile-nav {\n background-color: #181818;\n border-bottom-color: #404040;\n box-shadow: none;\n }\n /* github.com: \"color: #586069\" */\n .pinned-item-list-item .pinned-item-handle {\n color: #afafaf;\n }\n /* github.com: \"#f1f8ff\" */\n .pinned-item-list-item.is-dragging, .pinned-item-list-item.sortable-ghost {\n background-color: #182030;\n }\n /* github.com: \"#eaecef\" */\n .profile-timeline.discussion-timeline .profile-timeline-month-heading::after,\n .profile-timeline.discussion-timeline::before {\n background-color: #343434;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .profile-timeline-card-wrapper {\n border-top-color: #181818;\n border-bottom-color: #181818;\n }\n /* github.com: \"color: #6a737d\" */\n .profile-timeline-card .issue-meta-section .octicon {\n color: #949494;\n }\n /* github.com: \"#eaecef\" */\n .profile-rollup-summarized + .profile-rollup-summarized,\n .profile-rollup-wrapper + .profile-rollup-wrapper {\n border-top-color: #343434;\n }\n /* github.com: \"#a04100\" */\n .stale-files-tab {\n color: #f3582c;\n }\n /* github.com: \"#fff\" */\n .pr-toolbar.is-stuck {\n background-color: #181818;\n }\n /* github.com: \"rgba(0,0,0,.001)\" */\n .toolbar-shadow {\n background: linear-gradient(rgba(0, 0, 0, .075), transparent) repeat-x 0 0;\n }\n /* github.com: \"#fff\" */\n .diffbar {\n background-color: #181818;\n }\n /* github.com: \"#eee\" */\n .diffbar .table-of-contents li {\n border-top-color: #343434;\n }\n /* github.com: \"color: #fff\" */\n .diffbar [role^=menuitem]:focus:not(.is-range-selected) .text-emphasized,\n .diffbar [role^=menuitem]:hover:not(.is-range-selected) .text-emphasized {\n color: #fff;\n }\n /* github.com: \"#f1f8ff\", \"rgba(27,31,35,.15)\" */\n .diffbar-range-menu .in-range:not(.is-range-selected) {\n background-color: #182030;\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#0366d6\" */\n .diffbar-range-menu .in-range:focus:not(.is-range-selected),\n .diffbar-range-menu .in-range:hover:not(.is-range-selected) {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"#735c0f\", \"#fffbdd\" */\n .diffbar-range-menu .is-range-selected {\n color: #bba257;\n background-color: #261d08;\n }\n /* github.com: \"#fff5b1\" */\n .diffbar-range-menu .is-last-in-range {\n background-color: #651;\n }\n /* github.com: \"#e1e4e8\" */\n .conflict-resolver.loading {\n border-color: #343434;\n }\n /* github.com: \"#22863a\" */\n .revision-number {\n background-color: #6cc644;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .pull-request-review-menu, .pull-request-suggested-changes-menu {\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#f6f8fa\" */\n .review-comment-loader::after, .review-comment.is-comment-editing::after,\n .review-comment::after {\n background-color: #222;\n }\n /* github.com: \"color: #24292e\" */\n .review-comment {\n color: #cdcdcd;\n }\n /* github.com: \"#d2dff0\" */\n .review-comment .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* github.com: \"#b08800\", \"#fffdef\", \"#f9c513\" */\n .review-comment .pending-batched-suggestion-label {\n color: #cb4;\n background-color: #261d08;\n border-color: #cb4;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .review-comment .is-comment-editing {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .review-thread-reply {\n background-color: #222;\n border-top-color: #343434;\n }\n /* github.com: \"#fff\" */\n .review-thread-reply .inline-comment-form {\n background-color: #181818;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .review-summary-form-wrapper {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#f9c513\" */\n .is-pending .review-summary-form-wrapper {\n border-color: #cb4;\n }\n /* github.com: \"#e1e4e8\", \"#fff\" */\n .release-timeline-tags .tag-timeline-date::after {\n background-color: #343434;\n border-color: #181818;\n }\n /* github.com: \"#cb2431\", \"#d73a49\" */\n .Label--draft {\n color: #d82828;\n border-color: #d82828;\n }\n /* github.com: \"#c3c8cf\" */\n .uploaded-files.not-populated + .drop-target .drop-target-label {\n border-top-color: #484848;\n }\n /* github.com: \"#ddd\",\"#e5e5e5\" */\n .uploaded-files.is-populated {\n border-color: #343434;\n }\n /* github.com: \"#f9f9f9\" */\n .uploaded-files > li.delete {\n background-color: #181818;\n }\n /* github.com: \"#cb2431\" */\n .uploaded-files .remove:hover {\n color: #d82828 !important;\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,.5)\" */\n .upload-progress {\n box-shadow: 0 1px 1px #181818, inset 0 1px 1px hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"#e1e4e8\" */\n .release-entry {\n border-bottom-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n @media (min-width:768px) {\n .release-main-section {\n border-left-color: #343434;\n }\n }\n /* github.com: \"#ddd\" */\n .repo-file-upload-target.dragover .repo-file-upload-outline {\n border-color: #343434;\n }\n /* github.com: \"#fff\", \"#e5e5e5\" */\n .is-bad-file .repo-file-upload-errors, .is-empty .repo-file-upload-errors,\n .is-failed .repo-file-upload-errors,\n .is-hidden-file .repo-file-upload-errors,\n .is-too-big .repo-file-upload-errors, .is-too-many .repo-file-upload-errors {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github.com: \"color: #666\", \"#fff\" */\n .repo-file-upload-tree-target {\n color: #949494;\n background: radial-gradient(ellipse at center, #181818 0, hsla(0, 0%, 100%, .85) 65%, hsla(0, 0%, 100%, .85) 100%);\n }\n /* github.com: \"#ddd\" */\n .repo-file-upload-tree-target .repo-file-upload-outline {\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .label-characters-remaining {\n color: #afafaf;\n }\n /* github.com: \"#eee\" */\n .repo-list-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .mini-repo-list-item {\n border-top-color: #404040;\n }\n /* github.com: \"color: #6a737d\" */\n .mini-repo-list-item .repo-icon, .mini-repo-list-item .stars {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .mini-repo-list-item .repo-description {\n color: #afafaf;\n }\n /* github.com: \"#fffdef\" */\n .private .mini-repo-list-item {\n background-color: #261d08;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .private .mini-repo-list-item .repo-icon {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"#fafbfc\", \"#e5e5e5\" */\n .filter-bar {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"#ddd\" */\n .url-box {\n border-top-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .url-box p strong {\n color: #cdcdcd;\n }\n /* github.com: \"color: #333\", \"linear-gradient(#fafafa,#eaeaea)\" */\n .clone-url-button > .clone-url-link {\n color: #bebebe;\n background-image: linear-gradient(#202020, #181818);\n }\n /* github.com: \"color: #fff\", \"#599bcd\",\"#3072b3\", \"#2a65a0\" */\n .clone-url-button > .clone-url-link:active,\n .clone-url-button > .clone-url-link:hover {\n color: #fff;\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n border-color: /*[[base-color]]*/;\n }\n /* github.com: \"#3072b3\", \"none\", \"rgba(0,0,0,.15)\" */\n .clone-url-button > .clone-url-link:active {\n background-color: /*[[base-color]]*/;\n background-image: none;\n box-shadow: inset 0 3px 5px #000;\n }\n /* github.com: \"#fff\" */\n .clone-url-button + .clone-url-button > .clone-url-link {\n box-shadow: inset 1px 0 0 #181818;\n }\n /* github.com: \"box-shadow: none\" */\n .clone-url-button + .clone-url-button > .clone-url-link:hover {\n box-shadow: none;\n }\n /* github.com: \"rgba(0,0,0,.15)\" */\n .clone-url-button + .clone-url-button > .clone-url-link:active {\n box-shadow: inset 0 3px 5px #000;\n }\n /* github.com: \"color: #333\", \"hsla(0,0%,100%,.6)\", \"#ccc\", \"linear-gradient(#ccc,#d5d5d5)\", \"#bbb\", \"box-shadow: inset 0 2px 3px rgba(0,0,0,.075)\" */\n .clone-url-button > .clone-url-link.selected,\n .clone-url-button > .clone-url-link.selected:hover {\n color: #bebebe;\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .6);\n background-color: #484848;\n background-image: linear-gradient(#303030, #282828);\n border-color: #484848;\n box-shadow: inset 0 2px 3px rgba(255, 255, 255, .075);\n }\n /* github.com: \"initial\" */\n .timeout {\n background-color: initial;\n }\n /* github.com: \"color: #586069\" */\n .timeout h3 {\n color: #afafaf;\n }\n /* github.com: \"#dfe2e5\" */\n .overall-summary {\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .numbers-summary li > .nolink, .numbers-summary li > a {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .numbers-summary li > a:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #6a737d\" */\n .numbers-summary .octicon {\n color: #949494;\n }\n /* github.com: \"#dfe2e5\" */\n .prereceive-feedback {\n border-color: #343434;\n }\n /* github.com: \"#b08800\" */\n .prereceive-feedback-heading {\n color: #cb4;\n }\n /* github.com: \"#f1f8ff\" */\n .repository-item-checkbox:checked + .repository-item-name {\n background-color: #182030;\n }\n /* github.com: \"#e1e4e8\" */\n .custom-role-icon {\n background-color: #343434;\n }\n /* github.com: \"color: #666\" */\n .edit-profile-avatar .drag-and-drop {\n color: #949494;\n }\n /* github.com: \"#d73a49\", \"box-shadow: none\" */\n .avatar-upload .flash {\n border-color: #d82828;\n box-shadow: none;\n }\n /* github.com: \"color: #586069\" */\n .avatar-upload .upload-state p {\n color: #afafaf;\n }\n /* github.com: \"#e5e5e5\" */\n dl.new-email-form {\n border-top-color: #343434;\n }\n /* github.com: \"#fffdef\" */\n .selected-user-key {\n background-color: #261d08;\n }\n /* github.com: \"#ddd\" */\n .user-key-badge, .user-key-email {\n border-color: #343434;\n }\n /* github.com: \"color: #666\", \"#ddd\" */\n .user-key-email-unverified {\n color: #949494;\n border-color: #343434;\n }\n /* github.com: \"#28a745\" */\n .recent-user-key {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .unverified-user-key, .unverified-user-key-notice {\n color: #d82828;\n }\n /* github.com: \"#ddd\" */\n .notification-center .overview {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .oauth-app-info-container dl.keys dt {\n color: #afafaf;\n }\n /* github.com: \"color: #333\" */\n .oauth-app-info-container dl.keys dd {\n color: #bebebe;\n }\n /* github.com: \"color: #586069\" */\n .oauth-app-info-container .user-count {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .logo-upload a.delete:hover, .logo-upload span.delete:hover {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .logo-upload-container .upload-state p {\n color: #afafaf;\n }\n /* github.com: \"#eee\", \"#d1d5da\" */\n .logo-box {\n background-color: #242424;\n border-color: #404040;\n }\n /* github.com: \"color: #586069\" */\n .logo-placeholder {\n color: #afafaf;\n }\n /* github.com: \"#ddd\" */\n .saved-reply-form {\n border-color: #343434;\n }\n /* github.com: \"initial\", \"#eaecef\" */\n .saved-reply-form .comment-body {\n background-color: initial;\n border-bottom-color: #343434;\n }\n /* github.com: \"#e5e5e5\" */\n .access-token {\n border-bottom-color: #343434;\n }\n /* github.com: \"rgba(108,198,68,.1)\" */\n .access-token.new-token {\n background-color: #002800;\n }\n /* github.com: \"#28a745\" */\n .access-token.new-token .octicon-check {\n color: #484;\n }\n /* github.com: \"color: #24292e\" */\n .access-token .token-description, .token-scope {\n color: #cdcdcd;\n }\n /* github.com: \"initial\" */\n .application-show-group .drag-and-drop {\n background-color: initial;\n }\n /* github.com: \"color: #666\" */\n .email-preference-exceptions h5 {\n color: #949494;\n }\n /* github.com: \"#eaecef\" */\n .email-preference-exceptions .exception {\n border-top-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .email-preference-exceptions .exception:last-child {\n border-bottom-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .two-factor-steps {\n border-color: #343434;\n }\n /* github.com: \"#cb2431\" */\n .two-factor-steps .error-icon {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .two-factor-steps .sent-message {\n color: #484;\n }\n /* github.com: \"color: #586069\", \"#eaeaea\" */\n .two-factor-toggle .two-factor-status {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #fff\", \"#28a745\" */\n .two-factor-toggle .two-factor-on {\n color: #fff;\n background-color: #484;\n }\n /* github.com: \"#f8f8f8\" */\n .two-factor-settings-group, .u2f-registration {\n border-bottom-color: #343434;\n }\n /* github.com: \"rgba(47,38,6,.5)\" */\n .u2f-registration-icon {\n color: #cb4;\n }\n /* github.com: \"#ddd\" */\n .github-access-banner {\n border-color: #343434;\n }\n /* github.com: \"#cb2431\" */\n .github-access-banner .octicon {\n color: #d82828;\n }\n /* github.com: \"#eaecef\" */\n .qr-code-table {\n border-color: #343434;\n }\n /* github.com: \"transparent\" */\n .qr-code-table tr {\n background-color: transparent;\n }\n /* github.com: \"#fff\" */\n .qr-code-table .white {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .session-device {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .session-device .session-state-indicator.recent {\n background-color: #484;\n }\n /* github.com: \"#d73a49\" */\n .session-device .session-state-indicator.revoked {\n background-color: #d82828;\n }\n /* github.com: \"#ccc\", \"#fff\" */\n .session-device .session-state-indicator.not-recent {\n background-image: linear-gradient(#aaa, #484848);\n box-shadow: 0 1px 0 #181818;\n }\n /* github.com: \"#0366d6\" */\n .session-details:hover .octicon {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .collaborators .collab-remove .remove-link {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .collaborators .collab-remove .remove-link:hover {\n color: #d82828;\n }\n /* github.com: \"color: #666\" */\n .collaborators .collab-info {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .access-sub-heading {\n color: #afafaf;\n }\n /* github.com: \"#ddd\" */\n .access-form-wrapper {\n border-top-color: #343434;\n }\n /* github.com: \"#fafbfc\" */\n .oauth-pending-deletion-list-item, .oauth-pending-deletion-list-item:hover {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .boxed-group-list .access-level {\n color: #afafaf;\n }\n /* github.com: \"#e5e5e5\" */\n .form-hr {\n border-bottom-color: #343434;\n }\n /* github.com: \"#e5e5e5\" */\n .listgroup {\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .listgroup-item {\n color: #afafaf;\n }\n /* github.com: \"#e5e5e5\" */\n .listgroup-item + .listgroup-item {\n border-top-color: #343434;\n }\n /* github.com: \"#e5e5e5\" */\n .listgroup-header {\n border-bottom-color: #343434;\n }\n /* github.com: \"#f5f5f5\" */\n .listgroup-overflow {\n background-color: #222;\n }\n /* github.com: \"#fafbfc\" */\n .protected-branch-orgs-and-repo-admins {\n background-color: #181818;\n }\n /* github.com: \"color: #333\" */\n .protected-branch-pusher {\n color: #bebebe;\n }\n /* github.com: \"color: #fff\", \"#d15704\" */\n .user-already-added::after {\n color: #fff;\n background-color: #f3582c;\n }\n /* github.com: \"initial\", \"initial\" */\n @keyframes toggle-color {\n 0% {\n background-color: initial;\n }\n to {\n background-color: initial;\n }\n }\n /* github.com: \"#cb2431\", \"transparent\" */\n .repository-merge-features .form-group.errored .error {\n color: #d82828;\n background-color: transparent;\n }\n /* github.com: \"color: #24292e\", \"#e36209\" */\n .repository-settings-actions [role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* github.com: \"color: #6a737d\" */\n .repository-settings-actions [role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* github.com: \"#ddd\" */\n .setup-header {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .setup-header .lead a {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .setup-header .lead a:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .setup-secondary .info {\n color: #afafaf;\n }\n /* github.com: \"#fff\" */\n .setup-info-module {\n background-color: #181818;\n }\n /* github.com: \"#ddd\" */\n .setup-info-module h2 {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .setup-info-module h2 .price {\n color: #afafaf;\n }\n /* github.com: \"#f9f9f9\", \"#e0e0e0\" */\n .setup-info-module .setup-info-note {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github.com: \"#eee\" */\n .features-list .list-divider {\n border-top-color: #343434;\n }\n /* github.com: \"color: #555\" */\n .features-list .octicon-question {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .setup-form .octicon-alert {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .setup-form .octicon-check {\n color: #484;\n }\n /* github.com: \"#eee\", \"#eee\" */\n .setup-form .setup-organization-next, .setup-form .tos-info {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .setup-form .setup-plans {\n border-color: #404040;\n }\n /* github.com: \"#f1f8ff\" */\n .setup-form .setup-plans tr.selected {\n background-color: #182030;\n }\n /* github.com: \"color: #6a737d\" */\n .setup-creditcard-form .form-group select:invalid {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .setup-creditcard-form .help-text, .shelf-lead {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .shelf-dismiss {\n color: #767676;\n }\n /* github.com: \"#0366d6\" */\n .shelf-dismiss:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\", \"rgba(27,31,35,.15)\" */\n .shelf-dismiss .close-button {\n color: rgba(230, 230, 230, .7);\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #24292e\", \"rgba(27,31,35,.3)\" */\n .shelf-dismiss .close-button:hover {\n color: #cdcdcd;\n border-color: rgba(220, 220, 220, .4);\n }\n /* github.com: \"color: rgba(27,31,35,.85)\", \"hsla(0,0%,100%,0)\",\"#fff\",\"#dbedff\", \"#fff\" */\n .intro-shelf {\n color: rgba(230, 230, 230, .85);\n background-image: linear-gradient(180deg, transparent 60%, #181818), linear-gradient(70deg, #182030 32%, #ebfff0);\n border-bottom-color: #181818;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .intro-shelf .shelf-lead {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"#d1d5da\" */\n .orgs-help-shelf-content .orgs-help-divider {\n border-top-color: #404040;\n }\n /* github.com: \"color: #586069\" */\n .orgs-help-lead {\n color: #afafaf;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .orgs-help-item-octicon {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .orgs-help-item-octicon .octicon {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .orgs-help-dismiss, .orgs-help-item-content {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .orgs-help-dismiss:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#fff\", \"#d1d5da\", \"rgba(149,157,165,.15)\" */\n .signup-plan-card {\n background-color: #181818;\n border-color: #404040;\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* github.com: \"#fff\", \"#79b8ff\", \"rgba(149,157,165,.2)\" */\n .signup-plan-card:hover {\n background-color: #181818;\n border-color: /*[[base-color]]*/;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"hsla(0,0%,100%,.5)\" */\n .signup-btn:disabled {\n color: hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .plan-category-tab[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"color: #fff !important\" */\n .plan-category-tab[aria-selected=true] .tab-title {\n color: #fff !important;\n }\n /* github.com: \"#fff\" */\n .showcase-page-pattern::after {\n background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), #181818);\n }\n /* github.com: \"#eee\" */\n .showcase-page-repo-list {\n border-top-color: #343434;\n }\n /* github.com: \"#ec6cb9\" */\n .sponsors-goal-progress-bar {\n background-color: #c49;\n }\n /* github.com: \"#ffd33d\" */\n .sponsors-goal-completed-bar, .sponsors-goal-progress-bar:hover {\n background: linear-gradient(90deg, #cb4, #ea4aaa 17%, #b34bff 34%, #01feff 51%, #cb4 68%, #ea4aaa 85%, #b34bff);\n }\n /* github.com: \"#fff\", \"#fff\" */\n .sponsors-goals-avatar-border {\n background-color: #181818;\n border-color: #181818;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .business-sso .business-sso-panel, .business-sso .org-sso-panel,\n .org-sso .business-sso-panel, .org-sso .org-sso-panel {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .business-sso .sso-recovery-callout, .org-sso .sso-recovery-callout {\n border-color: #404040;\n }\n /* github.com: \"none\", \"box-shadow: none\" */\n .tag-input input {\n background: none;\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none\" */\n .tag-input input:focus {\n box-shadow: none;\n }\n /* github.com: \"color: #586069\", \"#eaeaea\", \"box-shadow: none\" */\n .team-label-ldap {\n color: #afafaf;\n border-color: #343434;\n box-shadow: none;\n }\n /* github.com: \"#0366d6\", \"#f6f8fa\" */\n .team-member-ellipsis:hover {\n color: /*[[base-color]]*/;\n background-color: #222;\n }\n /* github.com: \"#fafbfc\" */\n .team-listing .is-open.root-team {\n background-color: #181818;\n }\n /* github.com: \"#0366d6\" */\n .token-scanning-reset-query:hover .token-scanning-reset-query-icon {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"#6a737d\" */\n .token-scanning-reset-query-icon {\n background-color: #444;\n }\n /* github.com: \"#28a745\" */\n .traffic-graph path.total {\n stroke: #484;\n }\n /* github.com: \"#005cc5\" */\n .traffic-graph path.unique {\n stroke: #4f8cc9;\n }\n /* github.com: \"#28a745\" */\n .traffic-graph .axis .tick:first-of-type line, .traffic-graph .y line {\n stroke: #484;\n }\n /* github.com: \"#005cc5\" */\n .traffic-graph .y.unique line, .uniques-graph .axis .tick:last-child line {\n stroke: #4f8cc9;\n }\n /* github.com: \"color: #fff\" */\n .svg-tip .date {\n color: #fff;\n }\n /* github.com: \"#f6f8fa\", \"#dfe2e5\" */\n table.capped-list th {\n background-color: #222;\n }\n /* github.com: \"#eaecef\" */\n table.capped-list td, table.capped-list th {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #444d56\" */\n table.capped-list .octicon {\n color: #afafaf;\n }\n /* github.com: \"#fafbfc\" */\n table.capped-list tr:nth-child(2n) {\n background-color: #181818;\n }\n /* github.com: \"#dfe2e5\" */\n .traffic-graph-stats {\n border-top-color: #343434;\n }\n /* github.com: \"#28a745\" */\n .totals circle {\n fill: #484;\n }\n /* github.com: \"#005cc5\" */\n .uniques circle {\n fill: #4f8cc9;\n }\n /* github.com: \"box-shadow: none\" */\n .tree-finder-input, .tree-finder-input:focus {\n box-shadow: none;\n }\n /* github.com: \"#fff\" */\n .tree-browser-result[aria-selected=true] {\n background-color: #181818 !important;\n }\n /* github.com: \"#0366d6\", \"none\" */\n .tree-browser-result[aria-selected=true] .octicon-chevron-right,\n .tree-browser-result mark {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"none\" */\n .toolbar-commenting .dropdown-item, .tree-browser-result mark {\n background: none;\n }\n /* github.com: \"#0366d6\" */\n .toolbar-commenting .dropdown-item:focus,\n .toolbar-commenting .dropdown-item:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\", \"none\" */\n .toolbar-item, .toolbar-item .menu-target {\n color: #afafaf;\n background: none;\n }\n /* github.com: \"#0366d6\" */\n .toolbar-item .menu-target:focus, .toolbar-item .menu-target:hover,\n .toolbar-item:focus, .toolbar-item:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #333\" */\n .typeahead-result {\n color: #bebebe;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .typeahead-result.navigation-focus, .typeahead-result:hover,\n .typeahead-result[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\" */\n .typeahead-result.navigation-focus .octicon-plus,\n .typeahead-result:hover .octicon-plus,\n .typeahead-result[aria-selected=true] .octicon-plus {\n color: #fff;\n }\n /* github.com: \"color: #586069\" */\n .member-suggestion .already-member-note, .member-suggestion .member-name,\n .member-suggestion .non-member-action, .member-suggestion .non-member-note {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .member-suggestion.navigation-focus .already-member-note,\n .member-suggestion.navigation-focus .member-email,\n .member-suggestion.navigation-focus .member-name,\n .member-suggestion.navigation-focus .non-member-action,\n .member-suggestion.navigation-focus .non-member-note,\n .member-suggestion.navigation-focus .octicon,\n .member-suggestion:hover .already-member-note,\n .member-suggestion:hover .member-email,\n .member-suggestion:hover .member-name,\n .member-suggestion:hover .non-member-action,\n .member-suggestion:hover .non-member-note, .member-suggestion:hover .octicon,\n .member-suggestion[aria-selected=true] .already-member-note,\n .member-suggestion[aria-selected=true] .member-email,\n .member-suggestion[aria-selected=true] .member-name,\n .member-suggestion[aria-selected=true] .non-member-action,\n .member-suggestion[aria-selected=true] .non-member-note,\n .member-suggestion[aria-selected=true] .octicon {\n color: #fff;\n }\n /* github.com: \"color: #586069\" */\n .team-suggestion .team-description, .team-suggestion .team-size {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .team-suggestion.navigation-focus .team-description,\n .team-suggestion.navigation-focus .team-size,\n .team-suggestion[aria-selected=true] .team-description,\n .team-suggestion[aria-selected=true] .team-size {\n color: #fff;\n }\n /* github.com: \"color: #959da5\" */\n .email-suggestion .octicon-mail {\n color: #767676;\n }\n /* github.com: \"color: #586069\" */\n .repo-access-add-team .team-description, .repo-access-add-team .team-size {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .repo-access-add-team.navigation-focus .team-description,\n .repo-access-add-team.navigation-focus .team-size,\n .repo-access-add-team[aria-selected=true] .team-description,\n .repo-access-add-team[aria-selected=true] .team-size {\n color: #fff;\n }\n /* github.com: \"#e1e4e8\" */\n .user-list-item + .user-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"color: #fff\", \"#cb2431\" */\n .follow-list .flagged-banner {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .follow-list .follow-list-info,\n .user-status-org-button .user-status-org-detail {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .user-status-org-button:focus .user-status-org-detail,\n .user-status-org-button:hover .user-status-org-detail {\n color: #fff;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .user-status-org-button.selected {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\" */\n .user-status-org-button.selected .user-status-org-detail {\n color: #fff;\n }\n /* github.com: \"#ffea7f\" */\n .user-status-limited-availability-compact {\n background-color: #542;\n }\n /* github.com: \"color: #24292e\" */\n .user-status-message-wrapper {\n color: #cdcdcd;\n }\n /* github.com: \"#0366d6\" */\n .toggle-user-status-edit:focus .user-status-message-wrapper,\n .toggle-user-status-edit:hover .user-status-message-wrapper {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"rgba(149,157,165,.15)\" */\n .user-status-circle-badge-container:hover .user-status-circle-badge {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* github.com: \"#fff\", \"#e1e4e8\", \"rgba(27,31,35,.04)\" */\n .user-status-circle-badge {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 1px 0 #000;\n }\n /* github.com: \"none\" */\n .wiki-footer .markdown-body img {\n background: none;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .ColorSwatch {\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#2188ff\" */\n .hx_text-blue-light {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#f1f8ff\" */\n .hx_avatar_stack_commit .AvatarStack-body {\n background-color: #182030;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .hx_flex-avatar-stack-item .avatar {\n border-color: #181818;\n background-color: #181818;\n }\n /* github.com: \"box-shadow: none\" */\n .hx_badge-search-container .hx_badge-input {\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none !important\" */\n .hx_badge-search-container .hx_badge-input:focus {\n box-shadow: none !important;\n }\n /* github.com: \"color: #fff !important\", \"#0366d6\", \"#0366d6\" */\n .hx_badge[aria-pressed=true] {\n color: #fff !important;\n background-color: /*[[base-color]]*/ !important;\n border-color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"#fafbfc\" */\n @media (hover:hover) {\n .hx_menuitem--focus {\n background-color: #181818;\n }\n }\n /* github.com: \"rgba(115,92,15,.5)\" */\n .hx_color-repo-private-icon {\n color: rgba(204, 187, 68, .5);\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .hx_bg-black-fade-15 {\n background-color: rgba(220, 220, 220, .22);\n }\n /* github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n body:not(.intent-mouse) .hx_focus-input:focus + .hx_focus-target {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* github.com: \"color: #959da5\" */\n .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled=true] {\n color: #767676;\n }\n /* github.com: \"box-shadow: none\" */\n .Box--responsive .Box-row--unread {\n box-shadow: none;\n }\n /* github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .Box--responsive .Box-row--unread::before {\n color: #fff;\n background-image: linear-gradient(/*[[base-color]]*/, /*[[base-color]]*/);\n }\n /* github.com: \"#e1e4e8\", \"#0366d6\" */\n @media (min-width:544px) {\n .Box--responsive {\n border-color: #343434;\n }\n .Box--responsive .Box-row--unread {\n box-shadow: inset 2px 0 0 /*[[base-color]]*/;\n }\n }\n /* github.com: \"color: #6a737d\" */\n @media (max-width:767px) {\n .page-responsive .hx_rsm-close-button .octicon-x,\n .page-responsive .hx_rsm .close-button .octicon-x {\n color: #949494;\n }\n }\n /* github.com: \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n .select-menu-modal {\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"#fff\" */\n .select-menu-filters, .select-menu-header {\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .preview-selected .tabnav--responsive {\n border-bottom-color: #343434;\n }\n /* github.com: \"#fafbfc\", \"#e1e4e8\", \"#fff\" */\n @media (max-width:767px) {\n .tabnav--responsive .tabnav-tab {\n background-color: #181818;\n border-color: #343434;\n }\n .tabnav--responsive .tabnav-tab:first-child {\n border-left-color: #343434;\n }\n .tabnav--responsive .tabnav-tab.selected,\n .tabnav--responsive .tabnav-tab[aria-selected=true] {\n background-color: #181818;\n }\n }\n /* github.com: \"#e1e4e8\" */\n @media (max-width:767px) {\n .hx_sm-hide-drag-drop textarea {\n border-bottom-color: #343434;\n }\n }\n /* github.com: \"#586069\" */\n .Toast--loading .Toast-icon {\n background-color: #343434;\n }\n /* github.com: \"initial\" */\n .autocomplete-item {\n background-color: initial;\n }\n /* github.com: \"#fff\" */\n .details-overlay[open] > .dropdown-item:hover {\n background-color: #181818;\n }\n /* github.com: \"color: #959da5\" */\n .radio-label .octicon {\n color: #767676;\n }\n /* github.com: \"color: #6a737d\", \"#eff3f6\" */\n .radio-input:disabled + .radio-label {\n color: #949494;\n background-color: #242424;\n }\n /* github.com: \"#e1e4e8\" */\n .BorderGrid-cell, .drag-and-drop {\n border-color: #343434;\n }\n /* github.com: \"color: #6a737d\" */\n .flash .btn .octicon {\n color: #949494;\n }\n /* github.com: \"#f3f4f6\" */\n .form-group .form-control[disabled], .form-group .form-select[disabled] {\n background-color: #242424;\n }\n /* github.com: \"#735c0f\", \"#f9c513\" */\n .Label--outline.bg-yellow-light {\n color: #bba257;\n border-color: #cb4;\n }\n /* github.com: \"#0366d6\", \"#0366d6\" */\n .label.bg-blue {\n color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* github.com: \"#e1e4e8\" */\n .signed-commit-badge-large, .signed-commit-badge-medium,\n .signed-commit-badge-small, .timeline-comment-label {\n border-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .delete-topic-button, .topic-tag, .topic-tag-action,\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#e1e4e8\" */\n .timeline-comment, .timeline-comment-header {\n border-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .branch-action-item.border-gray-dark {\n border-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .branch-action-body, .branch-action-state-closed-dirty .branch-action-body,\n .branch-action-state-dirty .branch-action-body,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body {\n border-color: #343434;\n }\n /* github.com: \"box-shadow: none\" */\n .notification-list-item-actions .btn {\n box-shadow: none;\n }\n /* github.com: \"#f9826c\" */\n .pagehead-tabs-item.selected, .reponav-item.selected {\n border-top-color: #fff;\n }\n /* github.com: \"#28a745\" */\n .branch-action-state-clean .branch-action-icon,\n .completeness-indicator-success {\n background-color: #484;\n }\n /* github.com: \"color: #586069\", \"#e1e4e8\" */\n .pullquote {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* github.com: \"color: #fff\", \"#1074e7\", \"#1074e7\" */\n .btn-mktg {\n color: #fff;\n border: 1px solid /*[[base-color]]*/;\n }\n /* github.com: \"#0366d6\", \"#0366d6\" */\n .btn-mktg, .btn-mktg:hover {\n background-color: /*[[base-color]]*/;\n }\n .btn-mktg:hover {\n border-color: /*[[base-color]]*/;\n }\n /* github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn-mktg:focus {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* github.com: \"#28a745\", \"#28a745\" */\n .btn-primary-mktg:hover {\n background-color: #484;\n border-color: #484;\n }\n /* github.com: \"#0366d6\", \"hsla(0,0%,100%,0)\", \"#1074e7\" */\n .btn-outline-mktg, .btn-outline-mktg:hover {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n .btn-outline-mktg:hover {\n border-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\", \"initial\", \"none\", \"hsla(0,0%,100%,.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: initial;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .lead-mktg-fluid {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .btn-black-mktg-fluid, .btn-lg-mktg-fluid, .btn-mktg-fluid,\n .btn-purple-mktg-fluid {\n color: #fff;\n }\n /* github.com: \"none\" */\n .btn-outline-mktg-fluid, .btn-outline-mktg-fluid.hover,\n .btn-outline-mktg-fluid.selected, .btn-outline-mktg-fluid:active,\n .btn-outline-mktg-fluid:hover, .btn-outline-mktg-fluid[aria-selected=true],\n .btn-purple-outline-mktg-fluid, .btn-purple-outline-mktg-fluid.hover,\n .btn-purple-outline-mktg-fluid.selected,\n .btn-purple-outline-mktg-fluid:active, .btn-purple-outline-mktg-fluid:hover,\n .btn-purple-outline-mktg-fluid[aria-selected=true],\n [open] > .btn-outline-mktg-fluid, [open] > .btn-purple-outline-mktg-fluid {\n background: none;\n }\n /* github.com: \"color: #fff\", \"none\" */\n .btn-white-outline-mktg-fluid {\n color: #fff;\n background: none;\n }\n /* github.com: \"color: #fff\", \"none\", \"hsla(0,0%,100%,.5)\" */\n .btn-white-outline-mktg-fluid.hover, .btn-white-outline-mktg-fluid.selected,\n .btn-white-outline-mktg-fluid:active, .btn-white-outline-mktg-fluid:hover,\n .btn-white-outline-mktg-fluid[aria-selected=true],\n [open] > .btn-white-outline-mktg-fluid {\n color: #fff;\n background: none;\n box-shadow: inset 0 0 0 2px hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,.5)\" */\n .btn-white-outline-mktg-fluid.focus, .btn-white-outline-mktg-fluid:focus {\n box-shadow: inset 0 0 0 2px #181818, 0 0 0 4px hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"none\" */\n .btn-invisible-mktg-fluid, .btn-invisible-mktg-fluid::before,\n .btn-invisible-mktg-fluid:hover, .btn-lg-invisible-mktg-fluid,\n .btn-lg-invisible-mktg-fluid::before, .btn-lg-invisible-mktg-fluid:hover {\n background: none !important;\n }\n /* github.com: \"box-shadow: none\" */\n .btn-invisible-mktg-fluid.focus, .btn-invisible-mktg-fluid:focus,\n .btn-lg-invisible-mktg-fluid.focus, .btn-lg-invisible-mktg-fluid:focus {\n box-shadow: none;\n }\n /* github.com: \"rgba(27,31,35,.3)\" */\n .box-shadow-border-mktg {\n box-shadow: 0 0 1px 0 #000 !important;\n }\n /* github.com: \"rgba(27,31,35,.3)\" */\n .box-shadow-card-border-mktg {\n box-shadow: 0 3px 2px rgba(0, 0, 0, .04), 0 7px 5px rgba(0, 0, 0, .02), 0 13px 10px rgba(0, 0, 0, .02), 0 22px 17px rgba(0, 0, 0, .02), 0 0 1px 0 #000 !important;\n }\n /* github.com: \"#fff\" */\n .testimonial-avatar {\n border-color: #181818;\n }\n /* github.com: \"transparent\" */\n .customer-story-overlay {\n background-image: linear-gradient(180deg, #000 -5%, transparent 50%);\n }\n /* github.com: \"none\" */\n .page-nav .page-nav-trigger {\n background: none;\n }\n /* github.com: \"color: #6a737d\" */\n .page-nav-item {\n color: #949494;\n }\n /* github.com: \"#f6f8fa\" */\n .page-nav-item::before {\n background-color: #222;\n }\n /* github.com: \"color: #444d56 !important\" */\n .page-nav-item:hover {\n color: #afafaf !important;\n }\n /* github.com: \"color: #24292e\" */\n .page-nav-item.selected {\n color: #cdcdcd;\n }\n /* github.com: \"#eee\" */\n hr {\n border-bottom-color: #343434;\n }\n /* github.com: \"#032f62\" */\n .bg-blue-dark {\n background-color: #182030 !important;\n }\n /* github.com: \"#fb8532\" */\n .bg-orange {\n background-color: #fb8532 !important;\n }\n /* github.com: \"#79b8ff\" */\n .text-blue-light, .text-blue-mktg {\n color: /*[[base-color]]*/ !important;\n }\n /* github.com: \"color: #808891\" */\n .text-gray-light-ultra {\n color: #767676;\n }\n /* github.com: \"#d1d5da\",\"hsla(0,0%,100%,0)\" */\n .underline-dashed {\n background-image: linear-gradient(90deg, #404040 50%, transparent 0);\n }\n /* github.com: \"#1074e7\", \"box-shadow: 0 1px 0 0 rgba(16,116,231,.5)\" */\n .link-mktg {\n box-shadow: 0 1px 0 0 rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* github.com: \"#0366d6\", \"#1074e7\" */\n .link-mktg, .link-mktg:hover {\n color: /*[[base-color]]*/;\n }\n .link-mktg:hover {\n box-shadow: 0 1px 0 0 /*[[base-color]]*/;\n }\n /* github.com: \"color: #fff\", \"hsla(0,0%,100%,.5)\" */\n .link-white-mktg {\n color: #fff;\n box-shadow: 0 1px 0 0 hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"#fff\" */\n .link-white-mktg:hover {\n box-shadow: 0 1px 0 0 #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .Tile {\n background-color: #222;\n }\n /* github.com: \"#fafbfc\" */\n .bg-hero-dots-gray::before, .Tile:hover {\n background-color: #181818;\n }\n /* github.com: \"#fafbfc\" */\n @media (max-width:1012px) {\n .enterprise-section-container {\n background-color: #181818;\n }\n }\n /* github.com: \"#fff\" */\n .enterprise-garden-container::after {\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .sponsors-discussion::after {\n background-color: #343434;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .sponsors-popover::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .sponsors-popover::after {\n border-top-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .sponsors-listing-featured-item .item-handle {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .subnav-link {\n color: #949494;\n }\n /* github.com: \"color: #24292e\", \"#e1e4e8\" */\n .subnav-link:hover {\n color: #cdcdcd;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #1b1f23 !important\", \"#1074e7\" */\n .subnav-link.selected {\n color: #dcdcdc !important;\n border-bottom-color: /*[[base-color]]*/;\n }\n /* github.com: \"transparent\" */\n .subnav-btn {\n background-color: transparent;\n }\n /* github.com: \"color: #fff\", \"#1074e7\" */\n @media (min-width:768px) {\n .subnav-btn {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n }\n /* github.com: \"transparent\" */\n .subnav-btn:hover {\n background-color: transparent;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n @media (min-width:768px) {\n .subnav-btn:hover {\n color: #fff;\n background: /*[[base-color]]*/;\n }\n }\n /* github.com: \"#e1e4e8\" */\n @media (min-width:768px) {\n .subnav-primary:hover {\n border-bottom-color: #343434;\n }\n }\n /* github.com: \"#1074e7\" */\n @media (min-width:768px) {\n .subnav-primary.selected {\n border-bottom-color: /*[[base-color]]*/;\n }\n }\n /* github.com: \"color: #24292e\" */\n .site-subnav-nav .selected {\n color: #cdcdcd;\n }\n /* github.com: \"#eaecef\" */\n .pricing-table td, .pricing-table thead th {\n border-bottom-color: #343434;\n }\n /* github.com: \"#eaecef\", \"#eaecef\" */\n .pricing-table td + td {\n border-right-color: #343434;\n border-left-color: #343434;\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .fade-img-to-white-bg::before {\n background: linear-gradient(180deg, #181818 0, transparent);\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .fade-img-to-white-bg::after {\n background: linear-gradient(0deg, #181818 0, transparent);\n }\n /* github.com: \"color: #fff\", \"#005cc5\" */\n .pricing-plan-tab {\n color: #fff;\n background-color: #4f8cc9;\n }\n /* github.com: \"color: #24292e\", \"#fff\" */\n .pricing-plan-tab-active {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"initial\" */\n .pricing-testimonial-logo {\n background-color: initial;\n }\n /* github.com: \"#e1e4e8\" */\n .pricing-testimonial-logo-active {\n background-color: #343434;\n }\n /* github.com: \"initial\" */\n .pricing-matrix-row-button {\n background-color: initial;\n }\n /* github.com: \"#e1e4e8\" */\n .pricing-matrix-row:hover .pricing-matrix-column-feature,\n .pricing-matrix-row:hover .pricing-matrix-row-text {\n background-color: #343434;\n }\n /* github.com: \"#fff\" */\n .pricing-matrix-column-tier {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .pricing-matrix-row:hover .pricing-matrix-column-tier {\n background-color: #222;\n }\n /* github.com: \"color: #959da5\" */\n .codespaces-subtitle {\n color: #767676;\n }\n /* github.com: \"#e1e4e8\" */\n .codespaces-develop-time {\n background-color: #343434;\n }\n /* github.com: \"color: #fff\" */\n .section-codespaces-develop-night .codespaces-develop-header {\n color: #fff;\n }\n /* github.com: \"hsla(0,0%,100%,.8)\" */\n .section-codespaces-develop-night .codespaces-develop-text {\n color: hsla(0, 0%, 100%, .8) !important;\n }\n /* github.com: \"box-shadow: none\" */\n .section-codespaces-develop-night .codespaces-sun {\n box-shadow: none;\n }\n /* github.com: \"#24292e\" */\n .bg-gradient-gray {\n background-image: linear-gradient(175.44deg, #383838 1.44%, #181818 96.23%);\n }\n /* github.com: \"#fff\" */\n .bg-radial-white {\n background: radial-gradient(145.3% 145.3% at 65.91% 0, #181818 0, #f0f0f0 100%);\n }\n /* github.com: \"hsla(0,0%,100%,.6)\" */\n .jumbotron-codelines {\n color: hsla(0, 0%, 0%, .6);\n }\n /* github.com: \"#24292e\" */\n .jumbotron-netneutrality {\n background-color: #181818;\n }\n /* github.com: \"#24292e\" */\n @media (min-width:768px) {\n .jumbotron-netneutrality {\n background-color: #181818;\n }\n }\n /* github.com: \"#f5f0ff\", \"#6f42c1\" */\n @media (min-width:768px) {\n .illflow-purple .selected {\n background-color: #213;\n }\n .illflow-purple .selected::after {\n border-color: transparent transparent #213;\n }\n .illflow-purple .illflow-item .illflow-item-heading {\n color: #9378ba;\n }\n }\n /* github.com: \"#f1f8ff\", \"#0366d6\" */\n @media (min-width:768px) {\n .illflow-blue .selected {\n background-color: #182030;\n }\n .illflow-blue .selected::after {\n border-color: transparent transparent #182030;\n }\n .illflow-blue .illflow-item .illflow-item-heading {\n color: /*[[base-color]]*/;\n }\n }\n /* github.com: \"color: #444d56\" */\n .illflow-item .illflow-item-heading {\n color: #afafaf;\n }\n /* github.com: \"#fafbfc\", \"color: #24292e\" */\n @media (min-width:768px) {\n .illflow-item:not(.selected):hover {\n background-color: #181818;\n }\n .illflow-item.selected .illflow-item-heading {\n color: #cdcdcd;\n }\n }\n /* github.com: \"#444d56\" */\n .IconNav-item.selected {\n border-color: #484848;\n }\n /* github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg:-ms-input-placeholder {\n color: #cdcdcd;\n }\n /* github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg::-ms-input-placeholder {\n color: #cdcdcd;\n }\n /* github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg::placeholder {\n color: #cdcdcd;\n }\n /* github.com: \"color: #6a737d\" */\n .home-hero-signup .form-control-note {\n color: #949494;\n }\n /* github.com: \"color: #959da5\" */\n .home-hero-signup .form-control-note .notice-highlight {\n color: #767676;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .customer-story-card {\n box-shadow: 0 2px 4px #000;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .card-mktg {\n box-shadow: 0 1px 15px #000, 0 0 1px rgba(106, 115, 125, .35);\n }\n /* github.com: \"#fb8532\" */\n .border-orange {\n border-color: #fb8532 !important;\n }\n /* github.com: \"color: #032f62 !important\" */\n .text-blue-dark {\n color: #9daccc !important;\n }\n /* github.com: \"color: #959da5\" */\n .actions-event-token {\n color: #767676;\n }\n /* github.com: \"#d1d5da\" */\n .actions-event-token span {\n color: #404040;\n }\n /* github.com: \"#0366d6\" */\n .actions-template-card:hover .actions-template-repo {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #959da5\" */\n .actions-template-repo {\n color: #767676;\n }\n /* github.com: \"color: #24292e !important\", \"#e1e4e8\" */\n .selected .security-nav-item {\n color: #cdcdcd !important;\n box-shadow: inset 0 -3px 0 #343434;\n }\n /* github.com: \"#d1d5da\" */\n .security-nav-icon {\n color: #404040;\n }\n /* github.com: \"initial\" */\n @media (min-width:1012px) {\n .insights-hero-text {\n background-color: initial;\n }\n }\n /* github.com: \"hsla(0,0%,100%,0)\" */\n .insights-hero-text::after {\n background-image: linear-gradient(hsla(0, 0%, 100%, .85), transparent);\n }\n /* github.com: \"#fff\" */\n @media (min-width:1012px) {\n .insights-dashboard-callout {\n background-color: #181818;\n }\n }\n /* github.com: \"#0366d6\", \"#2188ff\" */\n .insights-dash-dot-ripple > span {\n background-color: /*[[base-color]]*/;\n box-shadow: 0 0 5px /*[[base-color]]*/, inset 0 0 5px /*[[base-color]]*/;\n }\n /* github.com: \"#2188ff\" */\n .insights-dash-dot-ripple > div {\n border: 2px solid /*[[base-color]]*/;\n }\n /* github.com: \"#34d058\" */\n .packages-badge {\n background-color: #373;\n }\n /* github.com: \"transparent\" */\n .gpr-cli-tab {\n background-color: transparent;\n }\n /* github.com: \"#24292e\" */\n .gpr-cli-tab:hover {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .MarketingBody > p {\n color: #afafaf;\n }\n /* github.com: \"#c8e1ff\" */\n .MarketingBody blockquote, .MarketingBody blockquote::before {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #586069\" */\n .MarketingBody ol, .MarketingBody ul {\n color: #afafaf;\n }\n /* github.com: \"color: #1b1f23\" */\n .MarketingBody ol strong, .MarketingBody ul strong {\n color: #dcdcdc;\n }\n /* github.com: \"color: #2f363d !important\" */\n .MarketingBody-lead > p:first-child {\n color: #bebebe !important;\n }\n /* github.com: \"#0366d6\" */\n .MarketingBody-lead a, .MarketingBody-lead a:hover {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#c8e1ff\",\"#79b8ff\" */\n .section-mobile-notification::after {\n background: linear-gradient(#246, /*[[base-color]]*/, #246);\n }\n /* github.com: \"#fff\" */\n .phone-buttons, .phone-buttons::after, .phone-buttons::before {\n background-color: #181818;\n }\n /* github.com: \"#fff\", \"rgba(0,0,0,.15)\" */\n .phone-background {\n border-color: #181818;\n box-shadow: 0 2px 30px #000, inset 30px 0 20px 20px rgba(0, 0, 0, .01);\n }\n /* github.com: \"#f6f8fa\" */\n .phone-background::before {\n border-color: #202020;\n }\n /* github.com: \"#e1e4e8\" */\n .animate-mobile-triage .mobile-triage-overlay {\n filter: drop-shadow(-7px 10px 6px #343434);\n }\n /* github.com: \"#dbedff\" */\n .mobile-work-overlay-bluetap {\n background-color: #182030;\n }\n /* github.com: \"#ec6cb9\" */\n .mobile-particle-square-pink {\n background-color: #c49;\n }\n /* github.com: \"#fb8532\" */\n .mobile-particle-square-orange {\n background-color: #fb8532;\n }\n /* github.com: \"#2188ff\" */\n .mobile-particle-circle-blue, .mobile-particle-circle-blue-2 {\n background: /*[[base-color]]*/;\n }\n /* github.com: \"#8a63d2\" */\n .mobile-particle-circle-purple {\n background-color: #53387a;\n }\n /* github.com: \"#ec6cb9\" */\n .mobile-particle-circle-orange, .mobile-particle-circle-pink {\n background-color: #c49;\n }\n /* github.com: \"#fb8532\" */\n .mobile-particle-circle-orange {\n background-color: #fb8532;\n }\n /* github.com: \"#8a63d2\" */\n .mobile-particle-square-purple {\n background-color: #53387a;\n }\n /* github.com: \"#34d058\" */\n .mobile-particle-circle-green {\n background-color: #373;\n }\n /* github.com: \"#d1d5da\", \"rgba(149,157,165,.2)\" */\n @media (min-width:544px) {\n .summarylink:active .summarylink-btn, .summarylink:hover .summarylink-btn {\n border-color: #404040;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n }\n /* github.com: \"#8a63d2\" */\n .particle-square-purple {\n background-color: #53387a;\n }\n /* github.com: \"#2188ff\" */\n .particle-circle-blue {\n background: /*[[base-color]]*/;\n }\n /* github.com: \"#34d058\" */\n .particle-circle-green {\n background-color: #373;\n }\n /* github.com: \"#fb8532\" */\n .particle-circle-orange, .particle-circle-orange-2 {\n background-color: #fb8532;\n }\n /* github.com: \"#34d058\" */\n .particle-circle-green-2 {\n background-color: #373;\n }\n /* github.com: \"#2188ff\" */\n .particle-circle-blue-2 {\n background: /*[[base-color]]*/;\n }\n /* github.com: \"#8a63d2\" */\n .particle-square-purple-2 {\n background-color: #53387a;\n }\n /* github.com: \"rgba(0,0,0,.2)\" */\n .apps-cluster .CircleBadge.tooltipped:hover {\n box-shadow: 0 3px 8px 0 rgba(255, 255, 255, .7);\n }\n /* github.com: \"#e1e4e8\" */\n .apps-quadrangle .CircleBadge::after {\n background-color: #343434;\n }\n /* github.com: \"#24292e\" */\n .DeveloperVideo-data {\n background-color: #181818;\n }\n /* github.com: \"none\", \"transparent\" */\n @media (min-width:768px) {\n .DeveloperVideo-data {\n background: none;\n background-image: linear-gradient(transparent, rgba(27, 31, 35, .95));\n }\n }\n /* github.com: \"#2f363d\" */\n .btf-border {\n border-top-color: #282828;\n }\n /* github.com: \"hsla(0,0%,100%,0)\",\"#fff\",\"#eaf5ff\" */\n .signup-prompt-bg {\n background-image: linear-gradient(180deg, transparent 50%, #181818), linear-gradient(70deg, #182030 32%, #f6fff8);\n }\n /* github.com: \"color: #586069\" */\n .SegmentedNav .selected {\n color: #afafaf;\n }\n /* github.com: \"#fafbfc\" */\n .home-enterprise-wrapper::before {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .choose-team-lp {\n background-color: #222;\n }\n /* github.com: \"color: #2f363d\" */\n .choose-team-lp .lead-mktg {\n color: #bebebe;\n }\n /* github.com: \"#044289\" */\n .choose-team-lp .hero-form {\n background-color: rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* github.com: \"color: #fff\" */\n .choose-team-lp .hero-form .tooltipped {\n color: #fff;\n }\n /* github.com: \"#fff\" */\n .choose-team-lp .landing-page-section.features {\n background-color: #181818;\n }\n /* github.com: \"#2188ff\" */\n .choose-team-lp .landing-page-section.customers {\n background-color: /*[[base-color]]*/;\n }\n /* github.com: \"color: #2f363d\" */\n .choose-team-lp .feature-list {\n color: #bebebe;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .choose-team-lp .customer-quote {\n box-shadow: 0 4px 12px #000;\n }\n /* github.com: \"#044289\" */\n .choose-team-lp .landing-page-footer {\n background-color: rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* github.com: \"#032f62\" */\n .choose-team-lp .landing-page-sub-footer {\n background-color: #182030;\n }\n /* github.com: \"#c8e1ff\" */\n .choose-team-lp .footer-link {\n color: /*[[base-color]]*/;\n }\n /* github.com: \"#fff\" */\n .team-octicon {\n background-color: #181818;\n }\n /* github.com: \"#d1d5da\" */\n .team-collaboration-box::before {\n border-bottom-color: #404040;\n }\n /* github.com: \"#fff\" */\n .team-collaboration-box::after {\n border-bottom-color: #181818;\n }\n /* github.com: \"#d1d5da\", \"#fff\" */\n @media (min-width:768px) {\n .team-collaboration-box--left::before {\n border-left-color: #404040;\n }\n .team-collaboration-box--left::after {\n border-left-color: #181818;\n }\n }\n /* github.com: \"#d1d5da\", \"#fff\" */\n @media (min-width:768px) {\n .team-collaboration-box--right::before {\n border-right-color: #404040;\n }\n .team-collaboration-box--right::after {\n border-right-color: #181818;\n }\n }\n /* end github.com rules */\n body, body.bg-gray {\n background-color: #151515 !important;\n background-image: var(--ghd-bg-img) !important;\n background-clip: border-box !important;\n background-origin: padding-box !important;\n background-attachment: /*[[bg-attachment]]*/ !important;\n /*[[bg-options]]*/\n }\n /* custom code font */\n pre, code, tt, kbd:not(.badmono), samp, .blob-code, .file-data pre, .line-data,\n #gist-form .file .input textarea, .blob-code-inner {\n font-family: \"/*[[font-choice]]*/\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace !important;\n font-feature-settings: /*[[font-features]]*/ !important;\n font-size: /*[[font-size-choice]]*/ !important;\n }\n /* Base link colors */\n .Header-link:focus, .Header-link:hover, table.files .octicon-file-directory,\n table.files .octicon-file-symlink-directory,\n table.files .octicon-file-submodule, .header-logo-invertocat:hover,\n .notification-indicator:hover, .markdown-body a strong,\n .markdown-format a strong, .notifications.list-group a:hover,\n a.octolinker-link[href], .discussion-sidebar-toggle:hover, .commit-id:hover,\n body[class=\"page-responsive\"] .files-list .octicon,\n .timeline-comment-action:hover {\n color: /*[[base-color]]*/ !important;\n }\n .btn-link .octicon-kebab-horizontal:hover {\n color: /*[[base-color]]*/;\n }\n #notebook a:hover, #notebook a:focus {\n color: /*[[base-color]]*/;\n opacity: .8;\n }\n body.api li a code {\n color: rgba(/*[[base-color-rgb]]*/, .9) !important;\n }\n body.api li a:active code, body.api li a:hover code {\n color: rgba(/*[[base-color-rgb]]*/, 1) !important;\n }\n /* Base color panel */\n option:hover, .listings-layout .nav li a:hover,\n #fork-select .target:not(.disabled):hover, table.upgrades tr:hover td,\n .email-format .email-hidden-toggle:hover a, .dashboard-tabs a:hover,\n .documentation-results a:hover, .hidden-text-expander a:hover,\n .example-nav li a.selected, .issues-reset-query:hover .octicon-x,\n .segmented-nav li.active, .diff-expander:hover, .owner-select-target:hover,\n .release-timeline-tags .expander-text:hover .expander-dots,\n .search-result-item.navigation-focus, .pull-request-link:hover,\n .issues-reset-query:hover .issues-reset-query-block, .result.selected,\n .result:hover, .CommunityTemplate-highlight, .version-picker a:hover,\n .discussion-item-changes-marker.is-unread .discussion-item-icon {\n background: /*[[base-color]]*/ !important;\n }\n .diff-table button.add-line-comment, .add-line-comment {\n background: /*[[base-color]]*/;\n }\n .context-button::after {\n border-color: /*[[base-color]]*/ transparent transparent !important;\n }\n .timeline-progressive-disclosure-button:hover,\n .release-timeline-tags .expander-text:hover .expander-dots,\n .review-comment[aria-selected=true],\n .timeline-comment[aria-selected=true] .review-summary .comment-body {\n border-color: /*[[base-color]]*/ !important;\n }\n @keyframes autofill {\n to {\n background-color: #181818;\n background-image: none;\n color: #ddd;\n }\n }\n input:-webkit-autofill, input:-webkit-autofill:hover,\n input:-webkit-autofill:focus, textarea:-webkit-autofill,\n textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,\n select:-webkit-autofill, select:-webkit-autofill:hover,\n select:-webkit-autofill:focus {\n animation-name: autofill !important;\n animation-fill-mode: both !important;\n }\n #com #header .top-nav .dropdown-button:hover .dropdown-caret,\n .header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret,\n .header-navlink:hover .dropdown-caret, .header-navlink:focus .dropdown-caret,\n .HeaderNavlink:hover .dropdown-caret, .HeaderNavlink:focus .dropdown-caret {\n border-top-color: /*[[base-color]]*/ !important;\n }\n .table-list .table-list-item.unread .table-list-cell-checkbox,\n .Box-row--unread, .Box-row.unread {\n border-left-color: /*[[base-color]]*/ !important;\n box-shadow: 2px 0 0 /*[[base-color]]*/ inset !important;\n }\n /* notification icon - \"transparent\" border */\n .notification-indicator .mail-status {\n border-color: #181818;\n }\n /* text selection */\n ::selection {\n background-color: /*[[base-color]]*/ !important;\n color: #fff !important;\n }\n ::-moz-selection {\n background-color: /*[[base-color]]*/ !important;\n color: #fff !important;\n }\n .CodeMirror-selected {\n background: rgba(255, 255, 255, .12) !important;\n }\n .CodeMirror ::selection {\n background: rgba(255, 255, 255, .12) !important;\n }\n .CodeMirror ::-moz-selection {\n background: rgba(255, 255, 255, .12) !important;\n }\n /* placeholder */\n ::-webkit-input-placeholder {\n color: #666 !important;\n opacity: 1 !important;\n }\n ::-moz-placeholder {\n color: #666 !important;\n opacity: 1 !important;\n }\n ::placeholder {\n color: #666 !important;\n opacity: 1 !important;\n }\n .select-menu-text-filter input::-webkit-input-placeholder {\n color: #555 !important;\n }\n .select-menu-text-filter input::-moz-placeholder {\n color: #555 !important;\n }\n .select-menu-text-filter input::placeholder {\n color: #555 !important;\n }\n ::-webkit-calendar-picker-indicator {\n background-color: #181818;\n color: #c9c9c9;\n }\n ::-webkit-calendar-picker-indicator:hover {\n color: #666;\n }\n /* Remove dotted borders on already otherwise higlighted elements (Firefox) */\n .dropdown-item:focus, .details-dialog:focus {\n outline: none;\n }\n /* commit tease */\n .commit-tease, .commit-tease-sha, .commit-tease .commit-author {\n color: #bebebe !important;\n }\n /* HACK: Match font-size to rest of the box */\n .commit-tease > .f6 {\n font-size: 13px !important;\n }\n /* people panel org page issue #1041 */\n .auto-search-group input[type=\"text\"][aria-label] {\n background: #181818;\n }\n /* focus hightlight */\n a:focus, button:focus, [tabindex] {\n outline-color: /*[[base-color]]*/ !important;\n }\n input.focus[type=\"text\"], #adv_code_search .focus.search-page-label,\n .focused .drag-and-drop, #adv_code_search .search-page-label:focus,\n #q:focus ~ button, input.color-editor-input:focus, #ghd-settings select:focus,\n #ghd-settings input:focus, .intgrs-lstng-item:hover,\n .ajax-pagination-btn:focus, input[type=\"checkbox\"]:focus,\n div.search-form input:focus, #search > input[name=\"q\"]:focus {\n border-color: /*[[base-color]]*/ !important;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 2px /*[[base-color]]*/ !important;\n outline-color: /*[[base-color]]*/ !important;\n }\n /* add border to site search field */\n .radio-group input[type=radio] {\n position: relative !important;\n }\n .dragover textarea, .dragover .drag-and-drop {\n box-shadow: 0 0 1px 1px /*[[base-color]]*/ !important;\n }\n /* below style is workaround for Firefox. */\n /* see: https://bugzilla.mozilla.org/show_bug.cgi?id=1394491 */\n optgroup::before {\n color: #888 !important;\n background-color: #181818 !important;\n }\n optgroup {\n background-color: #191919 !important;\n }\n /* custom checkboxes and radios */\n input[type=\"checkbox\"], input[type=\"checkbox\"]:focus, input[type=\"radio\"],\n input[type=\"radio\"]:focus, input[type=\"checkbox\"]:hover:active,\n input[type=\"radio\"]:hover:active, input[type=\"checkbox\"]:disabled,\n input[type=\"checkbox\"]:hover:disabled,\n input[type=\"checkbox\"]:hover:active:disabled {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n background-color: #181818;\n border: 1px solid #484848;\n color: #eee;\n height: 14px;\n width: 14px;\n }\n input[type=\"radio\"] {\n border-radius: 100% !important;\n }\n input[type=\"checkbox\"]:disabled, input[type=\"checkbox\"]:hover:disabled,\n input[type=\"checkbox\"]:hover:active:disabled, input[type=\"radio\"]:disabled {\n background-color: #282828 !important;\n color: #555 !important;\n }\n input[type=\"checkbox\"]:checked {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 0h512v512H0z\"/><path fill=\"%23ddd\" d=\"M99 213l-1 89 104 102 205-201v-91L203 315 99 213z\"/></svg>') !important;\n background-size: cover !important;\n }\n input[type=\"checkbox\"]:checked:disabled {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 0h512v512H0z\" fill=\"%23282828\"/><path fill=\"%23555\" d=\"M99 213l-1 89 104 102 205-201v-91L203 315 99 213z\"/></svg>') !important;\n }\n input[type=\"checkbox\"]:indeterminate {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect width=\"512\" height=\"512\" fill=\"%23000\"/><rect x=\"64\" y=\"192\" width=\"384\" height=\"128\" fill=\"%23ddd\"/></svg>') !important;\n background-size: cover !important;\n }\n input[type=\"checkbox\"]:indeterminate:disabled {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect width=\"512\" height=\"512\" fill=\"%23282828\"/><rect x=\"64\" y=\"192\" width=\"384\" height=\"128\" fill=\"%23555\"/></svg>') !important;\n }\n input[type=\"radio\"]:checked {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect width=\"512\" height=\"512\" fill=\"%23000\"/><circle cx=\"256\" cy=\"256\" r=\"96\" fill=\"%23ddd\"/></svg>') !important;\n background-size: cover !important;\n }\n input[type=\"radio\"]:checked:disabled {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect width=\"512\" height=\"512\" fill=\"%23282828\"/><circle cx=\"256\" cy=\"256\" r=\"96\" fill=\"%23555\"/></svg>') !important;\n }\n /*[[tab-size]]*/\n /* User time line firsts */\n img[src$=\"profile-joined-github.png\"] {\n padding-bottom: 20px !important;\n }\n table.pricing-table td:first-child {\n text-indent: 9px;\n }\n .comment-reactions button.btn-link.user-has-reacted {\n background-color: rgba(/*[[base-color-rgb]]*/, .2) !important;\n }\n /* HACK: Label colors */\n [class*=\"IssueLabel\"][style*=\" color: #f\"], .IssueLabel a[style*=\"color: #f\"],\n .issue-card-label[style*=\" color: #f\"] {\n color: #e8e8e8 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #e\"], .IssueLabel a[style*=\"color: #e\"],\n .issue-card-label[style*=\" color: #e\"] {\n color: #e8e8e8 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #d\"], .IssueLabel a[style*=\"color: #d\"],\n .issue-card-label[style*=\" color: #d\"] {\n color: #e8e8e8 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #c\"], .IssueLabel a[style*=\"color: #c\"],\n .issue-card-label[style*=\" color: #c\"] {\n color: #e8e8e8 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #3\"], .IssueLabel a[style*=\"color: 3\"],\n .issue-card-label[style*=\" color: #3\"] {\n color: #181818 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #2\"], .IssueLabel a[style*=\"color: #2\"],\n .issue-card-label[style*=\" color: #2\"] {\n color: #181818 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #1\"], .IssueLabel a[style*=\"color: #1\"],\n .issue-card-label[style*=\" color: #1\"] {\n color: #181818 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #0\"], .IssueLabel a[style*=\"color: #0\"],\n .issue-card-label[style*=\" color: #0\"] {\n color: #181818 !important;\n }\n /* Tooltip on contribution calendar */\n .svg-tip {\n color: #949494;\n }\n .svg-tip strong {\n color: #dcdcdc;\n }\n .project-card .highlight pre {\n padding: 1em;\n overflow: auto;\n white-space: pre;\n word-wrap: initial;\n }\n .project-card code {\n font-size: 85%;\n padding: .2em .4em;\n }\n .markdown-body pre code, .markdown-body pre tt {\n padding: .2em 0 !important;\n border: none !important;\n }\n .markdown-body code::before, .markdown-body code::after,\n .markdown-body tt::before, .markdown-body tt::after,\n .markdown-body pre code::before, .markdown-body pre code::after,\n .markdown-body pre tt::before, .markdown-body pre tt::after {\n display: none !important;\n }\n .intgrs-lstng-item-description::after {\n background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #181818 80%) !important;\n }\n .marketplace-product-callout-bg {\n background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #181818) !important;\n }\n div[style*=\"background: linear-gradient(to bottom, rgba(246,248,250,0.5) 0%,rgba(246,248,250,1) 100%);\"] {\n background: linear-gradient(to bottom, rgba(32, 32, 32, .5) 0%, #202020 100%) !important;\n }\n .Box-body {\n border-radius: inherit !important;\n }\n .branch-infobar, .notifications .unread {\n font-weight: normal !important;\n }\n .profile-timeline-month-heading {\n padding: 2px 5px !important;\n }\n input.tree-finder-input, input.tree-finder-input:focus {\n background: transparent !important;\n border: none !important;\n box-shadow: none !important;\n }\n .dropdown-menu, .word-upload-callout, .select-menu-modal {\n box-shadow: 0 3px 12px rgba(0, 0, 0, .4);\n }\n .exploregrid-item {\n border-color: rgba(255, 255, 255, .075) !important;\n box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 5px 10px rgba(0, 0, 0, .05) !important;\n }\n .exploregrid-item:hover {\n border-color: rgba(255, 255, 255, .15) !important;\n box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 8px 15px rgba(0, 0, 0, .3) !important;\n }\n .box-shadow-large, html[class*=\"ghh-\"] .tooltipster-box {\n box-shadow: 0 1px 15px #000 !important;\n }\n img[src*=\"images/modules/checks\"].box-shadow-large {\n box-shadow: 0 1px 15px #fff !important;\n }\n /* add rounded borders on bottom */\n body[data-render-url], .render-viewer, .comment-content,\n .gist .gist-file .gist-meta, .more-repos, .comment table {\n border-radius: 0 0 3px 3px !important;\n }\n .dashboard-tabs a, .search-filters {\n border-radius: 0 !important;\n }\n /* repo labels, private repo lists */\n .repo-label span, .private .repo-list-item, .hook-delivery-guid {\n background: #222 !important;\n color: #777 !important;\n }\n .private .mini-repo-list-item .repo-icon {\n color: #777 !important;\n }\n .private .mini-repo-list-item {\n background: #221 !important;\n }\n .section-nav .active a, .js-current .standalone a, .sidebar-module .disable>a {\n border-radius: 0 !important;\n border-left: 2px solid #eee !important;\n }\n .dropdown-arrow {\n border-top-color: #eee !important;\n transition: none !important;\n }\n #com #header .top-nav .dropdown-caret {\n border-top-color: #ccc !important;\n }\n .js-menu-target:hover .dropdown-arrow {\n border-top-color: /*[[base-color]]*/ !important;\n }\n /* Add border-top to PR checks results blank slate */\n aside.border-top + section.bg-gray-dark:not([class*=\"js-\"]) {\n border-top: 1px solid #343434;\n }\n /* Make it more apparent that <details> is clickable */\n .markdown-body details summary:not([aria-haspopup]):hover {\n background: #282828;\n box-shadow: 0 0 0 2px #282828;\n cursor: pointer;\n }\n /* GitHub Bug: Center discussion close icon vertically */\n .discussion-item-closed .octicon {\n position: relative !important;\n top: -1px;\n }\n /* GitHub Bug: Center counters vertically on the line */\n .boxed-group .counter, .reponav-item .counter, .boxed-group .Counter,\n .reponav-item .Counter {\n position: relative !important;\n top: -1px !important;\n }\n /* GitHub Bug: Fix image swipe handle misalignment */\n .swipe .swipe-frame .swipe-bar .top-handle,\n .swipe .swipe-frame .swipe-bar .bottom-handle {\n left: -6px !important;\n }\n /* GitHub Bug: Center color preview in inline code tags */\n .markdown-body code .v-align-middle {\n position: relative;\n top: -1px;\n }\n /* GitHub Bug: Stop commit message field from resizing horizontally */\n #commit-description-textarea {\n resize: vertical !important;\n }\n /* GitHub Bug: Fix cut-off 'g' letters in box headers like on https://github.com/notifications */\n .boxed-group .heading, .boxed-group > h3 {\n padding: 7px 10px 8px;\n line-height: inherit;\n }\n /* GitHub Bug: Fix cut-off 'g' letters on user page timeline repo names */\n .profile-timeline .lh-condensed {\n line-height: 1.35rem !important;\n }\n /* GitHub Bug: Fix cut-off 'g' letters on action workflow list */\n [id^=\"check_suite\"] .lh-condensed {\n line-height: 1.35rem !important;\n }\n /* GitHub Bug: fix disabled dropdwn entries bg hover see https://git.io/Jfjul */\n .btn-link:disabled:hover {\n background: none;\n }\n .topic-tag {\n box-shadow: inset 0 0 0 1px #246 !important;\n }\n .topic-tag.topic-tag-outline {\n box-shadow: inset 0 0 0 1px #6d7c9c !important;\n }\n /* user page sticky header */\n main > div.position-sticky.d-md-block.width-full {\n position: relative;\n }\n main > div.position-sticky.d-md-block.width-full:before {\n content: \"\";\n position: absolute;\n left: 0;\n right: 0;\n top: -24px;\n height: 24px;\n background: #181818;\n }\n /* Add bottom border on subnav - https://github.com/topics */\n .site-subnav {\n box-shadow: 0 1px 0 #343434 !important;\n }\n @media screen and (min-width: 1024px) {\n .site-subnav .subnav-primary.selected, .site-subnav .subnav-primary:hover {\n border-bottom-color: #eee !important;\n }\n }\n @media screen and (max-width: 768px) {\n body .p-responsive .subnav-btn {\n background: transparent !important;\n }\n body .p-responsive .subnav-link[href=\"https://enterprise.github.com/contact\"] {\n border-bottom-color: transparent !important;\n color: #8e8e8e !important;\n }\n body .p-responsive .subnav-link[href=\"https://enterprise.github.com/contact\"]:hover {\n border-bottom-color: transparent !important;\n color: #bebebe !important;\n }\n }\n /* invisible border */\n @media screen and (max-width: 768px) {\n body.page-responsive .site-subnav .subnav-primary.selected,\n body.page-responsive .site-subnav .subnav-primary:hover {\n border-bottom-color: transparent !important;\n color: #bebebe !important;\n }\n }\n .gisttabs a:not(.selected), .gisttabs a:not(.selected):hover,\n .timeline-comment-wrapper, .avatar-stack .avatar, .tabs > a,\n .header .divider-vertical, .about-menu-link {\n border-color: transparent !important;\n }\n /* darken border */\n .wiki-wrapper .wiki-empty-box:hover, .render-shell .slider .slider-track,\n .render-shell .slider-bar, .about-menu-link:hover, .about-menu-link.selected,\n .pricing-table {\n border-color: #777 !important;\n }\n /* brighten border */\n .filter-item.selected .Label--outline-white {\n border-color: #fff !important;\n }\n .filter-tab.selected {\n border: 1px solid #444 !important;\n border-bottom: 1px solid #343434 !important;\n }\n .follow-list .follow-list-item {\n border-bottom: 1px solid #343434 !important;\n }\n .simple-conversation-list > li, .site-footer, .blame .section-first td,\n .wiki-list .wiki-list-item + .wiki-list-item, .member-badge + .member-badge {\n border-top: 1px solid #343434 !important;\n }\n /* https://github.com/mobile/ */\n .mobile-gradient-bg {\n display: none;\n }\n svg.mobile-hero {\n filter: invert(100%) hue-rotate(180deg);\n }\n /* discussion timeline tweaks */\n .closed-banner {\n display: none !important;\n }\n /* background image on https://github.com/stylishThemes/github-dark/actions/new */\n .repo-actions-hero {\n filter: invert(1) hue-rotate(180deg);\n mix-blend-mode: exclusion;\n }\n .discussion-timeline-actions {\n border-top: 2px solid #383838 !important;\n background: none !important;\n }\n .discussion-timeline::before {\n margin-top: 2px !important;\n background: #383838 !important;\n height: calc(100% - 259px) !important;\n }\n .profile-timeline.discussion-timeline::before {\n height: 100% !important;\n }\n .listings div.listing {\n border-left: 2px solid #333 !important;\n border-right: 2px solid #333 !important;\n }\n #org-members .member-listing {\n border-left: 1px solid #333 !important;\n border-right: 1px solid #333 !important;\n }\n .branch-action-body::before, .MarketplaceSideNav, .plans-card-text:first-child {\n border-right-color: #484848 !important;\n }\n .merge-branch-form .commit-form::after,\n .repository-content .commit-form::after {\n border-right-color: #202020 !important;\n }\n .Popover-message--top-left::after {\n border-bottom-color: #181818 !important;\n }\n /* below style is needed because of order problems in generator */\n .pull-request-review-body-wrapper .timeline-comment-group .timeline-comment::before,\n .pull-request-review-body-wrapper .timeline-comment-group .timeline-comment::after {\n border-right-color: transparent !important;\n }\n .word-upload-callout::before, .word-upload-callout::after,\n .select-menu-modal-arrow::after, .Popover-message--top-left::before {\n border-bottom-color: #343434 !important;\n }\n .repo-filterer .repo-filter:hover, .review-summary::before {\n border-bottom-color: #484848 !important;\n }\n .issue-head {\n border-bottom-width: 1px !important;\n }\n .context-button:hover::after, .switcher > span::before {\n border-color: #eee transparent transparent !important;\n }\n /* repo tab tweaks */\n .reponav-item {\n border-top-width: 1px !important;\n }\n .reponav-item.selected {\n border-color: #343434;\n }\n .pagehead-tabs-item {\n border-top-width: 1px !important;\n }\n .pagehead-tabs-item.selected, .reponav-item.selected, .tabnav-tab.selected {\n background: #202020;\n border-bottom-color: #202020 !important;\n }\n .timeline-comment .tabnav-tab.selected,\n .comment-form-head .tabnav-tab.selected {\n background: #181818 !important;\n border-bottom-color: #181818 !important;\n }\n .branches .branch-summary + .branch-summary {\n border-top-color: #333 !important;\n }\n /* code */\n .linkable-line-number {\n border-right: 1px solid #484848 !important;\n }\n .gist .gist-file .gist-data .line-number {\n line-height: 19px !important;\n }\n /* File listings - fix date truncation */\n table.files td.age .css-truncate {\n max-width: none !important;\n }\n /* https://github.com/StylishThemes/GitHub-Dark/issues/620 */\n .timeline-comment-header .css-truncate-target {\n max-width: 250px !important;\n }\n /* tooltip - tooltipped */\n .octotip {\n background-color: #003 !important;\n border-color: #006 !important;\n }\n .tooltipped::after {\n background: #343434 !important;\n }\n .tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before {\n border-top-color: #343434 !important;\n }\n .tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before {\n border-bottom-color: #343434 !important;\n }\n .tooltipped-e::before {\n border-right-color: #343434 !important;\n }\n .tooltipped-w::before {\n border-left-color: #343434 !important;\n }\n .commitinfo, .gc .diff-line-code, .gc .diff-line-num, .gc .diff-line-pre,\n .featured-commit-activity-graph, .featured-repo-logo, .outline-box,\n .gobutton>.sha .octicon, .markdown-body .csv-data .blob-num, #feedBody,\n .search-result-header, .accessibility-aid:focus, .file-data, .signup-plans th,\n .signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td, .commits td,\n .featured-callout, .sidebar-module ul ul li, .native-download,\n .setup-info-module, div#common-issues ul, #gist-form .name, .render-notice,\n .label-edit.edit-color-label-form .color-editor .color-editor-input,\n .date_selector td, .new-label, .range-editor .range, .range-editor .flag,\n .auth-form-body, div.border-wrap, .profile-header, .highlight .gc,\n .uploaded-files.is-populated, .range-editor,\n #gollum-editor-help-parent li a.selected,\n #gollum-editor-help-list li a.selected, #gollum-editor-help-parent li a:hover,\n #gollum-editor-help-list li a:hover, .github-access-banner, .protip-callout,\n ul.comparison-list, .wiki-custom-sidebar, .invitation-container,\n .orgs-help-shelf, .orgs-help-item-octicon, .thread-subscription-status,\n .branch-action-body .merge-branch-form, .pull-info, .branch-link,\n .discussion-item-merged.open .discussion-item-details, .word-upload-callout,\n .session-authentication .create-account-callout, .intgrs-lstng-item,\n .intgr-install-callout, .is-failed .repo-file-upload-errors,\n .is-bad-file .repo-file-upload-errors, .is-too-big .repo-file-upload-errors,\n .is-too-many .repo-file-upload-errors, .is-empty .repo-file-upload-errors,\n .site-header, .site-subheader, .pricing-card, .explore-signup-entice,\n .price-box, .cvv-hint-tooltip, .plan-choice, .review-thread, .card, .tutorial,\n .overview .card > div[style*=\"background\"], .Box-footer, .ScreenshotCarousel,\n .card-filter-autocomplete-dropdown .autocomplete-keyword-only, .inbox-zero,\n .is-stuck .diffbar, .project-pane.bg-white {\n background: #181818 !important;\n border-color: #343434 !important;\n }\n .review-comment[aria-selected=true],\n .timeline-comment[aria-selected=true] .review-summary {\n background-color: #181818 !important;\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .3) !important;\n }\n .timeline-comment-group[aria-selected=true] .timeline-comment::before {\n border-right-color: /*[[base-color]]*/ !important;\n left: -17px !important;\n filter: none !important;\n }\n .timeline-comment:target .review-summary::after {\n top: -16px !important;\n filter: none !important;\n }\n .timeline-comment[aria-selected=true] .review-summary::before {\n border-bottom-color: rgba(/*[[base-color-rgb]]*/, .3) !important;\n top: -19.75px !important;\n filter: none !important;\n }\n #readme .plain, .readme .markdown-body, .readme .plain, .pull-request-composer,\n .octofication .broadcast-icon-mask, .file .image, .coupons .coupon-form-body,\n .manage-repo-access-group, .saved-reply-form, .orghead .edit-org:hover,\n .simple-box, .btn-link.timeline-progressive-disclosure-button,\n .border.branch-action-item {\n background: #181818 !important;\n border-color: #484848 !important;\n }\n /* search - language sidebar - https://github.com/StylishThemes/GitHub-Dark/search?q=markdown */\n div.container-lg > div.float-left.px-md-2 > .border.rounded-1.d-none.d-md-block {\n background: #181818;\n border-color: #484848 !important;\n }\n .header, .headers, #readme .markdown-body, .box-body, .steps li,\n .explore-section:nth-child(2n), .markdown-format table,\n .chromed-list-browser .none p, .chromed-list-browser .error p,\n .list-browser-footer, .commandbar .choice:hover, #gollum-editor-help,\n .search-filter:hover, #wiki-history table tr:nth-child(2n) td,\n .display tr:hover, .octofication .message, .commandbar .loading:hover,\n .comment-content, .commandbar .message, .boxed-group-inner,\n #adv_code_search .search-page-label, #contributors-master svg.viz,\n .diff-table .line-comments, .menu, svg.spark, svg.capped-card-content,\n body.api .content tbody, .markdown-format img:not(.emoji), .mini-repo-list,\n #common-issues, .setup-wrapper .oauth-permissions-details, .milestone-list,\n .setup-form .setup-plans, .revision .gu, .tree-browser td,\n .tree-browser .alt td, .branches .branch-summary,\n .branches .no-results-message, .simple-box-footer, .commit-group,\n .content table tr, #search-results, table.files, .mergeable, .org-module,\n .org-add-footer, .branch-infobar, table.capped-list tr:nth-child(2n),\n .team-org-group, #gollum-editor-help-wrapper, .integrations-quality,\n .showcase-featured .mo-info .featured-grid-outer, .render-shell, .list,\n .latest-commit .commit-author, .bubble, .tabs > a.selected,\n .oauth-org-access-details .boxed-group-list > li.on, #fullscreen_overlay,\n .branch-action-body, .inline-comment-form, .file-history-tease .participation,\n .gist-quicksearch-result-header, .label-generic, .migrate-org-roles,\n .manage-repo-access-icon, .table-list:not(.team-member-list),\n .repo-file-upload-progress, .gcr-ext-editor-dialog, .shade-gray,\n .exploregrid-item, .signed-commit-badge-small, .facebox-popup,\n .explore-signup-entice-wrapper, .billing-addon-items tr.total-row,\n .billing-addon-items tr.dark-row, li.pinned-repo-item,\n .js-contribution-graph h2 + div:last-child, .project-triage-pane,\n [data-filterable-for=\"projects-filter\"] .container-lg,\n .user-profile-nav.is-stuck, .review-summary-form-wrapper, #projects-results,\n .listgroup, .protected-branch-orgs-and-repo-admins, .listgroup-overflow,\n .project-column, .js-notice > .border:not(.bg-blue-light),\n .news .issues_labeled .border, table.pricing-table, .two-factor-steps,\n article.border.rounded-1, .border-right.border-bottom.border-left,\n .graph-before-activity-overview, .access-form-wrapper, .timeline-comment-group,\n .summarylink-btn, .pinned-item-list-item, .avatar-before-user-status,\n .profile-timeline-card, .pinned-issue-item, #wiki-footer .border-dashed,\n #wiki-rightbar .border-dashed, .list-group-item.standalone, .commit-form,\n .sidebar-progress-bar > .d-flex,\n .pagination-loader-container .discussion-item-header .border,\n .pr-toolbar.is-stuck, .hx_badge-search-container, .file, #search-member,\n .js-notice.border {\n background: #181818 !important;\n }\n .Box-row--hover-blue, .notifications-list .list-style-none.bg-gray {\n background: #181818;\n }\n .bg-white, .radio-label, [style*=\"background-color: #2f363d\"],\n .project-full-screen .project-header {\n background-color: #181818 !important;\n }\n /* https://github.com/StylishThemes/GitHub-Dark/issues/811 */\n .application-main > main .container-sm > .pt-4.bg-white.text-center {\n background: none !important;\n }\n /* Labels/Milestone links https://github.com/StylishThemes/Github-Dark/issues */\n .subnav-links {\n background: #181818;\n }\n /* bottom panel on actions */\n .flex-auto > .bg-gray-light {\n background: none !important;\n }\n /* blankslates */\n /* bordered: https://github.com/StylishThemes/GitHub-Dark/actions/runs/42585904 */\n /* bordered: https://github.com/StylishThemes/GitHub-Dark/network/alerts */\n /* unbordered: https://github.com/StylishThemes/GitHub-Dark/pull/1069/files/d0801046a22eaf88d9081de9c7d415825cb1f9fa..291b428577d344d54039de9aa0d8ed3a8fcfaebc */\n .blankslate {\n background: none !important;\n }\n .blankslate.border, .blankslate.border-gray-light,\n .js-updatable-content > .border.rounded-1 {\n background: #181818 !important;\n }\n button.bg-white.subnav-link, main [style=\"background-color: #fcfdfd;\"],\n .repository-content > .bg-white:not(.card-filter-autocomplete-dropdown) {\n background-color: transparent !important;\n }\n .sidebar-module, div.search-form input, #search > input[name=\"q\"],\n .ais-SearchBox-input {\n background-color: #181818;\n border-color: #343434;\n }\n .blob-num-context, #user-content-toc td, .markdown-body table tr:nth-child(2n) {\n background: #141414 !important;\n }\n .blame .blob-num, .blame-blob-num, .collection-card, .team-grid .team,\n .code-list .divider .blob-num, .code-list .divider .blob-code,\n .expandable-line-num .diff-expander:hover, .build-status-item, .more-branches,\n .plan-choice.open, .uploaded-files>li.delete, .more-repos,\n .billing-per-seat-callout::after, .code-list-item .blob-num,\n .blob-num.js-line-number, .bg-gray-light.disabled,\n .MarketplaceBackground-buffer, .team-left-column.bg-white, .overall-summary,\n .markdown-body table tr {\n background: #1c1c1c !important;\n }\n .action-card::after, .action-card::before {\n background-color: #202020 !important;\n box-shadow: 0 0 0 1px #555 !important;\n }\n /* Navigation focus */\n .list-browser-item.navigation-focus, .js-details-container.navigation-focus,\n .js-details-container.navigation-focus:nth-child(2n), .team-grid .team-members,\n .tree-browser tr.navigation-focus td,\n .issues-listing .table-list-issues .selectable:hover,\n .issues-listing .table-list-issues .navigation-focus, .setup-plans tr.selected,\n .notifications .navigation-focus, .sidebar-module ul ul li a:hover,\n .no-results, #gollum-editor-help-list, .owner-select-target,\n .divider .blob-code div.highlight,\n .oauth-org-access-details .boxed-group-list > li.on:hover, pre div:hover,\n .summary-stats li a:hover, .pinned-repos-selection-list-item.selected,\n .Box-body-row--highlight.navigation-focus, .Box-body-row--highlight:hover,\n .js-current .standalone a, .Box-row--focus-gray.navigation-focus,\n .team-listing .is-open.root-team, .Box-row--hover-gray:hover,\n .label-select-menu .select-menu-item.navigation-focus,\n .label-select-menu .select-menu-item:focus,\n .label-select-menu .select-menu-item:hover {\n background: #242424 !important;\n }\n #main, .capped-box, .unread_count, #browser table th,\n .markdown-format table th, table.upgrades tr.current td, .definitions,\n .discussion-topic-header, .timeline-commits-minimal .commit-icon .octicon,\n .timeline-commits .commit-icon .octicon, .upload-progress,\n .search-results-listing em, .discussion-bubble-inner, #wiki-history table td,\n .gist .gist-file .gist-data, .logo-box, .markdown-example .rendered,\n .team-grid .team-members, .diagram-icon:not(.active), table.capped-list th,\n .filter-bar, .audit-search-clear, .country-info, .file-diff-split .empty-cell,\n .composer-infobar, .completeness-indicator-blank, .leaflet-control-zoom,\n .manage-repo-access-not-active, .header-search-scope, .featurette.py-5,\n .payment-history .refunded, .payment-history .failed,\n .profile-timeline-month-heading.bg-white, .project-card,\n .BlobToolbar .btn-octicon, .MarketplaceHeader, .table-list-header,\n .boxed-group > h3, .boxed-group .heading, .file-header, .capped-card h3,\n #gist-form .file .meta, .file .meta, .file-box .meta, .menu-heading,\n .audit-results-header, .branches .branch-group-heading, .auth-form-header,\n .migration-jumbotron, .migration-sub-header, .manage-repo-access-title,\n .signed-commit-header,\n .reorderable-task-lists .markdown-body .task-list-item.hovered,\n .next-charge-box, .credit-card, .review-thread-reply,\n a.card.bg-gray-light:hover, .add-member-team-list .team-row-header,\n .listgroup-header, .merge-status-item, .Header .header-search-wrapper,\n .Header .header-search-wrapper input, .user-key-email-unverified,\n .action-card-header::before, .commits-listing .octicon-git-commit,\n .new-discussion-timeline .composer .comment-form-head.tabnav,\n .advisory-form .bg-gray-light {\n background: #202020 !important;\n }\n #browser, .repos, .options-group, .pagehead ul.tabs li a.selected, .subnav-bar,\n .options-content, span.gravatar, .browsered, .browsered .inner,\n .subnav-bar > ul > li > ul, .comment-form ul.tabs a.selected,\n .issue.open.read .summary, .unselected_month, .commits th, #MathJax_Message,\n .chzn-single, .user-commits, .user-commits th, .metabox,\n .ranked-repositories > li, .pagehead ul.actions, #issues_search .comment,\n #header-wrapper, ul.feature-tabs li.highlight, .filterbar .filters li,\n .starting-comment .body, .list-tip, .commit_oneline, .filterbox,\n .conversation-list-heading .inner, .autocomplete-results, .new-comments .body,\n .display tr, .render-container, .boxed-group-table th, .features-highlight,\n .outline-box-highlighted, .nav-bar-tabs, #watchers li, .browser .listing,\n .item, .context-pane, .context-loader, .sidebar .module, .tip-body, #assignee,\n .commit_oneline td, .notifications th, .content table th, .repo-collection>ul,\n #graph_data .tab.selected, .full-width-divider, .markdown-body .csv-data th,\n h3.conversation-list-heading strong, .file-commit-form .commit-form,\n .facebox-footer, .gcr-ext-editor-close, .gcr-ext-editor-header,\n .logos-download-link,\n .ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:hover,\n .ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:focus,\n .ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:active {\n background: #222 !important;\n border-color: #343434 !important;\n }\n .search-result-group, .gist-quicksearch-result-group {\n background: #282828 !important;\n border-color: rgba(68, 68, 68, .5) !important;\n color: #555 !important;\n }\n .blame-commit-next .blame-commit-info, .blame-commit-next + .blame-line,\n .ScreenshotCarousel-nav {\n box-shadow: inset 0 1px 0 #343434 !important;\n }\n /* semi-transparent */\n .context-loader.large-format-loader, #graphs .loader, .org-header,\n .render-shell .slider, .illflow-item:not(.selected):hover,\n .leaflet-control-attribution, .orghead, .dropdown-toggle:hover,\n .dropdown-toggle.selected {\n background: rgba(29, 29, 29, .4) !important;\n }\n /* repo/page header */\n .page-responsive .repohead, .page-responsive .pagehead,\n .repohead.bg-gray-light, .pagehead.bg-gray-light {\n background: rgba(29, 29, 29, .4) !important;\n }\n .explore-signup-entice-inner {\n background: rgba(29, 29, 29, .9) !important;\n }\n .starred-repo.navigation-focus, .marketing-section-stripe,\n .blob-expanded .blob-num, .blob-expanded .blob-code, .migration-section-grey {\n background: rgba(50, 50, 50, .5) !important;\n }\n .details-expanded-dark[open] > summary::before,\n .details-overlay-dark[open] > summary::before,\n body.status .details-overlay-dark[open] > summary::before,\n body[class=\"page-responsive\"] .details-overlay-dark[open] > summary::before,\n .SelectMenu::before {\n background: rgba(0, 0, 0, .5) !important;\n }\n .svg-tip {\n background: rgba(12, 12, 12, .8) !important;\n }\n .svg-tip::after {\n border-top-color: rgba(12, 12, 12, .9) !important;\n }\n .shelf {\n background-color: rgba(0, 0, 0, .2) !important;\n background-image: none !important;\n }\n /* page overlay */\n .select-menu-loading-overlay, .slow-loading-overlay,\n .branches .loading-overlay {\n background-color: rgba(24, 24, 24, .6) !important;\n }\n /* #333 */\n .pagehead ul.actions a.feed, .explore h2 .feed, #code_search_instructions h2,\n td.inst, .metabox-loader, .pull-flag, .browser-content,\n .filterbar ul.filters li, .pagehead ul.tabs li.contextswitch,\n #wiki-header > div, .pagehead ul.tabs li.contextswitch:hover, .bigbutton a,\n #new_message, #issues_next ul.sorts li, ul.sorts li.asc, ul.sorts li.desc,\n .listings-layout .columns.main .content, .fieldswrap, .filterbar li.selected,\n #issues_next ul.filters li, table.instruction tr:nth-child(2n),\n .email-hidden-toggle a, #commit-activity-master-head, .action-indicator,\n .pull-head .diffstat, ul.suggestions, .discusion-topic-infobar,\n .commits-listing::before, .jstree-wholerow-hovered, .bubble-contents,\n .ellipsis-button, .filter-list li span.bar, .selectable_day.today,\n .billing-plans .current, .commits-listing::before, .billing-section .usage-bar,\n .file-info-divider, .pagehead ul.tabs li a:hover, .repos .bottom-bar,\n #languages .popular, .tip-box h4, table.upgrades td, .commit-preview .message,\n .pagehead ul.tabs li.contextswitch, #browser tr th, .status-box h4,\n .line_numbers, #files span.icon, #issues_list .actions, #repos .public,\n .inset-callout, #repo-message, .repo-private-label, .label-admin,\n .credit-card.normal .signature, .credit-card.amex .gladiator,\n .progress-bar:not(.anim-grow-x), .header-search-scope:hover,\n .CommunityTemplate-highlight--focus, .related-issue-item.navigation-focus {\n background: #333 !important;\n }\n .discussion-item-locked .discussion-item-icon,\n .discussion-item-unlocked .discussion-item-icon,\n .discussion-item-head_ref_deleted .discussion-item-icon {\n background-color: #444;\n }\n /* remove background */\n body > pre, .textographic a.repo, .stars-browser .filter-bar,\n .highlight .file-diff-line:hover pre, .gravatar, .topsearch span.search-input,\n p.meta, .sidebar .milestone, #facebox, .profilecols .filter-bar, .btn-group,\n div.content-header .search-form, .file-code, .org-header .edit-org:hover,\n #wrapper, .gravatar img, .commit-comments-header-sha, pre.headers code,\n .audit-search-form, .columns.equacols.bordered, .gist-item ul.meta>li>a:hover,\n .commits li img, a.minibutton code, .milestone, .keyboard-mappings th,\n .api #header-wrapper .nav, .marketing-nav a.selected, #graph_data .tabs,\n .org-nav-item.selected, .edit-team-member:hover, tr.commit,\n .release-timeline .js-details-container,\n .section-heading-title a.js-selected-navigation-item,\n .featured-callout .screenshot, .timeline-commits .commit-meta .status,\n .theme-picker-spinner, .timeline-commits .commit-meta .octicon,\n .file .meta-divider, .avatar-stack.multiple-avatars::before, #feedHandler,\n .discussion-sidebar-item .thread-subscription-status,\n .boxed-group.application-show-group .logo-upload, .diagram-icon-small,\n #readme .highlight, .ace-github, .theme-picker, .avatar-stack .avatar,\n .boxed-group, .prose-diff > .markdown-body ins, .header .divider-vertical,\n .ace-github-base16, .markdown-body pre code, .markdown-body pre tt,\n #readme .plain pre, .uploaded-files, .input_area, #notebook .highlight,\n #notebook .highlight pre, .output_area pre,\n .gist-snippet-meta .gist-count-links>li>a:hover, .delete-owners-button:hover,\n .avatar-child, .session-authentication .header-logged-out,\n .session-authentication .auth-form-header,\n .timeline-progressive-disclosure-items, #com #footer, .shade-gradient,\n #categories .list, .gist-banner, .main-content, .showcase-page-header,\n .showcase-page-pattern::after, .description-inline, .result-group a,\n .border-wrap, a.feed-icon, .session-device,\n .boxed-group-list > li.session-device:hover,\n .merge-status-item .merge-status-icon,\n .js-release-form .comment-form-head.tabnav, .project-columns, .project-header,\n .user-profile-nav, .profile-timeline-year-list.bg-white,\n .discussion-item-review .timeline-comment, .libraries-jumbotron,\n .menu-item.selected, .bg-shade-gradient, .dev-hero,\n .render-container.is-render-ready.is-render-requested:not(.is-render-failed),\n .user-list li em, .CodeMirror-lines, .api table, .dashboard-notice .coupon,\n .release-label, .oauth-org-access-details .oauth-org-item.on,\n .MarketplaceSideNav, .timeline-inline-comments, .AvatarStack-body,\n .team-discussions-container, .Collection ~ div[style*=\"linear-grad\"],\n .application-main > div[style*=\"background\"], .AvatarStack-body .avatar,\n .dropdown-toggle, ul.add-member-team-list.table-list, .gh-header,\n iframe[src*=\"zuora.com\"], .pr-toolbar, .enterprise-prompt,\n .enterprise-prompt *, .diffbar, .footer .bg-gray-light, button.btn-invisible,\n button.btn-invisible:hover, .btn.btn-invisible, .btn.btn-invisible:hover,\n .application-main [style*=\"background: linear-gradient(#ffffff, #fcfcfc)\"],\n section[style=\"background-color: #fafbfc;\"], div[style=\"background:#fafbfc;\"],\n .team-left-column, .render-container.js-actions-page,\n .deployments-timeline-icon, .TimelineItem--condensed .TimelineItem-badge,\n .previewable-comment-form .comment-form-head.tabnav.bg-white,\n .notification-navigation, .check-annotation code pre,\n .merge-status-item > [style*=\"#fff\"], .pagehead, .pagehead nav {\n background: none !important;\n }\n @media (min-width: 1012px) {\n .file-commit-form--full {\n background: none !important;\n }\n }\n body[class=\"page-responsive\"] .repo-list .private {\n background-color: initial;\n }\n .select-menu-item:hover {\n background-color: /*[[base-color]]*/;\n }\n @media (hover: hover) {\n .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus {\n color: #bebebe;\n background-color: #202020;\n }\n .SelectMenu-item:active {\n color: #c0c0c0;\n background-color: #242424;\n }\n .SelectMenu-item[aria-checked=true]:active,\n .SelectMenu-item[aria-checked=true]:hover,\n body:not(.intent-mouse) .SelectMenu-item[aria-checked=true]:focus {\n color: #e0e0e0;\n }\n .SelectMenu-tab[aria-selected=true]:active,\n .SelectMenu-tab[aria-selected=true]:hover {\n color: #d2d2d2;\n background-color: #181818;\n }\n body:not(.intent-mouse) .SelectMenu-tab:focus {\n background-color: #182030;\n }\n .SelectMenu-tab:not([aria-checked=true]):not([aria-selected=true]):hover {\n color: #d2d2d2;\n background-color: #303030;\n }\n .SelectMenu-tab:not([aria-checked=true]):active {\n color: #d2d2d2;\n background-color: #181818;\n }\n }\n @media (hover: none) {\n .SelectMenu-item:active, .SelectMenu-item:focus {\n background-color: /*[[base-color]]*/;\n color: #fff;\n }\n .SelectMenu-item {\n -webkit-tap-highlight-color: /*[[base-color]]*/;\n }\n }\n .comment-form, #issues .labels, .listings .odd, .feed, #files .description,\n #message .envelope .header .info .title.unread, li.contextswitch ul li.current,\n .watcher-widget, ul.main_nav li.selected a, .add_file, .inset, li.label,\n .filterbar, .divider-vertical, .user-commits td, .starting-comment .infobar,\n #issues_next .infobar, .formbody, .commandbar .display, .none p,\n .display div.choice, ul.fieldpills li, .documentation-results a,\n .plans-pricing-callout, .auto-search-group .search-filters, .editbox,\n .editbox .body, .commentstyle, #issues .display, #issues .display .admin,\n #issues .labels .list li, .issue .summary, .hidden-text-expander a,\n .view-modes, .standard_form, #reply_body, #commit div, #commit td, #commit tr,\n #commit .envelope, .file-minibutton, .context-pane .title,\n .browser .listing:hover, #dashboard .repos, .list-module .list-body,\n .list-module a, .label-permissions, .tree-browser th, .browser .listing.closed,\n .starting-comment, .section-nav a:hover, .chzn-drop, .module .inner,\n .team-repositories-blankslate,\n .discussion-event-status-head_ref_deleted .discussion-item-icon, .pull-head,\n .tabs, #browser td, #issues_next li.selected, .avatarname img, #readme .name,\n #wiki-history .author img, .options-content h3,\n .display div.choice:nth-child(2n+1), #issues-dashboard .actions,\n .list-tip a:hover {\n background-color: #333 !important;\n border-color: #484848 !important;\n }\n /* org page graphs - https://github.com/StylishThemes */\n rect[style*=\"#gradient-\"] {\n fill: /*[[base-color]]*/ !important;\n }\n /* contribution calendar */\n .calendar-graph rect[fill=\"#216e39\"], .calendar-graph rect[fill=\"#9be9a8\"],\n .calendar-graph rect[fill=\"#40c463\"], .calendar-graph rect[fill=\"#30a14e\"],\n .contrib-legend .legend li[style],\n .contribution-activity-listing .progress-bar[style*=\"background-color\"] {\n background-color: /*[[base-color]]*/ !important;\n fill: /*[[base-color]]*/ !important;\n }\n .calendar-graph .days-selected rect.day.active {\n stroke: #ddd !important;\n }\n .calendar-graph rect.day:hover {\n stroke: #fff !important;\n }\n /* contribution progress bars on user page */\n .contribution-activity-listing .progress-bar[style*=\"7bc96f\"],\n .facebox-close:hover {\n opacity: 1 !important;\n }\n .contribution-activity-listing .progress-bar[style*=\"c6e48b\"], .facebox-close {\n opacity: .75 !important;\n }\n .notifications .read .avatar img {\n opacity: .7;\n }\n /* contribution calendar/legend - regular colors */\n .calendar-graph rect[fill=\"#ebedf0\"],\n .contrib-legend .legend li[style*=\"#ebedf0\"],\n .js-activity-overview-graph-container [fill=\"white\"] {\n background-color: #282828 !important;\n fill: #282828 !important;\n }\n .calendar-graph rect[fill=\"#216e39\"],\n .contrib-legend .legend li[style*=\"#216e39\"] {\n opacity: 1 !important;\n }\n .calendar-graph rect[fill=\"#30a14e\"],\n .contrib-legend .legend li[style*=\"#30a14e\"] {\n opacity: .75 !important;\n }\n .calendar-graph rect[fill=\"#40c463\"],\n .contrib-legend .legend li[style*=\"#40c463\"] {\n opacity: .5 !important;\n }\n .calendar-graph rect[fill=\"#9be9a8\"],\n .contrib-legend .legend li[style*=\"#9be9a8\"] {\n opacity: .25 !important;\n }\n /* contribution calendar - halloween colors */\n .calendar-graph rect[fill=\"#FFEE4A\"], .calendar-graph rect[fill=\"#FFC501\"],\n .calendar-graph rect[fill=\"#FE9600\"],\n .contrib-legend .legend li[style*=\"#FFEE4A\"],\n .contrib-legend li[style*=\"#FFC501\"],\n .contrib-legend .legend li[style*=\"#FE9600\"] {\n background-color: #fe9600 !important;\n fill: #fe9600 !important;\n }\n .calendar-graph rect[fill=\"#FFEE4A\"],\n .contrib-legend .legend li[style*=\"#FFEE4A\"] {\n opacity: .2 !important;\n }\n .calendar-graph rect[fill=\"#FFC501\"],\n .contrib-legend .legend li[style*=\"#FFC501\"] {\n opacity: .4 !important;\n }\n .calendar-graph rect[fill=\"#FE9600\"],\n .contrib-legend .legend li[style*=\"#FE9600\"] {\n opacity: .8 !important;\n }\n .calendar-graph rect[fill=\"#03001C\"],\n .contrib-legend .legend li[style*=\"#03001C\"] {\n background-color: #fc3 !important;\n fill: #fc3 !important;\n }\n .contrib-person path {\n fill-opacity: .6;\n }\n .progress-bar.anim-grow-x, .dev-hero, .header-search-key-slash,\n input[src$=\"with-facebook.png\"], #parallax_field, #parallax_illustration,\n figure .callout-permalink-big-image, figure .callout-permalink-stacked-image {\n filter: brightness(75%) !important;\n }\n img#parallax_error_text, div img[alt*=\"404\"] {\n filter: invert(100%) hue-rotate(180deg) brightness(120%) !important;\n }\n img[src*=\"data:image/jpeg;base64,/9j/4AAQSkZJRgA\"] {\n filter: brightness(90%);\n }\n img[src*=\"//render.githubusercontent.com/render/math\"] {\n filter: invert(90%);\n }\n .header-search-key-slash {\n filter: grayscale(100%) contrast(1.5) !important;\n }\n /* Activity Overview on userpage */\n .activity-overview-axis, .activity-overview-point {\n stroke: /*[[base-color]]*/ !important;\n }\n #user-activity-overview .js-highlight-blob {\n stroke: /*[[base-color]]*/ !important;\n fill: /*[[base-color]]*/ !important;\n opacity: .4 !important;\n }\n /* invert (rgb) */\n #header .logo, img[src=\"/images/logo@2x.png\"], .site-logo a,\n .github-jobs-promotion a.jobs-logo strong, iframe[src*=\"polldaddy.com\"],\n .jstree-node:not(.jstree-leaf) > .jstree-icon.jstree-ocl,\n .swipe .swipe-frame .swipe-bar .top-handle,\n .swipe .swipe-frame .swipe-bar .bottom-handle,\n .onion-skin .controls .transparent, .onion-skin .controls .opaque,\n .onion-skin .controls .slider .slider-track,\n .onion-skin .controls .slider .slider-track .dragger, .leaflet-control-zoom a,\n .leaflet-control-attribution.leaflet-compact-attribution::after,\n img[src$=\"favicons.githubusercontent.com/github.com\"],\n img[src$=\"favicons.githubusercontent.com/gist.github.com\"],\n img[src$=\"invertocat.png\"], .ghd-invert, .render-shell img.math,\n #footer .github img, #com span.octicon:not(.octicon-comment-discussion),\n .developer-thanks-image img, img[alt=\"GitHub Support\"] {\n filter: invert(100%) hue-rotate(180deg) !important;\n }\n .code-navigation-banner .code-navigation-banner-illo {\n filter: invert(900%) hue-rotate(180deg) contrast(70%) brightness(110%) !important;\n }\n /* code coverage */\n /* example: https://github.com/go-gitea/gitea/pull/6969 */\n img[data-canonical-src^=\"https://codecov.io\"][alt=\"Impacted file tree graph\"] {\n filter: invert(92%) hue-rotate(180deg) saturate(250%) !important;\n }\n /* marketplace + help + feature img invert */\n img[src*=\"marketplace-illustration-01.svg\"],\n img[src*=\"marketplace-illustration-02.svg\"],\n svg [data-name=\"Layer 2\"] #Layer_5[data-name=\"Layer 5\"],\n .illoTeam svg [data-name=\"Layer 2\"], .illoIndiv #Layer_2[data-name=\"Layer 2\"],\n svg [data-name=\"Layer 2\"] g[data-name=\"octocat header\"],\n svg[viewBox=\"0 0 1461.5 677.84\"][width=\"700\"],\n .feature-preview-dialog svg[fill=\"none\"],\n div[data-url*=\"/notifications/beta\"] img[src*=\"-zero.svg\"],\n div[data-url*=\"/notifications/beta\"] img[src*=\"saved-blank.svg\"] {\n filter: invert(85%) hue-rotate(-180deg) brightness(125%) contrast(85%) !important;\n }\n .action-logo::after {\n filter: invert(100%) hue-rotate(180deg) brightness(350%) !important;\n }\n /* invert network graph; gh-polls (https://github.com/apex/gh-polls) */\n img[alt=\"FOSSA Status\"], img[data-canonical-src*=\"prod/timeseries/\"],\n a[href$=\"vote\"] img[data-canonical-src*=\"/poll/\"], #parallax_error_text:not(p),\n img[data-canonical-src*=\"img.shields.io\"][data-canonical-src*=\"style=social\"],\n img[alt=\"Mona Lisa\"] {\n filter: invert(90%) hue-rotate(180deg) contrast(120%) !important;\n mix-blend-mode: exclusion;\n }\n div#network.network > div > canvas {\n filter: invert(90%) hue-rotate(180deg) contrast(95%);\n }\n .spinner-forking[src*=\"spinners/fork.gif\"] {\n filter: invert(1) hue-rotate(180deg) contrast(110%) brightness(110%);\n mix-blend-mode: screen;\n }\n /* invert problematic emoji */\n /* images */\n [alt=\":soon:\"], [alt=\":on:\"], [alt=\":end:\"], [alt=\":heavy_dollar_sign:\"],\n [alt=\":heavy_multiplication_x:\"], [alt=\":heavy_plus_sign:\"],\n [alt=\":heavy_minus_sign:\"], [alt=\":heavy_division_sign:\"], [alt=\":wavy_dash:\"],\n [alt=\":curly_loop:\"], [alt=\":currency_exchange:\"], [alt=\":top:\"],\n [alt=\":back:\"], [alt=\":zzz:\"], [alt=\":notes:\"], [alt=\":musical_score:\"],\n [alt=\":black_large_square:\"], [alt=\":black_medium_small_square:\"],\n [alt=\":ant:\"], [alt=\":musical_note:\"], [alt=\":loop:\"], [alt=\":feet:\"],\n [alt=\":paw_prints:\"],\n /* unicode */\n /* some emoji don't need to be inverted on Windows */\n /* from https://github.com/Dunedan/mbp-2016-linux on Windows*/\n /* <g-emoji alias=\"heavy_check_mark\"\n fallback-src=\"https://assets-cdn.github.com/images/icons/emoji/unicode/2714.png\"\n ios-version=\"6.0\">✔️</g-emoji> */\n [alias=\"soon\"], [alias=\"on\"], [alias=\"end\"], [alias=\"heavy_dollar_sign\"],\n [alias=\"heavy_multiplication_x\"],\n [alias=\"heavy_plus_sign\"], [alias=\"heavy_minus_sign\"],\n [alias=\"heavy_division_sign\"], [alias=\"wavy_dash\"],\n [alias=\"curly_loop\"], [alias=\"currency_exchange\"],\n [alias=\"top\"], [alias=\"back\"], [alias=\"zzz\"], [alias=\"notes\"],\n [alias=\"musical_score\"], [alias=\"black_large_square\"],\n [alias=\"black_medium_small_square\"], [alias=\"ant\"], [alias=\"musical_note\"],\n [alias=\"loop\"], [alias=\"feet\"], [alias=\"paw_prints\"] {\n filter: invert(100%) hue-rotate(180deg) brightness(80%) !important;\n background: transparent !important;\n }\n .emoji-result [alt=\"tm\"], [alias=\"tm\"] {\n filter: invert(100%);\n }\n [alt=\":heavy_check_mark:\"], [alias=\"heavy_check_mark\"] {\n background: transparent !important;\n }\n /* Invert problematic emoji fallback images used on Windows */\n /* use tools/unicode-gen.js to generate */\n g-emoji[fallback-src$=\"2795.png\"], g-emoji[fallback-src$=\"2796.png\"],\n g-emoji[fallback-src$=\"2797.png\"], g-emoji[fallback-src$=\"27b0.png\"],\n g-emoji[fallback-src$=\"2b1b.png\"], g-emoji[fallback-src$=\"25fe.png\"],\n g-emoji[fallback-src$=\"1f3b6.png\"], g-emoji[fallback-src$=\"1f3bc.png\"],\n g-emoji[fallback-src$=\"1f4b1.png\"], g-emoji[fallback-src$=\"1f4b2.png\"],\n g-emoji[fallback-src$=\"1f519.png\"], g-emoji[fallback-src$=\"1f51a.png\"],\n g-emoji[fallback-src$=\"1f51b.png\"], g-emoji[fallback-src$=\"1f51c.png\"],\n g-emoji[fallback-src$=\"1f51d.png\"], g-emoji[fallback-src$=\"1f3b5.png\"],\n g-emoji[fallback-src$=\"27bf.png\"], g-emoji[fallback-src$=\"1f43e.png\"],\n g-emoji[fallback-src$=\"1f43e.png\"], g-emoji[fallback-src$=\"a9.png\"],\n g-emoji[fallback-src$=\"fe0f.png\"], g-emoji[fallback-src$=\"ae.png\"],\n g-emoji[fallback-src$=\"fe0f.png\"], img[src*=\"resources-logo\"], svg.IconNav-img,\n .container-xl[id] svg\n /* https://github.com/ten */,\n body.logged-out .col-md-7 svg {\n filter: invert(83%) !important;\n }\n .container-xl[id] img {\n z-index: 100 !important;\n }\n /* GeoJSON maps */\n /* https://github.com/benbalter/dc-maps/blob/master/maps/embassies.geojson */\n .leaflet-tile-container img {\n filter: invert(100%) hue-rotate(180deg) brightness(150%) !important;\n }\n .leaflet-marker-pane img, .gundamcat {\n filter: brightness(.8) !important;\n }\n /* invert #fff to #181818 */\n /* https://github.com/sujitpal/statlearning-notebooks/blob/master/src/chapter2.ipynb */\n .project-preview-img img, img[src$=\"bg-callout.svg\"],\n img[data-canonical-src*=\"saucelabs.com/browser-matrix\"],\n img[src*=\"images/modules/checks\"], img[src$=\"profile-first-pr.png\"],\n img[src$=\"profile-joined-github.png\"], img[src$=\"profile-first-repo.png\"],\n img[src$=\"profile-first-issue.png\"], .github-jobs-logo strong {\n filter: invert(90.5%) hue-rotate(180deg) saturate(200%) !important;\n }\n .render-shell .output_area .output_png img {\n filter: invert(90.5%) hue-rotate(180deg) saturate(200%) brightness(85%) !important;\n }\n .render-shell .output_area .output_png:hover img {\n filter: none !important;\n }\n /* workaround filter creating a stacking context */\n .contribution-first-issue, .contribution-first-pull-request,\n .contribution-first-repository {\n opacity: .999 !important;\n }\n /* brighten language colors */\n .language-color, .repo-language-color {\n filter: brightness(125%) !important;\n }\n /* soft badges */\n .box-title-count {\n background-color: #484848 !important;\n color: #ccc !important;\n }\n /* svg styling */\n line, rect, path {\n shape-rendering: geometricPrecision !important;\n }\n .js-graph-punchcard svg.viz {\n background: transparent !important;\n border: none !important;\n }\n .reorderable-task-lists .markdown-body .task-list-item .drag-handle {\n fill: #c0c0c0 !important;\n }\n /* Firefox: Exclude text inside an svg loaded through an img, as seen in svg badges */\n *:not(img) text, circle.day {\n fill: #ccc !important;\n }\n circle.day:hover {\n fill: #fff !important;\n }\n path.js-diff-placeholder {\n fill: #282828 !important;\n }\n #contributors-master svg.viz {\n display: block !important;\n }\n g.dots circle {\n stroke: #222 !important;\n }\n .traffic-graph g.axis:not(.views):not(.unique) g.tick:not(:nth-child(15)):not(:first-of-type) line,\n g.axis path, line.axis, svg:not(.vis) g.axis line {\n stroke: #444 !important;\n }\n svg .path:not(.total):not(.unique):not(.views) {\n stroke: #aaa !important;\n }\n .workflow-string--crossover svg path[stroke=\"#D1D5DA\"] {\n stroke: #404040 !important;\n }\n #commit-activity-detail path.path,\n .traffic-graph g.x.axis g.tick:first-of-type line {\n stroke: #1db34f !important;\n }\n [style*=\"stroke: #dbab09\"], [stroke=\"#dbab0a\"] {\n stroke: #cb4 !important;\n }\n .traffic-graph g.x.axis g.tick:nth-child(15) line {\n stroke: #1d7fb3 !important;\n }\n svg.tick {\n fill: #444 !important;\n }\n svg.arrow[stroke=\"#1277eb\"], svg path[stroke=\"#1074E7\"] {\n stroke: /*[[base-color]]*/ !important;\n }\n .features-branch-diagram path[stroke=\"#c6d9ed\"],\n .features-branch-diagram path[stroke=\"#4182C4\"],\n .features-branch-diagram div:not(.active) .mega-octicon {\n stroke: /*[[base-color]]*/ !important;\n color: /*[[base-color]]*/ !important;\n }\n .features-branch-diagram circle[fill=\"#4183c4\"],\n .repo-list-stats a.issues:hover svg {\n fill: /*[[base-color]]*/ !important;\n }\n .features-branch-diagram circle[stroke=\"#ffffff\"] {\n stroke: #222 !important;\n }\n rect.map-background, .audit-log-map {\n fill: #1e4062 !important;\n background: #1e4062 !important;\n }\n path.land {\n stroke: #17334f !important;\n }\n circle.audit-point {\n fill: #742d14 !important;\n stroke: #57210f !important;\n }\n .graphs .selection .selection {\n fill: #888 !important;\n stroke: #888 !important;\n }\n /* monochrome backgrounds */\n .list-browser-item.closed, .content .verseblock-content,\n .content .verseblock-content, .simple-stacked-bar,\n .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover,\n .dropdown-divider, .js-current .standalone a, .sidebar-module .disable>a,\n .label-select-menu div.labelstyle-000000.selected,\n .ScreenshotCarousel-navitem.selected {\n background: #282828 !important;\n }\n div#common-issues ul li a:hover, .rss-subscribe:hover {\n background-color: #282828 !important;\n }\n .jumbotron-codelines {\n background-color: #222 !important;\n }\n .community-checklist .progress-bar .progress {\n background-color: #333;\n }\n .profile-timeline.discussion-timeline::before,\n .profile-timeline.discussion-timeline .profile-timeline-month-heading::after,\n div[style*=\"background-color: #eaecef\"] {\n background: #343434 !important;\n }\n .hidden-text-expander a, .profile-timeline-month-heading::after,\n .review-comment-contents::after, .review-comment.is-comment-editing::after,\n .release-timeline-tags .expander-dots {\n background: #383838 !important;\n }\n ul.sidetabs li a:hover, .editbox h1, #issues .labels .admin,\n #issues .display .sortbar, #facebox .close, #issues_search .wrapper,\n .ranked-repositories .meta a, .actor, ul.nav.logged_out, .tip-box a.next,\n #inbox .list .unread, .main .filterbar, .browser-content .footerbar,\n ul.smalltabs, .snippet, .supportstaffer, .discussion-form, .chooser-box,\n .chooser-box h3, #forkqueue .instructions, .selector-item.clear:hover,\n #contributors-master svg, .inset-callout h2, .documentation ul.nav,\n .date_selector td.selected, #contributors-master, .context-title,\n .list-module h2, .bootcamp-help h1, .ellipsis-button:hover,\n .codesearch-results .repo-list-name em,\n .codesearch-results .repo-list-description em, .codesearch-cols em,\n ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace,\n .subnav-bar > ul > li > ul > li > a:hover, .issue.active, .orgs-nav .count,\n .task-progress .progress-bar .progress,\n .oauth-connection-illustration .oauth-image,\n .manage-repo-access-wrapper::before, .block-diff-neutral,\n .oauth-permissions-details .permission-summary em.highlight,\n .marketplace-product-callout .branch-action-item-icon {\n background: #444 !important;\n }\n .switcher > span::after, .list-module a:hover, .section-nav .active a,\n #dashboard .filter-bar li a.filter_selected::after,\n .settings-email .label:not(.default), .key, .date::after,\n .branch-a-b-count .bar, .branch-a-b-count .meter,\n .hidden-text-expander a:hover {\n background: #555 !important;\n }\n .labels .label-neutral, li.ssh-key .ssh-key-state-indicator.not-recent,\n .render-shell > .slider .dragger {\n background: #666 !important;\n }\n .render-shell > .slider .dragger:hover,\n .render-shell > .slider .dragger:active, .issues-reset-query-icon,\n .projects-reset-query-icon {\n background: #949494 !important;\n }\n /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */\n .Counter--gray {\n background: #aaa;\n }\n .diverge-widget .separator {\n background: #ccc !important;\n }\n .menu-item.selected::before {\n background: #eee !important;\n }\n #network canvas, .qr-code-table, .qr-code-table .white {\n background: #fff !important;\n }\n /* actions in issues - this style needs to be after .bubble */\n .action-bubble .bubble,\n /* https://github.com/StylishThemes/GitHub-Dark/community/license/new?branch=master&template=mit */\n body .CommunityTemplate-header,\n [data-url$=\"recently_touched_branches_list\"],\n .merge-status-list .status-actions:hover, body > .application-main > .bg-gray {\n background: transparent !important;\n }\n .btn-mktg {\n background-color: rgba(/*[[base-color-rgb]]*/, .9);\n border-color: /*[[base-color]]*/;\n color: #ddd;\n }\n .btn-mktg:hover {\n background-color: rgba(/*[[base-color-rgb]]*/, 1);\n border-color: /*[[base-color]]*/;\n color: #eee;\n }\n .btn-outline-mktg {\n background-color: transparent;\n border-color: rgba(/*[[base-color-rgb]]*/, .9);\n color: rgba(/*[[base-color-rgb]]*/, .9);\n }\n .btn-outline-mktg:hover {\n background-color: transparent;\n border-color: rgba(/*[[base-color-rgb]]*/, 1);\n color: rgba(/*[[base-color-rgb]]*/, 1);\n }\n .MarketplaceAnnouncement .btn-outline-mktg {\n background-color: transparent;\n border-color: #eee;\n color: #eee;\n }\n .MarketplaceAnnouncement .btn-outline-mktg:hover {\n color: #fff;\n border-color: #fff;\n }\n /* blue box */\n .github-jobs-promotion p, .octotip, .bootcamp h1, .bootcamp-body,\n .owners-notice, .blob-history, .branch-name, .new-user-avatar-cta,\n .jstree-wholerow-clicked, .commit-ref, .file-history-tease, .feature-banner,\n .hook-delivery-guid, .topic-tag, .topic-tag-action, .delete-topic-button,\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button,\n .RecentBranches, .signup-prompt-bg, ul.search-results li .label,\n div[style*=\"background-color: #044d6e\"],\n .topic-tag-contrast .delete-topic-link,\n body[class=\"page-responsive\"] .bg-blue-light,\n .repository-content > .Box--condensed > .Box-body.bg-blue-light {\n background: #182030 !important;\n }\n aside [style*=\"background-color: #4764f1\"] .text-white {\n background-color: #182030 !important;\n }\n .repo-file-upload-progress .repo-file-upload-meter, .topic-tag-link:hover,\n .delete-topic-button:hover, .topic-tag-contrast .delete-topic-link:hover {\n background: #273045 !important;\n }\n .new-user-avatar-cta, .blob-history, .feature-banner,\n .recently-touched-branches, .recently-touched-branches li, .commit-ref,\n .project-updated-message, .timeline-comment-label.collaborator-comment,\n .hook-delivery-guid .octicon, .hook-delivery-guid a, a.topic-tag,\n .RecentBranches, .RecentBranches-item-link, ul.search-results li .label,\n .markdown-format table th, div[style*=\"background-color: #044d6e\"],\n .subset-files-tab .stale-files-tab-link,\n .timeline-comment.current-user:not(.is-internal) .link-gray {\n color: #9daccc !important;\n }\n .timeline-comment.current-user:not(.is-internal) .timeline-comment-header,\n .timeline-comment.current-user:not(.is-internal) .timeline-comment-action {\n color: #9daccc;\n }\n .RecentBranches-item, .commit-ref .user {\n color: #6d7c9c !important;\n }\n .github-jobs-promotion p, .octotip, .bootcamp .bootcamp-body, .bootcamp h1,\n .owners-notice, .new-user-avatar-cta, .commit-ref, .branch-name,\n .file-history-tease, .feature-banner, .recently-touched-branches,\n .timeline-progressive-disclosure-items button, .RecentBranches,\n .js-tag-input-tag, ul.search-results li .label, .topic-tag-action {\n border: 1px solid #246 !important;\n }\n .repo-file-upload-progress, .project-updated-message,\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button,\n .commit-desc + .commit-branches,\n .pricing-matrix-table .pricing-matrix-table-dark,\n .topic-tag-contrast .delete-topic-link,\n .repository-content > .Box--condensed:not(#readme):not(.file-holder),\n .border-blue, body[class=\"page-responsive\"] .border-blue,\n .timeline-comment.current-user .tabnav-tab.selected, .full-commit,\n .full-commit .commit-meta {\n border-color: #246 !important;\n }\n .blob-history, .recently-touched-branches li {\n border-bottom-color: #246 !important;\n }\n .blob-history, .file-history-tease .participation {\n border-top: 1px solid #246 !important;\n }\n #new_hook .fields {\n border-width: 0 !important;\n }\n .commit-icon .octicon {\n border-radius: 100% !important;\n }\n /* original colors */\n .discussion-item-integrations-callout .discussion-item-icon {\n background: #4095c6 !important;\n }\n /* notebooks */\n .input_prompt {\n color: hsla(234, 100%, 65%, 1) !important;\n }\n .output_prompt {\n color: hsla(0, 100%, 65%, 1) !important;\n }\n /* gradient */\n /* file drag&drop overlay */\n .repo-file-upload-tree-target {\n background: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .6) 65%, rgba(0, 0, 0, .6) 100%) !important;\n }\n .TimelineItem-break {\n background: linear-gradient(to bottom, rgba(25, 25, 25, .8) 1%, transparent 80%) !important;\n }\n /* light grey gradient */\n .signup-button:hover, a.signin:hover, .hero .textographic,\n .hero .screenographic, .box-action:active,\n .clone-url-button.selected > .clone-url-link:hover, ul#bootcamp li a:hover h4 {\n background: linear-gradient(#303030, #282828) !important;\n border-color: #484848 !important;\n }\n /* dark grey gradient */\n header.nav-bar, .bubble .bubble-title, kbd, a.feed, .list-browser-filterbar,\n .gobutton, .comment-header, .pagehead ul.tabs li a,\n .login_form input[type=\"submit\"], .top-bar, ul#bootcamp li a h4,\n #gists .context-menu-container, body#com #header, .white-nav .selected span,\n .filter-tab, #header-wrapper, #header-wrapper .nav, .cheatsheet h2,\n .section a.section-head, .list-heading, .dashboard-tabs li a,\n a.function-button, .add-pill-form, .gist .gist-file .gist-meta,\n ul.comparison-list > li.title, button.button, a.button, span.button,\n button.minibutton, a.minibutton, span.minibutton {\n background: linear-gradient(#202020, #181818) !important;\n border-color: #383838 !important;\n }\n .clone-url-button > .clone-url-link {\n border-color: #383838;\n }\n .search-form button, .issues-list-actions, a.gollum-minibutton,\n a.gollum-minibutton:visited {\n background: linear-gradient(#202020, #181818) !important;\n }\n /* inverted dark grey gradient */\n .asc .sort-type, .desc .sort-type, .mini-bar-graph, .issues-list>ul>li.unread,\n .timeline-commits-header, .usage-bar dd, .render-bar {\n background: linear-gradient(#181818, #202020) !important;\n border-color: #383838 !important;\n }\n .project-issue-body-blur {\n background: linear-gradient(to top, #181818, rgba(0, 0, 0, 0)) !important;\n }\n .bg-custom-gradient {\n background-image: linear-gradient(180deg, #1c1c1c, rgba(0, 0, 0, 0)) !important;\n }\n .billing-per-seat-callout::after {\n box-shadow: 1px -1px 0 0 #343434 !important;\n }\n main [style=\"background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));\"] {\n background: linear-gradient(to top, #181818, transparent) !important;\n }\n .ScreenshotCarousel-navitem.selected {\n box-shadow: inset 0 0 10px rgba(255, 255, 255, .05) !important;\n }\n /* commits page - committer icon */\n .commits-list-item .committer-avatar {\n box-shadow: -2px -2px 0 rgba(0, 0, 0, .4) !important;\n }\n .Header .header-search-wrapper.focus {\n box-shadow: none !important;\n }\n /* box shadow below attach box - https://github.com/StylishThemes/GitHub-Dark/releases/new */\n /* + remove box shadowns on buttons and the like */\n .upload-progress, .social-count, .btn {\n box-shadow: none;\n }\n /* https://github.com/team inline HTML fixes */\n .bg-white[style*=\"box-shadow: 0 0 20px 20px #ffffff\"] {\n box-shadow: 0 0 20px 20px #181818 !important;\n }\n [href=\"#organizations\"][style*=\"background-color: #fff\"] {\n background-color: transparent !important;\n }\n .Box-header[style*=\"background-color: #FFF3FA\"] {\n background-color: #222 !important;\n }\n .Box-header[style*=\"border-color: #FFF3FA\"] {\n border-color: #343434 !important;\n }\n /* text color */\n html[prefix] .ellipsis-expander:active,\n html[prefix] .hidden-text-expander a:active,\n html[prefix] .site-header-nav .dropdown-menu a:hover, .btn-blue,\n .feature-preview-dialog .text-white, .text-white {\n color: #fff !important;\n }\n /* Bright text */\n .gist-snippet-meta .gist-count-links > li > a:hover,\n .topic-tag-action .add-topic-button:hover,\n .topic-tag-action .remove-topic-button:hover,\n .discussion-item-changes-marker.is-unread .discussion-item-icon,\n .toc-select .navigation-focus *, .owner-select-target, a.filter-item.selected,\n .filter-item.selected h4, .filter-item.selected .f3,\n .filter-item.selected .Label--outline-white, .octicon.text-white,\n .user-status-org-button:hover .user-status-org-detail,\n .user-status-org-button.selected .user-status-org-detail,\n .member-suggestion[aria-selected=true] .octicon,\n .member-suggestion[aria-selected=true] .member-name,\n .member-suggestion:hover .octicon, .member-suggestion:hover .member-name,\n .diffbar [role^=menuitem]:focus:not(.is-range-selected) .text-emphasized,\n .diffbar [role^=menuitem]:hover:not(.is-range-selected) .text-emphasized,\n .filter-item.selected p, .filter-item:hover .marketplace-plan-per-time,\n .oauth-permissions-details .permission-summary em.highlight, .btn-primary {\n color: #f0f0f0;\n }\n ul.repo-stats li a:hover, .minibutton.danger:hover, #gist-form label,\n .subnav li a:hover, .filters li.selected a, .filters li a:hover, .code-list em,\n a.header-anchor, .commandbar .choice .command, .search-term,\n .codesearch-cols em, .image, .selector-item:hover .mini-icon::before,\n .selector-item.selected .mini-icon::before, .new-repo .octicon, #header .nav a,\n .minibutton i, .minibutton, .commit .mini-icon::before, .featured-callout,\n .sidebar-milestone-widget .title, #network .explain b,\n .dashboard-tabs a.selected, .message .time, #graph_data .tab.selected a,\n .explore-collection .see-more-link, ul.color-label-list .count,\n a.filter-tab.selected, .orgs-nav .count, .facebox-user-list-item a,\n a.org-module-link, .org-header-info .name-link,\n .calendar-graph .contrib-details div .num,\n .commandbar .display table td:first-child, .file-history-tease .author a,\n ul.summary-stats li .num, .pull-head-meta .pull-number a,\n .mini-discussion-bubble .mini-discussion-bubble-action, .sub-nav h2,\n .sub-nav h2 a, .accordion .section a.section-head,\n .orgs-nav .org-nav-item.selected, .sub-nav li a.active, a.org-link,\n .infobar-widget .text a, .view-modes-menu li.active, a.signin:hover,\n .highlight-module .mega-icon::before, #wiki-rightbar li, .i-am-error p,\n .markdown-body .octicon-link, .gist-item ul.meta > li > a:hover,\n .native-download .mega-icon::before, #article-platform-nav ul li.selected a,\n .section-heading-title a.selected, .marketing-nav a.selected,\n .dashboard-tabs a:hover, .hidden-text-expander a:hover, .codesearch-cols em,\n .branch-action-state-clean .branch-action-icon::before,\n .hook-list li.selected a, .oauth-permissions-details .permission-title,\n p.read-it, .branch-action-state-dirty .branch-action-icon::before,\n .branch-action-state-closed-dirty.branch-action-icon::before,\n .branch-action-state-merged .branch-action-icon::before,\n .showcase-featured .featured-grid-link, .collection-card-title,\n .collection-card-image:hover, .explore-page .see-more-link, .mute,\n .pull-request-link:hover, .expandable:hover::before,\n .follow-list .follow-list-name a, a.comment-header-author,\n .wiki-edit-link:hover, .infotip p, .form-actions .tip, dl.form.warn dd.warning,\n .page-notice, ol.toc > li a.active, .example-nav li a.selected, .facebox-alert,\n .typeahead-result, .no-results, #user-links > li * button,\n .timeline-commits .hidden-text-expander a:hover, .color-editor-input,\n #user-links .sign-out-button, .table-list-item label,\n .audit-action-info .context, .token-scope, .segmented-nav li.active a,\n .tabs > a.selected, .member-username, kbd, .kbd,\n .boxed-profile .profile-preview .vcard-fullname, .integrations .site-footer a,\n .email-format .email-hidden-toggle a:hover,\n #gollum-editor-help-parent li a.selected,\n #gollum-editor-help-list li a.selected, a.gollum-minibutton,\n a.gollum-minibutton:visited, a.token-warning, a.lightertooltipped,\n .org-team-sidebar .team-note .note-emphasis, #com h1 span, #com h2 span,\n .breadcrumb .final-path, button.button, a.button, span.button,\n button.minibutton, a.minibutton, .button.primary:hover, .repo-private-label,\n a.repo_filter.js-repo-filter-tab.filter-selected, .keyboard-mappings th,\n .rendered_html, .render-health:hover .symbol, .radio-label,\n .gist-snippet-meta .description, .clone-url-button > .clone-url-link,\n a.team-mention, .team-mention, .boxed-group-inner h4,\n .leaflet-control-attribution, .leaflet-control-attribution a,\n .integrations-breadcrumb-link, a.integrations-breadcrumb-link, #message .title,\n .exploregrid-item-title, .explore-collection h2, #com h1, #com h2, #com h3,\n .content > h2, .content > h3, .audit-results-header-title,\n .session-authentication .auth-form-header, .org-settings-team-type,\n .org-settings-team-count, .intgrs-lstng-item-header, .octokit-language span,\n .site-header-nav a, .menu-item.selected, article h2, #message-list h1,\n #message-list h3, .graph-page h1, .graph-page h3, .dashboard-notice h2,\n .site-header-dark .site-header .site-header-link, .version-picker a:hover,\n .markdown-format .octicon-link,\n .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n .jump-to-suggestions-results-container [aria-selected=\"true\"] .jump-to-octicon,\n .markdown-body strong, .markdown-format strong, .btn-danger:hover,\n .btn-danger:active, .btn-danger.selected, [open] > .btn-danger,\n .discussion-item-icon, .blob-num-expandable .diff-expander:hover,\n .js-expandable-line:hover .diff-expander,\n .site-header-nav .dropdown-menu a.active,\n .site-header-nav .dropdown-menu a .octicon-check,\n .marketplace-product-callout .branch-action-item-icon,\n .user-status-org-button span.text-bold, .octicon-fold,\n .jump-to-suggestions-path {\n color: #dcdcdc !important;\n }\n .add-line-comment {\n color: #dcdcdc;\n }\n pre, #languages a.bar, .lineoption p, table.notifications th,\n .usagestats dl dt.numbers, .commit-preview p.name .date, .download-list h4,\n .fieldgroup p.explain.planusage, .explore h2, .tabnav .active a,\n .vcard-username, #markdown-toc li a, .tag-info .tag-name, .language,\n .featured-callout h2, .commit-title .message, .files .message,\n .revision .creator, .mini-icon.search-input, .lines-changed,\n .lines-changed:hover, .discussion-topic-author a, .graph .data .number,\n .box-title, a.box-action, .octofication .message p, .repolist .description,\n .addon p, .keyboard-mappings, .accessibility-aid:focus,\n .list-group-item .list-group-item-name a,\n .list-group-item .list-group-item-meta a, .list-browser-sorts .sort-type,\n #commits_tab_counter, .auto-search-group .search-filter, .usage-bar dt,\n .github-jobs-promotion p a, .file-info .file-name, .file-box .meta,\n .gh-header-meta .author, .timeline-commits .author,\n .sidebar-assignee .assignee, .rss-subscribe, .sidebar-module h3.disable span,\n .octotip, .billing-section .section-content, #readme span.name,\n .steps li.current, .context-loader, .box-title a,\n .branch-infobar .lightweight-actions > li a:hover,\n .discussion-item-ref-title .title-link, .org-teams-list .team, .ace-github,\n a.pagehead-nav-item.selected, a.pagehead-nav-item:hover,\n .repo-collection .collection-stat, a.subscribe-feed, header ul.links a:hover,\n div.container > p, .commits-list-item .commit-author,\n .discussion-item .renamed-was, .discussion-item .renamed-is,\n a.discussion-item-entity, span.discussion-item-entity:not(:hover),\n .table-list-header-toggle .btn-link.selected,\n .table-list-header-toggle .btn-link.selected:hover,\n .table-list-header-toggle .btn-link:hover, a.issue-title-link,\n .milestone-title-link a, .org-header .edit-org, .org-name, .blob-code,\n .blob-code-inner, .diff-line-code, .contrib-number,\n .pulse-summary .summary-box .count, .list-options .selected .list-item-title,\n .nav-bar-inner .brand-logo-invertocat .octicon-mark-github, .menu a .octicon,\n .issue-list-meta a, .stat-number, div.search-form button span,\n .fullscreen-overlay .octicon:hover::before,\n .fullscreen-overlay .mega-octicon:hover::before, .protip-callout,\n .fullscreen-overlay textarea:focus, .fullscreen-overlay textarea:hover,\n #header ul.top-nav > li > a, #header ul.top-nav > li > button,\n a.team-member-ellipsis:hover, .rendered_html pre, .rendered_html code,\n .team-grid .team-name, .stats-group-stat.no-link:hover .stat-number,\n .application-authorizations .oauth-app-access-name, .header-logo-invertocat,\n a.header-logo-wordmark, .pull-request-integrations-title,\n .intgrs-dir-intro .directory-header-back,\n .intgrs-dir-intro .directory-header-back .header-link,\n .oauth-application-info .application-title,\n .session-authentication .header-logo, .repo-file-upload-progress,\n a .mega-octicon, .anchor, .gcr-ext-editor-close .delete-button:hover svg,\n .repo-filterer .repo-filter.filter-selected,\n .signed-commit-signer-name .signer, .display-heading-1, .display-heading-2,\n .display-heading-3, .display-heading-4,\n .pinned-repos-selection-list-item.selected, .Box-body-row--highlight,\n .text-pending, .compare-pr-placeholder p, .compare-pr-placeholder .help-link,\n #message.good, #message.major, .boxed-group-success, ul#bootcamp li a h4,\n .menu-heading, .text-black, .markdown-format h4,\n .access-token .token-description,\n .oauth-org-access-details .boxed-group-list > li.on strong, .content h1,\n .octokit-language span, .lead, .merge-branch-heading,\n .org-user-notice-content strong, .Box-row-link, .header .header-search-scope,\n .discussion-item-private, .label-select-menu div.labelstyle-000000.selected,\n .marketplace-plan-emphasis, .header-nav-link, .header-navlink,\n .Header .header-search-scope, a.notification-indicator, .HeaderNavlink,\n .text-gray-dark, .label-select-menu .select-menu-item:hover,\n .check-annotation code pre, .Header-link {\n color: #bebebe !important;\n }\n .news .alert .simple .title, #network .graph-date, .tabnav-widget.text,\n .feature .intro, span.diffstat, span.diffstat a, .commit .commit-branches a,\n #readme .plain, .news blockquote, .news blockquote p, .collection-stat,\n .calendar-graph .contrib-details div .lbl, .tag-info a, a.browse-button,\n .ghead .dir, .comment-header-action-text a, .comment-header-right a,\n .gist-item .creator, .dashboard-tabs a, #graph_data .tab a, .pull-info,\n .list-group-item .list-group-item-summary a, #contributors .capped-card .cmt,\n .boxed-group-list .access-level, h3.conversation-list-heading, a.filter-tab,\n .starred-repo p.description, .org-repo-stats a, .org-repo-updated a,\n .org-repo-description, .org-repo-forked a, .commandbar .display table td span,\n .clone-options, .pulse-section, .discussion-sidebar p,\n .discussion-topic-header .discussion-topic-author, .gist-description, .explain,\n p.subtext, .team-grid .team-description, .orgs-nav .org-nav-item,\n .form-actions-protip .protip, .discussion-item .author,\n .inline-comments .comment-count, .sidebar-heading, .clear-issue-filters a,\n .render-view-modes li.active::before, ul.comparison-list > li em,\n .marketing-benefits .column p, .sub-nav li a, .headlines a .date,\n .sidebar-module ul ul li span, .merge-branch-description,\n .gist-item ul.meta > li > a, ul#categories li h5 a,\n .render-view-modes li.active, .user-leaderboard-list .repo-list-item .repo,\n .repo-stats li a, .about p, dl.form > dd p.note, p.subdued,\n .team-header .team-description, .hfields dl.form > dt label,\n .boxed-group > h3 a.boxed-group-breadcrumb,\n .boxed-group .heading a.boxed-group-breadcrumb, .subscriptions-sidebar .note,\n .thread-subscription-status, .ellipsis-button, .follow-list .follow-list-info,\n form.btn .count, .blame .commitinfo .date, .gist .gist-file .gist-meta a,\n .hidden-text-expander a, .news div.message, .news li blockquote,\n .news .alert .pull-info, .news .alert .branch-link,\n .release .release-authorship a, .wiki-wrapper .wiki-empty-box:hover,\n .diffstat-summary a, .branches .branch-group-heading .branch-group-name,\n .render-notice, .table-list-milestones .stat, .repo-list-description,\n .file .meta, .email-format .email-hidden-toggle a, .file-diffstat,\n .program-info-column .mega-octicon, .octofication .notice-dismiss:hover,\n .markdown-format .intro, .label-admin, .program-info-column p,\n .file-history-tease, .gist-snippet-meta .gist-count-links > li > a,\n .commit-author-section, .manage-repo-access-not-active, .milestone-name,\n .feature-callout, .repo-file-upload-file-wrap .remove-file:hover,\n .rss-subscribe, table.capped-list .octicon, .site-header-menu .nav-item,\n .exploregrid-item, .markdown-body blockquote,\n .commits-list-item .commit-desc pre,\n .review-comment .pending-batched-suggestion-label, main .note.bg-green-light p,\n .CheckStep-timestamp {\n color: #afafaf !important;\n }\n .tabnav-tab {\n color: #afafaf;\n }\n .calendar-graph .contrib-details div, .time, .gist-item .metadata .datetime,\n .list-group-item-meta, a.keyboard-shortcuts, button.keyboard-shortcuts,\n .simple-conversation-list, .simple-conversation-list > li .title .num,\n .starred-repo .sort-info, .org-stats, .commandbar .choice,\n .commandbar .loading, .commandbar .description, ul.summary-stats li a,\n .authorship, .sha-block, .gh-header-meta, #last-edit, .setup-header .lead a,\n .mini-icon-remove-close:hover, .section-heading-title .separator, .hook-list a,\n .github-jobs-promotion a.jobs-logo, .org-teams-list .team-meta,\n .repo-list-item .repo-description, .branch-infobar .lightweight-actions > li a,\n .repo-leaderboard-list .repo-leaderboard-meta-item a,\n .changed .moved-up::before, .changed .moved-down::before,\n .comment-header .octicon, a.section-heading-back,\n .list-group-item-meta .octicon, .repo-leaderboard-title .title-meta,\n a.pagehead-nav-item, .wiki-wrapper .wiki-empty-box,\n .commits-list-item .commits-comments-link, .commits-list-item .commit-meta,\n .issues-listing .table-list-issues .issue-comments-link,\n .issues-listing .table-list-issues .issue-meta-section a, .labels-list-action,\n table.tag-list p a, table.tag-list td.date a, .render-view-modes li,\n .site-footer, .site-footer .octicon-mark-github:hover,\n .repo-list-stats .repo-list-stat-item, .range-editor span.flag .octicon,\n .commit-info .commit-meta a, .notifications .read a,\n .auth-form-header .octicon, .releases-tag-list p a, .history-link a,\n a.issue-nwo-link, .member-meta .teams-link, .member-meta .btn-link,\n ul.comparison-list > li em, ul.comparison-list > li.title, .diffstat-summary,\n a.team-member-ellipsis, a.discussion-item-toggle-open,\n a.discussion-item-toggle-closed, button.discussion-item-toggle-open,\n button.discussion-item-toggle-closed, .dropdown-header, .participation a,\n .completeness-indicator-info, .type-icon-state-none, .delete-owners-button,\n .stats-group-stat, .stats-group-stat.no-link:hover, .wiki-edit-link,\n .member-meta .member-meta-link, .hidden-text-expander a, .text-muted,\n .listgroup-item, .discussion-item-header, .discussion-sidebar-heading,\n .org-header-meta .meta-item .meta-link, .boxed-group-inner, .lead,\n .form-checkbox .note, .bot-identifier, .dashboard-notice .dismiss:hover,\n td.icon .octicon-file-text, td.icon .octicon-file-symlink-file,\n .project-header-link, button.project-header-link, td.icon, .facebox-close,\n .tree-browser-result mark, .octicon.text-gray, .notification-actions .age {\n color: #949494 !important;\n }\n .timeline-comment-action, #suggestions a, .table-list-header-toggle .btn-link,\n .discussion-sidebar-item {\n color: #949494;\n }\n .vcard-detail .octicon, .member-badge .octicon,\n .command-bar .octicon-question::before, .news .alert .time,\n ul.color-label-list .color-label.zeroed,\n ul.color-label-list .color-label.zeroed .count, .gh-header-title .issue-number,\n a.leaderboard-list-rank, .bootcamp ul li a, .ssh-key-fingerprint,\n .tag-references > li a, .release .release-authorship,\n .branches .branch-summary, .branches .no-results-message,\n header ul.links > li a, .team-info-card .stats-group .stat,\n .team-info-card .stats-group .stat.no-link:hover,\n .issues-listing .table-list-issues .issue-meta, .task-progress,\n .table-list-milestones .stat-label, .diff-line-num,\n .file-data .line-numbers span, .discussion-item .timestamp,\n .branch-status .divider, .news .alert .octicon, .news .alert .mega-octicon,\n .repo-list-meta, a.discussion-item-help, .page-new-repo .license-info,\n .commit-info .commit-meta, .list-item .byline, .issue-list-meta,\n .file-type-icon, .uploaded-files .remove, .releases-tag-list td.date a,\n .collaborators .collab-remove .remove-link, .octofication .notice-dismiss,\n ul.comparison-list > li .octicon, div.content-header h6,\n .fullscreen-overlay textarea, .breadcrumb,\n .application-authorizations .oauth-app-list-meta,\n .application-authorizations .oauth-app-owner, .boxed-group-inner .help,\n .thread-subscription-status .reason, .toc-diff-stats .octicon,\n .recent-gists .description .blank, .recent-gists .metadata,\n .member-meta .access-link, .gist-quicksearch-no-results,\n #user-content-toc ul ul li::before, .user-list li em, #graph_data h2,\n #message-list .message .time, .tabnav .tabnav-extras,\n .discussion-item-integrations-callout .pull-request-integrations-dismiss,\n .oauth-application-info .meta-link, .oauth-application-info .app-info,\n .repo-file-upload-file-wrap .remove-file, .gcr-ext-editor-close svg,\n .commit-id, .orghead .edit-org, a.footer-octicon:hover,\n .table-of-contents .toc-diff-stats .octicon,\n .notification-actions .unsaved-notification {\n color: #757575 !important;\n }\n .signed-commit-badge {\n color: #757575;\n }\n .branch-infobar .lightweight-actions > li .octicon,\n .manage-repo-access-icon .octicon, .wiki-wrapper .wiki-history .date,\n .issue-meta-section .octicon, .thread-subscription-status .mega-octicon,\n .subnav-search-icon, .auto-search-group > .octicon,\n .page-gist-edit .octicon-gist, .unselected-month, .profile-rollup-toggle,\n .dashboard-notice .dismiss, .reblame-link {\n color: #5a5a5a !important;\n }\n .context-pane .selector-item:hover a, .mega-icon::before,\n .mini-icon-public-repo::before, .mini-icon-pull-request,\n .mini-icon-remove-close, .mini-icon-link, .task-progress .octicon,\n .milestone-link .octicon, .site-footer .octicon-mark-github, .steps li,\n .branch-delete.disabled, .date_selector td.unselected_month,\n .bootcamp .desc h2,\n .issues-listing .table-list-issues .issue-comments-link.no-comment,\n .diffstat-bar, .issue-comments-no-comment, a.footer-octicon {\n color: #474747 !important;\n }\n .list-tip::before, .selector-item .mini-icon::before,\n .browser .mini-icon-arr-right, .octicon-person-team::before,\n a.darkertooltipped, #subscribeButton, .js-new-label-color svg.text-gray-dark,\n .user-status-header .text-gray-dark, .Spotlight .text-gray-dark {\n color: #313131 !important;\n }\n .issues-reset-query-icon, .issues-reset-query:hover .issues-reset-query-icon,\n .projects-reset-query-icon.text-white,\n .projects-reset-query:hover .projects-reset-query-icon,\n .user-status-header.user-status-limited-availability .text-gray-dark,\n .MarketplaceFeature-link .text-gray-dark, .Counter--gray {\n color: #1c1c1c !important;\n }\n a.pagehead-heading, a.text-inherit, .boxed-group > h3 a,\n .boxed-group .heading a, .list-heading a, .table-list-milestones .stat a,\n .timeline-comment-header .js-comment-edit-history summary.text-gray,\n .timeline-comment-header .js-comment-edit-history > .text-gray-light,\n .delete-topic-button, .timeline-comment-header code,\n .timeline-comment-header-text code a {\n color: inherit !important;\n }\n .donut-chart [style*=\"fill: none\"], .workflow-string svg,\n .workflow-success circle, .workflow-success path {\n fill: none !important;\n }\n /* Alerts and activity, remove background gradient */\n .metabox .editable-text:hover, #inbox .list .item .title span,\n .Subhead.border-bottom-0 {\n background-color: transparent !important;\n border: none !important;\n }\n /* Panels */\n #posts #rss, .signup-button, .hero h1, .plan.personal, .caption,\n .centered-graphic, .login_form h1 {\n background-color: /*[[base-color]]*/ !important;\n border-color: /*[[base-color]]*/ !important;\n }\n /* Red panel */\n .majorproblem .pageheader_wrap, .error_box, .btn-close-issue, .closed-issues,\n .topic-tag-action .remove-topic-button:hover, .menu-item-danger:hover,\n .menu-item-danger.navigation-focus, .menu-item-danger.selected:hover,\n .menu-item-danger.selected.navigation-focus {\n background: #911 !important;\n border-color: #383838 !important;\n }\n .btn-close-issue:hover, .btn-danger:hover, .minibutton.danger:hover,\n .remove-topic-button:hover, .btn-danger:active, .btn-danger.selected,\n [open] > .btn-danger {\n background: #911 !important;\n border-color: #b00 !important;\n }\n .deprecation-banner {\n background: #200;\n border-color: #911;\n }\n .mergeable-dirty .bubble, .mergeable-dirty .merge-status-icon,\n .dangerzone > h3 {\n background: #911 !important;\n }\n .block-diff-deleted, .text-diff-deleted .block-diff-neutral {\n background: #b22 !important;\n }\n /* pink */\n /* https://github.com/StylishThemes/GitHub-Dark/issues/949 */\n /* Github uses !important inline styles on some of these elements which are\n impossible to overrides via userstyle */\n [style*=\"border-bottom: 1px solid #f9b3dd\"] {\n border-bottom: 1px solid #c49 !important;\n }\n [style*=\"border: 1px solid #f9b3dd\"], [style*=\"border: 1px solid #ec6cb9\"] {\n border: 1px solid #c49 !important;\n }\n [style*=\"border: 1px solid #f9b3dd\"] .text-gray-dark {\n color: #333 !important;\n }\n [style*=\"background: #ffeef8\"], [style*=\"background-color: #ffeef8\"] {\n background-color: #170711 !important;\n }\n /* brown */\n #feedHeaderContainer, .feedBackground, .infotip, .form-actions .tip,\n .mini-callout, .snippet em, #message .sent, .notification, .callout, .ejector,\n #issues_search .results em, .bootcamp-help ul li, .btn-download,\n .feature-tabs .tab-button, .plan.free, #message.minor, .chzn-results li em,\n #missing-readme, .page-notice, .facebox-alert, .deprecation-warning,\n .branch-status.status-pending .discussion-item-icon,\n .discussion-event-status-renamed .discussion-item-icon,\n .discussion-topic .branch-status.status-pending,\n .discussion-item-review.is-pending .file-header,\n .discussion-item-review.is-pending .comment-form-head.tabnav,\n .timeline-comment.unread-item .timeline-comment-header, .Label.bg-yellow,\n .code-list-item-private .blob-num {\n background-color: #261d08 !important;\n border-color: #542 !important;\n color: #ddd !important;\n }\n .discussion-item-review.is-pending .file, .timeline-comment.unread-item,\n .timeline-comment.unread-item .timeline-comment-label,\n .review-comment .pending-batched-suggestion-label,\n .is-pending .review-summary-form-wrapper, .code-list-item-private .file-box {\n border-color: #542 !important;\n }\n .timeline-comment-wrapper .timeline-comment.unread-item::before {\n border-right-color: #542 !important;\n }\n .timeline-comment-wrapper .timeline-comment.unread-item::after {\n border-right-color: #261d08 !important;\n }\n #toc .octicon-diff-modified, .secret .repo-label span, .api .s2 {\n color: #b74 !important;\n }\n .deprecation-warning a {\n color: #c97 !important;\n }\n .code-list-item-private .divider .blob-code,\n .code-list-item-private .divider .blob-num,\n .AnnotationsPopover .bg-yellow-light.flash-warn,\n .js-notification-search-autocomplete-results .bg-yellow-light {\n background-color: #261d08 !important;\n }\n /* semi-transparent brown */\n .compare-pr-placeholder, .compare-cutoff, .diff-cutoff,\n .markdown-body li.added.moved, .repo-private-label, .gist-secret-label,\n .label-private, .stale-files-tab, .signed-out-comment, .commits-list-item em,\n .unsupported-browser, .prereceive-feedback, .code-list em, .issue-list em,\n .user-list em, .wiki-list em, .blob-code .bg-yellow-light,\n .codesearch-results #code_search_results .bg-yellow-light {\n background: rgba(51, 34, 17, .4) !important;\n border: 1px solid #542 !important;\n color: #ddd !important;\n }\n .btn.btn-secret {\n background: linear-gradient(#321, #210) !important;\n border-color: #542 !important;\n }\n .btn.btn-secret:hover {\n background: linear-gradient(#432, #321) !important;\n }\n .btn.btn-secret[disabled], .btn.btn-secret[disabled]:hover {\n background: #321 !important;\n border-color: #542 !important;\n opacity: .8;\n }\n /* yellow text */\n /* inline style, note this does not work when color is not first */\n /* https://github.com/StylishThemes/GitHub-Dark/issues/952#issuecomment-501451675 */\n [style^=\"color: #d3ac3b\"] {\n color: #cb4 !important;\n }\n /* .bg-pending might be a GitHub bug as it sets the fg */\n .text-pending, .text-renamed, .bg-pending, .page-new-repo .octicon-lock,\n body[class=\"page-responsive\"] .repo-list .private .octicon-lock,\n .menu a .octicon.color-yellow-7 {\n color: #cb4 !important;\n }\n .archived-project-cards-pane .project-card .archived-header {\n color: #fbca04 !important;\n }\n /* yellow border (travis) */\n .branch-action-state-unknown .branch-action-body,\n .branch-action-state-unknown .branch-status,\n .branch-action-state-unstable .branch-action-body,\n .branch-action-state-unstable .branch-status {\n border-color: #884 !important;\n }\n .branch-action-state-unknown .branch-action-body::before,\n .branch-action-state-unstable .branch-action-body::before {\n border-right-color: #884 !important;\n }\n /* yellow background */\n .Label--outline.bg-yellow-light,\n .review-comment .pending-batched-suggestion-label {\n background: #302808 !important;\n }\n .border-bottom.bg-yellow-light {\n background: #302808 !important;\n border-color: #542 !important;\n }\n /* green */\n /* labels */\n #forkqueue .legend .clean, #revisions ul li.current, .excerpt, .plan.business,\n .popout, #statusbar, .clean td, #download_button, .status-box.good a,\n .new-issues, .new-pulls, .mergeable-clean .merge-status-icon,\n .settings-email .default, .repo-owner-comment .comment-header-tag,\n .mergeable-clean .bubble, .gh-header-status.open,\n .branch-status.status-success .discussion-item-icon, .boxed-group-success,\n #message.good, .add-topic-button:hover,\n .topic-tag-action .add-topic-button:hover {\n background: #163 !important;\n border-color: #041 !important;\n }\n main .note.bg-green-light {\n background: #002800 !important;\n border-color: #060 !important;\n }\n /* Green border */\n .mergeable-clean .bubble .mergeable,\n .branch-action-state-clean .branch-action-body {\n border-color: #041 !important;\n }\n .mergeable-clean .bubble::after,\n .branch-action-state-clean .branch-action-body::before {\n border-right-color: #041 !important;\n }\n .billing-confirmation-box {\n border-color: #083 !important;\n }\n .border.border-green {\n border-color: #060 !important;\n }\n /* original color */\n .signed-commit-badge.verified:hover, .Label--outline-green {\n border-color: #6cc644;\n }\n .signed-commit-verified-label, .signed-commit-badge.verified,\n .reponame-suggestion {\n color: #55a532;\n }\n /* Green text */\n /* inline style, note this does not work when color is not first */\n /* https://github.com/StylishThemes/GitHub-Dark/issues/952#issuecomment-501451675 */\n [style^=\"color: #28a745\"] {\n color: #6cc644 !important;\n }\n .text-open, .text-success, .insertions, .cadd, .gi .diff-line-num,\n .authors-and-code .insertions, span.diffstat .diffstat-bar.diff-added,\n span.diffstat .diffstat-bar i.plus,\n ul.summary-stats li .octicon-git-branch-create,\n ul.summary-stats li .octicon-issue-opened, #toc .octicon-diff-added,\n .setup-info-module .features-list .octicon, .setup-form-container .secure,\n .highlight .gi, .type-icon-state-open, .release-label.latest a,\n .release .Label--latest a, .menu a .octicon.text-green {\n color: #6cc644 !important;\n }\n /* bright green background */\n .block-diff-added, .text-diff-added .block-diff-neutral {\n background: #6cc644 !important;\n }\n .noproblems .pageheader_wrap, a.new-repo:hover {\n background: #373 !important;\n }\n /* New additions */\n .repo-owner-tag .tag, .gist-owner-tag .tag {\n background: #070 !important;\n color: #ddd !important;\n }\n /* orange */\n #user-links .unread_count, .minorproblem .pageheader_wrap {\n background: rgba(203, 108, 0, .8) !important;\n }\n .text-orange, .release-label.prerelease, .release .Label--prerelease,\n a.stale-files-tab-link {\n color: #f3582c !important;\n }\n .release-label.prerelease, .release .Label--prerelease {\n border-color: #f66a0a !important;\n }\n /* pjax loading */\n .pjax-loader-bar .progress {\n background: /*[[base-color]]*/ !important;\n box-shadow: 0 0 10px /*[[base-color]]*/ !important;\n }\n ul.view-modes-menu {\n background-image: url(\"data:image/gif;base64,R0lGODlhBwAEAIAAACIiIv///yH5BAEAAAEALAAAAAAHAAQAAAIIhA+BGWoNWSgAOw==\") !important;\n }\n .mini-icon-windows::before {\n background-position: -18px 0 !important;\n }\n /* Repo list (https://github.com/{user}?tab=repositories) */\n .repo-list-item p, .repo-list-item .repo-list-stats, .review-thread-reply {\n position: relative !important;\n z-index: 1 !important;\n }\n /* GitHub Enterprise (GHE) stuff */\n body.enterprise .repohead.experiment-repo-nav {\n background: rgba(24, 24, 24, .4);\n }\n body.enterprise .new-discussion-timeline .previewable-comment-form .comment-form-head.tabnav {\n background: #202020;\n }\n body.enterprise .timeline-comment-wrapper .timeline-comment.current-user::before {\n border-right-color: #246;\n }\n body.enterprise .timeline-comment-wrapper .timeline-comment.current-user::after {\n border-right-color: #182030;\n }\n body.enterprise .timeline-new-comment .timeline-comment::before {\n border-right-color: #404040;\n }\n body.enterprise .timeline-new-comment .timeline-comment::after {\n border-right-color: #202020;\n }\n body.enterprise .commit-tease {\n background-color: #182030;\n border-color: #246;\n }\n /* HACK: Fix review comment timeline */\n /* https://github.com/nodejs/node/pull/8519#r78637092 */\n .review-comment-contents::after, .review-comment.is-comment-editing::after {\n z-index: 0 !important;\n }\n .review-comment .avatar {\n position: relative !important;\n z-index: 1 !important;\n background: #181818 !important;\n box-shadow: 0 0 0 4px #181818 !important;\n }\n /* center the dot icon inside green discussion timeline icons */\n .discussion-item-reopened .discussion-item-icon {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n /* add borders to full-page flash on top of repos */\n main > .flash-full.flash-warn {\n border-top: 1px solid #bba257 !important;\n border-bottom: 1px solid #bba257 !important;\n }\n main > .flash-full.flash-error {\n border-top: 1px solid #f44 !important;\n border-bottom: 1px solid #f44 !important;\n }\n main > .flash-full.flash-success {\n border-top: 1px solid #6cc644 !important;\n border-bottom: 1px solid #6cc644 !important;\n }\n /* Make text selection work over file path separators because in Firefox */\n /* a text selection can not start over a pseudo element. The precise values */\n /* are to match the rendering of GitHub's single-space pseudo contents */\n .breadcrumb .separator {\n margin-left: .283em;\n margin-right: .283em;\n }\n .breadcrumb .separator::after, .breadcrumb .separator::before {\n content: none;\n }\n /* Hack to add a background to the sticky toolbar on the pr files tab when using unified diffs */\n body:not(.full-width) .pr-toolbar.is-stuck + .toolbar-shadow::before {\n content: \"\";\n position: absolute;\n top: -60px;\n left: 0;\n right: 0;\n height: 60px;\n background: #181818;\n box-shadow: 0 0 .75rem rgba(0, 0, 0, .7);\n }\n .gh-header-shadow {\n border: none !important;\n box-shadow: 0 0 .75rem rgba(0, 0, 0, .7) !important;\n }\n .participation-graph svg {\n background: transparent !important;\n opacity: .1 !important;\n z-index: 0 !important;\n }\n .inbox-zero-octocat, .network-graph-container, img.TenYears-hero {\n opacity: .6 !important;\n }\n .search .minibutton span {\n background-position: center -95px !important;\n }\n /* history expand buttons */\n .commit .minibutton.expander-minibutton span {\n background-position: 50% -45px !important;\n }\n .commit.open .minibutton.expander-minibutton span {\n background-position: 50% -145px !important;\n }\n /* pull request avatar bubble */\n .avatar-bubble::before, .discussion-bubble-content::before {\n border-color: transparent #333 transparent transparent !important;\n }\n /* octocat spinners */\n img[src*=\"octocat-spinner\"], img[src=\"/images/spinner.gif\"],\n .profile-picture-spinner {\n width: 0 !important;\n height: 0 !important;\n }\n img[src*=\"octocat-spinner\"], img[src=\"/images/spinner.gif\"], .facebox-loading,\n .branch-action-body .spinner, .status-indicator-loading,\n .ajax-pagination-form.loading .ajax-pagination-btn::after,\n .profile-picture-spinner, .more-repos-link.is-loading,\n auto-check .is-autocheck-loading {\n background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><style>.a{fill:%23333;}</style><path d=\"M364 29C421 57 460 94 485 151l-31 15c-20-41-63-84-105-104\" class=\"a\"><animate attributeName=\"fill\" begin=\"0s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m494 169c20 60 21 114-1 172l-33-11c15-43 15-104 0-148\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.125s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m485 359c-28 57-66 96-122 121l-15-31c41-20 84-63 105-105\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.250s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m345 489c-60 20-114 21-172-1l11-33c43 15 104 15 148 0\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.375s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m154 483c-57-28-95-66-121-122l31-15c20 41 63 84 105 105\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.500s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m24 343c-20-60-21-114 1-172l33 11c-15 44-15 104 0 148\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.625s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"M32 151C60 94 98 55 154 30l15 31c-41 20-84 63-105 105\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.750s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m173 21c60-20 114-21 172 1l-11 33c-43-15-104-15-148 0\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.875s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m197 459v-48s-4-4-33-1c-28 3-62-66-65-69 24-10 43 26 65 38h31s3-44 20-37c17 6-72 1-97-61s19-126 20-115c0 9-17-35-10-46 20-24 50 11 69 15 5 0 18-8 59-7 41 0 55 8 60 6 22-10 51-32 65-17 10 12-1 61-1 49s43 81 6 132c-29 46-95 43-84 46 21 15 14 91 14 115l-22 4v-74c0-9-9-10-9-9v85l-21 1v-86h-10v86l-20-1v-83s-8-1-8 10v72\" fill=\"%23eee\"/></svg>') !important;\n background-size: contain !important;\n background-repeat: no-repeat !important;\n background-position: 50% 50% !important;\n }\n .more-repos-link.is-loading {\n background-repeat: no-repeat !important;\n background-position: 50% 50% !important;\n background-size: 16px 16px !important;\n }\n auto-check .is-autocheck-loading {\n background-size: 16px 16px !important;\n background-position: 97% 50% !important;\n }\n /* Timeline Load More squiggly line */\n /* https://github.com/go-gitea/gitea/pull/8346#issuecomment-638578779 */\n /* https://github.com/swagger-api/swagger-ui/pull/6030#issuecomment-638412978 */\n .pagination-loader-container {\n background: transparent url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NHB4IiBoZWlnaHQ9IjM0cHgiIHZpZXdCb3g9IjAgMCA0NCAzNCI+PHBvbHlsaW5lIGZpbGw9IiM0NDQiIHBvaW50cz0iMCwyMSAyMiw4IDQ0LDIxIDQ0LDI2IDIyLDEzIDAsMjYiLz48L3N2Zz4NCg==\") repeat-x left center/22px 17px !important;\n }\n img[src*=\"octocat-spinner\"][width=\"128\"] {\n padding: 64px !important;\n }\n img[src*=\"octocat-spinner\"][width=\"64\"],\n .profile-picture-spinner\n img[src=\"/images/spinner.gif\"] {\n padding: 32px !important;\n }\n img[src*=\"octocat-spinner\"][width=\"32\"] {\n padding: 16px !important;\n }\n img[src*=\"octocat-spinner\"][width=\"16\"] {\n padding: 8px !important;\n }\n .sponsors-questions::after {\n opacity: .35;\n }\n /* remove code view padding */\n .Box-body.blob-wrapper {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n /* remove actions editor padding */\n form[action*=\"/.github/workflows/\"] .commit-create {\n padding-top: 0 !important;\n }\n /* remove margin above codemirror */\n .file-header.mb-2 {\n margin-bottom: 0 !important;\n }\n /* network members */\n .network-tree {\n width: 19px !important;\n height: 0 !important;\n padding-top: 26px !important;\n background-repeat: no-repeat !important;\n background-position: -2px center !important;\n }\n .network-tree[src$=\"t.png\"] {\n background-image: url(\"data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIkjI+pG8APY5O0uorfzRzt3n1g5pSTOTJiSq1s5L6ajMW0YgcFADs=\") !important;\n }\n .network-tree[src$=\"i.png\"] {\n background-image: url(\"data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIhjI+pG8APY5O0uorfzRzt3n1gJo6WGaJcqUJsy7ywIgcFADs=\") !important;\n }\n .network-tree[src$=\"l.png\"] {\n background-image: url(\"data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIejI+pG8APY5O0uorfzRzt3n1g5pSTOabqyrbuC68FADs=\") !important;\n }\n #searchfield {\n background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAM1BMVEUAAABKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkrmvr7+AAAAEXRSTlMAmEgOJpKQimpgRHVzVk8fFp8jXkwAAABRSURBVAjXVY1JDsAwCAMxhGxNl/+/toVEKpmLNcLCRJRqKTXRhOGwS4KyCCv8eoBnY1hkiIUgb6ah2THWly7SFS0uAKfZWm+mP59eUfNNgYdehjcBh7PIFcgAAAAASUVORK5CYII=\") !important;\n background-repeat: no-repeat !important;\n background-position: 8px center !important;\n }\n /* front page: 'more' spinner */\n .ajax-pagination-form.loading .ajax-pagination-btn {\n position: relative !important;\n border-color: #343434 !important;\n background: #181818 !important;\n }\n .ajax-pagination-form.loading .ajax-pagination-btn::after {\n content: \"\" !important;\n position: absolute !important;\n width: 16px !important;\n height: 16px !important;\n left: 50% !important;\n top: 50% !important;\n transform: translate(-50%, -50%) !important;\n }\n .branch-action-body .spinner, div.facebox-loading, .status-indicator-loading {\n background-position: center center !important;\n width: 100% !important;\n background-repeat: no-repeat !important;\n }\n /* image preview background */\n .render-shell .img-view img, .file .image img, .file .image canvas, img.asset {\n background-image: url(\"data:image/gif;base64,R0lGODlhCgAKAIAAABoaGgAAACwAAAAACgAKAAACEYQdmYcaDNxjEspKndVZbc8UADs=\") !important;\n }\n .render-shell:hover .img-view img, .file:hover .image img,\n .file:hover .image canvas, img.asset:hover {\n background-image: url(\"data:image/gif;base64,R0lGODlhCgAKAIAAAOXl5f///yH5BAAAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==\") !important;\n }\n /* <select> dropdown arrows */\n /* https://github.com/account/upgrade */\n .form-select {\n background: #181818 url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAQAAAAua3X8AAAARklEQVR4AWNABWcazjQg8zGl/wNhA15piBL80gglmNKYSjClMZUgpDGVwKXxKBl4QNiRBLxJIKAIBzXhyCIc3YQTDMEkBwBplPJRxEMa4wAAAABJRU5ErkJggg==\") no-repeat right 8px center !important;\n background-size: 8px 10px !important;\n }\n .form-select:disabled {\n background-color: #282828 !important;\n color: #555 !important;\n }\n /* no border */\n .multiple-avatars, .multiple-avatars::before,\n .simple-conversation-list>li:first-child, .gobutton.with-comments .sha,\n .usage-bar dd, .setup-form-container .fieldgroup .fields,\n .inline-comments .line-comments, #gist-form .gist-name-textbox,\n #adv_code_search .search-page-input, .fullscreen-overlay textarea,\n .file .image .border-wrap, .site-search .chromeless-input,\n .profile-timeline-card-wrapper, .AvatarStack--right .avatar,\n .AvatarStack-body .avatar, .sidebar-notifications .thread-subscription-status,\n .repository-lang-stats-graph .language-color:not(:first-child) {\n border: none !important;\n }\n .dashboard-tabs a {\n border-left: 0 !important;\n border-right: 0 !important;\n }\n .js-details-container.navigation-focus .gobutton {\n background: linear-gradient(#444, #222) !important;\n }\n /* no top border radius */\n table.files {\n border-top-left-radius: 0 !important;\n border-top-right-radius: 0 !important;\n }\n /* add border */\n .issues-list, .pulls-list-group, .branch-infobar,\n .pagehead.repohead h1 .repo-label span,\n .coupons .coupon-form-body .coupon-icon, .menu, .api pre {\n border: 1px solid #484848 !important;\n }\n #graph-shots li > p, .logo-box, .branch-infobar, #com hr,\n .discussion-item-body .outdated-comment .file-header,\n .repository-content > .Box--condensed > .Box-body.bg-blue-light {\n border-bottom: none !important;\n }\n .pull-info, .branch-link, .milestone-list .progress-bar {\n border: 1px solid #444 !important;\n }\n .more-repos {\n border-top: #484848 1px solid !important;\n }\n .pull-head, .capped-box {\n border-bottom: #484848 1px solid !important;\n }\n .tutorial-e::after, .file-commit-form .commit-form::before,\n .merge-branch-form .commit-form::before {\n border-right-color: #343434 !important;\n border-bottom-color: transparent !important;\n }\n .file-commit-form .commit-form::after, .ScreenshotCarousel-navitem,\n .new-discussion-timeline .composer .timeline-comment::after {\n border-right-color: #222 !important;\n }\n #com .dropdown-menu::after {\n border: 9px solid;\n border-color: transparent transparent #181818;\n content: \" \";\n left: 50%;\n top: -17px;\n position: absolute;\n margin-left: -9px;\n }\n .dropdown-menu-w::before {\n border-bottom-color: transparent !important;\n }\n /* inline code - add border */\n .markdown-format p > code, .markdown-body code, .markdown-body tt,\n .markdown-format pre, .markdown-body pre, .markdown-format .highlight pre,\n .markdown-body .highlight pre, #user-content-toc td, .copyable-terminal,\n .project-card .highlight pre, .project-card code, .rgh-parse-backticks {\n border: 1px solid rgba(255, 255, 255, .1) !important;\n }\n /* toc in markdown, reset border-collaps so border-radius works */\n /* https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki */\n #user-content-toc {\n border-collapse: separate !important;\n }\n #facebox pre, #contributors-master svg.viz, #com .dropdown-menu {\n border: 1px solid #343434 !important;\n }\n /* orange rss icon */\n .dashboard-feed-icon.octicon-rss, .nav-rss a .octicon-rss, .feed-icon,\n #dashboard .octicon-rss {\n color: #f93 !important;\n }\n .featured-label {\n background: #f5b987 !important;\n border: none !important;\n padding: 6px !important;\n color: #ed7c21 !important;\n }\n .featured-label .octicon,\n .page-new-repo div.form-checkbox .octicon-lock::before {\n color: #ed7c21 !important;\n }\n /* diff highlighting (no syntax highlight) */\n /* main diff text color */\n .diff-line-pre {\n color: #ccc !important;\n }\n .diff-table .line-comments {\n border-top: 1px solid #333 !important;\n border-bottom: 1px solid #333 !important;\n }\n #header-wrapper, .menu li + li {\n border-bottom: 1px solid #333 !important;\n }\n .review-comment .comment-reactions {\n border-top: 0 !important;\n }\n /* light grey - breaks in diff (with line numbers) */\n .highlight .expandable-line-num, .highlight .diff-line-num-hunk,\n .highlight .diff-line-code-hunk, .highlight .expandable-line-code {\n background: #222 !important;\n color: #888 !important;\n }\n /* git diff line additions (dark green) */\n .blob-code-addition {\n background-color: #002800 !important;\n border-color: #060 !important;\n }\n .blob-num-addition {\n background-color: #0a320a !important;\n }\n /* git diff line deletions (dark red) */\n .blob-code-deletion, .CodeMirror-linebackground.conflict-background,\n .conflict-gutter-marker,\n .conflict-background + .CodeMirror-gutter-wrapper .CodeMirror-linenumber {\n background-color: #380000 !important;\n border-color: #600 !important;\n }\n .blob-num-deletion {\n background-color: #420a0a !important;\n }\n /* code splitter in diffs */\n .blob-num-expandable, .blob-num-hunk {\n background: #2b2b2b;\n }\n .blob-code-hunk {\n background: #222;\n }\n /* link target lines */\n .blob-code-inner.highlighted {\n background: rgba(255, 255, 255, .075) !important;\n }\n .selected-line::after {\n mix-blend-mode: normal !important;\n pointer-events: none;\n }\n /* custom hover highlight */\n .diff-table > tbody > tr[data-hunk]:hover > td,\n .highlight > tbody > tr:hover > td {\n position: relative;\n }\n .diff-table > tbody > tr[data-hunk]:hover > td::after,\n .highlight > tbody > tr:hover > td::after {\n content: \"\";\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n background: rgba(255, 255, 255, .075);\n pointer-events: none;\n }\n .diff-table > tbody > tr[data-hunk]:hover > td.selected-line::after,\n .highlight > tbody > tr:hover > td.blob-code-inner.highlighted::after {\n background: rgba(255, 255, 255, .15) !important;\n }\n /* custom hover highlight end */\n .blob-code-addition .x, .highlight .blob-code-addition .x {\n background: #252 !important;\n color: #eee !important;\n }\n .blob-code-deletion .x, .highlight .blob-code-deletion .x {\n background: #622 !important;\n color: #eee !important;\n }\n /* git diff line numbers (med green) */\n .gi .diff-line-num, .gi .diff-line-code, .gi .diff-line-pre {\n background: #020 !important;\n border-color: #040 !important;\n }\n /* git diff line deletions (med red) */\n .gd .diff-line-num, .highlight .err, .gd .diff-line-code, .gd .diff-line-pre {\n background: #300 !important;\n border-color: #500 !important;\n }\n .CodeMirror-scrollbar-filler {\n background: #1d1d1d !important;\n }\n textarea {\n cursor: auto !important;\n }\n /* rules for the new responsive layout */\n @media (min-width: 768px) {\n .release-main-section {\n border-left: 2px solid #343434 !important;\n }\n .release-entry {\n border-bottom: 0 !important;\n }\n }\n @media (max-width: 1012px) {\n .reponav-wrapper {\n background: #181818 !important;\n }\n }\n @media (min-width: 1013px) {\n .Header, .Header-old {\n border-bottom: 1px solid #343434 !important;\n }\n }\n /* rules for help pages */\n .search-result-title .ais-Highlight-highlighted {\n color: /*[[base-color]]*/ !important;\n }\n .search-result-intro .ais-Highlight-highlighted {\n border-color: /*[[base-color]]*/ !important;\n }\n .ais-SearchBox-resetIcon, .octicon-logo-github {\n fill: #c0c0c0 !important;\n }\n /* GraphQL API (https://developer.github.com/v4/explorer/)\n cant see another way to style the search input box bg */\n .graphiql-container .search-box input {\n background-color: #181818;\n }\n /* style inline HTML graphql cant be generated */\n .graphiql-explorer-root input[style*=\"color: rgb(210, 5, 78)\"] {\n border-color: currentcolor currentcolor #999 !important;\n background-color: #181818;\n }\n .graphiql-explorer-root input[style*=\"border-color: currentcolor currentcolor rgb(136, 136, 136)\"] {\n border-color: currentcolor currentcolor #999 !important;\n }\n .graphiql-explorer-node span[style*=\"color: rgb(31, 97, 160)\"] {\n color: #4183c4 !important;\n }\n .graphiql-explorer-node span[style=\"color: rgb(139, 43, 185)\"] {\n color: #9a6cdf !important;\n }\n #graphiql svg path[d*=\"2V16H2V2H16ZM16\"][fill=\"#CCC\"] {\n fill: #444;\n }\n #graphiql svg path[d*=\"0H2C0.9\"][fill=\"#666\"] {\n fill: #777;\n }\n .graphiql-ide.signed-out::after {\n background: #333;\n }\n .graphiql-container .CodeMirror-foldmarker {\n background: /*[[base-color]]*/ !important;\n }\n .graphiql-container .execute-button svg {\n fill: currentColor !important;\n }\n /* Actions runs */\n .CheckStep div[style*=\"opacity:0.5\"] {\n opacity: 1 !important;\n }\n .CheckRun-search-input:focus {\n background-color: hsla(0, 0%, 100%, .05);\n }\n /*[[code-wrap]]*/\n /* inline code - single lines */\n .markdown-body code, .markdown-body tt, .protip code, .content dl code,\n .content ul code, p code, .content .sectionbody .dlist dt, .content p > tt,\n .content .sectionbody .dlist dt, .content p > tt, .commit-sha,\n .commit-preview .message pre, .rendered_html pre, .rendered_html code,\n .markdown-format p > code, .markdown-format pre, .rgh-parse-backticks {\n background: #222 !important;\n }\n .project-card code {\n background: #333 !important;\n }\n /* Styles auto-complete popups in the actions workflow editor */\n .CodeMirror-hints {\n background: #181818;\n border-color: #404040;\n box-shadow: 0 1px 5px #000;\n }\n .CodeMirror-hint {\n color: #d2d2d2;\n }\n .CodeMirror-hint-active {\n color: #f0f0f0;\n background-color: /*[[base-color]]*/;\n }\n .CodeMirror-hint-active .CodeMirror-hint-description {\n color: #f0f0f0 !important;\n }\n /*[[syntax-theme]]*//*[[syntax-codemirror]]*//*[[syntax-jupyter]]*/\n /* inline code - big blocks */\n .markdown-format pre, .markdown-body pre, .highlight pre, .markdown-body pre,\n #facebox pre, .blob-expanded, .terminal, .copyable-terminal,\n #notebook .input_area, .blob-code-context, .markdown-format code, .api pre,\n .api li:not(a) code, .hook-delivery-details pre, .hook-delivery-container pre,\n .code-list .file-box, .CodeMirror, .highlight.bg-gray {\n background-color: var(--ghd-code-background) !important;\n color: var(--ghd-code-color) !important;\n }\n .flash p code {\n background-color: inherit !important;\n }\n .blob-code, .blob-code-inner {\n color: var(--ghd-code-color) !important;\n }\n}\n@-moz-document domain(\"developer.github.com\") {\n /* begin developer.github.com rules */\n /* developer.github.com: \"transparent\" */\n a {\n background-color: transparent;\n }\n /* developer.github.com: \"color: #000\" */\n mark {\n color: #f0f0f0;\n }\n /* developer.github.com: \"#ddd\" */\n .rule, hr {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"rgba(0,0,0,.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* developer.github.com: \"rgba(0,0,0,.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* developer.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* developer.github.com: \"transparent\" */\n .bg-shade-gradient {\n background-image: linear-gradient(180deg, rgba(0, 0, 0, .065), transparent) !important;\n }\n /* developer.github.com: \"color: #767676 !important\" */\n .text-gray {\n color: #767676 !important;\n }\n /* developer.github.com: \"color: #333 !important\" */\n .text-gray-dark {\n color: #bebebe !important;\n }\n /* developer.github.com: \"color: #767676 !important\" */\n .link-gray {\n color: #767676 !important;\n }\n /* developer.github.com: \"color: #333 !important\" */\n .link-gray-dark {\n color: #bebebe !important;\n }\n /* developer.github.com: \"color: #767676 !important\" */\n .muted-link {\n color: #767676 !important;\n }\n /* developer.github.com: \"#f5f5f5\",\"#fff\" */\n .shade-gradient {\n background-image: linear-gradient(180deg, #222, #181818);\n }\n /* developer.github.com: \"color: #333\" */\n .text-emphasized {\n color: #bebebe;\n }\n /* developer.github.com: \"rgba(255,255,255,.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* developer.github.com: \"color: #fff\", \"rgba(0,0,0,.8)\" */\n .tooltipped::after {\n color: #fff;\n background-color: #242424;\n }\n /* developer.github.com: \"rgba(0,0,0,.8)\" */\n .tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before {\n border-bottom-color: #242424;\n }\n /* developer.github.com: \"rgba(0,0,0,.8)\" */\n .tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before {\n border-top-color: #242424;\n }\n /* developer.github.com: \"rgba(0,0,0,.8)\" */\n .tooltipped-w::before {\n border-left-color: #242424;\n }\n /* developer.github.com: \"rgba(0,0,0,.8)\" */\n .tooltipped-e::before {\n border-right-color: #242424;\n }\n /* developer.github.com: \"#fff\", \"#ddd\" */\n .Box {\n background-color: #181818;\n }\n /* developer.github.com: \"#f5f5f5\", \"#ddd\" */\n .Box, .Box-header {\n border-color: #343434;\n }\n .Box-header {\n background-color: #222;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"#eee\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .Box-row--focus-gray.navigation-focus, .Box-row--hover-gray:hover,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* developer.github.com: \"color: #333\" */\n @media (min-width:768px) {\n .Box-row-link {\n color: #bebebe;\n }\n }\n /* developer.github.com: \"#e5e5e5\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* developer.github.com: \"color: #666\" */\n .btn .counter {\n color: #949494;\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-primary {\n color: #fff;\n }\n /* developer.github.com: \"#fff\" */\n .btn-primary .counter {\n background-color: #181818;\n }\n /* developer.github.com: \"none\", \"rgba(0,0,0,.15)\" */\n .btn-primary.selected, .btn-primary.zeroclipboard-is-active,\n .btn-primary:active {\n background-image: none;\n box-shadow: inset 0 2px 4px #000;\n }\n /* developer.github.com: \"color: #fff\", \"box-shadow: none\" */\n .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary:disabled,\n .btn-primary:disabled:hover {\n color: #fff;\n box-shadow: none;\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-danger:hover {\n color: #fff;\n }\n /* developer.github.com: \"color: #fff\", \"none\" */\n .btn-danger.selected, .btn-danger:active {\n color: #fff;\n background-image: none;\n }\n /* developer.github.com: \"#efefef\", \"#efefef\" */\n .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger:disabled,\n .btn-danger:disabled:hover {\n background-color: #202020;\n background-image: linear-gradient(#fefefe, #202020);\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-danger.selected .counter, .btn-danger:active .counter,\n .btn-danger:hover .counter {\n color: #fff;\n }\n /* developer.github.com: \"#fff\", \"none\", \"#e5e5e5\" */\n .btn-outline {\n background-color: #181818;\n background-image: none;\n border-color: #343434;\n }\n /* developer.github.com: \"color: #fff\", \"none\" */\n .btn-outline.selected, .btn-outline.zeroclipboard-is-active,\n .btn-outline.zeroclipboard-is-hover, .btn-outline:active, .btn-outline:hover {\n color: #fff;\n background-image: none;\n }\n /* developer.github.com: \"#fff\" */\n .btn-outline.selected .counter,\n .btn-outline.zeroclipboard-is-active .counter,\n .btn-outline.zeroclipboard-is-hover .counter, .btn-outline:active .counter,\n .btn-outline:hover .counter {\n background-color: #181818;\n }\n /* developer.github.com: \"color: #767676\", \"#fff\", \"none\", \"#e5e5e5\" */\n .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline:disabled,\n .btn-outline:disabled:hover {\n color: #767676;\n background-color: #181818;\n background-image: none;\n border-color: #343434;\n }\n /* developer.github.com: \"color: #555\", \"#ddd\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #383838;\n }\n /* developer.github.com: \"#ccc\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #484848;\n }\n /* developer.github.com: \"color: #fff\", \"#4183c4\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"color: #333\", \"#fff\", \"#ddd\" */\n .social-count {\n color: #bebebe;\n background-color: #181818;\n border-color: #343434;\n }\n /* developer.github.com: \"transparent\" */\n .btn-link {\n background-color: transparent;\n }\n /* developer.github.com: \"color: #333\", \"#fff\", \"#ddd\" */\n .form-control, .form-select {\n color: #bebebe;\n background-color: #181818;\n border-color: #343434;\n }\n /* developer.github.com: \"#fff\" */\n .input-contrast:focus {\n background-color: #181818;\n }\n /* developer.github.com: \"color: #666\" */\n .form-checkbox .note, .hfields .form-group dt label {\n color: #949494;\n }\n /* developer.github.com: \"#fff\" */\n .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* developer.github.com: \"color: #767676\" */\n .note {\n color: #767676;\n }\n /* developer.github.com: \"transparent\" */\n .inline-form .btn-plain {\n background-color: transparent;\n }\n /* developer.github.com: \"color: #767676\" */\n .drag-and-drop, .drag-and-drop-error-info {\n color: #767676;\n }\n /* developer.github.com: \"#ddd\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #666\" */\n h2.account, p.explain {\n color: #949494;\n }\n /* developer.github.com: \"color: #333\" */\n p.explain strong {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #666\", \"#eee\" */\n .counter {\n color: #949494;\n background-color: #242424;\n }\n /* developer.github.com: \"color: #333\", \"#ccc\" */\n .Counter--gray-light {\n color: #bebebe;\n background-color: #484848;\n }\n /* developer.github.com: \"color: #fff\" */\n .Counter--gray {\n color: #fff;\n }\n /* developer.github.com: \"color: #333\" */\n .menu-item .octicon {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #555\", \"#eee\" */\n .menu-heading {\n color: #afafaf;\n }\n /* developer.github.com: \"#ddd\" */\n .menu-heading, .tabnav {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #666\", \"transparent\" */\n .tabnav-tab {\n color: #949494;\n background-color: transparent;\n }\n /* developer.github.com: \"color: #333\", \"#fff\", \"#ddd\" */\n .tabnav-tab.selected {\n color: #bebebe;\n background-color: #181818;\n border-color: #343434;\n }\n /* developer.github.com: \"color: #666\" */\n .tabnav-extra {\n color: #949494;\n }\n /* developer.github.com: \"color: #767676\", \"transparent\" */\n .filter-list.pjax-active .filter-item {\n color: #767676;\n background-color: transparent;\n }\n /* developer.github.com: \"color: #fff\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n }\n /* developer.github.com: \"color: #767676\" */\n .filter-item {\n color: #767676;\n }\n /* developer.github.com: \"#eee\" */\n .filter-item:hover {\n background-color: #242424;\n }\n /* developer.github.com: \"color: #fff\" */\n .filter-item.selected {\n color: #fff;\n }\n /* developer.github.com: \"#eee\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #666\", \"#e5e5e5\" */\n .subnav-item {\n color: #949494;\n border-color: #343434;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* developer.github.com: \"color: #fff\" */\n .subnav-item.selected, .subnav-item.selected:focus,\n .subnav-item.selected:hover {\n color: #fff;\n }\n /* developer.github.com: \"color: #767676\" */\n .subnav-search-input {\n color: #767676;\n }\n /* developer.github.com: \"color: #555\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* developer.github.com: \"#fff\", \"rgba(255,255,255,.8)\" */\n .avatar-child {\n background-color: #181818;\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* developer.github.com: \"#fff\", \"#fff\" */\n .avatar-stack .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* developer.github.com: \"transparent\" */\n .avatar-stack .avatar:only-child {\n background-color: transparent;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .DashedConnection::before {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"#fff\", \"#eee\" */\n .blankslate, .blankslate code {\n border-color: #343434;\n }\n .blankslate code {\n background-color: #181818;\n }\n /* developer.github.com: \"box-shadow: none\" */\n .blankslate-clean-background {\n box-shadow: none;\n }\n /* developer.github.com: \"#ddd\" */\n .markdown-body blockquote {\n border-left-color: #343434;\n }\n /* developer.github.com: \"color: #555\", \"#bbb\" */\n .markdown-body kbd {\n color: #afafaf;\n border-bottom-color: #484848;\n }\n /* developer.github.com: \"#eee\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #000\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #f0f0f0;\n }\n /* developer.github.com: \"#ddd\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* developer.github.com: \"#fff\" */\n .markdown-body table tr {\n background-color: #181818;\n }\n /* developer.github.com: \"#f8f8f8\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #202020;\n }\n /* developer.github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* developer.github.com: \"transparent\" */\n .markdown-body .emoji {\n background-color: transparent;\n }\n /* developer.github.com: \"#ddd\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* developer.github.com: \"color: #333\" */\n .markdown-body span.frame span span {\n color: #bebebe;\n }\n /* developer.github.com: \"transparent\" */\n .markdown-body pre code, .markdown-body pre tt {\n background-color: transparent;\n }\n /* developer.github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* developer.github.com: \"#f8f8f8\" */\n .markdown-body .csv-data th {\n background-color: #202020;\n }\n /* developer.github.com: \"color: #fff\" */\n .state {\n color: #fff;\n }\n /* developer.github.com: \"color: #767676\", \"#e5e5e5\" */\n .pullquote {\n color: #767676;\n border-left-color: #343434;\n }\n /* developer.github.com: \"transparent\", \"transparent\" */\n .jumbotron-shadow::after {\n background-color: transparent;\n background-image: linear-gradient(transparent, rgba(0, 0, 0, .05));\n }\n /* developer.github.com: \"#fff\" */\n body {\n background-color: #181818;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .data-table tbody td, .data-table tbody th,\n .data-table tbody tr:last-child td, .data-table tbody tr:last-child th,\n abbr[data-original-title], abbr[title] {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #767676\" */\n body {\n color: #767676;\n }\n /* developer.github.com: \"color: #3c4146\" */\n .text-alpha, .text-beta, .text-delta, .text-gamma, h1, h2, h3, h4, h5 {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #767676\" */\n .lead {\n color: #767676;\n }\n /* developer.github.com: \"#e5e5e5\" */\n hr {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .border-top, .border-y {\n border-top-color: #343434 !important;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .border-bottom, .border-y {\n border-bottom-color: #343434 !important;\n }\n /* developer.github.com: \"#e5e5e5\" */\n blockquote {\n border-left-color: #343434;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .border {\n border-color: #343434 !important;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* developer.github.com: \"#ddd\" */\n .border-gray-dark, .border-gray-light {\n border-color: #343434 !important;\n }\n /* developer.github.com: \"color: #fff\" */\n .link-white {\n color: #fff;\n }\n /* developer.github.com: \"color: #767676\" */\n .link-muted {\n color: #767676;\n }\n /* developer.github.com: \"color: #3c4146\" */\n .link-muted:hover {\n color: #bebebe;\n }\n /* developer.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .bg-gray-light {\n background-color: #222 !important;\n }\n /* developer.github.com: \"color: #3c4146 !important\" */\n .text-black {\n color: #bebebe !important;\n }\n /* developer.github.com: \"color: #767676 !important\" */\n .text-default {\n color: #767676 !important;\n }\n /* developer.github.com: \"color: #fff !important\" */\n .text-white, .text-white a {\n color: #fff !important;\n }\n /* developer.github.com: \"color: #767676\", \"#eee\" */\n .btn {\n color: #767676;\n background-color: #242424;\n }\n /* developer.github.com: \"#ddd\", \"#eee\",\"#ddd\" */\n .btn.zeroclipboard-is-active, .btn.zeroclipboard-is-hover, .btn:active,\n .btn:hover {\n background-color: #383838;\n background-image: linear-gradient(#242424, #383838);\n }\n /* developer.github.com: \"none\", \"rgba(0,0,0,.15)\" */\n .btn.selected, .btn.zeroclipboard-is-active, .btn:active {\n background-image: none;\n box-shadow: inset 0 2px 4px #000;\n }\n /* developer.github.com: \"none\", \"box-shadow: none\" */\n .btn.disabled, .btn.disabled:hover, .btn:disabled, .btn:disabled:hover {\n background-image: none;\n box-shadow: none;\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-purple, .btn-purple:hover {\n color: #fff;\n }\n /* developer.github.com: \"none\" */\n .btn-purple:active {\n background-image: none;\n }\n /* developer.github.com: \"color: #fff\", \"#005b9e\" */\n .btn-blue {\n color: #fff;\n border-color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"color: #fff\", \"#005b9e\" */\n .btn-blue:hover {\n color: #fff;\n background-image: linear-gradient(#0079d1, /*[[base-color]]*/);\n }\n /* developer.github.com: \"#005b9e\", \"none\", \"#005b9e\" */\n .btn-blue:active {\n background-color: /*[[base-color]]*/;\n background-image: none;\n border-color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-orange, .btn-orange:hover {\n color: #fff;\n }\n /* developer.github.com: \"none\" */\n .btn-orange:active {\n background-image: none;\n }\n /* developer.github.com: \"color: #fff\", \"#005b9e\" */\n .btn-themed {\n color: #fff;\n border-color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"color: #fff\", \"#005b9e\" */\n .btn-themed:hover {\n color: #fff;\n background-image: linear-gradient(#0079d1, /*[[base-color]]*/);\n }\n /* developer.github.com: \"#005b9e\", \"none\", \"#005b9e\" */\n .btn-themed:active {\n background-color: /*[[base-color]]*/;\n background-image: none;\n border-color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"transparent\", \"none\", \"#e5e5e5\" */\n [class*=btn-outline] {\n background-color: transparent;\n background-image: none;\n border-color: #343434;\n }\n /* developer.github.com: \"color: #fff\", \"none\" */\n [class*=btn-outline].selected, [class*=btn-outline].zeroclipboard-is-active,\n [class*=btn-outline].zeroclipboard-is-hover, [class*=btn-outline]:active,\n [class*=btn-outline]:hover {\n color: #fff;\n background-image: none;\n }\n /* developer.github.com: \"#005b9e\" */\n [class*=btn-outline].selected:hover {\n background-color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"#fff\", \"none\", \"#e5e5e5\" */\n [class*=btn-outline].disabled, [class*=btn-outline].disabled:hover,\n [class*=btn-outline]:disabled, [class*=btn-outline]:disabled:hover {\n background-color: #181818;\n background-image: none;\n border-color: #343434;\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-outline-blue:active, .btn-outline-blue:hover,\n .btn-outline-orange:active, .btn-outline-orange:hover,\n .btn-outline-purple:active, .btn-outline-purple:hover {\n color: #fff;\n }\n /* developer.github.com: \"color: #fff\", \"#fff\" */\n .btn-outline-white {\n color: #fff;\n border-color: #181818;\n }\n /* developer.github.com: \"#fff\", \"#fff\" */\n .btn-outline-white:active, .btn-outline-white:hover {\n background-color: #181818;\n border-color: #181818;\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-outline-themed:active, .btn-outline-themed:hover {\n color: #fff;\n }\n /* developer.github.com: \"#fff\", \"#e5e5e5\" */\n .card {\n background-color: #181818;\n }\n /* developer.github.com: \"#f5f5f5\", \"#e5e5e5\" */\n .card, .highlight {\n border-color: #343434;\n }\n .highlight {\n background-color: #222;\n }\n /* developer.github.com: \"transparent\" */\n .highlight pre code {\n background-color: transparent;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .menu-item, .site-header {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .example {\n border-color: #343434;\n }\n /* developer.github.com: \"rgba(0,0,0,.2)\" */\n .screenshot img {\n box-shadow: 0 4px 14px rgba(255, 255, 255, .7);\n }\n /* developer.github.com: \"#e5e5e5\" */\n .footer {\n border-top-color: #343434;\n }\n /* developer.github.com: \"transparent\", \"transparent\" */\n .jumbotron::after {\n background-color: transparent;\n background-image: linear-gradient(transparent, rgba(0, 0, 0, .05));\n }\n /* developer.github.com: \"color: #555\" */\n .site-header-nav-item {\n color: #afafaf;\n }\n /* developer.github.com: \"color: #333\" */\n .site-header-nav-item.active, .site-header-nav-item:hover {\n color: #bebebe;\n }\n /* developer.github.com: \"#fff\", \"#e5e5e5\" */\n .menu {\n background-color: #181818;\n border-color: #343434;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .menu-item:hover {\n background-color: #222;\n }\n /* developer.github.com: \"color: #3c4146\", \"#fff\" */\n .menu-item.selected {\n color: #bebebe;\n background-color: #181818;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .data-table {\n border-color: #343434;\n }\n /* developer.github.com: \"#e5e5e5\", \"#e5e5e5\" */\n .data-table td, .data-table th {\n border-right-color: #343434;\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #3c4146\" */\n .header-enterprise-version {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #fff\" */\n #searchfield {\n color: #fff;\n }\n /* developer.github.com: \"color: #767676\" */\n #searchfield::-webkit-input-placeholder {\n color: #767676;\n }\n /* developer.github.com: \"color: #767676\" */\n #searchfield::-moz-placeholder {\n color: #767676;\n }\n /* developer.github.com: \"color: #767676\" */\n #searchfield:-ms-input-placeholder {\n color: #767676;\n }\n /* developer.github.com: \"color: #767676\" */\n #searchfield:-moz-placeholder {\n color: #767676;\n }\n /* developer.github.com: \"rgba(0,0,0,.4)\" */\n #search-results {\n box-shadow: 0 1px 3px #000;\n }\n /* developer.github.com: \"color: #fff !important\" */\n .result.selected em, .result.selected small, .result:hover em,\n .result:hover small {\n color: #fff !important;\n }\n /* developer.github.com: \"color: #fff\" */\n .site-header-nav a {\n color: #fff;\n }\n /* developer.github.com: \"rgba(255,255,255,.8)\" */\n .flash-header {\n color: hsla(0, 0%, 100%, .8);\n }\n /* developer.github.com: \"color: #fff !important\" */\n .flash-header a {\n color: #fff !important;\n }\n /* developer.github.com: \"Transparent\", \"color: #fff\" */\n .site-header-nav .dropdown-button {\n background-color: transparent;\n color: #fff;\n }\n /* developer.github.com: \"#fff\" */\n .site-header-nav .dropdown-button .dropdown-caret {\n border-color: #181818 transparent transparent;\n }\n /* developer.github.com: \"#fff\" */\n .site-header-nav .dropdown-button .enterprise-mode .dropdown-caret {\n border-top-color: #181818;\n }\n /* developer.github.com: \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.15)\" */\n .site-header-nav .dropdown-menu {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 3px 12px #000;\n }\n /* developer.github.com: \"rgba(27,31,35,.15)\" */\n .site-header-nav .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* developer.github.com: \"#fff\" */\n .site-header-nav .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* developer.github.com: \"#4183C4\" */\n .site-header-nav .dropdown-menu a {\n color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"color: #fff\", \"#4183C4\" */\n .site-header-nav .dropdown-menu a:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"color: #24292e\" */\n .site-header-nav .dropdown-menu a.active {\n color: #cdcdcd;\n }\n /* developer.github.com: \"color: #000\" */\n .site-header-nav .dropdown-menu a .octicon-check {\n color: #f0f0f0;\n }\n /* developer.github.com: \"color: #333\" */\n .sub-nav h2 a {\n color: #bebebe;\n }\n /* developer.github.com: \"#ddd\" */\n .sub-nav ul {\n border-left-color: #343434;\n }\n /* developer.github.com: \"color: #767676\" */\n .sub-nav ul a {\n color: #767676;\n }\n /* developer.github.com: \"#005b9e\" */\n .sub-nav ul a:hover {\n color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"#ddd\" */\n @media screen and (min-width:469px) {\n .sub-nav {\n border-bottom-color: #343434;\n }\n }\n /* developer.github.com: \"color: #333\" */\n .highlight-module .mega-octicon {\n color: #bebebe;\n }\n /* developer.github.com: \"#fff\", \"#ddd\" */\n .homepage-jumbotron, .libraries-jumbotron {\n background-color: #181818;\n }\n .libraries-jumbotron {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #333\" */\n .octokit-language span {\n color: #bebebe;\n }\n /* developer.github.com: \"#fff\", \"#e5e5e5\" */\n .sidebar-menu, .sidebar-module {\n border-color: #343434;\n }\n /* developer.github.com: \"#fafafb\" */\n .sidebar-menu, .sidebar-module.notice {\n background-color: #181818;\n }\n /* developer.github.com: \"#eee\" */\n .sidebar-module ul li:last-child ul li:first-child {\n border-top-color: #343434;\n }\n /* developer.github.com: \"color: #666\", \"#eee\" */\n .headlines > li, .sidebar-module ul h3 {\n color: #949494;\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #333\" */\n .headlines > li > a {\n color: #bebebe;\n }\n /* developer.github.com: \"#327fc7\" */\n .headlines > li > a:hover {\n color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"#fdfdfd\" */\n .headlines li:hover {\n background-color: #181818;\n }\n /* developer.github.com: \"color: #555\" */\n .sidebar-module h3 a {\n color: #afafaf;\n }\n /* developer.github.com: \"#327fc7\", \"#fdfdfd\" */\n .sidebar-module h3 a:hover {\n color: /*[[base-color]]*/;\n background-color: #181818;\n }\n /* developer.github.com: \"#eee\", \"color: #666\", \"#f9f9f9\" */\n .sidebar-module ul ul li {\n border-bottom-color: #343434;\n color: #949494;\n background-color: #181818;\n }\n /* developer.github.com: \"color: #333\", \"#f4f4f4\" */\n .js-current .standalone a, .sidebar-module .disable > a {\n color: #bebebe;\n background-color: #242424;\n }\n /* developer.github.com: \"#005b9e\" */\n .sidebar-module ul ul li a:hover {\n color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"transparent\" */\n .arrow-btn.collapsed:hover, .arrow-btn.expanded:hover,\n .sidebar-module .arrow-btn {\n background-color: transparent;\n }\n /* developer.github.com: \"color: #264c72\", \"#97c1da\", \"#d8ebf8\" */\n .alert {\n color: #9daccc;\n border-color: #246;\n background-color: #182030;\n }\n /* developer.github.com: \"#613A00\", \"#dca874\", \"#ffe3c8\" */\n .warning {\n color: #bba257;\n border-color: #cb4;\n background-color: #261d08;\n }\n /* developer.github.com: \"#d8ebf8\" */\n .alert table {\n background-color: #182030;\n }\n /* developer.github.com: \"#ffe3c8\" */\n .warning table {\n background-color: #261d08;\n }\n /* developer.github.com: \"#6f42c1\", \"#f8f4ff\", \"#f8f4ff\",\"#f6f1ff\", \"#6f42c1\" */\n .product {\n color: #9378ba;\n background-color: #251533;\n background: -webkit-linear-gradient(#251533, #231233);\n border-color: #9378ba;\n }\n /* developer.github.com: \"#327fc7\" */\n .api-status a:hover {\n color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"color: #333\" */\n .content .anchor {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #666\" */\n h2 span.step {\n color: #949494;\n }\n /* developer.github.com: \"#005b9e\" */\n a, a:active, a:hover {\n color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"color: #fff\" */\n .button, .button-secondary {\n color: #fff;\n }\n /* developer.github.com: \"color: #444\" */\n .rss-subscribe {\n color: #afafaf;\n }\n /* developer.github.com: \"color: #393939\" */\n .content {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #666\" */\n .content dt {\n color: #949494;\n }\n /* developer.github.com: \"#ddd\" */\n .app-container img {\n border-color: #343434;\n }\n /* developer.github.com: \"#ddd\" */\n ol > li::before {\n border-right-color: #343434;\n }\n /* developer.github.com: \"#ddd\" */\n .content ol > li img {\n border-color: #343434;\n }\n /* developer.github.com: \"rgba(0,0,0,.2)\" */\n .content .full-image img {\n box-shadow: 0 0 3px rgba(255, 255, 255, .7);\n }\n /* developer.github.com: \"color: #666\" */\n .content .full-image:hover .octicon, .full-image:hover .mini-icon {\n color: #949494;\n }\n /* developer.github.com: \"#f9f9f9\" */\n .content .sectionbody .dlist dt, .content .verseblock-content,\n .content dl code, .content h2 code, .content h3 code, .content h4 code,\n .content ol code, .content p > tt, .content table code, .content ul code,\n p code {\n background-color: #181818;\n }\n /* developer.github.com: \"color: #fff\" */\n .tooltip-text {\n color: #fff;\n }\n /* developer.github.com: \"color: #333\" */\n #markdown-toc li a {\n color: #bebebe;\n }\n /* developer.github.com: \"#327fc7\" */\n #markdown-toc li a:hover {\n color: /*[[base-color]]*/;\n }\n /* developer.github.com: \"#ddd\" */\n .content table th {\n border-color: #343434;\n }\n /* developer.github.com: \"#fff\" */\n .content table tr {\n background-color: #181818;\n }\n /* developer.github.com: \"#ddd\" */\n .content table td {\n border-color: #343434;\n }\n /* developer.github.com: \"#fafafb\", \"color: #393939\" */\n pre {\n background-color: #181818;\n color: #bebebe;\n }\n /* developer.github.com: \"#f4f4f4\" */\n .highlight-headers {\n background-color: #242424;\n }\n /* developer.github.com: \"color: #fff\" */\n .command-line {\n color: #fff;\n }\n /* developer.github.com: \"transparent\" */\n .highlight-graphql .err {\n background-color: transparent;\n }\n /* developer.github.com: \"rgba(255,255,255,.5)\" */\n #staging-header {\n color: hsla(0, 0%, 0%, .5);\n }\n /* developer.github.com: \"color: #fff\" */\n #staging-header p {\n color: #fff;\n }\n /* developer.github.com: \"#97c1da\", \"#d8ebf8\", \"color: #264c72\" */\n .preview-notice {\n border-left-color: #246;\n background-color: #182030;\n color: #9daccc;\n }\n /* developer.github.com: \"#613A00\", \"#dca874\", \"#ffe3c8\", \"#ffe3c8\", \"rgba(255,255,255,.8)\" */\n .deprecation-warning {\n color: #bba257;\n border-color: #cb4;\n background-color: #261d08;\n background: -webkit-linear-gradient(#261d08, #f5dac0);\n }\n /* developer.github.com: \"rgba(255,255,255,.8)\" */\n .deprecation-note, .deprecation-warning {\n text-shadow: 0 1px 0 hsla(0, 0%, 100%, .8);\n }\n /* developer.github.com: \"#fff\", \"#e5e5e5\" */\n .pagination > span, .pagination a, .pagination em {\n background-color: #181818;\n border-color: #343434;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .pagination > span:focus, .pagination > span:hover, .pagination a:focus,\n .pagination a:hover, .pagination em:focus, .pagination em:hover {\n border-color: #343434;\n }\n /* developer.github.com: \"color: #fff\" */\n .pagination .current, .pagination .current:hover {\n color: #fff;\n }\n /* developer.github.com: \"color: #000\" */\n code .gd, code .gd .x, code .gi, code .gi .x {\n color: #f0f0f0;\n }\n /* developer.github.com: \"color: #555\" */\n code .gp, code .nn {\n color: #afafaf;\n }\n /* developer.github.com: \"color: #fff\" */\n .criticality-badge--breaking {\n color: #fff;\n }\n /* developer.github.com: \"#ddd\" */\n iframe#graphiql {\n border-color: #343434;\n }\n /* developer.github.com: \"color: #fff\" */\n .text-blue-light {\n color: #fff;\n }\n /* developer.github.com: \"none\" */\n .btn, .btn:hover {\n background-image: none;\n }\n /* developer.github.com: \"#0058a2\" */\n .link-mono:hover {\n box-shadow: 0 1px 0 0 /*[[base-color]]*/;\n }\n /* developer.github.com: \"color: #767676\" */\n a.card.bg-gray-light {\n color: #767676;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .bg-custom-gradient {\n background-image: linear-gradient(180deg, #222, rgba(245, 245, 245, 0));\n }\n /* end developer.github.com rules */\n table {\n background-color: transparent;\n }\n html[prefix] .deprecation-note, html[prefix] .deprecation-warning {\n text-shadow: none;\n }\n .sidebar-module .arrow-btn {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 6 16\"><path fill=\"%23bebebe\" fill-rule=\"evenodd\" d=\"M0 14l6-6-6-6v12z\"></path></svg>') no-repeat 8px 10px;\n }\n .arrow-btn.collapsed:hover {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 6 16\"><path fill=\"rgb(/*[[base-color-rgb]]*/)\" fill-rule=\"evenodd\" d=\"M0 14l6-6-6-6v12z\"></path></svg>') no-repeat 8px 10px;\n }\n .arrow-btn.expanded {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 12 16\"><path fill=\"%23bebebe\" fill-rule=\"evenodd\" d=\"M0 5l6 6 6-6H0z\"></path></svg>') no-repeat 8px 10px;\n }\n .arrow-btn.expanded:hover {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 12 16\"><path fill=\"rgb(/*[[base-color-rgb]]*/)\" fill-rule=\"evenodd\" d=\"M0 5l6 6 6-6H0z\"></path></svg>') no-repeat 8px 10px;\n }\n}\n@-moz-document domain(\"docs.github.com\") {\n /* begin docs.github.com rules */\n /* docs.github.com: \"transparent\" */\n a {\n background-color: transparent;\n }\n /* docs.github.com: \"color: #1b1f23\" */\n mark {\n color: #dcdcdc;\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* docs.github.com: \"#0366d6\" */\n a {\n color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n kbd {\n color: #afafaf;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* docs.github.com: \"#fff\", \"#d1d5da\" */\n .Box, kbd {\n background-color: #181818;\n border-color: #404040;\n }\n /* docs.github.com: \"#f6f8fa\", \"#d1d5da\" */\n .Box-header {\n background-color: #222;\n border-color: #404040;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* docs.github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: 2px 0 0 /*[[base-color]]*/ inset;\n }\n /* docs.github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* docs.github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* docs.github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* docs.github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width: 768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: /*[[base-color]]*/;\n }\n }\n /* docs.github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* docs.github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* docs.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* docs.github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* docs.github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* docs.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* docs.github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* docs.github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* docs.github.com: \"rgba(27,31,35,.2)\" */\n .btn {\n border-color: rgba(220, 220, 220, .2);\n }\n /* docs.github.com: \"color: #586069\", \"rgba(27,31,35,.1)\" */\n .btn .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .17);\n }\n /* docs.github.com: \"none\" */\n .btn.selected, .btn:active, .btn[aria-selected=true] {\n background-image: none;\n }\n /* docs.github.com: \"color: #24292e\", \"#eff3f6\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn {\n color: #cdcdcd;\n background-color: #242424;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* docs.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* docs.github.com: \"#e6ebf1\", \"#e6ebf1\", \"rgba(27,31,35,.35)\" */\n .btn.hover, .btn:hover {\n background-color: #444;\n background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%);\n border-color: rgba(220, 220, 220, .35);\n }\n /* docs.github.com: \"#e9ecef\", \"none\", \"rgba(27,31,35,.35)\", \"rgba(27,31,35,.15)\" */\n .btn.selected, .btn:active, .btn[aria-selected=true], [open] > .btn {\n background-color: #404040;\n background-image: none;\n border-color: rgba(220, 220, 220, .35);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* docs.github.com: \"color: rgba(36,41,46,.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,.2)\", \"box-shadow: none\" */\n .btn.disabled, .btn:disabled, .btn[aria-disabled=true] {\n color: rgba(210, 210, 210, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* docs.github.com: \"color: #fff\", \"#28a745\", \"#34d058\",\"#28a745\" */\n .btn-primary {\n color: #fff;\n background-color: #484;\n background-image: linear-gradient(-180deg, #373 0%, #484 90%);\n }\n /* docs.github.com: \"rgba(52,208,88,.4)\" */\n .btn-primary.focus, .btn-primary:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* docs.github.com: \"#269f42\", \"#2fcb53\",\"#269f42\", \"rgba(27,31,35,.5)\" */\n .btn-primary.hover, .btn-primary:hover {\n background-color: #595;\n background-image: linear-gradient(-180deg, #373 0%, #595 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* docs.github.com: \"#279f43\", \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-primary.selected, .btn-primary:active, .btn-primary[aria-selected=true],\n [open] > .btn-primary {\n background-color: #595;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* docs.github.com: \"#94d3a2\", \"none\", \"rgba(27,31,35,.2)\", \"box-shadow: none\" */\n .btn-primary.disabled, .btn-primary:disabled,\n .btn-primary[aria-disabled=true] {\n background-color: #040;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* docs.github.com: \"#fff\" */\n .btn-primary .Counter {\n background-color: #181818;\n }\n /* docs.github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: linear-gradient(-180deg, /*[[base-color]]*/ 0%, /*[[base-color]]*/ 90%);\n }\n /* docs.github.com: \"rgba(27,31,35,.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* docs.github.com: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-blue.selected, .btn-blue:active, .btn-blue[aria-selected=true],\n [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* docs.github.com: \"none\", \"rgba(27,31,35,.2)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* docs.github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n color: /*[[base-color]]*/;\n background-color: #181818;\n }\n /* docs.github.com: \"#cb2431\", \"#fafbfc\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn-danger {\n color: #d82828;\n background-color: #181818;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* docs.github.com: \"rgba(203,36,49,.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 .2em rgba(255, 68, 68, .4);\n }\n /* docs.github.com: \"color: #fff\", \"#cb2431\", \"#cb2431\", \"rgba(27,31,35,.5)\" */\n .btn-danger:hover {\n color: #fff;\n background-color: #d82828;\n background-image: linear-gradient(-180deg, #de4450 0%, #d82828 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* docs.github.com: \"color: #fff\" */\n .btn-danger:hover .Counter {\n color: #fff;\n }\n /* docs.github.com: \"color: #fff\", \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-danger.selected, .btn-danger:active, .btn-danger[aria-selected=true],\n [open] > .btn-danger {\n color: #fff;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* docs.github.com: \"rgba(203,36,49,.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,.2)\", \"box-shadow: none\" */\n .btn-danger.disabled, .btn-danger:disabled, .btn-danger[aria-disabled=true] {\n color: rgba(255, 68, 68, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* docs.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-outline {\n color: /*[[base-color]]*/;\n background-color: #181818;\n background-image: none;\n }\n /* docs.github.com: \"color: #fff\", \"#0366d6\", \"none\", \"#0366d6\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n .btn-outline[aria-selected=true], [open] > .btn-outline {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: none;\n border-color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"#0366d6\", \"#fff\" */\n .btn-outline.selected .Counter, .btn-outline:active .Counter,\n .btn-outline:hover .Counter, .btn-outline[aria-selected=true] .Counter,\n [open] > .btn-outline .Counter {\n color: /*[[base-color]]*/;\n background-color: #181818;\n }\n /* docs.github.com: \"#0366d6\" */\n .btn-outline:focus {\n border-color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n .btn-outline.disabled, .btn-outline:disabled,\n .btn-outline[aria-disabled=true] {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* docs.github.com: \"#0366d6\", \"transparent\" */\n .btn-link {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n /* docs.github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover, .btn-link[aria-disabled=true],\n .btn-link[aria-disabled=true]:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* docs.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-invisible {\n color: /*[[base-color]]*/;\n background-color: #181818;\n background-image: none;\n }\n /* docs.github.com: \"#0366d6\", \"none\", \"box-shadow: none\" */\n .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active,\n .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active,\n .btn-invisible:focus, .btn-invisible:hover,\n .btn-invisible[aria-selected=true] {\n color: /*[[base-color]]*/;\n background: none;\n box-shadow: none;\n }\n /* docs.github.com: \"color: #586069\", \"transparent\" */\n .btn-octicon {\n color: #afafaf;\n background-color: transparent;\n }\n /* docs.github.com: \"#0366d6\" */\n .btn-octicon:hover {\n color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"color: #959da5\" */\n .btn-octicon.disabled, .btn-octicon.disabled:hover,\n .btn-octicon[aria-disabled=true], .btn-octicon[aria-disabled=true]:hover {\n color: #767676;\n }\n /* docs.github.com: \"#cb2431\" */\n .btn-octicon-danger:hover {\n color: #d82828;\n }\n /* docs.github.com: \"transparent\" */\n .close-button {\n background-color: transparent;\n }\n /* docs.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* docs.github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* docs.github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,.2)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .2);\n }\n /* docs.github.com: \"#0366d6\" */\n .social-count:hover {\n color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .pagination a, .pagination em, .pagination span {\n color: /*[[base-color]]*/;\n background-color: #181818;\n border-color: #343434;\n }\n /* docs.github.com: \"#eff3f6\", \"#e1e4e8\" */\n .pagination a:focus, .pagination a:hover, .pagination em:focus,\n .pagination em:hover, .pagination span:focus, .pagination span:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* docs.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover, .pagination [aria-current],\n .pagination [aria-current]:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"#d1d5da\", \"#fafbfc\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover, .pagination [aria-disabled=true],\n .pagination [aria-disabled=true]:hover {\n color: #404040;\n background-color: #181818;\n }\n /* docs.github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* docs.github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 544px) {\n .border-sm {\n border-color: #343434 !important;\n }\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 768px) {\n .border-md {\n border-color: #343434 !important;\n }\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1012px) {\n .border-lg {\n border-color: #343434 !important;\n }\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1280px) {\n .border-xl {\n border-color: #343434 !important;\n }\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* docs.github.com: \"#0366d6\" */\n .border-blue {\n border-color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* docs.github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* docs.github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* docs.github.com: \"#cea0a5\" */\n .border-red, .border-red-light {\n border-color: #d82828 !important;\n }\n /* docs.github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* docs.github.com: \"#d9d0a5\" */\n .border-yellow {\n border-color: #542 !important;\n }\n /* docs.github.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* docs.github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* docs.github.com: \"rgba(27,31,35,.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* docs.github.com: \"rgba(255,255,255,.5)\" */\n .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* docs.github.com: \"rgba(27,31,35,.1)\" */\n .box-shadow {\n box-shadow: 0 1px 1px #000 !important;\n }\n /* docs.github.com: \"rgba(27,31,35,.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* docs.github.com: \"rgba(27,31,35,.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* docs.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* docs.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .bg-blue {\n background-color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* docs.github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* docs.github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* docs.github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* docs.github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* docs.github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* docs.github.com: \"#ffdce0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* docs.github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* docs.github.com: \"#dbab09\" */\n .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* docs.github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* docs.github.com: \"#fafbfc\" */\n .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .bg-gray-1 {\n background-color: #222 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .color-gray-2 {\n color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* docs.github.com: \"#d1d5da\" */\n .color-gray-3 {\n color: #404040 !important;\n }\n /* docs.github.com: \"#d1d5da\" */\n .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* docs.github.com: \"color: #959da5 !important\" */\n .color-gray-4 {\n color: #767676 !important;\n }\n /* docs.github.com: \"color: #6a737d !important\" */\n .color-gray-5 {\n color: #949494 !important;\n }\n /* docs.github.com: \"#6a737d\" */\n .bg-gray-5 {\n background-color: #444 !important;\n }\n /* docs.github.com: \"color: #586069 !important\" */\n .color-gray-6 {\n color: #afafaf !important;\n }\n /* docs.github.com: \"#586069\" */\n .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* docs.github.com: \"color: #444d56 !important\" */\n .color-gray-7 {\n color: #afafaf !important;\n }\n /* docs.github.com: \"color: #2f363d !important\" */\n .color-gray-8 {\n color: #bebebe !important;\n }\n /* docs.github.com: \"#2f363d\" */\n .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* docs.github.com: \"color: #24292e !important\" */\n .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* docs.github.com: \"#24292e\" */\n .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* docs.github.com: \"#dbedff\" */\n .bg-blue-0, .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* docs.github.com: \"#c8e1ff\" */\n .color-blue-2 {\n color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"#c8e1ff\" */\n .bg-blue-2 {\n background-color: #246 !important;\n }\n /* docs.github.com: \"#79b8ff\" */\n .color-blue-3 {\n color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"#79b8ff\" */\n .bg-blue-3 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"#2188ff\" */\n .color-blue-4 {\n color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"#2188ff\" */\n .bg-blue-4 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .color-blue-5 {\n color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .bg-blue-5 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"#005cc5\" */\n .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* docs.github.com: \"#005cc5\" */\n .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* docs.github.com: \"#044289\" */\n .color-blue-7 {\n color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* docs.github.com: \"#044289\" */\n .bg-blue-7 {\n background-color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* docs.github.com: \"color: #032f62 !important\" */\n .color-blue-8 {\n color: #9daccc !important;\n }\n /* docs.github.com: \"#032f62\" */\n .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* docs.github.com: \"color: #05264c !important\" */\n .color-blue-9 {\n color: #bebebe !important;\n }\n /* docs.github.com: \"#05264c\" */\n .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* docs.github.com: \"#f0fff4\" */\n .color-green-0 {\n color: #002800 !important;\n }\n /* docs.github.com: \"#f0fff4\" */\n .bg-green-0 {\n background-color: #002800 !important;\n }\n /* docs.github.com: \"#dcffe4\" */\n .color-green-1 {\n color: #002800 !important;\n }\n /* docs.github.com: \"#dcffe4\" */\n .bg-green-1 {\n background-color: #002800 !important;\n }\n /* docs.github.com: \"#34d058\" */\n .color-green-4 {\n color: #373 !important;\n }\n /* docs.github.com: \"#34d058\" */\n .bg-green-4 {\n background-color: #373 !important;\n }\n /* docs.github.com: \"#28a745\" */\n .color-green-5 {\n color: #484 !important;\n }\n /* docs.github.com: \"#28a745\" */\n .bg-green-5 {\n background-color: #484 !important;\n }\n /* docs.github.com: \"#22863a\" */\n .color-green-6 {\n color: #6cc644 !important;\n }\n /* docs.github.com: \"#22863a\" */\n .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* docs.github.com: \"#165c26\" */\n .color-green-8 {\n color: #6cc644 !important;\n }\n /* docs.github.com: \"#165c26\" */\n .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* docs.github.com: \"#144620\" */\n .color-green-9 {\n color: #6cc644 !important;\n }\n /* docs.github.com: \"#144620\" */\n .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* docs.github.com: \"#fffdef\" */\n .color-yellow-0 {\n color: #261d08 !important;\n }\n /* docs.github.com: \"#fffdef\" */\n .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* docs.github.com: \"#fffbdd\" */\n .color-yellow-1 {\n color: #261d08 !important;\n }\n /* docs.github.com: \"#fffbdd\" */\n .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* docs.github.com: \"#fff5b1\" */\n .color-yellow-2 {\n color: #651 !important;\n }\n /* docs.github.com: \"#fff5b1\" */\n .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* docs.github.com: \"#ffea7f\" */\n .color-yellow-3 {\n color: #542 !important;\n }\n /* docs.github.com: \"#ffea7f\" */\n .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* docs.github.com: \"#ffd33d\" */\n .color-yellow-5 {\n color: #cb4 !important;\n }\n /* docs.github.com: \"#ffd33d\" */\n .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#f9c513\" */\n .color-yellow-6 {\n color: #cb4 !important;\n }\n /* docs.github.com: \"#f9c513\" */\n .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#dbab09\" */\n .color-yellow-7 {\n color: #cb4 !important;\n }\n /* docs.github.com: \"#dbab09\" */\n .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#b08800\" */\n .color-yellow-8 {\n color: #cb4 !important;\n }\n /* docs.github.com: \"#b08800\" */\n .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#735c0f\" */\n .color-yellow-9 {\n color: #bba257 !important;\n }\n /* docs.github.com: \"#735c0f\" */\n .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* docs.github.com: \"#fb8532\" */\n .color-orange-4 {\n color: #fb8532 !important;\n }\n /* docs.github.com: \"#fb8532\" */\n .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* docs.github.com: \"#e36209\" */\n .color-orange-6 {\n color: #fb8532 !important;\n }\n /* docs.github.com: \"#e36209\" */\n .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* docs.github.com: \"#d15704\" */\n .color-orange-7 {\n color: #f3582c !important;\n }\n /* docs.github.com: \"#d15704\" */\n .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* docs.github.com: \"#a04100\" */\n .color-orange-9 {\n color: #f3582c !important;\n }\n /* docs.github.com: \"#a04100\" */\n .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* docs.github.com: \"#ffeef0\" */\n .color-red-0 {\n color: #300 !important;\n }\n /* docs.github.com: \"#ffeef0\" */\n .bg-red-0 {\n background-color: #300 !important;\n }\n /* docs.github.com: \"#ffdce0\" */\n .color-red-1 {\n color: #300 !important;\n }\n /* docs.github.com: \"#ffdce0\" */\n .bg-red-1 {\n background-color: #300 !important;\n }\n /* docs.github.com: \"#f97583\" */\n .color-red-3 {\n color: #f88 !important;\n }\n /* docs.github.com: \"#f97583\" */\n .bg-red-3 {\n background-color: #f88 !important;\n }\n /* docs.github.com: \"#d73a49\" */\n .color-red-5 {\n color: #d82828 !important;\n }\n /* docs.github.com: \"#d73a49\" */\n .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* docs.github.com: \"#cb2431\" */\n .color-red-6 {\n color: #d82828 !important;\n }\n /* docs.github.com: \"#cb2431\" */\n .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* docs.github.com: \"#86181d\" */\n .color-red-9 {\n color: #d82828 !important;\n }\n /* docs.github.com: \"#86181d\" */\n .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* docs.github.com: \"#f5f0ff\" */\n .color-purple-0 {\n color: #213 !important;\n }\n /* docs.github.com: \"#f5f0ff\" */\n .bg-purple-0 {\n background-color: #213 !important;\n }\n /* docs.github.com: \"#8a63d2\" */\n .color-purple-4 {\n color: #53387a !important;\n }\n /* docs.github.com: \"#8a63d2\" */\n .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* docs.github.com: \"#6f42c1\" */\n .color-purple-5 {\n color: #9378ba !important;\n }\n /* docs.github.com: \"#6f42c1\" */\n .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* docs.github.com: \"#ffeef8\" */\n .color-pink-0 {\n color: #170711 !important;\n }\n /* docs.github.com: \"#ffeef8\" */\n .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* docs.github.com: \"#ec6cb9\" */\n .color-pink-4 {\n color: #c49 !important;\n }\n /* docs.github.com: \"#ec6cb9\" */\n .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* docs.github.com: \"#99306f\" */\n .color-pink-8 {\n color: #e6b !important;\n }\n /* docs.github.com: \"#99306f\" */\n .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .text-blue {\n color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* docs.github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* docs.github.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* docs.github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* docs.github.com: \"#28a745\" */\n .text-green {\n color: #484 !important;\n }\n /* docs.github.com: \"#b08800\" */\n .text-yellow {\n color: #cb4 !important;\n }\n /* docs.github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* docs.github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* docs.github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* docs.github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* docs.github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .link-gray:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .muted-link:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* docs.github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* docs.github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* docs.github.com: \"rgba(255,255,255,.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* docs.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* docs.github.com: \"#cb2431\" */\n .markdown-body .absent {\n color: #d82828;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .markdown-body hr {\n background-color: #343434;\n }\n /* docs.github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* docs.github.com: \"color: #1b1f23\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* docs.github.com: \"#eaecef\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"color: #6a737d\" */\n .markdown-body h6 {\n color: #949494;\n }\n /* docs.github.com: \"#dfe2e5\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* docs.github.com: \"#fff\", \"#c6cbd1\" */\n .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* docs.github.com: \"transparent\" */\n .markdown-body table img {\n background-color: transparent;\n }\n /* docs.github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* docs.github.com: \"transparent\" */\n .markdown-body .emoji {\n background-color: transparent;\n }\n /* docs.github.com: \"#dfe2e5\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* docs.github.com: \"color: #24292e\" */\n .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* docs.github.com: \"rgba(27,31,35,.05)\" */\n .markdown-body code, .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* docs.github.com: \"transparent\" */\n .markdown-body pre > code, .markdown-body pre code, .markdown-body pre tt {\n background-color: transparent;\n }\n /* docs.github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .markdown-body .csv-data th {\n background-color: #222;\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .ais-SearchBox-input, .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* docs.github.com: \"#2188ff\", \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .ais-SearchBox-input:focus, .focus.ais-SearchBox-input, .form-control.focus,\n .form-control:focus, .form-select.focus, .form-select:focus {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* docs.github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* docs.github.com: \"color: #fff\" */\n .input-dark {\n color: #fff;\n }\n /* docs.github.com: \"rgba(27,31,35,.3)\" */\n .input-dark.focus, .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* docs.github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* docs.github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* docs.github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group dt label {\n color: #afafaf;\n }\n /* docs.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* docs.github.com: \"#fff\" */\n .form-group .ais-SearchBox-input, .form-group .ais-SearchBox-input:focus,\n .form-group .form-control, .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* docs.github.com: \"#cb2431\" */\n .form-group dd h4.is-error {\n color: #d82828;\n }\n /* docs.github.com: \"#28a745\" */\n .form-group dd h4.is-success {\n color: #484;\n }\n /* docs.github.com: \"#cb2431\" */\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* docs.github.com: \"#28a745\" */\n .form-group.successful .success {\n color: #484;\n }\n /* docs.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-group.warn .warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* docs.github.com: \"#fffbdd\" */\n .form-group.warn .warning::after {\n border-bottom-color: #261d08;\n }\n /* docs.github.com: \"#d9d0a5\" */\n .form-group.warn .warning::before {\n border-bottom-color: #542;\n }\n /* docs.github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* docs.github.com: \"#86181d\", \"#ffdce0\", \"#cea0a5\" */\n .form-group.errored .error {\n color: #d82828;\n background-color: #300;\n border-color: #d82828;\n }\n /* docs.github.com: \"#ffdce0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* docs.github.com: \"#cea0a5\" */\n .form-group.errored .error::before {\n border-bottom-color: #d82828;\n }\n /* docs.github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* docs.github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* docs.github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* docs.github.com: \"transparent\" */\n .inline-form .btn-plain {\n background-color: transparent;\n }\n /* docs.github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* docs.github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* docs.github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* docs.github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* docs.github.com: \"box-shadow: none\" */\n .upload-enabled.focused .ais-SearchBox-input,\n .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* docs.github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* docs.github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* docs.github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* docs.github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* docs.github.com: \"color: #24292e\", \"#d1d5da\" */\n .radio-label {\n color: #cdcdcd;\n border-color: #404040;\n }\n /* docs.github.com: \"#0366d6\" */\n :checked + .radio-label {\n border-color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"#fff\", \"#d1d5da\" */\n .menu {\n background-color: #181818;\n border-color: #404040;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .menu-item {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .menu-item:hover {\n background-color: #222;\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\" */\n .menu-item.selected, .menu-item[aria-current],\n .menu-item[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* docs.github.com: \"#e36209\" */\n .menu-item.selected::before, .menu-item[aria-current]::before,\n .menu-item[aria-selected=true]::before {\n background-color: #fb8532;\n }\n /* docs.github.com: \"color: #24292e\" */\n .menu-item .octicon {\n color: #cdcdcd;\n }\n /* docs.github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* docs.github.com: \"color: #586069\", \"#e1e4e8\" */\n .menu-heading {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"#d1d5da\" */\n .tabnav {\n border-bottom-color: #404040;\n }\n /* docs.github.com: \"color: #586069\", \"transparent\" */\n .tabnav-tab {\n color: #afafaf;\n background-color: transparent;\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .tabnav-tab.selected, .tabnav-tab[aria-current],\n .tabnav-tab[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* docs.github.com: \"color: #24292e\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #cdcdcd;\n }\n /* docs.github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* docs.github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"color: #586069\", \"transparent\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: transparent;\n }\n /* docs.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* docs.github.com: \"#eaecef\" */\n .filter-item:hover {\n background-color: #343434;\n }\n /* docs.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected, .filter-item[aria-current],\n .filter-item[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* docs.github.com: \"#fafbfc\" */\n .SideNav {\n background-color: #181818;\n }\n /* docs.github.com: \"color: #586069\", \"transparent\", \"#e1e4e8\" */\n .SideNav-item {\n color: #afafaf;\n background-color: transparent;\n border-top-color: #343434;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .SideNav-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* docs.github.com: \"color: #24292e\", \"#f6f8fa\" */\n .SideNav-item:focus, .SideNav-item:hover {\n color: #cdcdcd;\n background-color: #222;\n }\n /* docs.github.com: \"#d1d5da\" */\n .SideNav-item:focus::before, .SideNav-item:hover::before {\n background-color: #404040;\n }\n /* docs.github.com: \"#fff\" */\n .SideNav-item:active {\n background-color: #181818;\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\" */\n .SideNav-item[aria-current=page], .SideNav-item[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* docs.github.com: \"#e36209\" */\n .SideNav-item[aria-current=page]::before,\n .SideNav-item[aria-selected=true]::before {\n background-color: #fb8532;\n }\n /* docs.github.com: \"color: #6a737d\" */\n .SideNav-icon {\n color: #949494;\n }\n /* docs.github.com: \"#0366d6\", \"transparent\" */\n .SideNav-subItem {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n /* docs.github.com: \"color: #24292e\" */\n .SideNav-subItem:focus, .SideNav-subItem:hover,\n .SideNav-subItem[aria-current=page], .SideNav-subItem[aria-selected=true] {\n color: #cdcdcd;\n }\n /* docs.github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"color: #586069\", \"#e1e4e8\" */\n .subnav-item {\n color: #afafaf;\n border-color: #343434;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* docs.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .subnav-item.selected, .subnav-item[aria-current],\n .subnav-item[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* docs.github.com: \"#c6cbd1\" */\n .subnav-search-icon {\n color: #5a5a5a;\n }\n /* docs.github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .UnderlineNav {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"color: #586069\" */\n .UnderlineNav-item {\n color: #afafaf;\n }\n /* docs.github.com: \"color: #24292e\", \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n color: #cdcdcd;\n border-bottom-color: #404040;\n }\n /* docs.github.com: \"color: #6a737d\" */\n .UnderlineNav-item:focus .UnderlineNav-octicon,\n .UnderlineNav-item:hover .UnderlineNav-octicon {\n color: #949494;\n }\n /* docs.github.com: \"color: #24292e\", \"#e36209\" */\n .UnderlineNav-item.selected, .UnderlineNav-item[aria-current],\n .UnderlineNav-item[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* docs.github.com: \"color: #6a737d\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon,\n .UnderlineNav-item[aria-current] .UnderlineNav-octicon,\n .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* docs.github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* docs.github.com: \"color: #586069\", \"#e1e4e8\" */\n .pullquote {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* docs.github.com: \"color: #fff\", \"#1074e7\", \"#1074e7\" */\n .btn-mktg {\n color: #fff;\n border: 1px solid /*[[base-color]]*/;\n }\n /* docs.github.com: \"#0366d6\", \"#0366d6\" */\n .btn-mktg, .btn-mktg:hover {\n background-color: /*[[base-color]]*/;\n }\n .btn-mktg:hover {\n border-color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn-mktg:focus {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* docs.github.com: \"#28a745\", \"#28a745\" */\n .btn-primary-mktg:hover {\n background-color: #484;\n border-color: #484;\n }\n /* docs.github.com: \"#0366d6\", \"rgba(255,255,255,0)\", \"#1074e7\" */\n .btn-outline-mktg, .btn-outline-mktg:hover {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n .btn-outline-mktg:hover {\n border-color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"color: #fff\", \"transparent\", \"none\", \"rgba(255,255,255,.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: transparent;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* docs.github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* docs.github.com: \"#0366d6\" */\n .text-blue-mktg {\n color: /*[[base-color]]*/ !important;\n }\n /* docs.github.com: \"#d1d5da\",\"rgba(255, 255, 255, 0)\" */\n .underline-dashed {\n background-image: linear-gradient(to right, #404040 50%, transparent 0%);\n }\n /* docs.github.com: \"#032f62\" */\n .bg-blue-dark {\n background-color: #182030 !important;\n }\n /* docs.github.com: \"color: #24292e\" */\n .directory-toc h3 a {\n color: #cdcdcd;\n }\n /* docs.github.com: \"#005cc5\" */\n .header-notifications a {\n color: #4f8cc9;\n }\n /* docs.github.com: \"#fafbfc\", \"rgba(27,31,35,.15)\" */\n @media (max-width: 767px) {\n .nav-mobile-dropdown.js-open {\n background-color: #181818;\n box-shadow: 0 1px 15px #000;\n }\n }\n /* docs.github.com: \"#fff\", \"rgba(27,31,35,.15)\" */\n @media (min-width: 768px) {\n .nav-desktop-langDropdown, .nav-desktop-productDropdown {\n background-color: #181818;\n box-shadow: 0 1px 15px #000;\n }\n }\n /* docs.github.com: \"transparent\" */\n @media (min-width: 768px) {\n details.close-when-clicked-outside[open] > summary::before {\n background-color: transparent;\n }\n }\n /* docs.github.com: \"#0366d6\" */\n .directory-link-box.Box:hover, .directory-link-box:hover .Box {\n border: 1px solid /*[[base-color]]*/;\n }\n /* docs.github.com: \"color: #959da5\" */\n .breadcrumbs a:not(:last-child)::after {\n color: #767676;\n }\n /* docs.github.com: \"#eee\" */\n .markdown-body ol > li {\n border-top-color: #343434;\n }\n /* docs.github.com: \"#eee\" */\n .procedural-image-wrapper img {\n border-color: #343434;\n }\n /* docs.github.com: \"#fff\" */\n .ais-SearchBox-input {\n background-color: #181818;\n }\n /* docs.github.com: \"none\" */\n .ais-SearchBox-reset {\n background: none;\n }\n /* docs.github.com: \"#f1f8ff\" */\n .ais-Hits-item.active, .ais-Hits-item:hover {\n background-color: #182030;\n }\n /* docs.github.com: \"none\" */\n .ais-Highlight-highlighted, mark {\n background: none;\n }\n /* docs.github.com: \"#0366d6\" */\n .search-result-title .ais-Highlight-highlighted, .search-result-title mark {\n color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"#0366d6\" */\n .search-result-intro .ais-Highlight-highlighted, .search-result-intro mark {\n border-bottom: 1px solid /*[[base-color]]*/;\n }\n /* docs.github.com: \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.15)\" */\n @media (min-width: 768px) {\n header #search-results-container {\n background-color: #181818;\n box-shadow: 0 1px 15px #000;\n }\n header .search-overlay-desktop.js-open {\n background-color: rgba(220, 220, 220, .22);\n }\n }\n /* docs.github.com: \"color: #24292e\" */\n .extended-markdown.note pre code, .markdown-body .lead-mktg p,\n div.light-bg a, div.light-bg a h4 {\n color: #cdcdcd;\n }\n /* docs.github.com: \"color: #586069\" */\n div.light-bg a p {\n color: #afafaf;\n }\n /* docs.github.com: \"color: #fff\" */\n div.dark-bg a, div.dark-bg a h4 {\n color: #fff;\n }\n /* docs.github.com: \"#05264c\" */\n .sidebar {\n background-color: #182030;\n }\n /* docs.github.com: \"color: #fff\" */\n .sidebar-products .arrow, .sidebar-products a {\n color: #fff;\n }\n /* docs.github.com: \"#79b8ff\" */\n .sidebar-article.is-current-page > a, .sidebar-guide.is-current-page > a,\n .sidebar-guide > a, .sidebar-guide summary a,\n .sidebar-product.is-current-page > a, .sidebar-product > a,\n .sidebar-products .arrow:hover, .sidebar-products a:hover,\n .sidebar-product summary a, .sidebar-topic.is-current-page > a {\n color: /*[[base-color]]*/;\n }\n /* docs.github.com: \"#032f62\" */\n .sidebar-guide.active {\n background-color: #182030;\n }\n /* docs.github.com: \"#044289\" */\n .sidebar-topic .sidebar-article::before {\n border-left: 1px solid rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* docs.github.com: \"#044289\" */\n .sidebar-topic .sidebar-article.active::before {\n border-left: 3px solid rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* docs.github.com: \"#ddd\" */\n iframe#graphiql {\n border-color: #343434;\n }\n /* docs.github.com: \"color: #333\", \"#f8f8f8\" */\n .hljs {\n background-color: #202020;\n }\n /* docs.github.com: \"color: #333\" */\n .hljs, .hljs-keyword, .hljs-selector-tag, .hljs-subst {\n color: #bebebe;\n }\n /* docs.github.com: \"none\" */\n .markdown-body table code {\n background: none;\n }\n /* docs.github.com: \"#fff\" */\n .markdown-body table th {\n background-color: #181818;\n }\n /* docs.github.com: \"none\" */\n .markdown-body table tr:nth-child(2n) {\n background: none;\n }\n /* end docs.github.com rules */\n h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h4 a > strong code {\n color: #bebebe;\n }\n h3 a {\n color: /*[[base-color]]*/;\n }\n .directory-toc h3 a {\n color: #bebebe;\n }\n .nav-mobile-burgerIcon {\n filter: invert(100%) hue-rotate(180deg) !important;\n }\n /* Using #fff over currentColor because GH relies on browser default #000 */\n .hljs {\n color: var(--ghd-code-color);\n }\n .extended-markdown p code {\n background-color: #1e293c !important;\n }\n .extended-markdown.warning p code {\n background-color: #500 !important;\n }\n .markdown-body #article-contents table tr:nth-child(2n),\n .markdown-body #article-contents table tr,\n .markdown-body #article-contents table th {\n background: #202020 !important;\n }\n .markdown-body #article-contents table th {\n box-shadow: 0 3px 0 0 #343434 !important;\n }\n .octicon-mark-github {\n color: currentcolor;\n }\n .sidebar {\n background-color: #1c1c1c;\n border-right: 1px solid #343434;\n }\n .sidebar-guide.active {\n background: #242424;\n }\n .sidebar-products svg:not([fill]) {\n fill: #eee;\n }\n .sidebar-products a, .sidebar-products .arrow {\n color: #eee;\n }\n .sidebar-guide > a, .sidebar-guide summary a, .sidebar-product > a,\n .sidebar-product summary a {\n color: #ccc;\n }\n body.d-lg-flex .sidebar-products a:hover {\n opacity: 1;\n }\n .sidebar-topic a:hover {\n opacity: .9 !important;\n }\n .btn-blue.hover, .btn.btn-blue:hover {\n background-image: linear-gradient(-180deg, rgba(/*[[base-color-rgb]]*/, .9), rgba(/*[[base-color-rgb]]*/, .8) 90%) !important;\n border-color: rgba(/*[[base-color-rgb]]*/, .3) !important;\n }\n [style*=\"background-color: #fafbfc\"] {\n background: none !important;\n }\n}\n@-moz-document domain(\"github.com\"), domain(\"gist.github.com\") {\n /* begin refined-github rules */\n /* refined-github: \"#28a745\", \"#cb2431\", \"#fffbdd\" */\n html.refined-github :root {\n --github-green: #484;\n --github-red: #d82828;\n --github-faint-yellow: #261d08;\n }\n /* refined-github: \"color: #6a737d\" */\n html.refined-github .markdown-body del {\n color: #949494;\n }\n /* refined-github: \"#fff\", \"#d1d5da\" */\n html.refined-github .dashboard .js-all-activity-header + div {\n background-color: #181818;\n border-color: #404040;\n }\n /* refined-github: \"none\" */\n html.refined-github .dashboard .js-all-activity-header + div .Box {\n background: none;\n }\n /* refined-github: \"#e1e4e8\" */\n html.refined-github .dashboard-rollup-items .body {\n border-top-color: #343434;\n }\n /* refined-github: \"color: #666\" */\n html.refined-github body > .footer li a {\n color: #949494;\n }\n /* refined-github: \"transparent\" */\n html.refined-github .repository-content #readme:not(.blob) .Box-header {\n background-color: transparent !important;\n }\n /* refined-github: \"color: #fff !important\" */\n html.refined-github .js-issue-row [aria-label=\"Open draft pull request\"] svg {\n color: #fff !important;\n }\n /* refined-github: \"#d1d5da\", \"#e1e4e8\" */\n @media (min-width: 700px) {\n html.refined-github .js-pinned-issues-reorder-list {\n box-shadow: 0 0 0 1px #404040;\n }\n html.refined-github .pinned-issue-item {\n border-color: #343434 !important;\n }\n }\n /* refined-github: \"none\" */\n html.refined-github .rgh-no-navigation-highlight .Box-row.navigation-focus,\n html.refined-github .rgh-no-navigation-highlight .list-group-item.navigation-focus,\n html.refined-github .rgh-no-navigation-highlight .navigation-focus td {\n background: none !important;\n }\n /* refined-github: \"color: #586069\" */\n html.refined-github .rgh-useless-comments-note {\n color: #afafaf;\n }\n /* refined-github: \"none\", \"#24292e\" */\n html.refined-github .rgh-recently-pushed-branches .Header .RecentBranches,\n html.refined-github .rgh-recently-pushed-branches [data-url$=\"recently_touched_branches_list\"] .Box {\n background: none;\n background-color: #181818;\n }\n /* refined-github: \"color: #fff !important\" */\n html.refined-github .rgh-recently-pushed-branches .Header .RecentBranches-item-link,\n html.refined-github .rgh-recently-pushed-branches [data-url$=\"recently_touched_branches_list\"] .btn-link,\n html.refined-github .rgh-recently-pushed-branches [data-url$=\"recently_touched_branches_list\"] .link-gray-dark {\n color: #fff !important;\n }\n /* refined-github: \"#e1e4e8\", \"#e1e4e8\" */\n html.refined-github button.reaction-summary-item {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* refined-github: \"#efefef\", \"#fff\" */\n html.refined-github .reaction-summary-item a {\n background-color: #202020;\n box-shadow: 0 0 0 2px /*[[background, #181818]]*/;\n }\n /* refined-github: \"#0366d6\", \"color: #fff\", \"#0366d6\" */\n html.refined-github .js-expandable-line:hover .blob-num:not(:hover) + .blob-code,\n html.refined-github .js-expandable-line:hover .blob-num:not(:hover) .directional-expander:first-child {\n border-color: /*[[base-color]]*/;\n color: #fff;\n background: /*[[base-color]]*/;\n }\n /* refined-github: \"#f6f8fa\" */\n html.refined-github .rgh-split-issue-pr-combined.selected:hover {\n background-color: #222;\n }\n /* refined-github: \"#2cbe4e\" */\n html.refined-github a.timeline-chosen-answer {\n border-color: #373 !important;\n }\n /* refined-github: \"#c0d3eb\" */\n html.refined-github .rgh-collaborator {\n border-color: #246;\n }\n /* end refined-github rules */\n /* begin zenhub rules */\n /* zenhub: \"none\" */\n body.zh_logged_in .ui-datepicker .ui-datepicker-buttonpane {\n background-image: none;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .ui-dialog .ui-dialog-content {\n background: none;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .ui-dialog .ui-dialog-buttonpane {\n background-image: none;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .ui-spinner-input,\n body.zh_logged_in .ui-tabs .ui-tabs-panel {\n background: none;\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in #new_issue .discussion-sidebar h3 {\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-app--board-visible .zh-app--is-fullscreen {\n background-color: #181818;\n }\n /* zenhub: \"color: #24292e\" */\n body.zh_logged_in .zh-discussion-item .zh-estimate-is,\n body.zh_logged_in .zh-discussion-item .zh-estimate-was,\n body.zh_logged_in .zh-discussion-item .zh-issue,\n body.zh_logged_in .zh-discussion-item .zh-issue-event-workspace-name,\n body.zh_logged_in .zh-discussion-item .zh-pipeline-is,\n body.zh_logged_in .zh-discussion-item .zh-pipeline-was,\n body.zh_logged_in .zh-discussion-item .zh-release,\n body.zh_logged_in .zh-discussion-item strong {\n color: #cdcdcd;\n }\n /* zenhub: \"#fff\", \"#fff\" */\n body.zh_logged_in .zh-issue-event-item-icon .zh-icon-issue-added,\n body.zh_logged_in .zh-issue-event-item-icon .zh-icon-issue-removed {\n border-color: #181818;\n background-color: #181818;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zh-issue-event-toggle:hover {\n color: #f0f0f0;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-issue-event-dark {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .sidebar-zh-epic .discussion-sidebar-toggle:hover,\n body.zh_logged_in .sidebar-zh-epic .zh-discussion-sidebar-toggle:hover,\n body.zh_logged_in .sidebar-zh-estimate .discussion-sidebar-toggle:hover,\n body.zh_logged_in .sidebar-zh-estimate .zh-discussion-sidebar-toggle:hover {\n color: #5560d2;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-estimate-create-item {\n border-top-color: #343434;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in a.zh-topbar-item.selected {\n border-color: #3c4992 #343434 transparent;\n }\n /* zenhub: \"none\", \"#f9826c\" */\n body.zh_logged_in .zh-topbar-item.UnderlineNav-item.selected {\n background: none;\n border-bottom-color: #fff;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus,\n body.zh_logged_in .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus.selected {\n background-color: #242424;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .zh-connect-repository-container {\n background-color: #222;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-connect-repository-container a {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-toggle-button {\n background-color: #181818;\n }\n /* zenhub: \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zh-toggle-button.selected:active,\n body.zh_logged_in .zh-toggle-button:active {\n box-shadow: inset 0 1px 3px rgba(255, 255, 255, .7);\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .horizontal-scrollbar::-webkit-scrollbar-track {\n background-color: #242424;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .horizontal-scrollbar::-webkit-scrollbar-thumb {\n background-color: #383838;\n }\n /* zenhub: \"#f5f5f5\", \"#e5e5e5\" */\n body.zh_logged_in .zh-pipeline {\n background-color: #222;\n border-color: #343434;\n }\n /* zenhub: \"#f4f5f5\", \"#e5e5e5\" */\n body.zh_logged_in .zh-pipeline-heading-container {\n background-color: #242424;\n border-bottom-color: #343434;\n }\n /* zenhub: \"box-shadow: none !important\" */\n body.zh_logged_in .zh-pipeline-heading-edit {\n box-shadow: none !important;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-power .zh-pipeline-options {\n color: #bebebe;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-pipeline-issues::-webkit-scrollbar {\n background-color: #383838;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .zh-pipeline-issues::-webkit-scrollbar-track {\n background-color: #222;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-pipeline-issues::-webkit-scrollbar-thumb {\n background-color: #383838;\n }\n /* zenhub: \"#e5e5e5\", \"#fff\" */\n body.zh_logged_in .zh-pipeline-issue-content {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#4183c4\" */\n body.zh_logged_in .zh-pipeline-issue-toggler:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* zenhub: \"#efefef\" */\n body.zh_logged_in .zh-issue-placeholder,\n body.zh_logged_in .zh-pipeline-placeholder {\n background-color: #202020;\n }\n /* zenhub: \"rgba(255,255,255,0)\" */\n body.zh_logged_in .zh-issue-meta {\n background-color: transparent;\n }\n /* zenhub: \"color: #fff\", \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zh-issue-label.dark {\n color: #fff;\n text-shadow: 0 1px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-issue-estimate-badge {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-overlay {\n background-color: #181818;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zh-overlay-body {\n color: #f0f0f0;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .new-pipeline-column {\n background-color: #181818;\n }\n /* zenhub: \"#eee\", \"color: #333\" */\n body.zh_logged_in .zh-board-menu-item .btn {\n background: linear-gradient(#fcfcfc, #242424);\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"none\" */\n body.zh_logged_in .zh-board-menu-item .btn.disabled,\n body.zh_logged_in .zh-board-menu-item .btn.disabled:hover {\n background-color: #181818;\n background-image: none;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-pipeline-collapsed .zh-pipeline-heading-container {\n border-right-color: #343434;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-pipeline-collapsed .zh-pipeline-options.zh-pipeline-icon {\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\",\"#fff\" */\n body.zh_logged_in .zh-pipeline-expanded .zh-issue-meta {\n background-image: linear-gradient(to right, transparent 90%, #181818 99%);\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in .zh-epic-filter-container .btn {\n background: linear-gradient(#fcfcfc, #242424) !important;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .search-query {\n background-color: #222;\n }\n /* zenhub: \"#fff\", \"#fff\" */\n body.zh_logged_in .search-query:focus,\n body.zh_logged_in .zh-overlay-loading-board {\n background-color: #181818;\n }\n /* zenhub: \"#fff\", \"#ddd\" */\n body.zh_logged_in .zh-board-loading-message {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-board-readonly-banner {\n color: #fff;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-markdown-body {\n color: #767676;\n }\n /* zenhub: \"#e5e5e5\", \"#f8f8f8\" */\n body.zh_logged_in .zh-milestone-dates {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"#ddd\", \"#fff\" */\n body.zh_logged_in .zh-milestone-dates .milestone-start-calendar-container {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e5e5e5\", \"#e5e5e5\" */\n body.zh_logged_in .zh-burndown-chart-container {\n border-left-color: #343434;\n border-right-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .burndown-chart-tip {\n color: #949494;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-reports .stats-container {\n border-color: #343434;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-reports .stats-item {\n border-right-color: #343434;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-reports .stats-item--issues .zh-estimate-badge-closed,\n body.zh_logged_in .zh-reports .stats-item--issues strong {\n color: #767676;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-issue-list .table-list-title {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zh-issue-list .table-list-header {\n color: #949494;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-burndown-repo-selector {\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-reports .btn {\n color: #bebebe;\n }\n /* zenhub: \"#eee\",\"#ddd\", \"color: #333\" */\n body.zh_logged_in .zh-reports .btn:hover {\n background: linear-gradient(#242424, #383838);\n color: #bebebe;\n }\n /* zenhub: \"transparent\", \"none\" */\n body.zh_logged_in .zh-repo-switcher .zh-repo-switcher-btn,\n body.zh_logged_in .zh-repo-switcher .zh-repo-switcher-btn:hover {\n background-color: transparent;\n background-image: none;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zh-repo-switcher .zh-repo-switcher-btn.selected,\n body.zh_logged_in .zh-repo-switcher .zh-repo-switcher-btn:hover {\n background-color: #181818;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-state {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-timeline-comment {\n background-color: #181818;\n }\n /* zenhub: \"color: #586069\", \"#ddd\",\"#eee\" */\n body.zh_logged_in .zh-timeline-comment-header {\n color: #afafaf;\n border-color: #343434;\n }\n /* zenhub: \"color: #555\" */\n body.zh_logged_in .zh-timeline-comment-header-text {\n color: #afafaf;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-dependency-manager-container.TimelineItem .zhc-dependency,\n body.zh_logged_in .zh-epic-issue-container.TimelineItem .zhc-epic-issue-list,\n body.zh_logged_in .zh-epic-issue-container.TimelineItem .zhc-epic-list {\n background-color: #181818;\n }\n /* zenhub: \"#e6ebf1\" */\n body.zh_logged_in .zh-collapse-manager-container--isExpanded .discussion-item:last-child {\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zh-collapse-control-container {\n background-color: transparent;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zh-collapse-control {\n color: #5560d2;\n }\n /* zenhub: \"#e5e5e5\", \"#fff\" */\n body.zh_logged_in .zh-collapse-control:hover,\n body.zh_logged_in .zh-collapse-control__main-icon,\n body.zh_logged_in .zh-issuecard-container {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#efefef\" */\n body.zh_logged_in .zh-issuecard-placeholder {\n background-color: #202020;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-issuecard-avatar-container .zh-issuecard-assignees {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-pipeline-action,\n body.zh_logged_in .zh-pipeline-issue-action {\n background-color: #181818;\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in .zh-pipeline-action:hover,\n body.zh_logged_in .zh-pipeline-issue-action:hover {\n background-color: #242424;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-issuecard-meta {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #fff\", \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zh-issuecard-label.dark {\n color: #fff;\n text-shadow: 0 1px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-top-banner, body.zh_logged_in .zh-top-banner a {\n color: #fff;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zh-merge-repository-body {\n background-color: transparent;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-merge-repository-body .zh-open-cross-organization-btn {\n color: #767676;\n }\n /* zenhub: \"#0366d6\" */\n body.zh_logged_in .zh-merge-repository-body .zh-open-cross-organization-btn:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-mergetool-pipelines-dialog {\n background-color: #181818;\n }\n /* zenhub: \"#f5f5f5\", \"color: #333\" */\n body.zh_logged_in .zh-mergetool-pipelines-dialog .zh-mergetool-info {\n background-color: #222;\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"color: #333\" */\n body.zh_logged_in .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline {\n background-color: #181818;\n color: #bebebe;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline-target {\n background-color: #222;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-mergetool-pipelines-dialog .zh-miniboard-source-pipeline-placeholder,\n body.zh_logged_in .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline-target.zh-miniboard-new-pipeline {\n background-color: #181818;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .btn.zh-multi-repo-show-all-btn,\n body.zh_logged_in .btn.zh-multi-repo-show-one-btn {\n background-image: none;\n }\n /* zenhub: \"#fff\", \"none\" */\n body.zh_logged_in .btn.zh-multi-repo-show-all-btn:hover,\n body.zh_logged_in .btn.zh-multi-repo-show-one-btn:hover {\n background-color: #181818;\n background-image: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-select-menu-modal-body .zh-select-menu-modal {\n background-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-onboarding-highlighted,\n body.zh_logged_in .zhe .zh-onboarding-highlighted {\n background-color: #181818 !important;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zhe .zh-onboarding-highlighted .header-nav-link {\n color: #f0f0f0;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zh-onboarding-modal {\n background-color: #181818;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-onboarding-modal__title {\n color: #bebebe;\n }\n /* zenhub: \"none\", \"color: #fff\" */\n body.zh_logged_in .zh-onboarding-modal__buttons .btn.btn--onboarding-cta {\n background-image: none;\n color: #fff;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .zh-epic-issue-header {\n color: #afafaf;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-epic-issue-header-title,\n body.zh_logged_in .zh-epic-issue-header strong {\n color: #bebebe;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .zh-epic-issue-progress-text {\n color: #afafaf;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-epic-issue-progress-text strong {\n color: #bebebe;\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in .zh-select-menu-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#0366d6\", \"color: #fff\" */\n body.zh_logged_in .zh-select-menu-item.navigation-focus,\n body.zh_logged_in .zh-select-menu-item:hover {\n background-color: /*[[base-color]]*/;\n color: #fff;\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .zh-select-menu-header {\n background-color: #242424;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-select-menu-header .zh-select-menu-title {\n color: #bebebe;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .zh-discussion-sidebar-heading {\n color: #afafaf;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zh-discussion-sidebar-toggle {\n background: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zh-discussion-sidebar-toggle:hover .zhc-svg-icon--extension {\n color: #5560d2;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .zh-select-menu-footer {\n background-color: #222;\n }\n /* zenhub: \"color: #666\", \"#fff\", \"rgba(0,0,0,0.15)\" */\n body.zh_logged_in .zh-select-menu-modal {\n color: #949494;\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zh-select-menu-filters {\n background-color: #202020;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-select-menu-text-filter {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-select-menu-text-filter input {\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-reload-update-prompt-container {\n background-color: #181818;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .zh-reload-update-prompt-content {\n color: #afafaf;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-issue-counter {\n background-color: #383838;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-progress-bar__completed {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-d3-tooltip .zh-tooltip-content,\n body.zh_logged_in .zh-tooltip {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-creator-page-visible .zh-epic-creator-container--fullscreen {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-epic-header .zh-estimate-is,\n body.zh_logged_in .zh-epic-header .zh-estimate-was,\n body.zh_logged_in .zh-epic-header .zh-issue,\n body.zh_logged_in .zh-epic-header .zh-pipeline-is,\n body.zh_logged_in .zh-epic-header .zh-pipeline-was {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-issue-list-item-md,\n body.zh_logged_in .zh-epic-issue-list-item-sm {\n background-color: #181818;\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .zh-epic-issue-list-item-md:hover {\n background-color: #242424;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-issue-list-item-lg {\n background-color: #181818;\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .zh-epic-issue-list-item-lg:hover {\n background-color: #242424;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-epic-issue-list-item-title-link {\n color: #bebebe;\n }\n /* zenhub: \"#0366d6\" */\n body.zh_logged_in .zh-epic-issue-list-item-title-link:hover {\n color: /*[[base-color]]*/;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-epic-issue-label.dark {\n color: #fff;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-epic-issue-list-item-number,\n body.zh_logged_in .zh-epic-issue-list-item-status {\n color: #767676;\n }\n /* zenhub: \"#ddd\", \"#f4f4f4\" */\n body.zh_logged_in .zh-pipeline-badge-light {\n background-color: #383838;\n background-color: #242424;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-pipeline-badge {\n background-color: #383838;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-epic-creator-header-label {\n color: #767676;\n }\n /* zenhub: \"#0366d6\" */\n body.zh_logged_in .zh-epic-creator-header-repo a {\n color: /*[[base-color]]*/;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-creator-title input {\n background-color: #181818;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-epic-creator-nav {\n border-bottom-color: #343434;\n }\n /* zenhub: \"initial\", \"color: #000\" */\n body.zh_logged_in .zh-epic-creator-tab {\n background-color: initial;\n color: #f0f0f0;\n }\n /* zenhub: \"#fff\", \"#ddd\", \"#fff\" */\n body.zh_logged_in .zh-epic-creator-tab.selected {\n background-color: #181818;\n border-color: #3e4b9e #343434 #181818;\n }\n /* zenhub: \"color: #333\", \"#f6f8fa\", \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zh-epic-creator-issue-list .zh-epic-creator-issue-list-not-in-workspace {\n color: #bebebe;\n background-color: #222;\n border-bottom-color: #343434;\n border-top-color: #343434;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-progress-title {\n color: #767676;\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in .zh-epic-creator-progress-bar {\n background-color: #242424;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-epic-creator-empty span {\n color: #767676;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zh-epic-creator-placeholder-bottom a {\n color: #949494;\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in .zh-board-menu {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-new-issue-button {\n color: #fff;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-epic-pipeline-selector-name {\n color: #767676;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-epic-issues-picker-new-issue {\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-picker-issue-placeholder:hover {\n background-color: #181818;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-epic-issue-list-container,\n body.zh_logged_in .zh-epic-issue-list-footer {\n border-color: #343434;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-epic-issue-list-empty span {\n color: #767676;\n }\n /* zenhub: \"color: #fff\", \"#eee\" */\n body.zh_logged_in .zh-epic-btn {\n color: #fff;\n background-color: #242424;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zh-epic-btn:active {\n background-image: none;\n }\n /* zenhub: \"color: #333\", \"#ddd\" */\n body.zh_logged_in .zh-epic-form-control,\n body.zh_logged_in .zh-epic-form-control-small {\n color: #bebebe;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-form-control-small:focus,\n body.zh_logged_in .zh-epic-form-control:focus {\n background-color: #181818;\n }\n /* zenhub: \"rgba(27,31,35,0.2)\", \"color: #24292e\", \"#eff3f6\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn {\n border-color: rgba(220, 220, 220, .2);\n color: #cdcdcd;\n background-color: #242424;\n }\n /* zenhub: \"#e6ebf1\", \"#e6ebf1\", \"rgba(27,31,35,0.35)\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn:hover {\n background-color: #444;\n background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%);\n border-color: rgba(220, 220, 220, .35);\n }\n /* zenhub: \"#e9ecef\", \"none\", \"rgba(27,31,35,0.35)\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn:active {\n background-color: #404040;\n background-image: none;\n border-color: rgba(220, 220, 220, .35);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* zenhub: \"color: #fff\", \"#28a745\", \"#34d058\",\"#28a745\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn-primary {\n color: #fff;\n background-color: #484;\n background-image: linear-gradient(-180deg, #373 0%, #484 90%);\n }\n /* zenhub: \"#269f42\", \"#2fcb53\",\"#269f42\", \"rgba(27,31,35,0.5)\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn-primary:hover {\n background-color: #595;\n background-image: linear-gradient(-180deg, #373 0%, #595 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* zenhub: \"#279f43\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn-primary:active {\n background-color: #595;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* zenhub: \"#f6f8fa\", \"#e1e4e8\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .table-list-header {\n background-color: #222;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus,\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus.selected {\n background-color: #242424;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .search-query {\n background-color: #222;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .search-query:focus {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-estimate-badge {\n color: #fff;\n }\n /* zenhub: \"color: #fff\", \"transparent\" */\n body.zh_logged_in .zh-estimate-badge-closed {\n color: #fff;\n background-color: transparent;\n }\n /* zenhub: \"color: #fff\", \"#ddd\", \"#ddd\" */\n body.zh_logged_in .zh-estimate-badge--epic-points {\n color: #fff;\n background-color: #383838;\n border-color: #343434;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zh-badge-value {\n color: #f0f0f0;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .PresetDateRangePicker_button__selected {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .SingleDatePicker_picker,\n body.zh_logged_in .SingleDatePicker_picker__fullScreenPortal,\n body.zh_logged_in .SingleDatePickerInput {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .DayPickerKeyboardShortcuts_showSpan {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .CalendarDay__default,\n body.zh_logged_in .DayPickerKeyboardShortcuts_panel {\n background-color: #181818;\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .CalendarDay__hovered_offset {\n background-color: #242424;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .CalendarDay__blocked_minimum_nights,\n body.zh_logged_in .CalendarDay__blocked_minimum_nights:active,\n body.zh_logged_in .CalendarDay__blocked_minimum_nights:hover,\n body.zh_logged_in .CalendarDay__outside {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .CalendarDay__selected,\n body.zh_logged_in .CalendarDay__selected:active,\n body.zh_logged_in .CalendarDay__selected:hover,\n body.zh_logged_in .CalendarDay__selected_span,\n body.zh_logged_in .CalendarDay__selected_span:active,\n body.zh_logged_in .CalendarDay__selected_span:hover {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .CalendarDay__blocked_out_of_range,\n body.zh_logged_in .CalendarDay__blocked_out_of_range:active,\n body.zh_logged_in .CalendarDay__blocked_out_of_range:hover,\n body.zh_logged_in .CalendarMonth, body.zh_logged_in .CalendarMonthGrid,\n body.zh_logged_in .DayPicker, body.zh_logged_in .DayPicker__horizontal,\n body.zh_logged_in .DayPickerNavigation_button__default,\n body.zh_logged_in .DayPickerNavigation_button__verticalDefault {\n background-color: #181818;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .DayPicker_portal__horizontal {\n box-shadow: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .DateInput, body.zh_logged_in .DateInput_input,\n body.zh_logged_in .DateInput_input__focused,\n body.zh_logged_in .DateRangePicker_picker,\n body.zh_logged_in .DateRangePicker_picker__fullScreenPortal,\n body.zh_logged_in .DateRangePickerInput,\n body.zh_logged_in .DayPicker_weekHeader__verticalScrollable {\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-markdown a {\n color: #5560d2;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-markdown h1, body.zh_logged_in .zhc-markdown h2 {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-markdown hr {\n background-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-markdown blockquote {\n border-left-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-markdown table td,\n body.zh_logged_in .zhc-markdown table th,\n body.zh_logged_in .zhc-markdown table tr {\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-markdown table tr {\n background-color: #181818;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-markdown pre code {\n background-color: transparent;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-markdown img {\n background-color: #181818;\n }\n /* zenhub: \"color: #444d56\", \"#c6cbd1\", \"#959da5\", \"box-shadow: inset 0 -1px 0 #959da5\" */\n body.zh_logged_in .zhc-markdown kbd {\n color: #afafaf;\n border-color: #5a5a5a #5a5a5a #484848;\n box-shadow: inset 0 -2px 0 #383838;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in img.gh-emoji {\n background-color: transparent;\n }\n /* zenhub: \"color: #333\", \"#f8f8f8\" */\n body.zh_logged_in .hljs {\n color: #bebebe;\n background-color: #202020;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .hljs-keyword, body.zh_logged_in .hljs-selector-tag,\n body.zh_logged_in .hljs-subst {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"color: #333\" */\n body.zh_logged_in .zhc-btn {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn, body.zh_logged_in .zhc-btn.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn[disabled],\n body.zh_logged_in .zhc-btn[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn[disabled]:active,\n body.zh_logged_in .zhc-btn[disabled]:focus,\n body.zh_logged_in .zhc-btn[disabled]:hover {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn:active, body.zh_logged_in .zhc-btn:focus,\n body.zh_logged_in .zhc-btn:hover {\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn:active {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-btn .zhc-btn__tag {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--default,\n body.zh_logged_in .zhc-btn--default.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--default.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--default.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--default.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--default.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--default[disabled],\n body.zh_logged_in .zhc-btn--default[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--default[disabled]:active,\n body.zh_logged_in .zhc-btn--default[disabled]:focus,\n body.zh_logged_in .zhc-btn--default[disabled]:hover {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn--default.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--default:active,\n body.zh_logged_in .zhc-btn--default:focus,\n body.zh_logged_in .zhc-btn--default:hover {\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--default.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--default:active {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-btn--action {\n color: #fff;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--action.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--action.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--action.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--action.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--action.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--action[disabled],\n body.zh_logged_in .zhc-btn--action[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--action[disabled]:active,\n body.zh_logged_in .zhc-btn--action[disabled]:focus,\n body.zh_logged_in .zhc-btn--action[disabled]:hover {\n background-color: #343434;\n }\n /* zenhub: \"color: #fff\", \"none\" */\n body.zh_logged_in .zhc-btn--danger {\n color: #fff;\n background-image: none !important;\n }\n /* zenhub: \"#fff\", \"none\" */\n body.zh_logged_in .zhc-btn--danger-bordered {\n background-color: #181818;\n background-image: none !important;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--danger-bordered:active,\n body.zh_logged_in .zhc-btn--danger-bordered:focus,\n body.zh_logged_in .zhc-btn--danger-bordered:hover,\n body.zh_logged_in .zhc-btn--danger-bordered[disabled],\n body.zh_logged_in .zhc-btn--danger-bordered[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--danger-bordered[disabled]:active,\n body.zh_logged_in .zhc-btn--danger-bordered[disabled]:focus,\n body.zh_logged_in .zhc-btn--danger-bordered[disabled]:hover {\n background-color: #181818;\n }\n /* zenhub: \"rgba(0,0,0,0)\" */\n body.zh_logged_in .zhc-btn--minimal,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--minimal:active,\n body.zh_logged_in .zhc-btn--minimal:focus,\n body.zh_logged_in .zhc-btn--minimal:hover,\n body.zh_logged_in .zhc-btn--minimal[disabled],\n body.zh_logged_in .zhc-btn--minimal[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--minimal[disabled]:active,\n body.zh_logged_in .zhc-btn--minimal[disabled]:focus,\n body.zh_logged_in .zhc-btn--minimal[disabled]:hover {\n background-color: transparent;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-btn--primary {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--primary.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--primary.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--primary.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--primary.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--primary.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--primary[disabled],\n body.zh_logged_in .zhc-btn--primary[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--primary[disabled]:active,\n body.zh_logged_in .zhc-btn--primary[disabled]:focus,\n body.zh_logged_in .zhc-btn--primary[disabled]:hover {\n background-color: #5560d2;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\", \"#fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-btn--primary-bordered {\n color: #5560d2;\n }\n /* zenhub: \"#fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-btn--primary-bordered,\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--primary-bordered[disabled],\n body.zh_logged_in .zhc-btn--primary-bordered[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--primary-bordered[disabled]:active,\n body.zh_logged_in .zhc-btn--primary-bordered[disabled]:focus,\n body.zh_logged_in .zhc-btn--primary-bordered[disabled]:hover {\n background-color: #181818;\n border-color: #5560d2;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--primary-bordered:active,\n body.zh_logged_in .zhc-btn--primary-bordered:focus,\n body.zh_logged_in .zhc-btn--primary-bordered:hover {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\", \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--secondary {\n color: #949494;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--secondary,\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--secondary[disabled],\n body.zh_logged_in .zhc-btn--secondary[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary[disabled]:active,\n body.zh_logged_in .zhc-btn--secondary[disabled]:focus,\n body.zh_logged_in .zhc-btn--secondary[disabled]:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary:active,\n body.zh_logged_in .zhc-btn--secondary:focus,\n body.zh_logged_in .zhc-btn--secondary:hover {\n background-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"color: #666\", \"transparent\" */\n body.zh_logged_in .zhc-btn--secondary-bordered {\n background-color: #181818;\n border-color: #343434;\n color: #949494;\n background-color: transparent;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled],\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:active,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:hover {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered:active,\n body.zh_logged_in .zhc-btn--secondary-bordered:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered:hover {\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered:active {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered:active,\n body.zh_logged_in .zhc-btn--secondary-bordered:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered:hover {\n background-color: #202020;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled],\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:active,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:hover {\n background-color: transparent;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--topbar:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-btn--text {\n background-color: transparent !important;\n }\n /* zenhub: \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--text.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--text.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--text.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--text.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--text.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--text[disabled],\n body.zh_logged_in .zhc-btn--text[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--text[disabled]:active,\n body.zh_logged_in .zhc-btn--text[disabled]:focus,\n body.zh_logged_in .zhc-btn--text[disabled]:hover {\n background-color: transparent !important;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-btn--text-primary {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-btn--text-secondary-dark {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn--border-hover-only.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--border-hover-only:active,\n body.zh_logged_in .zhc-btn--border-hover-only:focus,\n body.zh_logged_in .zhc-btn--border-hover-only:hover,\n body.zh_logged_in .zhc-confirm-dialog {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-confirm-dialog__actions .zhc-btn--text {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\" */\n body.zh_logged_in .zhc-confirm-dialog__footer {\n border-top-color: #343434;\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-input {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-input--disabled {\n background-color: #242424;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-input--error:focus {\n box-shadow: none;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhu-blankslate {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhu-checkbox {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhu-checkbox:checked {\n background-color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhu-checkbox:checked::after {\n color: #fff;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhu-checkbox:focus {\n box-shadow: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhu-color-brand {\n color: #5560d2 !important;\n }\n /* zenhub: \"color: #333 !important\" */\n body.zh_logged_in .zhu-color-text {\n color: #bebebe !important;\n }\n /* zenhub: \"color: #666 !important\" */\n body.zh_logged_in .zhu-color-text-secondary-dark {\n color: #949494 !important;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhu-panel {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhu-tag-default {\n background-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhu-text-important {\n color: #bebebe;\n }\n /* zenhub: \"color: #fff !important\" */\n body.zh_logged_in .zhu-text-light {\n color: #fff !important;\n }\n /* zenhub: \"color: #666 !important\" */\n body.zh_logged_in .zhu-text-secondary-dark {\n color: #949494 !important;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-account-details__section {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-account-details__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-account-details__item--edit input {\n background-color: #242424;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-account-details__item--edit__info-message {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-account-details__banner-action {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-billing-history__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-billing-history__item:first-child {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-cancel-subscription-modal {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__cancellation-reason {\n color: #bebebe;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__missing-features {\n background-color: #202020;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__missing-features__feature .zhu-checkbox:not(:checked) {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__feedback,\n body.zh_logged_in .zhc-cancel-subscription-modal__note {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__other-comments__input {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__warning,\n body.zh_logged_in .zhc-cancel-subscription-page__text {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-remove-licenses {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-remove-licenses__section {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-remove-licenses__subtext {\n color: #949494;\n }\n /* zenhub: \"color: #666\", \"#e9e9e9\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-remove-licenses__quantity {\n color: #949494;\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-remove-licenses__num-to-remove {\n color: #5560d2;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zhc-account-settings__section {\n background-color: #181818;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-account-settings__section h3,\n body.zh_logged_in .zhc-account-settings__section strong {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-account-settings__link {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-account-settings__link .zhu-panel {\n border-top-color: #343434;\n }\n /* zenhub: \"#fcf9e4\", \"#faebcc\" */\n body.zh_logged_in .zhc-account-settings__summary--warning {\n background-color: #261d08;\n border-color: #261d08;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-account-settings__banner-action {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-account-settings__icon {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-organization-admin-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-organization-admin-item__username {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\", \"color: #fff\" */\n body.zh_logged_in .zhc-organization-admin-item__admin-tag {\n background-color: #5560d2;\n color: #fff;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-beta-tag {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-avatar {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-badge {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"transparent\", \"#5e60ba\", \"#5e60ba\" */\n body.zh_logged_in .zhc-badge--estimate-closed {\n background-color: transparent;\n color: #5560d2;\n border-color: #5560d2;\n }\n /* zenhub: \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-badge--estimate-average {\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-badge--issue-count {\n background-color: #383838;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-badge--epic-points {\n background-color: transparent;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zhc-badge--epic-points .zhc-badge__value {\n color: #f0f0f0;\n }\n /* zenhub: \"color: #666\", \"#fcf9e4\", \"#faebcc\" */\n body.zh_logged_in .zhc-banner {\n color: #949494;\n background-color: #261d08;\n border-color: #261d08;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-banner strong {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-banner--neutral {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-board-loading__pipeline-section {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\", \"#fff\", \"#e9e9e9\", \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-board-loading__message {\n color: #949494;\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-board-loading__message .zhc-spinner-outline {\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-breadcrumbs--default .zhc-breadcrumbs__button--active,\n body.zh_logged_in .zhc-breadcrumbs--default .zhc-breadcrumbs__button:hover {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#f4f4f4\" */\n body.zh_logged_in .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button:hover {\n border-color: #343434;\n background-color: #242424;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button.zhc-breadcrumbs__button--untitled-workspace:hover {\n background-color: transparent;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button--active {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#ccc\", \"color: #fff\" */\n body.zh_logged_in .zhc-breadcrumbs__button__untitled-tag {\n background-color: #484848;\n color: #fff;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-breadcrumbs__divider {\n color: #949494;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-breadcrumbs--workspace-phase-3-off.zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button:hover {\n background-color: transparent;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-burndown-chart__placeholder {\n background-color: #181818;\n }\n /* zenhub: \"#fff\", \"#ddd\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-burndown-chart__placeholder__message {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-burndown-chart__stats {\n border-left-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-burndown-chart__stats:first-child {\n border-bottom-color: #343434;\n }\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-burndown-chart__stats__detail strong {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-burndown-report-header__divider-icon {\n color: #949494;\n }\n /* zenhub: \"color: #333\", \"#e9e9e9\", \"color: #fff\", \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button {\n color: #fff;\n background-color: #181818;\n border-color: #343434;\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button:active, body.zh_logged_in .zhc-button:focus,\n body.zh_logged_in .zhc-button:hover {\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button[disabled],\n body.zh_logged_in .zhc-button[disabled]:active,\n body.zh_logged_in .zhc-button[disabled]:focus,\n body.zh_logged_in .zhc-button[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"color: #333\", \"transparent\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button.zhc-button--variant-text {\n color: #bebebe;\n background-color: transparent;\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button.zhc-button--variant-text[disabled],\n body.zh_logged_in .zhc-button.zhc-button--variant-text[disabled]:active,\n body.zh_logged_in .zhc-button.zhc-button--variant-text[disabled]:focus,\n body.zh_logged_in .zhc-button.zhc-button--variant-text[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"color: #333\", \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button.zhc-button--variant-text:active,\n body.zh_logged_in .zhc-button.zhc-button--variant-text:hover {\n color: #bebebe;\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button.zhc-button--variant-text:focus {\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-button--color-primary {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-primary[disabled],\n body.zh_logged_in .zhc-button--color-primary[disabled]:active,\n body.zh_logged_in .zhc-button--color-primary[disabled]:focus,\n body.zh_logged_in .zhc-button--color-primary[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#5e60ba\", \"transparent\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text {\n color: #5560d2;\n background-color: transparent;\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text[disabled],\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text[disabled]:active,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text[disabled]:focus,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text:active,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text:focus,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text:hover {\n background-color: transparent;\n }\n /* zenhub: \"#fff\", \"#5e60ba\", \"#5e60ba\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined {\n background-color: #181818;\n color: #5560d2;\n border-color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined[disabled],\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:active,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:focus,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined:active,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined:focus,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined:hover {\n background-color: #181818;\n border-color: #5560d2;\n }\n /* zenhub: \"color: #fff\", \"#f8f8f8\", \"#e9e9e9\", \"color: #666\" */\n body.zh_logged_in .zhc-button--color-secondary {\n color: #fff;\n background-color: #202020;\n border-color: #343434;\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-button--color-secondary:active,\n body.zh_logged_in .zhc-button--color-secondary:focus,\n body.zh_logged_in .zhc-button--color-secondary:hover {\n background-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-secondary[disabled],\n body.zh_logged_in .zhc-button--color-secondary[disabled]:active,\n body.zh_logged_in .zhc-button--color-secondary[disabled]:focus,\n body.zh_logged_in .zhc-button--color-secondary[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"color: #666\", \"transparent\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text {\n color: #949494;\n background-color: transparent;\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text[disabled],\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text[disabled]:active,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text[disabled]:focus,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"color: #333\", \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text:active,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text:hover {\n color: #bebebe;\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text:focus {\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"#fff\", \"color: #333\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined {\n background-color: #181818;\n color: #bebebe;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined[disabled],\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:active,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:focus,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined:active,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined:focus,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined:hover {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-button--color-action {\n color: #fff;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-action[disabled],\n body.zh_logged_in .zhc-button--color-action[disabled]:active,\n body.zh_logged_in .zhc-button--color-action[disabled]:focus,\n body.zh_logged_in .zhc-button--color-action[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"transparent\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text {\n background-color: transparent;\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text[disabled],\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text[disabled]:active,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text[disabled]:focus,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text:active,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text:focus,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text:hover {\n background-color: transparent;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined {\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined[disabled],\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined[disabled]:active,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined[disabled]:focus,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined:active,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined:focus,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined:hover {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-button--color-danger {\n color: #fff;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-danger[disabled],\n body.zh_logged_in .zhc-button--color-danger[disabled]:active,\n body.zh_logged_in .zhc-button--color-danger[disabled]:focus,\n body.zh_logged_in .zhc-button--color-danger[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"transparent\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text {\n background-color: transparent;\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text[disabled],\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text[disabled]:active,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text[disabled]:focus,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text:active,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text:focus,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text:hover {\n background-color: transparent;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined {\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined[disabled],\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:active,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:focus,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined:active,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined:focus,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined:hover {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\", \"#fff\", \"#e9e9e9\", \"color: #333\", \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button--color-inactive {\n color: #fff;\n background-color: #181818;\n color: #bebebe;\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-inactive:active,\n body.zh_logged_in .zhc-button--color-inactive:focus,\n body.zh_logged_in .zhc-button--color-inactive:hover {\n background-color: #181818;\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-button-group > * {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-cancellation-notice__text {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-container {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-container__header {\n background-color: #242424;\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-chart-container__info-toggle {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-container__footer {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-legend__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-chart-legend__item:nth-child(even) {\n border-left-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 760px) and (max-width: 1019px) {\n body.zh_logged_in .zhc-chart-legend__item:not(:nth-child(4n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-chart-legend__item:not(:nth-child(5n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-chart-legend__item-icon.line {\n background-color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-stats__stat {\n border-right-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-info__wrapper {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-chart-info__close {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-legend::after {\n background-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-legend .zhc-dropdown,\n body.zh_logged_in .zhc-chart-legend display flex {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-chart-legend .zhc-dropdown:nth-child(odd),\n body.zh_logged_in .zhc-chart-legend display flex:nth-child(odd) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 760px) and (max-width: 1019px) {\n body.zh_logged_in .zhc-chart-legend .zhc-dropdown:not(:nth-child(4n)),\n body.zh_logged_in .zhc-chart-legend display flex:not(:nth-child(4n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-chart-legend .zhc-dropdown:not(:nth-child(5n)),\n body.zh_logged_in .zhc-chart-legend display flex:not(:nth-child(5n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"none\", \"#fff\" */\n body.zh_logged_in .zhc-chart-legend .zhc-dropdown .zhc-selection-button {\n background-image: none;\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-chart-legend-icon--line {\n background-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-chart-legend-icon--dashed {\n border-bottom-color: #5560d2;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-chart-legend-icon--check::after {\n border-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-chart-legend-icon--disabled {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-legend__labels {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-chart-legend__labels--notselected {\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-chart-legend__labels:nth-child(odd) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 760px) and (max-width: 1019px) {\n body.zh_logged_in .zhc-chart-legend__labels:not(:nth-child(4n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-chart-legend__labels:not(:nth-child(5n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-legend__labels-label-item:hover {\n background-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-chart-legend__labels-x {\n color: #949494;\n }\n /* zenhub: \"rgba(0,0,0,0.8)\" */\n body.zh_logged_in .zhc-chart-tooltip {\n background-color: #242424;\n }\n /* zenhub: \"#ccc\" */\n body.zh_logged_in .zhc-checkbox-toggle::before {\n background-color: #484848;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-checkbox-toggle::after {\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\", \"#5e60ba\" */\n body.zh_logged_in .zhc-checkbox-toggle--is-active::before {\n background-color: #5560d2;\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkbox-toggle--is-active::after {\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\",\"#fff\" */\n body.zh_logged_in .zhc-checkout-box__title input[type=\"radio\"] {\n box-shadow: 0 0 0 1px #5560d2, inset 0 0 0 3px #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__title input[type=\"radio\"]:checked {\n background-color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-checkout-box__input {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__input input {\n color: #5560d2;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-checkout-box__input input:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-checkout-box__input-button {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__update-quantity__content input {\n color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__update-quantity__input {\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__important-info,\n body.zh_logged_in .zhc-checkout-box__price {\n color: #5560d2;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-checkout-box__plan--active {\n background-color: #242424;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-checkout-box__meta {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__save-check {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-checkout-box__cancel,\n body.zh_logged_in .zhc-checkout-box__card-number {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\", \"color: #fff\" */\n body.zh_logged_in .zhc-chip {\n background-color: #5560d2;\n color: #fff;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-chip--outlined {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-choose-organization {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-choose-organization__section + .zhc-choose-organization__section {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#5e60ba\" */\n body.zh_logged_in .zhc-choose-organization__learn-more {\n border-top-color: #343434;\n color: #5560d2;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-organization-item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-organization-item__content .zhc-avatar {\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-organization-item__name {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-organization-item__personal {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-click-text-item {\n color: #5560d2;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-collapsible__content {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-collapsible-control {\n color: #5560d2;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-collapsible-control--button {\n background-color: transparent;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-collapsible-control:hover.zhc-collapsible-control--grey:not(.zhc-collapsible-control--border) {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-collapsible-control:hover.zhc-collapsible-control--border {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-collapsible-control {\n border-color: #343434;\n background-color: #181818;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-collapsible-control__main-icon {\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"color: #333\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-confetti-announcement {\n background-color: #181818;\n color: #bebebe;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-confetti-announcement .zhc-confetti-announcement__close:hover {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-confirmation-modal {\n background-color: #181818;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zhc-consent-form {\n background: #181818 url(\"data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%22834px%22 height=%22828px%22 viewBox=%220 0 834 828%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Ctitle%3EHeader Content%3C/title%3E %3Cdefs%3E %3Cfilter x=%22-21.1%25%22 y=%22-21.3%25%22 width=%22142.1%25%22 height=%22142.5%25%22 filterUnits=%22objectBoundingBox%22 id=%22filter-1%22%3E %3CfeOffset dx=%220%22 dy=%220%22 in=%22SourceAlpha%22 result=%22shadowOffsetOuter1%22%3E%3C/feOffset%3E %3CfeGaussianBlur stdDeviation=%2235%22 in=%22shadowOffsetOuter1%22 result=%22shadowBlurOuter1%22%3E%3C/feGaussianBlur%3E %3CfeColorMatrix values=%220 0 0 0 0.0745098039 0 0 0 0 0.152941176 0 0 0 0 0.894117647 0 0 0 0.4 0%22 type=%22matrix%22 in=%22shadowBlurOuter1%22 result=%22shadowMatrixOuter1%22%3E%3C/feColorMatrix%3E %3CfeMerge%3E %3CfeMergeNode in=%22shadowMatrixOuter1%22%3E%3C/feMergeNode%3E %3CfeMergeNode in=%22SourceGraphic%22%3E%3C/feMergeNode%3E %3C/feMerge%3E %3C/filter%3E %3Cpath d=%22M358.656073,626.31342 C629.288262,598.927399 641.075125,280.234604 634.803507,85.4856777 C628.53189,-109.263248 498.056199,85.4856777 308.547968,117.999862 C119.039736,150.514046 4.54747351e-13,227.770029 4.54747351e-13,370.030172 C4.54747351e-13,512.290315 88.0238831,653.699442 358.656073,626.31342 Z%22 id=%22path-2%22%3E%3C/path%3E %3ClinearGradient x1=%2280.026983%25%22 y1=%2247.8317812%25%22 x2=%229.58568632%25%22 y2=%2255.1671395%25%22 id=%22linearGradient-4%22%3E %3Cstop stop-color=%22%235F7EFC%22 offset=%220%25%22%3E%3C/stop%3E %3Cstop stop-color=%22%237000E3%22 offset=%22100%25%22%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient x1=%2292.3736583%25%22 y1=%2255.3637741%25%22 x2=%2217.4842397%25%22 y2=%2250%25%22 id=%22linearGradient-5%22%3E %3Cstop stop-color=%22%23926BFF%22 offset=%220%25%22%3E%3C/stop%3E %3Cstop stop-color=%22%232041F4%22 offset=%22100%25%22%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient x1=%2296.8812482%25%22 y1=%2248.866548%25%22 x2=%220%25%22 y2=%2258.8238281%25%22 id=%22linearGradient-6%22%3E %3Cstop stop-color=%22%236341FA%22 offset=%220%25%22%3E%3C/stop%3E %3Cstop stop-color=%22%23674BF6%22 offset=%22100%25%22%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient x1=%2296.8812482%25%22 y1=%2249.1349627%25%22 x2=%220%25%22 y2=%2256.7342422%25%22 id=%22linearGradient-7%22%3E %3Cstop stop-color=%22%236341FA%22 offset=%220%25%22%3E%3C/stop%3E %3Cstop stop-color=%22%23674BF6%22 offset=%22100%25%22%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id=%22Sign-Up-workflow_Updated%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%22W2.-GDPR-Privacy---Default%22 transform=%22translate(-739.000000, -6.000000)%22%3E %3Cg id=%22Privacy-Popup%22 transform=%22translate(455.000000, 102.000000)%22%3E %3Cg id=%22GDPR-Background%22%3E %3Cg id=%22Header-Content%22 transform=%22translate(383.000000, 3.000000)%22%3E %3Cg id=%22Group-Copy%22 filter=%22url(%23filter-1)%22%3E %3Cmask id=%22mask-3%22 fill=%22white%22%3E %3Cuse xlink:href=%22%23path-2%22%3E%3C/use%3E %3C/mask%3E %3Cuse id=%22Oval-7-Copy-5%22 fill=%22%236450F0%22 xlink:href=%22%23path-2%22%3E%3C/use%3E %3Cpath d=%22M454.906792,357.964338 C454.811253,215.601768 320.992938,174.447035 240.642945,157.044132 C202.757297,148.838527 163.787752,165.863729 130.360393,181.698548 C82.969362,204.148076 152.168249,305.594803 273.862803,303.211032 C395.557357,300.827262 454.950337,422.90292 454.906792,357.964338 Z%22 id=%22Oval-7-Copy-2%22 fill=%22url(%23linearGradient-4)%22 opacity=%220.717787591%22 mask=%22url(%23mask-3)%22 transform=%22translate(285.115365, 265.964877) rotate(-47.000000) translate(-285.115365, -265.964877) %22%3E%3C/path%3E %3Cpath d=%22M0.192642619,390.372313 C36.8588979,428.54067 70.6617568,447.914702 101.601219,448.494409 C167.285755,449.725128 213.154513,419.921551 268.383261,416.786279 C330.062705,413.284809 384.057302,425.86761 414.078788,448.494409 C465.25722,487.066919 421.657847,520.417185 421.657847,565.575204 C421.657847,595.68055 433.928981,618.957686 458.47125,635.406611 L0.192642619,635.406611 L0.192642619,390.372313 Z%22 id=%22Rectangle-3%22 fill=%22url(%23linearGradient-5)%22 mask=%22url(%23mask-3)%22%3E%3C/path%3E %3Cpath d=%22M6.37154986,493.286123 C25.4843023,479.088826 48.0525599,473.095079 74.0763228,475.304885 C118.503521,479.077416 129.100123,526.67466 168.808182,526.538364 C216.454799,526.374818 237.905804,501.305794 292.627239,511.797193 C347.348674,522.288593 366.459408,551.956017 372.728106,561.599967 C376.907238,568.029267 385.840909,591.663265 399.52912,632.501962 L6.37154986,640.02045 L6.37154986,493.286123 Z%22 id=%22Rectangle-2%22 fill=%22url(%23linearGradient-6)%22 opacity=%220.366168478%22 mask=%22url(%23mask-3)%22%3E%3C/path%3E %3Cpath d=%22M-24.974837,236.105886 C-2.08644173,221.916844 24.9456321,215.935528 56.1213845,218.16194 C109.343946,221.962821 122.062461,269.57846 169.629815,269.466627 C226.706981,269.332437 252.390832,244.270402 317.94862,254.798176 C383.506408,265.32595 428.776828,297.152719 436.291254,306.802939 C441.300871,313.236419 467.963564,338.35665 516.279333,382.163632 C407.391601,404.203608 328.828511,415.596305 280.590062,416.341722 C251.585469,416.789923 168.233416,383.509196 98.2837974,375.100258 C67.3599394,371.382771 26.2989458,373.97494 -24.8991834,382.876766 L-24.974837,236.105886 Z%22 id=%22Rectangle-2-Copy%22 fill=%22url(%23linearGradient-7)%22 opacity=%220.366168478%22 mask=%22url(%23mask-3)%22 transform=%22translate(245.652248, 317.027599) rotate(-205.000000) translate(-245.652248, -317.027599) %22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E\") 280px -75px no-repeat;\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"color: #333\" */\n body.zh_logged_in .zhc-consent-form__title {\n border-top-color: #343434;\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-consent-form__checkbox input {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-consent-form__checkbox input:checked {\n background: #5560d2 url(\"data:image/svg+xml;charset=utf-8,%3Csvg height=%2216%22 viewBox=%220 0 16 16%22 width=%2216%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Cdefs%3E%3Cpath id=%22a%22 d=%22m3.80473785 7.72385763c-.26034952-.26034953-.68245951-.26034953-.94280904 0-.26034953.26034952-.26034953.68245951 0 .94280904l3.13807119 3.13807123c.26034953.2603495.68245951.2603495.94280904 0l5.99999996-6.00000005c.2603496-.26034952.2603496-.68245951 0-.94280904-.2603495-.26034953-.6824595-.26034953-.942809 0l-5.52859548 5.52859549z%22/%3E%3Cmask id=%22b%22 fill=%22%23fff%22%3E%3Cuse fill=%22%23fff%22 fill-rule=%22evenodd%22 xlink:href=%22%23a%22/%3E%3C/mask%3E%3C/defs%3E%3Cg fill=%22none%22 fill-rule=%22evenodd%22%3E%3Cuse fill=%22%23333%22 xlink:href=%22%23a%22/%3E%3Cg fill=%22%23fff%22 mask=%22url(%23b)%22%3E%3Cpath d=%22m0 0h16v16h-16z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\") center no-repeat;\n }\n /* zenhub: \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-consent-form__checkbox input:focus {\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"box-shadow: none\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-control-chart .zhc-control-chart__left-axis {\n box-shadow: none;\n }\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-control-chart-report .zhc-dropdown--ccr-pipelines .zhc-selection-item--is-disabled {\n background-color: transparent;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-control-chart-report__chart_stat .zhc-chart-emphasis {\n color: #bebebe;\n }\n /* zenhub: \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-cumulative-chart__left-axis {\n box-shadow: 0 -8px 8px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"box-shadow: none\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-cumulative-chart__left-axis {\n box-shadow: none;\n }\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-api-tokens__form .zhc-icon {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-billing {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-billing__period,\n body.zh_logged_in .zhc-billing__title {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-dashboard-nav .zhc-org-dropdown__toggle-button {\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-dashboard-nav .zhc-org-dropdown__toggle-button:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-dashboard-nav__section {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dashboard-nav__item--secondary {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-dashboard-nav__item--is-active {\n color: #5560d2;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-dashboard-topbar {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-discount-text--bold-purple,\n body.zh_logged_in .zhc-plan-summary {\n color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .DateRangePickerInput {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 760px) {\n body.zh_logged_in .DateRangePickerInput .DateRangePicker_picker {\n border-color: #343434;\n }\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .DateRangePickerInput_arrow::after {\n color: #949494;\n }\n /* zenhub: \"none\", \"color: #666\" */\n body.zh_logged_in .DateInput {\n background: none;\n color: #949494;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .DateInput .DateInput_input {\n background: none;\n }\n /* zenhub: \"#5e60ba\", \"color: #fff\" */\n body.zh_logged_in .DateInput .DateInput_input.DateInput_input__focused {\n background-color: #5560d2;\n color: #fff;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .DateInput .DateInput_input.DateInput_input__focused::placeholder {\n color: #fff;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .DateInput .DateInput_displayText__has-input {\n color: #949494;\n }\n /* zenhub: \"color: #666\", \"#e9e9e9\" */\n body.zh_logged_in .DayPicker__horizontal .DayPicker_nav__next,\n body.zh_logged_in .DayPicker__horizontal .DayPicker_nav__prev {\n color: #949494;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .CalendarMonth_caption {\n color: #949494;\n }\n /* zenhub: \"color: #666\", \"#e9e9e9\" */\n body.zh_logged_in .CalendarDay {\n color: #949494;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .CalendarDay__selected_end,\n body.zh_logged_in .CalendarDay__selected_end:active,\n body.zh_logged_in .CalendarDay__selected_end:hover,\n body.zh_logged_in .CalendarDay__selected_start,\n body.zh_logged_in .CalendarDay__selected_start:active,\n body.zh_logged_in .CalendarDay__selected_start:hover,\n body.zh_logged_in .CalenderDay__selected_span,\n body.zh_logged_in .CalenderDay__selected_span:active,\n body.zh_logged_in .CalenderDay__selected_span:hover {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .CalendarDay__hovered_span,\n body.zh_logged_in .CalendarDay__hovered_span.active,\n body.zh_logged_in .CalendarDay__hovered_span:hover,\n body.zh_logged_in .CalendarDay__selected_end,\n body.zh_logged_in .CalendarDay__selected_end.active,\n body.zh_logged_in .CalendarDay__selected_end:hover,\n body.zh_logged_in .CalendarDay__selected_span,\n body.zh_logged_in .CalendarDay__selected_span.active,\n body.zh_logged_in .CalendarDay__selected_span:hover,\n body.zh_logged_in .CalendarDay__selected_start,\n body.zh_logged_in .CalendarDay__selected_start.active,\n body.zh_logged_in .CalendarDay__selected_start:hover {\n color: #fff;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .CalendarDay.CalendarDay__selected:not(.CalendarDay__blocked_out_of_range),\n body.zh_logged_in .CalendarDay.CalendarDay__selected_end:not(.CalendarDay__blocked_out_of_range),\n body.zh_logged_in .CalendarDay:not(.CalendarDay__blocked_out_of_range).CalendarDay__selected,\n body.zh_logged_in .CalendarDay:not(.CalendarDay__blocked_out_of_range).CalendarDay__selected_start {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .DayPicker_weekHeader {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-date-selector .DayPicker,\n body.zh_logged_in .zhc-date-selector .DayPicker--horizontal {\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-date-selector .CalendarDay__button:hover {\n color: #fff;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-date-selector .CalendarDay--selected,\n body.zh_logged_in .zhc-date-selector .CalendarDay--selected-end,\n body.zh_logged_in .zhc-date-selector .CalendarDay--selected-start,\n body.zh_logged_in .zhc-date-selector .CalendarDay__button:active {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"#faebcc\", \"#fcf9e4\" */\n body.zh_logged_in .zhc-add-dependency__error-message {\n border-color: #261d08;\n background-color: #261d08;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-add-dependency__error-message .zhu-font-bold {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-color-grey {\n color: #949494;\n }\n /* zenhub: \"rgba(27,31,35,0.15)\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-dependency-issue-selector__search {\n box-shadow: 0 3px 12px #000;\n }\n }\n /* zenhub: \"transparent\" */\n @media (min-width: 760px) {\n body.zh_logged_in .zhc-dependency-issue-selector__search .zhc-search {\n background-color: transparent;\n }\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-dependency-issue-selector__search .zhc-search input[type=\"text\"]:focus {\n box-shadow: none;\n }\n /* zenhub: \"#fff\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-dependency-issue-selector__issues__container {\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-issue-selector__issue-item-pipeline .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-dependency-list__issue__title a {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-list__issue--completed .zhc-dependency-list__issue__title a {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-dependency-item-simple .zhc-selection-item:hover {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-item-simple a {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-dependency-item-simple__header {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-dependency {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-type-dropdown {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-dependency-type-dropdown__control {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-type-dropdown__control .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-dependency-type-dropdown__list {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-dependency-type-dropdown__list__item {\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#fff\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-add-dependency {\n background-color: #181818;\n }\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-dropdown__clear-filter {\n background-color: transparent;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zhc-dropdown__clear-filter:hover {\n background-image: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dropdown-switch-item__switch {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-due-date__edit {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-empty-state h1 {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-epic-list {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-epic-list .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-epic-list__epic-icon {\n background-color: #343434;\n border-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-epic-list-issue__title a,\n body.zh_logged_in .zhc-epic-meta__toggle {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-epic-pipeline-list--item__title,\n body.zh_logged_in .zhc-error-page__header__description,\n body.zh_logged_in .zhc-error-page__header__title {\n color: #bebebe;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-feature-alert {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-feature-alert__footer a {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-feature-announcement {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-feature-announcement__x:hover {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-feature-announcement__image {\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-filter-expand-button {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-filter-tag {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-filter-tag .zhc-svg-icon--x {\n color: #949494;\n }\n /* zenhub: \"color: #666\", \"transparent\" */\n body.zh_logged_in .zhc-filter-tag__text {\n color: #949494;\n background-color: transparent;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-filter-tags__options {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\" */\n body.zh_logged_in .zhc-footer__wrapper {\n border-top-color: #343434;\n color: #949494;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-footer__terms a {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-footer__guides a {\n color: #5560d2;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-grid-table {\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-grid-table__row--is-data-row td {\n border-top-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-grid-table__cell {\n background-color: #242424;\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-grid-table__first-col {\n border-right-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-icon--has-notification::after {\n border-color: #181818;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zhc-info-alert {\n background-color: #181818;\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-info-alert--pointer--left::after {\n border-right-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-info-alert--pointer--right::after {\n border-left-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-info-alert--pointer--top::after {\n border-bottom-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-info-alert--pointer--bottom::after {\n border-top-color: #181818;\n }\n /* zenhub: \"#fff\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-integration-repo-selector__repos__container {\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-integrations .zhc-integrations-section {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-integrations .zhc-integrations-section input {\n background-color: #242424;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-integrations__generate-webhook {\n color: #5560d2;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-integrations-section .zhc-integrations-section__form--error input:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-integrations-section .zhc-integrations-section__form-label {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-integrations-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-integrations-item .zhc-integrations__hook:first-child:not(:last-child),\n body.zh_logged_in .zhc-integrations-item .zhc-integrations__repo,\n body.zh_logged_in .zhc-integrations-item .zhc-integrations__service {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-integrations-item .zhc-integrations__action {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\" */\n body.zh_logged_in .zhc-integrations-list__header {\n border-bottom-color: #343434;\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-invite-link-modal {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-invite-link-modal__sharing-link {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-invite-link-modal__sharing-link__link {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-invite-link-modal__icon {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .invite-link-footer {\n background-color: #202020;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .invite-link-footer__link .zhc-input {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-invite-your-team {\n background-color: #181818;\n }\n /* zenhub: \"#fff\",\"rgba(255,255,255,0)\",\"rgba(0,0,0,0)\" */\n body.zh_logged_in .zhc-invite-your-team__scrollable-section {\n background: linear-gradient(#181818 30%, transparent), linear-gradient(transparent, #181818 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .15), transparent) 0 100%;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-invite-your-team-section--suggested:not(.zhc-invite-your-team-section--empty) {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-invite-your-team__controls {\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-invite-your-team-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#5e60ba\" */\n body.zh_logged_in .zhc-invite-your-team-item--toggle-text {\n border-color: #343434;\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-invitees-list {\n border-bottom-color: #343434;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-invitees-list input:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-invitee-input {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-card--options-open {\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-card--unread-notification::before {\n background-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card__action-notification {\n border-left-color: #5560d2;\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-issue-card__action-notification .zhc-icon--has-notification::after,\n body.zh_logged_in .zhc-issue-card__action-notification .zhc-icon--notification::after,\n body.zh_logged_in .zhc-issue-card__action-notification .zhc-issue-card__action-notification__has-notification::after {\n border-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-card--multi-active,\n body.zh_logged_in .zhc-issue-card--multi-active::after {\n border-color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\", \"#ddd\" */\n body.zh_logged_in .zhc-issue-card--is-dragging {\n background-color: #343434;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-issue-card__main {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card__meta {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-card__issue-title {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card__assignees .zhc-avatar,\n body.zh_logged_in .zhc-issue-card__assignees .zhc-issue-card__multiple-assignees {\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-issue-card__multiple-assignees {\n color: #fff;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-card__heading__main {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-card__select-icon--selected circle {\n fill: #5560d2;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card__actions__btn {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-card__epic-filter {\n color: #bebebe;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card__connected-pull-request {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#fff\",\"rgba(255,255,255,0)\",\"rgba(0,0,0,0)\" */\n body.zh_logged_in .zhc-selection-list-deprecated--issue-card-actions .zhc-selection-list-deprecated__body .zhc-selection-list-deprecated__list {\n background: linear-gradient(#181818 30%, transparent), linear-gradient(transparent, #181818 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .15), transparent) 0 100%;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-issue-cards:focus {\n box-shadow: none;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-issue-cards::-webkit-scrollbar,\n body.zh_logged_in .zhc-issue-cards::-webkit-scrollbar-thumb {\n background-color: #383838;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-issue-cards::-webkit-scrollbar-track {\n background-color: #242424;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-add-comment {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-add-comment__username {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-comment {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-comment__username {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-comment__timestamp,\n body.zh_logged_in .zhc-comment__timestamp a {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-edit-comment__file-upload,\n body.zh_logged_in .zhc-edit-comment__preview,\n body.zh_logged_in .zhc-edit-comment__textarea {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-edit-comment__tag-loading {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-discussion-events__body__icon {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-discussion-events__icon {\n border-color: #343434;\n }\n /* zenhub: \"#6a737d\" */\n body.zh_logged_in .zhc-discussion-events__icon--grey,\n body.zh_logged_in .zhc-discussion-events__icon--grey-dark {\n background-color: #444;\n }\n /* zenhub: \"#24292e\" */\n body.zh_logged_in .zhc-discussion-events__icon--grey-darker {\n background-color: #181818;\n }\n /* zenhub: \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-edit-issue__title-input {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-issue-badge {\n color: #fff;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-badge--epic {\n background-color: #5560d2;\n }\n /* zenhub: \"#ffd33d\" */\n body.zh_logged_in .zhc-issue-badge--pr-draft {\n background-color: #cb4;\n color: #cdcdcd;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-description {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-meta {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-meta__username {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-modal__body.zhc-issue-modal__body--extension {\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-modal__header__issue-title a {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-issue-modal__header__toggle-sidebar .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-sidebar .zhc-sidebar-selector {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-new-issue-body__username {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-new-issue-body__title-input {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-new-issue-body__dropdown-divider {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-pr-header-info__link {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-issue-item .zhc-svg-icon--board {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-item__title {\n color: #bebebe;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zhc-sidebar-assignee-selector .zhc-sidebar-assignee-selector_active_assignees {\n background: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-assign-yourself:hover {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-assign-yourself--read-only:hover {\n color: #bebebe;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zhc-sidebar-selector {\n background: none;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-epic-selector .zhc-sidebar-active-epics a {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-create-estimate-item__content .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-pipeline-selector__label {\n color: #bebebe;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .discussion-sidebar-item .zhc-sidebar-pipeline-selector__label {\n color: #afafaf;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-active-pipeline__name {\n color: #bebebe;\n }\n /* zenhub: \"color: #333\", \"none\" */\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button {\n color: #bebebe;\n background: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button .zhc-svg-icon--gear-github:hover,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button .zhc-svg-icon--gear:hover {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:active,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:active .zhc-sidebar-active-pipeline__name,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:active .zhc-svg-icon--extension,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:focus,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:focus .zhc-sidebar-active-pipeline__name,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:focus .zhc-svg-icon--extension,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:hover,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:hover .zhc-sidebar-active-pipeline__name,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:hover .zhc-svg-icon--extension {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:active,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:active .zhc-sidebar-active-pipeline__name,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:focus,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:focus .zhc-sidebar-active-pipeline__name,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:hover,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:hover .zhc-sidebar-active-pipeline__name {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-sidebar-active-pipeline__direction .zhc-priority-icon--hovered:not(.zhc-priority-icon--has-priority) .zhc-priority-icon__pin-icon,\n body.zh_logged_in .zhc-sidebar-active-pipeline__direction .zhc-priority-icon:hover:not(.zhc-priority-icon--has-priority) .zhc-priority-icon__pin-icon {\n color: #949494;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .discussion-sidebar-item .zhc-sidebar-selector-button {\n color: #afafaf;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .discussion-sidebar-item .zhc-sidebar-selector-button:hover {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\", \"none\" */\n body.zh_logged_in .zhc-sidebar-selector-button {\n color: #bebebe;\n background: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-selector-button:active .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button:active .zhc-svg-icon--extension,\n body.zh_logged_in .zhc-sidebar-selector-button:focus .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button:focus .zhc-svg-icon--extension,\n body.zh_logged_in .zhc-sidebar-selector-button:hover .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button:hover .zhc-svg-icon--extension {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-selector-button:active:disabled .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button:focus:disabled .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button:hover:disabled .zhc-sidebar-selector-button__heading {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-sidebar-selector-button .zhc-svg-icon--gear:hover {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-selector-button--no-hover:active .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button--no-hover:focus .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button--no-hover:hover .zhc-sidebar-selector-button__heading {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issues-list {\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-issues-list__header {\n background-color: #242424;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issues-list-item__wrapper {\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-issues-list-item {\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-issues-list-item:hover {\n background-color: #202020;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issues-list-item__issue-icon .zhc-svg-icon--epic-line {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issues-list-item__issue_number,\n body.zh_logged_in .zhc-issues-list-item__title a {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-item-table {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-item-table__header {\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-item-table__cell,\n body.zh_logged_in .zhc-item-table__column-title {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-item-table__row--closed {\n background-color: #202020;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-item-table__meta-title {\n color: #949494;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-link-button:active,\n body.zh_logged_in .zhc-link-button:focus,\n body.zh_logged_in .zhc-link-button:hover {\n box-shadow: none;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zhc-loading__header {\n color: #f0f0f0;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-mail-to {\n color: #5560d2;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-manage-plan__offer,\n body.zh_logged_in .zhc-manage-plan__summary {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-manage-plan__subtitle {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-manage-plan__banner-action,\n body.zh_logged_in .zhc-manage-plan__charge-amount {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-manage-plan__renewal-date {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-manage-plan__renewal-date strong {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-manage-plan__team-members {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-manage-plan__licensed-members,\n body.zh_logged_in .zhc-manage-plan__team-members-header {\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-team-member__options-icon-wrapper--active,\n body.zh_logged_in .zhc-team-member__options-icon-wrapper:hover {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#fcf9e4\", \"#faebcc\" */\n body.zh_logged_in .zhc-manage-plan__non-licensed-members {\n background-color: #261d08;\n border-color: #261d08;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-team-member__pending-license {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-markdown-toolbar__item:active,\n body.zh_logged_in .zhc-markdown-toolbar__item:focus,\n body.zh_logged_in .zhc-markdown-toolbar__item:hover {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-menu-bar-item--search-bar {\n border-top-color: #343434;\n }\n }\n /* zenhub: \"#fff\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-menu-container__modal--is-open .zhc-menu-container__modal-wrapper {\n background-color: #181818;\n }\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-menu-container__header,\n body.zh_logged_in .zhc-menu-container__modal--is-open .zhc-menu-bar-item:not(.zhc-menu-bar-item--filter-tags) .zhc-btn:not(.zhc-btn--action),\n body.zh_logged_in .zhc-menu-container__modal--is-open .zhc-menu-bar-item:not(.zhc-menu-bar-item--filter-tags) .zhc-btn:not(.zhc-btn--action):hover {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-merge-repo-finder {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-merge-repo-finder__container {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merge-repo-finder__header,\n body.zh_logged_in .zhc-merge-repo-finder__header__text {\n color: #bebebe;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-merge-repo-finder__cancel {\n background-color: transparent;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-merge-repo-finder__cancel .zhc-svg-icon--x:hover {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merge-repo-finder-input__label {\n color: #bebebe;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-merge-repo-finder-input__text-input {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-merging-tool {\n background-color: #202020;\n }\n /* zenhub: \"#fcf9e4\", \"#faebcc\", \"color: #666\" */\n body.zh_logged_in .zhc-merging-tool__warning {\n background-color: #261d08;\n border-bottom-color: #261d08;\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-merging-tool__buttons {\n background-color: #202020;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-merging-tool__repo-dropdown__arrow {\n background-color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-merging-tool__repo-dropdown__arrow .zhc-svg-icon--back-arrow {\n color: #fff;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-pipeline {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-pipeline--is-new {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-pipeline__header,\n body.zh_logged_in .zhc-merging-tool-pipeline__header--is-edit {\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-merging-tool-pipeline--placeholder,\n body.zh_logged_in .zhc-merging-tool-pipeline--placeholder .zhc-pipeline-header__main {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-merging-tool-pipeline--add__input {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"#ddd\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card--is-dragging .zhc-merging-tool-pipeline-card__body {\n background-color: #343434;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#e9e9e9\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card__body {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card__repo-name {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card__issue-count {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card--all-issues .zhc-merging-tool-pipeline-card__issue-count {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card__buttons {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown::after {\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper .zhc-selection-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper .zhc-selection-item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper:first-child .zhc-selection-item:hover {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper:last-child .zhc-selection-item:hover {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-button {\n color: #bebebe;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-button:disabled {\n background-color: #242424;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown__org-name {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown__repo-name {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-milestone-modal__characters-left {\n color: #949494;\n }\n /* zenhub: \"#4183c4\" */\n body.zh_logged_in .zhc-milestone-modal__connected-repos__select-repos {\n color: /*[[base-color]]*/;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-milestone-modal__info input,\n body.zh_logged_in .zhc-milestone-modal__info textarea {\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-milestone-modal__info input {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-milestone-panel {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-milestone-panel__title,\n body.zh_logged_in .zhc-milestone-start-date__date {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-milestone-start-date__edit {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-milestone-title__description {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-modal__header {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-modal__header--no-title {\n background-color: #202020;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-modal__header__close:hover {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-modal__header__close .zhc-svg-icon:hover {\n color: #bebebe;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-modal__body {\n background-color: #202020;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-multi-action-footer {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-multi-action-placeholder__primary-text {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-multi-action-status,\n body.zh_logged_in .zhc-my-info__delete p,\n body.zh_logged_in .zhc-my-info__gh-info-text,\n body.zh_logged_in .zhc-my-info__terms {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-app-notification {\n border-bottom-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-app-notification:hover {\n background-color: #202020;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-app-notification:focus {\n box-shadow: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-app-notification__status--unread {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-app-notification__title,\n body.zh_logged_in .zhc-notifications-body__header__title {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-notifications-body__manage {\n border-color: #343434;\n background-color: #181818;\n color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-notifications-empty__link {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-notifications-manager__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-notifications-manager__item-name {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-notifications-manager__item-status {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-notifications-manager__header {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-subscription-menu__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-subscription-menu__item:hover {\n background-color: #242424;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-notifications-sidebar__item,\n body.zh_logged_in .zhc-subscription-menu-item__title,\n body.zh_logged_in .zhc-subscription-menu__item-title {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-notifications-sidebar__item:hover {\n background-color: #343434;\n }\n /* zenhub: \"color: #fff !important\", \"#5e60ba\" */\n body.zh_logged_in .zhc-notifications-sidebar__item--active {\n color: #fff !important;\n background-color: #5560d2 !important;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-notifications-sidebar__header {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-repo-notifications {\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-repo-notifications__header {\n background-color: #242424;\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-repo-notifications--single-repo .zhc-repo-notifications__header {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-repo-notifications--single-repo .zhc-repo-notifications__load-more,\n body.zh_logged_in .zhc-repo-notifications--single-repo .zhc-repo-notifications__notification-list {\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-repo-notifications__load-more {\n border-top-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-onboarding-page .zhc-sidebar-container {\n background-color: #181818;\n border-right-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-org-dropdown__toggle-button .zhc-svg-icon--chevron-down-white {\n color: #fff;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-org-dropdown__toggle-button--bordered {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-org-dropdown__search-item,\n body.zh_logged_in .zhc-org-dropdown__show-all {\n color: #5560d2;\n }\n /* zenhub: \"none\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-page-container {\n background-image: none;\n }\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-pipeline {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-pipeline--add__input {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-pipeline--add-placeholder .zhc-pipeline-header__main {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-pipeline--is-collapsed .zhc-pipeline-header__collapsed-actions {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#4183c4\" */\n body.zh_logged_in .zhc-pipeline__load-more {\n color: /*[[base-color]]*/;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-pipeline__button {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-pipeline-body {\n border-top-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-pipeline-sorted-placeholder {\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-pipeline-form {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"color: #333\" */\n body.zh_logged_in .zhc-pipeline-form__input,\n body.zh_logged_in .zhc-pipeline-form__text-area {\n border-color: #343434;\n color: #bebebe;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-pipeline-header {\n background-color: #242424;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-pipeline-header__form__edit {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-pipeline-header__meta {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-pipeline-sort-status {\n border-top-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-pipeline-sort-status__clear {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\", \"rgba(27,31,35,0.15)\", \"#fff\" */\n body.zh_logged_in .zhc-popover--deprecated_with_borders {\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-progress-bar {\n background-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-progress-bar--completed-story-points {\n background-color: #5560d2;\n }\n /* zenhub: \"#ccc\" */\n body.zh_logged_in .zhc-progress-dot {\n background-color: #484848;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-pr-issue-connector__icon {\n background-color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-pr-issue-connector__icon .zhc-svg-icon {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-pr-issue-connector__info::after {\n border-right-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-pr-issue-connector__issue-info .zhc-svg-icon--connected-pr {\n color: #fff;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-pr-issue-connector__issue-icon {\n background-color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-pr-issue-connector__issue__title a {\n color: #bebebe;\n }\n /* zenhub: \"#ccc\" */\n body.zh_logged_in .zhu-radio-button__container:hover input {\n background-color: #484848;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhu-radio-button__container input {\n border-color: #5560d2;\n }\n /* zenhub: \"#fff\",\"#5e60ba\" */\n body.zh_logged_in .zhu-radio-button__container input:checked {\n box-shadow: inset 0 0 0 1px #181818, inset 0 0 0 8px #5560d2;\n }\n /* zenhub: \"#fff\",\"#5e60ba\" */\n body.zh_logged_in .zhu-radio-button__container input:focus {\n box-shadow: inset 0 0 0 1px #181818, inset 0 0 0 8px #5560d2, 0 0 5px 2px #5e9ed6;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-readonly-banner {\n color: #fff;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-add-repos-dropdown__repo-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-add-repos-dropdown__repo-item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-add-repos-dropdown__repo-item:hover:first-child {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-add-repos-dropdown__repo-item:hover:last-child {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"color: #333\" */\n body.zh_logged_in .zhc-release-connected-repos-dropdown__repo-item {\n border-bottom-color: #343434;\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\" */\n body.zh_logged_in .zhc-release-event {\n border-bottom-color: #343434;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-release-event-link a,\n body.zh_logged_in .zhc-release-event__item--date--highlighted,\n body.zh_logged_in .zhc-release-event__item.zhc-release-event__item--author,\n body.zh_logged_in .zhc-release-event__item.zhc-release-event__item--scope {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-release-chart-completed-points .zhc-chart-areachart path {\n fill: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-release-chart-completed-points .zhc-chart-linechart__path {\n stroke: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-release-chart-completed-points .zhc-chart-scatterchart-plot {\n fill: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-progress__header {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-release-progress--diff,\n body.zh_logged_in .zhc-release-progress--no-prediction {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-progress__section {\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-progress__stats {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-issues .zhc-release-issues__info-alert {\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-release--no-issues {\n background-color: #202020;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-release--no-issues__content h2 {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-release-report__date {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-release-report__date .zhc-due-date,\n body.zh_logged_in .zhc-release-report__date .zhc-release-report__date__value {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-release-report-create__info,\n body.zh_logged_in .zhc-release-report__description {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-release-report-form__desc-textarea,\n body.zh_logged_in .zhc-release-report-form__title-input {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-remove-filter-item {\n color: #5560d2;\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zhc-repo-item__lock .zhc-svg-icon {\n color: #f0f0f0;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-repo-overlay {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-report-loading__title {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-reports-date-range .zhc-reports-date-range__date-range {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-reports-date-range .zhc-dropdown--reports-dates .zhc-selection-list-deprecated .zhc-reports-date-range__date-range {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-reports-date-range .zhc-dropdown--reports-dates .zhc-selection-button__title .zhc-reports-date-range__date-range {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-reports-date-range .DateRangePickerInput {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-reports-date-range .DateRangePickerInput .DateInput .DateInput_input {\n color: #bebebe;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-reports-date-range .DateRangePickerInput .DateInput .DateInput_input__focused,\n body.zh_logged_in .zhc-reports-date-range .DateRangePickerInput .DateInput .DateInput_input__focused::placeholder {\n color: #fff;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-reports-date-range .CalendarMonth_caption,\n body.zh_logged_in .zhc-reports-date-range .DayPicker_weekHeader {\n color: #bebebe;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-reports-date-range .CalendarDay.CalendarDay__hovered_span,\n body.zh_logged_in .zhc-reports-date-range .CalendarDay .CalendarDay__selected_start {\n color: #fff;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-report-card {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-report-card__title {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-report-card__secondary-cta,\n body.zh_logged_in .zhc-report-card__section {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-report-tabs {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\", \"#f4f4f4\" */\n body.zh_logged_in .zhc-report-tabs__nav {\n border-bottom-color: #343434;\n color: #949494;\n background-color: #242424;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-report-tabs__nav .zhc-report-tabs__nav__item:hover {\n color: #bebebe;\n }\n /* zenhub: \"color: #333\", \"#5e60ba\" */\n body.zh_logged_in .zhc-report-tabs__nav .zhc-report-tabs__nav__item--active {\n color: #bebebe;\n border-bottom-color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-report-tabs__nav .zhc-report-tabs__nav__item--active:hover {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-report-tabs__filters {\n border-bottom-color: #343434;\n color: #949494;\n background-color: #202020;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-request-license-text {\n color: #bebebe;\n }\n /* zenhub: \"#ccc\" */\n body.zh_logged_in .zhc-request-license__admin-list-container::after,\n body.zh_logged_in .zhc-request-license__admin-list-container::before {\n background-color: #484848;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-highlighter {\n background-color: #383838;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-search {\n background-color: #181818;\n }\n /* zenhub: \"transparent\", \"#ddd\" */\n body.zh_logged_in .zhc-search__input {\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#ddd\" */\n body.zh_logged_in .zhc-search--with-icon {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-search-bar .zhc-svg-icon--search {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-search-bar--is-active .zhc-search-bar__input {\n border-color: #5560d2;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-search-bar__input {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-selection-button--active-filter,\n body.zh_logged_in .zhc-selection-button--active-filter.zhc-selection-button--active-filter {\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-selection-button--active-filter.zhc-selection-button--active-filter .zhc-selection-button__title,\n body.zh_logged_in .zhc-selection-button--active-filter .zhc-selection-button__title {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-selectable-selection-item__icon .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-item--is-active {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-selection-item--is-disabled,\n body.zh_logged_in .zhc-selection-item--is-disabled.zhc-selection-item--is-active,\n body.zh_logged_in .zhc-selection-item--is-disabled:hover,\n body.zh_logged_in .zhc-selection-item:disabled,\n body.zh_logged_in .zhc-selection-item:disabled.zhc-selection-item--is-active,\n body.zh_logged_in .zhc-selection-item:disabled:hover {\n background-color: transparent;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-selection-list__item__user__text {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"rgba(27,31,35,0.15)\", \"#fff\" */\n body.zh_logged_in .zhc-selection-list__layout {\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n background-color: #181818;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list__item {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-selection-list__item__selection-icon {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list__item--is-highlighted {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list__item--is-highlighted:first-child {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-selection-list__header,\n body.zh_logged_in .zhc-selection-list__header__close:hover {\n color: #bebebe;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list__search-bar .zhc-selection-list__search-bar__content {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-selection-list__search-bar .zhc-selection-list__search-bar__content input {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated--footer {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-selection-list-deprecated-header {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-seleciton-list-action-modifier {\n color: #5560d2;\n border-color: transparent transparent #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-seleciton-list-action-modifier:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhnc-selection-list-item {\n border-color: transparent transparent #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhnc-selection-list-item--is-hovering,\n body.zh_logged_in .zhnc-selection-list-item:not(.zhnc-selection-list-item--disable-hover):hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-selection-filter {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-filter__input {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-selection-list-deprecated {\n color: #949494;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated--simple .zhc-selection-list-item:hover:not(.zhc-selection-item--is-disabled) {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated--issue-card-actions .zhc-issue-card__actions__dependency-section {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated--issue-card-actions .zhc-issue-card__actions__quick-action-section {\n border-top-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated:not(.zhc-selection-list-deprecated--has-search) .zhc-selectable-selection-item:hover:not(.zhc-selection-item--is-disabled),\n body.zh_logged_in .zhc-selection-list-deprecated:not(.zhc-selection-list-deprecated--has-search) .zhc-selection-list-item:hover:not(.zhc-selection-item--is-disabled) {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-selection-list-deprecated__body {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active {\n background-color: #242424;\n border-left-color: #343434;\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:first-child {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active {\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:last-child {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:not(:first-child)::after,\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:not(:first-child)::before {\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-selection-list-deprecated__header {\n color: #bebebe;\n }\n /* zenhub: \"initial\" */\n body.zh_logged_in .zhc-selection-list-deprecated__header--light {\n background-color: initial;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-selection-list-deprecated__header__text {\n color: #bebebe;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-selection-list-deprecated__cancel {\n background-color: transparent;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-selection-list-deprecated__cancel:hover {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-selection-list-deprecated__cancel .zhc-svg-icon--x:hover {\n color: #949494;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list .zhc-selection-list-deprecated__header {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__footer {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-active {\n background-color: #242424;\n border-left-color: #343434;\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-active:first-child,\n body.zh_logged_in .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-dependency-banner + .zhc-selection-item--is-active:nth-child(2),\n body.zh_logged_in .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-dependency-banner + .zhc-selection-item:hover:nth-child(2),\n body.zh_logged_in .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-issue-card__action-notification {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-shortcut-indicator {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-shortcut-indicators,\n body.zh_logged_in .zhc-shortcuts-guide__nav-item {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-shortcuts-guide__nav-item:hover {\n background-color: #343434;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-shortcuts-guide__nav-item:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-shortcuts-guide__section {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-shortcuts-guide__section h2 {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-shortcuts-guide__shortcuts-list {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\", \"#5e60ba\" */\n body.zh_logged_in .zhc-shortcuts-guide__webapp-only-tag {\n color: #5560d2;\n border-color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-board-settings-item {\n color: #949494;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-board-settings-item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-collapse-toggle {\n background-color: #5560d2;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-collapse-toggle--is-active {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-collapse-toggle--is-active:hover {\n background-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-headway #headway:hover + a {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-divider__bar {\n background-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-link-item .zhc-sidebar-link-item__label a:hover {\n color: #5560d2;\n }\n /* zenhub: \"initial\" */\n body.zh_logged_in .user-has-feelings .zhc-sidebar-nav-item:not(.zhc-sidebar-nav-item--is-active):hover {\n background-color: initial;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-nav-item {\n color: #bebebe;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-sidebar-nav-item:hover {\n background-color: #202020;\n }\n /* zenhub: \"#f8f8f8\", \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-nav-item--is-active {\n background-color: #202020;\n border-left-color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-nav-item__link {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-sidebar-nav-item__action--is-active,\n body.zh_logged_in .zhc-sidebar-nav-item__action:hover {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-nav-item__sub-item:hover {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-nav-item__sub-item--is-active,\n body.zh_logged_in .zhc-sidebar-nav-item__sub-item--is-active:hover {\n color: #5560d2;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-sidebar-profile {\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-sidebar-profile--is-active .zhc-sidebar-profile__toggle,\n body.zh_logged_in .zhc-sidebar-profile__toggle:hover {\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-profile__header {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-profile__name {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-sidebar-profile__item {\n color: #949494;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-sidebar-profile__item:focus {\n box-shadow: none;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-profile__item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#fcf9e4\", \"#faebcc\" */\n body.zh_logged_in .zhc-sidebar-warning {\n background-color: #261d08;\n border-color: #261d08;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-warning a {\n color: #5560d2;\n }\n /* zenhub: \"rgba(27,31,35,0.15)\", \"color: #fff\" */\n body.zh_logged_in .zhc-tutorial-tooltip {\n box-shadow: 0 3px 12px #000;\n color: #fff;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-workspace-header:hover {\n background-color: #202020;\n }\n /* zenhub: \"#fff\",\"rgba(255,255,255,0)\",\"rgba(0,0,0,0)\" */\n body.zh_logged_in .zhc-sidebar--is-dropdown-open .zhc-sidebar__navigation,\n body.zh_logged_in .zhc-sidebar--is-full-width .zhc-sidebar__navigation,\n body.zh_logged_in .zhc-sidebar--is-hovered .zhc-sidebar__navigation {\n background: linear-gradient(#181818 30%, transparent), linear-gradient(transparent, #181818 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .15), transparent) 0 100%;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar--is-dropdown-open .zhc-sidebar__container .zhc-sidebar__container__inner,\n body.zh_logged_in .zhc-sidebar--is-full-width .zhc-sidebar__container .zhc-sidebar__container__inner,\n body.zh_logged_in .zhc-sidebar--is-hovered .zhc-sidebar__container .zhc-sidebar__container__inner {\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar--is-wide-screen .zhc-sidebar__footer,\n body.zh_logged_in .zhc-sidebar:not(.zhc-sidebar--is-wide-screen):hover .zhc-sidebar__footer {\n border-top-color: #343434;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-sidebar a:focus {\n box-shadow: none;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-sidebar__overlay {\n background-color: transparent;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar__container {\n background-color: #181818;\n border-right-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-sidebar__container__inner {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar__footer-left {\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-skeleton-avatar, body.zh_logged_in .zhc-skeleton-row {\n background-image: linear-gradient(90deg, #343434 0, rgba(0, 0, 0, .15) 40px, #343434 80px);\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-skeleton-avatar-description-container--with-border,\n body.zh_logged_in .zhc-skeleton-paragraph--with-border {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-skeleton-content-box {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-skeleton-title {\n background-image: linear-gradient(90deg, #343434 0, rgba(0, 0, 0, .15) 40px, #343434 80px);\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-skeleton-input-box {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-spinner:not(.zhc-spinner--no-outline) {\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-spinner--purple {\n box-shadow: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-spinner--purple .zhc-spinner__path {\n stroke: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n @-webkit-keyframes changeColors {\n 0% {\n stroke: #5560d2;\n }\n }\n /* zenhub: \"#5e60ba\" */\n @keyframes changeColors {\n 0% {\n stroke: #5560d2;\n }\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-status-tag {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zhc-status-tag strong {\n color: #f0f0f0;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-status-tag button {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\", \"#f4f4f4\" */\n body.zh_logged_in .zhc-stripe-billing .StripeElement,\n body.zh_logged_in .zhc-stripe-billing input {\n border-color: #343434;\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-table {\n border-top-color: #343434;\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-table .zhc-table__cell {\n border-bottom-color: #343434;\n border-left-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-table .zhc-table__cell--header {\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-table-expand-button {\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-table-expand-button .zhc-btn:active {\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-table-expand-button .zhc-btn .zhc-btn__content {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-tabs-nav--dropdown {\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\", \"color: #666\" */\n body.zh_logged_in .zhc-tab-navitem {\n background-color: transparent;\n color: #949494;\n }\n /* zenhub: \"transparent\", \"color: #000\" */\n body.zh_logged_in .zhc-tab-navitem--large--active,\n body.zh_logged_in .zhc-tab-navitem--large:hover,\n body.zh_logged_in .zhc-tab-navitem--lined--active,\n body.zh_logged_in .zhc-tab-navitem--lined:hover {\n background-color: transparent;\n color: #f0f0f0;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-tab-navitem--large--active::after,\n body.zh_logged_in .zhc-tab-navitem--lined--active::after {\n background-color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-tab-navitem--full {\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-tab-navitem--full:hover {\n background-color: #242424;\n }\n /* zenhub: \"#5e60ba\", \"#5e60ba\", \"color: #fff\" */\n body.zh_logged_in .zhc-tab-navitem--full--active,\n body.zh_logged_in .zhc-tab-navitem--full--active:hover {\n background-color: #5560d2;\n border-color: #5560d2;\n color: #fff;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-tab-navitem--dropdown,\n body.zh_logged_in .zhc-tab-navitem--dropdown:hover {\n background-color: transparent;\n }\n /* zenhub: \"color: #333\", \"#fff\", \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-tab-navitem--dropdown--active,\n body.zh_logged_in .zhc-tab-navitem--dropdown--active:hover {\n color: #bebebe;\n background-color: #181818;\n border-color: #343434 #343434 #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-tag {\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-team-member-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-team-members .zhc-svg-icon--check-green {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-team-members__content {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-team-members__searchbar {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-team-members__searchbar input {\n background-color: #202020;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-team-members__searchbar input:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-team-members__searchbar .zhc-svg-icon--search {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-team-member {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#5e60ba\", \"color: #fff\" */\n body.zh_logged_in .zhc-team-member__admin-tag {\n background-color: #5560d2;\n color: #fff;\n }\n /* zenhub: \"#5e60ba\", \"#5e60ba\" */\n body.zh_logged_in .zhc-toggle-button--purple-when-active--is-active {\n border-color: #5560d2;\n color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-tooltip__content {\n color: #fff;\n }\n /* zenhub: \"transparent\",\"none\" */\n body.zh_logged_in .zhc-tooltip__content::before {\n background-color: transparent;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-tooltip--info-tip .zhc-tooltip__content {\n background-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-tooltip--info-tip.zhc-tooltip--right .zhc-tooltip__content::before {\n border-right-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-tooltip--info-tip.zhc-tooltip--left .zhc-tooltip__content::before {\n border-left-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-tooltip--info-tip.zhc-tooltip--top .zhc-tooltip__content::before {\n border-top-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-tooltip--info-tip.zhc-tooltip--bottom .zhc-tooltip__content::before {\n border-bottom-color: #181818;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-topbar {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-topbar__sidebar-toggle {\n border-right-color: #343434;\n }\n /* zenhub: \"#ccc\", \"color: #fff\" */\n body.zh_logged_in .zhc-untitled-tag {\n background-color: #484848;\n color: #fff;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-upgrade-to-growth__subtext {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-upgrade-to-growth__monthly-pricing__price,\n body.zh_logged_in .zhc-upgrade-to-growth__monthly-pricing__user {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-upgrade-to-growth__list {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-user-load-failed__troubleshoot-guide-link {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-username {\n color: #bebebe;\n }\n /* zenhub: \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-chart-velocity__left-axis {\n box-shadow: 0 0 8px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"box-shadow: none\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-chart-velocity__left-axis {\n box-shadow: none;\n }\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-workspace-badge {\n color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form-input__text-input {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-workspace-form-input__icon-right--check .zhc-svg-icon {\n color: #fff;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-form-input__icon-right--lock .zhc-svg-icon,\n body.zh_logged_in .zhc-workspace-form-loading__header {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form-repo-item {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-form-repo-item__name {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form-section--connected-repos {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\", \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form-section__tip {\n color: #949494;\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form-section__title {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-workspace-form {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-form__load-warning--moderate .zhc-svg-icon,\n body.zh_logged_in .zhc-workspace-form__subtext {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form__load-info {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-form__load-info .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#f4f4f4\" */\n body.zh_logged_in .zhc-workspace-form__close:hover {\n border-color: #343434;\n background-color: #242424;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-workspace-form__footer {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form__footer__actions {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-form__footer__actions-learn-link .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#f4f4f4\" */\n body.zh_logged_in .zhc-workspace-switcher__x:hover {\n border-color: #343434;\n background-color: #242424;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-workspace-import {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-import__header {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-workspace-import__valid-icon .zhc-svg-icon {\n color: #fff;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-import-sidebar__main .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-current-workspace {\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-current-workspace__name {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-current-workspace__description {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-current-workspace__cta {\n color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-switcher-search__input {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-workspace-switcher-search__input:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-switcher-query-info,\n body.zh_logged_in .zhc-workspace-switcher-search-results__no-results__header,\n body.zh_logged_in .zhc-workspace-switcher-search__icon {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-workspace-switcher-empty__title {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-switcher-empty__body {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#fff\" */\n body.zh_logged_in .zhc-workspace-switcher__header {\n background-color: #181818;\n box-shadow: 0 0 4px 4px #181818;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-switcher__close:hover,\n body.zh_logged_in .zhc-workspace-switcher__header .zhc-org-dropdown:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"color: #333\" */\n body.zh_logged_in .zhc-workspace-switcher-item {\n border-color: transparent transparent #343434;\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-workspace-switcher-item:hover {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-switcher-item__subtitle {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-workspace-switcher-item__search-terms {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-workspace-switcher {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-account-settings__arrow {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-account-settings__button-link {\n color: #5560d2;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-dashboard-enterprise-integrations-page .zhc-org-dropdown__toggle-button:hover {\n background-color: #242424;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zhc-enterprise-manage-plan__section {\n background-color: #181818;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-enterprise-manage-plan__section h3 {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-enterprise-manage-plan__header,\n body.zh_logged_in .zhc-enterprise-manage-plan__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-enterprise-manage-plan__item .zhu-font-bold,\n body.zh_logged_in .zhc-enterprise-manage-plan__radio label {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-no-access-container__icon-container {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-dashboard-enterprise-container .zhu-font-bold {\n color: #bebebe;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-seated-user-options-button--is-open.zhc-seated-user-options-button--is-open,\n body.zh_logged_in .zhc-seated-user-options-button:hover {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-seated-user-options-list {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-banner--zhc-renewal-notice-section {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-collapsible-team-member-list__header,\n body.zh_logged_in .zhc-team-members-page__container {\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-unlicensed-team-list {\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-unlicensed-team-list > .zhc-collapsible-team-member-list__header {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#fcf9e4\", \"#faebcc\" */\n body.zh_logged_in .zhc-unlicensed-team-list__requested-team-list {\n background-color: #261d08;\n border-color: #261d08;\n }\n /* zenhub: \"#fcf9e4\" */\n body.zh_logged_in .zhc-unlicensed-team-list__requested-team-list .zhc-collapsible-team-member-list__header {\n background-color: #261d08;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-unlicensed-team-list__default-team-list {\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-team-members-page__search {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-epic-builder__assignee-count {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-epic-issue-list {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-epic-issue-list-table__cell--dark {\n background-color: #202020;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-epic-issue-list-table__cell--light {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-issue-list-table__assignee-count {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-epic-builder-pipeline-cell,\n body.zh_logged_in .zhc-issue-list-table__first-col {\n background-color: #202020;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-floating-tooltip {\n color: #fff;\n }\n /* zenhub: \"none\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-floating-tooltip__popover {\n background: none;\n box-shadow: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-onboarding-tutorials {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-onboarding-tutorials > header {\n color: #fff;\n }\n /* zenhub: \"none\", \"color: #fff\" */\n body.zh_logged_in .zhc-onboarding-tutorials__close-button {\n background: none;\n color: #fff;\n }\n /* zenhub: \"none\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-onboarding-tutorials__launch-button {\n background: none;\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-onboarding-tutorials__launch-button:hover {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-onboarding-tutorials__help-link {\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-onboarding-welcome {\n background-color: #181818;\n }\n /* zenhub: \"none\", \"color: #666\" */\n body.zh_logged_in .zhc-onboarding-welcome__close-button {\n background: none;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-onboarding-welcome__close-button:hover {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-onboarding-welcome__text {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-onboarding-welcome__text b {\n color: #bebebe;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-onboarding-highlight__arrow-icon {\n color: #fff;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-roadmap-calendar.zhc-popover .DateRangePicker .DateRangePicker_picker .DayPicker.DayPicker__horizontal {\n box-shadow: none;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-onboarding__fake-add-button {\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-body-empty {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-body-empty-panel-divider {\n border-right-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-roadmap-body-empty-panel__desc {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-roadmap-sidebar-empty {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-sidebar-empty-placeholder__square,\n body.zh_logged_in .zhc-roadmap-sidebar-empty-placeholder__topLine {\n background-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-roadmap-sidebar-empty-placeholder__bottomLine {\n background-color: #242424;\n }\n /* zenhub: \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-body__roadmap-item {\n box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"#f8f8f8\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-body__roadmap-item--complete-sub-colorless {\n background-image: -webkit-repeating-linear-gradient(135deg, #e5e5e5, #e5e5e5 10px, #202020 10px, #202020 20px);\n background-image: repeating-linear-gradient(-45deg, #e5e5e5, #e5e5e5 10px, #202020 10px, #202020 20px);\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-roadmap-item-title__no-epics-string {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .roadmap-loading-state__body,\n body.zh_logged_in .zhc-roadmap-item-predicted-end-date .zhc-roadmap-predicted-end-date-clock-icon__wrapper {\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-temp-project-overlay {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-roadmap-temp-project__item {\n background-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-roadmap {\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap .zhc-roadmap-header {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body,\n body.zh_logged_in .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body-view--root,\n body.zh_logged_in .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body__subheader {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body-view--sub-item {\n background-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-options-selector-section {\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-row {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-roadmap-row.zhc-roadmap-row--color-secondary {\n background-color: #383838;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-roadmap-row.zhc-roadmap-row--color-primary {\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-row.zhc-roadmap-row--modifier-last-sub-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-row.zhc-roadmap-row--size-large {\n border-bottom-color: #343434;\n border-top-color: #343434;\n }\n /* zenhub: \"transparent\", \"transparent\" */\n body.zh_logged_in .zhc-roadmap-row.zhc-roadmap-row--modifier-striped::before {\n background-image: -webkit-repeating-linear-gradient(135deg, #999, #999 10px, transparent 10px, transparent 20px);\n background-image: repeating-linear-gradient(-45deg, #999, #999 10px, transparent 10px, transparent 20px);\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-selection-item {\n border-color: transparent transparent #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-selection-item--is-active {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-add-epics-dropdown__footer {\n border-top-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-item-add-to-project {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-add-panel {\n color: #fff;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-add-panel__divider {\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-item-add {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-sidebar-expand-toggle {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-expand-toggle--enabled:hover,\n body.zh_logged_in .zhc-sidebar-expand-toggle--enabled:hover .zhc-sidebar-expand-toggle__title {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-sidebar-input__char-count {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-input__input {\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-options-panel {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-options-panel__actions-section {\n border-top-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-project-display__toggle--collapsed {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-roadmap-add-epic-item__title {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-roadmap-sidebar {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-roadmap-sidebar__body {\n border-color: #343434;\n box-shadow: -5px 0 30px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-roadmap-sidebar__body--empty {\n box-shadow: none;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-roadmap-title--color-default {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-roadmap-title--color-primary {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap__title {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-roadmap__title--secondary {\n background-color: #383838;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-date-strip {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-roadmap-date-strip__unit-top {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"#eee\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-roadmap-subheader {\n border-bottom-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-date-preview,\n body.zh_logged_in .zhc-roadmap-today-indicator__label {\n color: #fff;\n }\n /* zenhub: \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-roadmap-track::after {\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-roadmap-track--expandable:not(.react-draggable-dragging):not(.zhc-roadmap-track--resizable):hover .zhc-roadmap-track__drag-handle,\n body.zh_logged_in .zhc-roadmap-track__drag-handle--has-background,\n body.zh_logged_in .zhc-roadmap-track__drag-handle:hover {\n background-color: #181818;\n }\n /* zenhub: \"#faebcc\", \"#fcf9e4\", \"color: #666\" */\n body.zh_logged_in .zhc-roadmap-warning-body {\n border-color: #261d08;\n background-color: #261d08;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-roadmap-warning-body .zhc-roadmap-warning-body__warning {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-roadmap-warning {\n background-color: #181818;\n }\n /* zenhub: \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-toast {\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-toast--info-message, body.zh_logged_in .zhc-toast b {\n color: #fff;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-toast .zhc-btn--zhc-toast__button {\n background-color: transparent;\n }\n /* zenhub: \"none\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-toast--no-background {\n background: none;\n box-shadow: none;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-toast-action,\n body.zh_logged_in .zhc-toast-dependency-fetch-error,\n body.zh_logged_in .zhc-toast-loading {\n color: #fff;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-toast-tutorial {\n background-color: #202020;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-toast-tutorial__content {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-toast-tutorial__content h3 {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-toast-tutorial__content p {\n color: #949494;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-toast-tutorial__action-buttons {\n box-shadow: none;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zhc-toast-tutorial__controls button {\n background-color: #181818;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-toast-tutorial__controls button:hover {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-workflows-connection-bar {\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"none\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-workflows-connection-bar .zhc-button--variant-contained {\n background: none;\n box-shadow: none;\n }\n /* zenhub: \"#e9e9e9\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-workflows-connection-bar .zhc-button--variant-contained:hover {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .workflows-destination-pipeline-icon {\n color: #fff;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .workflows-destination-pipeline-icon__triangle path {\n stroke: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-workflows-pipeline--highlighted,\n body.zh_logged_in .zhc-workflows-pipeline--selected {\n outline: solid 2px #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-workflows-pipeline--selected .zhc-workflows-pipeline__button {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\", \"#fff\" */\n body.zh_logged_in .zhc-workflows-pipeline--disabled .zhc-workflows-pipeline__button {\n color: #bebebe;\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-workflows-pipeline__selected-icon {\n color: #fff;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-workflows-pipeline__selected-icon circle {\n fill: #5560d2;\n }\n /* zenhub: \"#fff\", \"#5e60ba\" */\n body.zh_logged_in .workflows-source-pipeline-icon {\n background-color: #181818;\n border-color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-workflows {\n background-color: #202020;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workflows-workspace {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #333\", \"#ddd\" */\n body.zh_logged_in .zh-form-control, body.zh_logged_in .zh-form-control-small {\n color: #bebebe;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-form-control-small:focus,\n body.zh_logged_in .zh-form-control:focus {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n @media only screen and (max-width: 768px) {\n body.zh_logged_in .zh-logo {\n color: #fff;\n }\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-logo.short {\n color: #fff;\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .zh-boxie-modal {\n background-color: #242424 !important;\n }\n /* zenhub: \"color: #586069 !important\" */\n body.zh_logged_in .zh-muted-link {\n color: #afafaf !important;\n }\n /* zenhub: \"#0366d6\" */\n body.zh_logged_in .zh-muted-link:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* zenhub: \"color: #586069 !important\" */\n body.zh_logged_in .zh-text-muted {\n color: #afafaf !important;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .icon-light {\n color: #fff;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .icon-dark {\n color: #bebebe;\n }\n /* zenhub: \"#eeeeee\" */\n body.zh_logged_in .icon-border {\n border-color: #343434;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .dropdown-menu > .active > a > [class*=\" icon-\"],\n body.zh_logged_in .dropdown-menu > .active > a > [class^=\"icon-\"],\n body.zh_logged_in .dropdown-menu > li > a:hover > [class*=\" icon-\"],\n body.zh_logged_in .dropdown-menu > li > a:hover > [class^=\"icon-\"],\n body.zh_logged_in .dropdown-submenu:hover > a > [class*=\" icon-\"],\n body.zh_logged_in .dropdown-submenu:hover > a > [class^=\"icon-\"],\n body.zh_logged_in .icon-white,\n body.zh_logged_in .nav-list > .active > a > [class*=\" icon-\"],\n body.zh_logged_in .nav-list > .active > a > [class^=\"icon-\"],\n body.zh_logged_in .nav-pills > .active > a > [class*=\" icon-\"],\n body.zh_logged_in .nav-pills > .active > a > [class^=\"icon-\"],\n body.zh_logged_in .navbar-inverse .nav > .active > a > [class*=\" icon-\"],\n body.zh_logged_in .navbar-inverse .nav > .active > a > [class^=\"icon-\"],\n body.zh_logged_in [class*=\" icon-\"], body.zh_logged_in [class^=\"icon-\"] {\n background-image: none;\n }\n /* zenhub: \"#fff\", \"color: #fff\" */\n body.zh_logged_in .zh-menu-header {\n background-color: #181818;\n color: #fff;\n }\n /* zenhub: \"color: #fff\", \"#eee\" */\n body.zh_logged_in .zh-btn {\n color: #fff;\n background-color: #242424;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zh-btn:active {\n background-image: none;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .disabled {\n background-color: #383838;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zh-menu-content__item {\n color: #949494;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zh-menu-content__item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zh-menu-content__item--disabled:hover {\n background-color: transparent;\n }\n /* end zenhub rules */\n /* begin github-hovercard rules */\n /* github-hovercard: \"rgba(0, 0, 0, .8)\", \"color: #fff\" */\n html[class^=\"ghh\"] .tooltipster-box {\n background-color: #242424;\n color: #fff;\n }\n /* github-hovercard: \"color: #fff\" */\n html[class^=\"ghh\"] .tooltipster-content {\n color: #fff;\n }\n /* github-hovercard: \"rgba(0, 0, 0, .8)\" */\n html[class^=\"ghh\"] .tooltipster-bottom .tooltipster-arrow-border {\n border-bottom-color: #242424;\n }\n /* github-hovercard: \"rgba(0, 0, 0, .8)\" */\n html[class^=\"ghh\"] .tooltipster-left .tooltipster-arrow-border {\n border-left-color: #242424;\n }\n /* github-hovercard: \"rgba(0, 0, 0, .8)\" */\n html[class^=\"ghh\"] .tooltipster-right .tooltipster-arrow-border {\n border-right-color: #242424;\n }\n /* github-hovercard: \"rgba(0, 0, 0, .8)\" */\n html[class^=\"ghh\"] .tooltipster-top .tooltipster-arrow-border {\n border-top-color: #242424;\n }\n /* github-hovercard: \"#b4d6fe\" */\n html[class^=\"ghh\"] .ghh a {\n color: /*[[base-color]]*/;\n }\n /* github-hovercard: \"transparent\" */\n html[class^=\"ghh\"] .windows .ghh ::-webkit-scrollbar,\n html[class^=\"ghh\"] .windows .ghh ::-webkit-scrollbar-corner {\n background-color: transparent;\n }\n /* github-hovercard: \"#dfe2e5\", \"color: #6a737d\" */\n html[class^=\"ghh\"] .ghh-issue-body blockquote,\n html[class^=\"ghh\"] .ghh-readme blockquote {\n border-left-color: #343434;\n color: #949494;\n }\n /* github-hovercard: \"rgba(27,31,35,0.05)\" */\n html[class^=\"ghh\"] .ghh-issue-body code,\n html[class^=\"ghh\"] .ghh-issue-body tt, html[class^=\"ghh\"] .ghh-readme code,\n html[class^=\"ghh\"] .ghh-readme tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* github-hovercard: \"transparent\" */\n html[class^=\"ghh\"] .ghh-issue-body pre code,\n html[class^=\"ghh\"] .ghh-issue-body pre tt,\n html[class^=\"ghh\"] .ghh-readme pre code,\n html[class^=\"ghh\"] .ghh-readme pre tt {\n background-color: transparent;\n }\n /* github-hovercard: \"#fff\" */\n html[class^=\"ghh\"] .ghh-issue-body a[href^=\"https://saucelabs.com/\"] img,\n html[class^=\"ghh\"] .ghh-readme a[href^=\"https://saucelabs.com/\"] img {\n background-color: #181818;\n }\n /* github-hovercard: \"#eaecef\" */\n .ghh-theme-github .ghh-issue-body h1, .ghh-theme-github .ghh-issue-body h2,\n .ghh-theme-github .ghh-readme h1, .ghh-theme-github .ghh-readme h2 {\n border-bottom-color: #343434;\n }\n /* github-hovercard: \"#fff\", \"#c6cbd1\" */\n .ghh-theme-github .ghh-issue-body tr, .ghh-theme-github .ghh-readme tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* github-hovercard: \"#f6f8fa\" */\n .ghh-theme-github .ghh-issue-body tr:nth-child(2n),\n .ghh-theme-github .ghh-readme tr:nth-child(2n) {\n background-color: #222;\n }\n /* github-hovercard: \"#dfe2e5\" */\n .ghh-theme-github .ghh-issue-body td, .ghh-theme-github .ghh-issue-body th,\n .ghh-theme-github .ghh-readme td, .ghh-theme-github .ghh-readme th {\n border-color: #343434;\n }\n /* github-hovercard: \"#0366d6\" */\n .ghh-theme-github .ghh .ghh-issue-body a,\n .ghh-theme-github .ghh .ghh-readme a {\n color: /*[[base-color]]*/;\n }\n /* github-hovercard: \"color: #24292e\" */\n .ghh-theme-github .ghh .ghh-issue-body .user-mention,\n .ghh-theme-github .ghh .ghh-readme .user-mention {\n color: #cdcdcd;\n }\n /* github-hovercard: \"transparent\" */\n .ghh-theme-classic .ghh-issue-body pre code,\n .ghh-theme-classic .ghh-issue-body pre tt,\n .ghh-theme-classic .ghh-readme pre code,\n .ghh-theme-classic .ghh-readme pre tt {\n background-color: transparent;\n }\n /* github-hovercard: \"color: #fff !important\" */\n .ghh-theme-classic .ghh-issue-body .text-gray-light,\n .ghh-theme-classic .ghh-readme .text-gray-light {\n color: #fff !important;\n }\n /* github-hovercard: \"transparent\" */\n .ghh-theme-classic .ghh-issue-body .bg-white,\n .ghh-theme-classic .ghh-readme .bg-white {\n background-color: transparent !important;\n }\n /* github-hovercard: \"rgba(255,255,255,0.5)\" */\n .ghh-theme-classic .ghh-issue-body .blob-num,\n .ghh-theme-classic .ghh-readme .blob-num {\n color: hsla(0, 0%, 0%, .5) !important;\n }\n /* github-hovercard: \"color: #fff !important\" */\n .ghh-theme-classic .ghh-issue-body .blob-code-inner,\n .ghh-theme-classic .ghh-readme .blob-code-inner {\n color: #fff !important;\n }\n /* github-hovercard: \"color: #fff\" */\n html[class^=\"ghh\"] .ghh button {\n color: #fff;\n }\n /* github-hovercard: \"#0366d6\" */\n html[class^=\"ghh\"] .ghh button.ghh-primary:hover {\n background-color: /*[[base-color]]*/;\n }\n /* github-hovercard: \"rgba(255,255,255,0.8)\" */\n html[class^=\"ghh\"] .ghh button.ghh-aux {\n color: hsla(0, 0%, 100%, .8);\n }\n /* github-hovercard: \"color: #fff\" */\n html[class^=\"ghh\"] .ghh .ghh-state,\n html[class^=\"ghh\"] .ghh button.ghh-aux:hover {\n color: #fff;\n }\n /* github-hovercard: \"#2cbe4e\" */\n html[class^=\"ghh\"] .ghh .ghh-state-open {\n background-color: #373;\n }\n /* github-hovercard: \"#cb2431\" */\n html[class^=\"ghh\"] .ghh .ghh-state-closed {\n background-color: #d82828;\n }\n /* github-hovercard: \"#6f42c1\" */\n html[class^=\"ghh\"] .ghh .ghh-state-merged {\n background-color: #9378ba;\n }\n /* github-hovercard: \"#6a737d\" */\n html[class^=\"ghh\"] .ghh .ghh-state-draft {\n background-color: #444;\n }\n /* github-hovercard: \"#dbab09\" */\n html[class^=\"ghh\"] .ghh .ghh-state-warning {\n color: #cb4;\n }\n /* github-hovercard: \"#28a745\" */\n html[class^=\"ghh\"] .ghh .ghh-state-verified {\n background-color: #484;\n }\n /* github-hovercard: \"#fff\" */\n html[class^=\"ghh\"] .ghh-avatar {\n background-color: #181818;\n }\n /* github-hovercard: \"color: #fff\" */\n html[class^=\"ghh\"] .ghh-pull-meta .ghh-reviews .ghh-state-icon,\n html[class^=\"ghh\"] .ghh-stats span, html[class^=\"ghh\"] .ghh-topic {\n color: #fff;\n }\n /* github-hovercard: \"#dbab09\" */\n html[class^=\"ghh\"] .ghh-pull-meta .ghh-reviews .ghh-state-icon-warning {\n background-color: #cb4;\n }\n /* github-hovercard: \"#6a737d\" */\n html[class^=\"ghh\"] .ghh-pull-meta .ghh-reviews .ghh-state-icon-problem {\n background-color: #444;\n }\n /* github-hovercard: \"#fff\" */\n html[class^=\"ghh\"] .ghh-overlay form {\n background-color: #181818;\n }\n /* github-hovercard: \"#eee\" */\n html[class^=\"ghh\"] .ghh-overlay form h3 {\n border-bottom-color: #343434;\n }\n /* github-hovercard: \"rgba(27,31,35,0.15)\", \"#fff\", \"#d1d5da\", \"color: #586069\" */\n .ghh-theme-github .tooltipster-box .tooltipster-content {\n box-shadow: 0 1px 15px #000;\n background-color: #181818;\n border-color: #404040;\n color: #afafaf;\n }\n /* github-hovercard: \"#fff\" */\n .ghh-theme-github .tooltipster-right .tooltipster-arrow-background {\n border-right-color: #181818;\n }\n /* github-hovercard: \"#d1d5da\" */\n .ghh-theme-github .tooltipster-right .tooltipster-arrow-border {\n border-right-color: #404040;\n }\n /* github-hovercard: \"#fff\" */\n .ghh-theme-github .tooltipster-left .tooltipster-arrow-background {\n border-left-color: #181818;\n }\n /* github-hovercard: \"#d1d5da\" */\n .ghh-theme-github .tooltipster-left .tooltipster-arrow-border {\n border-left-color: #404040;\n }\n /* github-hovercard: \"#fff\" */\n .ghh-theme-github .tooltipster-top .tooltipster-arrow-background {\n border-top-color: #181818;\n }\n /* github-hovercard: \"#d1d5da\" */\n .ghh-theme-github .tooltipster-top .tooltipster-arrow-border {\n border-top-color: #404040;\n }\n /* github-hovercard: \"#fff\" */\n .ghh-theme-github .tooltipster-bottom .tooltipster-arrow-background {\n border-bottom-color: #181818;\n }\n /* github-hovercard: \"#d1d5da\" */\n .ghh-theme-github .tooltipster-bottom .tooltipster-arrow-border {\n border-bottom-color: #404040;\n }\n /* github-hovercard: \"color: #24292e\" */\n .ghh-theme-github .ghh a {\n color: #cdcdcd;\n }\n /* github-hovercard: \"#0366d6\" */\n .ghh-theme-github .ghh a:hover {\n color: /*[[base-color]]*/;\n }\n /* github-hovercard: \"color: #fff\" */\n .ghh-theme-github .ghh button.ghh-aux, .ghh-theme-github .ghh button:hover {\n color: #fff;\n }\n /* github-hovercard: \"#dfe2e5\" */\n .ghh-theme-github .ghh-markdown-separator {\n border-bottom-color: #343434;\n }\n /* github-hovercard: \"#dfe2e5\" */\n .ghh-theme-github .ghh .ghh-stats > a + a {\n border-left-color: #343434;\n }\n /* github-hovercard: \"color: #24292e\" */\n .ghh-theme-github .ghh .ghh-stats span {\n color: #cdcdcd;\n }\n /* github-hovercard: \"#dfe2e5\" */\n .ghh-theme-github .ghh .ghh-more-separator {\n border-bottom-color: #343434;\n }\n /* github-hovercard: \"#22863a\", \"#e1e4e8\", \"#fff\" */\n .ghh-theme-github .ghh .ghh-state-verified {\n color: #6cc644;\n border-color: #343434;\n background-color: #181818;\n }\n /* github-hovercard: \"#2cbe4e\" */\n .ghh-theme-github .ghh-commit-meta .text-diff-added,\n .ghh-theme-github .ghh-pull-meta .text-diff-added {\n color: #373 !important;\n }\n /* github-hovercard: \"#cb2431\" */\n .ghh-theme-github .ghh-commit-meta .text-diff-deleted,\n .ghh-theme-github .ghh-pull-meta .text-diff-deleted {\n color: #d82828 !important;\n }\n /* github-hovercard: \"#cb2431\" */\n .ghh-theme-github .ghh-reviews .ghh-state-alert {\n color: #d82828;\n }\n /* github-hovercard: \"#2cbe4e\" */\n .ghh-theme-github .ghh-reviews .ghh-state-success {\n color: #373;\n }\n /* github-hovercard: \"#b08800\" */\n .ghh-theme-github .ghh-reviews .ghh-state-warning {\n color: #cb4;\n }\n /* github-hovercard: \"#cb2431\" */\n .ghh-theme-github .ghh-reviews .ghh-state-icon-alert {\n background-color: #d82828;\n }\n /* github-hovercard: \"#2cbe4e\" */\n .ghh-theme-github .ghh-reviews .ghh-state-icon-success {\n background-color: #373;\n }\n /* github-hovercard: \"#b08800\" */\n .ghh-theme-github .ghh-reviews .ghh-state-icon-warning {\n background-color: #cb4;\n }\n /* github-hovercard: \"#6a737d\" */\n .ghh-theme-github .ghh-reviews .ghh-state-icon-problem {\n background-color: #444;\n }\n /* end github-hovercard rules */\n /* begin gitako rules */\n /* gitako: \"#24292e\" */\n .gitako-ready .js-header-wrapper {\n background-color: #181818;\n }\n /* gitako: \"#e1e4e8\" */\n .gitako-ready main > *:first-child {\n box-shadow: inset 0 -1px 0 #343434;\n }\n /* gitako: \"#d1d5da\", \"#fafbfc\" */\n body.gitako-ready .markdown-body .clippy-wrapper .clippy {\n border-color: #404040;\n background-color: #181818;\n }\n /* gitako: \"#fafbfc\" */\n body.gitako-ready .markdown-body .clippy-wrapper .clippy:active,\n body.gitako-ready .markdown-body .clippy-wrapper .clippy:hover {\n background-color: #181818;\n }\n /* gitako: \"#e1e4e8\", \"#f6f8fa\" */\n body.gitako-ready .gitako-toggle-show-button-wrapper.collapsed {\n border-color: #343434;\n background-color: #222;\n }\n /* gitako: \"#0366d6\" */\n body.gitako-ready .gitako-toggle-show-button-wrapper.collapsed .action-icon {\n color: /*[[base-color]]*/;\n }\n /* gitako: \"color: #6a737d\" */\n body.gitako-ready .gitako-toggle-show-button-wrapper .action-icon {\n color: #949494;\n }\n /* gitako: \"#d73a49\" */\n body.gitako-ready .gitako-toggle-show-button-wrapper.error .action-icon {\n color: #d82828;\n }\n /* gitako: \"transparent\" */\n body.gitako-ready .gitako-side-bar a {\n background-color: transparent;\n }\n /* gitako: \"color: #1b1f23\" */\n body.gitako-ready .gitako-side-bar mark {\n color: #dcdcdc;\n }\n /* gitako: \"color: #24292e\", \"#fff\" */\n body.gitako-ready .gitako-side-bar body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gitako: \"#0366d6\" */\n body.gitako-ready .gitako-side-bar a {\n color: /*[[base-color]]*/;\n }\n /* gitako: \"transparent\", \"#dfe2e5\" */\n body.gitako-ready .gitako-side-bar .rule,\n body.gitako-ready .gitako-side-bar hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* gitako: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n body.gitako-ready .gitako-side-bar kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* gitako: \"#f6f8fa\", \"#d1d5da\" */\n body.gitako-ready .gitako-side-bar .gitako-resize-handler {\n background-color: #222;\n border-right-color: #404040;\n }\n /* gitako: \"#fafbfc\", \"#d1d5da\" */\n body.gitako-ready .gitako-side-bar .gitako-resize-handler:active,\n body.gitako-ready .gitako-side-bar .gitako-resize-handler:hover {\n background-color: #181818;\n border-left-color: #404040;\n }\n /* gitako: \"#fafbfc\", \"#e1e4e8\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body {\n background-color: #181818;\n border-left-color: #343434;\n }\n /* gitako: \"rgba(3,47,98,.55)\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .octicon,\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .octicon-color {\n color: /*[[base-color]]*/;\n }\n /* gitako: \"#f1f8ff\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .meta-bar {\n background-color: #182030;\n }\n /* gitako: \"#e1e4e8\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .description,\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .loading-indicator-container {\n border-top-color: #343434;\n }\n /* gitako: \"box-shadow: none\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .search-input-wrapper .search-input {\n box-shadow: none;\n }\n /* gitako: \"#d73a49\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .search-input-wrapper .search-input.error {\n border-color: #d82828;\n }\n /* gitako: \"#fff\", \"#0366d6\", \"#eaecef\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item {\n background-color: #181818;\n color: /*[[base-color]]*/;\n border-bottom-color: #343434;\n }\n /* gitako: \"#fafbfc\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item:hover {\n background-color: #181818;\n }\n /* gitako: \"#f6f8fa\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item.focused,\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item:active {\n background-color: #222;\n }\n /* gitako: \"color: #959da5\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item.disabled .node-item {\n color: #767676;\n }\n /* gitako: \"transparent\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item .go-to-button {\n background-color: transparent;\n }\n /* gitako: \"#fafbfc\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar {\n background-color: #181818;\n }\n /* gitako: \"#eaecef\", \"rgba(0,0,0,.2)\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-title {\n border-top-color: #343434;\n box-shadow: 0 1px 8px 0 rgba(255, 255, 255, .7), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);\n }\n /* gitako: \"#fafbfc\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-content .shadow-shelter {\n background-color: #181818;\n }\n /* gitako: \"#fff\", \"#e1e4e8\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-content .settings-section .field select {\n background-color: #181818;\n border-color: #343434;\n }\n /* gitako: \"color: #6a737d\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar .hint {\n color: #949494;\n }\n /* gitako: \"#eaecef\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar .header-row {\n border-top-color: #343434;\n }\n /* end gitako rules */\n /* begin npmhub rules */\n /* npmhub: \"#DDD\" */\n .npmhub-deps > li {\n border-bottom-color: #343434;\n }\n /* end npmhub rules */\n /* begin notifications-preview rules */\n /* notifications-preview: \"color: rgb(36,41,46)\" */\n :root:root .NPG-dropdown {\n color: rgb(210, 210, 210) !important;\n }\n /* notifications-preview: \"#e6ebf1\" */\n .participating .js-notifications-browser::before {\n background-color: #444;\n }\n /* end notifications-preview rules */\n /* Refined GitHub - https://github.com/sindresorhus/refined-github\n * See #540\n * See #881 */\n .refined-github-diff-signs .blob-code-addition::before,\n .refined-github-diff-signs .blob-code-deletion::before {\n color: #7b7b7b !important;\n }\n .refined-github .dashboard .border-gray.flex-items-baseline.py-3,\n .refined-github .dashboard .js-all-activity-header + div {\n background: #181818 !important;\n }\n .refined-github .dashboard .js-all-activity-header + div {\n border-color: #343434 !important;\n }\n /* https://github.com/StylishThemes/GitHub-Dark/issues/1035 */\n .refined-github .reaction-summary-item.user-has-reacted {\n --background: transparent !important;\n }\n .refined-github .reaction-summary-item a {\n box-shadow: none;\n }\n /* https://github.com/musically-ut/lovely-forks */\n .lovely-forks-addon {\n color: #808080 !important;\n }\n /* https://github.com/npmhub/npmhub */\n .npmhub-deps > li {\n border-color: #343434 !important;\n }\n /* ZenHub */\n body.zh_logged_in .zh-login-status {\n background: #181818 !important;\n border-color: #484848 !important;\n color: #bebebe !important;\n }\n body.zh_logged_in [style*=\"background-color: rgb(244, 244, 244)\"] {\n background: #222 !important;\n }\n /* zenhub gradients */\n body.zh_logged_in .zhc-sidebar__navigation {\n background: none !important;\n }\n body.zh_logged_in .zhc-workspace-switcher__header {\n box-shadow: none !important;\n }\n body.zh_logged_in .zhc-btn--minimal {\n background: none !important;\n border: none !important;\n }\n body.zh_logged_in .zh-icon-circled-bolt, body.zh_logged_in .zh-icon-bolt,\n body.zh_logged_in .zh-octicon-x {\n filter: invert(40%) brightness(120%) !important;\n }\n body.zh_logged_in a.zh-topbar-item.selected .zh-icon-zenhub {\n filter: invert(40%) brightness(169%) !important;\n }\n body.zh_logged_in a.zh-topbar-item .zh-icon-zenhub {\n filter: brightness(64%) !important;\n }\n body.zh_logged_in .zhc-icon:not([class$=\"-red\"]):not([class$=\"-white\"]):not([class$=\"-light\"]):not([class$=\"-purple\"]),\n body.zh_logged_in [class*=\"zh-octicon\"],\n body.zh_logged_in .zh-epic-creator-tab-icon,\n body.zh_logged_in .zhc-burndown-chart__placeholder,\n body.zh_logged_in .zhc-selection-button__container::after,\n body.zh_logged_in .zhc-icon--grey-light {\n filter: invert(100%) hue-rotate(180deg) !important;\n }\n body.zh_logged_in .zhc-selection-item:hover .zhc-icon:not([class$=\"-red\"]):not([class$=\"-white\"]):not([class$=\"-light\"]):not([class$=\"-purple\"]),\n body.zh_logged_in [class*=\"zhc-image--placeholder\"] {\n filter: invert(100%) brightness(1.4) !important;\n }\n body.zh_logged_in .zhc-info-alert img {\n filter: invert(96%) hue-rotate(180deg);\n }\n /* move expanded zenhub board toolbar when octotree exists\n * see https://github.com/buunguyen/octotree/issues/242 */\n html.octotree:not(.octotree-show) .zhc-board--is-fullscreen .zhc-menu-bar {\n margin-left: 30px;\n margin-top: -8px;\n }\n /* octotree */\n .octotree-sidebar {\n background: #181818 !important;\n border-color: #343434 !important;\n }\n .octotree-views, .octotree-sidebar .octotree-bottom {\n background: #181818 !important;\n border-color: #484848 !important;\n }\n .octotree-toggle:hover {\n background: linear-gradient(#303030, #282828) !important;\n border-color: #484848 !important;\n }\n .octotree-view-header, .octotree-toggle {\n background: linear-gradient(#202020, #181818) !important;\n border-color: #383838 !important;\n }\n .octotree-github-sidebar a.octotree-toggle,\n a.octotree-toggle:not(.octotree-loading):hover > span::after {\n color: #dcdcdc !important;\n }\n .octotree-github-sidebar a.octotree-opts .settings::before,\n .octotree-help > span::before, .octotree-patch-files {\n color: #bebebe !important;\n }\n .octotree-views .octotree-treeview .jstree-anchor .jstree-icon.tree::before,\n .octotree-github-sidebar a.octotree-toggle:hover,\n .octotree-github-sidebar a.octotree-opts:hover .settings::before,\n .octotree-github-sidebar a.octotree-opts.selected:hover .settings::before,\n .octotree-sidebar.octotree-github-sidebar .octotree-views .octotree-tree-view .jstree .jstree-anchor,\n .octotree-github-sidebar a.octotree-toggle:not(.octotree-loading):hover,\n .octotree-sidebar.octotree-github-sidebar .octotree-views .octotree-view,\n .octotree-sidebar.octotree-github-sidebar .octotree-toggle > span,\n .octotree-sidebar.octotree-github-sidebar .octotree-toggle > .octotree-toggle-icon::before {\n color: /*[[base-color]]*/ !important;\n }\n .octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup {\n background-color: #181818 !important;\n border-color: #404040 !important;\n box-shadow: 0 1px 15px #000 !important;\n }\n .octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup > .arrow,\n .octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup > .arrow::after {\n border-bottom-color: #404040 !important;\n }\n /* Github User Info userscript - see #481 */\n .GithubUserInfo, .GithubUserInfo > div {\n background: #202020 !important;\n border-color: #343434 !important;\n }\n /* GitHub Notifications Dropdown userscript - see #478 */\n .notifications-dropdown {\n background: #202020 !important;\n border: 1px solid #343434 !important;\n }\n a.notifications-dropdown-see-all {\n background: #242424 !important;\n color: /*[[base-color]]*/ !important;\n }\n a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover {\n background: /*[[base-color]]*/ !important;\n color: #e2e2e2 !important;\n }\n .notifications-dropdown-arrow {\n border-bottom-color: #333 !important;\n }\n}\n@-moz-document domain(\"graphql.github.com\") {\n /* begin graphql.github.com rules */\n /* graphql.github.com: \"color: #141823\" */\n .graphiql-container, .graphiql-container button, .graphiql-container input {\n color: #dcdcdc;\n }\n /* graphql.github.com: \"linear-gradient(#f7f7f7, #e2e2e2)\", \"#d0d0d0\" */\n .graphiql-container .topBar {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"linear-gradient(#f7f7f7, #e2e2e2)\", \"#d0d0d0\", \"#3B5998\" */\n .graphiql-container .docExplorerShow, .graphiql-container .historyShow {\n background-color: #222;\n border-bottom-color: #343434;\n color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"rgba(0,0,0,0.2)\" */\n .graphiql-container .docExplorerShow {\n border-left-color: rgba(255, 255, 255, .7);\n }\n /* graphql.github.com: \"rgba(0,0,0,0.2)\" */\n .graphiql-container .historyShow {\n border-right-color: rgba(255, 255, 255, .7);\n }\n /* graphql.github.com: \"#3B5998\", \"#3B5998\" */\n .graphiql-container .docExplorerShow::before {\n border-left: 2px solid /*[[base-color]]*/;\n border-top: 2px solid /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#e0e0e0\" */\n .graphiql-container .resultWrap {\n border-left-color: #343434;\n }\n /* graphql.github.com: \"white\", \"rgba(0,0,0,0.15)\" */\n .graphiql-container .docExplorerWrap, .graphiql-container .historyPaneWrap {\n background-color: #181818;\n box-shadow: 0 0 8px #000;\n }\n /* graphql.github.com: \"#eeeeee\", \"#d6d6d6\", \"#e0e0e0\" */\n .graphiql-container .variable-editor-title {\n background-color: #242424;\n border-bottom-color: #343434;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#e0e0e0\", \"#e0e0e0\" */\n .graphiql-container .footer {\n border-left-color: #343434;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#eeeeee\" */\n .graphiql-container .footer::before {\n background-color: #242424;\n }\n /* graphql.github.com: \"#fdfdfd\", \"linear-gradient(#f9f9f9, #ececec)\", \"rgba(0,0,0,0.2)\",\"#fff\", \"color: #555\" */\n .graphiql-container .toolbar-button {\n background-color: #181818;\n background: linear-gradient(#303030, #282828);\n box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), 0 1px 0 rgba(255, 255, 255, .7), inset 0 1px #181818;\n color: #afafaf;\n }\n /* graphql.github.com: \"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)\" */\n .graphiql-container .toolbar-button:active {\n background: linear-gradient(#404040, #383838);\n box-shadow: 0 0 0 1px #484848;\n }\n /* graphql.github.com: \"linear-gradient(#fdfdfd, #d2d3d6)\", \"#fff\" */\n .graphiql-container .execute-button {\n background: linear-gradient(#303030, #282828);\n box-shadow: 0 1px 0 #181818;\n }\n /* graphql.github.com: \"linear-gradient(#e6e6e6, #c3c3c3)\", \"#fff\",\"rgba(0,0,0,0.2)\" */\n .graphiql-container .execute-button:active {\n background: linear-gradient(#404040, #383838);\n box-shadow: 0 1px 0 #181818, inset 0 0 2px rgba(255, 255, 255, .7), inset 0 0 6px rgba(0, 0, 0, .1);\n }\n /* graphql.github.com: \"#fff\" */\n .graphiql-container .execute-options,\n .graphiql-container .toolbar-menu-items,\n .graphiql-container .toolbar-select-options {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\" */\n .graphiql-container .execute-options > li.selected,\n .graphiql-container .history-contents > p:active,\n .graphiql-container .history-contents > p:hover,\n .graphiql-container .toolbar-menu-items > li.hover,\n .graphiql-container .toolbar-menu-items > li:active,\n .graphiql-container .toolbar-menu-items > li:hover,\n .graphiql-container .toolbar-select-options > li.hover,\n .graphiql-container .toolbar-select-options > li:active,\n .graphiql-container .toolbar-select-options > li:hover {\n color: #fff;\n }\n /* graphql.github.com: \"rgba(255,255,255,0)\", \"rgba(255,255,255,0)\" */\n @keyframes insertionFade {\n from, to {\n background-color: transparent;\n border-color: transparent;\n }\n }\n /* graphql.github.com: \"none\" */\n @keyframes blink {\n 50% {\n background: none;\n }\n }\n /* graphql.github.com: \"white\" */\n .graphiql-container .doc-explorer {\n background-color: #181818;\n }\n /* graphql.github.com: \"#3B5998\" */\n .graphiql-container .doc-explorer-back {\n color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#3B5998\", \"#3B5998\" */\n .graphiql-container .doc-explorer-back::before {\n border-left: 2px solid /*[[base-color]]*/;\n border-top: 2px solid /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#ffffff\", \"#d6d6d6\" */\n .graphiql-container .doc-explorer-contents,\n .graphiql-container .history-contents {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#e0e0e0\" */\n .graphiql-container .doc-category-title {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #555\" */\n .graphiql-container .doc-category-item {\n color: #afafaf;\n }\n /* graphql.github.com: \"#B11A04\" */\n .graphiql-container .keyword {\n color: #d82828;\n }\n /* graphql.github.com: \"#CA9800\" */\n .graphiql-container .type-name {\n color: #cb4;\n }\n /* graphql.github.com: \"#1F61A0\" */\n .graphiql-container .field-name {\n color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#8B2BB9\" */\n .graphiql-container .arg-name {\n color: #73589a;\n }\n /* graphql.github.com: \"color: #555\" */\n .graphiql-container .show-btn {\n color: #afafaf;\n }\n /* graphql.github.com: \"#d3d6db\" */\n .graphiql-container .search-box {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #fff\" */\n .graphiql-container .search-box .search-box-clear {\n color: #fff;\n }\n /* graphql.github.com: \"#e0e0e0\" */\n .graphiql-container .history-contents p {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"transparent\" */\n a {\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #000\" */\n mark {\n color: #f0f0f0;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* graphql.github.com: \"#0366d6\" */\n a {\n color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n kbd {\n color: #afafaf;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* graphql.github.com: \"#fff\", \"#d1d5da\" */\n .Box, kbd {\n background-color: #181818;\n border-color: #404040;\n }\n /* graphql.github.com: \"#f6f8fa\", \"#d1d5da\" */\n .Box-header {\n background-color: #222;\n border-color: #404040;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: 2px 0 0 /*[[base-color]]*/ inset;\n }\n /* graphql.github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* graphql.github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* graphql.github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* graphql.github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width: 768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: /*[[base-color]]*/;\n }\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* graphql.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* graphql.github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* graphql.github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* graphql.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* graphql.github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* graphql.github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .breadcrumb-item::after {\n color: #343434;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.2)\" */\n .btn {\n border-color: rgba(220, 220, 220, .2);\n }\n /* graphql.github.com: \"color: #586069\", \"rgba(27,31,35,0.1)\" */\n .btn .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .17);\n }\n /* graphql.github.com: \"none\" */\n .btn.selected, .btn:active {\n background-image: none;\n }\n /* graphql.github.com: \"color: #24292e\", \"#eff3f6\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn {\n color: #cdcdcd;\n background-color: #242424;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* graphql.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* graphql.github.com: \"#e6ebf1\", \"#e6ebf1\", \"rgba(27,31,35,0.35)\" */\n .btn.hover, .btn:hover {\n background-color: #444;\n background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%);\n border-color: rgba(220, 220, 220, .35);\n }\n /* graphql.github.com: \"#e9ecef\", \"none\", \"rgba(27,31,35,0.35)\", \"rgba(27,31,35,0.15)\" */\n .btn.selected, .btn:active, [open] > .btn {\n background-color: #404040;\n background-image: none;\n border-color: rgba(220, 220, 220, .35);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* graphql.github.com: \"color: rgba(36,41,46,.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn.disabled, .btn:disabled {\n color: rgba(210, 210, 210, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* graphql.github.com: \"color: #fff\", \"#28a745\", \"#34d058\",\"#28a745\" */\n .btn-primary {\n color: #fff;\n background-color: #484;\n background-image: linear-gradient(-180deg, #373 0%, #484 90%);\n }\n /* graphql.github.com: \"rgba(52,208,88,0.4)\" */\n .btn-primary.focus, .btn-primary:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* graphql.github.com: \"#269f42\", \"#2fcb53\",\"#269f42\", \"rgba(27,31,35,0.5)\" */\n .btn-primary.hover, .btn-primary:hover {\n background-color: #595;\n background-image: linear-gradient(-180deg, #373 0%, #595 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* graphql.github.com: \"#279f43\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-primary.selected, .btn-primary:active, [open] > .btn-primary {\n background-color: #595;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* graphql.github.com: \"#94d3a2\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-primary.disabled, .btn-primary:disabled {\n background-color: #040;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* graphql.github.com: \"#fff\" */\n .btn-primary .Counter {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: linear-gradient(-180deg, /*[[base-color]]*/ 0%, /*[[base-color]]*/ 90%);\n }\n /* graphql.github.com: \"rgba(27,31,35,0.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* graphql.github.com: \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-blue.selected, .btn-blue:active, [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* graphql.github.com: \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* graphql.github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n color: /*[[base-color]]*/;\n background-color: #181818;\n }\n /* graphql.github.com: \"#cb2431\", \"#fafbfc\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn-danger {\n color: #d82828;\n background-color: #181818;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* graphql.github.com: \"rgba(203,36,49,0.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 .2em rgba(255, 68, 68, .4);\n }\n /* graphql.github.com: \"color: #fff\", \"#cb2431\", \"#cb2431\", \"rgba(27,31,35,0.5)\" */\n .btn-danger:hover {\n color: #fff;\n background-color: #d82828;\n background-image: linear-gradient(-180deg, #de4450 0%, #d82828 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* graphql.github.com: \"color: #fff\" */\n .btn-danger:hover .Counter {\n color: #fff;\n }\n /* graphql.github.com: \"color: #fff\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-danger.selected, .btn-danger:active, [open] > .btn-danger {\n color: #fff;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* graphql.github.com: \"rgba(203,36,49,0.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-danger.disabled, .btn-danger:disabled {\n color: rgba(255, 68, 68, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* graphql.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-outline {\n color: /*[[base-color]]*/;\n background-color: #181818;\n background-image: none;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\", \"none\", \"#0366d6\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n [open] > .btn-outline {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: none;\n border-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#0366d6\", \"#fff\" */\n .btn-outline.selected .Counter, .btn-outline:active .Counter,\n .btn-outline:hover .Counter, [open] > .btn-outline .Counter {\n color: /*[[base-color]]*/;\n background-color: #181818;\n }\n /* graphql.github.com: \"#0366d6\" */\n .btn-outline:focus {\n border-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline.disabled, .btn-outline:disabled {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* graphql.github.com: \"#0366d6\", \"transparent\" */\n .btn-link {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n /* graphql.github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* graphql.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-invisible {\n color: /*[[base-color]]*/;\n background-color: #181818;\n background-image: none;\n }\n /* graphql.github.com: \"#0366d6\", \"none\", \"box-shadow: none\" */\n .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active,\n .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active,\n .btn-invisible:focus, .btn-invisible:hover {\n color: /*[[base-color]]*/;\n background: none;\n box-shadow: none;\n }\n /* graphql.github.com: \"color: #586069\", \"transparent\" */\n .btn-octicon {\n color: #afafaf;\n background-color: transparent;\n }\n /* graphql.github.com: \"#0366d6\" */\n .btn-octicon:hover {\n color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"color: #959da5\" */\n .btn-octicon.disabled, .btn-octicon.disabled:hover {\n color: #767676;\n }\n /* graphql.github.com: \"#cb2431\" */\n .btn-octicon-danger:hover {\n color: #d82828;\n }\n /* graphql.github.com: \"transparent\" */\n .close-button {\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* graphql.github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* graphql.github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,0.2)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .2);\n }\n /* graphql.github.com: \"#0366d6\" */\n .social-count:hover {\n color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* graphql.github.com: \"#2188ff\", \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .form-control.focus, .form-control:focus, .form-select.focus,\n .form-select:focus {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* graphql.github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\" */\n .input-dark {\n color: #fff;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.3)\" */\n .input-dark.focus, .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* graphql.github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* graphql.github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* graphql.github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group dt label {\n color: #afafaf;\n }\n /* graphql.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* graphql.github.com: \"#fff\" */\n .form-group .form-control, .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* graphql.github.com: \"#cb2431\" */\n .form-group dd h4.is-error {\n color: #d82828;\n }\n /* graphql.github.com: \"#28a745\" */\n .form-group dd h4.is-success {\n color: #484;\n }\n /* graphql.github.com: \"#cb2431\" */\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* graphql.github.com: \"#28a745\" */\n .form-group.successful .success {\n color: #484;\n }\n /* graphql.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-group.warn .warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* graphql.github.com: \"#fffbdd\" */\n .form-group.warn .warning::after {\n border-bottom-color: #261d08;\n }\n /* graphql.github.com: \"#d9d0a5\" */\n .form-group.warn .warning::before {\n border-bottom-color: #542;\n }\n /* graphql.github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* graphql.github.com: \"#86181d\", \"#ffdce0\", \"#cea0a5\" */\n .form-group.errored .error {\n color: #d82828;\n background-color: #300;\n border-color: #d82828;\n }\n /* graphql.github.com: \"#ffdce0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* graphql.github.com: \"#cea0a5\" */\n .form-group.errored .error::before {\n border-bottom-color: #d82828;\n }\n /* graphql.github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* graphql.github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* graphql.github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* graphql.github.com: \"transparent\" */\n .inline-form .btn-plain {\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* graphql.github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* graphql.github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* graphql.github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* graphql.github.com: \"box-shadow: none\" */\n .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* graphql.github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* graphql.github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* graphql.github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* graphql.github.com: \"#fff\", \"#d1d5da\" */\n .menu {\n background-color: #181818;\n border-color: #404040;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .menu-item {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .menu-item:hover {\n background-color: #222;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\" */\n .menu-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* graphql.github.com: \"#e36209\" */\n .menu-item.selected::before {\n background-color: #fb8532;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .menu-item .octicon {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* graphql.github.com: \"color: #586069\", \"#e1e4e8\" */\n .menu-heading {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .tabnav {\n border-bottom-color: #404040;\n }\n /* graphql.github.com: \"color: #586069\", \"transparent\" */\n .tabnav-tab {\n color: #afafaf;\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .tabnav-tab.selected, .tabnav-tab[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* graphql.github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"color: #586069\", \"transparent\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* graphql.github.com: \"#eaecef\" */\n .filter-item:hover {\n background-color: #343434;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* graphql.github.com: \"#fafbfc\" */\n .SideNav {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #586069\", \"transparent\", \"#e1e4e8\" */\n .SideNav-item {\n color: #afafaf;\n background-color: transparent;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .SideNav-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* graphql.github.com: \"color: #24292e\", \"#f6f8fa\" */\n .SideNav-item:focus, .SideNav-item:hover {\n color: #cdcdcd;\n background-color: #222;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .SideNav-item:focus::before, .SideNav-item:hover::before {\n background-color: #404040;\n }\n /* graphql.github.com: \"#fff\" */\n .SideNav-item:active {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\" */\n .SideNav-item[aria-current=\"page\"], .SideNav-item[aria-selected=\"true\"] {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* graphql.github.com: \"#e36209\" */\n .SideNav-item[aria-current=\"page\"]::before,\n .SideNav-item[aria-selected=\"true\"]::before {\n background-color: #fb8532;\n }\n /* graphql.github.com: \"color: #6a737d\" */\n .SideNav-icon {\n color: #949494;\n }\n /* graphql.github.com: \"#0366d6\", \"transparent\" */\n .SideNav-subItem {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .SideNav-subItem:focus, .SideNav-subItem:hover,\n .SideNav-subItem[aria-current=\"page\"],\n .SideNav-subItem[aria-selected=\"true\"] {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\", \"#e1e4e8\" */\n .subnav-item {\n color: #afafaf;\n border-color: #343434;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .subnav-item.selected, .subnav-item.selected:focus,\n .subnav-item.selected:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* graphql.github.com: \"#c6cbd1\" */\n .subnav-search-icon {\n color: #5a5a5a;\n }\n /* graphql.github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .UnderlineNav {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\" */\n .UnderlineNav-item {\n color: #afafaf;\n }\n /* graphql.github.com: \"color: #24292e\", \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n color: #cdcdcd;\n border-bottom-color: #404040;\n }\n /* graphql.github.com: \"color: #6a737d\" */\n .UnderlineNav-item:focus .UnderlineNav-octicon,\n .UnderlineNav-item:hover .UnderlineNav-octicon {\n color: #949494;\n }\n /* graphql.github.com: \"color: #24292e\", \"#e36209\" */\n .UnderlineNav-item.selected, .UnderlineNav-item[aria-current],\n .UnderlineNav-item[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* graphql.github.com: \"color: #6a737d\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon,\n .UnderlineNav-item[aria-current] .UnderlineNav-octicon,\n .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* graphql.github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* graphql.github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .pagination a, .pagination em, .pagination span {\n color: /*[[base-color]]*/;\n background-color: #181818;\n border-color: #343434;\n }\n /* graphql.github.com: \"#eff3f6\", \"#e1e4e8\" */\n .pagination a:focus, .pagination a:hover, .pagination em:focus,\n .pagination em:hover, .pagination span:focus, .pagination span:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#d1d5da\", \"#fafbfc\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover {\n color: #404040;\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* graphql.github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 544px) {\n .border-sm {\n border-color: #343434 !important;\n }\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 768px) {\n .border-md {\n border-color: #343434 !important;\n }\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1012px) {\n .border-lg {\n border-color: #343434 !important;\n }\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1280px) {\n .border-xl {\n border-color: #343434 !important;\n }\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* graphql.github.com: \"#0366d6\" */\n .border-blue {\n border-color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* graphql.github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* graphql.github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* graphql.github.com: \"#cea0a5\" */\n .border-red, .border-red-light {\n border-color: #d82828 !important;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* graphql.github.com: \"#d9d0a5\" */\n .border-yellow {\n border-color: #542 !important;\n }\n /* graphql.github.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* graphql.github.com: \"rgba(255,255,255,0.5)\" */\n .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.1)\" */\n .box-shadow {\n box-shadow: 0 1px 1px #000 !important;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* graphql.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* graphql.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .bg-blue {\n background-color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* graphql.github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* graphql.github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* graphql.github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* graphql.github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* graphql.github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* graphql.github.com: \"#ffdce0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* graphql.github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* graphql.github.com: \"#dbab09\" */\n .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* graphql.github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* graphql.github.com: \"#fafbfc\" */\n .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .bg-gray-1 {\n background-color: #222 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .color-gray-2 {\n color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .color-gray-3 {\n color: #404040 !important;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* graphql.github.com: \"color: #959da5 !important\" */\n .color-gray-4 {\n color: #767676 !important;\n }\n /* graphql.github.com: \"color: #6a737d !important\" */\n .color-gray-5 {\n color: #949494 !important;\n }\n /* graphql.github.com: \"#6a737d\" */\n .bg-gray-5 {\n background-color: #444 !important;\n }\n /* graphql.github.com: \"color: #586069 !important\" */\n .color-gray-6 {\n color: #afafaf !important;\n }\n /* graphql.github.com: \"#586069\" */\n .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* graphql.github.com: \"color: #444d56 !important\" */\n .color-gray-7 {\n color: #afafaf !important;\n }\n /* graphql.github.com: \"color: #2f363d !important\" */\n .color-gray-8 {\n color: #bebebe !important;\n }\n /* graphql.github.com: \"#2f363d\" */\n .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* graphql.github.com: \"color: #24292e !important\" */\n .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* graphql.github.com: \"#24292e\" */\n .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* graphql.github.com: \"#dbedff\" */\n .bg-blue-0, .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* graphql.github.com: \"#c8e1ff\" */\n .color-blue-2 {\n color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"#c8e1ff\" */\n .bg-blue-2 {\n background-color: #246 !important;\n }\n /* graphql.github.com: \"#79b8ff\" */\n .color-blue-3 {\n color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"#79b8ff\" */\n .bg-blue-3 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"#2188ff\" */\n .color-blue-4 {\n color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"#2188ff\" */\n .bg-blue-4 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .color-blue-5 {\n color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .bg-blue-5 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"#005cc5\" */\n .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* graphql.github.com: \"#005cc5\" */\n .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* graphql.github.com: \"#044289\" */\n .color-blue-7 {\n color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* graphql.github.com: \"#044289\" */\n .bg-blue-7 {\n background-color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* graphql.github.com: \"color: #032f62 !important\" */\n .color-blue-8 {\n color: #9daccc !important;\n }\n /* graphql.github.com: \"#032f62\" */\n .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* graphql.github.com: \"color: #05264c !important\" */\n .color-blue-9 {\n color: #bebebe !important;\n }\n /* graphql.github.com: \"#05264c\" */\n .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* graphql.github.com: \"#f0fff4\" */\n .color-green-0 {\n color: #002800 !important;\n }\n /* graphql.github.com: \"#f0fff4\" */\n .bg-green-0 {\n background-color: #002800 !important;\n }\n /* graphql.github.com: \"#dcffe4\" */\n .color-green-1 {\n color: #002800 !important;\n }\n /* graphql.github.com: \"#dcffe4\" */\n .bg-green-1 {\n background-color: #002800 !important;\n }\n /* graphql.github.com: \"#34d058\" */\n .color-green-4 {\n color: #373 !important;\n }\n /* graphql.github.com: \"#34d058\" */\n .bg-green-4 {\n background-color: #373 !important;\n }\n /* graphql.github.com: \"#28a745\" */\n .color-green-5 {\n color: #484 !important;\n }\n /* graphql.github.com: \"#28a745\" */\n .bg-green-5 {\n background-color: #484 !important;\n }\n /* graphql.github.com: \"#22863a\" */\n .color-green-6 {\n color: #6cc644 !important;\n }\n /* graphql.github.com: \"#22863a\" */\n .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* graphql.github.com: \"#165c26\" */\n .color-green-8 {\n color: #6cc644 !important;\n }\n /* graphql.github.com: \"#165c26\" */\n .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* graphql.github.com: \"#144620\" */\n .color-green-9 {\n color: #6cc644 !important;\n }\n /* graphql.github.com: \"#144620\" */\n .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* graphql.github.com: \"#fffdef\" */\n .color-yellow-0 {\n color: #261d08 !important;\n }\n /* graphql.github.com: \"#fffdef\" */\n .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* graphql.github.com: \"#fffbdd\" */\n .color-yellow-1 {\n color: #261d08 !important;\n }\n /* graphql.github.com: \"#fffbdd\" */\n .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* graphql.github.com: \"#fff5b1\" */\n .color-yellow-2 {\n color: #651 !important;\n }\n /* graphql.github.com: \"#fff5b1\" */\n .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* graphql.github.com: \"#ffea7f\" */\n .color-yellow-3 {\n color: #542 !important;\n }\n /* graphql.github.com: \"#ffea7f\" */\n .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* graphql.github.com: \"#ffd33d\" */\n .color-yellow-5 {\n color: #cb4 !important;\n }\n /* graphql.github.com: \"#ffd33d\" */\n .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#f9c513\" */\n .color-yellow-6 {\n color: #cb4 !important;\n }\n /* graphql.github.com: \"#f9c513\" */\n .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#dbab09\" */\n .color-yellow-7 {\n color: #cb4 !important;\n }\n /* graphql.github.com: \"#dbab09\" */\n .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#b08800\" */\n .color-yellow-8 {\n color: #cb4 !important;\n }\n /* graphql.github.com: \"#b08800\" */\n .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#735c0f\" */\n .color-yellow-9 {\n color: #bba257 !important;\n }\n /* graphql.github.com: \"#735c0f\" */\n .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* graphql.github.com: \"#fb8532\" */\n .color-orange-4 {\n color: #fb8532 !important;\n }\n /* graphql.github.com: \"#fb8532\" */\n .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* graphql.github.com: \"#e36209\" */\n .color-orange-6 {\n color: #fb8532 !important;\n }\n /* graphql.github.com: \"#e36209\" */\n .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* graphql.github.com: \"#d15704\" */\n .color-orange-7 {\n color: #f3582c !important;\n }\n /* graphql.github.com: \"#d15704\" */\n .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* graphql.github.com: \"#a04100\" */\n .color-orange-9 {\n color: #f3582c !important;\n }\n /* graphql.github.com: \"#a04100\" */\n .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* graphql.github.com: \"#ffeef0\" */\n .color-red-0 {\n color: #300 !important;\n }\n /* graphql.github.com: \"#ffeef0\" */\n .bg-red-0 {\n background-color: #300 !important;\n }\n /* graphql.github.com: \"#ffdce0\" */\n .color-red-1 {\n color: #300 !important;\n }\n /* graphql.github.com: \"#ffdce0\" */\n .bg-red-1 {\n background-color: #300 !important;\n }\n /* graphql.github.com: \"#f97583\" */\n .color-red-3 {\n color: #f88 !important;\n }\n /* graphql.github.com: \"#f97583\" */\n .bg-red-3 {\n background-color: #f88 !important;\n }\n /* graphql.github.com: \"#d73a49\" */\n .color-red-5 {\n color: #d82828 !important;\n }\n /* graphql.github.com: \"#d73a49\" */\n .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* graphql.github.com: \"#cb2431\" */\n .color-red-6 {\n color: #d82828 !important;\n }\n /* graphql.github.com: \"#cb2431\" */\n .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* graphql.github.com: \"#86181d\" */\n .color-red-9 {\n color: #d82828 !important;\n }\n /* graphql.github.com: \"#86181d\" */\n .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* graphql.github.com: \"#f5f0ff\" */\n .color-purple-0 {\n color: #213 !important;\n }\n /* graphql.github.com: \"#f5f0ff\" */\n .bg-purple-0 {\n background-color: #213 !important;\n }\n /* graphql.github.com: \"#8a63d2\" */\n .color-purple-4 {\n color: #53387a !important;\n }\n /* graphql.github.com: \"#8a63d2\" */\n .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .color-purple-5 {\n color: #9378ba !important;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* graphql.github.com: \"#ffeef8\" */\n .color-pink-0 {\n color: #170711 !important;\n }\n /* graphql.github.com: \"#ffeef8\" */\n .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* graphql.github.com: \"#ec6cb9\" */\n .color-pink-4 {\n color: #c49 !important;\n }\n /* graphql.github.com: \"#ec6cb9\" */\n .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* graphql.github.com: \"#99306f\" */\n .color-pink-8 {\n color: #e6b !important;\n }\n /* graphql.github.com: \"#99306f\" */\n .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .text-blue {\n color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* graphql.github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* graphql.github.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* graphql.github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* graphql.github.com: \"#28a745\" */\n .text-green {\n color: #484 !important;\n }\n /* graphql.github.com: \"#b08800\" */\n .text-yellow {\n color: #cb4 !important;\n }\n /* graphql.github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* graphql.github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* graphql.github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* graphql.github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .link-gray:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .muted-link:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* graphql.github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"rgba(255,255,255,0.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* graphql.github.com: \"color: #032f62\", \"#dbedff\", \"rgba(27,31,35,0.15)\" */\n .flash {\n color: #9daccc;\n background-color: #182030;\n border-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"none\" */\n .flash-close {\n background: none;\n }\n /* graphql.github.com: \"#735c0f\", \"#fffbdd\", \"rgba(27,31,35,0.15)\" */\n .flash-warn {\n color: #bba257;\n background-color: #261d08;\n }\n /* graphql.github.com: \"#86181d\", \"#ffdce0\", \"rgba(27,31,35,0.15)\" */\n .flash-error, .flash-warn {\n border-color: rgba(220, 220, 220, .15);\n }\n .flash-error {\n color: #d82828;\n background-color: #300;\n }\n /* graphql.github.com: \"#165c26\", \"#dcffe4\", \"rgba(27,31,35,0.15)\" */\n .flash-success {\n color: #6cc644;\n background-color: #002800;\n border-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fffbdd\" */\n .warning {\n background-color: #261d08;\n }\n /* graphql.github.com: \"#fff\", \"rgba(255,255,255,0.8)\" */\n .avatar-child {\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* graphql.github.com: \"#fff\" */\n .avatar-child, .AvatarStack-body {\n background-color: #181818;\n }\n /* graphql.github.com: \"#fff\", \"#fff\" */\n .AvatarStack-body .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .avatar.avatar-more {\n background-color: #222;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .avatar.avatar-more::before {\n background-color: #343434;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .avatar.avatar-more::after, .AvatarStack--right .avatar.avatar-more {\n background-color: #404040;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .AvatarStack--right .avatar.avatar-more::after {\n background-color: #222;\n }\n /* graphql.github.com: \"#fff\" */\n .AvatarStack--right .avatar {\n border-left-color: #181818;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .DashedConnection::before {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"#fff\", \"#eaecef\" */\n .blankslate code {\n background-color: #181818;\n border-color: #343434;\n }\n /* graphql.github.com: \"color: #a3aab1\" */\n .blankslate-icon {\n color: #767676;\n }\n /* graphql.github.com: \"color: rgba(27,31,35,.6)\", \"#eaf5ff\" */\n .branch-name {\n color: rgba(230, 230, 230, .6);\n background-color: #182030;\n }\n /* graphql.github.com: \"#0366d6\" */\n a.branch-name {\n color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#fff\", \"rgba(27,31,35,0.15)\", \"rgba(27,31,35,0.15)\" */\n .dropdown-menu {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 15px #000;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .dropdown-item {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\" */\n .dropdown-item:focus, .dropdown-item:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"none\" */\n .dropdown-signout {\n background: none;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .dropdown-divider {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\" */\n .dropdown-header {\n color: #afafaf;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-w::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .dropdown-menu-w::after {\n border-left-color: #181818;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-e::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .dropdown-menu-e::after {\n border-right-color: #181818;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-ne::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .dropdown-menu-ne::after {\n border-top-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\", \"#2f363d\", \"#444d56\", \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-dark {\n color: #fff;\n background-color: #282828;\n border-color: #484848;\n box-shadow: 0 1px 15px #000;\n }\n /* graphql.github.com: \"#444d56\" */\n .dropdown-menu-dark::before {\n border-bottom-color: #484848;\n }\n /* graphql.github.com: \"#2f363d\" */\n .dropdown-menu-dark::after {\n border-bottom-color: #282828;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .dropdown-menu-dark .dropdown-header {\n color: #404040;\n }\n /* graphql.github.com: \"#444d56\" */\n .dropdown-menu-dark .dropdown-divider {\n border-top-color: #484848;\n }\n /* graphql.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-w::before {\n border-color: transparent transparent transparent #484848;\n }\n /* graphql.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-w::after {\n border-color: transparent transparent transparent #282828;\n }\n /* graphql.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-e::before {\n border-color: transparent #484848 transparent transparent;\n }\n /* graphql.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-e::after {\n border-color: transparent #282828 transparent transparent;\n }\n /* graphql.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-ne::before {\n border-color: #484848 transparent transparent;\n }\n /* graphql.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-ne::after {\n border-color: #282828 transparent transparent;\n }\n /* graphql.github.com: \"#24292e\" */\n .Header {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\" */\n .Header-link, .label, .Label {\n color: #fff;\n }\n /* graphql.github.com: \"color: #586069\", \"#eaecef\" */\n .Label--gray {\n color: #afafaf;\n background-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\", \"transparent\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .Label--outline {\n color: #afafaf;\n background-color: transparent;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* graphql.github.com: \"#28a745\", \"#34d058\" */\n .Label--outline-green {\n color: #484;\n border-color: #373;\n }\n /* graphql.github.com: \"#6a737d\" */\n .Label--gray-darker {\n background-color: #444;\n }\n /* graphql.github.com: \"#d15704\" */\n .Label--orange {\n background-color: #f3582c;\n }\n /* graphql.github.com: \"color: #fff\", \"#6a737d\" */\n .state, .State {\n color: #fff;\n background-color: #444;\n }\n /* graphql.github.com: \"#2cbe4e\" */\n .State--green {\n background-color: #373;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .State--purple {\n background-color: #9378ba;\n }\n /* graphql.github.com: \"#cb2431\" */\n .State--red {\n background-color: #d82828;\n }\n /* graphql.github.com: \"color: #586069\", \"rgba(27,31,35,0.08)\" */\n .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"color: #24292e\", \"rgba(27,31,35,0.15)\" */\n .Counter--gray-light {\n color: #cdcdcd;\n background-color: rgba(220, 220, 220, .22);\n }\n /* graphql.github.com: \"color: #fff\", \"#6a737d\" */\n .Counter--gray {\n color: #fff;\n background-color: #444;\n }\n /* graphql.github.com: \"color: #586069\" */\n .diffstat {\n color: #afafaf;\n }\n /* graphql.github.com: \"#cb2431\" */\n .diffstat-block-deleted {\n background-color: #d82828;\n }\n /* graphql.github.com: \"#2cbe4e\" */\n .diffstat-block-added {\n background-color: #373;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .diffstat-block-neutral {\n background-color: #404040;\n }\n /* graphql.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* graphql.github.com: \"#cb2431\" */\n .markdown-body .absent {\n color: #d82828;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .markdown-body hr {\n background-color: #343434;\n }\n /* graphql.github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* graphql.github.com: \"color: #1b1f23\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* graphql.github.com: \"#eaecef\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #6a737d\" */\n .markdown-body h6 {\n color: #949494;\n }\n /* graphql.github.com: \"#dfe2e5\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* graphql.github.com: \"#fff\", \"#c6cbd1\" */\n .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* graphql.github.com: \"transparent\" */\n .markdown-body table img {\n background-color: transparent;\n }\n /* graphql.github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* graphql.github.com: \"transparent\" */\n .markdown-body .emoji {\n background-color: transparent;\n }\n /* graphql.github.com: \"#dfe2e5\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.05)\" */\n .markdown-body code, .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* graphql.github.com: \"transparent\" */\n .markdown-body pre > code, .markdown-body pre code, .markdown-body pre tt {\n background-color: transparent;\n }\n /* graphql.github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .markdown-body .csv-data th {\n background-color: #222;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .Popover-message::after {\n border-bottom-color: #181818;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--bottom-left::before,\n .Popover-message--bottom-right::before, .Popover-message--bottom::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .Popover-message--bottom-left::after, .Popover-message--bottom-right::after,\n .Popover-message--bottom::after {\n border-top-color: #181818;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--right-bottom::before, .Popover-message--right-top::before,\n .Popover-message--right::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .Popover-message--right-bottom::after, .Popover-message--right-top::after,\n .Popover-message--right::after {\n border-left-color: #181818;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--left-bottom::before, .Popover-message--left-top::before,\n .Popover-message--left::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .Popover-message--left-bottom::after, .Popover-message--left-top::after,\n .Popover-message--left::after {\n border-right-color: #181818;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .Progress {\n background-color: #343434;\n }\n /* graphql.github.com: \"#f6f8fa\", \"rgba(0,0,0,0.4)\" */\n .SelectMenu-modal {\n background-color: #222;\n box-shadow: 0 0 18px #000;\n }\n /* graphql.github.com: \"#d1d5da\", \"rgba(27,31,35,0.15)\" */\n @media (min-width: 544px) {\n .SelectMenu-modal {\n border-color: #404040;\n box-shadow: 0 1px 5px #000;\n }\n }\n /* graphql.github.com: \"color: #6a737d\", \"transparent\" */\n .SelectMenu-closeButton {\n color: #949494;\n background-color: transparent;\n }\n /* graphql.github.com: \"#fff\", \"#e1e4e8\" */\n .SelectMenu-filter, .SelectMenu-list {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\", \"#fff\" */\n .SelectMenu-item, .SelectMenu-list {\n background-color: #181818;\n }\n .SelectMenu-item {\n color: #afafaf;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .SelectMenu-item + .SelectMenu-item, .SelectMenu-tabs {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"color: #6a737d\", \"transparent\", \"#e1e4e8\" */\n .SelectMenu-tab {\n color: #949494;\n background-color: transparent;\n box-shadow: inset 0 -1px 0 #343434;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\", \"#e1e4e8\" */\n .SelectMenu-tab[aria-selected=\"true\"] {\n color: #cdcdcd;\n background-color: #181818;\n box-shadow: 0 0 0 1px #343434;\n }\n /* graphql.github.com: \"#e1e4e8\", \"box-shadow: none\" */\n @media (min-width: 544px) {\n .SelectMenu-tab[aria-selected=\"true\"] {\n border-color: #343434;\n box-shadow: none;\n }\n }\n /* graphql.github.com: \"#fff\" */\n .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #6a737d\", \"#f6f8fa\", \"#e1e4e8\", \"#e1e4e8\" */\n .SelectMenu-divider {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #6a737d\", \"#e1e4e8\" */\n .SelectMenu-divider, .SelectMenu-footer {\n color: #949494;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#eaecef\" */\n .SelectMenu--hasFilter .SelectMenu-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .SelectMenu-item[aria-checked=\"true\"] {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\", \"#2188ff\", \"#dbedff\", \"color: #24292e\", \"#e1e4e8\", \"#f6f8fa\" */\n @media (hover: hover) {\n .SelectMenu-item:active, .SelectMenu-item:hover,\n body:not(.intent-mouse) .SelectMenu-item:focus {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n body:not(.intent-mouse) .SelectMenu-tab:focus {\n background-color: #182030;\n }\n .SelectMenu-tab:not([aria-checked=\"true\"]):hover {\n color: #cdcdcd;\n background-color: #343434;\n }\n .SelectMenu-tab:not([aria-checked=\"true\"]):active {\n color: #cdcdcd;\n background-color: #222;\n }\n }\n /* graphql.github.com: \"#fafbfc\", \"rgba(209,213,218,0.5)\" */\n @media (hover: none) {\n .SelectMenu-item:active, .SelectMenu-item:focus {\n background-color: #181818;\n }\n .SelectMenu-item {\n -webkit-tap-highlight-color: rgba(90, 90, 90, .5);\n }\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .Subhead {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"#cb2431\" */\n .Subhead-heading--danger {\n color: #d82828;\n }\n /* graphql.github.com: \"color: #586069\" */\n .Subhead-description {\n color: #afafaf;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .TimelineItem::before {\n background-color: #343434;\n }\n /* graphql.github.com: \"#2188ff\", \"#c8e1ff\" */\n .TimelineItem:target .TimelineItem-badge {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 .2em /*[[base-color]]*/;\n }\n /* graphql.github.com: \"color: #444d56\", \"#e1e4e8\", \"#fff\" */\n .TimelineItem-badge {\n color: #afafaf;\n background-color: #343434;\n border-color: #181818;\n }\n /* graphql.github.com: \"color: #444d56\" */\n .TimelineItem-body {\n color: #afafaf;\n }\n /* graphql.github.com: \"#fff\", \"#e1e4e8\" */\n .TimelineItem-break {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"color: #959da5\", \"#fff\" */\n .TimelineItem--condensed .TimelineItem-badge {\n color: #767676;\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #1b1f23\", \"#fff\", \"#d1d5da\",\"rgba(27,31,35,0.15)\" */\n .Toast {\n color: #dcdcdc;\n background-color: #181818;\n box-shadow: inset 0 0 0 1px #404040, 0 1px 5px #000;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\" */\n .Toast-icon {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"transparent\" */\n .Toast-dismissButton {\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #586069\" */\n .Toast-dismissButton:focus, .Toast-dismissButton:hover {\n color: #afafaf;\n }\n /* graphql.github.com: \"color: #959da5\" */\n .Toast-dismissButton:active {\n color: #767676;\n }\n /* graphql.github.com: \"#d73a49\" */\n .Toast--error .Toast-icon {\n background-color: #d82828;\n }\n /* graphql.github.com: \"color: #24292e\", \"#f9c513\" */\n .Toast--warning .Toast-icon {\n color: #cdcdcd;\n background-color: #cb4;\n }\n /* graphql.github.com: \"#28a745\" */\n .Toast--success .Toast-icon {\n background-color: #484;\n }\n /* graphql.github.com: \"#586069\" */\n .Toast--loading .Toast-icon {\n background-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\", \"#e1e4e8\" */\n .pullquote {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* graphql.github.com: \"color: #fff\", \"#1074e7\", \"#1074e7\" */\n .btn-mktg {\n color: #fff;\n border: 1px solid /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#0366d6\", \"#0366d6\" */\n .btn-mktg, .btn-mktg:hover {\n background-color: /*[[base-color]]*/;\n }\n .btn-mktg:hover {\n border-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn-mktg:focus {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* graphql.github.com: \"#28a745\", \"#28a745\" */\n .btn-primary-mktg:hover {\n background-color: #484;\n border-color: #484;\n }\n /* graphql.github.com: \"#0366d6\", \"rgba(255,255,255,0)\", \"#1074e7\" */\n .btn-outline-mktg, .btn-outline-mktg:hover {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n .btn-outline-mktg:hover {\n border-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"color: #fff\", \"transparent\", \"none\", \"rgba(255,255,255,0.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: transparent;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* graphql.github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\" */\n .alpha-badge {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* graphql.github.com: \"#e0e0e0\" */\n .graphiql-ide {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#ddd\" */\n .graphiql-ide.signed-out::after {\n background-color: #383838;\n }\n /* end graphql.github.com rules */\n}\n@-moz-document regexp(\"^https?://github\\.com/features/(security|actions)\") {\n img[src*=\"security-vulnerability.svg\"],\n img[src*=\"security-vulnerability-alert.svg\"], img[src*=\"security-policy.svg\"],\n img[src*=\"security-workspace-bg.svg\"],\n img[src*=\"security-workspace-comment-1.svg\"],\n img[src*=\"security-workspace-comment-2.svg\"],\n img[src*=\"security-workspace-changes.svg\"],\n img[src*=\"security-workspace-merge.svg\"], .section-security-alerts svg,\n img[src*=\"security-dependabot.svg\"], img.security-pr-merge,\n .section-security-patches-graph, img[src*=\"security-token-scanning.svg\"],\n img[src*=\"security-lgtm-vulnerability.svg\"],\n img[src*=\"security-lgtm-alert.svg\"], .actions-pr-checks {\n filter: invert(90%) hue-rotate(-180deg) !important;\n }\n .section-security-alerts-graph svg, .section-security-patches-graph {\n filter: none !important;\n }\n [style=\"background: #fff; box-shadow: 0 10px 50px 30px #fff;\"] {\n background: none !important;\n box-shadow: none !important;\n }\n [stroke=\"#E1E4E8\"] {\n stroke: #484848;\n }\n [stroke=\"#B08800\"] {\n stroke: #652;\n }\n [fill=\"#FFFDEF\"] {\n fill: #321;\n }\n [fill=\"#6A737D\"] {\n fill: #444;\n }\n [fill=\"white\"]:not([d*=\"M279.27\"]) {\n fill: #111;\n }\n [fill=\"black\"] {\n fill: #eee;\n }\n svg.security-hero, .actions-hero {\n filter: brightness(200%) contrast(80%);\n }\n .section-actions-workflow-logs::before, .actions-pricing-private::before {\n filter: brightness(60%);\n }\n}\n@-moz-document regexp(\"^https?://github\\.com/(features|security).*\") {\n img[src*=\"img-\"], img[src*=\"security\"] {\n filter: invert(90%) hue-rotate(-180deg) !important;\n }\n img[src*=\"img-share-achievements.png\"] {\n filter: invert(100%) hue-rotate(-85deg) !important;\n }\n .jumbotron-codelines {\n color: #dcdcdc;\n }\n}\n@-moz-document domain(\"stylishthemes.github.io\") {\n * {\n box-sizing: border-box;\n }\n body {\n color: #e0e0e0;\n background-color: #202020;\n background-image: var(--ghd-bg-img);\n background-clip: border-box;\n background-origin: padding-box;\n background-attachment: /*[[bg-attachment]]*/;\n /*[[bg-options]]*/\n }\n .markdown-body img {\n background-color: #181818;\n background: none;\n }\n a {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4,\n .markdown-body h5, .markdown-body h6 {\n border-bottom: 1px solid #444;\n }\n .border-gray-light, hr {\n border-color: #444 !important;\n }\n .markdown-body table th, .markdown-body table td {\n border: 1px solid #444;\n }\n .text-gray {\n color: #aaa !important;\n }\n .markdown-body table tr {\n background-color: #181818;\n border-top: 1px solid #444;\n }\n .markdown-body table tr:nth-child(2n) {\n background-color: #202020;\n }\n /* style 404 page e.g. http://stylishthemes.github.io/ */\n p {\n color: #bebebe;\n }\n #suggestions a {\n color: #9e9e9e;\n }\n}\n@-moz-document url-prefix(\"https?://github.com/personal\") {\n .bg-blue-4, .illflow-blue .selected {\n background: #182030 !important;\n }\n}\n@-moz-document regexp(\"^https?://(education|lab)\\.github\\.com\") {\n .btn-blue {\n background-image: linear-gradient(-180deg, rgba(/*[[base-color-rgb]]*/, 1), rgba(/*[[base-color-rgb]]*/, .9) 90%) !important;\n }\n .btn-blue.hover, .btn.btn-blue:hover {\n background-image: linear-gradient(-180deg, rgba(/*[[base-color-rgb]]*/, .9), rgba(/*[[base-color-rgb]]*/, .8) 90%) !important;\n border-color: rgba(/*[[base-color-rgb]]*/, .3) !important;\n }\n}\n@-moz-document regexp(\"^https?://(render)\\.githubusercontent\\.com\\/render\\/math\") {\n svg {\n background: #222;\n }\n svg #surface1 g[style*=\"fill\"] {\n fill: #eee !important;\n }\n}\n@-moz-document domain(\"camo.githubusercontent.com\") {\n svg {\n background: #222;\n }\n}\n@-moz-document regexp(\"^https?://www\\.zuora\\.com.*github\\.com.*\") {\n /* Styles the payment form iframe */\n body, label, .popup {\n background: transparent !important;\n color: #bebebe !important;\n }\n input, select {\n background: #181818 !important;\n color: #bebebe !important;\n border-color: #343434 !important;\n }\n select {\n background: #181818 url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAQAAAAua3X8AAAARklEQVR4AWNABWcazjQg8zGl/wNhA15piBL80gglmNKYSjClMZUgpDGVwKXxKBl4QNiRBLxJIKAIBzXhyCIc3YQTDMEkBwBplPJRxEMa4wAAAABJRU5ErkJggg==\") no-repeat right 8px center !important;\n background-size: 8px 10px !important;\n }\n input:focus, select:focus {\n border-color: /*[[base-color]]*/ !important;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 2px /*[[base-color]]*/ !important;\n outline-color: /*[[base-color]]*/ !important;\n }\n .btn-submit {\n background: linear-gradient(#407045, #305530) !important;\n border-color: #083 !important;\n }\n .btn-submit:hover {\n background: linear-gradient(#508055, #407045) !important;\n }\n}\n@-moz-document domain(\"render.githubusercontent.com\") {\n /* begin render.githubusercontent.com rules */\n /* render.githubusercontent.com: \"#ddd\", \"#ddd\" */\n .pdf-page {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* render.githubusercontent.com: \"#fff\", \"#ddd\" */\n .click-for-more {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* render.githubusercontent.com: \"color: #333\", \"#eee\", \"#eee\" */\n .click-for-more .button {\n color: #bebebe;\n background-color: #242424;\n background-image: linear-gradient(#fcfcfc, #242424);\n }\n /* render.githubusercontent.com: \"#ddd\", \"#eee\",\"#ddd\" */\n .click-for-more .button:hover {\n background-color: #383838;\n background-image: linear-gradient(#242424, #383838);\n }\n /* render.githubusercontent.com: \"#fff\" */\n body {\n background-color: #181818;\n }\n /* render.githubusercontent.com: \"#ddd\" */\n .is-embedded .render-shell {\n border-color: #343434;\n }\n /* render.githubusercontent.com: \"rgba(0,0,0,0.8)\", \"#eee\" */\n .render-info .message {\n background-color: #242424;\n border-color: #343434;\n }\n /* render.githubusercontent.com: \"#4183c4\" */\n .render-info .message a {\n color: /*[[base-color]]*/;\n }\n /* render.githubusercontent.com: \"color: #000\" */\n .render-attribution:hover .symbol, .render-health:hover .symbol {\n color: #f0f0f0;\n }\n /* render.githubusercontent.com: \"#ddd\" */\n .render-bar {\n border-top-color: #343434;\n }\n /* render.githubusercontent.com: \"color: #666\" */\n .render-message a {\n color: #949494;\n }\n /* render.githubusercontent.com: \"none\" */\n .render-view-modes {\n background: none;\n }\n /* render.githubusercontent.com: \"none\", \"color: #666\" */\n .render-view-modes li {\n background: none;\n color: #949494;\n }\n /* render.githubusercontent.com: \"#fff\" */\n .slider .slider-track {\n border-top-color: #181818;\n }\n /* render.githubusercontent.com: \"#fff\", \"#eee\" */\n .render-shell img, img.asset {\n border-color: #181818;\n background-color: #242424;\n }\n /* render.githubusercontent.com: \"#fff\" */\n div.border-wrap {\n background-color: #181818;\n }\n /* render.githubusercontent.com: \"#eee\" */\n .render-shell {\n background-color: #242424;\n }\n /* render.githubusercontent.com: \"transparent\" */\n .onion-skin .controls .slider {\n background-color: transparent;\n }\n /* end render.githubusercontent.com rules */\n}\n@-moz-document domain(\"githubstatus.com\") {\n /* begin githubstatus.com rules */\n /* githubstatus.com: \"#bbb\", \"white\" */\n ._2NFgh0Z6tkGorUToiId47k [class^=\"Content__ChildWrapper\"] > [class^=\"Content\"],\n ._3c5eahGieigDTmRHO-d7l3 [class^=\"Content__ChildWrapper\"] > [class^=\"Content\"] {\n border-color: #484848;\n background-color: #181818;\n }\n /* githubstatus.com: \"white\" */\n ._2NFgh0Z6tkGorUToiId47k .status-dropdown__option::before,\n ._3c5eahGieigDTmRHO-d7l3 .status-dropdown__option::before {\n background-color: #181818;\n }\n /* githubstatus.com: \"transparent\" */\n .ak-editor-wrapper pre code, .markdown-display pre code {\n background-color: transparent;\n }\n /* githubstatus.com: \"#ddd\" */\n .ak-editor-wrapper table, .markdown-display table {\n border-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n .ak-editor-wrapper table td, .markdown-display table td {\n border-top-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n .ak-editor-wrapper table td + td, .ak-editor-wrapper table th + th,\n .markdown-display table td + td, .markdown-display table th + th {\n border-left-color: #343434;\n }\n /* githubstatus.com: \"color: #fff\" */\n ._3DswDMo3rPhwmGGm-RnGoI td[aria-selected=\"true\"] div {\n color: #fff;\n }\n /* githubstatus.com: \"#d0d0d0\" */\n ._2-I6T1F9kpUp2j9G31LMYN {\n border-color: #343434;\n }\n /* githubstatus.com: \"#bbb\" */\n ._1JN3aEKlPD7X5jqB1dXYzx input {\n border-color: #484848;\n }\n /* githubstatus.com: \"white\" */\n ._2dv0LNfUzjAAPh-wPACjXb {\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #fff\" */\n .wPHh9nW_2p42Vk16HDf2n {\n color: #fff;\n }\n /* githubstatus.com: \"transparent\" */\n abbr, address, article, aside, audio, b, blockquote, body, canvas, caption,\n cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption,\n figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i,\n iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p,\n pre, q, samp, section, small, span, strong, sub, summary, sup, time, ul, var,\n video {\n background-color: transparent;\n }\n /* githubstatus.com: \"#ffffff\", \"color: #333\", \"#fff\" */\n body {\n color: #bebebe;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .well {\n border-color: #343434;\n }\n /* githubstatus.com: \"#e5e5e5\" */\n hr {\n border-top-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n abbr {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#f5f5f5\" */\n pre.code-display {\n background-color: #222;\n }\n /* githubstatus.com: \"transparent\" */\n pre.code-display code {\n background-color: transparent;\n }\n /* githubstatus.com: \"#bbb\" */\n .chzn-container-single .chzn-single, input[type=\"email\"],\n input[type=\"number\"], input[type=\"password\"], input[type=\"text\"], select,\n textarea {\n border-color: #484848;\n }\n /* githubstatus.com: \"color: #666\" */\n .chzn-container-single .chzn-single, input[type=\"email\"],\n input[type=\"password\"], input[type=\"text\"], textarea {\n color: #949494;\n }\n /* githubstatus.com: \"#f5f5f5\", \"#ddd\" */\n input[disabled], select[disabled], select[readonly], textarea[disabled] {\n background-color: #222;\n border-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n input[disabled]:hover, select[disabled]:hover, select[readonly]:hover,\n textarea[disabled]:hover {\n border-color: #343434;\n }\n /* githubstatus.com: \"white\", \"#f4f4f4\", \"color: #666\" */\n .controls.append label, .controls.prepend label {\n box-shadow: 0 1px 0 #181818 inset;\n background-color: #242424;\n color: #949494;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .form-bordered .control-group {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .form-bordered .control-group.first-border {\n border-top-color: #343434;\n }\n /* githubstatus.com: \"#eee\" */\n .fa-border {\n border-color: #343434;\n }\n /* githubstatus.com: \"color: #fff\" */\n .cpt-admin-callout.uptime-edit .label.set, .fa-inverse,\n .tooltipster-sidetip .tooltipster-content {\n color: #fff;\n }\n /* githubstatus.com: \"#BBB\" */\n .cpt-admin-simple-search-form button {\n border-color: #484848;\n }\n /* githubstatus.com: \"color: #fff\", \"#ffffff\" */\n .carousel-control {\n color: #fff;\n border-color: #181818;\n }\n /* githubstatus.com: \"color: #fff\" */\n .carousel-caption h4, .carousel-caption p, .carousel-control:hover {\n color: #fff;\n }\n /* githubstatus.com: \"#f8f8f8\" */\n .component-statuses .component-status-container .component-dropdown-selector.dropdown-open .component-status-display {\n background-color: #202020;\n }\n /* githubstatus.com: \"#d0d0d0\", \"#fff\" */\n .component-statuses .component-status-container .component-dropdown-selector .status-dropdown {\n border-color: #343434;\n background-color: #181818;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"#fff\" */\n .component-statuses .component-status-container .component-dropdown-selector .status-dropdown .status-option:hover,\n .datepicker {\n background-color: #181818;\n }\n .datepicker {\n box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -moz-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -webkit-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -o-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -ms-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n border-color: rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\" */\n .datepicker::before {\n border-bottom-color: rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"#fff\" */\n .datepicker::after {\n border-bottom-color: #181818;\n }\n /* githubstatus.com: \"#eee\" */\n .datepicker td.day:hover {\n background-color: #242424;\n }\n /* githubstatus.com: \"color: #fff\" */\n .datepicker td.active, .datepicker td.active:hover {\n color: #fff;\n }\n /* githubstatus.com: \"#eee\" */\n .datepicker td span:hover {\n background-color: #242424;\n }\n /* githubstatus.com: \"color: #fff\" */\n .datepicker td span.active {\n color: #fff;\n }\n /* githubstatus.com: \"#eee\" */\n .datepicker thead tr:first-child th:hover {\n background-color: #242424;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"#ffffff\", \"rgba(0,0,0,0.2)\" */\n .dropdown .dropdown-menu {\n box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -moz-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -webkit-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -o-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -ms-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n background-color: #181818;\n border-color: rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"#f8f8f8\" */\n .dropdown .dropdown-menu li:hover {\n background-color: #202020;\n }\n /* githubstatus.com: \"color: #333\" */\n .dropdown .dropdown-menu li a {\n color: #bebebe;\n }\n /* githubstatus.com: \"white\" */\n .es-menu {\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #333\" */\n .es-menu .item div .fa, .es-menu .item div i.component-status {\n color: #bebebe;\n }\n /* githubstatus.com: \"color: #666\" */\n .es-highlight {\n color: #949494;\n }\n /* githubstatus.com: \"box-shadow: none !important\" */\n #es-search-field {\n box-shadow: none !important;\n }\n /* githubstatus.com: \"#bbb\" */\n .grouped-items-selector {\n border-color: #484848;\n }\n /* githubstatus.com: \"box-shadow: none\" */\n .grouped-items-selector.inline {\n box-shadow: none;\n }\n /* githubstatus.com: \"#ddd\" */\n .grouped-items-selector.inline .border-color {\n border-color: #343434;\n }\n /* githubstatus.com: \"color: #333\" */\n .grouped-items-selector.inline .grouped-item.active {\n color: #bebebe;\n }\n /* githubstatus.com: \"#ddd\" */\n .grouped-items-selector .body .grouped-items .grouped-item,\n .grouped-items-selector .body .grouped-items .grouped-item.open {\n border-color: #343434;\n }\n /* githubstatus.com: \"rgba(255,255,255,0.8)\" */\n .loader-overlay {\n background-color: hsla(0, 0%, 100%, .8);\n }\n /* githubstatus.com: \"#ffffff\" */\n .modal {\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #000\" */\n .modal .headless-close, .modal .headless-close:hover {\n color: #f0f0f0;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .modal .modal-header {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"color: #000\" */\n .modal .modal-header .close, .modal .modal-header .close:hover {\n color: #f0f0f0;\n }\n /* githubstatus.com: \"#f5f5f5\", \"#ddd\" */\n .modal .modal-footer {\n background-color: #222;\n border-top-color: #343434;\n }\n /* githubstatus.com: \"color: #fff\" */\n .cpt-notification {\n color: #fff;\n }\n /* githubstatus.com: \"rgba(255,255,255,0.8)\" */\n .cpt-notification .close {\n color: hsla(0, 0%, 100%, .8);\n }\n /* githubstatus.com: \"color: #fff\" */\n .cpt-notification .close:hover, .cpt-notification a:not(.close),\n .cpt-notification a:not(.close):hover {\n color: #fff;\n }\n /* githubstatus.com: \"#fff\" */\n .panel {\n background-color: #181818;\n }\n /* githubstatus.com: \"#ddd\" */\n .panel.panel-default {\n border-color: #343434;\n }\n /* githubstatus.com: \"color: #333\", \"#f5f5f5\", \"#ddd\" */\n .panel.panel-default .panel-heading {\n color: #bebebe;\n background-color: #222;\n border-color: #343434;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"#ffffff\", \"rgba(0,0,0,0.2)\" */\n .popover {\n box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -moz-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -webkit-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -o-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -ms-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n background-color: #181818;\n border-color: rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"#ffffff\" */\n .popover.top .arrow::after {\n border-top-color: #181818;\n }\n /* githubstatus.com: \"#ffffff\" */\n .popover.right .arrow::after {\n border-right-color: #181818;\n }\n /* githubstatus.com: \"#ffffff\" */\n .popover.bottom .arrow::after {\n border-bottom-color: #181818;\n }\n /* githubstatus.com: \"#ffffff\" */\n .popover.left .arrow::after {\n border-left-color: #181818;\n }\n /* githubstatus.com: \"#f5f5f5\", \"#eee\" */\n .popover .popover-title {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.15)\", \"color: #fff\" */\n .cpt-progress .bar {\n box-shadow: inset 0 -1px 0 #000;\n color: #fff;\n }\n /* githubstatus.com: \"#fff\" */\n .cpt-table .content {\n background-color: #181818;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .cpt-table .content .table-row.blank-state {\n border-color: #343434 !important;\n }\n /* githubstatus.com: \"#ddd\" */\n .cpt-tabular-table {\n border-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n .cpt-tabular-table td {\n border-top-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n .cpt-tabular-table td + td, .cpt-tabular-table th + th {\n border-left-color: #343434;\n }\n /* githubstatus.com: \"#f9f9f9\" */\n .cpt-tabular-table.striped tbody tr:nth-child(odd) td,\n .cpt-tabular-table .table-striped tbody tr:nth-child(odd) th {\n background-color: #181818;\n }\n /* githubstatus.com: \"#ddd\" */\n .cpt-tabs:not(.unstyled) {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#eee\", \"color: #666\" */\n .cpt-tabs:not(.unstyled) li:not(.active) a:hover {\n background-color: #242424;\n color: #949494;\n }\n /* githubstatus.com: \"transparent\" */\n .cpt-tabs:not(.unstyled) li:not(.active) a:hover.disabled {\n background-color: transparent;\n }\n /* githubstatus.com: \"color: #333\", \"#ffffff\", \"#ddd\" */\n .cpt-tabs:not(.unstyled) li.active a {\n color: #bebebe;\n background-color: #181818;\n border-color: #343434;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .cpt-tabs:not(.unstyled).mobile {\n border-color: #343434;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .cpt-tabs:not(.unstyled).mobile.open li:last-of-type {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#e0e0e0\", \"#e0e0e0\" */\n .cpt-tabs:not(.unstyled).mobile.open li a {\n border-left-color: #343434;\n border-right-color: #343434;\n }\n /* githubstatus.com: \"#fff\" */\n .cpt-tabs:not(.unstyled).mobile li.active a,\n .cpt-tabs:not(.unstyled).mobile li:not(.active) a:hover,\n .cpt-tabs:not(.unstyled).mobile li a {\n background-color: #181818;\n }\n /* githubstatus.com: \"box-shadow: none\", \"none\" */\n .cpt-toggle {\n box-shadow: none;\n background: none;\n }\n /* githubstatus.com: \"white\" */\n .cpt-toggle .bubble {\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #fff\" */\n .cpt-toggle.on .text {\n color: #fff;\n }\n /* githubstatus.com: \"color: #666\", \"#e0e0e0\" */\n .tooltip-base {\n border-color: #343434;\n }\n /* githubstatus.com: \"color: #666\" */\n .tooltip-base, .tooltip-base:hover {\n color: #949494;\n }\n /* githubstatus.com: \"color: #fff\" */\n .tooltip .tooltip-inner {\n color: #fff;\n }\n /* githubstatus.com: \"color: #fff\", \"color: #fff !important\" */\n .cpt-button {\n color: #fff;\n color: #fff !important;\n }\n /* githubstatus.com: \"color: #fff\" */\n .cpt-button:hover {\n color: #fff;\n }\n /* githubstatus.com: \"#ffffff\" */\n .cpt-button .caret {\n border-top-color: #181818;\n }\n /* githubstatus.com: \"box-shadow: none\", \"transparent\", \"rgba(255,255,255,0.8)\" */\n .cpt-button.style-outline {\n box-shadow: none;\n background-color: transparent;\n border-color: hsla(0, 0%, 100%, .8);\n }\n /* githubstatus.com: \"white\" */\n .cpt-button.style-outline:hover {\n border-color: #181818;\n }\n /* githubstatus.com: \"#bbb\" */\n .cpt-button.style-outline.color-grey {\n border-color: #484848;\n }\n /* githubstatus.com: \"box-shadow: none\" */\n .cpt-button.disabled {\n box-shadow: none;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\" */\n .cpt-button.pressed, .cpt-button:active {\n box-shadow: inset 0 0 5px rgba(255, 255, 255, .7);\n -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, .7);\n -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .7);\n -o-box-shadow: inset 0 0 5px rgba(255, 255, 255, .7);\n -ms-box-shadow: inset 0 0 5px rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"#CCCCCC\" */\n .domain-helper .domain-header.domain-unset {\n background-color: #484848;\n }\n /* githubstatus.com: \"color: #fff\" */\n .domain-helper .domain-header.domain-deprecated,\n .domain-helper .domain-header.domain-invalid,\n .domain-helper .domain-header.domain-valid {\n color: #fff;\n }\n /* githubstatus.com: \"#EEEEEE\" */\n .domain-helper .dns-records {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#EEEEEE\" */\n .domain-helper .dns-records .dns-records-header {\n background-color: #242424;\n }\n /* githubstatus.com: \"#EEEEEE\" */\n .domain-helper .dns-records .dns-records-row {\n border-color: #343434;\n }\n /* githubstatus.com: \"#fff\" */\n .cpt-pill-group button.pill {\n background-color: #181818;\n }\n /* githubstatus.com: \"#E0E0E0\", \"color: #333\" */\n .cpt-pill-group button.pill.active {\n border-color: #343434;\n color: #bebebe;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\" */\n .updates-dropdown-container .updates-dropdown {\n box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n -moz-box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n -o-box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n -ms-box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\" */\n .updates-dropdown-container .updates-dropdown .updates-dropdown-nav {\n border-color: rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"#f8f8f8\", \"#e0e0e0\", \"#e0e0e0\" */\n .updates-dropdown-container .updates-dropdown .updates-dropdown-nav a {\n background-color: #202020;\n border-right-color: #343434;\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"color: #666 !important\" */\n .updates-dropdown-container .updates-dropdown .updates-dropdown-nav a:last-of-type {\n color: #949494 !important;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"#fff\" */\n .updates-dropdown-container .updates-dropdown .updates-dropdown-section {\n border-color: rgba(255, 255, 255, .7);\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #fff\" */\n .activate-page-prompt, .activate-page-prompt a, .pau-preview {\n color: #fff;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.15)\", \"color: #fff\" */\n .flat-button,\n .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown {\n box-shadow: 0 -2px 0 #000 inset;\n color: #fff;\n }\n /* githubstatus.com: \"color: #fff\" */\n .flat-button:hover,\n .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown:hover {\n color: #fff;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.8)\" */\n .layout-content.status .masthead-container.premium .masthead .text-container {\n background-color: #242424;\n }\n /* githubstatus.com: \"color: #fff\" */\n .layout-content.status .masthead-container.premium .masthead .text-container .page-name,\n .layout-content.status .masthead-container.premium .masthead .text-container .page-name a {\n color: #fff;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\" */\n .layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title {\n text-shadow: 0 1px 0 rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"color: #fff\" */\n .layout-content.status.status-index .page-status .status,\n .layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title a,\n .layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title a:hover {\n color: #fff;\n }\n /* githubstatus.com: \"rgba(255,255,255,0.8)\" */\n .layout-content.status.status-index .page-status .last-updated-stamp {\n color: hsla(0, 0%, 100%, .8);\n }\n /* githubstatus.com: \"color: #fff\" */\n .layout-content.status.status-full-history .show-filter.open {\n color: #fff;\n }\n /* githubstatus.com: \"white\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\" */\n .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip {\n background-color: #181818;\n border-color: rgba(255, 255, 255, .7);\n box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"white\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\" */\n .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip #box-arrow {\n background-color: #181818;\n border-left-color: rgba(255, 255, 255, .7);\n border-top-color: rgba(255, 255, 255, .7);\n box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"box-shadow: none\" */\n .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip .tooltip-box {\n box-shadow: none;\n }\n /* githubstatus.com: \"#e0e0e0\", \"color: #333\" */\n .layout-content.status-internal {\n border-color: #343434;\n color: #bebebe;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"#fff\" */\n .layout-content.status-internal .message-container {\n box-shadow: 0 0 25px rgba(255, 255, 255, .7);\n -moz-box-shadow: 0 0 25px rgba(255, 255, 255, .7);\n -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, .7);\n -o-box-shadow: 0 0 25px rgba(255, 255, 255, .7);\n -ms-box-shadow: 0 0 25px rgba(255, 255, 255, .7);\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #fff\" */\n .layout-content.status-internal .powered-by-container,\n .layout-content.status-internal .powered-by-container a,\n .layout-content.status-internal .powered-by-container a:hover {\n color: #fff;\n }\n /* githubstatus.com: \"white\" */\n #uptime-tooltip .pointer-smaller {\n border-bottom-color: #181818;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.15)\", \"rgba(0,0,0,0.2)\", \"white\" */\n #uptime-tooltip .tooltip-box {\n box-shadow: 0 3px 6px #000;\n border-color: rgba(255, 255, 255, .7);\n background-color: #181818;\n }\n /* githubstatus.com: \"rgba(255,255,255,0)\" */\n #uptime-tooltip .outage-field {\n border-color: transparent;\n }\n /* githubstatus.com: \"color: #333\" */\n #uptime-tooltip .related-events .related-event .related-event-link {\n color: #bebebe;\n }\n /* githubstatus.com: \"transparent\", \"#0366d6\" */\n a {\n background-color: transparent;\n color: /*[[base-color]]*/;\n }\n /* githubstatus.com: \"color: #000\" */\n mark {\n color: #f0f0f0;\n }\n /* githubstatus.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* githubstatus.com: \"#dfe2e5\" */\n .rule, hr {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* githubstatus.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .border-blue {\n border-color: /*[[base-color]]*/ !important;\n }\n /* githubstatus.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* githubstatus.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* githubstatus.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* githubstatus.com: \"#cea0a5\" */\n .border-red, .border-red-light {\n border-color: #d82828 !important;\n }\n /* githubstatus.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* githubstatus.com: \"#d9d0a5\" */\n .border-yellow {\n border-color: #542 !important;\n }\n /* githubstatus.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* githubstatus.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* githubstatus.com: \"rgba(27, 31, 35, 0.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* githubstatus.com: \"rgba(27, 31, 35, 0.1)\" */\n .box-shadow {\n box-shadow: 0 1px 1px #000 !important;\n }\n /* githubstatus.com: \"rgba(27, 31, 35, 0.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* githubstatus.com: \"rgba(27, 31, 35, 0.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* githubstatus.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* githubstatus.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .bg-blue {\n background-color: /*[[base-color]]*/ !important;\n }\n /* githubstatus.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* githubstatus.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* githubstatus.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* githubstatus.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* githubstatus.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* githubstatus.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* githubstatus.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* githubstatus.com: \"#ffdce0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* githubstatus.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* githubstatus.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* githubstatus.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* githubstatus.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .text-blue {\n color: /*[[base-color]]*/ !important;\n }\n /* githubstatus.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* githubstatus.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* githubstatus.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* githubstatus.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* githubstatus.com: \"#28a745\" */\n .text-green {\n color: #484 !important;\n }\n /* githubstatus.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* githubstatus.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* githubstatus.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* githubstatus.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* githubstatus.com: \"#dbab09\" */\n .bg-pending, .text-pending {\n color: #cb4 !important;\n }\n /* githubstatus.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .link-gray:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* githubstatus.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* githubstatus.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .muted-link:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* githubstatus.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* githubstatus.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* githubstatus.com: \"rgba(255, 255, 255, 0.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* githubstatus.com: \"#f6f8fa\" */\n body {\n background-color: #222;\n }\n /* githubstatus.com: \"rgba(0, 0, 0, 0.125)\" */\n .layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .updates,\n .markdown-display table, .tooltip-base,\n body.status .layout-content.status .border-color, hr {\n border-color: rgba(220, 220, 220, .125);\n }\n /* githubstatus.com: \"rgba(0, 0, 0, 0.125)\" */\n .header {\n border-bottom-color: rgba(220, 220, 220, .125);\n }\n /* githubstatus.com: \"#fff\" */\n .component-container, .incident-title + .updates {\n background-color: #181818;\n }\n /* githubstatus.com: \"#e6ebf1\" */\n .page-footer {\n border-top-color: #343434 !important;\n }\n /* githubstatus.com: \"#f6f8fa\" */\n .component-items-selector .grouped-item:hover {\n background-color: #222;\n }\n /* githubstatus.com: \"color: #fff\", \"#0366d6\" */\n .component-items-selector .active, .component-items-selector .active:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* githubstatus.com: \"#e6ebf1\" */\n .incident-list::before, .status-day::before {\n background-color: #444;\n }\n /* githubstatus.com: \"#24292e\" */\n .status-day > .date::before {\n background-color: #181818;\n }\n /* githubstatus.com: \"#e6ebf1\" */\n .month-title {\n border-bottom-color: #343434 !important;\n }\n /* githubstatus.com: \"#e6ebf1\" */\n .incident-container::before {\n background-color: #444;\n }\n /* githubstatus.com: \"#e6ebf1\", \"#f6f8fa\" */\n .incident-container .incident-title::before {\n background-color: #444;\n border-color: #202020;\n }\n /* githubstatus.com: \"#dbab09\" */\n .update.investigating > strong {\n color: #cb4;\n }\n /* githubstatus.com: \"#28a745\" */\n .update.resolved > strong {\n color: #484;\n }\n /* githubstatus.com: \"#eff3f6\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\", \"rgba(27, 31, 35, 0.2)\", \"color: #24292e !important\", \"rgba(0, 0, 0, 0.15)\" */\n .flat-button, .history-header .show-filter {\n background-color: #242424 !important;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%) !important;\n border-color: rgba(220, 220, 220, .2) !important;\n color: #cdcdcd !important;\n box-shadow: #000 0 0 0 inset !important;\n }\n /* githubstatus.com: \"#fff\" */\n .updates-dropdown-container .updates-dropdown {\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #24292e\", \"rgba(0, 0, 0, 0.125)\" */\n .updates-dropdown-container .updates-dropdown-nav::before {\n color: #cdcdcd;\n border-bottom-color: rgba(220, 220, 220, .125);\n }\n /* githubstatus.com: \"transparent\" */\n .updates-dropdown-container #updates-dropdown-close-btn {\n background-color: transparent;\n }\n /* githubstatus.com: \"#ffffff\" */\n #uptime-tooltip .tooltip-box, .grouped-items-selector,\n .layout-content.status.status-api .section .example-container .example-opener .color-secondary,\n .layout-content.status.status-full-history .history-nav a.current, body,\n div[id^=\"subscribe-modal\"], div[id^=\"subscribe-modal\"] .modal-footer {\n background-color: #181818;\n }\n /* githubstatus.com: \"#ffffff\" */\n #uptime-tooltip .pointer-container .pointer-smaller {\n border-bottom-color: #181818;\n }\n /* githubstatus.com: \"color: #24292e\" */\n #uptime-tooltip .tooltip-box .tooltip-content .related-events .related-event a.related-event-link,\n .color-primary, .color-primary:hover, .incident-history .impact-none,\n .layout-content.status-full-history .month .incident-container .impact-none,\n .layout-content.status-index .status-day .update-title.impact-none a,\n .layout-content.status-index .status-day .update-title.impact-none a:hover,\n .layout-content.status-index .timeframes-container .timeframe.active,\n .layout-content.status .grouped-items-selector.inline .grouped-item.active,\n .layout-content.status.status-full-history .history-nav a.current,\n .layout-content.status.status-full-history .history-nav a:not(.current):hover,\n .layout-content.status.status-index .components-statuses .component-container .name,\n .layout-content.status.status-index .incidents-list .incident-title.impact-none a,\n body.status, div[id^=\"subscribe-modal\"] .modal-header .close {\n color: #cdcdcd;\n }\n /* githubstatus.com: \"color: #6a737d\" */\n #uptime-tooltip .tooltip-box .tooltip-content .related-events #related-event-header,\n .color-secondary,\n .layout-content.status .grouped-items-selector.inline .grouped-item,\n .layout-content.status.status-full-history .history-footer .pagination a.disabled,\n .layout-content.status.status-full-history .history-nav a,\n .layout-content.status .table-row .date, small {\n color: #949494;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n #uptime-tooltip .tooltip-box, .markdown-display table, .tooltip-base,\n body.status .layout-content.status .border-color, div[id^=\"subscribe-modal\"],\n hr {\n border-color: #343434;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .markdown-display table td, div[id^=\"subscribe-modal\"] .modal-footer {\n border-top-color: #343434;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n div[id^=\"subscribe-modal\"] .modal-header .close:hover {\n color: #343434;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .markdown-display table td + td, .markdown-display table th + th {\n border-left-color: #343434;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n #uptime-tooltip .pointer-container .pointer-larger,\n div[id^=\"subscribe-modal\"] .modal-header {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"rgba(225,228,232,0.31)\" */\n #uptime-tooltip .tooltip-box .outage-field {\n background-color: #282828;\n }\n /* githubstatus.com: \"#e36209\" */\n .layout-content.status.status-index .page-status.status-major,\n .layout-content.status.status-index .status-day .update-title.impact-major a,\n .layout-content.status.status-index .status-day .update-title.impact-major a:hover,\n .layout-content.status.status-index .unresolved-incident.impact-major .incident-title {\n background-color: #fb8532;\n }\n /* githubstatus.com: \"#e36209\" */\n .components-container .component-inner-container.status-orange .component-status,\n .components-container .component-inner-container.status-orange .icon-indicator,\n .incident-history .impact-major,\n .layout-content.status-full-history .month .incident-container .impact-major,\n .layout-content.status-incident .incident-name.impact-major,\n .layout-content.status-index .components-statuses .component-container.status-orange::after,\n .layout-content.status.status-index .incidents-list .incident-title.impact-major a,\n .status-orange .icon-indicator {\n color: #fb8532;\n }\n /* githubstatus.com: \"#e36209\" */\n .layout-content.status.status-index .unresolved-incident.impact-major .updates {\n border-color: #fb8532;\n }\n /* githubstatus.com: \"#dbab09\" */\n .layout-content.status.status-index .page-status.status-minor,\n .layout-content.status.status-index .scheduled-incidents-container .tab,\n .layout-content.status.status-index .status-day .update-title.impact-minor a,\n .layout-content.status.status-index .status-day .update-title.impact-minor a:hover,\n .layout-content.status.status-index .unresolved-incident.impact-minor .incident-title {\n background-color: #cb4;\n }\n /* githubstatus.com: \"#dbab09\" */\n .components-container .component-inner-container.status-yellow .component-status,\n .components-container .component-inner-container.status-yellow .icon-indicator,\n .incident-history .impact-minor,\n .layout-content.status-full-history .month .incident-container .impact-minor,\n .layout-content.status-incident .incident-name.impact-minor,\n .layout-content.status-index .components-statuses .component-container.status-yellow::after,\n .layout-content.status.manage-subscriptions .confirmation-infobox .fa,\n .layout-content.status.status-index .incidents-list .incident-title.impact-minor a,\n .status-yellow .icon-indicator {\n color: #cb4;\n }\n /* githubstatus.com: \"#dbab09\" */\n .layout-content.status.status-index .scheduled-incidents-container,\n .layout-content.status.status-index .unresolved-incident.impact-minor .updates {\n border-color: #cb4;\n }\n /* githubstatus.com: \"#0366d6\" */\n .layout-content.status.status-index .page-status.status-maintenance,\n .layout-content.status.status-index .scheduled-incidents-container .tab,\n .layout-content.status.status-index .status-day .update-title.impact-maintenance a,\n .layout-content.status.status-index .status-day .update-title.impact-maintenance a:hover,\n .layout-content.status.status-index .unresolved-incident.impact-maintenance .incident-title {\n background-color: /*[[base-color]]*/;\n }\n /* githubstatus.com: \"#0366d6\" */\n .components-container .component-inner-container.status-blue .component-status,\n .components-container .component-inner-container.status-blue .icon-indicator,\n .incident-history .impact-maintenance,\n .layout-content.status-full-history .month .incident-container .impact-maintenance,\n .layout-content.status-incident .incident-name.impact-maintenance,\n .layout-content.status-index .components-statuses .component-container.status-blue::after,\n .layout-content.status.status-index .incidents-list .incident-title.impact-maintenance a,\n .status-blue .icon-indicator {\n color: /*[[base-color]]*/;\n }\n /* githubstatus.com: \"#0366d6\" */\n .layout-content.status.status-index .scheduled-incidents-container,\n .layout-content.status.status-index .unresolved-incident.impact-maintenance .updates {\n border-color: /*[[base-color]]*/;\n }\n /* githubstatus.com: \"#28a745\" */\n .layout-content.status.status-index .page-status.status-none {\n background-color: #484;\n }\n /* githubstatus.com: \"#28a745\" */\n .components-container .component-inner-container.status-green .component-status,\n .components-container .component-inner-container.status-green .icon-indicator,\n .layout-content.status-index .components-statuses .component-container.status-green::after,\n .status-green .icon-indicator {\n color: #484;\n }\n /* githubstatus.com: \"#0366d6\" */\n .layout-content.status-incident .subheader a:hover,\n .layout-content.status-index .page-footer span a:hover,\n .layout-content.status-index .timeframes-container .timeframe:not(.active):hover,\n a, a:hover {\n color: /*[[base-color]]*/;\n }\n /* githubstatus.com: \"#0366d6\" */\n .flat-button, .layout-content.status-full-history .show-filter.open,\n .masthead .updates-dropdown-container .show-updates-dropdown {\n background-color: /*[[base-color]]*/;\n }\n /* githubstatus.com: \"color: #6a737d\" */\n .components-section .components-uptime-link,\n .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item,\n .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item.light {\n color: #949494;\n }\n /* githubstatus.com: \"#6a737d\" */\n .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .spacer {\n background-color: #444;\n }\n /* end githubstatus.com rules */\n .illo-desktop-header {\n filter: invert(90%) hue-rotate(-180deg) !important;\n }\n .status-day > .date::before {\n background-color: #444 !important;\n }\n .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item.light {\n opacity: .7;\n }\n .page-title .impact-minor::before {\n 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\");\n }\n .page-title .impact-major::before {\n 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\");\n }\n .page-title .impact-critical::before {\n 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\");\n }\n .page-title .impact-maintenance::before {\n 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\");\n }\n .page-footer > a:first-child::before {\n 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;\n }\n .incident-container .incident-title::before {\n 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\");\n }\n .select-input__control[class*=\"css-\"] {\n background-color: #181818;\n border-color: #333;\n }\n .select-input__single-value[class*=\"css-\"] {\n color: #bebebe;\n }\n body.status div[class*=\"css-\"] {\n background-color: #181818;\n }\n .layout-content.status.status-full-history .history-nav a.current.border-color {\n margin-top: 1px;\n border-bottom: 1px solid transparent !important;\n }\n .layout-content.status.status-full-history .history-nav a.button.border-color:not(.current) {\n border-bottom: 1px solid #333 !important;\n margin-top: 1px;\n }\n .select-input__option:not(.select-input__option--is-selected):hover {\n background-color: #282828;\n color: #eee;\n }\n .select-input__option--is-selected[class*=\"css-\"] {\n background-color: #182030 !important;\n }\n svg [fill=\"#EAEAEA\"] {\n fill: #555;\n }\n}\n@-moz-document domain(\"support.github.com\") {\n /* begin support.github.com rules */\n /* support.github.com: \"transparent\" */\n a {\n background-color: transparent;\n }\n /* support.github.com: \"color: #1b1f23\" */\n mark {\n color: #dcdcdc;\n }\n /* support.github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* support.github.com: \"#0366d6\" */\n a {\n color: /*[[base-color]]*/;\n }\n /* support.github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* support.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n kbd {\n color: #afafaf;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* support.github.com: \"#fff\", \"#d1d5da\" */\n .Box, kbd {\n background-color: #181818;\n border-color: #404040;\n }\n /* support.github.com: \"#f6f8fa\", \"#d1d5da\" */\n .Box-header {\n background-color: #222;\n border-color: #404040;\n }\n /* support.github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* support.github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* support.github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: 2px 0 0 /*[[base-color]]*/ inset;\n }\n /* support.github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: /*[[base-color]]*/;\n }\n /* support.github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* support.github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* support.github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* support.github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* support.github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* support.github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width: 768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: /*[[base-color]]*/;\n }\n }\n /* support.github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* support.github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* support.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* support.github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* support.github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* support.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* support.github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* support.github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* support.github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* support.github.com: \"#e1e4e8\" */\n .breadcrumb-item::after {\n color: #343434;\n }\n /* support.github.com: \"color: #586069\" */\n .breadcrumb-item-selected, .breadcrumb-item[aria-current] {\n color: #afafaf;\n }\n /* support.github.com: \"rgba(27,31,35,0.2)\" */\n .btn {\n border-color: rgba(220, 220, 220, .2);\n }\n /* support.github.com: \"color: #586069\", \"rgba(27,31,35,0.1)\" */\n .btn .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .17);\n }\n /* support.github.com: \"none\" */\n .btn.selected, .btn:active, .btn[aria-selected=true] {\n background-image: none;\n }\n /* support.github.com: \"color: #24292e\", \"#eff3f6\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn {\n color: #cdcdcd;\n background-color: #242424;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* support.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* support.github.com: \"#e6ebf1\", \"#e6ebf1\", \"rgba(27,31,35,0.35)\" */\n .btn.hover, .btn:hover {\n background-color: #444;\n background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%);\n border-color: rgba(220, 220, 220, .35);\n }\n /* support.github.com: \"#e9ecef\", \"none\", \"rgba(27,31,35,0.35)\", \"rgba(27,31,35,0.15)\" */\n .btn.selected, .btn:active, .btn[aria-selected=true], [open] > .btn {\n background-color: #404040;\n background-image: none;\n border-color: rgba(220, 220, 220, .35);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* support.github.com: \"color: rgba(36,41,46,.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn.disabled, .btn:disabled, .btn[aria-disabled=true] {\n color: rgba(210, 210, 210, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* support.github.com: \"color: #fff\", \"#28a745\", \"#34d058\",\"#28a745\" */\n .btn-primary {\n color: #fff;\n background-color: #484;\n background-image: linear-gradient(-180deg, #373 0%, #484 90%);\n }\n /* support.github.com: \"rgba(52,208,88,0.4)\" */\n .btn-primary.focus, .btn-primary:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* support.github.com: \"#269f42\", \"#2fcb53\",\"#269f42\", \"rgba(27,31,35,0.5)\" */\n .btn-primary.hover, .btn-primary:hover {\n background-color: #595;\n background-image: linear-gradient(-180deg, #373 0%, #595 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* support.github.com: \"#279f43\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-primary.selected, .btn-primary:active, .btn-primary[aria-selected=true],\n [open] > .btn-primary {\n background-color: #595;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* support.github.com: \"#94d3a2\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-primary.disabled, .btn-primary:disabled,\n .btn-primary[aria-disabled=true] {\n background-color: #040;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* support.github.com: \"#fff\" */\n .btn-primary .Counter {\n background-color: #181818;\n }\n /* support.github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: linear-gradient(-180deg, /*[[base-color]]*/ 0%, /*[[base-color]]*/ 90%);\n }\n /* support.github.com: \"rgba(27,31,35,0.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* support.github.com: \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-blue.selected, .btn-blue:active, .btn-blue[aria-selected=true],\n [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* support.github.com: \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* support.github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n color: /*[[base-color]]*/;\n background-color: #181818;\n }\n /* support.github.com: \"#cb2431\", \"#fafbfc\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn-danger {\n color: #d82828;\n background-color: #181818;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* support.github.com: \"rgba(203,36,49,0.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 .2em rgba(255, 68, 68, .4);\n }\n /* support.github.com: \"color: #fff\", \"#cb2431\", \"#cb2431\", \"rgba(27,31,35,0.5)\" */\n .btn-danger:hover {\n color: #fff;\n background-color: #d82828;\n background-image: linear-gradient(-180deg, #de4450 0%, #d82828 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* support.github.com: \"color: #fff\" */\n .btn-danger:hover .Counter {\n color: #fff;\n }\n /* support.github.com: \"color: #fff\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-danger.selected, .btn-danger:active, .btn-danger[aria-selected=true],\n [open] > .btn-danger {\n color: #fff;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* support.github.com: \"rgba(203,36,49,0.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-danger.disabled, .btn-danger:disabled, .btn-danger[aria-disabled=true] {\n color: rgba(255, 68, 68, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* support.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-outline {\n color: /*[[base-color]]*/;\n background-color: #181818;\n background-image: none;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\", \"none\", \"#0366d6\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n .btn-outline[aria-selected=true], [open] > .btn-outline {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: none;\n border-color: /*[[base-color]]*/;\n }\n /* support.github.com: \"#0366d6\", \"#fff\" */\n .btn-outline.selected .Counter, .btn-outline:active .Counter,\n .btn-outline:hover .Counter, .btn-outline[aria-selected=true] .Counter,\n [open] > .btn-outline .Counter {\n color: /*[[base-color]]*/;\n background-color: #181818;\n }\n /* support.github.com: \"#0366d6\" */\n .btn-outline:focus {\n border-color: /*[[base-color]]*/;\n }\n /* support.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline.disabled, .btn-outline:disabled,\n .btn-outline[aria-disabled=true] {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* support.github.com: \"#0366d6\", \"transparent\" */\n .btn-link {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n /* support.github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover, .btn-link[aria-disabled=true],\n .btn-link[aria-disabled=true]:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* support.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-invisible {\n color: /*[[base-color]]*/;\n background-color: #181818;\n background-image: none;\n }\n /* support.github.com: \"#0366d6\", \"none\", \"box-shadow: none\" */\n .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active,\n .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active,\n .btn-invisible:focus, .btn-invisible:hover,\n .btn-invisible[aria-selected=true] {\n color: /*[[base-color]]*/;\n background: none;\n box-shadow: none;\n }\n /* support.github.com: \"color: #586069\", \"transparent\" */\n .btn-octicon {\n color: #afafaf;\n background-color: transparent;\n }\n /* support.github.com: \"#0366d6\" */\n .btn-octicon:hover {\n color: /*[[base-color]]*/;\n }\n /* support.github.com: \"color: #959da5\" */\n .btn-octicon.disabled, .btn-octicon.disabled:hover,\n .btn-octicon[aria-disabled=true], .btn-octicon[aria-disabled=true]:hover {\n color: #767676;\n }\n /* support.github.com: \"#cb2431\" */\n .btn-octicon-danger:hover {\n color: #d82828;\n }\n /* support.github.com: \"transparent\" */\n .close-button {\n background-color: transparent;\n }\n /* support.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* support.github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* support.github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* support.github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,0.2)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .2);\n }\n /* support.github.com: \"#0366d6\" */\n .social-count:hover {\n color: /*[[base-color]]*/;\n }\n /* support.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n #q, .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* support.github.com: \"#2188ff\", \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n #q:focus, .focus#q, .form-control.focus, .form-control:focus,\n .form-select.focus, .form-select:focus {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* support.github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* support.github.com: \"color: #fff\" */\n .input-dark {\n color: #fff;\n }\n /* support.github.com: \"rgba(27,31,35,0.3)\" */\n .input-dark.focus, .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* support.github.com: \"color: #6a737d\" */\n ::-webkit-input-placeholder {\n color: #949494;\n }\n /* support.github.com: \"color: #6a737d\" */\n :-ms-input-placeholder {\n color: #949494;\n }\n /* support.github.com: \"color: #6a737d\" */\n ::-ms-input-placeholder {\n color: #949494;\n }\n /* support.github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* support.github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* support.github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group .form-group-header label,\n .hfields .form-group dt label {\n color: #afafaf;\n }\n /* support.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* support.github.com: \"#fff\" */\n .form-group #q, .form-group #q:focus, .form-group .form-control,\n .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* support.github.com: \"#cb2431\" */\n .form-group .form-group-body h4.is-error, .form-group dd h4.is-error {\n color: #d82828;\n }\n /* support.github.com: \"#28a745\" */\n .form-group .form-group-body h4.is-success, .form-group dd h4.is-success {\n color: #484;\n }\n /* support.github.com: \"#cb2431\" */\n .form-group.required .form-group-header label::after,\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* support.github.com: \"#28a745\" */\n .form-group.successful .success {\n color: #484;\n }\n /* support.github.com: \"#144620\", \"#dcffe4\", \"#34d058\" */\n .form-group.successed .success {\n color: #6cc644;\n background-color: #002800;\n border-color: #373;\n }\n /* support.github.com: \"#dcffe4\" */\n .form-group.successed .success::after {\n border-bottom-color: #002800;\n }\n /* support.github.com: \"#34d058\" */\n .form-group.successed .success::before {\n border-bottom-color: #373;\n }\n /* support.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-group.warn .warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* support.github.com: \"#fffbdd\" */\n .form-group.warn .warning::after {\n border-bottom-color: #261d08;\n }\n /* support.github.com: \"#d9d0a5\" */\n .form-group.warn .warning::before {\n border-bottom-color: #542;\n }\n /* support.github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* support.github.com: \"#86181d\", \"#ffdce0\", \"#cea0a5\" */\n .form-group.errored .error {\n color: #d82828;\n background-color: #300;\n border-color: #d82828;\n }\n /* support.github.com: \"#ffdce0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* support.github.com: \"#cea0a5\" */\n .form-group.errored .error::before {\n border-bottom-color: #d82828;\n }\n /* support.github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* support.github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* support.github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* support.github.com: \"transparent\" */\n .inline-form .btn-plain {\n background-color: transparent;\n }\n /* support.github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* support.github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* support.github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* support.github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: /*[[base-color]]*/;\n }\n /* support.github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* support.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* support.github.com: \"box-shadow: none\" */\n .upload-enabled.focused #q, .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* support.github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* support.github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* support.github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* support.github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* support.github.com: \"color: #24292e\", \"#d1d5da\" */\n .radio-label {\n color: #cdcdcd;\n border-color: #404040;\n }\n /* support.github.com: \"#0366d6\" */\n :checked + .radio-label {\n border-color: /*[[base-color]]*/;\n }\n /* support.github.com: \"#fff\", \"#d1d5da\" */\n .menu {\n background-color: #181818;\n border-color: #404040;\n }\n /* support.github.com: \"#e1e4e8\" */\n .menu-item {\n border-bottom-color: #343434;\n }\n /* support.github.com: \"#f6f8fa\" */\n .menu-item:hover {\n background-color: #222;\n }\n /* support.github.com: \"color: #24292e\", \"#fff\" */\n .menu-item.selected, .menu-item[aria-current],\n .menu-item[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* support.github.com: \"#e36209\" */\n .menu-item.selected::before, .menu-item[aria-current]::before,\n .menu-item[aria-selected=true]::before {\n background-color: #fb8532;\n }\n /* support.github.com: \"color: #24292e\" */\n .menu-item .octicon {\n color: #cdcdcd;\n }\n /* support.github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* support.github.com: \"color: #586069\", \"#e1e4e8\" */\n .menu-heading {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* support.github.com: \"#d1d5da\" */\n .tabnav {\n border-bottom-color: #404040;\n }\n /* support.github.com: \"color: #586069\", \"transparent\" */\n .tabnav-tab {\n color: #afafaf;\n background-color: transparent;\n }\n /* support.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .tabnav-tab.selected, .tabnav-tab[aria-current],\n .tabnav-tab[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* support.github.com: \"color: #24292e\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #cdcdcd;\n }\n /* support.github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* support.github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: /*[[base-color]]*/;\n }\n /* support.github.com: \"color: #586069\", \"transparent\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: transparent;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* support.github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* support.github.com: \"#eaecef\" */\n .filter-item:hover {\n background-color: #343434;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected, .filter-item[aria-current],\n .filter-item[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* support.github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* support.github.com: \"#fafbfc\" */\n .SideNav {\n background-color: #181818;\n }\n /* support.github.com: \"color: #586069\", \"transparent\", \"#e1e4e8\" */\n .SideNav-item {\n color: #afafaf;\n background-color: transparent;\n border-top-color: #343434;\n }\n /* support.github.com: \"#e1e4e8\" */\n .SideNav-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* support.github.com: \"color: #24292e\", \"#f6f8fa\" */\n .SideNav-item:focus, .SideNav-item:hover {\n color: #cdcdcd;\n background-color: #222;\n }\n /* support.github.com: \"#d1d5da\" */\n .SideNav-item:focus::before, .SideNav-item:hover::before {\n background-color: #404040;\n }\n /* support.github.com: \"#fff\" */\n .SideNav-item:active {\n background-color: #181818;\n }\n /* support.github.com: \"color: #24292e\", \"#fff\" */\n .SideNav-item[aria-current=\"page\"], .SideNav-item[aria-selected=\"true\"] {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* support.github.com: \"#e36209\" */\n .SideNav-item[aria-current=\"page\"]::before,\n .SideNav-item[aria-selected=\"true\"]::before {\n background-color: #fb8532;\n }\n /* support.github.com: \"color: #6a737d\" */\n .SideNav-icon {\n color: #949494;\n }\n /* support.github.com: \"#0366d6\", \"transparent\" */\n .SideNav-subItem {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n /* support.github.com: \"color: #24292e\" */\n .SideNav-subItem:focus, .SideNav-subItem:hover,\n .SideNav-subItem[aria-current=\"page\"],\n .SideNav-subItem[aria-selected=\"true\"] {\n color: #cdcdcd;\n }\n /* support.github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* support.github.com: \"color: #586069\", \"#e1e4e8\" */\n .subnav-item {\n color: #afafaf;\n border-color: #343434;\n }\n /* support.github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .subnav-item.selected, .subnav-item[aria-current],\n .subnav-item[aria-selected=true] {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* support.github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* support.github.com: \"#c6cbd1\" */\n .subnav-search-icon {\n color: #5a5a5a;\n }\n /* support.github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* support.github.com: \"#e1e4e8\" */\n .UnderlineNav {\n border-bottom-color: #343434;\n }\n /* support.github.com: \"color: #586069\", \"transparent\" */\n .UnderlineNav-item {\n color: #afafaf;\n background-color: transparent;\n }\n /* support.github.com: \"color: #24292e\", \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n color: #cdcdcd;\n border-bottom-color: #404040;\n }\n /* support.github.com: \"color: #6a737d\" */\n .UnderlineNav-item:focus .UnderlineNav-octicon,\n .UnderlineNav-item:hover .UnderlineNav-octicon {\n color: #949494;\n }\n /* support.github.com: \"color: #24292e\", \"#e36209\" */\n .UnderlineNav-item.selected, .UnderlineNav-item[aria-current],\n .UnderlineNav-item[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* support.github.com: \"color: #6a737d\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon,\n .UnderlineNav-item[aria-current] .UnderlineNav-octicon,\n .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* support.github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* support.github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .pagination a, .pagination em, .pagination span {\n color: /*[[base-color]]*/;\n background-color: #181818;\n border-color: #343434;\n }\n /* support.github.com: \"#eff3f6\", \"#e1e4e8\" */\n .pagination a:focus, .pagination a:hover, .pagination em:focus,\n .pagination em:hover, .pagination span:focus, .pagination span:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover, .pagination [aria-current],\n .pagination [aria-current]:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* support.github.com: \"#d1d5da\", \"#fafbfc\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover, .pagination [aria-disabled=true],\n .pagination [aria-disabled=true]:hover {\n color: #404040;\n background-color: #181818;\n }\n /* support.github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* support.github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* support.github.com: \"color: #032f62\", \"#dbedff\", \"rgba(27,31,35,0.15)\" */\n .flash {\n color: #9daccc;\n background-color: #182030;\n border-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"none\" */\n .flash-close {\n background: none;\n }\n /* support.github.com: \"#735c0f\", \"#fffbdd\", \"rgba(27,31,35,0.15)\" */\n .flash-warn {\n color: #bba257;\n background-color: #261d08;\n }\n /* support.github.com: \"#86181d\", \"#ffdce0\", \"rgba(27,31,35,0.15)\" */\n .flash-error, .flash-warn {\n border-color: rgba(220, 220, 220, .15);\n }\n .flash-error {\n color: #d82828;\n background-color: #300;\n }\n /* support.github.com: \"#165c26\", \"#dcffe4\", \"rgba(27,31,35,0.15)\" */\n .flash-success {\n color: #6cc644;\n background-color: #002800;\n border-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"#fffbdd\" */\n .warning {\n background-color: #261d08;\n }\n /* support.github.com: \"color: #fff\", \"#1074e7\", \"#1074e7\" */\n .btn-mktg {\n color: #fff;\n border: 1px solid /*[[base-color]]*/;\n }\n /* support.github.com: \"#0366d6\", \"#0366d6\" */\n .btn-mktg, .btn-mktg:hover {\n background-color: /*[[base-color]]*/;\n }\n .btn-mktg:hover {\n border-color: /*[[base-color]]*/;\n }\n /* support.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn-mktg:focus {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* support.github.com: \"#28a745\", \"#28a745\" */\n .btn-primary-mktg:hover {\n background-color: #484;\n border-color: #484;\n }\n /* support.github.com: \"#0366d6\", \"rgba(255,255,255,0)\", \"#1074e7\" */\n .btn-outline-mktg, .btn-outline-mktg:hover {\n color: /*[[base-color]]*/;\n background-color: transparent;\n }\n .btn-outline-mktg:hover {\n border-color: /*[[base-color]]*/;\n }\n /* support.github.com: \"color: #fff\", \"transparent\", \"none\", \"rgba(255,255,255,0.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: transparent;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* support.github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* support.github.com: \"#e1e4e8\" */\n .Progress, .TimelineItem::before {\n background-color: #343434;\n }\n /* support.github.com: \"#2188ff\", \"#c8e1ff\" */\n .TimelineItem:target .TimelineItem-badge {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 .2em /*[[base-color]]*/;\n }\n /* support.github.com: \"color: #444d56\", \"#e1e4e8\", \"#fff\" */\n .TimelineItem-badge {\n color: #afafaf;\n background-color: #343434;\n border-color: #181818;\n }\n /* support.github.com: \"color: #444d56\" */\n .TimelineItem-body {\n color: #afafaf;\n }\n /* support.github.com: \"#fff\", \"#e1e4e8\" */\n .TimelineItem-break {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* support.github.com: \"color: #959da5\", \"#fff\" */\n .TimelineItem--condensed .TimelineItem-badge {\n color: #767676;\n background-color: #181818;\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n #site-search-results .search-result, .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 544px) {\n .border-sm {\n border-color: #343434 !important;\n }\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 768px) {\n .border-md {\n border-color: #343434 !important;\n }\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1012px) {\n .border-lg {\n border-color: #343434 !important;\n }\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1280px) {\n .border-xl {\n border-color: #343434 !important;\n }\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* support.github.com: \"#0366d6\" */\n .border-blue {\n border-color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* support.github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* support.github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* support.github.com: \"#cea0a5\" */\n .border-red, .border-red-light {\n border-color: #d82828 !important;\n }\n /* support.github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* support.github.com: \"#d9d0a5\" */\n .border-yellow {\n border-color: #542 !important;\n }\n /* support.github.com: \"#eaecef\" */\n #site-search-results .search-result, .border-gray-light {\n border-color: #343434 !important;\n }\n /* support.github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* support.github.com: \"rgba(255,255,255,0.5)\" */\n .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* support.github.com: \"rgba(27,31,35,0.1)\" */\n .box-shadow {\n box-shadow: 0 1px 1px #000 !important;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* support.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* support.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* support.github.com: \"#0366d6\" */\n .bg-blue {\n background-color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* support.github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* support.github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* support.github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* support.github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* support.github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* support.github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* support.github.com: \"#ffdce0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* support.github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* support.github.com: \"#dbab09\" */\n .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* support.github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* support.github.com: \"#fafbfc\" */\n .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* support.github.com: \"#f6f8fa\" */\n .bg-gray-1 {\n background-color: #222 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .color-gray-2 {\n color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* support.github.com: \"#d1d5da\" */\n .color-gray-3 {\n color: #404040 !important;\n }\n /* support.github.com: \"#d1d5da\" */\n .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* support.github.com: \"color: #959da5 !important\" */\n .color-gray-4 {\n color: #767676 !important;\n }\n /* support.github.com: \"color: #6a737d !important\" */\n .color-gray-5 {\n color: #949494 !important;\n }\n /* support.github.com: \"#6a737d\" */\n .bg-gray-5 {\n background-color: #444 !important;\n }\n /* support.github.com: \"color: #586069 !important\" */\n .color-gray-6 {\n color: #afafaf !important;\n }\n /* support.github.com: \"#586069\" */\n .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* support.github.com: \"color: #444d56 !important\" */\n .color-gray-7 {\n color: #afafaf !important;\n }\n /* support.github.com: \"color: #2f363d !important\" */\n .color-gray-8 {\n color: #bebebe !important;\n }\n /* support.github.com: \"#2f363d\" */\n .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* support.github.com: \"color: #24292e !important\" */\n .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* support.github.com: \"#24292e\" */\n .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* support.github.com: \"#dbedff\" */\n .bg-blue-0, .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* support.github.com: \"#c8e1ff\" */\n .color-blue-2 {\n color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"#c8e1ff\" */\n .bg-blue-2 {\n background-color: #246 !important;\n }\n /* support.github.com: \"#79b8ff\" */\n .color-blue-3 {\n color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"#79b8ff\" */\n .bg-blue-3 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"#2188ff\" */\n .color-blue-4 {\n color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"#2188ff\" */\n .bg-blue-4 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"#0366d6\" */\n .color-blue-5 {\n color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"#0366d6\" */\n .bg-blue-5 {\n background-color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"#005cc5\" */\n .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* support.github.com: \"#005cc5\" */\n .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* support.github.com: \"#044289\" */\n .color-blue-7 {\n color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* support.github.com: \"#044289\" */\n .bg-blue-7 {\n background-color: rgba(/*[[base-color-rgb]]*/, .5) !important;\n }\n /* support.github.com: \"color: #032f62 !important\" */\n .color-blue-8 {\n color: #9daccc !important;\n }\n /* support.github.com: \"#032f62\" */\n .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* support.github.com: \"color: #05264c !important\" */\n .color-blue-9 {\n color: #bebebe !important;\n }\n /* support.github.com: \"#05264c\" */\n .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* support.github.com: \"#f0fff4\" */\n .color-green-0 {\n color: #002800 !important;\n }\n /* support.github.com: \"#f0fff4\" */\n .bg-green-0 {\n background-color: #002800 !important;\n }\n /* support.github.com: \"#dcffe4\" */\n .color-green-1 {\n color: #002800 !important;\n }\n /* support.github.com: \"#dcffe4\" */\n .bg-green-1 {\n background-color: #002800 !important;\n }\n /* support.github.com: \"#34d058\" */\n .color-green-4 {\n color: #373 !important;\n }\n /* support.github.com: \"#34d058\" */\n .bg-green-4 {\n background-color: #373 !important;\n }\n /* support.github.com: \"#28a745\" */\n .color-green-5 {\n color: #484 !important;\n }\n /* support.github.com: \"#28a745\" */\n .bg-green-5 {\n background-color: #484 !important;\n }\n /* support.github.com: \"#22863a\" */\n .color-green-6 {\n color: #6cc644 !important;\n }\n /* support.github.com: \"#22863a\" */\n .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* support.github.com: \"#165c26\" */\n .color-green-8 {\n color: #6cc644 !important;\n }\n /* support.github.com: \"#165c26\" */\n .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* support.github.com: \"#144620\" */\n .color-green-9 {\n color: #6cc644 !important;\n }\n /* support.github.com: \"#144620\" */\n .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* support.github.com: \"#fffdef\" */\n .color-yellow-0 {\n color: #261d08 !important;\n }\n /* support.github.com: \"#fffdef\" */\n .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* support.github.com: \"#fffbdd\" */\n .color-yellow-1 {\n color: #261d08 !important;\n }\n /* support.github.com: \"#fffbdd\" */\n .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* support.github.com: \"#fff5b1\" */\n .color-yellow-2 {\n color: #651 !important;\n }\n /* support.github.com: \"#fff5b1\" */\n .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* support.github.com: \"#ffea7f\" */\n .color-yellow-3 {\n color: #542 !important;\n }\n /* support.github.com: \"#ffea7f\" */\n .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* support.github.com: \"#ffd33d\" */\n .color-yellow-5 {\n color: #cb4 !important;\n }\n /* support.github.com: \"#ffd33d\" */\n .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#f9c513\" */\n .color-yellow-6 {\n color: #cb4 !important;\n }\n /* support.github.com: \"#f9c513\" */\n .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#dbab09\" */\n .color-yellow-7 {\n color: #cb4 !important;\n }\n /* support.github.com: \"#dbab09\" */\n .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#b08800\" */\n .color-yellow-8 {\n color: #cb4 !important;\n }\n /* support.github.com: \"#b08800\" */\n .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#735c0f\" */\n .color-yellow-9 {\n color: #bba257 !important;\n }\n /* support.github.com: \"#735c0f\" */\n .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* support.github.com: \"#fb8532\" */\n .color-orange-4 {\n color: #fb8532 !important;\n }\n /* support.github.com: \"#fb8532\" */\n .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* support.github.com: \"#e36209\" */\n .color-orange-6 {\n color: #fb8532 !important;\n }\n /* support.github.com: \"#e36209\" */\n .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* support.github.com: \"#d15704\" */\n .color-orange-7 {\n color: #f3582c !important;\n }\n /* support.github.com: \"#d15704\" */\n .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* support.github.com: \"#a04100\" */\n .color-orange-9 {\n color: #f3582c !important;\n }\n /* support.github.com: \"#a04100\" */\n .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* support.github.com: \"#ffeef0\" */\n .color-red-0 {\n color: #300 !important;\n }\n /* support.github.com: \"#ffeef0\" */\n .bg-red-0 {\n background-color: #300 !important;\n }\n /* support.github.com: \"#ffdce0\" */\n .color-red-1 {\n color: #300 !important;\n }\n /* support.github.com: \"#ffdce0\" */\n .bg-red-1 {\n background-color: #300 !important;\n }\n /* support.github.com: \"#f97583\" */\n .color-red-3 {\n color: #f88 !important;\n }\n /* support.github.com: \"#f97583\" */\n .bg-red-3 {\n background-color: #f88 !important;\n }\n /* support.github.com: \"#d73a49\" */\n .color-red-5 {\n color: #d82828 !important;\n }\n /* support.github.com: \"#d73a49\" */\n .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* support.github.com: \"#cb2431\" */\n .color-red-6 {\n color: #d82828 !important;\n }\n /* support.github.com: \"#cb2431\" */\n .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* support.github.com: \"#86181d\" */\n .color-red-9 {\n color: #d82828 !important;\n }\n /* support.github.com: \"#86181d\" */\n .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* support.github.com: \"#f5f0ff\" */\n .color-purple-0 {\n color: #213 !important;\n }\n /* support.github.com: \"#f5f0ff\" */\n .bg-purple-0 {\n background-color: #213 !important;\n }\n /* support.github.com: \"#8a63d2\" */\n .color-purple-4 {\n color: #53387a !important;\n }\n /* support.github.com: \"#8a63d2\" */\n .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* support.github.com: \"#6f42c1\" */\n .color-purple-5 {\n color: #9378ba !important;\n }\n /* support.github.com: \"#6f42c1\" */\n .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* support.github.com: \"#ffeef8\" */\n .color-pink-0 {\n color: #170711 !important;\n }\n /* support.github.com: \"#ffeef8\" */\n .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* support.github.com: \"#ec6cb9\" */\n .color-pink-4 {\n color: #c49 !important;\n }\n /* support.github.com: \"#ec6cb9\" */\n .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* support.github.com: \"#99306f\" */\n .color-pink-8 {\n color: #e6b !important;\n }\n /* support.github.com: \"#99306f\" */\n .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* support.github.com: \"#0366d6\" */\n .text-blue {\n color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* support.github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* support.github.com: \"color: #586069 !important\" */\n #site-search-results .search-result-intro,\n #site-search-results .search-result-section,\n #site-search-results .search-result-title, .text-gray {\n color: #afafaf !important;\n }\n /* support.github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* support.github.com: \"#28a745\" */\n .text-green {\n color: #484 !important;\n }\n /* support.github.com: \"#b08800\" */\n .text-yellow {\n color: #cb4 !important;\n }\n /* support.github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* support.github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* support.github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* support.github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* support.github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* support.github.com: \"#0366d6\" */\n .link-gray:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* support.github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* support.github.com: \"#0366d6\" */\n .muted-link:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* support.github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* support.github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* support.github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* support.github.com: \"rgba(255,255,255,0.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* support.github.com: \"#fff\", \"rgba(27,31,35,0.15)\", \"rgba(27,31,35,0.15)\" */\n .dropdown-menu {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 15px #000;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"#fff\" */\n .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* support.github.com: \"color: #24292e\" */\n .dropdown-item {\n color: #cdcdcd;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\" */\n .dropdown-item:focus, .dropdown-item:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* support.github.com: \"none\" */\n .dropdown-signout {\n background: none;\n }\n /* support.github.com: \"#e1e4e8\" */\n .dropdown-divider {\n border-top-color: #343434;\n }\n /* support.github.com: \"color: #586069\" */\n .dropdown-header {\n color: #afafaf;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-w::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"#fff\" */\n .dropdown-menu-w::after {\n border-left-color: #181818;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-e::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"#fff\" */\n .dropdown-menu-e::after {\n border-right-color: #181818;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-ne::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"#fff\" */\n .dropdown-menu-ne::after {\n border-top-color: #181818;\n }\n /* support.github.com: \"color: #fff\", \"#2f363d\", \"#444d56\", \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-dark {\n color: #fff;\n background-color: #282828;\n border-color: #484848;\n box-shadow: 0 1px 15px #000;\n }\n /* support.github.com: \"#444d56\" */\n .dropdown-menu-dark::before {\n border-bottom-color: #484848;\n }\n /* support.github.com: \"#2f363d\" */\n .dropdown-menu-dark::after {\n border-bottom-color: #282828;\n }\n /* support.github.com: \"#d1d5da\" */\n .dropdown-menu-dark .dropdown-header {\n color: #404040;\n }\n /* support.github.com: \"#444d56\" */\n .dropdown-menu-dark .dropdown-divider {\n border-top-color: #484848;\n }\n /* support.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-w::before {\n border-color: transparent transparent transparent #484848;\n }\n /* support.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-w::after {\n border-color: transparent transparent transparent #282828;\n }\n /* support.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-e::before {\n border-color: transparent #484848 transparent transparent;\n }\n /* support.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-e::after {\n border-color: transparent #282828 transparent transparent;\n }\n /* support.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-ne::before {\n border-color: #484848 transparent transparent;\n }\n /* support.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-ne::after {\n border-color: #282828 transparent transparent;\n }\n /* support.github.com: \"#f1f8ff\" */\n #site-search-results .search-result:hover {\n background-color: #182030;\n }\n /* support.github.com: \"#0366d6\" */\n #site-search-results .search-result-title em {\n color: /*[[base-color]]*/;\n }\n /* support.github.com: \"#0366d6\" */\n #site-search-results .search-result-intro em {\n border-bottom: 1px solid /*[[base-color]]*/;\n }\n /* support.github.com: \"#fff\", \"#444d56\", \"rgba(0,0,0,0.4)\" */\n details-dialog {\n background-color: #181818;\n border-color: #484848;\n box-shadow: 0 0 18px #000;\n }\n /* support.github.com: \"color: #6a737d\" */\n .gh-subheading {\n color: #949494;\n }\n /* support.github.com: \"color: #fff\" */\n .State {\n color: #fff;\n }\n /* support.github.com: \"#6f42c1\" */\n #ticket-title .State--open {\n background-color: #9378ba;\n }\n /* support.github.com: \"#cb2431\" */\n #ticket-title .State--closed {\n background-color: #d82828;\n }\n /* support.github.com: \"#2cbe4e\" */\n #ticket-title .State--pending {\n background-color: #373;\n }\n /* support.github.com: \"#cb2431\" */\n .octicon-state-closed {\n color: #d82828;\n }\n /* support.github.com: \"#6f42c1\" */\n .octicon-state-open {\n color: #9378ba;\n }\n /* support.github.com: \"#2cbe4e\" */\n .octicon-state-pending {\n color: #373;\n }\n /* support.github.com: \"#d1d5da\" */\n #ticket .placeholder.write {\n border-color: #404040;\n }\n /* support.github.com: \"color: #333\" */\n #ticket-comments .attachment-name a, .attachment-name a:hover,\n .attachment-upload-preview .link, .link:hover {\n color: #bebebe;\n }\n /* support.github.com: \"none\" */\n @media only screen and (min-width: 544px) {\n .ticket-faq-accordion input + .accordion-label {\n background: none;\n }\n }\n /* end support.github.com rules */\n .input-block #query {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path d=\"M15.7 13.3l-3.8-3.8C12.6 8.5 13 7.2 13 6c0-3.3-2.7-6-6-6C3.7 0 1 2.7 1 6c0 3.3 2.7 6 6 6 1.3 0 2.5-0.4 3.5-1.1L14.3 14.7c0.2 0.2 0.5 0.3 0.7 0.3s0.5-0.1 0.7-0.3c0.4-0.4 0.4-1 0-1.4 0 0 0 0 0 0V13.3zM7 10.7c-2.6 0-4.7-2.1-4.7-4.7S4.4 1.3 7 1.3s4.7 2.1 4.7 4.7S9.6 10.7 7 10.7z\" fill=\"%23DDDDDD\"/></svg>') no-repeat 6px;\n }\n #q {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"%23bebebe\" fill-rule=\"evenodd\" d=\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"/></svg>') no-repeat 6px;\n }\n}\n@-moz-document domain(\"vscode-auth.github.com\") {\n /* begin vscode-auth.github.com rules */\n /* vscode-auth.github.com: \"transparent\" */\n a {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: #000\" */\n mark {\n color: #f0f0f0;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n a {\n color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#fff\", \"#d1d5da\" */\n .Box {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#f6f8fa\", \"#d1d5da\" */\n .Box, .Box-header {\n border-color: #404040;\n }\n .Box-header {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: 2px 0 0 /*[[base-color]]*/ inset;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width: 768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: /*[[base-color]]*/;\n }\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* vscode-auth.github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* vscode-auth.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* vscode-auth.github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* vscode-auth.github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* vscode-auth.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* vscode-auth.github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* vscode-auth.github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .breadcrumb-item::after {\n color: #343434;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.2)\" */\n .btn {\n border-color: rgba(220, 220, 220, .2);\n }\n /* vscode-auth.github.com: \"color: #586069\", \"rgba(27,31,35,0.1)\" */\n .btn .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .17);\n }\n /* vscode-auth.github.com: \"none\" */\n .btn.selected, .btn:active {\n background-image: none;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#eff3f6\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn {\n color: #cdcdcd;\n background-color: #242424;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* vscode-auth.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 .2em rgba(/*[[base-color-rgb]]*/, .5);\n }\n /* vscode-auth.github.com: \"#e6ebf1\", \"#e6ebf1\", \"rgba(27,31,35,0.35)\" */\n .btn.hover, .btn:hover {\n background-color: #444;\n background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%);\n border-color: rgba(220, 220, 220, .35);\n }\n /* vscode-auth.github.com: \"#e9ecef\", \"none\", \"rgba(27,31,35,0.35)\", \"rgba(27,31,35,0.15)\" */\n .btn.selected, .btn:active, [open] > .btn {\n background-color: #404040;\n background-image: none;\n border-color: rgba(220, 220, 220, .35);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"color: rgba(36,41,46,.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn.disabled, .btn:disabled {\n color: rgba(210, 210, 210, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#28a745\", \"#34d058\",\"#28a745\" */\n .btn-primary {\n color: #fff;\n background-color: #484;\n background-image: linear-gradient(-180deg, #373 0%, #484 90%);\n }\n /* vscode-auth.github.com: \"rgba(52,208,88,0.4)\" */\n .btn-primary.focus, .btn-primary:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* vscode-auth.github.com: \"#269f42\", \"#2fcb53\",\"#269f42\", \"rgba(27,31,35,0.5)\" */\n .btn-primary.hover, .btn-primary:hover {\n background-color: #595;\n background-image: linear-gradient(-180deg, #373 0%, #595 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* vscode-auth.github.com: \"#279f43\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-primary.selected, .btn-primary:active, [open] > .btn-primary {\n background-color: #595;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"#94d3a2\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-primary.disabled, .btn-primary:disabled {\n background-color: #040;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .btn-primary .Counter {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n .btn-purple {\n color: #fff;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.5)\" */\n .btn-purple.hover, .btn-purple:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-purple.selected, .btn-purple:active, [open] > .btn-purple {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-purple.disabled, .btn-purple:disabled {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .btn-purple .Counter {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: linear-gradient(-180deg, /*[[base-color]]*/ 0%, /*[[base-color]]*/ 90%);\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-blue.selected, .btn-blue:active, [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n color: /*[[base-color]]*/;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#cb2431\", \"#fafbfc\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn-danger {\n color: #d82828;\n background-color: #181818;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* vscode-auth.github.com: \"rgba(203,36,49,0.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 .2em rgba(255, 68, 68, .4);\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#cb2431\", \"#cb2431\", \"rgba(27,31,35,0.5)\" */\n .btn-danger:hover {\n color: #fff;\n background-color: #d82828;\n background-image: linear-gradient(-180deg, #de4450 0%, #d82828 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n .btn-danger:hover .Counter {\n color: #fff;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-danger.selected, .btn-danger:active, [open] > .btn-danger {\n color: #fff;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"rgba(203,36,49,0.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-danger.disabled, .btn-danger:disabled {\n color: rgba(255, 68, 68, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-outline {\n color: /*[[base-color]]*/;\n background-color: #181818;\n background-image: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0366d6\", \"none\", \"#0366d6\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n [open] > .btn-outline {\n color: #fff;\n background-color: /*[[base-color]]*/;\n background-image: none;\n border-color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"#0366d6\", \"#fff\" */\n .btn-outline.selected .Counter, .btn-outline:active .Counter,\n .btn-outline:hover .Counter, [open] > .btn-outline .Counter {\n color: /*[[base-color]]*/;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .btn-outline:focus {\n border-color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline.disabled, .btn-outline:disabled {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,0.2)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .2);\n }\n /* vscode-auth.github.com: \"#0366d6\", \"transparent\" */\n .btn-link, .social-count:hover {\n color: /*[[base-color]]*/;\n }\n .btn-link {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* vscode-auth.github.com: \"#2188ff\", \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .form-control.focus, .form-control:focus, .form-select.focus,\n .form-select:focus {\n border-color: /*[[base-color]]*/;\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* vscode-auth.github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"color: #6a737d\" */\n :-ms-input-placeholder {\n color: #949494;\n }\n /* vscode-auth.github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* vscode-auth.github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group dt label {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* vscode-auth.github.com: \"#fff\", \"none\" */\n .form-select {\n background-image: none \\9;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .form-group .form-control, .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .form-group dd h4.is-error {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"#28a745\" */\n .form-group dd h4.is-success {\n color: #484;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"#28a745\" */\n .form-group.successful .success {\n color: #484;\n }\n /* vscode-auth.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-group.warn .warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* vscode-auth.github.com: \"#fffbdd\" */\n .form-group.warn .warning::after {\n border-bottom-color: #261d08;\n }\n /* vscode-auth.github.com: \"#d9d0a5\" */\n .form-group.warn .warning::before {\n border-bottom-color: #542;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"#86181d\", \"#ffdce0\", \"#cea0a5\" */\n .form-group.errored .error {\n color: #d82828;\n background-color: #300;\n border-color: #d82828;\n }\n /* vscode-auth.github.com: \"#ffdce0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* vscode-auth.github.com: \"#cea0a5\" */\n .form-group.errored .error::before {\n border-bottom-color: #d82828;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* vscode-auth.github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* vscode-auth.github.com: \"transparent\" */\n .inline-form .btn-plain {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(/*[[base-color-rgb]]*/, .3);\n }\n /* vscode-auth.github.com: \"box-shadow: none\" */\n .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* vscode-auth.github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* vscode-auth.github.com: \"#fff\", \"#d1d5da\" */\n .menu {\n background-color: #181818;\n border-color: #404040;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .menu-item {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .menu-item:hover {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#fff\" */\n .menu-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#e36209\" */\n .menu-item.selected::before {\n background-color: #fb8532;\n }\n /* vscode-auth.github.com: \"color: #24292e\" */\n .menu-item .octicon {\n color: #cdcdcd;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"#e1e4e8\" */\n .menu-heading {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#d1d5da\" */\n .tabnav {\n border-bottom-color: #404040;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"transparent\" */\n .tabnav-tab {\n color: #afafaf;\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .tabnav-tab.selected {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* vscode-auth.github.com: \"color: #24292e\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #cdcdcd;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"transparent\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#eaecef\" */\n .filter-item:hover {\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected {\n color: #fff;\n background-color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* vscode-auth.github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"#e1e4e8\" */\n .subnav-item {\n color: #afafaf;\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .subnav-item.selected, .subnav-item.selected:focus,\n .subnav-item.selected:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#c6cbd1\" */\n .subnav-search-icon {\n color: #5a5a5a;\n }\n /* vscode-auth.github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .UnderlineNav {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .UnderlineNav-item {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n color: #cdcdcd;\n border-bottom-color: #404040;\n }\n /* vscode-auth.github.com: \"color: #6a737d\" */\n .UnderlineNav-item:focus .UnderlineNav-octicon,\n .UnderlineNav-item:hover .UnderlineNav-octicon {\n color: #949494;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#e36209\" */\n .UnderlineNav-item.selected {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* vscode-auth.github.com: \"color: #6a737d\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon {\n color: #949494;\n }\n /* vscode-auth.github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* vscode-auth.github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .pagination a, .pagination em, .pagination span {\n color: /*[[base-color]]*/;\n background-color: #181818;\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"#eff3f6\", \"#e1e4e8\" */\n .pagination a:focus, .pagination a:hover, .pagination em:focus,\n .pagination em:hover, .pagination span:focus, .pagination span:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover {\n color: #fff;\n background-color: /*[[base-color]]*/;\n border-color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"#d1d5da\", \"#fafbfc\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover {\n color: #404040;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* vscode-auth.github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .border-blue {\n border-color: /*[[base-color]]*/ !important;\n }\n /* vscode-auth.github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* vscode-auth.github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* vscode-auth.github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* vscode-auth.github.com: \"#cea0a5\" */\n .border-red, .border-red-light {\n border-color: #d82828 !important;\n }\n /* vscode-auth.github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* vscode-auth.github.com: \"#d9d0a5\" */\n .border-yellow {\n border-color: #542 !important;\n }\n /* vscode-auth.github.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 544px) {\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 768px) {\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1012px) {\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1280px) {\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.1)\" */\n .box-shadow {\n box-shadow: 0 1px 1px #000 !important;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* vscode-auth.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .bg-blue {\n background-color: /*[[base-color]]*/ !important;\n }\n /* vscode-auth.github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* vscode-auth.github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* vscode-auth.github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* vscode-auth.github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* vscode-auth.github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* vscode-auth.github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* vscode-auth.github.com: \"#ffdce0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* vscode-auth.github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* vscode-auth.github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* vscode-auth.github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* vscode-auth.github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .text-blue {\n color: /*[[base-color]]*/ !important;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* vscode-auth.github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* vscode-auth.github.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* vscode-auth.github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* vscode-auth.github.com: \"#28a745\" */\n .text-green {\n color: #484 !important;\n }\n /* vscode-auth.github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* vscode-auth.github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* vscode-auth.github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* vscode-auth.github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* vscode-auth.github.com: \"#dbab09\" */\n .bg-pending, .text-pending {\n color: #cb4 !important;\n }\n /* vscode-auth.github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .link-gray:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* vscode-auth.github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* vscode-auth.github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .muted-link:hover {\n color: /*[[base-color]]*/ !important;\n }\n /* vscode-auth.github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* vscode-auth.github.com: \"rgba(255,255,255,0.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* vscode-auth.github.com: \"color: #032f62\", \"#dbedff\", \"rgba(27,31,35,0.15)\" */\n .flash {\n color: #9daccc;\n background-color: #182030;\n border-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"none\" */\n .flash-close {\n background: none;\n }\n /* vscode-auth.github.com: \"#735c0f\", \"#fffbdd\", \"rgba(27,31,35,0.15)\" */\n .flash-warn {\n color: #bba257;\n background-color: #261d08;\n }\n /* vscode-auth.github.com: \"#86181d\", \"#ffdce0\", \"rgba(27,31,35,0.15)\" */\n .flash-error, .flash-warn {\n border-color: rgba(220, 220, 220, .15);\n }\n .flash-error {\n color: #d82828;\n background-color: #300;\n }\n /* vscode-auth.github.com: \"#165c26\", \"#dcffe4\", \"rgba(27,31,35,0.15)\" */\n .flash-success {\n color: #6cc644;\n background-color: #002800;\n border-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"#fffbdd\" */\n .warning {\n background-color: #261d08;\n }\n /* vscode-auth.github.com: \"#fff\", \"rgba(255,255,255,0.8)\" */\n .avatar-child {\n background-color: #181818;\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* vscode-auth.github.com: \"#fff\", \"#fff\" */\n .avatar-stack .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* vscode-auth.github.com: \"transparent\" */\n .avatar-stack .avatar:only-child {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .AvatarStack-body {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#fff\", \"#fff\" */\n .AvatarStack-body .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .avatar.avatar-more {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .avatar.avatar-more::before {\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"#d1d5da\" */\n .avatar.avatar-more::after, .AvatarStack--right .avatar.avatar-more {\n background-color: #404040;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .AvatarStack--right .avatar.avatar-more::after {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .AvatarStack--right .avatar {\n border-left-color: #181818;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .DashedConnection::before {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#fff\", \"#eaecef\" */\n .blankslate, .blankslate code {\n background-color: #181818;\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #a3aab1\" */\n .blankslate-icon {\n color: #767676;\n }\n /* vscode-auth.github.com: \"none\", \"box-shadow: none\" */\n .blankslate-clean-background {\n background: none;\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"color: rgba(27,31,35,.6)\", \"#eaf5ff\" */\n .branch-name {\n color: rgba(230, 230, 230, .6);\n background-color: #182030;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n a.branch-name {\n color: /*[[base-color]]*/;\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n .label, .Label {\n color: #fff;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"#eaecef\" */\n .Label--gray {\n color: #afafaf;\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"transparent\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .Label--outline {\n color: #afafaf;\n background-color: transparent;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#28a745\", \"#34d058\" */\n .Label--outline-green {\n color: #484;\n border-color: #373;\n }\n /* vscode-auth.github.com: \"#6a737d\" */\n .Label--gray-darker {\n background-color: #444;\n }\n /* vscode-auth.github.com: \"#d15704\" */\n .Label--orange {\n background-color: #f3582c;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#6a737d\" */\n .state, .State {\n color: #fff;\n background-color: #444;\n }\n /* vscode-auth.github.com: \"#2cbe4e\" */\n .State--green {\n background-color: #373;\n }\n /* vscode-auth.github.com: \"#6f42c1\" */\n .State--purple {\n background-color: #9378ba;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .State--red {\n background-color: #d82828;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"rgba(27,31,35,0.08)\" */\n .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"rgba(27,31,35,0.15)\" */\n .Counter--gray-light {\n color: #cdcdcd;\n background-color: rgba(220, 220, 220, .22);\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#6a737d\" */\n .Counter--gray {\n color: #fff;\n background-color: #444;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .markdown-body .absent {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .markdown-body hr {\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #444d56\", \"#fafbfc\", \"#c6cbd1\", \"#959da5\", \"box-shadow: inset 0 -1px 0 #959da5\" */\n .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #5a5a5a #5a5a5a #484848;\n box-shadow: inset 0 -2px 0 #383838;\n }\n /* vscode-auth.github.com: \"color: #1b1f23\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* vscode-auth.github.com: \"#eaecef\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #6a737d\" */\n .markdown-body h6 {\n color: #949494;\n }\n /* vscode-auth.github.com: \"#dfe2e5\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"#fff\", \"#c6cbd1\" */\n .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"transparent\" */\n .markdown-body table img {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"transparent\" */\n .markdown-body .emoji {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"#dfe2e5\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #24292e\" */\n .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.05)\" */\n .markdown-body code, .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* vscode-auth.github.com: \"transparent\" */\n .markdown-body pre > code, .markdown-body pre code, .markdown-body pre tt {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .markdown-body .csv-data th {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"#fff\" */\n .Popover-message::after {\n border-bottom-color: #181818;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--bottom-left::before,\n .Popover-message--bottom-right::before, .Popover-message--bottom::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"#fff\" */\n .Popover-message--bottom-left::after, .Popover-message--bottom-right::after,\n .Popover-message--bottom::after {\n border-top-color: #181818;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--right-bottom::before, .Popover-message--right-top::before,\n .Popover-message--right::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"#fff\" */\n .Popover-message--right-bottom::after, .Popover-message--right-top::after,\n .Popover-message--right::after {\n border-left-color: #181818;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--left-bottom::before, .Popover-message--left-top::before,\n .Popover-message--left::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"#fff\" */\n .Popover-message--left-bottom::after, .Popover-message--left-top::after,\n .Popover-message--left::after {\n border-right-color: #181818;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .Progress {\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .Subhead {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .Subhead-heading--danger {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"#e1e4e8\" */\n .pullquote, .Subhead-description {\n color: #afafaf;\n }\n .pullquote {\n border-left-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n .btn-orange {\n color: #fff;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.5)\" */\n .btn-orange.hover, .btn-orange:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-orange.selected, .btn-orange:active, [open] > .btn-orange {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-orange.disabled, .btn-orange:disabled {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#6f42c1\", \"#fff\", \"none\" */\n .btn-orange .Counter, .btn-outline-purple {\n background-color: #181818;\n }\n .btn-outline-purple {\n color: #9378ba;\n background-image: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#6f42c1\", \"none\", \"#6f42c1\" */\n .btn-outline-purple.selected, .btn-outline-purple:active,\n .btn-outline-purple:hover, [open] > .btn-outline-purple {\n color: #fff;\n background-color: #9378ba;\n background-image: none;\n border-color: #9378ba;\n }\n /* vscode-auth.github.com: \"#6f42c1\", \"#fff\" */\n .btn-outline-purple.selected .Counter, .btn-outline-purple:active .Counter,\n .btn-outline-purple:hover .Counter, [open] > .btn-outline-purple .Counter {\n color: #9378ba;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#6f42c1\" */\n .btn-outline-purple:focus {\n border-color: #9378ba;\n }\n /* vscode-auth.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline-purple.disabled, .btn-outline-purple:disabled {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#fff\", \"none\" */\n .btn-outline-orange {\n background-color: #181818;\n background-image: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"none\" */\n .btn-outline-orange.selected, .btn-outline-orange:active,\n .btn-outline-orange:hover, [open] > .btn-outline-orange {\n color: #fff;\n background-image: none;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .btn-outline-orange.selected .Counter, .btn-outline-orange:active .Counter,\n .btn-outline-orange:hover .Counter, [open] > .btn-outline-orange .Counter {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline-orange.disabled, .btn-outline-orange:disabled {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#28a745\", \"#fff\", \"none\" */\n .btn-outline-green {\n color: #484;\n background-color: #181818;\n background-image: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#28a745\", \"none\", \"#28a745\" */\n .btn-outline-green.selected, .btn-outline-green:active,\n .btn-outline-green:hover, [open] > .btn-outline-green {\n color: #fff;\n background-color: #484;\n background-image: none;\n border-color: #484;\n }\n /* vscode-auth.github.com: \"#28a745\", \"#fff\" */\n .btn-outline-green.selected .Counter, .btn-outline-green:active .Counter,\n .btn-outline-green:hover .Counter, [open] > .btn-outline-green .Counter {\n color: #484;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#28a745\" */\n .btn-outline-green:focus {\n border-color: #484;\n }\n /* vscode-auth.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline-green.disabled, .btn-outline-green:disabled {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"transparent\", \"none\", \"rgba(255,255,255,0.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: transparent;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* vscode-auth.github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* vscode-auth.github.com: \"transparent\", \"rgba(0,0,0,0)\" */\n .jumbotron-shadow::after {\n background-color: transparent;\n background-image: linear-gradient(transparent, rgba(0, 0, 0, .05));\n }\n /* vscode-auth.github.com: \"#24292e\" */\n .jumbotron-photo {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .data-table {\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .data-table td, .data-table th {\n border-right-color: #343434;\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .data-table tbody td, .data-table tbody th,\n .data-table tbody tr:last-child td, .data-table tbody tr:last-child th {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#f5f5f5\" */\n .footer {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n #token {\n color: #fff;\n }\n /* vscode-auth.github.com: \"white\" */\n .token-did-copy {\n background-color: #181818;\n }\n /* end vscode-auth.github.com rules */\n .footer {\n background: #202020;\n }\n #token {\n background: #182030;\n border-color: #343434;\n }\n .token-did-copy {\n background: #181818;\n }\n .failed {\n border-color: #343434;\n }\n}\n",
- "sections": [
- {
- "code": ":root {\n --ghd-bg-custom: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAAAAABURb1YAAAFnklEQVR4AWWXCY4cwXbE6h4JMhCvMPc/ov+3Ox9QsLCGpKlFHILd+UQ559AGDkBSFXWmomonqkL/XuUcIPUcONjHCJyE36KaqNiaRnVCG9TGpgIU9hIfohCBVGj24ammo04lU3Fy0NZDAyZi5AElHjgEGlRbG1WjraIt7TmADQkAaoEHsOXAAaeqat9RVTqjosyEH5W+DQCQt8BzIJMfXJI3e5tGRefSlRn3NrO3scnvNl26FN5RITGNfjm3GM/+FhQgnlQeImC+dEm8rzHVTNGL9EADVsTAIfGJBziRy7RlmcZU1IYpHIj+4JrWym8/XSwzompmFNVOFdTOAAfs61KZ6eXcp57fykQUOxNBmTesz2HpCnCg3UV/bA7VRpWGNqKtrYLTs0ilCjgxiZxjeLC5dDPBFn4Pn2ja6BRUL10DTgET4Focq8rn8casxV4E5tIlZvytqtfivCOKZrqc38G7egnkXecyPZdzubc57VtUnbfL+a0u3b1N3d9Mci7cKocHoh3xihLQ6fXUlgTOOfVkXSUFINoWHhqxE23RTmCqtoEJaITkIrUCkU9fnqpqm+40VSXS3CLaSzfGBb4rPuOSfN0ylLve6/jpcrbL2dTlnOdv5AamKjLvLN1XruMNS/cul/hx8twKpKYRaE2DOp8+c+lW7uVXVQ7Vx0x1G3HXjNocsHCac7NbWc6egwJVHu2kRTVNC2pqv2U4XNsv5/yWJlV9+NJ1C7xluInlcr7rK+Kg+qy7onQqgnbi7UHcS3qXjdw3bO5tumycYlVssMI5EXXpRnatPK362KodtVU60cm+eQT10sVLFwJYlVaf7UGSoi5dQF3DvnTX3UvXTPO8quKH7jsXhm/PxfKWZXqBM5sS33kmKtC31Q05fI095i5IPpyzRXqSy1Sr17p1F7NE8vMtnNbLpVVtk8c0OrfF0sKxHnIpYgHW4puMomTz8mgmrSjpvrxhX97l7LqLpl7bW9BH9/MNzF8XwRqL8/m7c30eFYV5VX3QTquK06XbLt16F4ks+8Z9m6gPtpcuk3OvibCekng4lzMHi9MoqZmKj9tdbQCbc7bcEA+oEJduRNNL1waf1tuI9MDBUK8t3k9uFz3rrqadO9Ln9TL/ezlwDvky3TW7ZmXfpc77TN0yhOXnP939LvVDV9s+tgLTm0TqYd1lea3PRFuVjLa562HdPbCfascGrvO3DMeIATVqVRO8vfHrbupdfo1dzlXUdkVLZsS1mLPG3rWcl+4B1l1537h0VXzU1tyLG7cCu+LSrSqo06hocy3WCcil65qHDbuEYzQN2HpT3jFt9LEFvHTP1nxbXOEkbhkKmd+6BTfVZ/I143z/Fyz6Za92o0I7I6gzfeYAHPwy/Rb43L9TLtMt8CtwW1xvQvbR1g9n7qJRNN1kdxcdH7cM58Szxq679MdLOhE72t6VNEpHHkzwRyjBcGth+dE99pIkVbWaEWmvnQ8Yl7Mp59zpRWXdNo6odrO754Zzvxf/010nP7onb1TR+bgbVPB9PcADJvH/043Kvk0UzLRxQ6UiaeTAcyxYl2lyrrvZv8v2wE7U1uVcST0821jJeIDKWuyxiqnuko7q3+zJYXJ46nV3D67EyL+lQ9F2qkr+3kUafQpwYE8T329p6y7OX1TF97fQv/c+l87zj7Hsgpig4qRLd9fMPs74rLGyCzRbhmVqpy7nqvPmTD1gvKe7b2U8u1QzmtuDuEtbgT3c8QBJveo6cueFkUwv59nVmfFw1jl4/unuOT9qERV76ers8n23z/c8/Xy7a4lwwLplmGusbRp33Up13+ZDN3KPxNVMhY62vUQyRTse6+cKHtZYjIfDh260Cjbb3Vy6R8H8SMBzqSwrsB1UTacoknlnOb8V4JD9Njfpwz/fHjpBUeevcAtcl65sqXPX9D87RUTLc/dfOgAAAABJRU5ErkJggg==);\n --ghd-bg-img: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAAAAABURb1YAAAFoUlEQVR4AWXWCY7kMJcDYd9DiCD4jLr/EWezJOT8vbMXy8ZngpVPlLUWbWABJFVRZyqqdqIq9O9V1gJS14KFfYzASvgS1UTF1jSqE9qgNjYVoNxLfIhCBFKhOTdPNR11KpmKk4W2LhowESMPKHHBItCg2tqoGm0VbWnXAmxIAFALPIAtCxY4VVX7jqrSGRVlJnwqfRsAIG+BZ0EmHy7Jm3NMo6KzdWXGc8ycY2zyHdOrW3hHhcQ0+uvcYlz3LQgQVyrPp2t+dUncjzHVTNFNuvhwK2Jgkfh856/INm05pjEVtWEKC6IfrmmtfPnpYZkRVTPjFztVUDsDLLCvR2WmX6RPXV/KRBQ7E0GZN5w+5+rKd2J7Ev1sFtVGlYY2oq2tgtN1SakCTkwiaxkebLZuJtjCd/OvyY1OQXXrGnAKfE67xbGq/NzemNviTWC2LjHjl6ruFucdUTTT4/wO7tQtkPd0LtO1ncs+ZrVvUXXeHue3Xt1zTD1vJlkbt8rigWhH3EUJ6HT31JYE1lp15XY1BSDaFh4asRNt0U5gqraB+UyFZJNagXh/qTxV1TY90VSVSLMX0W7dGA/4SfEZj+R7l6Hs9O6Orx5ne51Tj3Oev5E9MFWReefovrI73lzdnTziy8mTRjU1jZ99GtT52We2bmVfvqvKovqYqZ6N2GlGbRZYWM3CRKzX2bVQoMqjnbSopmlBTe3vMix227dzvqRJVR9+dT0LfJZhTyzbeaffIg6qz+muKJ2KoJ249yD3ku5kI/sJm31Mj41TrIoNVlgrolc33nTK06qPrdpRW6UTnZwnj6BuXdy6EMCqtPqcPUhS9OoC6mnYr+7p7tY10zyfLv7ovrMxfLs2y9trusGZMyW+80zU7z9Wz5D//8YusxMkP845i/Qk21Sru3W3u+aI5OtbWK3bpVVtk8c0OnuLpYVlXWQrYgFui0nAouTMy6OZtKKk5+EN9+GPs6e7aOpuewv6eL++gfnrIbiNdX7+bu0+j4rCvKo+aKdVxenV7dGtO3F1aRrP00R9sN26TNa+JsLpKYmLtZ1ZWJxGSc1UfDy7q/1Ms9ZdbuICFXJ1I5puXRt8WlXTpAsWhrrb4v7K7e3N7a5pZ4f0ed3mfy8L1iLzr3PmpDllv0nnfaaeZcj185/d/U3qj662fWwFpnsSqYvb3eN1+ky0Vclom50eTncXxA9x2cDu/F6GZcSAGrWqCe698be7qTv529jjXEVtT9GSGbktZp3G7nScj+4CTnflfXN1VXzU1uyLG88KnBSPblVBnUZFm91inYBsXW/zbG4SltE0YKtp1I5po4/tbWxYZ83PFldYiWcZCpkvaUc11Weu7iYwhltZfu3VnlGhnRHUmT6zABb+mv4u8Np/p1xTVd9XYG9x3RNybm39cWYnGkXTO9kn0fG5y7BWXKexp7v085JOxI62OyWN0pEHE/yEEgx7LSyf7rJbklTVakak3e18wHicTVlrRzeV9WzjiGrP7NqZAmt/Lv5nd518uitvVNH56W5Qwfd1AQ+YxP/UjXqfJgpm2tyhUpE0suBZFqzHNFm7uzl/l7sHnajtdf68Fs/ZWMm4gHpb/OliqjfRUf2bmBGYLJ66u5vJrpqRf5cORdupKvl7D2n06VdiMl3/sbvrdBfnL6ri+yX07933pfP801huIiaoOLm6J82c2xkfb2NPAs1Zhmva6XWuOm/W1P0+Hmz4XRnXTWpGs/cgN2nvZwsiPEBSd3Ud2XFjJNPtPCd1Zlys2zmef3Z3rU8tomK3rs5N73v3+ZXd4uY6E2GB9SzD7MbaprkJYN1rn1/dSCJrWc1U6GjbLZIp2nFZf67g4e6ucbH40Y1WwebsbrbuUjCfxGdzG/uldlA1naJI5p3j/FaARdxvZtKHfz49dIKizl9hL3Cvruf/3Sum/w07RUTLccAlwgAAAABJRU5ErkJggg==);\n --ghd-code-background: #141414;\n --ghd-code-color: #ccc;\n }",
- "start": 276,
- "regexps": [
- "^https?://((education|gist|graphql|guides|docs|raw|resources|status|developer|support|vscode-auth)\\.)?github\\.com/((?!generated_pages/preview).)*$"
- ],
- "domains": [
- "githubusercontent.com",
- "www.githubstatus.com",
- "stylishthemes.github.io"
- ]
- },
- {
- "code": "button {\n color: #b5b5b5;\n }\n /* https://github.com/StylishThemes/GitHub-Dark/issues/968 */\n input, textarea {\n color: #bebebe;\n }\n svg {\n fill: #bebebe;\n }\n svg[fill=\"none\"] {\n fill: none;\n }\n .Popover-message::before {\n border-bottom-color: #343434;\n }\n .Popover-message::after {\n border-bottom-color: #181818;\n }\n .alert {\n background: #182030;\n border-color: #246;\n }\n .CircleBadge, .page-profile .user-status-container {\n background: #181818;\n }\n body[class=\"page-responsive\"] .list-options .list-item > .octicon {\n color: #181818;\n }\n /* begin gist.github.com rules */\n /* gist.github.com: \"initial\" */\n a {\n background-color: initial;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n mark {\n color: #dcdcdc;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n a {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n kbd {\n color: #afafaf;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .Box, kbd {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .Box, .Box-header {\n border-color: #343434;\n }\n .Box-header {\n background-color: #222;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: inset 2px 0 0 rgb(79, 140, 201);\n }\n /* gist.github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* gist.github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width:768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: rgb(79, 140, 201);\n }\n }\n /* gist.github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* gist.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* gist.github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* gist.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* gist.github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .breadcrumb-item::after {\n color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .breadcrumb-item-selected,\n .breadcrumb-item[aria-current]:not([aria-current=false]) {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .btn .octicon {\n color: #949494;\n }\n /* gist.github.com: \"rgba(27,31,35,.08)\" */\n .btn .Counter {\n background-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #24292e\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* gist.github.com: \"#f3f4f6\" */\n .btn.hover, .btn:hover, [open] > .btn {\n background-color: #242424;\n }\n /* gist.github.com: \"#edeff2\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n .btn.selected, .btn:active, .btn[aria-selected=true] {\n background-color: #343434;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #959da5\", \"#fafbfc\", \"rgba(27,31,35,.15)\" */\n .btn.disabled, .btn:disabled, .btn[aria-disabled=true] {\n color: #767676;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 3px rgba(79, 140, 201, .3);\n }\n /* gist.github.com: \"color: #fff\", \"#2ea44f\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-primary {\n color: #fff;\n background-color: #373;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* gist.github.com: \"#2c974b\" */\n .btn-primary.hover, .btn-primary:hover, [open] > .btn-primary {\n background-color: #484;\n }\n /* gist.github.com: \"#2a8f47\" */\n .btn-primary.selected, .btn-primary:active, .btn-primary[aria-selected=true] {\n background-color: #595;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.8)\", \"#94d3a2\", \"rgba(27,31,35,.1)\", \"rgba(27,31,35,.1)\" */\n .btn-primary.disabled, .btn-primary:disabled,\n .btn-primary[aria-disabled=true] {\n color: hsla(0, 0%, 100%, .8);\n background-color: #040;\n border-color: rgba(220, 220, 220, .1);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* gist.github.com: \"hsla(0,0%,100%,.8)\" */\n .btn-primary .octicon {\n color: hsla(0, 0%, 100%, .8);\n }\n /* gist.github.com: \"#cb2431\" */\n .btn-danger {\n color: #d82828;\n }\n /* gist.github.com: \"color: #fff\", \"#cb2431\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-danger:hover, [open] > .btn-danger {\n background-color: #d82828;\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* gist.github.com: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n .btn-danger.selected, .btn-danger:active, .btn-danger:hover,\n .btn-danger[aria-selected=true], [open] > .btn-danger {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn-danger.disabled, .btn-danger:disabled, .btn-danger[aria-disabled=true] {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* gist.github.com: \"rgba(203,36,49,.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 3px rgba(255, 68, 68, .4);\n }\n /* gist.github.com: \"#0366d6\" */\n .btn-outline {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-outline:hover, [open] > .btn-outline {\n background-color: rgb(79, 140, 201);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* gist.github.com: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n .btn-outline[aria-selected=true], [open] > .btn-outline {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"rgba(3,102,214,.5)\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn-outline.disabled, .btn-outline:disabled,\n .btn-outline[aria-disabled=true] {\n color: rgba(79, 140, 201, .5);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* gist.github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: linear-gradient(-180deg, rgb(79, 140, 201), rgb(79, 140, 201) 90%);\n }\n /* gist.github.com: \"rgba(27,31,35,.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* gist.github.com: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-blue.selected, .btn-blue:active, .btn-blue[aria-selected=true],\n [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* gist.github.com: \"none\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* gist.github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n background-color: #181818;\n }\n /* gist.github.com: \"#0366d6\", \"initial\" */\n .btn-blue .Counter, .btn-link {\n color: rgb(79, 140, 201);\n }\n .btn-link {\n background-color: initial;\n }\n /* gist.github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover, .btn-link[aria-disabled=true],\n .btn-link[aria-disabled=true]:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* gist.github.com: \"#0366d6\", \"initial\", \"box-shadow: none\" */\n .btn-invisible {\n color: rgb(79, 140, 201);\n background-color: initial;\n box-shadow: none;\n }\n /* gist.github.com: \"#0366d6\", \"none\", \"box-shadow: none\" */\n .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active,\n .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active,\n .btn-invisible:focus, .btn-invisible:hover,\n .btn-invisible[aria-selected=true] {\n color: rgb(79, 140, 201);\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #586069\", \"transparent\" */\n .btn-octicon {\n color: #afafaf;\n background-color: transparent;\n }\n /* gist.github.com: \"#0366d6\" */\n .btn-octicon:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #959da5\" */\n .btn-octicon.disabled, .btn-octicon.disabled:hover,\n .btn-octicon[aria-disabled=true], .btn-octicon[aria-disabled=true]:hover {\n color: #767676;\n }\n /* gist.github.com: \"#cb2431\" */\n .btn-octicon-danger:hover {\n color: #d82828;\n }\n /* gist.github.com: \"transparent\" */\n .close-button {\n background-color: transparent;\n }\n /* gist.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* gist.github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* gist.github.com: \"#0366d6\" */\n .social-count:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .social-count:focus {\n box-shadow: 0 0 0 3px rgba(79, 140, 201, .3);\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#e1e4e8\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #343434;\n box-shadow: none;\n }\n /* gist.github.com: \"#0366d6\", \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .form-control.focus, .form-control:focus, .form-select.focus,\n .form-select:focus {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 0 3px rgba(79, 140, 201, .3);\n }\n /* gist.github.com: \"color: #959da5\", \"#f3f4f6\" */\n .form-control[disabled], .form-select[disabled] {\n color: #767676;\n background-color: #242424;\n }\n /* gist.github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff\", \"box-shadow: none\" */\n .input-dark {\n color: #fff;\n box-shadow: none;\n }\n /* gist.github.com: \"rgba(27,31,35,.3)\" */\n .input-dark.focus, .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* gist.github.com: \"color: #6a737d\" */\n :-ms-input-placeholder {\n color: #949494;\n }\n /* gist.github.com: \"color: #6a737d\" */\n ::-ms-input-placeholder {\n color: #949494;\n }\n /* gist.github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* gist.github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* gist.github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group .form-group-header label,\n .hfields .form-group dt label {\n color: #afafaf;\n }\n /* gist.github.com: \"#735c0f\", \"#fffbdd\", \"#f9c513\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #cb4;\n }\n /* gist.github.com: \"#fff\" */\n .form-group .form-control, .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* gist.github.com: \"#cb2431\" */\n .form-group .form-group-body h4.is-error, .form-group dd h4.is-error {\n color: #d82828;\n }\n /* gist.github.com: \"#22863a\" */\n .form-group .form-group-body h4.is-success, .form-group dd h4.is-success {\n color: #6cc644;\n }\n /* gist.github.com: \"#cb2431\" */\n .form-group.required .form-group-header label::after,\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* gist.github.com: \"#22863a\" */\n .form-group.successful .success {\n color: #6cc644;\n }\n /* gist.github.com: \"#144620\", \"#dcffe4\", \"#34d058\" */\n .form-group.successed .success {\n color: #6cc644;\n background-color: #002800;\n border-color: #373;\n }\n /* gist.github.com: \"#dcffe4\" */\n .form-group.successed .success::after {\n border-bottom-color: #002800;\n }\n /* gist.github.com: \"#34d058\" */\n .form-group.successed .success::before {\n border-bottom-color: #373;\n }\n /* gist.github.com: \"#f9c513\" */\n .form-group.warn .form-control {\n border-color: #cb4;\n }\n /* gist.github.com: \"#fff5b1\", \"#f9c513\" */\n .form-group.warn .warning {\n background-color: #651;\n border-color: #cb4;\n }\n /* gist.github.com: \"#fff5b1\" */\n .form-group.warn .warning::after {\n border-bottom-color: #651;\n }\n /* gist.github.com: \"#f9c513\" */\n .form-group.warn .warning::before {\n border-bottom-color: #cb4;\n }\n /* gist.github.com: \"#cb2431\" */\n .form-group.errored .form-control {\n border-color: #d82828;\n }\n /* gist.github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* gist.github.com: \"#ffeef0\", \"#f97583\" */\n .form-group.errored .error {\n background-color: #300;\n border-color: #f88;\n }\n /* gist.github.com: \"#ffeef0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* gist.github.com: \"#f97583\" */\n .form-group.errored .error::before {\n border-bottom-color: #f88;\n }\n /* gist.github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* gist.github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* gist.github.com: \"initial\" */\n .inline-form .btn-plain {\n background-color: initial;\n }\n /* gist.github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* gist.github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* gist.github.com: \"box-shadow: none\" */\n .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* gist.github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* gist.github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #24292e\", \"#e1e4e8\" */\n .radio-label {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n :checked + .radio-label {\n border-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .menu {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #1b1f23\", \"#eaecef\" */\n .menu-item {\n color: #dcdcdc;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .menu-item:focus, .menu-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"#fafbfc\" */\n .menu-item:active {\n background-color: #181818;\n }\n /* gist.github.com: \"#f9826c\" */\n .menu-item.selected::before,\n .menu-item[aria-current]:not([aria-current=false])::before,\n .menu-item[aria-selected=true]::before {\n background-color: #fff;\n }\n /* gist.github.com: \"color: #959da5\" */\n .menu-item .octicon {\n color: #767676;\n }\n /* gist.github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* gist.github.com: \"color: #1b1f23\", \"#eaecef\" */\n .menu-heading {\n color: #dcdcdc;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .menu-heading, .tabnav {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"initial\" */\n .tabnav-tab {\n color: #cdcdcd;\n background-color: initial;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .tabnav-tab.selected, .tabnav-tab[aria-current]:not([aria-current=false]),\n .tabnav-tab[aria-selected=true] {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .tabnav-tab:active {\n color: #949494;\n }\n /* gist.github.com: \"color: #959da5\" */\n .tabnav-tab .octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\", \"initial\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: initial;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .filter-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected, .filter-item[aria-current]:not([aria-current=false]),\n .filter-item[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* gist.github.com: \"#fafbfc\" */\n .SideNav {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #1b1f23\", \"initial\", \"#eaecef\" */\n .SideNav-item {\n color: #dcdcdc;\n background-color: initial;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .SideNav-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .SideNav-item:focus, .SideNav-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\" */\n .SideNav-item:active, .SideNav-item[aria-current]:not([aria-current=false]),\n .SideNav-item[aria-selected=true] {\n background-color: #181818;\n }\n /* gist.github.com: \"#f9826c\" */\n .SideNav-item[aria-current]:not([aria-current=false])::before,\n .SideNav-item[aria-selected=true]::before {\n background-color: #fff;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .SideNav-icon {\n color: #949494;\n }\n /* gist.github.com: \"#0366d6\", \"initial\" */\n .SideNav-subItem {\n color: rgb(79, 140, 201);\n background-color: initial;\n }\n /* gist.github.com: \"color: #24292e\" */\n .SideNav-subItem:focus, .SideNav-subItem:hover,\n .SideNav-subItem[aria-current]:not([aria-current=false]),\n .SideNav-subItem[aria-selected=true] {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"#e1e4e8\" */\n .subnav-item {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\", \"#005cc5\" */\n .subnav-item.selected, .subnav-item[aria-current]:not([aria-current=false]),\n .subnav-item[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: #4f8cc9;\n }\n /* gist.github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .subnav-search-icon {\n color: #767676;\n }\n /* gist.github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .UnderlineNav {\n box-shadow: inset 0 -1px 0 #343434;\n }\n /* gist.github.com: \"color: #1b1f23\", \"initial\", \"rgba(209,213,218,0)\" */\n .UnderlineNav-item {\n color: #dcdcdc;\n background-color: initial;\n border-bottom-color: transparent;\n }\n /* gist.github.com: \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n border-bottom-color: #404040;\n }\n /* gist.github.com: \"#f9826c\" */\n .UnderlineNav-item.selected,\n .UnderlineNav-item[aria-current]:not([aria-current=false]),\n .UnderlineNav-item[role=tab][aria-selected=true] {\n border-bottom-color: #fff;\n }\n /* gist.github.com: \"color: #586069\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon,\n .UnderlineNav-item[aria-current]:not([aria-current=false]) .UnderlineNav-octicon,\n .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #24292e\" */\n .pagination a, .pagination em, .pagination span {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eaecef\" */\n .pagination a:active, .pagination a:focus, .pagination a:hover,\n .pagination em:active, .pagination em:focus, .pagination em:hover,\n .pagination span:active, .pagination span:focus, .pagination span:hover {\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .pagination .next_page, .pagination .previous_page {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover,\n .pagination [aria-current]:not([aria-current=false]) {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #6a737d\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover, .pagination [aria-disabled=true],\n .pagination [aria-disabled=true]:hover {\n color: #949494;\n }\n /* gist.github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:544px) {\n .border-sm {\n border-color: #343434 !important;\n }\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:768px) {\n .border-md {\n border-color: #343434 !important;\n }\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1012px) {\n .border-lg {\n border-color: #343434 !important;\n }\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1280px) {\n .border-xl {\n border-color: #343434 !important;\n }\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* gist.github.com: \"#0366d6\" */\n .border-blue {\n border-color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* gist.github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* gist.github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* gist.github.com: \"#d73a49\" */\n .border-red {\n border-color: #d82828 !important;\n }\n /* gist.github.com: \"#f97583\" */\n .border-red-light {\n border-color: #f88 !important;\n }\n /* gist.github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* gist.github.com: \"#f9c513\" */\n .border-yellow {\n border-color: #cb4 !important;\n }\n /* gist.github.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* gist.github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\" */\n .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* gist.github.com: \"rgba(27,31,35,.04)\" */\n .box-shadow {\n box-shadow: 0 1px 0 #000 !important;\n }\n /* gist.github.com: \"rgba(149,157,165,.15)\" */\n .box-shadow-medium {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15) !important;\n }\n /* gist.github.com: \"rgba(149,157,165,.2)\" */\n .box-shadow-large {\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2) !important;\n }\n /* gist.github.com: \"rgba(149,157,165,.3)\" */\n .box-shadow-extra-large {\n box-shadow: 0 12px 48px rgba(0, 0, 0, .3) !important;\n }\n /* gist.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* gist.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .bg-blue {\n background-color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* gist.github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* gist.github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* gist.github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* gist.github.com: \"#ffeef0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* gist.github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* gist.github.com: \"#dbab09\" */\n .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* gist.github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* gist.github.com: \"#fafbfc\" */\n .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .bg-gray-1 {\n background-color: #222 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .color-gray-2 {\n color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* gist.github.com: \"#d1d5da\" */\n .color-gray-3 {\n color: #404040 !important;\n }\n /* gist.github.com: \"#d1d5da\" */\n .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* gist.github.com: \"color: #959da5 !important\" */\n .color-gray-4 {\n color: #767676 !important;\n }\n /* gist.github.com: \"color: #6a737d !important\" */\n .color-gray-5 {\n color: #949494 !important;\n }\n /* gist.github.com: \"#6a737d\" */\n .bg-gray-5 {\n background-color: #444 !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .color-gray-6 {\n color: #afafaf !important;\n }\n /* gist.github.com: \"#586069\" */\n .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* gist.github.com: \"color: #444d56 !important\" */\n .color-gray-7 {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #2f363d !important\" */\n .color-gray-8 {\n color: #bebebe !important;\n }\n /* gist.github.com: \"#2f363d\" */\n .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"#24292e\" */\n .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#dbedff\" */\n .bg-blue-0, .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .color-blue-2 {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .bg-blue-2 {\n background-color: #246 !important;\n }\n /* gist.github.com: \"#79b8ff\" */\n .color-blue-3 {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#79b8ff\" */\n .bg-blue-3 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#2188ff\" */\n .color-blue-4 {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#2188ff\" */\n .bg-blue-4 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .color-blue-5 {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .bg-blue-5 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#005cc5\" */\n .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* gist.github.com: \"#005cc5\" */\n .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* gist.github.com: \"#044289\" */\n .color-blue-7 {\n color: rgba(79, 140, 201, .5) !important;\n }\n /* gist.github.com: \"#044289\" */\n .bg-blue-7 {\n background-color: rgba(79, 140, 201, .5) !important;\n }\n /* gist.github.com: \"color: #032f62 !important\" */\n .color-blue-8 {\n color: #9daccc !important;\n }\n /* gist.github.com: \"#032f62\" */\n .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"color: #05264c !important\" */\n .color-blue-9 {\n color: #bebebe !important;\n }\n /* gist.github.com: \"#05264c\" */\n .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"#f0fff4\" */\n .color-green-0 {\n color: #002800 !important;\n }\n /* gist.github.com: \"#f0fff4\" */\n .bg-green-0 {\n background-color: #002800 !important;\n }\n /* gist.github.com: \"#dcffe4\" */\n .color-green-1 {\n color: #002800 !important;\n }\n /* gist.github.com: \"#dcffe4\" */\n .bg-green-1 {\n background-color: #002800 !important;\n }\n /* gist.github.com: \"#34d058\" */\n .color-green-4 {\n color: #373 !important;\n }\n /* gist.github.com: \"#34d058\" */\n .bg-green-4 {\n background-color: #373 !important;\n }\n /* gist.github.com: \"#28a745\" */\n .color-green-5 {\n color: #484 !important;\n }\n /* gist.github.com: \"#28a745\" */\n .bg-green-5 {\n background-color: #484 !important;\n }\n /* gist.github.com: \"#22863a\" */\n .color-green-6 {\n color: #6cc644 !important;\n }\n /* gist.github.com: \"#22863a\" */\n .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* gist.github.com: \"#165c26\" */\n .color-green-8 {\n color: #6cc644 !important;\n }\n /* gist.github.com: \"#165c26\" */\n .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* gist.github.com: \"#144620\" */\n .color-green-9 {\n color: #6cc644 !important;\n }\n /* gist.github.com: \"#144620\" */\n .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* gist.github.com: \"#fffdef\" */\n .color-yellow-0 {\n color: #261d08 !important;\n }\n /* gist.github.com: \"#fffdef\" */\n .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* gist.github.com: \"#fffbdd\" */\n .color-yellow-1 {\n color: #261d08 !important;\n }\n /* gist.github.com: \"#fffbdd\" */\n .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* gist.github.com: \"#fff5b1\" */\n .color-yellow-2 {\n color: #651 !important;\n }\n /* gist.github.com: \"#fff5b1\" */\n .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* gist.github.com: \"#ffea7f\" */\n .color-yellow-3 {\n color: #542 !important;\n }\n /* gist.github.com: \"#ffea7f\" */\n .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* gist.github.com: \"#ffd33d\" */\n .color-yellow-5 {\n color: #cb4 !important;\n }\n /* gist.github.com: \"#ffd33d\" */\n .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#f9c513\" */\n .color-yellow-6 {\n color: #cb4 !important;\n }\n /* gist.github.com: \"#f9c513\" */\n .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#dbab09\" */\n .color-yellow-7 {\n color: #cb4 !important;\n }\n /* gist.github.com: \"#dbab09\" */\n .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#b08800\" */\n .color-yellow-8 {\n color: #cb4 !important;\n }\n /* gist.github.com: \"#b08800\" */\n .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* gist.github.com: \"#735c0f\" */\n .color-yellow-9 {\n color: #bba257 !important;\n }\n /* gist.github.com: \"#735c0f\" */\n .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* gist.github.com: \"#fb8532\" */\n .color-orange-4 {\n color: #fb8532 !important;\n }\n /* gist.github.com: \"#fb8532\" */\n .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* gist.github.com: \"#e36209\" */\n .color-orange-6 {\n color: #fb8532 !important;\n }\n /* gist.github.com: \"#e36209\" */\n .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* gist.github.com: \"#d15704\" */\n .color-orange-7 {\n color: #f3582c !important;\n }\n /* gist.github.com: \"#d15704\" */\n .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* gist.github.com: \"#a04100\" */\n .color-orange-9 {\n color: #f3582c !important;\n }\n /* gist.github.com: \"#a04100\" */\n .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* gist.github.com: \"#ffeef0\" */\n .color-red-0 {\n color: #300 !important;\n }\n /* gist.github.com: \"#ffeef0\" */\n .bg-red-0 {\n background-color: #300 !important;\n }\n /* gist.github.com: \"#ffdce0\" */\n .color-red-1 {\n color: #300 !important;\n }\n /* gist.github.com: \"#ffdce0\" */\n .bg-red-1 {\n background-color: #300 !important;\n }\n /* gist.github.com: \"#f97583\" */\n .color-red-3 {\n color: #f88 !important;\n }\n /* gist.github.com: \"#f97583\" */\n .bg-red-3 {\n background-color: #f88 !important;\n }\n /* gist.github.com: \"#d73a49\" */\n .color-red-5 {\n color: #d82828 !important;\n }\n /* gist.github.com: \"#d73a49\" */\n .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* gist.github.com: \"#cb2431\" */\n .color-red-6 {\n color: #d82828 !important;\n }\n /* gist.github.com: \"#cb2431\" */\n .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* gist.github.com: \"#86181d\" */\n .color-red-9 {\n color: #d82828 !important;\n }\n /* gist.github.com: \"#86181d\" */\n .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* gist.github.com: \"#f5f0ff\" */\n .color-purple-0 {\n color: #213 !important;\n }\n /* gist.github.com: \"#f5f0ff\" */\n .bg-purple-0 {\n background-color: #213 !important;\n }\n /* gist.github.com: \"#8a63d2\" */\n .color-purple-4 {\n color: #53387a !important;\n }\n /* gist.github.com: \"#8a63d2\" */\n .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* gist.github.com: \"#6f42c1\" */\n .color-purple-5 {\n color: #9378ba !important;\n }\n /* gist.github.com: \"#6f42c1\" */\n .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* gist.github.com: \"#ffeef8\" */\n .color-pink-0 {\n color: #170711 !important;\n }\n /* gist.github.com: \"#ffeef8\" */\n .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .color-pink-4 {\n color: #c49 !important;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* gist.github.com: \"#99306f\" */\n .color-pink-8 {\n color: #e6b !important;\n }\n /* gist.github.com: \"#99306f\" */\n .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .text-blue {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* gist.github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"#22863a\" */\n .text-green {\n color: #6cc644 !important;\n }\n /* gist.github.com: \"#b08800\" */\n .text-yellow {\n color: #cb4 !important;\n }\n /* gist.github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* gist.github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* gist.github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* gist.github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .link-gray:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .muted-link:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* gist.github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"initial\" */\n @keyframes blink {\n 50% {\n background-color: initial;\n }\n }\n /* gist.github.com: \"#fff\" */\n image-crop .crop-box {\n border-color: #181818;\n }\n /* gist.github.com: \"#fff\" */\n image-crop .handle::before {\n background-color: #181818;\n }\n /* gist.github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .ajax-pagination-form .ajax-pagination-btn {\n color: rgb(79, 140, 201);\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\", \"#f6f8fa\" */\n .ajax-pagination-form .ajax-pagination-btn:focus,\n .ajax-pagination-form .ajax-pagination-btn:hover {\n color: rgb(79, 140, 201);\n background-color: #222;\n }\n /* gist.github.com: \"#f6f8fa\", \"#d1d5da\" */\n .ajax-pagination-form.loading .ajax-pagination-btn {\n background-color: #222;\n border-color: #404040;\n }\n /* gist.github.com: \"box-shadow: none\" */\n body.intent-mouse [role=button]:focus,\n body.intent-mouse [role=tabpanel][tabindex=\"0\"]:focus,\n body.intent-mouse a:focus, body.intent-mouse button:focus,\n body.intent-mouse summary:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"#fffbdd\" */\n .conflict-gutter-marker {\n background-color: #261d08;\n }\n /* gist.github.com: \"#d73a49\" */\n .conflict-gutter-marker::after, .conflict-gutter-marker::before {\n background-color: #d82828;\n }\n /* gist.github.com: \"#959da5\" */\n .form-group:hover .form-field-hover, .placeholder-box {\n border-color: #484848;\n }\n /* gist.github.com: \"color: #24292e\" */\n .template-previews .discussion-sidebar-heading {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#0366d6\" */\n .template-previews .discussion-sidebar-heading:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#dfe2e5\" */\n .gollum-editor .comment-form-head.tabnav {\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\", \"none\" */\n .zeroclipboard-link {\n color: rgb(79, 140, 201);\n background: none;\n }\n /* gist.github.com: \"color: #fff\" */\n .auth-form-header, .auth-form-header h1 a {\n color: #fff;\n }\n /* gist.github.com: \"#fff\" */\n .auth-form-body {\n background-color: #181818;\n }\n /* gist.github.com: \"#eaeaea\" */\n .two-factor-help {\n border-color: #343434;\n }\n /* gist.github.com: \"#eaeaea\" */\n .u2f-auth-header:not(:last-child) {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#f9f9f9\" */\n .session-authentication {\n background-color: #181818;\n }\n /* gist.github.com: \"initial\" */\n .session-authentication .header-logged-out {\n background-color: initial;\n }\n /* gist.github.com: \"color: #333\" */\n .session-authentication .header-logo {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #333\", \"initial\" */\n .session-authentication .auth-form-header {\n color: #bebebe;\n background-color: initial;\n }\n /* gist.github.com: \"initial\" */\n .session-authentication.enterprise .header-logged-out,\n .session-authentication.hosted .header-logged-out {\n background-color: initial;\n }\n /* gist.github.com: \"#24292e\" */\n .Header-old {\n background-color: #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n /* gist.github.com: \"#fff\", \"rgba(27,31,35,.15)\" */\n .page-responsive .HeaderMenu--logged-out {\n background-color: #181818;\n box-shadow: 0 10px 50px #000;\n }\n /* gist.github.com: \"initial\", \"box-shadow: none\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out {\n background-color: initial;\n box-shadow: none;\n }\n }\n /* gist.github.com: \"box-shadow: none\" */\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: none;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n }\n /* gist.github.com: \"#eaecef\" */\n .page-responsive .HeaderMenu--logged-out .header-search-wrapper {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #444d56\", \"transparent\" */\n .page-responsive .HeaderMenu-link {\n color: #afafaf;\n background-color: transparent;\n }\n /* gist.github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu-link:hover {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link, .page-responsive .HeaderMenu-link:hover {\n color: #fff;\n }\n }\n /* gist.github.com: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\", \"transparent\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n background-color: transparent;\n }\n }\n /* gist.github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .HeaderMenu-link {\n color: #cdcdcd;\n }\n /* gist.github.com: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* gist.github.com: \"color: #fff\", \"transparent\" */\n .HeaderMenu-link {\n color: #fff;\n background-color: transparent;\n }\n /* gist.github.com: \"color: #fff\" */\n .HeaderMenu-link:hover {\n color: #fff;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\" */\n .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"color: #fff\" */\n .header-logo-invertocat, .header-logo-invertocat:hover {\n color: #fff;\n }\n /* gist.github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .notification-indicator .mail-status {\n color: #fff;\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n }\n /* gist.github.com: \"#0366d6\" */\n .notification-indicator:hover .mail-status {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #24292e\" */\n .header-nav-current-user .user-profile-link {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .feature-preview-indicator {\n color: #fff;\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n }\n /* gist.github.com: \"color: #fff\", \"box-shadow: none\" */\n .header-search-current .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .header-search-current .header-search-wrapper.focus {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-current .header-search-wrapper.focus .header-search-scope {\n color: #fff;\n }\n /* gist.github.com: \"none\", \"box-shadow: none\" */\n .header-search-current .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .header-search-current .header-search-input:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-current .header-search-scope:hover {\n color: #fff;\n }\n /* gist.github.com: \"color: #24292e !important\", \"#fafbfc\" */\n .header-search-current .jump-to-field-active {\n color: #cdcdcd !important;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .header-search-current .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .header-search-current .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* gist.github.com: \"initial\" */\n .header-search-current .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus mark,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* gist.github.com: \"color: #fff\", \"box-shadow: none\" */\n .header-search-prototype .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* gist.github.com: \"#fafbfc\", \"box-shadow: none\" */\n .header-search-prototype .header-search-wrapper:focus-within {\n background-color: #181818;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-prototype .header-search-wrapper:focus-within .header-search-scope {\n color: #fff;\n }\n /* gist.github.com: \"none\", \"box-shadow: none\" */\n .header-search-prototype .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .header-search-prototype .header-search-input:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-prototype .header-search-scope:hover {\n color: #fff;\n }\n /* gist.github.com: \"color: #24292e\" */\n .header-search-prototype .code-search-filter-text-expander {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .header-search-prototype .search-filter-header,\n .header-search-prototype .search-refine-dropdown-header {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-prototype .site-search-close-button .site-search-close-x {\n color: #fff;\n }\n /* gist.github.com: \"none\" */\n .header-search-prototype .site-search-filter-button {\n background: none;\n }\n /* gist.github.com: \"#fff\" */\n .header-search-prototype .ems-refine-details-dialog {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .header-search-prototype .ems-refine-details-dialog .ems-menu-item {\n color: #dcdcdc;\n }\n /* gist.github.com: \"color: #24292e\" */\n .header-search-prototype .ems-refine-details-dialog .ems-result-type-item {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .header-search-prototype .ems-result-types {\n border-right-color: #343434;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .header-search-prototype .jump-to-field-active {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .header-search-prototype .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .header-search-prototype .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* gist.github.com: \"initial\" */\n .header-search-prototype .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus mark,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* gist.github.com: \"color: #586069\", \"#e1e4e8\" */\n .pullquote {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* gist.github.com: \"color: #fff\", \"#1074e7\", \"#1074e7\" */\n .btn-mktg {\n color: #fff;\n border: 1px solid rgb(79, 140, 201);\n }\n /* gist.github.com: \"#0366d6\", \"#0366d6\" */\n .btn-mktg, .btn-mktg:hover {\n background-color: rgb(79, 140, 201);\n }\n .btn-mktg:hover {\n border-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn-mktg:focus {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* gist.github.com: \"#28a745\", \"#28a745\" */\n .btn-primary-mktg:hover {\n background-color: #484;\n border-color: #484;\n }\n /* gist.github.com: \"#0366d6\", \"hsla(0,0%,100%,0)\", \"#1074e7\" */\n .btn-outline-mktg, .btn-outline-mktg:hover {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n .btn-outline-mktg:hover {\n border-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\", \"initial\", \"none\", \"hsla(0,0%,100%,.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: initial;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .lead-mktg-fluid {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .btn-black-mktg-fluid, .btn-lg-mktg-fluid, .btn-mktg-fluid,\n .btn-purple-mktg-fluid {\n color: #fff;\n }\n /* gist.github.com: \"none\" */\n .btn-outline-mktg-fluid, .btn-outline-mktg-fluid.hover,\n .btn-outline-mktg-fluid.selected, .btn-outline-mktg-fluid:active,\n .btn-outline-mktg-fluid:hover, .btn-outline-mktg-fluid[aria-selected=true],\n .btn-purple-outline-mktg-fluid, .btn-purple-outline-mktg-fluid.hover,\n .btn-purple-outline-mktg-fluid.selected,\n .btn-purple-outline-mktg-fluid:active, .btn-purple-outline-mktg-fluid:hover,\n .btn-purple-outline-mktg-fluid[aria-selected=true],\n [open] > .btn-outline-mktg-fluid, [open] > .btn-purple-outline-mktg-fluid {\n background: none;\n }\n /* gist.github.com: \"color: #fff\", \"none\" */\n .btn-white-outline-mktg-fluid {\n color: #fff;\n background: none;\n }\n /* gist.github.com: \"color: #fff\", \"none\", \"hsla(0,0%,100%,.5)\" */\n .btn-white-outline-mktg-fluid.hover, .btn-white-outline-mktg-fluid.selected,\n .btn-white-outline-mktg-fluid:active, .btn-white-outline-mktg-fluid:hover,\n .btn-white-outline-mktg-fluid[aria-selected=true],\n [open] > .btn-white-outline-mktg-fluid {\n color: #fff;\n background: none;\n box-shadow: inset 0 0 0 2px hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,.5)\" */\n .btn-white-outline-mktg-fluid.focus, .btn-white-outline-mktg-fluid:focus {\n box-shadow: inset 0 0 0 2px #181818, 0 0 0 4px hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"none\" */\n .btn-invisible-mktg-fluid, .btn-invisible-mktg-fluid::before,\n .btn-invisible-mktg-fluid:hover, .btn-lg-invisible-mktg-fluid,\n .btn-lg-invisible-mktg-fluid::before, .btn-lg-invisible-mktg-fluid:hover {\n background: none !important;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .btn-invisible-mktg-fluid.focus, .btn-invisible-mktg-fluid:focus,\n .btn-lg-invisible-mktg-fluid.focus, .btn-lg-invisible-mktg-fluid:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"rgba(27,31,35,.3)\" */\n .box-shadow-border-mktg {\n box-shadow: 0 0 1px 0 #000 !important;\n }\n /* gist.github.com: \"rgba(27,31,35,.3)\" */\n .box-shadow-card-border-mktg {\n box-shadow: 0 3px 2px rgba(0, 0, 0, .04), 0 7px 5px rgba(0, 0, 0, .02), 0 13px 10px rgba(0, 0, 0, .02), 0 22px 17px rgba(0, 0, 0, .02), 0 0 1px 0 #000 !important;\n }\n /* gist.github.com: \"#fff\" */\n .testimonial-avatar {\n border-color: #181818;\n }\n /* gist.github.com: \"transparent\" */\n .customer-story-overlay {\n background-image: linear-gradient(180deg, #000 -5%, transparent 50%);\n }\n /* gist.github.com: \"none\" */\n .page-nav .page-nav-trigger {\n background: none;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .page-nav-item {\n color: #949494;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .page-nav-item::before {\n background-color: #222;\n }\n /* gist.github.com: \"color: #444d56 !important\" */\n .page-nav-item:hover {\n color: #afafaf !important;\n }\n /* gist.github.com: \"color: #24292e\" */\n .page-nav-item.selected {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eee\" */\n hr {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#032f62\" */\n .bg-blue-dark {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"#fb8532\" */\n .bg-orange {\n background-color: #fb8532 !important;\n }\n /* gist.github.com: \"#79b8ff\" */\n .text-blue-light, .text-blue-mktg {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"color: #808891\" */\n .text-gray-light-ultra {\n color: #767676;\n }\n /* gist.github.com: \"#d1d5da\",\"hsla(0,0%,100%,0)\" */\n .underline-dashed {\n background-image: linear-gradient(90deg, #404040 50%, transparent 0);\n }\n /* gist.github.com: \"#1074e7\", \"box-shadow: 0 1px 0 0 rgba(16,116,231,.5)\" */\n .link-mktg {\n box-shadow: 0 1px 0 0 rgba(79, 140, 201, .5);\n }\n /* gist.github.com: \"#0366d6\", \"#1074e7\" */\n .link-mktg, .link-mktg:hover {\n color: rgb(79, 140, 201);\n }\n .link-mktg:hover {\n box-shadow: 0 1px 0 0 rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\", \"hsla(0,0%,100%,.5)\" */\n .link-white-mktg {\n color: #fff;\n box-shadow: 0 1px 0 0 hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"#fff\" */\n .link-white-mktg:hover {\n box-shadow: 0 1px 0 0 #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .Tile {\n background-color: #222;\n }\n /* gist.github.com: \"#fafbfc\" */\n .bg-hero-dots-gray::before, .Tile:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"#fafbfc\" */\n @media (max-width:1012px) {\n .enterprise-section-container {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"#fff\" */\n .enterprise-garden-container::after {\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .sponsors-discussion::after {\n background-color: #343434;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .sponsors-popover::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .sponsors-popover::after {\n border-top-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .sponsors-listing-featured-item .item-handle {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .subnav-link {\n color: #949494;\n }\n /* gist.github.com: \"color: #24292e\", \"#e1e4e8\" */\n .subnav-link:hover {\n color: #cdcdcd;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #1b1f23 !important\", \"#1074e7\" */\n .subnav-link.selected {\n color: #dcdcdc !important;\n border-bottom-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"transparent\" */\n .subnav-btn {\n background-color: transparent;\n }\n /* gist.github.com: \"color: #fff\", \"#1074e7\" */\n @media (min-width:768px) {\n .subnav-btn {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n }\n /* gist.github.com: \"transparent\" */\n .subnav-btn:hover {\n background-color: transparent;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n @media (min-width:768px) {\n .subnav-btn:hover {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n }\n /* gist.github.com: \"#e1e4e8\" */\n @media (min-width:768px) {\n .subnav-primary:hover {\n border-bottom-color: #343434;\n }\n }\n /* gist.github.com: \"#1074e7\" */\n @media (min-width:768px) {\n .subnav-primary.selected {\n border-bottom-color: rgb(79, 140, 201);\n }\n }\n /* gist.github.com: \"color: #24292e\" */\n .site-subnav-nav .selected {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eaecef\" */\n .pricing-table td, .pricing-table thead th {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#eaecef\", \"#eaecef\" */\n .pricing-table td + td {\n border-right-color: #343434;\n border-left-color: #343434;\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .fade-img-to-white-bg::before {\n background: linear-gradient(180deg, #181818 0, transparent);\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .fade-img-to-white-bg::after {\n background: linear-gradient(0deg, #181818 0, transparent);\n }\n /* gist.github.com: \"color: #fff\", \"#005cc5\" */\n .pricing-plan-tab {\n color: #fff;\n background-color: #4f8cc9;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\" */\n .pricing-plan-tab-active {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"initial\" */\n .pricing-testimonial-logo {\n background-color: initial;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .pricing-testimonial-logo-active {\n background-color: #343434;\n }\n /* gist.github.com: \"initial\" */\n .pricing-matrix-row-button {\n background-color: initial;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .pricing-matrix-row:hover .pricing-matrix-column-feature,\n .pricing-matrix-row:hover .pricing-matrix-row-text {\n background-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .pricing-matrix-column-tier {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .pricing-matrix-row:hover .pricing-matrix-column-tier {\n background-color: #222;\n }\n /* gist.github.com: \"color: #959da5\" */\n .codespaces-subtitle {\n color: #767676;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .codespaces-develop-time {\n background-color: #343434;\n }\n /* gist.github.com: \"color: #fff\" */\n .section-codespaces-develop-night .codespaces-develop-header {\n color: #fff;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.8)\" */\n .section-codespaces-develop-night .codespaces-develop-text {\n color: hsla(0, 0%, 100%, .8) !important;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .section-codespaces-develop-night .codespaces-sun {\n box-shadow: none;\n }\n /* gist.github.com: \"#24292e\" */\n .bg-gradient-gray {\n background-image: linear-gradient(175.44deg, #383838 1.44%, #181818 96.23%);\n }\n /* gist.github.com: \"#fff\" */\n .bg-radial-white {\n background: radial-gradient(145.3% 145.3% at 65.91% 0, #181818 0, #f0f0f0 100%);\n }\n /* gist.github.com: \"hsla(0,0%,100%,.6)\" */\n .jumbotron-codelines {\n color: hsla(0, 0%, 0%, .6);\n }\n /* gist.github.com: \"#24292e\" */\n .jumbotron-netneutrality {\n background-color: #181818;\n }\n /* gist.github.com: \"#24292e\" */\n @media (min-width:768px) {\n .jumbotron-netneutrality {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"#f5f0ff\", \"#6f42c1\" */\n @media (min-width:768px) {\n .illflow-purple .selected {\n background-color: #213;\n }\n .illflow-purple .selected::after {\n border-color: transparent transparent #213;\n }\n .illflow-purple .illflow-item .illflow-item-heading {\n color: #9378ba;\n }\n }\n /* gist.github.com: \"#f1f8ff\", \"#0366d6\" */\n @media (min-width:768px) {\n .illflow-blue .selected {\n background-color: #182030;\n }\n .illflow-blue .selected::after {\n border-color: transparent transparent #182030;\n }\n .illflow-blue .illflow-item .illflow-item-heading {\n color: rgb(79, 140, 201);\n }\n }\n /* gist.github.com: \"color: #444d56\" */\n .illflow-item .illflow-item-heading {\n color: #afafaf;\n }\n /* gist.github.com: \"#fafbfc\", \"color: #24292e\" */\n @media (min-width:768px) {\n .illflow-item:not(.selected):hover {\n background-color: #181818;\n }\n .illflow-item.selected .illflow-item-heading {\n color: #cdcdcd;\n }\n }\n /* gist.github.com: \"#444d56\" */\n .IconNav-item.selected {\n border-color: #484848;\n }\n /* gist.github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg:-ms-input-placeholder {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg::-ms-input-placeholder {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg::placeholder {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .home-hero-signup .form-control-note {\n color: #949494;\n }\n /* gist.github.com: \"color: #959da5\" */\n .home-hero-signup .form-control-note .notice-highlight {\n color: #767676;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .customer-story-card {\n box-shadow: 0 2px 4px #000;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .card-mktg {\n box-shadow: 0 1px 15px #000, 0 0 1px rgba(106, 115, 125, .35);\n }\n /* gist.github.com: \"#fb8532\" */\n .border-orange {\n border-color: #fb8532 !important;\n }\n /* gist.github.com: \"color: #032f62 !important\" */\n .text-blue-dark {\n color: #9daccc !important;\n }\n /* gist.github.com: \"color: #959da5\" */\n .actions-event-token {\n color: #767676;\n }\n /* gist.github.com: \"#d1d5da\" */\n .actions-event-token span {\n color: #404040;\n }\n /* gist.github.com: \"#0366d6\" */\n .actions-template-card:hover .actions-template-repo {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #959da5\" */\n .actions-template-repo {\n color: #767676;\n }\n /* gist.github.com: \"color: #24292e !important\", \"#e1e4e8\" */\n .selected .security-nav-item {\n color: #cdcdcd !important;\n box-shadow: inset 0 -3px 0 #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .security-nav-icon {\n color: #404040;\n }\n /* gist.github.com: \"initial\" */\n @media (min-width:1012px) {\n .insights-hero-text {\n background-color: initial;\n }\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\" */\n .insights-hero-text::after {\n background-image: linear-gradient(hsla(0, 0%, 100%, .85), transparent);\n }\n /* gist.github.com: \"#fff\" */\n @media (min-width:1012px) {\n .insights-dashboard-callout {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"#0366d6\", \"#2188ff\" */\n .insights-dash-dot-ripple > span {\n background-color: rgb(79, 140, 201);\n box-shadow: 0 0 5px rgb(79, 140, 201), inset 0 0 5px rgb(79, 140, 201);\n }\n /* gist.github.com: \"#2188ff\" */\n .insights-dash-dot-ripple > div {\n border: 2px solid rgb(79, 140, 201);\n }\n /* gist.github.com: \"#34d058\" */\n .packages-badge {\n background-color: #373;\n }\n /* gist.github.com: \"transparent\" */\n .gpr-cli-tab {\n background-color: transparent;\n }\n /* gist.github.com: \"#24292e\" */\n .gpr-cli-tab:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .MarketingBody > p {\n color: #afafaf;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .MarketingBody blockquote, .MarketingBody blockquote::before {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .MarketingBody ol, .MarketingBody ul {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .MarketingBody ol strong, .MarketingBody ul strong {\n color: #dcdcdc;\n }\n /* gist.github.com: \"color: #2f363d !important\" */\n .MarketingBody-lead > p:first-child {\n color: #bebebe !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .MarketingBody-lead a, .MarketingBody-lead a:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#c8e1ff\",\"#79b8ff\" */\n .section-mobile-notification::after {\n background: linear-gradient(#246, rgb(79, 140, 201), #246);\n }\n /* gist.github.com: \"#fff\" */\n .phone-buttons, .phone-buttons::after, .phone-buttons::before {\n background-color: #181818;\n }\n /* gist.github.com: \"#fff\", \"rgba(0,0,0,.15)\" */\n .phone-background {\n border-color: #181818;\n box-shadow: 0 2px 30px #000, inset 30px 0 20px 20px rgba(0, 0, 0, .01);\n }\n /* gist.github.com: \"#f6f8fa\" */\n .phone-background::before {\n border-color: #202020;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .animate-mobile-triage .mobile-triage-overlay {\n filter: drop-shadow(-7px 10px 6px #343434);\n }\n /* gist.github.com: \"#dbedff\" */\n .mobile-work-overlay-bluetap {\n background-color: #182030;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .mobile-particle-square-pink {\n background-color: #c49;\n }\n /* gist.github.com: \"#fb8532\" */\n .mobile-particle-square-orange {\n background-color: #fb8532;\n }\n /* gist.github.com: \"#2188ff\" */\n .mobile-particle-circle-blue, .mobile-particle-circle-blue-2 {\n background: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#8a63d2\" */\n .mobile-particle-circle-purple {\n background-color: #53387a;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .mobile-particle-circle-orange, .mobile-particle-circle-pink {\n background-color: #c49;\n }\n /* gist.github.com: \"#fb8532\" */\n .mobile-particle-circle-orange {\n background-color: #fb8532;\n }\n /* gist.github.com: \"#8a63d2\" */\n .mobile-particle-square-purple {\n background-color: #53387a;\n }\n /* gist.github.com: \"#34d058\" */\n .mobile-particle-circle-green {\n background-color: #373;\n }\n /* gist.github.com: \"#d1d5da\", \"rgba(149,157,165,.2)\" */\n @media (min-width:544px) {\n .summarylink:active .summarylink-btn, .summarylink:hover .summarylink-btn {\n border-color: #404040;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n }\n /* gist.github.com: \"#8a63d2\" */\n .particle-square-purple {\n background-color: #53387a;\n }\n /* gist.github.com: \"#2188ff\" */\n .particle-circle-blue {\n background: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#34d058\" */\n .particle-circle-green {\n background-color: #373;\n }\n /* gist.github.com: \"#fb8532\" */\n .particle-circle-orange, .particle-circle-orange-2 {\n background-color: #fb8532;\n }\n /* gist.github.com: \"#34d058\" */\n .particle-circle-green-2 {\n background-color: #373;\n }\n /* gist.github.com: \"#2188ff\" */\n .particle-circle-blue-2 {\n background: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#8a63d2\" */\n .particle-square-purple-2 {\n background-color: #53387a;\n }\n /* gist.github.com: \"rgba(0,0,0,.2)\" */\n .apps-cluster .CircleBadge.tooltipped:hover {\n box-shadow: 0 3px 8px 0 rgba(255, 255, 255, .7);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .apps-quadrangle .CircleBadge::after {\n background-color: #343434;\n }\n /* gist.github.com: \"#24292e\" */\n .DeveloperVideo-data {\n background-color: #181818;\n }\n /* gist.github.com: \"none\", \"transparent\" */\n @media (min-width:768px) {\n .DeveloperVideo-data {\n background: none;\n background-image: linear-gradient(transparent, rgba(27, 31, 35, .95));\n }\n }\n /* gist.github.com: \"#2f363d\" */\n .btf-border {\n border-top-color: #282828;\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\",\"#fff\",\"#eaf5ff\" */\n .signup-prompt-bg {\n background-image: linear-gradient(180deg, transparent 50%, #181818), linear-gradient(70deg, #182030 32%, #f6fff8);\n }\n /* gist.github.com: \"color: #586069\" */\n .SegmentedNav .selected {\n color: #afafaf;\n }\n /* gist.github.com: \"#fafbfc\" */\n .home-enterprise-wrapper::before {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .choose-team-lp {\n background-color: #222;\n }\n /* gist.github.com: \"color: #2f363d\" */\n .choose-team-lp .lead-mktg {\n color: #bebebe;\n }\n /* gist.github.com: \"#044289\" */\n .choose-team-lp .hero-form {\n background-color: rgba(79, 140, 201, .5);\n }\n /* gist.github.com: \"color: #fff\" */\n .choose-team-lp .hero-form .tooltipped {\n color: #fff;\n }\n /* gist.github.com: \"#fff\" */\n .choose-team-lp .landing-page-section.features {\n background-color: #181818;\n }\n /* gist.github.com: \"#2188ff\" */\n .choose-team-lp .landing-page-section.customers {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #2f363d\" */\n .choose-team-lp .feature-list {\n color: #bebebe;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .choose-team-lp .customer-quote {\n box-shadow: 0 4px 12px #000;\n }\n /* gist.github.com: \"#044289\" */\n .choose-team-lp .landing-page-footer {\n background-color: rgba(79, 140, 201, .5);\n }\n /* gist.github.com: \"#032f62\" */\n .choose-team-lp .landing-page-sub-footer {\n background-color: #182030;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .choose-team-lp .footer-link {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#fff\" */\n .team-octicon {\n background-color: #181818;\n }\n /* gist.github.com: \"#d1d5da\" */\n .team-collaboration-box::before {\n border-bottom-color: #404040;\n }\n /* gist.github.com: \"#fff\" */\n .team-collaboration-box::after {\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"#d1d5da\", \"#fff\" */\n @media (min-width:768px) {\n .team-collaboration-box--left::before {\n border-left-color: #404040;\n }\n .team-collaboration-box--left::after {\n border-left-color: #181818;\n }\n }\n /* gist.github.com: \"#d1d5da\", \"#fff\" */\n @media (min-width:768px) {\n .team-collaboration-box--right::before {\n border-right-color: #404040;\n }\n .team-collaboration-box--right::after {\n border-right-color: #181818;\n }\n }\n /* gist.github.com: \"color: #24292e\" */\n .flash {\n color: #cdcdcd;\n }\n /* gist.github.com: \"none\" */\n .flash-close {\n background: none;\n }\n /* gist.github.com: \"#dbedff\", \"rgba(4,66,137,.2)\" */\n .flash {\n background-color: #182030;\n border-color: #246;\n }\n /* gist.github.com: \"rgba(4,66,137,.6)\" */\n .flash .octicon {\n color: #4f8cc9;\n }\n /* gist.github.com: \"#fffbdd\" */\n .flash-warn {\n background-color: #261d08;\n }\n /* gist.github.com: \"#b08800\" */\n .flash-warn .octicon {\n color: #cb4;\n }\n /* gist.github.com: \"#dcffe4\" */\n .flash-success {\n background-color: #002800;\n }\n /* gist.github.com: \"#fffbdd\" */\n .warning {\n background-color: #261d08;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\",\"rgba(149,157,165,.15)\" */\n .autocomplete-results {\n background-color: #181818;\n box-shadow: inset 0 0 0 1px #343434, 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\" */\n .autocomplete-item {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .autocomplete-item.navigation-focus, .autocomplete-item.selected,\n .autocomplete-item:hover, .autocomplete-item[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\", \"rgba(149,157,165,.15)\" */\n .suggester {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* gist.github.com: \"#eaecef\" */\n .suggester li {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .suggester li small {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .suggester li.navigation-focus, .suggester li:hover,\n .suggester li[aria-selected=true] {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\" */\n .suggester li.navigation-focus small, .suggester li:hover small,\n .suggester li[aria-selected=true] small {\n color: #fff;\n }\n /* gist.github.com: \"#fff\", \"hsla(0,0%,100%,.8)\" */\n .avatar-child {\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* gist.github.com: \"#fff\" */\n .avatar-child, .AvatarStack-body {\n background-color: #181818;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .AvatarStack-body .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .avatar.avatar-more {\n background-color: #222;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .avatar.avatar-more::before {\n background-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .avatar.avatar-more::after, .AvatarStack--right .avatar.avatar-more {\n background-color: #404040;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .AvatarStack--right .avatar.avatar-more::after {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\" */\n .AvatarStack--right .avatar {\n border-left-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .DashedConnection::before {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fff\", \"#eaecef\" */\n .blankslate code {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n .blankslate-icon {\n color: #767676;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.6)\", \"#eaf5ff\" */\n .branch-name {\n color: rgba(230, 230, 230, .6);\n background-color: #182030;\n }\n /* gist.github.com: \"#0366d6\" */\n a.branch-name {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n .dropdown-menu {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\" */\n .dropdown-item {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .dropdown-item:focus, .dropdown-item:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"none\" */\n .dropdown-signout {\n background: none;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .dropdown-divider {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .dropdown-header {\n color: #afafaf;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-w::before {\n border-color: transparent transparent transparent rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .dropdown-menu-w::after {\n border-color: transparent transparent transparent #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-e::before {\n border-color: transparent rgba(220, 220, 220, .15) transparent transparent;\n }\n /* gist.github.com: \"#fff\" */\n .dropdown-menu-e::after {\n border-color: transparent #181818 transparent transparent;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-ne::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .dropdown-menu-ne::after {\n border-top-color: #181818;\n }\n /* gist.github.com: \"color: #fff\", \"#2f363d\", \"#444d56\", \"rgba(149,157,165,.2)\" */\n .dropdown-menu-dark {\n color: #fff;\n background-color: #282828;\n border-color: #484848;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"#444d56\" */\n .dropdown-menu-dark::before {\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"#2f363d\" */\n .dropdown-menu-dark::after {\n border-bottom-color: #282828;\n }\n /* gist.github.com: \"#d1d5da\" */\n .dropdown-menu-dark .dropdown-header {\n color: #404040;\n }\n /* gist.github.com: \"#444d56\" */\n .dropdown-menu-dark .dropdown-divider {\n border-top-color: #484848;\n }\n /* gist.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-w::before {\n border-color: transparent transparent transparent #484848;\n }\n /* gist.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-w::after {\n border-color: transparent transparent transparent #282828;\n }\n /* gist.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-e::before {\n border-color: transparent #484848 transparent transparent;\n }\n /* gist.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-e::after {\n border-color: transparent #282828 transparent transparent;\n }\n /* gist.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-ne::before {\n border-color: #484848 transparent transparent;\n }\n /* gist.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-ne::after {\n border-color: #282828 transparent transparent;\n }\n /* gist.github.com: \"#24292e\" */\n .Header {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff\" */\n .Header-link {\n color: #fff;\n }\n /* gist.github.com: \"initial\", \"#e1e4e8\" */\n .label, .Label {\n background-color: initial !important;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\", \"#e1e4e8\" */\n .Label--gray, .Label--outline {\n color: #afafaf;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .Label--gray-darker {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#735c0f\", \"#f9c513\" */\n .Label--yellow {\n color: #bba257;\n border-color: #cb4;\n }\n /* gist.github.com: \"#cb2431\", \"#cb2431\" */\n .Label--red {\n color: #d82828;\n border-color: #d82828;\n }\n /* gist.github.com: \"#22863a\", \"#28a745\" */\n .Label--green, .Label--outline-green {\n color: #6cc644;\n border-color: #484;\n }\n /* gist.github.com: \"#0366d6\", \"#0366d6\" */\n .Label--blue {\n color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#6f42c1\", \"#8a63d2\" */\n .Label--purple {\n color: #9378ba;\n border-color: #53387a;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .Label--pink {\n border-color: #c49;\n }\n /* gist.github.com: \"color: #fff\", \"#6a737d\" */\n .state, .State {\n color: #fff;\n background-color: #444;\n }\n /* gist.github.com: \"#28a745\" */\n .State--green {\n background-color: #484;\n }\n /* gist.github.com: \"#d73a49\" */\n .State--red {\n background-color: #d82828;\n }\n /* gist.github.com: \"#6f42c1\" */\n .State--purple {\n background-color: #9378ba;\n }\n /* gist.github.com: \"color: #24292e\", \"rgba(209,213,218,.5)\" */\n .Counter {\n color: #cdcdcd;\n background-color: rgba(90, 90, 90, .5);\n }\n /* gist.github.com: \"color: #6a737d\" */\n .Counter--gray-light {\n color: #949494;\n }\n /* gist.github.com: \"color: #fff\", \"#6a737d\" */\n .Counter--gray {\n color: #fff;\n background-color: #444;\n }\n /* gist.github.com: \"color: #586069\" */\n .diffstat {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .diffstat-block-deleted {\n background-color: #d82828;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .diffstat-block-added {\n background-color: #373;\n }\n /* gist.github.com: \"#d1d5da\" */\n .diffstat-block-neutral {\n background-color: #404040;\n }\n /* gist.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* gist.github.com: \"#cb2431\" */\n .markdown-body .absent {\n color: #d82828;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .markdown-body hr {\n background-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* gist.github.com: \"color: #1b1f23\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* gist.github.com: \"#eaecef\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .markdown-body h6 {\n color: #949494;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\", \"#c6cbd1\" */\n .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* gist.github.com: \"initial\" */\n .markdown-body table img {\n background-color: initial;\n }\n /* gist.github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* gist.github.com: \"initial\" */\n .markdown-body .emoji {\n background-color: initial;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* gist.github.com: \"rgba(27,31,35,.05)\" */\n .markdown-body code, .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* gist.github.com: \"transparent\" */\n .markdown-body pre > code {\n background-color: transparent;\n }\n /* gist.github.com: \"initial\" */\n .markdown-body pre code, .markdown-body pre tt {\n background-color: initial;\n }\n /* gist.github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .markdown-body .csv-data th {\n background-color: #222;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .Popover-message::after {\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--bottom-left::before,\n .Popover-message--bottom-right::before, .Popover-message--bottom::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .Popover-message--bottom-left::after, .Popover-message--bottom-right::after,\n .Popover-message--bottom::after {\n border-top-color: #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--right-bottom::before, .Popover-message--right-top::before,\n .Popover-message--right::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .Popover-message--right-bottom::after, .Popover-message--right-top::after,\n .Popover-message--right::after {\n border-left-color: #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--left-bottom::before, .Popover-message--left-top::before,\n .Popover-message--left::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#fff\" */\n .Popover-message--left-bottom::after, .Popover-message--left-top::after,\n .Popover-message--left::after {\n border-right-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .Progress {\n background-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .SelectMenu-modal {\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n @media (min-width:544px) {\n .SelectMenu-modal {\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n }\n /* gist.github.com: \"#eaecef\" */\n .SelectMenu-header {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #959da5\", \"initial\" */\n .SelectMenu-closeButton {\n color: #767676;\n background-color: initial;\n }\n /* gist.github.com: \"#eaecef\" */\n .SelectMenu-filter {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#eaecef\" */\n .SelectMenu-item, .SelectMenu-list {\n background-color: #181818;\n }\n .SelectMenu-item {\n color: #cdcdcd;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\", \"initial\", \"#eaecef\" */\n .SelectMenu-tab, .SelectMenu-tabs {\n box-shadow: inset 0 -1px 0 #343434;\n }\n .SelectMenu-tab {\n color: #949494;\n background-color: initial;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#eaecef\" */\n .SelectMenu-tab[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n box-shadow: 0 0 0 1px #343434;\n }\n /* gist.github.com: \"#eaecef\", \"box-shadow: none\" */\n @media (min-width:544px) {\n .SelectMenu-tab[aria-selected=true] {\n border-color: #343434;\n box-shadow: none;\n }\n }\n /* gist.github.com: \"#fff\", \"#eaecef\" */\n .SelectMenu-message {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #6a737d\", \"#f6f8fa\", \"#eaecef\" */\n .SelectMenu-divider {\n color: #949494;\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\", \"#eaecef\" */\n .SelectMenu-footer, .SelectMenu-list--borderless .SelectMenu-divider {\n border-top-color: #343434;\n }\n .SelectMenu-footer {\n color: #949494;\n }\n /* gist.github.com: \"color: #24292e\" */\n .SelectMenu-item[aria-checked=true] {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled=true] {\n color: #949494;\n }\n /* gist.github.com: \"color: #24292e\", \"color: #586069\", \"#f6f8fa\", \"#fafbfc\", \"#dbedff\", \"#f6f8fa\" */\n @media (hover:hover) {\n .SelectMenu-closeButton:hover,\n body:not(.intent-mouse) .SelectMenu-closeButton:focus {\n color: #cdcdcd;\n }\n .SelectMenu-closeButton:active {\n color: #afafaf;\n }\n .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus {\n background-color: #222;\n }\n .SelectMenu-item:active {\n background-color: #181818;\n }\n body:not(.intent-mouse) .SelectMenu-tab:focus {\n background-color: #182030;\n }\n .SelectMenu-tab:hover {\n color: #cdcdcd;\n }\n .SelectMenu-tab:not([aria-selected=true]):active {\n color: #cdcdcd;\n background-color: #222;\n }\n }\n /* gist.github.com: \"#fafbfc\", \"rgba(209,213,218,.5)\" */\n @media (hover:none) {\n .SelectMenu-item:active, .SelectMenu-item:focus {\n background-color: #181818;\n }\n .SelectMenu-item {\n -webkit-tap-highlight-color: rgba(90, 90, 90, .5);\n }\n }\n /* gist.github.com: \"#e1e4e8\" */\n .Subhead {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#cb2431\" */\n .Subhead-heading--danger {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .Subhead-description {\n color: #afafaf;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .TimelineItem::before {\n background-color: #343434;\n }\n /* gist.github.com: \"#2188ff\", \"#c8e1ff\" */\n .TimelineItem:target .TimelineItem-badge {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 .2em rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #444d56\", \"#e1e4e8\", \"#fff\" */\n .TimelineItem-badge {\n color: #afafaf;\n background-color: #343434;\n border-color: #181818;\n }\n /* gist.github.com: \"color: #444d56\" */\n .TimelineItem-body {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .TimelineItem-break {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #959da5\", \"#fff\" */\n .TimelineItem--condensed .TimelineItem-badge {\n color: #767676;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #1b1f23\", \"#fff\", \"#e1e4e8\",\"rgba(149,157,165,.2)\" */\n .Toast {\n color: #dcdcdc;\n background-color: #181818;\n box-shadow: inset 0 0 0 1px #343434, 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .Toast-icon {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"initial\" */\n .Toast-dismissButton {\n background-color: initial;\n }\n /* gist.github.com: \"color: #586069\" */\n .Toast-dismissButton:focus, .Toast-dismissButton:hover {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .Toast-dismissButton:active {\n color: #767676;\n }\n /* gist.github.com: \"#d73a49\" */\n .Toast--error .Toast-icon {\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #24292e\", \"#f9c513\" */\n .Toast--warning .Toast-icon {\n color: #cdcdcd;\n background-color: #cb4;\n }\n /* gist.github.com: \"#28a745\" */\n .Toast--success .Toast-icon {\n background-color: #484;\n }\n /* gist.github.com: \"color: #fff\" */\n .boxed-group .Counter {\n color: #fff;\n }\n /* gist.github.com: \"#f6f8fa\", \"rgba(27,31,35,.15)\" */\n .boxed-group .heading, .boxed-group > h3 {\n background-color: #222;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #586069\" */\n .boxed-group .heading a.boxed-group-breadcrumb,\n .boxed-group > h3 a.boxed-group-breadcrumb {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\" */\n .boxed-group .tabnav.heading li:first-child .selected {\n border-left-color: #181818;\n }\n /* gist.github.com: \"color: #fff\", \"#d73a49\" */\n .boxed-group.dangerzone > h3 {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #586069\", \"#fff\", \"#d1d5da\" */\n .boxed-group-inner {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .boxed-group-inner .help, .boxed-group-inner .tabnav-tab.selected {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .boxed-group-inner .help {\n color: #afafaf;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .boxed-group-list > li {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .boxed-group-list > li:first-child {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#dcffe4\" */\n .boxed-group-list > li.selected {\n background-color: #002800;\n }\n /* gist.github.com: \"#fafbfc\", \"#eaecef\" */\n .boxed-group-table th {\n background-color: #181818;\n }\n /* gist.github.com: \"#eaecef\" */\n .boxed-group-table td, .boxed-group-table th {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.85)\", \"#fffbdd\", \"rgba(27,31,35,.15)\" */\n .boxed-group-warning {\n color: rgba(230, 230, 230, .85);\n background-color: #261d08;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .list-group-item {\n border-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\" */\n .list-group-item.closed {\n background-color: #181818;\n }\n /* gist.github.com: \"#fffdef\" */\n .list-group-item.selected {\n background-color: #261d08;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .list-group-item.navigation-focus, .list-group-item[aria-selected=true] {\n background-color: #182030;\n }\n /* gist.github.com: \"color: #586069\" */\n .list-group-item .list-group-item-summary a {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .list-group-item .list-group-item-summary a.quiet {\n color: #949494;\n }\n /* gist.github.com: \"color: #24292e\" */\n .list-group-item-link {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .draft.octicon {\n color: #949494;\n }\n /* gist.github.com: \"#cb2431\" */\n .closed.octicon, .reverted.octicon {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .open.octicon {\n color: #484;\n }\n /* gist.github.com: \"#6f42c1\" */\n .merged.octicon {\n color: #9378ba;\n }\n /* gist.github.com: \"#eaecef\" */\n .progress-bar {\n background-color: #343434;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .progress-bar .progress {\n background-color: #373;\n }\n /* gist.github.com: \"#e1e4e8\", \"#28a745\",\"#005cc5\",\"#cb2431\" */\n .reverse-progress-container {\n background-color: #343434;\n background-image: linear-gradient(90deg, #484, #4f8cc9, #3a1d6e, #d82828, #f66a0a);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .reverse-progress-bar {\n background-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .select-menu-button.primary::after {\n border-top-color: #181818;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.8)\" */\n .select-menu-loading-overlay {\n background-color: hsla(0, 0%, 100%, .8);\n }\n /* gist.github.com: \"color: #586069\", \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.15)\" */\n .select-menu-modal {\n color: #afafaf;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 3px 12px #000;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .select-menu-divider, .select-menu-header {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-divider, .select-menu-header .select-menu-title {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .select-menu-divider {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .select-menu-header .close-button, .select-menu-header .octicon {\n color: #5a5a5a;\n }\n /* gist.github.com: \"color: #444d56\" */\n .select-menu-header .close-button:hover, .select-menu-header .octicon:hover {\n color: #afafaf;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .select-menu-filters {\n background-color: #222;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .select-menu-text-filter:first-child:last-child {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .select-menu-text-filter input {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input:-ms-input-placeholder {\n color: #767676;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input::-ms-input-placeholder {\n color: #767676;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input::placeholder {\n color: #767676;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .select-menu-tabs {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\", \"transparent\" */\n .select-menu-tabs .select-menu-tab-nav, .select-menu-tabs a {\n color: #949494;\n background-color: transparent;\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-tabs .select-menu-tab-nav:hover, .select-menu-tabs a:hover {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#dfe2e5\",\"#fff\" */\n .select-menu-tabs .select-menu-tab-nav.selected,\n .select-menu-tabs .select-menu-tab-nav[aria-selected=true],\n .select-menu-tabs a.selected, .select-menu-tabs a[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #343434 #343434 #181818;\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-blankslate h3 {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eaecef\" */\n .select-menu-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .select-menu-item.disabled, .select-menu-item.disabled .description,\n .select-menu-item.disabled.selected,\n .select-menu-item.disabled.selected .description,\n .select-menu-item[aria-disabled=true],\n .select-menu-item[aria-disabled=true] .description,\n .select-menu-item[disabled], .select-menu-item[disabled] .description {\n color: #949494;\n }\n /* gist.github.com: \"color: #6a737d !important\" */\n .select-menu-item.selected .octicon-circle-slash.select-menu-item-icon {\n color: #949494 !important;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .select-menu-item .octicon-circle-slash {\n color: #949494;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .select-menu-item.excluded {\n background-color: #222;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .select-menu-item.navigation-focus,\n .select-menu-item.navigation-focus .description-inline,\n .select-menu-item.navigation-focus.select-menu-action,\n .select-menu-item.navigation-focus.selected,\n .select-menu-item.navigation-focus[aria-checked=true],\n .select-menu-item:focus, .select-menu-item:focus .description-inline,\n .select-menu-item:focus.select-menu-action, .select-menu-item:focus.selected,\n .select-menu-item:hover, .select-menu-item:hover .description-inline,\n .select-menu-item:hover.select-menu-action, .select-menu-item:hover.selected,\n .select-menu-item[aria-checked=true]:focus,\n .select-menu-item[aria-checked=true]:hover,\n .select-menu-item[aria-selected=true] .description-inline,\n .select-menu-item[aria-selected=true].select-menu-action,\n .select-menu-item[aria-selected=true]:focus,\n .select-menu-item[aria-selected=true]:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\" */\n .select-menu-item.navigation-focus .description,\n .select-menu-item.navigation-focus .description-inline .description,\n .select-menu-item.navigation-focus .description-inline .description-warning,\n .select-menu-item.navigation-focus .description-inline > .octicon,\n .select-menu-item.navigation-focus .description-warning,\n .select-menu-item.navigation-focus.select-menu-action .description,\n .select-menu-item.navigation-focus.select-menu-action .description-warning,\n .select-menu-item.navigation-focus.select-menu-action > .octicon,\n .select-menu-item.navigation-focus.selected .description,\n .select-menu-item.navigation-focus.selected .description-warning,\n .select-menu-item.navigation-focus.selected > .octicon,\n .select-menu-item.navigation-focus > .octicon,\n .select-menu-item.navigation-focus[aria-checked=true] .description,\n .select-menu-item.navigation-focus[aria-checked=true] .description-warning,\n .select-menu-item.navigation-focus[aria-checked=true] > .octicon,\n .select-menu-item:focus .description,\n .select-menu-item:focus .description-inline .description,\n .select-menu-item:focus .description-inline .description-warning,\n .select-menu-item:focus .description-inline > .octicon,\n .select-menu-item:focus .description-warning,\n .select-menu-item:focus.select-menu-action .description,\n .select-menu-item:focus.select-menu-action .description-warning,\n .select-menu-item:focus.select-menu-action > .octicon,\n .select-menu-item:focus.selected .description,\n .select-menu-item:focus.selected .description-warning,\n .select-menu-item:focus.selected > .octicon,\n .select-menu-item:focus > .octicon, .select-menu-item:hover .description,\n .select-menu-item:hover .description-inline .description,\n .select-menu-item:hover .description-inline .description-warning,\n .select-menu-item:hover .description-inline > .octicon,\n .select-menu-item:hover .description-warning,\n .select-menu-item:hover.select-menu-action .description,\n .select-menu-item:hover.select-menu-action .description-warning,\n .select-menu-item:hover.select-menu-action > .octicon,\n .select-menu-item:hover.selected .description,\n .select-menu-item:hover.selected .description-warning,\n .select-menu-item:hover.selected > .octicon,\n .select-menu-item:hover > .octicon,\n .select-menu-item[aria-checked=true]:focus .description,\n .select-menu-item[aria-checked=true]:focus .description-warning,\n .select-menu-item[aria-checked=true]:focus > .octicon,\n .select-menu-item[aria-checked=true]:hover .description,\n .select-menu-item[aria-checked=true]:hover .description-warning,\n .select-menu-item[aria-checked=true]:hover > .octicon,\n .select-menu-item[aria-selected=true] .description-inline .description,\n .select-menu-item[aria-selected=true] .description-inline .description-warning,\n .select-menu-item[aria-selected=true] .description-inline > .octicon,\n .select-menu-item[aria-selected=true].select-menu-action .description,\n .select-menu-item[aria-selected=true].select-menu-action .description-warning,\n .select-menu-item[aria-selected=true].select-menu-action > .octicon,\n .select-menu-item[aria-selected=true]:focus .description,\n .select-menu-item[aria-selected=true]:focus .description-warning,\n .select-menu-item[aria-selected=true]:focus > .octicon,\n .select-menu-item[aria-selected=true]:hover .description,\n .select-menu-item[aria-selected=true]:hover .description-warning,\n .select-menu-item[aria-selected=true]:hover > .octicon {\n color: #fff;\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\" */\n .select-menu-item.navigation-focus.disabled,\n .select-menu-item:hover.disabled,\n .select-menu-item[aria-disabled=true]:hover,\n .select-menu-item[aria-selected=true].disabled,\n .select-menu-item[disabled]:hover {\n color: hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"hsla(0,0%,100%,.6)\" */\n .select-menu-item.navigation-focus.disabled .description,\n .select-menu-item:hover.disabled .description,\n .select-menu-item[aria-disabled=true]:hover .description,\n .select-menu-item[aria-selected=true].disabled .description,\n .select-menu-item[disabled]:hover .description {\n color: hsla(0, 0%, 0%, .6);\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-item.selected,\n details-menu .select-menu-item[aria-checked=true],\n details-menu .select-menu-item[aria-selected=true] {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .select-menu-item.selected .description,\n details-menu .select-menu-item[aria-checked=true] .description,\n details-menu .select-menu-item[aria-selected=true] .description {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-item.selected > .octicon,\n details-menu .select-menu-item[aria-checked=true] > .octicon,\n details-menu .select-menu-item[aria-selected=true] > .octicon {\n color: #cdcdcd;\n }\n /* gist.github.com: \"initial\" */\n .select-menu.label-select-menu .select-menu-item:active {\n background-color: initial !important;\n }\n /* gist.github.com: \"color: #444d56\" */\n .select-menu-action {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .select-menu-action:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .select-menu-item-text .description,\n .select-menu-item-text .description-inline, .select-menu-no-results {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .select-menu-item-text .description-warning {\n color: #d82828;\n }\n /* gist.github.com: \"#0366d6\" */\n .select-menu-new-item-form .octicon {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #6a737d\", \"#e1e4e8\" */\n .table-list {\n color: #949494;\n }\n /* gist.github.com: \"#eaecef\" */\n .table-list, .table-list-bordered {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .table-list-bordered .table-list-cell:first-child {\n border-left-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .table-list-bordered .table-list-cell:last-child {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .table-list-item.unread .table-list-cell:first-child {\n box-shadow: inset 2px 0 0 rgb(79, 140, 201);\n }\n /* gist.github.com: \"#eaecef\" */\n .table-list-cell {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .table-list-header {\n background-color: #222;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .table-list-header-meta, .table-list-header-toggle .btn-link {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .table-list-header-toggle .btn-link.selected,\n .table-list-header-toggle .btn-link.selected:hover,\n .table-list-header-toggle .btn-link:hover,\n .table-list-header-toggle .select-menu-button.selected,\n .table-list-header-toggle .select-menu-button.selected:hover,\n .table-list-header-toggle .select-menu-button:hover {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#fff\", \"#444d56\", \"rgba(0,0,0,.4)\" */\n .Box--overlay {\n background-color: #181818;\n border-color: #484848;\n box-shadow: 0 0 18px #000;\n }\n /* gist.github.com: \"color: #586069\" */\n .Box-body .help, .breadcrumb {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .breadcrumb strong.final-path {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .capped-card {\n border-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .capped-card > p, .capped-card h3 {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .capped-card > p {\n color: #afafaf;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .capped-card-content {\n background-color: #222;\n }\n /* gist.github.com: \"initial\" */\n .comment-body .highlight {\n background-color: initial;\n }\n /* gist.github.com: \"#0366d6\" */\n .comment-form-textarea.dragover {\n border: 1px solid rgb(79, 140, 201);\n }\n /* gist.github.com: \"#86181d\", \"#ffeef0\", \"rgba(27,31,35,.15)\" */\n .comment-form-error {\n color: #d82828;\n background-color: #300;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #586069\", \"#dfe2e5\" */\n .email-format .email-quoted-reply, .email-format .email-signature-reply {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* gist.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .email-format .email-hidden-toggle a {\n color: #afafaf;\n background-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .email-format .email-hidden-toggle a:hover {\n background-color: #5a5a5a;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .email-format .email-hidden-toggle a:active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#c6cbd1\" */\n .locked-conversation .preview-tab, .locked-conversation .write-tab {\n color: #5a5a5a;\n }\n /* gist.github.com: \"#f6f8fa\", \"#eaecef\" */\n .commit-form, .commit-sha {\n border-color: #343434;\n }\n .commit-sha {\n background-color: #222;\n }\n /* gist.github.com: \"color: #444d56\" */\n .commit .commit-title, .commit .commit-title a {\n color: #afafaf;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .commit .commit-title.blank, .commit .commit-title.blank a {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"#0366d6\" */\n .commit-link, .commit .commit-title .issue-link {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#044289\" */\n .commit-ref .user {\n color: rgba(79, 140, 201, .5);\n }\n /* gist.github.com: \"#dbedff\" */\n a.commit-ref:hover {\n background-color: #182030;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .commit-desc + .commit-branches {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #24292e\" */\n .commit-author-section {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .commit-group-title, .commit-tease-sha {\n color: #afafaf;\n }\n /* gist.github.com: \"#c6cbd1\", \"#fff\" */\n .commit-group-title .octicon-git-commit {\n color: #5a5a5a;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\" */\n .commits-list-item .commit-title {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .commits-list-item .commit-author, .commits-list-item .commit-meta {\n color: #afafaf;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .commits-list-item + .commits-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#eaf5ff\", \"rgba(27,31,35,.15)\" */\n .full-commit {\n background-color: #182030;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"initial\", \"rgba(27,31,35,.15)\" */\n .full-commit .btn-outline, .full-commit .btn-outline:disabled {\n background-color: initial;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#005cc5\", \"#005cc5\" */\n .full-commit .btn-outline:not(:disabled):hover {\n color: #4f8cc9;\n border-color: #4f8cc9;\n }\n /* gist.github.com: \"color: #05264c\" */\n .full-commit p.commit-title {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #444d56\" */\n .full-commit .branches-list li {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .full-commit .branches-list li.loading,\n .full-commit .branches-list li.pull-request {\n color: #949494;\n }\n /* gist.github.com: \"#fff\", \"rgba(27,31,35,.15)\" */\n .full-commit .commit-meta {\n background-color: #181818;\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #444d56\" */\n .full-commit .sha-block, .full-commit .sha-block > .sha {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #444d56\", \"#c6cbd1\" */\n .full-commit .sha-block > a {\n color: #afafaf;\n border-bottom-color: #5a5a5a;\n }\n /* gist.github.com: \"#444d56\" */\n .full-commit .sha-block > a:hover {\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"color: #444d56\" */\n .branches-tag-list li:first-child {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .branches-tag-list li.loading {\n color: #949494;\n }\n /* gist.github.com: \"#d3e2f4\" */\n .branches-tag-list li .ellipsis-expander {\n background-color: #383838;\n }\n /* gist.github.com: \"#d6e2f1\" */\n .branches-tag-list li .ellipsis-expander:hover {\n background-color: #444;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .commit-branches {\n color: #949494;\n }\n /* gist.github.com: \"#cb2431\" */\n .commit-loader .loader-error {\n color: #d82828;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .dropdown-signed-commit .dropdown-menu::after {\n border-bottom-color: #202020;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .dropdown-signed-commit .dropdown-menu-w::after {\n border-left-color: #202020;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .signed-commit-header {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#28a745\" */\n .signed-commit-header .octicon-verified {\n color: #484;\n }\n /* gist.github.com: \"color: #959da5\" */\n .signed-commit-header .octicon-unverified {\n color: #767676;\n }\n /* gist.github.com: \"color: #586069\", \"none\", \"#e1e4e8\" */\n .signed-commit-badge {\n color: #afafaf;\n background: none;\n border-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .signed-commit-badge:hover {\n border-color: #5a5a5a;\n }\n /* gist.github.com: \"#22863a\" */\n .signed-commit-badge.verified {\n color: #6cc644;\n }\n /* gist.github.com: \"#28a745\" */\n .signed-commit-badge.verified:hover {\n border-color: #484;\n }\n /* gist.github.com: \"color: #24292e\" */\n .signed-commit-signer-name .signer {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eaecef\" */\n .table-of-contents li + li {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .table-of-contents .toc-diff-stats .octicon {\n color: #5a5a5a;\n }\n /* gist.github.com: \"#cb2431\" */\n .table-of-contents .octicon-diff-removed {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .table-of-contents .octicon-diff-renamed {\n color: #949494;\n }\n /* gist.github.com: \"#dbab09\" */\n .table-of-contents .octicon-diff-modified {\n color: #cb4;\n }\n /* gist.github.com: \"#28a745\" */\n .table-of-contents .octicon-diff-added {\n color: #484;\n }\n /* gist.github.com: \"color: #24292e\" */\n .toc-select .select-menu-item-heading, .toc-select .select-menu-item-text {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#cb2431\" */\n .toc-select .select-menu-item-icon.octicon-diff-removed {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .toc-select .select-menu-item-icon.octicon-diff-renamed {\n color: #949494;\n }\n /* gist.github.com: \"#dbab09\" */\n .toc-select .select-menu-item-icon.octicon-diff-modified {\n color: #cb4;\n }\n /* gist.github.com: \"#28a745\" */\n .toc-select .select-menu-item-icon.octicon-diff-added {\n color: #484;\n }\n /* gist.github.com: \"color: #fff !important\" */\n .toc-select .navigation-focus .diffstat,\n .toc-select .navigation-focus .octicon-diff-added,\n .toc-select .navigation-focus .octicon-diff-modified,\n .toc-select .navigation-focus .octicon-diff-removed,\n .toc-select .navigation-focus .octicon-diff-renamed,\n .toc-select .navigation-focus .select-menu-item-heading,\n .toc-select .navigation-focus .select-menu-item-text,\n .toc-select .navigation-focus .text-gray-light,\n .toc-select .navigation-focus .text-green,\n .toc-select .navigation-focus .text-red,\n .toc-select[aria-selected=true] .diffstat,\n .toc-select[aria-selected=true] .octicon-diff-added,\n .toc-select[aria-selected=true] .octicon-diff-modified,\n .toc-select[aria-selected=true] .octicon-diff-removed,\n .toc-select[aria-selected=true] .octicon-diff-renamed,\n .toc-select[aria-selected=true] .select-menu-item-heading,\n .toc-select[aria-selected=true] .select-menu-item-text,\n .toc-select[aria-selected=true] .text-gray-light,\n .toc-select[aria-selected=true] .text-green,\n .toc-select[aria-selected=true] .text-red,\n .toc-select [role^=menuitem]:focus .diffstat,\n .toc-select [role^=menuitem]:focus .octicon-diff-added,\n .toc-select [role^=menuitem]:focus .octicon-diff-modified,\n .toc-select [role^=menuitem]:focus .octicon-diff-removed,\n .toc-select [role^=menuitem]:focus .octicon-diff-renamed,\n .toc-select [role^=menuitem]:focus .select-menu-item-heading,\n .toc-select [role^=menuitem]:focus .select-menu-item-text,\n .toc-select [role^=menuitem]:focus .text-gray-light,\n .toc-select [role^=menuitem]:focus .text-green,\n .toc-select [role^=menuitem]:focus .text-red,\n .toc-select [role^=menuitem]:hover .diffstat,\n .toc-select [role^=menuitem]:hover .octicon-diff-added,\n .toc-select [role^=menuitem]:hover .octicon-diff-modified,\n .toc-select [role^=menuitem]:hover .octicon-diff-removed,\n .toc-select [role^=menuitem]:hover .octicon-diff-renamed,\n .toc-select [role^=menuitem]:hover .select-menu-item-heading,\n .toc-select [role^=menuitem]:hover .select-menu-item-text,\n .toc-select [role^=menuitem]:hover .text-gray-light,\n .toc-select [role^=menuitem]:hover .text-green,\n .toc-select [role^=menuitem]:hover .text-red {\n color: #fff !important;\n }\n /* gist.github.com: \"color: #6a737d\", \"#e1e4e8\" */\n .conversation-list-heading {\n color: #949494;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .conversation-list-heading .inner {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .copyable-terminal {\n background-color: #222;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .diff-table .line-comments {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .diff-table tr:not(:last-child) .line-comments {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .blob-num {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.6)\" */\n .blob-num:hover {\n color: rgba(230, 230, 230, .6);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .blob-num.non-expandable:hover {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"color: #24292e\" */\n .blob-code-inner {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#fffbdd\" */\n .blob-code-inner.highlighted, .blob-code-inner .highlighted {\n background-color: #261d08;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .blob-code-hunk, .blob-num-expandable, .blob-num-hunk {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"#f1f8ff\" */\n .blob-code-hunk, .blob-num-expandable, .blob-num-hunk {\n background-color: #182030;\n }\n /* gist.github.com: \"#fafbfc\" */\n .blob-expanded .blob-code, .blob-expanded .blob-num {\n background-color: #181818;\n }\n /* gist.github.com: \"#eaecef\" */\n .blob-expanded + tr:not(.blob-expanded) .blob-code,\n .blob-expanded + tr:not(.blob-expanded) .blob-num,\n .blob-expanded .blob-num-hunk,\n tr:not(.blob-expanded) + .blob-expanded .blob-code,\n tr:not(.blob-expanded) + .blob-expanded .blob-num {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .blob-num-expandable .diff-expander,\n .blob-num-expandable .directional-expander {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .blob-num-expandable .diff-expander:hover,\n .blob-num-expandable .directional-expander:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #24292e\" */\n .blob-code-addition .x {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#ffeef0\" */\n .blob-code-deletion {\n background-color: #300;\n }\n /* gist.github.com: \"color: #24292e\" */\n .blob-code-deletion .x {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#ffeef0\" */\n .blob-num-deletion {\n background-color: #300;\n }\n /* gist.github.com: \"rgba(255,223,93,.2)\" */\n .selected-line::after {\n background-color: rgba(132, 70, 0, .2);\n }\n /* gist.github.com: \"#ffd33d\" */\n .selected-line.selected-line-top::after {\n border-top-color: #cb4;\n }\n /* gist.github.com: \"#ffd33d\" */\n .selected-line.selected-line-bottom::after {\n border-bottom-color: #cb4;\n }\n /* gist.github.com: \"#ffd33d\" */\n .selected-line.selected-line-left::after, .selected-line:first-child::after {\n border-left-color: #cb4;\n }\n /* gist.github.com: \"#ffd33d\" */\n .selected-line.selected-line-right::after, .selected-line:last-child::after {\n border-right-color: #cb4;\n }\n /* gist.github.com: \"#0366d6\" */\n .is-commenting .selected-line.blob-code::before {\n background: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\", \"rgba(27,31,35,.15)\" */\n .add-line-comment {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: linear-gradient(#0372ef, rgb(79, 140, 201));\n box-shadow: 0 1px 4px #000;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .inline-comment-form {\n border-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .empty-cell + .line-comments, .line-comments + .line-comments {\n border-left-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .file-diff-split .blob-code + .blob-num {\n border-left-color: #202020;\n }\n /* gist.github.com: \"#fafbfc\", \"#eaecef\" */\n .file-diff-split .empty-cell {\n background-color: #181818;\n border-right-color: #343434;\n }\n /* gist.github.com: \"#cb2431\" */\n .submodule-diff-stats .octicon-diff-removed {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .submodule-diff-stats .octicon-diff-added {\n color: #484;\n }\n /* gist.github.com: \"linear-gradient(180deg,rgba(242,248,254,0),rgba(242,248,254,.47))\" */\n .code-navigation-banner {\n background: linear-gradient(180deg, #181818, #181818);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-timeline.team-discussion-timeline::before,\n .discussion-timeline::before {\n background-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .discussion-timeline.team-discussion-timeline .blankslate {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .discussion-sidebar-item {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .discussion-sidebar-item .muted-icon {\n color: #767676;\n }\n /* gist.github.com: \"#0366d6\" */\n .discussion-sidebar-item .muted-icon:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-sidebar-item + .discussion-sidebar-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .discussion-sidebar-heading {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .discussion-sidebar-toggle .octicon {\n color: #767676;\n }\n /* gist.github.com: \"#0366d6\" */\n .discussion-sidebar-toggle:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"none\" */\n button.discussion-sidebar-toggle {\n background: none;\n }\n /* gist.github.com: \"color: #586069\" */\n .sidebar-assignee .assignee {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .sidebar-assignee .assignee:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#cb2431\" */\n .thread-subscribe-form.is-error .thread-subscribe-button {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .participation a {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .participation a:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#fff\" */\n .gh-header, .gh-header .gh-header-sticky.is-stuck + .gh-header-shadow {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .gh-header-number {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\", \"#e1e4e8\" */\n .gh-header-meta {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .tabnav-pr {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .tabnav-pr .tabnav-tab {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\", \"#e1e4e8\" */\n .tabnav-pr .tabnav-tab.selected {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .timeline-comment-wrapper {\n border-top-color: #181818;\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .timeline-comment {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* gist.github.com: \"#c0d3eb\" */\n .timeline-comment.current-user {\n border-color: #246;\n }\n /* gist.github.com: \"#f1f8ff\", \"#c0d3eb\" */\n .timeline-comment.current-user .timeline-comment-header {\n background-color: #182030;\n border-bottom-color: #246;\n }\n /* gist.github.com: \"#c0d3eb\" */\n .timeline-comment.current-user .timeline-comment-label {\n border-color: #246;\n }\n /* gist.github.com: \"color: #c0d3eb\", \"#f1f8ff\", \"#c0d3eb\" */\n .timeline-comment.current-user .previewable-comment-form .comment-form-head.tabnav {\n color: #246;\n background-color: #182030;\n border-bottom-color: #246;\n }\n /* gist.github.com: \"#e5d999\" */\n .timeline-comment.is-internal, .timeline-comment.unread-item {\n border-color: #542;\n }\n /* gist.github.com: \"#fffdef\", \"#e5d999\" */\n .timeline-comment.is-internal .timeline-comment-header,\n .timeline-comment.unread-item .timeline-comment-header {\n background-color: #261d08;\n border-bottom-color: #542;\n }\n /* gist.github.com: \"#e5d999\" */\n .timeline-comment.is-internal .timeline-comment-label,\n .timeline-comment.unread-item .timeline-comment-label {\n border-color: #542;\n }\n /* gist.github.com: \"#e5d999\", \"#fffdef\", \"#e5d999\" */\n .timeline-comment.is-internal .previewable-comment-form .comment-form-head.tabnav,\n .timeline-comment.unread-item .previewable-comment-form .comment-form-head.tabnav {\n color: #542;\n background-color: #261d08;\n border-bottom-color: #542;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .timeline-comment .comment + .comment {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .timeline-comment--caret::after {\n border-right-color: #202020;\n }\n /* gist.github.com: \"#d1d5da\" */\n .timeline-comment--caret::before {\n border-right-color: #404040;\n }\n /* gist.github.com: \"#fffdef\" */\n .is-pending .timeline-comment--caret::after {\n border-right-color: #261d08;\n }\n /* gist.github.com: \"#f9c513\" */\n .is-pending .timeline-comment--caret::before {\n border-right-color: #cb4;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .timeline-comment--caret.current-user::after {\n border-right-color: #182030;\n }\n /* gist.github.com: \"#c0d3eb\" */\n .timeline-comment--caret.current-user::before {\n border-right-color: #246;\n }\n /* gist.github.com: \"#fffdef\" */\n .timeline-comment--caret.is-internal::after,\n .timeline-comment--caret.unread-item::after {\n border-right-color: #261d08;\n }\n /* gist.github.com: \"#e5d999\" */\n .timeline-comment--caret.is-internal::before,\n .timeline-comment--caret.unread-item::before {\n border-right-color: #542;\n }\n /* gist.github.com: \"filter: drop-shadow(-.28em 0 0 #c8e1ff)\", \"#2188ff\" */\n :target .timeline-comment--caret::before {\n filter: drop-shadow(-.28em 0 0 rgba(79, 140, 201, .3));\n border-right-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n :target .timeline-comment {\n border-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .review-comment:target, :target .timeline-comment {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3);\n }\n .review-comment:target {\n border: 1px solid rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\", \"#f6f8fa\", \"#d1d5da\" */\n .timeline-comment-header {\n color: #afafaf;\n background-color: #222;\n border-bottom-color: #404040;\n }\n /* gist.github.com: \"color: #586069\" */\n .timeline-comment-header .author {\n color: #afafaf;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .timeline-comment-label {\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#cb2431\", \"#d73a49\" */\n .timeline-comment-label-spammy {\n color: #d82828;\n border-color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .timeline-comment-header-text code a {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .timeline-comment-action {\n color: #949494;\n }\n /* gist.github.com: \"#0366d6\" */\n .timeline-comment-action:focus, .timeline-comment-action:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#d1d5da\" */\n .timeline-comment-action.disabled, .timeline-comment-action.disabled:hover {\n color: #404040;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .timeline-new-comment .previewable-comment-form .comment-body {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"#e1e4e8\", \"#fff\" */\n .discussion-item-icon {\n color: #cdcdcd;\n background-color: #343434;\n border-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .discussion-item-header {\n color: #afafaf;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .discussion-item-private {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"#f6f8fa\" */\n .previewable-comment-form .comment-form-head.tabnav {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\" */\n .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting {\n background-color: #181818;\n }\n /* gist.github.com: \"transparent\" */\n @media (min-width:1012px) {\n .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting {\n background-color: transparent;\n }\n }\n /* gist.github.com: \"#f6f8fa\" */\n @media (min-width:768px) {\n .page-responsive .previewable-comment-form .comment-form-head.tabnav {\n background-color: #222;\n }\n }\n /* gist.github.com: \"initial\", \"#e1e4e8\" */\n .previewable-comment-form .comment-body {\n background-color: initial;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .new-discussion-timeline .composer .timeline-comment::after {\n border-right-color: #181818;\n }\n /* gist.github.com: \"#fff\" */\n .new-discussion-timeline .composer .comment-form-head.tabnav {\n background-color: #181818;\n }\n /* gist.github.com: \"#d1d5da\", \"#fff\", \"#d1d5da\" */\n @media (min-width:768px) {\n .composer.composer-responsive .timeline-comment {\n border-color: #404040;\n }\n .composer.composer-responsive .timeline-comment::after {\n border-right-color: #181818;\n }\n .composer.composer-responsive .timeline-comment::before {\n border-right-color: #404040;\n }\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .discussion-timeline-actions {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .pagination-loader-container {\n background-color: #181818;\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n :target .timeline-comment-group .timeline-comment {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3);\n }\n /* gist.github.com: \"#f9c513\" */\n .is-pending .comment-form-head.tabnav, .is-pending .file,\n .is-pending .file-header, .is-pending .tabnav-tab.selected {\n border-color: #cb4;\n }\n /* gist.github.com: \"#fffdef\" */\n .is-pending .comment-form-head.tabnav, .is-pending .file-header {\n background-color: #261d08;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-item-review-comment {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-item-icon-gray {\n background-color: #343434 !important;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .footer-octicon {\n color: #5a5a5a;\n }\n /* gist.github.com: \"color: #959da5\" */\n .footer-octicon:hover {\n color: #767676;\n }\n /* gist.github.com: \"none\", \"box-shadow: none\" */\n .kb-konami-dialog {\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\", \"#fff\" */\n .kb-konami-dialog .Box-btn-octicon {\n color: #fff;\n border-color: #181818;\n }\n /* gist.github.com: \"none\" */\n .konami {\n background: none;\n }\n /* gist.github.com: \"color: #fff\", \"rgba(27,31,35,.04)\" */\n .konami .key {\n color: #fff;\n box-shadow: 0 1px 0 #000;\n }\n /* gist.github.com: \"none\" */\n .konami-overlay {\n background: none;\n }\n /* gist.github.com: \"color: #fff\", \"none\", \"#fff\" */\n .konami .key.complete {\n color: #fff;\n background: none;\n border-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\" */\n .konami .key.active {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\" */\n .konami .key.down.active {\n color: #fff;\n }\n /* gist.github.com: \"color: #24292e\" */\n .konami .enter-link {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\", \"none\" */\n .konami .enter-link:hover {\n color: #fff;\n background: none;\n }\n /* gist.github.com: \"color: #24292e\" */\n .team-mention, .user-mention {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .pagehead {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .pagehead-actions > li {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#cb2431\" */\n .pagehead-actions .octicon-mute {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .pagehead-tabs-item {\n color: #afafaf;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .pagehead-tabs-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"color: #444d56\" */\n .pagehead-tabs-item .Counter {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .pagehead-tabs-item:hover {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n .pagehead-tabs-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #fb8532 #343434 transparent;\n }\n /* gist.github.com: \"color: #586069\" */\n .reponav-item {\n color: #afafaf;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .reponav-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"color: #444d56\" */\n .reponav-item .Counter {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .reponav-item:focus, .reponav-item:hover {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n .reponav-item.selected {\n color: #cdcdcd;\n border-color: #fb8532 #343434 transparent;\n }\n /* gist.github.com: \"#24292e\" */\n .reponav-item.selected, .reponav-wrapper {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff\", \"initial\" */\n .reponav-wrapper .reponav-item.selected {\n color: #fff;\n background-color: initial;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .steps {\n border-color: #343434;\n }\n /* gist.github.com: \"#c6cbd1\", \"#fafbfc\", \"#dfe2e5\" */\n .steps li {\n color: #5a5a5a;\n background-color: #181818;\n border-left-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\" */\n .steps li.current {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n .steps li.current .octicon {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .steps .complete {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .steps .complete .octicon {\n color: #484;\n }\n /* gist.github.com: \"#0366d6\" */\n .prose-diff .show-rich-diff {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#d1d5da\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable .octicon {\n color: #404040;\n }\n /* gist.github.com: \"color: #24292e\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:hover .octicon {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#d1d5da\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child::before {\n color: #404040;\n }\n /* gist.github.com: \"color: #24292e\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child:hover::before {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .prose-diff .markdown-body > ins {\n box-shadow: inset 4px 0 0 #373;\n }\n /* gist.github.com: \"#cb2431\" */\n .prose-diff .markdown-body > del {\n box-shadow: inset 4px 0 0 #d82828;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .prose-diff .rich-diff-level-zero.added {\n box-shadow: inset 4px 0 0 #373;\n }\n /* gist.github.com: \"#cb2431\" */\n .prose-diff .rich-diff-level-zero.removed {\n box-shadow: inset 4px 0 0 #d82828;\n }\n /* gist.github.com: \"#f9c513\" */\n .prose-diff .rich-diff-level-zero.changed {\n box-shadow: inset 4px 0 0 #cb4;\n }\n /* gist.github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff .changed .removed, .prose-diff .changed .removed > div,\n .prose-diff .changed .removed code, .prose-diff .changed del,\n .prose-diff .changed del > div, .prose-diff .changed del code {\n color: #d82828;\n background-color: #300;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .prose-diff .changed .added, .prose-diff .changed ins,\n .prose-diff .changed ins code {\n border-bottom-color: #373;\n }\n /* gist.github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff > .markdown-body li ul.removed {\n color: #d82828;\n background-color: #300;\n }\n /* gist.github.com: \"#d1d5da\" */\n .prose-diff > .markdown-body li.added.moved-down .octicon,\n .prose-diff > .markdown-body li.added.moved-up .octicon {\n color: #404040;\n }\n /* gist.github.com: \"#fffdef\" */\n .prose-diff > .markdown-body li.added.moved {\n background-color: #261d08;\n }\n /* gist.github.com: \"#fffdef\", \"#dfe2e5\" */\n .prose-diff > .markdown-body td.changed,\n .prose-diff > .markdown-body th.changed {\n background-color: #261d08;\n border-left-color: #343434;\n }\n /* gist.github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff > .markdown-body li:not(.moved).removed {\n color: #d82828;\n background-color: #300;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .protip code {\n background-color: #222;\n }\n /* gist.github.com: \"#dbedff\" */\n .add-reactions-options-item:active {\n background-color: #182030;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .comment-reactions.has-reactions {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .comment-reactions .user-has-reacted {\n background-color: #182030;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .reaction-summary-item {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .render-container {\n background-color: #343434;\n }\n /* gist.github.com: \"none\" */\n .render-container.is-render-ready.is-render-requested:not(.is-render-failed) {\n background: none;\n }\n /* gist.github.com: \"color: #444d56\", \"#f6f8fa\", \"rgba(27,31,35,.15)\" */\n .render-notice {\n color: #afafaf;\n background-color: #222;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#dfe2e5\" */\n .content-attachment {\n border-left-color: #343434;\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\",\"#fff\" */\n .max--md .content-attachment-content--gradient {\n background: linear-gradient(180deg, transparent, #181818 calc(100% - 28px));\n }\n /* gist.github.com: \"none\" */\n .content-attachment-details[open] .max--md .content-attachment-content--gradient {\n background: none;\n }\n /* gist.github.com: \"color: #586069\" */\n .marketing .pagehead p {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .marketing h2 .secure {\n color: #484;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .marketing-section {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .marketing-hero-octicon {\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .marketing-hero-octicon .octicon {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .hanging-icon-list .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .hanging-icon-list .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .hanging-icon-list .octicon-x {\n color: #d82828;\n }\n /* gist.github.com: \"color: #fff\", \"#3b41af\", \"#6570e2\",\"#3b41af\" */\n .btn-blurple {\n color: #fff;\n background-color: #6570e2;\n background-image: linear-gradient(-180deg, #4550c2, #6570e2 90%);\n }\n /* gist.github.com: \"rgba(27,31,35,.5)\" */\n .btn-blurple.hover, .btn-blurple:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* gist.github.com: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-blurple.selected, .btn-blurple:active, .btn-blurple[aria-selected=true],\n [open] > .btn-blurple {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* gist.github.com: \"none\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n .btn-blurple.disabled, .btn-blurple:disabled,\n .btn-blurple[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* gist.github.com: \"#fff\" */\n .btn-blurple .Counter {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff\" */\n .intgrs-dir-intro .directory-header-back,\n .intgrs-dir-intro .directory-tag-line {\n color: #fff;\n }\n /* gist.github.com: \"#0366d6\" */\n .intgrs-lstng-item-link:hover .intgrs-lstng-item-header {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #333\" */\n .intgrs-lstng-item-header {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #586069\" */\n .intgrs-lstng-item-description {\n color: #afafaf;\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\",\"#fff\" */\n .intgrs-lstng-item-description::after {\n background-image: linear-gradient(90deg, transparent, #181818 80%);\n }\n /* gist.github.com: \"color: #fff\" */\n .intgr-admin-link.draft-tag .octicon,\n .intgr-admin-link.draft-tag:hover .octicon {\n color: #fff;\n }\n /* gist.github.com: \"#0366d6\" */\n .intgr-admin-link:hover .octicon {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .intgr-admin-link .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .integrations-breadcrumb-link:hover,\n .intgr-feat-header .intgr-admin-link:hover .octicon, .intgr-feat-header h2 {\n color: #fff;\n }\n /* gist.github.com: \"initial\" */\n .integrations-install-target .flash,\n .integrations-install-target .flash-error {\n background-color: initial;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .integrations-install-target .octicon-lock {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"#fafbfc\" */\n .listgroup-item.disabled {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #333\" */\n .listgroup-item.disabled .listgroup-item-title {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #767676\" */\n .link-small {\n color: #767676;\n }\n /* gist.github.com: \"#0366d6\" */\n .listgroup-item:hover .link-small {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#d73a49\" */\n .manifest-errors {\n border-left-color: #d82828;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .not-found-octocat-wrapper::after {\n background-color: #181818;\n box-shadow: 0 4px 0 #181818, 0 8px 0 #181818, 0 12px 0 #181818, 0 16px 0 #181818, 0 20px 0 #181818;\n }\n /* gist.github.com: \"color: #333\" */\n .billing-plans .name {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #fff\", \"#28a745\" */\n .billing-plans .coupon td {\n color: #fff;\n background-color: #484;\n }\n /* gist.github.com: \"#28a745\" */\n .coupon-label::after {\n border-bottom-color: #484;\n }\n /* gist.github.com: \"#eee\" */\n .plan-notice {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #fff\" */\n .alert-label {\n color: #fff;\n }\n /* gist.github.com: \"#cb2431\" */\n .alert-label--high {\n background-color: #d82828;\n }\n /* gist.github.com: \"#cb2431\" */\n .graph-canvas .alert-label--high {\n fill: #d82828;\n }\n /* gist.github.com: \"#e36209\" */\n .alert-label--moderate {\n background-color: #fb8532;\n }\n /* gist.github.com: \"#e36209\" */\n .graph-canvas .alert-label--moderate {\n fill: #fb8532;\n }\n /* gist.github.com: \"#dbab09\" */\n .alert-label--low {\n background-color: #cb4;\n }\n /* gist.github.com: \"#dbab09\" */\n .graph-canvas .alert-label--low {\n fill: #cb4;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .advisory-form {\n background-color: #222;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .advisory-form .form-actions, .advisory-form .form-control,\n .advisory-form .previewable-comment-form {\n background-color: #181818;\n }\n /* gist.github.com: \"#f5f5f5\" */\n .credit-card {\n background-color: #222;\n }\n /* gist.github.com: \"color: #767676\", \"#fff\" */\n .credit-card.normal .signature {\n color: #767676;\n background-color: #181818;\n }\n /* gist.github.com: \"#d73a49\" */\n .credit-card .cvv {\n border-color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .credit-card .cvv span {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .billing-addon-items td.black {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#eee\" */\n .billing-addon-items tr {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\" */\n .billing-addon-items tr:nth-child(2n) {\n background-color: #181818;\n }\n /* gist.github.com: \"#cb2431\", \"#fff\" */\n .billing-addon-items tr.total-row {\n color: #d82828;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #666\" */\n .billing-addon-items .addon-cost,\n .billing-addon-items .discounted-original-price {\n color: #949494;\n }\n /* gist.github.com: \"#fff\" */\n .billing-credit-card .javascript-disabled-overlay {\n background-color: #181818;\n }\n /* gist.github.com: \"#eee\" */\n .billing-extra-box, .billing-vat-box {\n border-left-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .billing-section .section-label {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #333\" */\n .billing-section .section-content {\n color: #bebebe;\n }\n /* gist.github.com: \"#eee\" */\n .usage-bar {\n background-color: #242424;\n }\n /* gist.github.com: \"#d73a49\" */\n .usage-bar.exceeded .progress {\n background-color: #d82828 !important;\n }\n /* gist.github.com: \"#34d058\" */\n .usage-bar .progress {\n background-color: #373;\n }\n /* gist.github.com: \"#8a63d2\" */\n .usage-bar .progress--purple {\n background-color: #53387a;\n }\n /* gist.github.com: \"color: #586069\" */\n .lfs-data-icon {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #333\" */\n .lfs-data-icon.dark {\n color: #bebebe;\n }\n /* gist.github.com: \"#f9f9f9\" */\n .paypal-container {\n background-color: #181818;\n }\n /* gist.github.com: \"#ddd\" */\n .braintree-paypal-loggedin {\n border-color: #343434 !important;\n }\n /* gist.github.com: \"color: #586069\" */\n .payment-history .currency, .payment-history .status {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .payment-history .succeeded .status {\n color: #484;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .payment-history .failed, .payment-history .refunded {\n background-color: #222;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .payment-history .refunded .status {\n color: #949494;\n }\n /* gist.github.com: \"#cb2431\" */\n .payment-history .failed .status {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .discounted-original-price {\n color: #afafaf;\n }\n /* gist.github.com: \"#f9f9f9\", \"#eee\" */\n .billing-manager-banner {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .billing-manager-banner-text, .billing-manager-banner-title {\n color: #afafaf;\n }\n /* gist.github.com: \"#fafbfc\", \"#e0e0e0\" */\n .plan-choice {\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .plan-choice, .plan-choice.open, .plan-choice.selected {\n background-color: #181818;\n }\n /* gist.github.com: \"#d1d5da\", \"rgba(149,157,165,.2)\" */\n .plan-choice--experiment.open, .plan-choice--experiment.selected {\n border-color: #404040;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"#28a745\", \"rgba(27,31,35,.04)\" */\n .plan-choice--experiment.open .plan-choice-icon,\n .plan-choice--experiment.selected .plan-choice-icon {\n background-color: #484;\n box-shadow: 0 1px 0 #000;\n }\n /* gist.github.com: \"#34d058\" */\n .plan-choice--experiment.plan-choice--green.open,\n .plan-choice--experiment.plan-choice--green.selected {\n border-color: #373;\n }\n /* gist.github.com: \"#28a745\" */\n .plan-choice--experiment.plan-choice--green.open .plan-choice-icon,\n .plan-choice--experiment.plan-choice--green.selected .plan-choice-icon {\n background-color: #484;\n }\n /* gist.github.com: \"#8a63d2\" */\n .plan-choice--experiment.plan-choice--purple.open,\n .plan-choice--experiment.plan-choice--purple.selected {\n border-color: #53387a;\n }\n /* gist.github.com: \"#6f42c1\" */\n .plan-choice--experiment.plan-choice--purple.open .plan-choice-icon,\n .plan-choice--experiment.plan-choice--purple.selected .plan-choice-icon {\n background-color: #9378ba;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .plan-choice-exp {\n color: #949494;\n }\n /* gist.github.com: \"#e0e0e0\" */\n .billing-line-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .billing-box-accordion:hover .billing-box-accordion-state .octicon {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .billing-box-accordion-state .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\" */\n .billing-box-progressBars span:nth-child(2) {\n border-left-color: #181818;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .blame-commit-date[data-heat=\"10\"] {\n color: #949494;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .blame-commit-message .message.blank {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"#d1d5da\" */\n .reblame-link {\n color: #404040;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .blame-hunk:hover .reblame-link {\n color: #949494;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .blob-interaction-bar {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .blob-interaction-bar .octicon-search {\n color: #afafaf;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .TagsearchPopover-list .TagsearchPopover-list-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\" */\n .CopyBlock:active, .CopyBlock:focus, .CopyBlock:hover,\n .file-commit-form--full, .linejump .linejump-input {\n background-color: #181818;\n }\n /* gist.github.com: \"#fff\" */\n .commit-form::after {\n border-right-color: #181818;\n }\n /* gist.github.com: \"#ddd\" */\n .commit-form::before {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .merge-pr {\n border-top-color: #404040;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .merge-status-list {\n border-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\", \"#e1e4e8\" */\n .merge-status-item {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .status-meta {\n color: #afafaf;\n }\n /* gist.github.com: \"rgba(27,31,35,.05)\" */\n .status-meta-file-name {\n background-color: rgba(220, 220, 220, .1);\n }\n /* gist.github.com: \"color: #fff\" */\n .branch-action-icon {\n color: #fff;\n }\n /* gist.github.com: \"#fff\", \"#d1d5da\" */\n .branch-action-body {\n background-color: #181818;\n border-color: #404040;\n }\n /* gist.github.com: \"#fafbfc\", \"#e1e4e8\" */\n .branch-action-body .merge-branch-form, .branch-action-body .merge-message {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .branch-action-item + .branch-action-item,\n .branch-action-item + .mergeability-details {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .branch-action-state-clean .branch-action-icon {\n background-color: #373;\n }\n /* gist.github.com: \"#34d058\" */\n .branch-action-state-clean .branch-action-body {\n border-color: #373;\n }\n /* gist.github.com: \"#34d058\" */\n .branch-action-state-clean .branch-action-body::before {\n border-right-color: #373;\n }\n /* gist.github.com: \"#dbab09\" */\n .branch-action-state-unknown .branch-action-icon,\n .branch-action-state-unstable .branch-action-icon {\n background-color: #cb4;\n }\n /* gist.github.com: \"#6f42c1\" */\n .branch-action-state-merged .branch-action-icon {\n background-color: #9378ba;\n }\n /* gist.github.com: \"#6a737d\" */\n .branch-action-state-closed-dirty .branch-action-icon,\n .branch-action-state-dirty .branch-action-icon,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-icon {\n background-color: #444;\n }\n /* gist.github.com: \"#d1d5da\" */\n .branch-action-state-closed-dirty .branch-action-body,\n .branch-action-state-dirty .branch-action-body,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body {\n border-color: #404040;\n }\n /* gist.github.com: \"#d1d5da\" */\n .branch-action-state-closed-dirty .branch-action-body::before,\n .branch-action-state-dirty .branch-action-body::before,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body::before {\n border-right-color: #404040;\n }\n /* gist.github.com: \"#d73a49\" */\n .branch-action-state-error .branch-action-icon,\n .is-merging .branch-action-state-error-if-merging .branch-action-icon {\n background-color: #d82828;\n }\n /* gist.github.com: \"#f97583\" */\n .branch-action-state-error .branch-action-body,\n .is-merging .branch-action-state-error-if-merging .branch-action-body {\n border-color: #f88;\n }\n /* gist.github.com: \"#f97583\" */\n .branch-action-state-error .branch-action-body::before,\n .is-merging .branch-action-state-error-if-merging .branch-action-body::before {\n border-right-color: #f88;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .merge-branch-form .commit-form::before {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#f97583\" */\n .merge-branch-form.danger .commit-form,\n .merge-branch-form.error .commit-form {\n border-color: #f88;\n }\n /* gist.github.com: \"#f97583\" */\n .merge-branch-form.danger .commit-form::before,\n .merge-branch-form.error .commit-form::before {\n border-right-color: #f88;\n }\n /* gist.github.com: \"color: #fff\", \"#2cbe4e\" */\n .completeness-indicator-success {\n color: #fff;\n background-color: #373;\n }\n /* gist.github.com: \"color: #fff\", \"#cb2431\" */\n .completeness-indicator-error {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #fff\", \"#6a737d\" */\n .completeness-indicator-problem {\n color: #fff;\n background-color: #444;\n }\n /* gist.github.com: \"#fffbdd\", \"rgba(27,31,35,.15)\" */\n .RecentBranches {\n background-color: #261d08;\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#735c0f\" */\n .RecentBranches-item {\n color: #bba257;\n }\n /* gist.github.com: \"rgba(27,31,35,.05)\" */\n .RecentBranches-item + .RecentBranches-item {\n border-top-color: rgba(220, 220, 220, .05);\n }\n /* gist.github.com: \"#735c0f\" */\n .RecentBranches-item-link {\n color: #bba257;\n }\n /* gist.github.com: \"#fafbfc\", \"#e1e4e8\" */\n .range-editor {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .range-editor-icon {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\", \"#dfe2e5\" */\n ul.comparison-list {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n ul.comparison-list > li {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n ul.comparison-list > li em {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n ul.comparison-list > li .octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #6a737d\", \"#fafbfc\" */\n ul.comparison-list > li.title {\n color: #949494;\n background-color: #181818;\n }\n /* gist.github.com: \"#959da5\" */\n .branch-a-b-count .count-half:last-child {\n border-left-color: #484848;\n }\n /* gist.github.com: \"#c6cbd1\" */\n .branch-a-b-count .meter {\n background-color: #5a5a5a;\n }\n /* gist.github.com: \"initial\" */\n .branch-a-b-count .meter.zero {\n background-color: initial;\n }\n /* gist.github.com: \"#eaecef\" */\n .branch-a-b-count .bar-ahead.even, .branch-a-b-count .bar-behind.even {\n background-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .admin-options-block .policy-enforcement {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .admin-options-block .disabled, .admin-options-block .disabled .note,\n .deprovisioning-checkbox.checkbox-disabled {\n color: #949494;\n }\n /* gist.github.com: \"#0366d6\" */\n .checks-list-item.selected .checks-list-item-name {\n background-color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"color: #fff !important\" */\n .checks-list-item.selected .selected-color-white {\n color: #fff !important;\n }\n /* gist.github.com: \"#d73a49\" */\n .check-annotation-failure::after {\n background-color: #d82828;\n }\n /* gist.github.com: \"#d73a49\" */\n .check-annotation-failure .annotation-title {\n color: #d82828;\n }\n /* gist.github.com: \"#ffd33d\" */\n .check-annotation-warning::after {\n background-color: #cb4;\n }\n /* gist.github.com: \"#b08800\" */\n .check-annotation-warning .annotation-title,\n .check-annotation-warning .octicon-alert {\n color: #cb4;\n }\n /* gist.github.com: \"color: #959da5\" */\n .neutral-check {\n color: #767676;\n }\n /* gist.github.com: \"#24292e\" */\n .CheckRun {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #959da5\" */\n .CheckStep-header {\n color: #767676;\n }\n /* gist.github.com: \"color: #fff\", \"#24292e\", \"none\" */\n .CheckRun-search .btn {\n color: #fff;\n background-color: #181818;\n background-image: none;\n }\n /* gist.github.com: \"#2f363d\" */\n .CheckRun-search .btn:hover {\n background-color: #282828;\n }\n /* gist.github.com: \"color: #586069\", \"none\" */\n .CheckRun-search .btn[disabled] {\n color: #afafaf;\n background-image: none;\n }\n /* gist.github.com: \"#24292e\" */\n .CheckRun-search .btn[disabled]:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"#eaecef\", \"#444d56\" */\n .CheckRun-header {\n border-top-color: #343434;\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"color: #959da5\" */\n .CheckRun-header-timestamp {\n color: #767676;\n }\n /* gist.github.com: \"color: #24292e\", \"#fafbfc\" */\n .CheckRun-search-input:focus {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"color: #959da5\" */\n .CheckStep-line .CheckStep-line-number,\n .CheckStep-line .CheckStep-line-timestamp {\n color: #767676;\n }\n /* gist.github.com: \"#2f363d\" */\n .CheckStep-line:hover {\n background-color: #282828;\n }\n /* gist.github.com: \"#586069\" */\n .CheckStep-line.selected {\n background-color: #343434;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .CheckStep-line .dt-fm {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"color: #fff !important\", \"#2188ff\", \"#79b8ff\" */\n .CheckStep-line .dt-fm.select {\n color: #fff !important;\n background: rgb(79, 140, 201);\n outline: 1px solid rgb(79, 140, 201);\n }\n /* gist.github.com: \"#79b8ff\" */\n .CheckStep .log-line-command {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#f97583\" */\n .CheckStep .log-line-error {\n color: #f88;\n }\n /* gist.github.com: \"color: #959da5\" */\n .CheckStep .log-line-info, .CheckStep .log-line-verbose {\n color: #767676;\n }\n /* gist.github.com: \"color: #24292e\" */\n .CheckStep .ansifg-b {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#f97583\" */\n .CheckStep .ansifg-r {\n color: #f88;\n }\n /* gist.github.com: \"#ffea7f\" */\n .CheckStep .ansifg-y {\n color: #542;\n }\n /* gist.github.com: \"#79b8ff\" */\n .CheckStep .ansifg-bl {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .CheckStep .ansifg-w {\n color: #343434;\n }\n /* gist.github.com: \"color: #959da5\" */\n .CheckStep .ansifg-gr {\n color: #767676;\n }\n /* gist.github.com: \"#24292e\" */\n .CheckStep .ansibg-b {\n background-color: #181818;\n }\n /* gist.github.com: \"#f97583\" */\n .CheckStep .ansibg-r {\n background-color: #f88;\n }\n /* gist.github.com: \"#ffea7f\" */\n .CheckStep .ansibg-y {\n background-color: #542;\n }\n /* gist.github.com: \"#24292e\" */\n .CheckStep .ansibg-bl {\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .CheckStep .ansibg-w {\n background-color: #343434;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .code-frequency .addition {\n fill: #373;\n }\n /* gist.github.com: \"#cb2431\" */\n .code-frequency .deletion {\n fill: #d82828;\n }\n /* gist.github.com: \"#22863a\" */\n .cadd {\n color: #6cc644;\n }\n /* gist.github.com: \"#cb2431\" */\n .cdel {\n color: #d82828;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .code-list .file-box {\n border-color: #343434;\n }\n /* gist.github.com: \"#eee\" */\n .code-list .code-list-item + .code-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .code-list .blob-num a:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .code-list .full-path .octicon-repo {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .code-list .full-path a {\n color: #949494;\n }\n /* gist.github.com: \"#fffdef\" */\n .code-list-item-private .blob-num {\n background-color: #261d08;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .code-list-item-private .blob-num a {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\", \"#fffdef\" */\n .code-list-item-private .divider .blob-code,\n .code-list-item-private .divider .blob-num {\n color: rgba(230, 230, 230, .7);\n background-color: #261d08;\n }\n /* gist.github.com: \"#ffd33d\" */\n .code-scanning-alert-warning-message {\n border-color: #cb4 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .codesearch-results .repo-list-item + .repo-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"none\", \"box-shadow: none\" */\n .search-form-fluid .search-page-input {\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .search-form-fluid .search-page-input:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #586069\", \"#fff\", \"#e1e4e8\" */\n @media (max-width:544px) {\n .codesearch-pagination-container .current {\n color: #afafaf;\n background-color: #181818;\n border-color: #343434;\n }\n }\n /* gist.github.com: \"#f9c513\" */\n rect.max {\n fill: #cb4;\n }\n /* gist.github.com: \"#28a745\" */\n g.bar {\n fill: #484;\n }\n /* gist.github.com: \"#fb8532\" */\n g.mini {\n fill: #fb8532;\n }\n /* gist.github.com: \"color: #24292e\", \"#ffd33d\" */\n .CommunityTemplate-highlight {\n color: #cdcdcd;\n background-color: #cb4;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .CommunityTemplate-highlight--focus {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#ffd33d\",\"#28a745\", \"initial\" */\n .community-checklist .progress-bar {\n background: linear-gradient(90deg, #cb4, #c5e300, #484);\n background-color: initial;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .community-checklist .progress {\n background-color: #222;\n }\n /* gist.github.com: \"#dbab09\" */\n .community-checklist .checklist-dot {\n color: #cb4;\n }\n /* gist.github.com: \"#cb2431\" */\n span.no-nl-marker {\n color: #d82828;\n }\n /* gist.github.com: \"#fff\" */\n .select-menu-item {\n background-color: #181818;\n }\n /* gist.github.com: \"rgba(27,31,35,.04)\" */\n .contrib-legend .legend li {\n box-shadow: inset 0 0 0 1px #000;\n }\n /* gist.github.com: \"color: #586069\" */\n li.contribution .num {\n color: #afafaf;\n }\n /* gist.github.com: \"fill: #959da5\" */\n .activity-overview-percentage {\n fill: #757575;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .tint-box {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\" */\n .tint-box.transparent {\n background-color: #181818;\n }\n /* gist.github.com: \"#fb8532\" */\n .contrib-person path {\n fill: #fb8532;\n }\n /* gist.github.com: \"fill: #959da5\" */\n .contrib-person .midlabel {\n fill: #757575;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .coupons .coupon-form-body {\n background-color: #181818;\n box-shadow: 0 1px 3px rgba(0, 0, 0, .075), inset 1px 0 #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n .coupon-icon {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#dbab09\" */\n .repo-private-icon {\n fill: #cb4;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .dashboard-rollup-items > .dashboard-rollup-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\", \"#d1d5da\" */\n .dashboard-notice {\n background-color: #181818;\n border-color: #404040;\n }\n /* gist.github.com: \"color: #959da5\" */\n .dashboard-notice .dismiss {\n color: #767676;\n }\n /* gist.github.com: \"color: #586069\" */\n .dashboard-notice .dismiss:hover {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .dashboard-notice .octicon-organization {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #24292e\" */\n .dashboard-notice h2 {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#fff\" */\n .dashboard-notice .coupon {\n background-color: #181818;\n }\n /* gist.github.com: \"#fff\", \"box-shadow: none\" */\n .dashboards-overview-cards .blankslate {\n background-color: #181818;\n box-shadow: none;\n }\n /* gist.github.com: \"#cb2431\" */\n .dashboards-overview-cards .octicon-arrow-down {\n color: #d82828;\n }\n /* gist.github.com: \"#0366d6\" */\n .dashboards-overview-cards .summary-stats .metric-1 {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #666\" */\n .developer-thanks .hook {\n color: #949494;\n }\n /* gist.github.com: \"#28a745\" */\n .developer-next-steps .octicon {\n color: #484;\n }\n /* gist.github.com: \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer,\n .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-label,\n .timeline-comment.timeline-chosen-answer,\n .timeline-comment.timeline-chosen-answer .timeline-comment-label {\n border-color: #040;\n }\n /* gist.github.com: \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer::before,\n .timeline-comment.timeline-chosen-answer::before {\n border-right-color: #040;\n }\n /* gist.github.com: \"#f0fff4\", \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-header,\n .timeline-comment.timeline-chosen-answer .timeline-comment-header {\n background-color: #002800;\n border-bottom-color: #040;\n }\n /* gist.github.com: \"box-shadow: none\" */\n :target .discussion-nested-comment-group .timeline-comment {\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .discussion-nested-comment-timeline-item:target {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3);\n }\n /* gist.github.com: \"box-shadow: none\" */\n :target .nested-discussion-timeline-comment {\n box-shadow: none;\n }\n /* gist.github.com: \"#d2dff0\" */\n .discussion-comment .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* gist.github.com: \"#22863a\" */\n .icon-discussion-answered {\n color: #6cc644;\n }\n /* gist.github.com: \"#22863a\" */\n .icon-discussion-answered, .icon-discussion-answered path {\n fill: #6cc644;\n }\n /* gist.github.com: \"color: #fff\" */\n .icon-discussion-white {\n color: #fff;\n }\n /* gist.github.com: \"color: #24292e\" */\n .icon-discussion-gray {\n color: #cdcdcd;\n }\n /* gist.github.com: \"fill: #24292e\" */\n .icon-discussion-gray, .icon-discussion-gray path {\n fill: #bebebe;\n }\n /* gist.github.com: \"#6a737d\" */\n .discussions-activity-indicator {\n background-color: #444;\n }\n /* gist.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .discussion-spotlight-gradient[aria-selected=true] {\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* gist.github.com: \"#cb2431\" */\n .donut-chart > .action_required, .donut-chart > .cancelled,\n .donut-chart > .error, .donut-chart > .failure, .donut-chart > .timed_out {\n fill: #d82828;\n }\n /* gist.github.com: \"#dbab09\" */\n .donut-chart > .expected, .donut-chart > .in_progress,\n .donut-chart > .pending, .donut-chart > .queued {\n fill: #cb4;\n }\n /* gist.github.com: \"#2cbe4e\" */\n .donut-chart > .success {\n fill: #373;\n }\n /* gist.github.com: \"fill: #959da5\" */\n .donut-chart > .neutral, .donut-chart > .skipped, .donut-chart > .stale {\n fill: #757575;\n }\n /* gist.github.com: \"color: #24292e\", \"#e36209\" */\n .emoji-tab[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .emoji-tab[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* gist.github.com: \"#0366d6\" */\n .selected-emoji {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"initial\" */\n .emoji-picker-tab .btn-outline:not(:hover) {\n background-color: initial;\n }\n /* gist.github.com: \"color: #586069\" */\n .ghe-license-status p {\n color: #afafaf;\n }\n /* gist.github.com: \"rgba(149,157,165,.15)\" */\n @media (min-width:768px) {\n .checkable-input-container.checked {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n }\n /* gist.github.com: \"#f1f8ff\" */\n @media (min-width:768px) {\n .checkable-input-container.checked .form-checkbox--box {\n background-color: #182030;\n }\n }\n /* gist.github.com: \"#eee\" */\n .newsletter-frequency-choice {\n border-color: #343434;\n }\n /* gist.github.com: \"#28a745\" */\n .newsletter-frequency-choice .notice {\n color: #484;\n }\n /* gist.github.com: \"#fafbfc\", \"#eee\" */\n .newsletter-frequency-choice h3 {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .newsletter-frequency-choice:hover, .newsletter-frequency-choice:hover h3 {\n border-color: rgb(79, 140, 201);\n }\n .newsletter-frequency-choice:hover h3 {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#28a745\", \"rgba(0,0,0,.2)\" */\n .newsletter-frequency-choice.selected {\n border-color: #484;\n box-shadow: 0 0 5px rgba(255, 255, 255, .7);\n }\n /* gist.github.com: \"color: #fff\", \"#28a745\", \"#28a745\" */\n .newsletter-frequency-choice.selected h3 {\n color: #fff;\n background-color: #484;\n border-color: #484;\n }\n /* gist.github.com: \"color: #555\", \"rgba(0,0,0,.125)\" */\n .exploregrid-item {\n color: #afafaf;\n border-bottom-color: rgba(220, 220, 220, .125);\n }\n /* gist.github.com: \"#0366d6\" */\n .exploregrid-item:hover .exploregrid-item-title {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#f5f5f5\" */\n .exploregrid-item-header {\n background-color: #222;\n }\n /* gist.github.com: \"color: #24292e\" */\n .exploregrid-item-title {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#ddd\" */\n .file {\n border-color: #343434;\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .file:target {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3);\n }\n /* gist.github.com: \"color: #586069\" */\n .file .data.empty {\n color: #afafaf;\n }\n /* gist.github.com: \"#ddd\" */\n .file .image {\n background-color: #383838;\n }\n /* gist.github.com: \"#fff\" */\n .file .image .border-wrap {\n background-color: #181818;\n }\n /* gist.github.com: \"#eee\", \"#fff\" */\n .file .image canvas, .file .image img {\n background-color: #242424;\n border-color: #181818;\n }\n /* gist.github.com: \"#eee\" */\n .file .image .view canvas, .file .image .view img {\n background-color: #242424;\n }\n /* gist.github.com: \"none\" */\n .file .empty {\n background: none;\n }\n /* gist.github.com: \"#fafbfc\", \"#e1e4e8\" */\n .file-header {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#ddd\" */\n .file-info-divider {\n background-color: #383838;\n }\n /* gist.github.com: \"#28a745\" */\n .graphs .area {\n fill: #484;\n }\n /* gist.github.com: \"#28a745\" */\n .graphs .path {\n stroke: #484;\n }\n /* gist.github.com: \"#28a745\" */\n .graphs .dot {\n fill: #484;\n }\n /* gist.github.com: \"#0366d6\" */\n .graphs .dot.padded circle:hover {\n fill: rgb(79, 140, 201);\n }\n /* gist.github.com: \"fill: #24292e\" */\n .graphs .d3-tip {\n fill: #bebebe;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .graphs .dir {\n color: #949494;\n }\n /* gist.github.com: \"fill: #24292e\", \"stroke: #24292e\" */\n .graphs .selection .selection {\n fill: #bebebe;\n stroke: #d2d2d2;\n }\n /* gist.github.com: \"color: #586069\" */\n .graph-filter .info {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #2f363d\" */\n .graph-canvas .activity {\n color: #bebebe;\n }\n /* gist.github.com: \"#0366d6\" */\n .graph-canvas .axis .zero line {\n stroke: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #959da5\", \"rgba(0,0,0,.8)\" */\n .svg-tip {\n color: #767676;\n background-color: #242424;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .svg-tip strong {\n color: #343434;\n }\n /* gist.github.com: \"rgba(0,0,0,.8)\" */\n .svg-tip::after {\n border-top-color: #242424;\n }\n /* gist.github.com: \"#28a745\" */\n .svg-tip.comparison .metric-0 {\n border-top-color: #484;\n }\n /* gist.github.com: \"#2188ff\" */\n .svg-tip.comparison .metric-1 {\n border-top: 6px solid rgb(79, 140, 201);\n }\n /* gist.github.com: \"#f1f8ff\" */\n .topic-tag {\n background-color: #182030;\n }\n /* gist.github.com: \"#fff\", \"#c8e1ff\" */\n .topic-tag-outline {\n background-color: #181818;\n box-shadow: inset 0 0 0 1px rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #6a737d\", \"#f1f8ff\" */\n .delete-topic-button, .delete-topic-link {\n color: #949494;\n background-color: #182030;\n }\n /* gist.github.com: \"#86181d\", \"#ffeef0\", \"#f97583\" */\n .invalid-topic .delete-topic-button {\n color: #d82828;\n background-color: #300;\n border-left-color: #f88;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .topic-tag-action {\n background-color: #182030;\n }\n /* gist.github.com: \"#86181d\", \"#ffeef0\", \"#f97583\" */\n .topic-tag-action.invalid-topic {\n color: #d82828;\n background-color: #300;\n border-color: #f88;\n }\n /* gist.github.com: \"color: #6a737d\", \"#f1f8ff\" */\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button {\n color: #949494;\n background-color: #182030;\n }\n /* gist.github.com: \"color: #fff\" */\n .topic-tag-action .add-topic-button:hover,\n .topic-tag-action .remove-topic-button:hover {\n color: #fff;\n }\n /* gist.github.com: \"#28a745\" */\n .topic-tag-action .add-topic-button:hover {\n background-color: #484;\n }\n /* gist.github.com: \"#d73a49\" */\n .topic-tag-action .remove-topic-button:hover {\n background-color: #d82828;\n }\n /* gist.github.com: \"none\" */\n .topic-input-container .tag-input .tag-input-inner {\n background-image: none;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .topic-list .topic-list-item + .topic-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#ffd33d\" */\n .topic-box .starred {\n color: #cb4;\n }\n /* gist.github.com: \"#d1d5da\" */\n .topic-box .unstarred {\n color: #404040;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .team-breadcrumb .team-breadcrumb-item::after {\n color: #343434;\n }\n /* gist.github.com: \"#fafbfc\" */\n .discussion-post .timeline-inline-comments {\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-post .reply-comment:first-child {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\" */\n .discussion-post .reply-comment .review-comment.is-comment-editing {\n background-color: #181818;\n }\n /* gist.github.com: \"#d2dff0\" */\n .discussion-post .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .discussion-post .reply-comments-holder::before {\n background-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\", \"box-shadow: none\" */\n .team-discussion-new-post .review-thread-reply-button:disabled {\n background-color: #222;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #a3aab1\" */\n .team-project-suggestion-number {\n color: #767676;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .hook-item .description {\n color: #949494;\n }\n /* gist.github.com: \"#28a745\" */\n .hook-item.success .icon-for-success {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .hook-item.failure .icon-for-failure {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .hook-item.inactive .icon-for-inactive, .hook-item.pending .icon-for-pending {\n color: #949494;\n }\n /* gist.github.com: \"#28a745\" */\n .hook-item.enabled .icon-for-enabled {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .hook-item .hook-error-message {\n color: #d82828;\n }\n /* gist.github.com: \"initial\" */\n .hook-deliveries-list .hook-delivery-item:hover {\n background-color: initial;\n }\n /* gist.github.com: \"#28a745\" */\n .hook-deliveries-list .item-status.success {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .hook-deliveries-list .item-status.failure {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .hook-deliveries-list .item-status.pending, .hook-delivery-time {\n color: #949494;\n }\n /* gist.github.com: \"#959da5\" */\n .hook-delivery-container h4.remote-call-header {\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"color: #fff\", \"#d73a49\" */\n .hook-delivery-response-status {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .hook-delivery-response-status[data-response-status^=\"2\"] {\n background-color: #484;\n }\n /* gist.github.com: \"color: #586069\" */\n .integration-meta-head {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\", \"hsla(0,0%,100%,.5)\" */\n .integrations-select-repos::-webkit-scrollbar-thumb {\n border-color: #181818;\n box-shadow: 0 0 1px hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"transparent\" */\n .integrations-select-repos::-webkit-scrollbar-track-piece {\n background-color: transparent;\n }\n /* gist.github.com: \"#cb2431\" */\n .issue-list .title .closed.octicon {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .issue-list .title .open.octicon {\n color: #484;\n }\n /* gist.github.com: \"#6f42c1\" */\n .issue-list .title .merged.octicon {\n color: #9378ba;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .issue-list-item + .issue-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .pinned-issue-item.is-dragging, .pinned-issue-item.sortable-ghost {\n background-color: #182030;\n }\n /* gist.github.com: \"color: #586069\" */\n .issues-reset-query {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .issues-reset-query:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#0366d6\" */\n .issues-reset-query:hover .issues-reset-query-icon {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\", \"#6a737d\" */\n .issues-reset-query-icon {\n color: #fff;\n background-color: #444;\n }\n /* gist.github.com: \"color: #586069\" */\n .table-list-milestones .stat, .table-list-milestones .stat-label {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #333\" */\n .milestone-title-link a {\n color: #bebebe;\n }\n /* gist.github.com: \"#0366d6\" */\n .milestone-description .expand-more, .milestone-title-link a:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .task-progress {\n color: #afafaf;\n }\n /* gist.github.com: \"#eee\" */\n .task-progress .progress-bar {\n background-color: #242424;\n }\n /* gist.github.com: \"#ccc\" */\n .task-progress .progress-bar .progress {\n background-color: #484848;\n }\n /* gist.github.com: \"#0366d6\" */\n a.task-progress:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#0366d6\" */\n a.task-progress:hover .progress-bar .progress {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #6a737d\" */\n .label-select-menu .selected .octicon-circle-slash,\n .label-select-menu [aria-checked=mixed] .octicon-circle-slash,\n .label-select-menu [aria-checked=true] .octicon-circle-slash {\n color: #949494;\n }\n /* gist.github.com: \"initial\" */\n .label-select-menu .selected:active,\n .label-select-menu [aria-checked=mixed]:active,\n .label-select-menu [aria-checked=true]:active {\n background-color: initial !important;\n }\n /* gist.github.com: \"#f4f4f4\" */\n .label-select-menu .select-menu-item.navigation-focus,\n .label-select-menu .select-menu-item:focus,\n .label-select-menu .select-menu-item:hover,\n .label-select-menu .select-menu-item[aria-selected=true] {\n background-color: #242424;\n }\n /* gist.github.com: \"#eee\" */\n .subnav .btn + .issues-search {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .reaction-sort-item:focus, .reaction-sort-item:hover {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#f1f8ff\", \"#0366d6\" */\n .reaction-sort-item[aria-checked=true] {\n background-color: #182030;\n border-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#959da5\" */\n .issue-keyword {\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"color: #24292e\" */\n .select-menu-item.navigation-focus > .octicon.label-options-icon,\n .select-menu-item[aria-selected=true] > .octicon.label-options-icon {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#cb2431\" */\n .new-label-color-input:invalid {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li > a,\n .repository-lang-stats ol.repository-lang-stats-numbers li > span {\n color: #949494;\n }\n /* gist.github.com: \"color: #24292e\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li .lang {\n color: #cdcdcd;\n }\n /* gist.github.com: \"transparent\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li a:hover {\n background-color: transparent;\n }\n /* gist.github.com: \"#ddd\" */\n .repository-lang-stats-graph {\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .repository-lang-stats-graph .language-color:not(:first-child) {\n border-left-color: #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n .map-background {\n fill: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#e36209\" */\n .map-point:hover {\n fill: #fb8532;\n }\n /* gist.github.com: \"#2f363d\" */\n .MarketplaceJumbotron {\n background-color: #282828;\n }\n /* gist.github.com: \"rgba(0,0,0,.2)\" */\n .MarketplaceFeature-link:hover .CircleBadge--feature {\n box-shadow: 0 3px 8px 0 rgba(255, 255, 255, .7);\n }\n /* gist.github.com: \"#f6f8fa\" */\n .MarketplaceSideNav {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n @media (min-width:768px) {\n .MarketplaceSideNav {\n background-color: #181818;\n border-right-color: #343434;\n }\n }\n /* gist.github.com: \"#e1e4e8\" */\n .ScreenshotCarousel {\n border-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .ScreenshotCarousel-nav {\n box-shadow: inset 0 1px 0 #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .ScreenshotCarousel-navitem {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .ScreenshotCarousel-navitem.selected {\n background-color: #222;\n }\n /* gist.github.com: \"#d73a49\" */\n .marketplace-plan-dollar-field-container.is-errored .form-control {\n border-color: #d82828;\n }\n /* gist.github.com: \"color: #24292e\" */\n .marketplace-plan-emphasis {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #fff\" */\n .selected .marketplace-plan-emphasis {\n color: #fff;\n }\n /* gist.github.com: \"#d1d5da\" */\n .marketplace-product-callout {\n border-color: #404040 !important;\n }\n /* gist.github.com: \"color: #586069\", \"#e1e4e8\" */\n .marketplace-product-callout .branch-action-item-icon {\n color: #afafaf;\n background-color: #343434;\n }\n /* gist.github.com: \"color: #fff\", \"#fff\" */\n .filter-item.selected .Label--outline-white {\n color: #fff;\n border-color: #181818;\n }\n /* gist.github.com: \"#fff\" */\n .MarketplaceEdit-body .menu-item, .MarketplaceEdit-body .menu-item.selected {\n background-color: #181818;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .MarketplaceEdit-body .menu-item:hover {\n background-color: #222;\n }\n /* gist.github.com: \"color: #586069\", \"#e6ebf1\" */\n .MarketplaceEdit-body .CircleIcon {\n color: #afafaf;\n background-color: #444;\n }\n /* gist.github.com: \"#fff\" */\n .BarChart-bar {\n border-right-color: #181818;\n }\n /* gist.github.com: \"#34d058\" */\n .BarChart-bar--green {\n background-color: #373;\n }\n /* gist.github.com: \"#fb8532\" */\n .BarChart-bar--orange {\n background-color: #fb8532;\n }\n /* gist.github.com: \"#f9c513\" */\n .BarChart-bar--yellow {\n background-color: #cb4;\n }\n /* gist.github.com: \"#fff\" */\n .CircleBadge--github::after {\n background-color: #181818;\n }\n /* gist.github.com: \"#28a745\", \"rgba(52,208,88,.4)\" */\n .ClipboardButton.ClipboardButton--success {\n border-color: #484;\n box-shadow: 0 0 0 .2em #3737;\n }\n /* gist.github.com: \"rgba(52,208,88,.4)\" */\n .ClipboardButton.ClipboardButton--success:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* gist.github.com: \"#fafbfc\" */\n .MarketplaceBackground-buffer {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #fff !important\" */\n .muted-link.filter-item.selected {\n color: #fff !important;\n }\n /* gist.github.com: \"color: #fff\", \"#257bf9\" */\n .MarketplaceAnnouncement {\n color: #fff;\n background: linear-gradient(90deg, #4f8cc9, #2426ca);\n }\n /* gist.github.com: \"color: #fff\", \"hsla(0,0%,100%,0)\" */\n .MarketplaceAnnouncement .btn-outline-mktg {\n color: #fff;\n background-color: transparent;\n }\n /* gist.github.com: \"#c8e1ff\", \"#fff\" */\n .MarketplaceAnnouncement .btn-outline-mktg:hover {\n color: rgb(79, 140, 201);\n border-color: #181818;\n }\n /* gist.github.com: \"#c8e1ff\" */\n .topic-tag-contrast {\n background-color: #246;\n }\n /* gist.github.com: \"color: #24292e\", \"#c8e1ff\", \"rgba(27,31,35,.15)\" */\n .topic-tag-contrast .delete-topic-link {\n color: #cdcdcd;\n background-color: #246;\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#79b8ff\" */\n .topic-tag-contrast .delete-topic-link:hover {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #24292e\" */\n .merge-branch-heading {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .merge-branch-description {\n color: #afafaf;\n }\n /* gist.github.com: \"initial\", \"#ddd\" */\n .merge-branch-manually {\n background-color: initial;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#a04100\" */\n .unavailable-merge-method {\n color: #f3582c;\n }\n /* gist.github.com: \"color: #fff\" */\n .navigation-focus.disabled .unavailable-merge-method,\n [aria-selected=true].disabled .unavailable-merge-method {\n color: #fff;\n }\n /* gist.github.com: \"#fff5b1\" */\n .network .current-repository {\n background-color: #651;\n }\n /* gist.github.com: \"color: #959da5\" */\n .page-new-repo .octicon-repo {\n color: #767676;\n }\n /* gist.github.com: \"rgba(115,92,15,.5)\" */\n .page-new-repo .color-private-icon {\n color: rgba(204, 187, 68, .5);\n }\n /* gist.github.com: \"color: #6a737d\" */\n .page-new-repo .form-checkbox.disabled {\n color: #949494;\n }\n /* gist.github.com: \"#fff\" */\n .page-new-repo .internal-repo-avatar {\n border-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .news blockquote, .owner-reponame .slash {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .news .alert .octicon, .news .alert .time, .news .alert .title .subtle {\n color: #767676;\n }\n /* gist.github.com: \"#fff\" */\n .news .alert .gravatar {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .news .alert .simple .title, .news .github-welcome .done {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\" */\n .news .commits li img {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .news div.message, .news li blockquote {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .notifications .notifications-more > a {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .notifications .read .list-group-item-name > a,\n .notifications .read .notification-actions {\n color: #afafaf;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .notifications .read.list-group-item {\n background-color: #222;\n }\n /* gist.github.com: \"#d1d5da\" */\n .notification-thread-subscription:first-child {\n border-top-color: #404040;\n }\n /* gist.github.com: \"color: #586069\", \"none\" */\n .notifications-sso-prompt a {\n color: #afafaf;\n background: none;\n }\n /* gist.github.com: \"#0366d6\" */\n .notifications-sso-prompt em {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .type-icon-state-none {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .type-icon-state-open, .type-icon-state-published {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .type-icon-state-closed {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .type-icon-state-draft {\n color: #949494;\n }\n /* gist.github.com: \"#6f42c1\" */\n .type-icon-state-merged, .type-icon-state-published {\n color: #9378ba;\n }\n /* gist.github.com: \"#28a745\" */\n .notifications-list .boxed-group .notification-success {\n color: #484;\n }\n /* gist.github.com: \"color: #586069\", \"initial\" */\n .notifications-list .mark-all-as-read {\n color: #afafaf;\n background-color: initial;\n }\n /* gist.github.com: \"color: #666\" */\n .notifications-list .confirmation {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .notification-actions .age, .notification-actions .btn-link {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .notification-actions .btn-link:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#d1d5da\" */\n .notification-actions .unsaved-notification {\n color: #404040;\n }\n /* gist.github.com: \"color: #666\" */\n .subscriptions-content .repo-icon {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\", \"#fff\", \"#eee\" */\n .thread-subscription-status {\n color: #afafaf;\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n @media (max-width:767px) {\n .notifications-v2 .AvatarStack-body .avatar {\n border-right-color: #181818 !important;\n }\n }\n /* gist.github.com: \"initial\" */\n .notifications-v2 .thread-subscription-status {\n background-color: initial !important;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .notification-navigation .menu-item {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .notification-navigation .menu-item .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .notification-navigation .menu-item.selected {\n background-color: #182030;\n }\n /* gist.github.com: \"#0366d6\" */\n .notification-navigation .menu-item.selected .octicon {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"color: #6a737d !important\" */\n .notification-navigation .notification-configure-filters .octicon {\n color: #949494 !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .notification-navigation .notification-configure-filters:hover .octicon {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"color: #6a737d !important\" */\n .notifications-list-item .notification-list-item-link {\n color: #949494 !important;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .notifications-list-item:hover {\n background-color: #182030 !important;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .notifications-list-item:hover .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"color: #586069 !important\", \"transparent\" */\n .notifications-list-item:hover .notification-list-item-actions .btn {\n color: #afafaf !important;\n background-color: transparent !important;\n }\n /* gist.github.com: \"color: #24292e !important\", \"#e1e4e8\" */\n .notifications-list-item:hover .notification-list-item-actions .btn:hover {\n color: #cdcdcd !important;\n background-color: #343434 !important;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .notifications-list-item:hover .AvatarStack-body {\n background-color: #182030;\n }\n /* gist.github.com: \"#f1f8ff\", \"#0366d6\" */\n .notifications-list-item.navigation-focus {\n background-color: #182030 !important;\n box-shadow: inset 2px 0 0 rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .notifications-list-item.navigation-focus .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"none\" */\n .notifications-list-item .notification-list-item-unread-indicator {\n background: none;\n }\n /* gist.github.com: \"#fff\" */\n .notifications-list-item.notification-unread {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #24292e !important\" */\n .notifications-list-item.notification-unread .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .notifications-list-item.notification-unread .notification-list-item-unread-indicator {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .oauth-permissions-details .octicon,\n .oauth-permissions-details .permission-summary .access-details {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .oauth-permissions-details .permission-title {\n color: #cdcdcd;\n }\n /* gist.github.com: \"none\", \"rgba(0,0,0,.15)\" */\n .oauth-permissions-details.open a.btn-sm {\n background-image: none;\n box-shadow: inset 0 2px 4px #000;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .oauth-permissions-details.default:not(.delete) .access-details,\n .oauth-permissions-details.default:not(.delete) .permission-title,\n .oauth-permissions-details.none .access-details,\n .oauth-permissions-details.none .permission-title {\n color: #949494;\n }\n /* gist.github.com: \"#cb2431\" */\n .oauth-delete-repo-permissions .octicon-alert {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .oauth-no-description {\n color: #afafaf;\n }\n /* gist.github.com: \"#ffe\" */\n .oauth-org-access-details, .oauth-org-access-details .oauth-org-item:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\" */\n .oauth-org-access-details .oauth-org-item.on strong {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#fff\" */\n .oauth-org-access-details .oauth-org-item.revoked {\n background-color: #181818;\n }\n /* gist.github.com: \"#cb2431\" */\n .oauth-org-access-details .oauth-org-item.revoked .octicon-x {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .oauth-org-access-details .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .oauth-org-access-details .octicon-x.org-access-denied {\n color: #d82828;\n }\n /* gist.github.com: \"color: #24292e\" */\n .oauth-application-whitelist .request-info strong {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#a04100\" */\n .oauth-application-whitelist .octicon-alert {\n color: #f3582c;\n }\n /* gist.github.com: \"#28a745\" */\n .oauth-application-whitelist .approved-request,\n .oauth-application-whitelist .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .oauth-application-whitelist .denied-request {\n color: #d82828;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .oauth-application-whitelist .edit-link {\n color: #949494;\n }\n /* gist.github.com: \"#0366d6\" */\n .oauth-application-whitelist .edit-link:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #24292e\" */\n .oauth-application-info .application-title {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .oauth-application-info .app-info {\n color: #949494;\n }\n /* gist.github.com: \"#28a745\" */\n .oauth-application-info .app-approved,\n .oauth-application-info .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"#a04100\" */\n .oauth-application-info .app-denied, .oauth-application-info .octicon-x {\n color: #f3582c;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .oauth-border {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .developer-app-item .developer-app-name {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#0366d6\" */\n .developer-app-item .developer-app-name:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #6a737d\" */\n .developer-app-item .developer-app-list-meta {\n color: #949494;\n }\n /* gist.github.com: \"color: #2f363d\" */\n .org-insights-graph-canvas .activity {\n color: #bebebe;\n }\n /* gist.github.com: \"fill: #959da5\" */\n .org-insights-graph-canvas .axis text {\n fill: #757575;\n }\n /* gist.github.com: \"#0366d6\" */\n .org-insights-graph-canvas .axis .zero line {\n stroke: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .org-insights-svg-tip::after {\n border-color: #181818 transparent transparent;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .org-insights-svg-tip::before {\n border-color: #343434 transparent transparent;\n }\n /* gist.github.com: \"#0366d6\" */\n .org-insights-card-legend .metric-0 {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#22863a\" */\n .org-insights-card-legend .metric-1 {\n color: #6cc644;\n }\n /* gist.github.com: \"#e36209\" */\n .org-insights-card-legend .metric-2 {\n color: #fb8532;\n }\n /* gist.github.com: \"#6f42c1\" */\n .org-insights-card-legend .metric-3 {\n color: #9378ba;\n }\n /* gist.github.com: \"#0366d6\", \"#0366d6\" */\n .org-insights-graph-canvas .metric-0 circle,\n .org-insights-graph-canvas path.metric-0,\n .org-insights-svg-tip .metric-0 .legend {\n stroke: rgb(79, 140, 201);\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#22863a\", \"#22863a\" */\n .org-insights-graph-canvas .metric-1 circle,\n .org-insights-graph-canvas path.metric-1,\n .org-insights-svg-tip .metric-1 .legend {\n stroke: #6cc644;\n background-color: #6cc644;\n }\n /* gist.github.com: \"#e36209\", \"#e36209\" */\n .org-insights-graph-canvas .metric-2 circle,\n .org-insights-graph-canvas path.metric-2,\n .org-insights-svg-tip .metric-2 .legend {\n stroke: #fb8532;\n background-color: #fb8532;\n }\n /* gist.github.com: \"#6f42c1\", \"#6f42c1\" */\n .org-insights-graph-canvas .metric-3 circle,\n .org-insights-graph-canvas path.metric-3,\n .org-insights-svg-tip .metric-3 .legend {\n stroke: #9378ba;\n background-color: #9378ba;\n }\n /* gist.github.com: \"color: #959da5\" */\n .org-insights-cards .org-insights-card-legend {\n color: #767676;\n }\n /* gist.github.com: \"#fff\" */\n .org-insights-cards .repository-lang-stats-graph .language-color {\n border-color: #181818;\n }\n /* gist.github.com: \"color: #24292e\", \"#fafbfc\", \"#e1e4e8\" */\n .orghead {\n color: #cdcdcd;\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #333\" */\n .org-name {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #586069\" */\n .audit-log-search .member-info .ghost {\n color: #afafaf;\n }\n /* gist.github.com: \"#a04100\" */\n .audit-type .repo {\n color: #f3582c;\n }\n /* gist.github.com: \"#28a745\" */\n .audit-type .team {\n color: #484;\n }\n /* gist.github.com: \"#6f42c1\" */\n .audit-type .user {\n color: #9378ba;\n }\n /* gist.github.com: \"#cb2431\" */\n .audit-type .oauth_access {\n color: #d82828;\n }\n /* gist.github.com: \"#fff\",\"#f5f5f5\" */\n .saml-enabled-banner-container {\n background-image: linear-gradient(-1deg, #181818, #222);\n }\n /* gist.github.com: \"color: #fff\", \"#cb2431\" */\n .saml-settings-form .test-status-indicator-error {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #fff\", \"#28a745\" */\n .saml-settings-form .test-status-indicator-success {\n color: #fff;\n background-color: #484;\n }\n /* gist.github.com: \"color: #586069\" */\n .member-fullname {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\" */\n .auto-search-group .spinner {\n background-color: #181818;\n }\n /* gist.github.com: \"#eee\" */\n .org-list .list-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .org-repos-mini .org-repo-name .octicon-repo {\n color: #afafaf;\n }\n /* gist.github.com: \"rgba(115,92,15,.5)\" */\n .org-repos-mini .org-repo-name .octicon-lock {\n color: rgba(204, 187, 68, .5);\n }\n /* gist.github.com: \"color: #333\" */\n .reinstate-org-member .reinstate-title {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #586069\" */\n .add-member-wrapper .available-seats {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .add-member-team-list .team-info {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .add-member-team-list .team-meta {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .invite-team-member-list .team-link {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#eee\" */\n .team-stats {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .stats-group-stat {\n color: #afafaf;\n }\n /* gist.github.com: \"#eee\" */\n .stats-group-stat:first-child {\n border-right-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .stats-group-stat:hover, .stats-group-stat:hover .stat-number {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .stats-group-stat.no-link:hover {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #333\" */\n .stat-number, .stats-group-stat.no-link:hover .stat-number {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #959da5\" */\n .team-member-list .invite-icon {\n color: #767676;\n }\n /* gist.github.com: \"#cb2431\" */\n .menu-item-danger, .menu-item-danger.selected {\n color: #d82828;\n }\n /* gist.github.com: \"color: #fff\", \"#d73a49\" */\n .menu-item-danger.navigation-focus,\n .menu-item-danger.selected.navigation-focus,\n .menu-item-danger.selected:hover,\n .menu-item-danger.selected[aria-selected=true], .menu-item-danger:hover,\n .menu-item-danger[aria-selected=true] {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #959da5\" */\n .team-member-list-avatar .octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #586069\" */\n .confirm-removal-container .private-fork-count {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .confirm-removal-container .deleting-private-forks-warning .octicon {\n color: #d82828;\n }\n /* gist.github.com: \"#eaeaea\" */\n .confirm-removal-list-container {\n border-color: #343434;\n }\n /* gist.github.com: \"#eaeaea\" */\n .confirm-removal-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .confirm-removal-repo .octicon, .confirm-removal-team .octicon,\n .manage-member-meta-item, .manage-member-meta-item .btn-link,\n .manage-member-meta-item > .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#a04100\" */\n .manage-member-meta-item > .octicon-alert {\n color: #f3582c;\n }\n /* gist.github.com: \"color: #333\" */\n .org-user-notice-content strong {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #586069\" */\n .manage-repo-access-lead, .org-user-notice-content .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\", \"#ddd\" */\n .manage-repo-access-group {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#f8f8f8\", \"#ddd\" */\n .manage-repo-access-title {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#eee\" */\n .manage-repo-access-wrapper::before {\n background-color: #242424;\n }\n /* gist.github.com: \"#fff\" */\n .manage-repo-access-icon {\n background-color: #181818;\n }\n /* gist.github.com: \"#ddd\" */\n .manage-repo-access-teams-group {\n border-color: #343434;\n }\n /* gist.github.com: \"#eee\" */\n .manage-repo-access-team-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\", \"#fafbfc\" */\n .manage-repo-access-not-active {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"#f9f9f9\" */\n .manage-repo-access-not-active .manage-repo-access-icon {\n background-color: #181818;\n }\n /* gist.github.com: \"#ddd\" */\n .manage-access-remove-footer {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .ldap-memberships-list .edit {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#eee\" */\n .invited .team-member-list .list-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #333\" */\n .manage-memberships-tabs-item:hover {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #24292e\", \"#fff\" */\n .manage-memberships-tabs-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @keyframes blinkingText {\n 0% {\n color: #343434;\n }\n 33% {\n color: #343434;\n }\n to {\n color: #343434;\n }\n }\n /* gist.github.com: \"#fff\" */\n .theme-picker {\n background-color: #181818;\n }\n /* gist.github.com: \"#eee\" */\n .theme-picker-thumbs {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"none\" */\n .theme-toggle {\n background: none;\n }\n /* gist.github.com: \"#ddd\" */\n .theme-selector-thumbnail {\n border-color: #343434;\n }\n /* gist.github.com: \"#f5f5f5\" */\n .theme-selector-thumbnail:hover {\n background-color: #222;\n }\n /* gist.github.com: \"#0366d6\" */\n .theme-selector-thumbnail.selected {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#fff\" */\n .theme-selector-thumbnail.selected .theme-selector-img {\n border-color: #181818;\n }\n /* gist.github.com: \"#fff\" */\n .page-preview, .theme-picker-spinner {\n background-color: #181818;\n }\n /* gist.github.com: \"#86181d\" */\n .pinned-items-reorder-error {\n color: #d82828;\n }\n /* gist.github.com: \"color: #2f363d\" */\n .pinned-item-name {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #24292e\", \"#f1f8ff\" */\n .pinned-item-checkbox:checked + .pinned-item-name {\n color: #cdcdcd;\n background-color: #182030;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .pinned-gist-blob-num:hover {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"color: #24292e !important\", \"none\", \"#e1e4e8\", \"#d73a49\", \"#28a745\", \"#d1d5da\", \"color: #1b1f23\", \"#22863a\", \"#2cbe4e\", \"#6f42c1\", \"#cb2431\", \"#cb2431\" */\n @media print {\n .btn:not(.btn-outline) {\n color: #cdcdcd !important;\n background: none;\n }\n .blob-num {\n border-right-color: #343434;\n }\n .blob-num-deletion {\n border-right-color: #d82828;\n }\n .blob-num-addition {\n border-right-color: #484;\n }\n .blob-code-addition .x {\n border-bottom-color: #484;\n }\n .blob-code-deletion .x {\n border-bottom-color: #d82828;\n }\n .diffstat-block-neutral {\n border-color: #404040;\n }\n .diffstat-block-deleted {\n border-color: #d82828;\n }\n .diffstat-block-added {\n border-color: #484;\n }\n .State {\n color: #dcdcdc;\n background: none;\n }\n .State--green {\n color: #6cc644;\n border-color: #373;\n }\n .State--purple {\n color: #9378ba;\n border-color: #9378ba;\n }\n .State--red {\n color: #d82828;\n border-color: #d82828;\n }\n }\n /* gist.github.com: \"transparent\" */\n .progress-pjax-loader {\n background-color: transparent;\n }\n /* gist.github.com: \"#79b8ff\", \"box-shadow: 0 0 10px rgba(121,184,255,.7)\" */\n .progress-pjax-loader > .progress-pjax-loader-bar {\n background-color: rgb(79, 140, 201);\n box-shadow: 0 0 rgba(79, 140, 201, .3);\n }\n /* gist.github.com: \"#24292e\" */\n @media (min-width:544px) {\n .project-full-screen .project-header {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"color: #fff !important\" */\n .project-full-screen .project-header .project-header-link:hover {\n color: #fff !important;\n }\n /* gist.github.com: \"color: #fff\", \"box-shadow: none\" */\n @media (min-width:544px) {\n .project-full-screen .card-filter-input {\n color: #fff;\n box-shadow: none;\n }\n }\n /* gist.github.com: \"#fff\" */\n @media (min-width:544px) {\n .project-header {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"#54a3ff\",\"#006eed\", \"#fff\" */\n .pending-cards-status {\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n border-color: #181818;\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n @media (min-width:544px) {\n .project-column:focus {\n border-color: rgb(79, 140, 201) !important;\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n }\n /* gist.github.com: \"#f1f8ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .project-column.moving {\n background-color: #182030 !important;\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* gist.github.com: \"#959da5\" */\n .new-project-column {\n border-color: #484848 !important;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .sortable-ghost {\n background-color: #222;\n }\n /* gist.github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .project-card blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .project-card:hover {\n border-color: #404040 !important;\n }\n /* gist.github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important\" */\n @media (min-width:544px) {\n .project-card:focus {\n border-color: rgb(79, 140, 201) !important;\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5) !important;\n }\n }\n /* gist.github.com: \"#f1f8ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important\" */\n .project-card.moving {\n background-color: #182030 !important;\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5) !important;\n }\n /* gist.github.com: \"#735c0f\" */\n .archived-project-cards-pane .project-card .archived-header {\n color: #bba257;\n }\n /* gist.github.com: \"#959da5\" */\n .project-pane .redacted-activity {\n border-bottom-color: #484848;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.5)\" */\n .project-pane-close {\n color: rgba(230, 230, 230, .5);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .project-pane-close:hover {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"color: #fff !important\", \"#0366d6\" */\n .card-filter-autocomplete-dropdown .navigation-focus,\n .card-filter-autocomplete-dropdown [aria-selected=true] {\n color: #fff !important;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff !important\" */\n .card-filter-autocomplete-dropdown .navigation-focus .autocomplete-text-qualifier,\n .card-filter-autocomplete-dropdown [aria-selected=true] .autocomplete-text-qualifier {\n color: #fff !important;\n }\n /* gist.github.com: \"#0366d6\" */\n .projects-reset-query:hover .projects-reset-query-icon {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#6a737d\" */\n .projects-reset-query-icon {\n background-color: #444;\n }\n /* gist.github.com: \"#fff\", \"#d1d5da\" */\n .projects-comment-form .comment-form-head .toolbar-commenting {\n background-color: #181818;\n border-top-color: #404040;\n }\n /* gist.github.com: \"#d1d5da\" */\n .projects-comment-form .preview-content {\n border-top-color: #404040;\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .project-issue-body-blur {\n background: linear-gradient(0deg, #181818, transparent);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.5)\" */\n .project-comment-body-hover .octicon-pencil,\n .project-comment-title-hover .octicon-pencil {\n color: rgba(230, 230, 230, .5);\n }\n /* gist.github.com: \"#0366d6\" */\n .project-comment-body-hover .octicon-pencil:hover,\n .project-comment-title-hover .octicon-pencil:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #6a737d\" */\n .vcard-detail .octicon, .vcard-username {\n color: #949494;\n }\n /* gist.github.com: \"#86181d\" */\n .user-profile-bio-message {\n color: #d82828;\n }\n /* gist.github.com: \"#fff\", \"#d1d5da\", \"box-shadow: none\" */\n .user-profile-nav {\n background-color: #181818;\n border-bottom-color: #404040;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #586069\" */\n .pinned-item-list-item .pinned-item-handle {\n color: #afafaf;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .pinned-item-list-item.is-dragging, .pinned-item-list-item.sortable-ghost {\n background-color: #182030;\n }\n /* gist.github.com: \"#eaecef\" */\n .profile-timeline.discussion-timeline .profile-timeline-month-heading::after,\n .profile-timeline.discussion-timeline::before {\n background-color: #343434;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .profile-timeline-card-wrapper {\n border-top-color: #181818;\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .profile-timeline-card .issue-meta-section .octicon {\n color: #949494;\n }\n /* gist.github.com: \"#eaecef\" */\n .profile-rollup-summarized + .profile-rollup-summarized,\n .profile-rollup-wrapper + .profile-rollup-wrapper {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#a04100\" */\n .stale-files-tab {\n color: #f3582c;\n }\n /* gist.github.com: \"#fff\" */\n .pr-toolbar.is-stuck {\n background-color: #181818;\n }\n /* gist.github.com: \"rgba(0,0,0,.001)\" */\n .toolbar-shadow {\n background: linear-gradient(rgba(0, 0, 0, .075), transparent) repeat-x 0 0;\n }\n /* gist.github.com: \"#fff\" */\n .diffbar {\n background-color: #181818;\n }\n /* gist.github.com: \"#eee\" */\n .diffbar .table-of-contents li {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #fff\" */\n .diffbar [role^=menuitem]:focus:not(.is-range-selected) .text-emphasized,\n .diffbar [role^=menuitem]:hover:not(.is-range-selected) .text-emphasized {\n color: #fff;\n }\n /* gist.github.com: \"#f1f8ff\", \"rgba(27,31,35,.15)\" */\n .diffbar-range-menu .in-range:not(.is-range-selected) {\n background-color: #182030;\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#0366d6\" */\n .diffbar-range-menu .in-range:focus:not(.is-range-selected),\n .diffbar-range-menu .in-range:hover:not(.is-range-selected) {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#735c0f\", \"#fffbdd\" */\n .diffbar-range-menu .is-range-selected {\n color: #bba257;\n background-color: #261d08;\n }\n /* gist.github.com: \"#fff5b1\" */\n .diffbar-range-menu .is-last-in-range {\n background-color: #651;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .conflict-resolver.loading {\n border-color: #343434;\n }\n /* gist.github.com: \"#22863a\" */\n .revision-number {\n background-color: #6cc644;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .pull-request-review-menu, .pull-request-suggested-changes-menu {\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#f6f8fa\" */\n .review-comment-loader::after, .review-comment.is-comment-editing::after,\n .review-comment::after {\n background-color: #222;\n }\n /* gist.github.com: \"color: #24292e\" */\n .review-comment {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#d2dff0\" */\n .review-comment .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* gist.github.com: \"#b08800\", \"#fffdef\", \"#f9c513\" */\n .review-comment .pending-batched-suggestion-label {\n color: #cb4;\n background-color: #261d08;\n border-color: #cb4;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .review-comment .is-comment-editing {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .review-thread-reply {\n background-color: #222;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fff\" */\n .review-thread-reply .inline-comment-form {\n background-color: #181818;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .review-summary-form-wrapper {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#f9c513\" */\n .is-pending .review-summary-form-wrapper {\n border-color: #cb4;\n }\n /* gist.github.com: \"#e1e4e8\", \"#fff\" */\n .release-timeline-tags .tag-timeline-date::after {\n background-color: #343434;\n border-color: #181818;\n }\n /* gist.github.com: \"#cb2431\", \"#d73a49\" */\n .Label--draft {\n color: #d82828;\n border-color: #d82828;\n }\n /* gist.github.com: \"#c3c8cf\" */\n .uploaded-files.not-populated + .drop-target .drop-target-label {\n border-top-color: #484848;\n }\n /* gist.github.com: \"#ddd\",\"#e5e5e5\" */\n .uploaded-files.is-populated {\n border-color: #343434;\n }\n /* gist.github.com: \"#f9f9f9\" */\n .uploaded-files > li.delete {\n background-color: #181818;\n }\n /* gist.github.com: \"#cb2431\" */\n .uploaded-files .remove:hover {\n color: #d82828 !important;\n }\n /* gist.github.com: \"#fff\",\"hsla(0,0%,100%,.5)\" */\n .upload-progress {\n box-shadow: 0 1px 1px #181818, inset 0 1px 1px hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .release-entry {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n @media (min-width:768px) {\n .release-main-section {\n border-left-color: #343434;\n }\n }\n /* gist.github.com: \"#ddd\" */\n .repo-file-upload-target.dragover .repo-file-upload-outline {\n border-color: #343434;\n }\n /* gist.github.com: \"#fff\", \"#e5e5e5\" */\n .is-bad-file .repo-file-upload-errors, .is-empty .repo-file-upload-errors,\n .is-failed .repo-file-upload-errors,\n .is-hidden-file .repo-file-upload-errors,\n .is-too-big .repo-file-upload-errors, .is-too-many .repo-file-upload-errors {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #666\", \"#fff\" */\n .repo-file-upload-tree-target {\n color: #949494;\n background: radial-gradient(ellipse at center, #181818 0, hsla(0, 0%, 100%, .85) 65%, hsla(0, 0%, 100%, .85) 100%);\n }\n /* gist.github.com: \"#ddd\" */\n .repo-file-upload-tree-target .repo-file-upload-outline {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .label-characters-remaining {\n color: #afafaf;\n }\n /* gist.github.com: \"#eee\" */\n .repo-list-item {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .mini-repo-list-item {\n border-top-color: #404040;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .mini-repo-list-item .repo-icon, .mini-repo-list-item .stars {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .mini-repo-list-item .repo-description {\n color: #afafaf;\n }\n /* gist.github.com: \"#fffdef\" */\n .private .mini-repo-list-item {\n background-color: #261d08;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .private .mini-repo-list-item .repo-icon {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"#fafbfc\", \"#e5e5e5\" */\n .filter-bar {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#ddd\" */\n .url-box {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #24292e\" */\n .url-box p strong {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #333\", \"linear-gradient(#fafafa,#eaeaea)\" */\n .clone-url-button > .clone-url-link {\n color: #bebebe;\n background-image: linear-gradient(#202020, #181818);\n }\n /* gist.github.com: \"color: #fff\", \"#599bcd\",\"#3072b3\", \"#2a65a0\" */\n .clone-url-button > .clone-url-link:active,\n .clone-url-button > .clone-url-link:hover {\n color: #fff;\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n border-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#3072b3\", \"none\", \"rgba(0,0,0,.15)\" */\n .clone-url-button > .clone-url-link:active {\n background-color: rgb(79, 140, 201);\n background-image: none;\n box-shadow: inset 0 3px 5px #000;\n }\n /* gist.github.com: \"#fff\" */\n .clone-url-button + .clone-url-button > .clone-url-link {\n box-shadow: inset 1px 0 0 #181818;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .clone-url-button + .clone-url-button > .clone-url-link:hover {\n box-shadow: none;\n }\n /* gist.github.com: \"rgba(0,0,0,.15)\" */\n .clone-url-button + .clone-url-button > .clone-url-link:active {\n box-shadow: inset 0 3px 5px #000;\n }\n /* gist.github.com: \"color: #333\", \"hsla(0,0%,100%,.6)\", \"#ccc\", \"linear-gradient(#ccc,#d5d5d5)\", \"#bbb\", \"box-shadow: inset 0 2px 3px rgba(0,0,0,.075)\" */\n .clone-url-button > .clone-url-link.selected,\n .clone-url-button > .clone-url-link.selected:hover {\n color: #bebebe;\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .6);\n background-color: #484848;\n background-image: linear-gradient(#303030, #282828);\n border-color: #484848;\n box-shadow: inset 0 2px 3px rgba(255, 255, 255, .075);\n }\n /* gist.github.com: \"initial\" */\n .timeout {\n background-color: initial;\n }\n /* gist.github.com: \"color: #586069\" */\n .timeout h3 {\n color: #afafaf;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .overall-summary {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .numbers-summary li > .nolink, .numbers-summary li > a {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .numbers-summary li > a:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #6a737d\" */\n .numbers-summary .octicon {\n color: #949494;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .prereceive-feedback {\n border-color: #343434;\n }\n /* gist.github.com: \"#b08800\" */\n .prereceive-feedback-heading {\n color: #cb4;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .repository-item-checkbox:checked + .repository-item-name {\n background-color: #182030;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .custom-role-icon {\n background-color: #343434;\n }\n /* gist.github.com: \"color: #666\" */\n .edit-profile-avatar .drag-and-drop {\n color: #949494;\n }\n /* gist.github.com: \"#d73a49\", \"box-shadow: none\" */\n .avatar-upload .flash {\n border-color: #d82828;\n box-shadow: none;\n }\n /* gist.github.com: \"color: #586069\" */\n .avatar-upload .upload-state p {\n color: #afafaf;\n }\n /* gist.github.com: \"#e5e5e5\" */\n dl.new-email-form {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fffdef\" */\n .selected-user-key {\n background-color: #261d08;\n }\n /* gist.github.com: \"#ddd\" */\n .user-key-badge, .user-key-email {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #666\", \"#ddd\" */\n .user-key-email-unverified {\n color: #949494;\n border-color: #343434;\n }\n /* gist.github.com: \"#28a745\" */\n .recent-user-key {\n color: #484;\n }\n /* gist.github.com: \"#cb2431\" */\n .unverified-user-key, .unverified-user-key-notice {\n color: #d82828;\n }\n /* gist.github.com: \"#ddd\" */\n .notification-center .overview {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .oauth-app-info-container dl.keys dt {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #333\" */\n .oauth-app-info-container dl.keys dd {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #586069\" */\n .oauth-app-info-container .user-count {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .logo-upload a.delete:hover, .logo-upload span.delete:hover {\n color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .logo-upload-container .upload-state p {\n color: #afafaf;\n }\n /* gist.github.com: \"#eee\", \"#d1d5da\" */\n .logo-box {\n background-color: #242424;\n border-color: #404040;\n }\n /* gist.github.com: \"color: #586069\" */\n .logo-placeholder {\n color: #afafaf;\n }\n /* gist.github.com: \"#ddd\" */\n .saved-reply-form {\n border-color: #343434;\n }\n /* gist.github.com: \"initial\", \"#eaecef\" */\n .saved-reply-form .comment-body {\n background-color: initial;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .access-token {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"rgba(108,198,68,.1)\" */\n .access-token.new-token {\n background-color: #002800;\n }\n /* gist.github.com: \"#28a745\" */\n .access-token.new-token .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"color: #24292e\" */\n .access-token .token-description, .token-scope {\n color: #cdcdcd;\n }\n /* gist.github.com: \"initial\" */\n .application-show-group .drag-and-drop {\n background-color: initial;\n }\n /* gist.github.com: \"color: #666\" */\n .email-preference-exceptions h5 {\n color: #949494;\n }\n /* gist.github.com: \"#eaecef\" */\n .email-preference-exceptions .exception {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .email-preference-exceptions .exception:last-child {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#eaecef\" */\n .two-factor-steps {\n border-color: #343434;\n }\n /* gist.github.com: \"#cb2431\" */\n .two-factor-steps .error-icon {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .two-factor-steps .sent-message {\n color: #484;\n }\n /* gist.github.com: \"color: #586069\", \"#eaeaea\" */\n .two-factor-toggle .two-factor-status {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #fff\", \"#28a745\" */\n .two-factor-toggle .two-factor-on {\n color: #fff;\n background-color: #484;\n }\n /* gist.github.com: \"#f8f8f8\" */\n .two-factor-settings-group, .u2f-registration {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"rgba(47,38,6,.5)\" */\n .u2f-registration-icon {\n color: #cb4;\n }\n /* gist.github.com: \"#ddd\" */\n .github-access-banner {\n border-color: #343434;\n }\n /* gist.github.com: \"#cb2431\" */\n .github-access-banner .octicon {\n color: #d82828;\n }\n /* gist.github.com: \"#eaecef\" */\n .qr-code-table {\n border-color: #343434;\n }\n /* gist.github.com: \"transparent\" */\n .qr-code-table tr {\n background-color: transparent;\n }\n /* gist.github.com: \"#fff\" */\n .qr-code-table .white {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .session-device {\n color: #afafaf;\n }\n /* gist.github.com: \"#28a745\" */\n .session-device .session-state-indicator.recent {\n background-color: #484;\n }\n /* gist.github.com: \"#d73a49\" */\n .session-device .session-state-indicator.revoked {\n background-color: #d82828;\n }\n /* gist.github.com: \"#ccc\", \"#fff\" */\n .session-device .session-state-indicator.not-recent {\n background-image: linear-gradient(#aaa, #484848);\n box-shadow: 0 1px 0 #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n .session-details:hover .octicon {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .collaborators .collab-remove .remove-link {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .collaborators .collab-remove .remove-link:hover {\n color: #d82828;\n }\n /* gist.github.com: \"color: #666\" */\n .collaborators .collab-info {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .access-sub-heading {\n color: #afafaf;\n }\n /* gist.github.com: \"#ddd\" */\n .access-form-wrapper {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\" */\n .oauth-pending-deletion-list-item, .oauth-pending-deletion-list-item:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #586069\" */\n .boxed-group-list .access-level {\n color: #afafaf;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .form-hr {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .listgroup {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .listgroup-item {\n color: #afafaf;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .listgroup-item + .listgroup-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#e5e5e5\" */\n .listgroup-header {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#f5f5f5\" */\n .listgroup-overflow {\n background-color: #222;\n }\n /* gist.github.com: \"#fafbfc\" */\n .protected-branch-orgs-and-repo-admins {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #333\" */\n .protected-branch-pusher {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #fff\", \"#d15704\" */\n .user-already-added::after {\n color: #fff;\n background-color: #f3582c;\n }\n /* gist.github.com: \"initial\", \"initial\" */\n @keyframes toggle-color {\n 0% {\n background-color: initial;\n }\n to {\n background-color: initial;\n }\n }\n /* gist.github.com: \"#cb2431\", \"transparent\" */\n .repository-merge-features .form-group.errored .error {\n color: #d82828;\n background-color: transparent;\n }\n /* gist.github.com: \"color: #24292e\", \"#e36209\" */\n .repository-settings-actions [role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .repository-settings-actions [role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* gist.github.com: \"#ddd\" */\n .setup-header {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .setup-header .lead a {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .setup-header .lead a:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .setup-secondary .info {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\" */\n .setup-info-module {\n background-color: #181818;\n }\n /* gist.github.com: \"#ddd\" */\n .setup-info-module h2 {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #586069\" */\n .setup-info-module h2 .price {\n color: #afafaf;\n }\n /* gist.github.com: \"#f9f9f9\", \"#e0e0e0\" */\n .setup-info-module .setup-info-note {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* gist.github.com: \"#eee\" */\n .features-list .list-divider {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #555\" */\n .features-list .octicon-question {\n color: #afafaf;\n }\n /* gist.github.com: \"#cb2431\" */\n .setup-form .octicon-alert {\n color: #d82828;\n }\n /* gist.github.com: \"#28a745\" */\n .setup-form .octicon-check {\n color: #484;\n }\n /* gist.github.com: \"#eee\", \"#eee\" */\n .setup-form .setup-organization-next, .setup-form .tos-info {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .setup-form .setup-plans {\n border-color: #404040;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .setup-form .setup-plans tr.selected {\n background-color: #182030;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .setup-creditcard-form .form-group select:invalid {\n color: #949494;\n }\n /* gist.github.com: \"color: #586069\" */\n .setup-creditcard-form .help-text, .shelf-lead {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #959da5\" */\n .shelf-dismiss {\n color: #767676;\n }\n /* gist.github.com: \"#0366d6\" */\n .shelf-dismiss:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\", \"rgba(27,31,35,.15)\" */\n .shelf-dismiss .close-button {\n color: rgba(230, 230, 230, .7);\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"color: #24292e\", \"rgba(27,31,35,.3)\" */\n .shelf-dismiss .close-button:hover {\n color: #cdcdcd;\n border-color: rgba(220, 220, 220, .4);\n }\n /* gist.github.com: \"color: rgba(27,31,35,.85)\", \"hsla(0,0%,100%,0)\",\"#fff\",\"#dbedff\", \"#fff\" */\n .intro-shelf {\n color: rgba(230, 230, 230, .85);\n background-image: linear-gradient(180deg, transparent 60%, #181818), linear-gradient(70deg, #182030 32%, #ebfff0);\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.7)\" */\n .intro-shelf .shelf-lead {\n color: rgba(230, 230, 230, .7);\n }\n /* gist.github.com: \"#d1d5da\" */\n .orgs-help-shelf-content .orgs-help-divider {\n border-top-color: #404040;\n }\n /* gist.github.com: \"color: #586069\" */\n .orgs-help-lead {\n color: #afafaf;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .orgs-help-item-octicon {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .orgs-help-item-octicon .octicon {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\" */\n .orgs-help-dismiss, .orgs-help-item-content {\n color: #afafaf;\n }\n /* gist.github.com: \"#0366d6\" */\n .orgs-help-dismiss:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#fff\", \"#d1d5da\", \"rgba(149,157,165,.15)\" */\n .signup-plan-card {\n background-color: #181818;\n border-color: #404040;\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* gist.github.com: \"#fff\", \"#79b8ff\", \"rgba(149,157,165,.2)\" */\n .signup-plan-card:hover {\n background-color: #181818;\n border-color: rgb(79, 140, 201);\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"hsla(0,0%,100%,.5)\" */\n .signup-btn:disabled {\n color: hsla(0, 0%, 0%, .5);\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .plan-category-tab[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"color: #fff !important\" */\n .plan-category-tab[aria-selected=true] .tab-title {\n color: #fff !important;\n }\n /* gist.github.com: \"#fff\" */\n .showcase-page-pattern::after {\n background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), #181818);\n }\n /* gist.github.com: \"#eee\" */\n .showcase-page-repo-list {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#ec6cb9\" */\n .sponsors-goal-progress-bar {\n background-color: #c49;\n }\n /* gist.github.com: \"#ffd33d\" */\n .sponsors-goal-completed-bar, .sponsors-goal-progress-bar:hover {\n background: linear-gradient(90deg, #cb4, #ea4aaa 17%, #b34bff 34%, #01feff 51%, #cb4 68%, #ea4aaa 85%, #b34bff);\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .sponsors-goals-avatar-border {\n background-color: #181818;\n border-color: #181818;\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\" */\n .business-sso .business-sso-panel, .business-sso .org-sso-panel,\n .org-sso .business-sso-panel, .org-sso .org-sso-panel {\n background-color: #181818;\n border-color: #343434;\n }\n /* gist.github.com: \"#d1d5da\" */\n .business-sso .sso-recovery-callout, .org-sso .sso-recovery-callout {\n border-color: #404040;\n }\n /* gist.github.com: \"none\", \"box-shadow: none\" */\n .tag-input input {\n background: none;\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .tag-input input:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #586069\", \"#eaeaea\", \"box-shadow: none\" */\n .team-label-ldap {\n color: #afafaf;\n border-color: #343434;\n box-shadow: none;\n }\n /* gist.github.com: \"#0366d6\", \"#f6f8fa\" */\n .team-member-ellipsis:hover {\n color: rgb(79, 140, 201);\n background-color: #222;\n }\n /* gist.github.com: \"#fafbfc\" */\n .team-listing .is-open.root-team {\n background-color: #181818;\n }\n /* gist.github.com: \"#0366d6\" */\n .token-scanning-reset-query:hover .token-scanning-reset-query-icon {\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#6a737d\" */\n .token-scanning-reset-query-icon {\n background-color: #444;\n }\n /* gist.github.com: \"#28a745\" */\n .traffic-graph path.total {\n stroke: #484;\n }\n /* gist.github.com: \"#005cc5\" */\n .traffic-graph path.unique {\n stroke: #4f8cc9;\n }\n /* gist.github.com: \"#28a745\" */\n .traffic-graph .axis .tick:first-of-type line, .traffic-graph .y line {\n stroke: #484;\n }\n /* gist.github.com: \"#005cc5\" */\n .traffic-graph .y.unique line, .uniques-graph .axis .tick:last-child line {\n stroke: #4f8cc9;\n }\n /* gist.github.com: \"color: #fff\" */\n .svg-tip .date {\n color: #fff;\n }\n /* gist.github.com: \"#f6f8fa\", \"#dfe2e5\" */\n table.capped-list th {\n background-color: #222;\n }\n /* gist.github.com: \"#eaecef\" */\n table.capped-list td, table.capped-list th {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"color: #444d56\" */\n table.capped-list .octicon {\n color: #afafaf;\n }\n /* gist.github.com: \"#fafbfc\" */\n table.capped-list tr:nth-child(2n) {\n background-color: #181818;\n }\n /* gist.github.com: \"#dfe2e5\" */\n .traffic-graph-stats {\n border-top-color: #343434;\n }\n /* gist.github.com: \"#28a745\" */\n .totals circle {\n fill: #484;\n }\n /* gist.github.com: \"#005cc5\" */\n .uniques circle {\n fill: #4f8cc9;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .tree-finder-input, .tree-finder-input:focus {\n box-shadow: none;\n }\n /* gist.github.com: \"#fff\" */\n .tree-browser-result[aria-selected=true] {\n background-color: #181818 !important;\n }\n /* gist.github.com: \"#0366d6\", \"none\" */\n .tree-browser-result[aria-selected=true] .octicon-chevron-right,\n .tree-browser-result mark {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"none\" */\n .toolbar-commenting .dropdown-item, .tree-browser-result mark {\n background: none;\n }\n /* gist.github.com: \"#0366d6\" */\n .toolbar-commenting .dropdown-item:focus,\n .toolbar-commenting .dropdown-item:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #586069\", \"none\" */\n .toolbar-item, .toolbar-item .menu-target {\n color: #afafaf;\n background: none;\n }\n /* gist.github.com: \"#0366d6\" */\n .toolbar-item .menu-target:focus, .toolbar-item .menu-target:hover,\n .toolbar-item:focus, .toolbar-item:hover {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #333\" */\n .typeahead-result {\n color: #bebebe;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .typeahead-result.navigation-focus, .typeahead-result:hover,\n .typeahead-result[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\" */\n .typeahead-result.navigation-focus .octicon-plus,\n .typeahead-result:hover .octicon-plus,\n .typeahead-result[aria-selected=true] .octicon-plus {\n color: #fff;\n }\n /* gist.github.com: \"color: #586069\" */\n .member-suggestion .already-member-note, .member-suggestion .member-name,\n .member-suggestion .non-member-action, .member-suggestion .non-member-note {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .member-suggestion.navigation-focus .already-member-note,\n .member-suggestion.navigation-focus .member-email,\n .member-suggestion.navigation-focus .member-name,\n .member-suggestion.navigation-focus .non-member-action,\n .member-suggestion.navigation-focus .non-member-note,\n .member-suggestion.navigation-focus .octicon,\n .member-suggestion:hover .already-member-note,\n .member-suggestion:hover .member-email,\n .member-suggestion:hover .member-name,\n .member-suggestion:hover .non-member-action,\n .member-suggestion:hover .non-member-note, .member-suggestion:hover .octicon,\n .member-suggestion[aria-selected=true] .already-member-note,\n .member-suggestion[aria-selected=true] .member-email,\n .member-suggestion[aria-selected=true] .member-name,\n .member-suggestion[aria-selected=true] .non-member-action,\n .member-suggestion[aria-selected=true] .non-member-note,\n .member-suggestion[aria-selected=true] .octicon {\n color: #fff;\n }\n /* gist.github.com: \"color: #586069\" */\n .team-suggestion .team-description, .team-suggestion .team-size {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .team-suggestion.navigation-focus .team-description,\n .team-suggestion.navigation-focus .team-size,\n .team-suggestion[aria-selected=true] .team-description,\n .team-suggestion[aria-selected=true] .team-size {\n color: #fff;\n }\n /* gist.github.com: \"color: #959da5\" */\n .email-suggestion .octicon-mail {\n color: #767676;\n }\n /* gist.github.com: \"color: #586069\" */\n .repo-access-add-team .team-description, .repo-access-add-team .team-size {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .repo-access-add-team.navigation-focus .team-description,\n .repo-access-add-team.navigation-focus .team-size,\n .repo-access-add-team[aria-selected=true] .team-description,\n .repo-access-add-team[aria-selected=true] .team-size {\n color: #fff;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .user-list-item + .user-list-item {\n border-top-color: #343434;\n }\n /* gist.github.com: \"color: #fff\", \"#cb2431\" */\n .follow-list .flagged-banner {\n color: #fff;\n background-color: #d82828;\n }\n /* gist.github.com: \"color: #586069\" */\n .follow-list .follow-list-info,\n .user-status-org-button .user-status-org-detail {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #fff\" */\n .user-status-org-button:focus .user-status-org-detail,\n .user-status-org-button:hover .user-status-org-detail {\n color: #fff;\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .user-status-org-button.selected {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\" */\n .user-status-org-button.selected .user-status-org-detail {\n color: #fff;\n }\n /* gist.github.com: \"#ffea7f\" */\n .user-status-limited-availability-compact {\n background-color: #542;\n }\n /* gist.github.com: \"color: #24292e\" */\n .user-status-message-wrapper {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#0366d6\" */\n .toggle-user-status-edit:focus .user-status-message-wrapper,\n .toggle-user-status-edit:hover .user-status-message-wrapper {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"rgba(149,157,165,.15)\" */\n .user-status-circle-badge-container:hover .user-status-circle-badge {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* gist.github.com: \"#fff\", \"#e1e4e8\", \"rgba(27,31,35,.04)\" */\n .user-status-circle-badge {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 1px 0 #000;\n }\n /* gist.github.com: \"none\" */\n .wiki-footer .markdown-body img {\n background: none;\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .ColorSwatch {\n border-color: rgba(220, 220, 220, .15);\n }\n /* gist.github.com: \"#2188ff\" */\n .hx_text-blue-light {\n color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#f1f8ff\" */\n .hx_avatar_stack_commit .AvatarStack-body {\n background-color: #182030;\n }\n /* gist.github.com: \"#fff\", \"#fff\" */\n .hx_flex-avatar-stack-item .avatar {\n border-color: #181818;\n background-color: #181818;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .hx_badge-search-container .hx_badge-input {\n box-shadow: none;\n }\n /* gist.github.com: \"box-shadow: none !important\" */\n .hx_badge-search-container .hx_badge-input:focus {\n box-shadow: none !important;\n }\n /* gist.github.com: \"color: #fff !important\", \"#0366d6\", \"#0366d6\" */\n .hx_badge[aria-pressed=true] {\n color: #fff !important;\n background-color: rgb(79, 140, 201) !important;\n border-color: rgb(79, 140, 201) !important;\n }\n /* gist.github.com: \"#fafbfc\" */\n @media (hover:hover) {\n .hx_menuitem--focus {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"rgba(115,92,15,.5)\" */\n .hx_color-repo-private-icon {\n color: rgba(204, 187, 68, .5);\n }\n /* gist.github.com: \"rgba(27,31,35,.15)\" */\n .hx_bg-black-fade-15 {\n background-color: rgba(220, 220, 220, .22);\n }\n /* gist.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n body:not(.intent-mouse) .hx_focus-input:focus + .hx_focus-target {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* gist.github.com: \"color: #959da5\" */\n .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled=true] {\n color: #767676;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .Box--responsive .Box-row--unread {\n box-shadow: none;\n }\n /* gist.github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .Box--responsive .Box-row--unread::before {\n color: #fff;\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n }\n /* gist.github.com: \"#e1e4e8\", \"#0366d6\" */\n @media (min-width:544px) {\n .Box--responsive {\n border-color: #343434;\n }\n .Box--responsive .Box-row--unread {\n box-shadow: inset 2px 0 0 rgb(79, 140, 201);\n }\n }\n /* gist.github.com: \"color: #6a737d\" */\n @media (max-width:767px) {\n .page-responsive .hx_rsm-close-button .octicon-x,\n .page-responsive .hx_rsm .close-button .octicon-x {\n color: #949494;\n }\n }\n /* gist.github.com: \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n .select-menu-modal {\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* gist.github.com: \"#fff\" */\n .select-menu-filters, .select-menu-header {\n background-color: #181818;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .preview-selected .tabnav--responsive {\n border-bottom-color: #343434;\n }\n /* gist.github.com: \"#fafbfc\", \"#e1e4e8\", \"#fff\" */\n @media (max-width:767px) {\n .tabnav--responsive .tabnav-tab {\n background-color: #181818;\n border-color: #343434;\n }\n .tabnav--responsive .tabnav-tab:first-child {\n border-left-color: #343434;\n }\n .tabnav--responsive .tabnav-tab.selected,\n .tabnav--responsive .tabnav-tab[aria-selected=true] {\n background-color: #181818;\n }\n }\n /* gist.github.com: \"#e1e4e8\" */\n @media (max-width:767px) {\n .hx_sm-hide-drag-drop textarea {\n border-bottom-color: #343434;\n }\n }\n /* gist.github.com: \"#586069\" */\n .Toast--loading .Toast-icon {\n background-color: #343434;\n }\n /* gist.github.com: \"initial\" */\n .autocomplete-item {\n background-color: initial;\n }\n /* gist.github.com: \"#fff\" */\n .details-overlay[open] > .dropdown-item:hover {\n background-color: #181818;\n }\n /* gist.github.com: \"color: #959da5\" */\n .radio-label .octicon {\n color: #767676;\n }\n /* gist.github.com: \"color: #6a737d\", \"#eff3f6\" */\n .radio-input:disabled + .radio-label {\n color: #949494;\n background-color: #242424;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .BorderGrid-cell, .drag-and-drop {\n border-color: #343434;\n }\n /* gist.github.com: \"color: #6a737d\" */\n .flash .btn .octicon {\n color: #949494;\n }\n /* gist.github.com: \"#f3f4f6\" */\n .form-group .form-control[disabled], .form-group .form-select[disabled] {\n background-color: #242424;\n }\n /* gist.github.com: \"#735c0f\", \"#f9c513\" */\n .Label--outline.bg-yellow-light {\n color: #bba257;\n border-color: #cb4;\n }\n /* gist.github.com: \"#0366d6\", \"#0366d6\" */\n .label.bg-blue {\n color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .signed-commit-badge-large, .signed-commit-badge-medium,\n .signed-commit-badge-small, .timeline-comment-label {\n border-color: #343434;\n }\n /* gist.github.com: \"#0366d6\" */\n .delete-topic-button, .topic-tag, .topic-tag-action,\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button {\n color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"#e1e4e8\" */\n .timeline-comment, .timeline-comment-header {\n border-color: #343434;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .branch-action-item.border-gray-dark {\n border-color: #343434 !important;\n }\n /* gist.github.com: \"#e1e4e8\" */\n .branch-action-body, .branch-action-state-closed-dirty .branch-action-body,\n .branch-action-state-dirty .branch-action-body,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body {\n border-color: #343434;\n }\n /* gist.github.com: \"box-shadow: none\" */\n .notification-list-item-actions .btn {\n box-shadow: none;\n }\n /* gist.github.com: \"#f9826c\" */\n .pagehead-tabs-item.selected, .reponav-item.selected {\n border-top-color: #fff;\n }\n /* gist.github.com: \"#28a745\" */\n .branch-action-state-clean .branch-action-icon,\n .completeness-indicator-success {\n background-color: #484;\n }\n /* gist.github.com: \"color: #24292e\" */\n .gisthead .pagehead-actions .octicon-mute {\n color: #cdcdcd;\n }\n /* gist.github.com: \"#0366d6\" */\n .gist-snippet .file-box:hover .file {\n border-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"color: #fff\", \"#0366d6\" */\n .gist-snippet .link-overlay .link {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* gist.github.com: \"none\" */\n .btn-secret.selected, .btn-secret:active {\n background-image: none;\n }\n /* gist.github.com: \"rgba(115,92,15,.5)\" */\n .page-gist-edit .octicon-gist-secret {\n color: rgba(204, 187, 68, .5);\n }\n /* gist.github.com: \"color: #fff\" */\n .gist-dropzone-pill {\n color: #fff;\n }\n /* gist.github.com: \"color: #586069\" */\n .gist-revisions-list .gist-revision-meta {\n color: #afafaf;\n }\n /* gist.github.com: \"none\" */\n .user-list li em {\n background: none;\n }\n /* gist.github.com: \"color: #fff\", \"#28a745\" */\n .user-list li .actions .status-modified {\n color: #fff;\n background-color: #484;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .gistsearch-aside .filter-list li span.bar {\n background-color: #222;\n }\n /* gist.github.com: \"#fff\", \"#d1d5da\" */\n .gist-quicksearch-results {\n background-color: #181818;\n border-color: #404040;\n }\n /* gist.github.com: \"#d1d5da\" */\n .gist-quicksearch-results .gist-quicksearch-result-group {\n border-top-color: #404040;\n }\n /* gist.github.com: \"color: #6a737d\", \"#f6f8fa\", \"#d1d5da\" */\n .gist-quicksearch-results .gist-quicksearch-result-header {\n color: #949494;\n background-color: #222;\n border-right-color: #404040;\n }\n /* gist.github.com: \"#f6f8fa\" */\n .gist-quicksearch-results .select-menu-item {\n border-bottom-color: #202020;\n }\n /* gist.github.com: \"color: rgba(27,31,35,.3)\" */\n .gist-quicksearch-results .select-menu-item .octicon-gist {\n color: rgba(230, 230, 230, .3);\n }\n /* gist.github.com: \"rgba(115,92,15,.5)\" */\n .gist-quicksearch-results .select-menu-item .octicon-gist-secret {\n color: rgba(204, 187, 68, .5);\n }\n /* gist.github.com: \"color: #6a737d\" */\n .gist-quicksearch-results .select-menu-item h4,\n .gist-quicksearch-results .select-menu-item span {\n color: #949494;\n }\n /* gist.github.com: \"color: #fff\" */\n .gist-quicksearch-results .select-menu-item.navigation-focus h4,\n .gist-quicksearch-results .select-menu-item.navigation-focus span,\n .gist-quicksearch-results .select-menu-item[aria-selected=true] h4,\n .gist-quicksearch-results .select-menu-item[aria-selected=true] span {\n color: #fff;\n }\n /* gist.github.com: \"color: #959da5\" */\n .gist-quicksearch-results .gist-quicksearch-no-results {\n color: #767676;\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\",\"#fff\", \"#fff\" */\n .gist-banner {\n background-image: linear-gradient(180deg, transparent 30%, #181818), linear-gradient(70deg, #e0f1ff 32%, #fffae3);\n border-bottom-color: #181818;\n }\n /* gist.github.com: \"hsla(0,0%,100%,0)\" */\n .gist-banner.gist-detail-intro {\n background-image: linear-gradient(180deg, transparent 30%, #fafafa), linear-gradient(70deg, #e0f1ff 32%, #fffae3);\n }\n /* gist.github.com: \"color: #444d56\" */\n .keyboard-mappings {\n color: #afafaf;\n }\n /* gist.github.com: \"color: #24292e\" */\n .keyboard-mappings th {\n color: #cdcdcd;\n }\n /* gist.github.com: \"color: #586069\" */\n .keyboard-mappings .keys {\n color: #afafaf;\n }\n /* end gist.github.com rules */\n /* begin github-mobile rules */\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border {\n border-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-top {\n border-top-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-right {\n border-right-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .border-left {\n border-left-color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:544px) {\n body[class=\"page-responsive\"] .border-sm {\n border-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-sm-top {\n border-top-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-sm-right {\n border-right-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:768px) {\n body[class=\"page-responsive\"] .border-md {\n border-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-md-top {\n border-top-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-md-right {\n border-right-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1012px) {\n body[class=\"page-responsive\"] .border-lg {\n border-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-lg-top {\n border-top-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-lg-right {\n border-right-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* github-mobile: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1280px) {\n body[class=\"page-responsive\"] .border-xl {\n border-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-xl-top {\n border-top-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-xl-right {\n border-right-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n body[class=\"page-responsive\"] .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .border-blue {\n border-color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"#c8e1ff\" */\n body[class=\"page-responsive\"] .border-blue-light {\n border-color: #246 !important;\n }\n /* github-mobile: \"#34d058\" */\n body[class=\"page-responsive\"] .border-green {\n border-color: #373 !important;\n }\n /* github-mobile: \"#a2cbac\" */\n body[class=\"page-responsive\"] .border-green-light {\n border-color: #040 !important;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .border-red {\n border-color: #d82828 !important;\n }\n /* github-mobile: \"#f97583\" */\n body[class=\"page-responsive\"] .border-red-light {\n border-color: #f88 !important;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .border-purple {\n border-color: #9378ba !important;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .border-yellow {\n border-color: #cb4 !important;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .border-gray-light {\n border-color: #343434 !important;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .border-gray-dark {\n border-color: #404040 !important;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* github-mobile: \"hsla(0,0%,100%,.5)\" */\n body[class=\"page-responsive\"] .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* github-mobile: \"rgba(27,31,35,.04)\" */\n body[class=\"page-responsive\"] .box-shadow {\n box-shadow: 0 1px 0 #000 !important;\n }\n /* github-mobile: \"rgba(149,157,165,.15)\" */\n body[class=\"page-responsive\"] .box-shadow-medium {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15) !important;\n }\n /* github-mobile: \"rgba(149,157,165,.2)\" */\n body[class=\"page-responsive\"] .box-shadow-large {\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2) !important;\n }\n /* github-mobile: \"rgba(149,157,165,.3)\" */\n body[class=\"page-responsive\"] .box-shadow-extra-large {\n box-shadow: 0 12px 48px rgba(0, 0, 0, .3) !important;\n }\n /* github-mobile: \"box-shadow: none !important\" */\n body[class=\"page-responsive\"] .box-shadow-none {\n box-shadow: none !important;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .bg-white {\n background-color: #181818 !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .bg-blue {\n background-color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"#f1f8ff\" */\n body[class=\"page-responsive\"] .bg-blue-light {\n background-color: #182030 !important;\n }\n /* github-mobile: \"#24292e\" */\n body[class=\"page-responsive\"] .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .bg-gray {\n background-color: #222 !important;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .bg-gray-light {\n background-color: #181818 !important;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .bg-green {\n background-color: #484 !important;\n }\n /* github-mobile: \"#dcffe4\" */\n body[class=\"page-responsive\"] .bg-green-light {\n background-color: #002800 !important;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .bg-red {\n background-color: #d82828 !important;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .bg-red-light {\n background-color: #300 !important;\n }\n /* github-mobile: \"#ffd33d\" */\n body[class=\"page-responsive\"] .bg-yellow {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#fff5b1\" */\n body[class=\"page-responsive\"] .bg-yellow-light {\n background-color: #651 !important;\n }\n /* github-mobile: \"#dbab09\" */\n body[class=\"page-responsive\"] .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .bg-purple {\n background-color: #9378ba !important;\n }\n /* github-mobile: \"#f5f0ff\" */\n body[class=\"page-responsive\"] .bg-purple-light {\n background-color: #213 !important;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .bg-gray-1 {\n background-color: #222 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .color-gray-2 {\n color: #343434 !important;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .color-gray-3 {\n color: #404040 !important;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* github-mobile: \"color: #959da5 !important\" */\n body[class=\"page-responsive\"] .color-gray-4 {\n color: #767676 !important;\n }\n /* github-mobile: \"color: #6a737d !important\" */\n body[class=\"page-responsive\"] .color-gray-5 {\n color: #949494 !important;\n }\n /* github-mobile: \"#6a737d\" */\n body[class=\"page-responsive\"] .bg-gray-5 {\n background-color: #444 !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .color-gray-6 {\n color: #afafaf !important;\n }\n /* github-mobile: \"#586069\" */\n body[class=\"page-responsive\"] .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* github-mobile: \"color: #444d56 !important\" */\n body[class=\"page-responsive\"] .color-gray-7 {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #2f363d !important\" */\n body[class=\"page-responsive\"] .color-gray-8 {\n color: #bebebe !important;\n }\n /* github-mobile: \"#2f363d\" */\n body[class=\"page-responsive\"] .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* github-mobile: \"color: #24292e !important\" */\n body[class=\"page-responsive\"] .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* github-mobile: \"#24292e\" */\n body[class=\"page-responsive\"] .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* github-mobile: \"#dbedff\" */\n body[class=\"page-responsive\"] .bg-blue-0,\n body[class=\"page-responsive\"] .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* github-mobile: \"#c8e1ff\" */\n body[class=\"page-responsive\"] .color-blue-2 {\n color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"#c8e1ff\" */\n body[class=\"page-responsive\"] .bg-blue-2 {\n background-color: #246 !important;\n }\n /* github-mobile: \"#79b8ff\" */\n body[class=\"page-responsive\"] .color-blue-3 {\n color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"#79b8ff\" */\n body[class=\"page-responsive\"] .bg-blue-3 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"#2188ff\" */\n body[class=\"page-responsive\"] .color-blue-4 {\n color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"#2188ff\" */\n body[class=\"page-responsive\"] .bg-blue-4 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .color-blue-5 {\n color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .bg-blue-5 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"#005cc5\" */\n body[class=\"page-responsive\"] .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* github-mobile: \"#005cc5\" */\n body[class=\"page-responsive\"] .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* github-mobile: \"#044289\" */\n body[class=\"page-responsive\"] .color-blue-7 {\n color: rgba(79, 140, 201, .5) !important;\n }\n /* github-mobile: \"#044289\" */\n body[class=\"page-responsive\"] .bg-blue-7 {\n background-color: rgba(79, 140, 201, .5) !important;\n }\n /* github-mobile: \"color: #032f62 !important\" */\n body[class=\"page-responsive\"] .color-blue-8 {\n color: #9daccc !important;\n }\n /* github-mobile: \"#032f62\" */\n body[class=\"page-responsive\"] .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* github-mobile: \"color: #05264c !important\" */\n body[class=\"page-responsive\"] .color-blue-9 {\n color: #bebebe !important;\n }\n /* github-mobile: \"#05264c\" */\n body[class=\"page-responsive\"] .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* github-mobile: \"#f0fff4\" */\n body[class=\"page-responsive\"] .color-green-0 {\n color: #002800 !important;\n }\n /* github-mobile: \"#f0fff4\" */\n body[class=\"page-responsive\"] .bg-green-0 {\n background-color: #002800 !important;\n }\n /* github-mobile: \"#dcffe4\" */\n body[class=\"page-responsive\"] .color-green-1 {\n color: #002800 !important;\n }\n /* github-mobile: \"#dcffe4\" */\n body[class=\"page-responsive\"] .bg-green-1 {\n background-color: #002800 !important;\n }\n /* github-mobile: \"#34d058\" */\n body[class=\"page-responsive\"] .color-green-4 {\n color: #373 !important;\n }\n /* github-mobile: \"#34d058\" */\n body[class=\"page-responsive\"] .bg-green-4 {\n background-color: #373 !important;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .color-green-5 {\n color: #484 !important;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .bg-green-5 {\n background-color: #484 !important;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .color-green-6 {\n color: #6cc644 !important;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* github-mobile: \"#165c26\" */\n body[class=\"page-responsive\"] .color-green-8 {\n color: #6cc644 !important;\n }\n /* github-mobile: \"#165c26\" */\n body[class=\"page-responsive\"] .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* github-mobile: \"#144620\" */\n body[class=\"page-responsive\"] .color-green-9 {\n color: #6cc644 !important;\n }\n /* github-mobile: \"#144620\" */\n body[class=\"page-responsive\"] .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* github-mobile: \"#fffdef\" */\n body[class=\"page-responsive\"] .color-yellow-0 {\n color: #261d08 !important;\n }\n /* github-mobile: \"#fffdef\" */\n body[class=\"page-responsive\"] .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* github-mobile: \"#fffbdd\" */\n body[class=\"page-responsive\"] .color-yellow-1 {\n color: #261d08 !important;\n }\n /* github-mobile: \"#fffbdd\" */\n body[class=\"page-responsive\"] .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* github-mobile: \"#fff5b1\" */\n body[class=\"page-responsive\"] .color-yellow-2 {\n color: #651 !important;\n }\n /* github-mobile: \"#fff5b1\" */\n body[class=\"page-responsive\"] .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* github-mobile: \"#ffea7f\" */\n body[class=\"page-responsive\"] .color-yellow-3 {\n color: #542 !important;\n }\n /* github-mobile: \"#ffea7f\" */\n body[class=\"page-responsive\"] .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* github-mobile: \"#ffd33d\" */\n body[class=\"page-responsive\"] .color-yellow-5 {\n color: #cb4 !important;\n }\n /* github-mobile: \"#ffd33d\" */\n body[class=\"page-responsive\"] .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .color-yellow-6 {\n color: #cb4 !important;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#dbab09\" */\n body[class=\"page-responsive\"] .color-yellow-7 {\n color: #cb4 !important;\n }\n /* github-mobile: \"#dbab09\" */\n body[class=\"page-responsive\"] .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#b08800\" */\n body[class=\"page-responsive\"] .color-yellow-8 {\n color: #cb4 !important;\n }\n /* github-mobile: \"#b08800\" */\n body[class=\"page-responsive\"] .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* github-mobile: \"#735c0f\" */\n body[class=\"page-responsive\"] .color-yellow-9 {\n color: #bba257 !important;\n }\n /* github-mobile: \"#735c0f\" */\n body[class=\"page-responsive\"] .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* github-mobile: \"#fb8532\" */\n body[class=\"page-responsive\"] .color-orange-4 {\n color: #fb8532 !important;\n }\n /* github-mobile: \"#fb8532\" */\n body[class=\"page-responsive\"] .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* github-mobile: \"#e36209\" */\n body[class=\"page-responsive\"] .color-orange-6 {\n color: #fb8532 !important;\n }\n /* github-mobile: \"#e36209\" */\n body[class=\"page-responsive\"] .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* github-mobile: \"#d15704\" */\n body[class=\"page-responsive\"] .color-orange-7 {\n color: #f3582c !important;\n }\n /* github-mobile: \"#d15704\" */\n body[class=\"page-responsive\"] .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* github-mobile: \"#a04100\" */\n body[class=\"page-responsive\"] .color-orange-9 {\n color: #f3582c !important;\n }\n /* github-mobile: \"#a04100\" */\n body[class=\"page-responsive\"] .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .color-red-0 {\n color: #300 !important;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .bg-red-0 {\n background-color: #300 !important;\n }\n /* github-mobile: \"#ffdce0\" */\n body[class=\"page-responsive\"] .color-red-1 {\n color: #300 !important;\n }\n /* github-mobile: \"#ffdce0\" */\n body[class=\"page-responsive\"] .bg-red-1 {\n background-color: #300 !important;\n }\n /* github-mobile: \"#f97583\" */\n body[class=\"page-responsive\"] .color-red-3 {\n color: #f88 !important;\n }\n /* github-mobile: \"#f97583\" */\n body[class=\"page-responsive\"] .bg-red-3 {\n background-color: #f88 !important;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .color-red-5 {\n color: #d82828 !important;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .color-red-6 {\n color: #d82828 !important;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* github-mobile: \"#86181d\" */\n body[class=\"page-responsive\"] .color-red-9 {\n color: #d82828 !important;\n }\n /* github-mobile: \"#86181d\" */\n body[class=\"page-responsive\"] .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* github-mobile: \"#f5f0ff\" */\n body[class=\"page-responsive\"] .color-purple-0 {\n color: #213 !important;\n }\n /* github-mobile: \"#f5f0ff\" */\n body[class=\"page-responsive\"] .bg-purple-0 {\n background-color: #213 !important;\n }\n /* github-mobile: \"#8a63d2\" */\n body[class=\"page-responsive\"] .color-purple-4 {\n color: #53387a !important;\n }\n /* github-mobile: \"#8a63d2\" */\n body[class=\"page-responsive\"] .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .color-purple-5 {\n color: #9378ba !important;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* github-mobile: \"#ffeef8\" */\n body[class=\"page-responsive\"] .color-pink-0 {\n color: #170711 !important;\n }\n /* github-mobile: \"#ffeef8\" */\n body[class=\"page-responsive\"] .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* github-mobile: \"#ec6cb9\" */\n body[class=\"page-responsive\"] .color-pink-4 {\n color: #c49 !important;\n }\n /* github-mobile: \"#ec6cb9\" */\n body[class=\"page-responsive\"] .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* github-mobile: \"#99306f\" */\n body[class=\"page-responsive\"] .color-pink-8 {\n color: #e6b !important;\n }\n /* github-mobile: \"#99306f\" */\n body[class=\"page-responsive\"] .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .text-blue {\n color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .text-red {\n color: #d82828 !important;\n }\n /* github-mobile: \"color: #6a737d !important\" */\n body[class=\"page-responsive\"] .text-gray-light {\n color: #949494 !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .text-gray {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #24292e !important\" */\n body[class=\"page-responsive\"] .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .text-green {\n color: #6cc644 !important;\n }\n /* github-mobile: \"#b08800\" */\n body[class=\"page-responsive\"] .text-yellow {\n color: #cb4 !important;\n }\n /* github-mobile: \"#a04100\" */\n body[class=\"page-responsive\"] .text-orange {\n color: #f3582c !important;\n }\n /* github-mobile: \"#e36209\" */\n body[class=\"page-responsive\"] .text-orange-light {\n color: #fb8532 !important;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .text-purple {\n color: #9378ba !important;\n }\n /* github-mobile: \"color: #fff !important\" */\n body[class=\"page-responsive\"] .text-white {\n color: #fff !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .link-gray {\n color: #afafaf !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .link-gray:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"color: #24292e !important\" */\n body[class=\"page-responsive\"] .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .link-gray-dark:hover,\n body[class=\"page-responsive\"] .link-hover-blue:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .muted-link {\n color: #afafaf !important;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .muted-link:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* github-mobile: \"transparent\" */\n body[class=\"page-responsive\"] .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .lead {\n color: #afafaf;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .text-emphasized {\n color: #cdcdcd;\n }\n /* github-mobile: \"hsla(0,0%,100%,.5)\" */\n body[class=\"page-responsive\"] .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* github-mobile: \"color: #24292e\", \"#fff\", \"#e1e4e8\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n body[class=\"page-responsive\"] .form-control,\n body[class=\"page-responsive\"] .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #343434;\n box-shadow: none;\n }\n /* github-mobile: \"#0366d6\", \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n body[class=\"page-responsive\"] .form-control.focus,\n body[class=\"page-responsive\"] .form-control:focus,\n body[class=\"page-responsive\"] .form-select.focus,\n body[class=\"page-responsive\"] .form-select:focus {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 0 3px rgba(79, 140, 201, .3);\n }\n /* github-mobile: \"color: #959da5\", \"#f3f4f6\" */\n body[class=\"page-responsive\"] .form-control[disabled],\n body[class=\"page-responsive\"] .form-select[disabled] {\n color: #767676;\n background-color: #242424;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .input-contrast,\n body[class=\"page-responsive\"] .input-contrast:focus {\n background-color: #181818;\n }\n /* github-mobile: \"color: #fff\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .input-dark {\n color: #fff;\n box-shadow: none;\n }\n /* github-mobile: \"rgba(27,31,35,.3)\" */\n body[class=\"page-responsive\"] .input-dark.focus,\n body[class=\"page-responsive\"] .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] ::-webkit-input-placeholder {\n color: #949494;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] ::placeholder {\n color: #949494;\n }\n /* github-mobile: \"#fffbdd\" */\n body[class=\"page-responsive\"] .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .form-checkbox .note,\n body[class=\"page-responsive\"] .hfields .form-group .form-group-header label,\n body[class=\"page-responsive\"] .hfields .form-group dt label {\n color: #afafaf;\n }\n /* github-mobile: \"#735c0f\", \"#fffbdd\", \"#f9c513\" */\n body[class=\"page-responsive\"] .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #cb4;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .form-group .form-control,\n body[class=\"page-responsive\"] .form-group .form-control:focus,\n body[class=\"page-responsive\"] .form-select {\n background-color: #181818;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .form-group .form-group-body h4.is-error,\n body[class=\"page-responsive\"] .form-group dd h4.is-error {\n color: #d82828;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .form-group .form-group-body h4.is-success,\n body[class=\"page-responsive\"] .form-group dd h4.is-success {\n color: #6cc644;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .form-group.required .form-group-header label::after,\n body[class=\"page-responsive\"] .form-group.required dt label::after {\n color: #d82828;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .form-group.successful .success {\n color: #6cc644;\n }\n /* github-mobile: \"#144620\", \"#dcffe4\", \"#34d058\" */\n body[class=\"page-responsive\"] .form-group.successed .success {\n color: #6cc644;\n background-color: #002800;\n border-color: #373;\n }\n /* github-mobile: \"#dcffe4\" */\n body[class=\"page-responsive\"] .form-group.successed .success::after {\n border-bottom-color: #002800;\n }\n /* github-mobile: \"#34d058\" */\n body[class=\"page-responsive\"] .form-group.successed .success::before {\n border-bottom-color: #373;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .form-group.warn .form-control {\n border-color: #cb4;\n }\n /* github-mobile: \"#fff5b1\", \"#f9c513\" */\n body[class=\"page-responsive\"] .form-group.warn .warning {\n background-color: #651;\n border-color: #cb4;\n }\n /* github-mobile: \"#fff5b1\" */\n body[class=\"page-responsive\"] .form-group.warn .warning::after {\n border-bottom-color: #651;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .form-group.warn .warning::before {\n border-bottom-color: #cb4;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .form-group.errored .form-control {\n border-color: #d82828;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .form-group.errored label {\n color: #d82828;\n }\n /* github-mobile: \"#ffeef0\", \"#f97583\" */\n body[class=\"page-responsive\"] .form-group.errored .error {\n background-color: #300;\n border-color: #f88;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* github-mobile: \"#f97583\" */\n body[class=\"page-responsive\"] .form-group.errored .error::before {\n border-bottom-color: #f88;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .note {\n color: #afafaf;\n }\n /* github-mobile: \"initial\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .label, body[class=\"page-responsive\"] .Label {\n background-color: initial !important;\n border-color: #343434;\n }\n /* github-mobile: \"color: #586069\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Label--gray,\n body[class=\"page-responsive\"] .Label--outline {\n color: #afafaf;\n border-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .Label--gray-darker {\n color: #cdcdcd;\n }\n /* github-mobile: \"#735c0f\", \"#f9c513\" */\n body[class=\"page-responsive\"] .Label--yellow {\n color: #bba257;\n border-color: #cb4;\n }\n /* github-mobile: \"#cb2431\", \"#cb2431\" */\n body[class=\"page-responsive\"] .Label--red {\n color: #d82828;\n border-color: #d82828;\n }\n /* github-mobile: \"#22863a\", \"#28a745\" */\n body[class=\"page-responsive\"] .Label--green,\n body[class=\"page-responsive\"] .Label--outline-green {\n color: #6cc644;\n border-color: #484;\n }\n /* github-mobile: \"#0366d6\", \"#0366d6\" */\n body[class=\"page-responsive\"] .Label--blue {\n color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* github-mobile: \"#6f42c1\", \"#8a63d2\" */\n body[class=\"page-responsive\"] .Label--purple {\n color: #9378ba;\n border-color: #53387a;\n }\n /* github-mobile: \"#ec6cb9\" */\n body[class=\"page-responsive\"] .Label--pink {\n border-color: #c49;\n }\n /* github-mobile: \"color: #fff\", \"#6a737d\" */\n body[class=\"page-responsive\"] .state, body[class=\"page-responsive\"] .State {\n color: #fff;\n background-color: #444;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .State--green {\n background-color: #484;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .State--red {\n background-color: #d82828;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .State--purple {\n background-color: #9378ba;\n }\n /* github-mobile: \"color: #24292e\", \"rgba(209,213,218,.5)\" */\n body[class=\"page-responsive\"] .Counter {\n color: #cdcdcd;\n background-color: rgba(90, 90, 90, .5);\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .Counter--gray-light {\n color: #949494;\n }\n /* github-mobile: \"color: #fff\", \"#6a737d\" */\n body[class=\"page-responsive\"] .Counter--gray {\n color: #fff;\n background-color: #444;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .diffstat {\n color: #afafaf;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .diffstat-block-deleted {\n background-color: #d82828;\n }\n /* github-mobile: \"#2cbe4e\" */\n body[class=\"page-responsive\"] .diffstat-block-added {\n background-color: #373;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .diffstat-block-neutral {\n background-color: #404040;\n }\n /* github-mobile: \"#fff\", \"hsla(0,0%,100%,.8)\" */\n body[class=\"page-responsive\"] .avatar-child {\n background-color: #181818;\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* github-mobile: \"#fff\", \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n body[class=\"page-responsive\"] .dropdown-menu {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .dropdown-item {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\" */\n body[class=\"page-responsive\"] .dropdown-item:focus,\n body[class=\"page-responsive\"] .dropdown-item:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] .dropdown-signout {\n background: none;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .dropdown-divider {\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .dropdown-header {\n color: #afafaf;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .dropdown-menu-w::before {\n border-color: transparent transparent transparent rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .dropdown-menu-w::after {\n border-color: transparent transparent transparent #181818;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .dropdown-menu-e::before {\n border-color: transparent rgba(220, 220, 220, .15) transparent transparent;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .dropdown-menu-e::after {\n border-color: transparent #181818 transparent transparent;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .dropdown-menu-ne::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .dropdown-menu-ne::after {\n border-top-color: #181818;\n }\n /* github-mobile: \"color: #fff\", \"#2f363d\", \"#444d56\", \"rgba(149,157,165,.2)\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark {\n color: #fff;\n background-color: #282828;\n border-color: #484848;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github-mobile: \"#444d56\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark::before {\n border-bottom-color: #484848;\n }\n /* github-mobile: \"#2f363d\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark::after {\n border-bottom-color: #282828;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark .dropdown-header {\n color: #404040;\n }\n /* github-mobile: \"#444d56\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark .dropdown-divider {\n border-top-color: #484848;\n }\n /* github-mobile: \"#444d56\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-w::before {\n border-color: transparent transparent transparent #484848;\n }\n /* github-mobile: \"#2f363d\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-w::after {\n border-color: transparent transparent transparent #282828;\n }\n /* github-mobile: \"#444d56\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-e::before {\n border-color: transparent #484848 transparent transparent;\n }\n /* github-mobile: \"#2f363d\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-e::after {\n border-color: transparent #282828 transparent transparent;\n }\n /* github-mobile: \"#444d56\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-ne::before {\n border-color: #484848 transparent transparent;\n }\n /* github-mobile: \"#2f363d\" */\n body[class=\"page-responsive\"] .dropdown-menu-dark.dropdown-menu-ne::after {\n border-color: #282828 transparent transparent;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #24292e\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .subnav-item {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .subnav-item:focus,\n body[class=\"page-responsive\"] .subnav-item:hover {\n background-color: #222;\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\", \"#005cc5\" */\n body[class=\"page-responsive\"] .subnav-item.selected,\n body[class=\"page-responsive\"] .subnav-item[aria-current]:not([aria-current=false]),\n body[class=\"page-responsive\"] .subnav-item[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: #4f8cc9;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .subnav-search-input {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .subnav-search-icon {\n color: #767676;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .subnav-search-context .btn {\n color: #afafaf;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .UnderlineNav {\n box-shadow: inset 0 -1px 0 #343434;\n }\n /* github-mobile: \"color: #1b1f23\", \"initial\", \"rgba(209,213,218,0)\" */\n body[class=\"page-responsive\"] .UnderlineNav-item {\n color: #dcdcdc;\n background-color: initial;\n border-bottom-color: transparent;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .UnderlineNav-item:focus,\n body[class=\"page-responsive\"] .UnderlineNav-item:hover {\n border-bottom-color: #404040;\n }\n /* github-mobile: \"#f9826c\" */\n body[class=\"page-responsive\"] .UnderlineNav-item.selected,\n body[class=\"page-responsive\"] .UnderlineNav-item[aria-current]:not([aria-current=false]),\n body[class=\"page-responsive\"] .UnderlineNav-item[role=tab][aria-selected=true] {\n border-bottom-color: #fff;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .UnderlineNav-item.selected .UnderlineNav-octicon,\n body[class=\"page-responsive\"] .UnderlineNav-item[aria-current]:not([aria-current=false]) .UnderlineNav-octicon,\n body[class=\"page-responsive\"] .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .UnderlineNav-octicon {\n color: #767676;\n }\n /* github-mobile: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .markdown-body .absent {\n color: #d82828;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .markdown-body hr {\n background-color: #343434;\n }\n /* github-mobile: \"color: #6a737d\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* github-mobile: \"color: #1b1f23\" */\n body[class=\"page-responsive\"] .markdown-body h1 .octicon-link,\n body[class=\"page-responsive\"] .markdown-body h2 .octicon-link,\n body[class=\"page-responsive\"] .markdown-body h3 .octicon-link,\n body[class=\"page-responsive\"] .markdown-body h4 .octicon-link,\n body[class=\"page-responsive\"] .markdown-body h5 .octicon-link,\n body[class=\"page-responsive\"] .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .markdown-body h1,\n body[class=\"page-responsive\"] .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .markdown-body h6 {\n color: #949494;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .markdown-body table td,\n body[class=\"page-responsive\"] .markdown-body table th {\n border-color: #343434;\n }\n /* github-mobile: \"#fff\", \"#c6cbd1\" */\n body[class=\"page-responsive\"] .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .markdown-body table img {\n background-color: initial;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .markdown-body img {\n background-color: #181818;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .markdown-body .emoji {\n background-color: initial;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* github-mobile: \"rgba(27,31,35,.05)\" */\n body[class=\"page-responsive\"] .markdown-body code,\n body[class=\"page-responsive\"] .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* github-mobile: \"transparent\" */\n body[class=\"page-responsive\"] .markdown-body pre > code {\n background-color: transparent;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .markdown-body pre code,\n body[class=\"page-responsive\"] .markdown-body pre tt {\n background-color: initial;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .markdown-body .csv-data th {\n background-color: #222;\n }\n /* github-mobile: \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Box {\n background-color: #181818;\n border-color: #343434;\n }\n /* github-mobile: \"#f6f8fa\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Box-header {\n background-color: #222;\n border-color: #343434;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Box-body {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Box-row {\n border-top-color: #343434;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .Box-row.Box-row--unread,\n body[class=\"page-responsive\"] .Box-row.unread {\n box-shadow: inset 2px 0 0 rgb(79, 140, 201);\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .Box-row.navigation-focus .Box-row--drag-button {\n color: rgb(79, 140, 201);\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .Box-row--focus-gray.navigation-focus,\n body[class=\"page-responsive\"] .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* github-mobile: \"#f1f8ff\" */\n body[class=\"page-responsive\"] .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* github-mobile: \"#f1f8ff\" */\n body[class=\"page-responsive\"] .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* github-mobile: \"color: #24292e\", \"#0366d6\" */\n @media (min-width:768px) {\n body[class=\"page-responsive\"] .Box-row-link {\n color: #cdcdcd;\n }\n body[class=\"page-responsive\"] .Box-row-link:hover {\n color: rgb(79, 140, 201);\n }\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .Box-footer {\n border-top-color: #343434;\n }\n /* github-mobile: \"#c8e1ff\" */\n body[class=\"page-responsive\"] .Box--blue {\n border-color: #246;\n }\n /* github-mobile: \"#f1f8ff\", \"#c8e1ff\" */\n body[class=\"page-responsive\"] .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* github-mobile: \"#c8e1ff\" */\n body[class=\"page-responsive\"] .Box--blue .Box-body,\n body[class=\"page-responsive\"] .Box--blue .Box-footer,\n body[class=\"page-responsive\"] .Box--blue .Box-row {\n border-color: #246;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .Box--danger,\n body[class=\"page-responsive\"] .Box--danger .Box-body:last-of-type,\n body[class=\"page-responsive\"] .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* github-mobile: \"#f1f8ff\", \"#c8e1ff\" */\n body[class=\"page-responsive\"] .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* github-mobile: \"#fffbdd\" */\n body[class=\"page-responsive\"] .Box-row--yellow {\n background-color: #261d08;\n }\n /* github-mobile: \"#f1f8ff\" */\n body[class=\"page-responsive\"] .Box-row--blue {\n background-color: #182030;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .Box-row--gray {\n background-color: #222;\n }\n /* github-mobile: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n body[class=\"page-responsive\"] kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .btn .octicon {\n color: #949494;\n }\n /* github-mobile: \"rgba(27,31,35,.08)\" */\n body[class=\"page-responsive\"] .btn .Counter {\n background-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"color: #24292e\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n body[class=\"page-responsive\"] .btn {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github-mobile: \"#f3f4f6\" */\n body[class=\"page-responsive\"] .btn.hover,\n body[class=\"page-responsive\"] .btn:hover,\n body[class=\"page-responsive\"] [open] > .btn {\n background-color: #242424;\n }\n /* github-mobile: \"#edeff2\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n body[class=\"page-responsive\"] .btn.selected,\n body[class=\"page-responsive\"] .btn:active,\n body[class=\"page-responsive\"] .btn[aria-selected=true] {\n background-color: #343434;\n box-shadow: none;\n }\n /* github-mobile: \"color: #959da5\", \"#fafbfc\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .btn.disabled,\n body[class=\"page-responsive\"] .btn:disabled,\n body[class=\"page-responsive\"] .btn[aria-disabled=true] {\n color: #767676;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n body[class=\"page-responsive\"] .btn.focus,\n body[class=\"page-responsive\"] .btn:focus {\n box-shadow: 0 0 0 3px rgba(79, 140, 201, .3);\n }\n /* github-mobile: \"color: #fff\", \"#2ea44f\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n body[class=\"page-responsive\"] .btn-primary {\n color: #fff;\n background-color: #373;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github-mobile: \"#2c974b\" */\n body[class=\"page-responsive\"] .btn-primary.hover,\n body[class=\"page-responsive\"] .btn-primary:hover,\n body[class=\"page-responsive\"] [open] > .btn-primary {\n background-color: #484;\n }\n /* github-mobile: \"#2a8f47\" */\n body[class=\"page-responsive\"] .btn-primary.selected,\n body[class=\"page-responsive\"] .btn-primary:active,\n body[class=\"page-responsive\"] .btn-primary[aria-selected=true] {\n background-color: #595;\n }\n /* github-mobile: \"hsla(0,0%,100%,.8)\", \"#94d3a2\", \"rgba(27,31,35,.1)\", \"rgba(27,31,35,.1)\" */\n body[class=\"page-responsive\"] .btn-primary.disabled,\n body[class=\"page-responsive\"] .btn-primary:disabled,\n body[class=\"page-responsive\"] .btn-primary[aria-disabled=true] {\n color: hsla(0, 0%, 100%, .8);\n background-color: #040;\n border-color: rgba(220, 220, 220, .1);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github-mobile: \"hsla(0,0%,100%,.8)\" */\n body[class=\"page-responsive\"] .btn-primary .octicon {\n color: hsla(0, 0%, 100%, .8);\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .btn-danger {\n color: #d82828;\n }\n /* github-mobile: \"color: #fff\", \"#cb2431\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n body[class=\"page-responsive\"] .btn-danger:hover,\n body[class=\"page-responsive\"] [open] > .btn-danger {\n color: #fff;\n background-color: #d82828;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github-mobile: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .btn-danger.selected,\n body[class=\"page-responsive\"] .btn-danger:active,\n body[class=\"page-responsive\"] .btn-danger[aria-selected=true] {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n body[class=\"page-responsive\"] .btn-danger.disabled,\n body[class=\"page-responsive\"] .btn-danger:disabled,\n body[class=\"page-responsive\"] .btn-danger[aria-disabled=true] {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github-mobile: \"rgba(203,36,49,.4)\" */\n body[class=\"page-responsive\"] .btn-danger:focus {\n box-shadow: 0 0 0 3px rgba(255, 68, 68, .4);\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .btn-outline {\n color: rgb(79, 140, 201);\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n body[class=\"page-responsive\"] .btn-outline:hover,\n body[class=\"page-responsive\"] [open] > .btn-outline {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github-mobile: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .btn-outline.selected,\n body[class=\"page-responsive\"] .btn-outline:active,\n body[class=\"page-responsive\"] .btn-outline[aria-selected=true] {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"rgba(3,102,214,.5)\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n body[class=\"page-responsive\"] .btn-outline.disabled,\n body[class=\"page-responsive\"] .btn-outline:disabled,\n body[class=\"page-responsive\"] .btn-outline[aria-disabled=true] {\n color: rgba(79, 140, 201, .5);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github-mobile: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n body[class=\"page-responsive\"] .btn-blue {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: linear-gradient(-180deg, rgb(79, 140, 201), rgb(79, 140, 201) 90%);\n }\n /* github-mobile: \"rgba(27,31,35,.5)\" */\n body[class=\"page-responsive\"] .btn-blue.hover,\n body[class=\"page-responsive\"] .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* github-mobile: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .btn-blue.selected,\n body[class=\"page-responsive\"] .btn-blue:active,\n body[class=\"page-responsive\"] .btn-blue[aria-selected=true],\n body[class=\"page-responsive\"] [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* github-mobile: \"none\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .btn-blue.disabled,\n body[class=\"page-responsive\"] .btn-blue:disabled,\n body[class=\"page-responsive\"] .btn-blue[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* github-mobile: \"#0366d6\", \"#fff\" */\n body[class=\"page-responsive\"] .btn-blue .Counter {\n color: rgb(79, 140, 201);\n background-color: #181818;\n }\n /* github-mobile: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .ajax-pagination-form .ajax-pagination-btn {\n color: rgb(79, 140, 201);\n background-color: #181818;\n border-color: #343434;\n }\n /* github-mobile: \"#0366d6\", \"#f6f8fa\" */\n body[class=\"page-responsive\"] .ajax-pagination-form .ajax-pagination-btn:focus,\n body[class=\"page-responsive\"] .ajax-pagination-form .ajax-pagination-btn:hover {\n color: rgb(79, 140, 201);\n background-color: #222;\n }\n /* github-mobile: \"#f6f8fa\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .ajax-pagination-form.loading .ajax-pagination-btn {\n background-color: #222;\n border-color: #404040;\n }\n /* github-mobile: \"#fff\", \"#444d56\", \"rgba(0,0,0,.4)\" */\n body[class=\"page-responsive\"] .Box--overlay {\n background-color: #181818;\n border-color: #484848;\n box-shadow: 0 0 18px #000;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .Box-body .help {\n color: #afafaf;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .content-attachment {\n border-left-color: #343434;\n }\n /* github-mobile: \"hsla(0,0%,100%,0)\",\"#fff\" */\n body[class=\"page-responsive\"] .max--md .content-attachment-content--gradient {\n background: linear-gradient(180deg, transparent, #181818 calc(100% - 28px));\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] .content-attachment-details[open] .max--md .content-attachment-content--gradient {\n background: none;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .render-container {\n background-color: #343434;\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] .render-container.is-render-ready.is-render-requested:not(.is-render-failed) {\n background: none;\n }\n /* github-mobile: \"color: #444d56\", \"#f6f8fa\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .render-notice {\n color: #afafaf;\n background-color: #222;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .pagehead {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .pagehead-actions > li {\n color: #cdcdcd;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .pagehead-actions .octicon-mute {\n color: #d82828;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .pagehead-tabs-item {\n color: #afafaf;\n }\n /* github-mobile: \"color: rgba(27,31,35,.3)\" */\n body[class=\"page-responsive\"] .pagehead-tabs-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .pagehead-tabs-item .Counter {\n color: #afafaf;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .pagehead-tabs-item:hover {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n body[class=\"page-responsive\"] .pagehead-tabs-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #fb8532 #343434 transparent;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .reponav-item {\n color: #afafaf;\n }\n /* github-mobile: \"color: rgba(27,31,35,.3)\" */\n body[class=\"page-responsive\"] .reponav-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .reponav-item .Counter {\n color: #afafaf;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .reponav-item:focus,\n body[class=\"page-responsive\"] .reponav-item:hover {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n body[class=\"page-responsive\"] .reponav-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #fb8532 #343434 transparent;\n }\n /* github-mobile: \"color: #fff\", \"initial\" */\n body[class=\"page-responsive\"] .reponav-wrapper .reponav-item.selected {\n color: #fff;\n background-color: initial;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .progress-bar {\n background-color: #343434;\n }\n /* github-mobile: \"#2cbe4e\" */\n body[class=\"page-responsive\"] .progress-bar .progress {\n background-color: #373;\n }\n /* github-mobile: \"#e1e4e8\", \"#28a745\",\"#005cc5\",\"#cb2431\" */\n body[class=\"page-responsive\"] .reverse-progress-container {\n background-color: #343434;\n background-image: linear-gradient(90deg, #484, #4f8cc9, #3a1d6e, #d82828, #f66a0a);\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .reverse-progress-bar {\n background-color: #343434;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .alert-label {\n color: #fff;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .alert-label--high {\n background-color: #d82828;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .graph-canvas .alert-label--high {\n fill: #d82828;\n }\n /* github-mobile: \"#e36209\" */\n body[class=\"page-responsive\"] .alert-label--moderate {\n background-color: #fb8532;\n }\n /* github-mobile: \"#e36209\" */\n body[class=\"page-responsive\"] .graph-canvas .alert-label--moderate {\n fill: #fb8532;\n }\n /* github-mobile: \"#dbab09\" */\n body[class=\"page-responsive\"] .alert-label--low {\n background-color: #cb4;\n }\n /* github-mobile: \"#dbab09\" */\n body[class=\"page-responsive\"] .graph-canvas .alert-label--low {\n fill: #cb4;\n }\n /* github-mobile: \"#f6f8fa\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .advisory-form {\n background-color: #222;\n border-top-color: #343434;\n }\n /* github-mobile: \"#24292e\" */\n body[class=\"page-responsive\"] .advisory-form .form-actions,\n body[class=\"page-responsive\"] .advisory-form .form-control,\n body[class=\"page-responsive\"] .advisory-form .previewable-comment-form,\n body[class=\"page-responsive\"] .Header-old {\n background-color: #181818;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n /* github-mobile: \"#fff\", \"rgba(27,31,35,.15)\" */\n .page-responsive .HeaderMenu--logged-out {\n background-color: #181818;\n box-shadow: 0 10px 50px #000;\n }\n /* github-mobile: \"initial\", \"box-shadow: none\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out {\n background-color: initial;\n box-shadow: none;\n }\n }\n /* github-mobile: \"box-shadow: none\" */\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: none;\n }\n /* github-mobile: \"rgba(27,31,35,.15)\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n }\n /* github-mobile: \"#eaecef\" */\n .page-responsive .HeaderMenu--logged-out .header-search-wrapper {\n border-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::-webkit-input-placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #444d56\", \"transparent\" */\n .page-responsive .HeaderMenu-link {\n color: #afafaf;\n background-color: transparent;\n }\n /* github-mobile: \"color: #24292e\" */\n .page-responsive .HeaderMenu-link:hover {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #fff\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link, .page-responsive .HeaderMenu-link:hover {\n color: #fff;\n }\n }\n /* github-mobile: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* github-mobile: \"hsla(0,0%,100%,.5)\", \"transparent\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n background-color: transparent;\n }\n }\n /* github-mobile: \"color: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .HeaderMenu-link {\n color: #cdcdcd;\n }\n /* github-mobile: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* github-mobile: \"color: #fff\", \"transparent\" */\n body[class=\"page-responsive\"] .HeaderMenu-link {\n color: #fff;\n background-color: transparent;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .HeaderMenu-link:hover {\n color: #fff;\n }\n /* github-mobile: \"hsla(0,0%,100%,.5)\" */\n body[class=\"page-responsive\"] .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-logo-invertocat,\n body[class=\"page-responsive\"] .header-logo-invertocat:hover {\n color: #fff;\n }\n /* github-mobile: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n body[class=\"page-responsive\"] .notification-indicator .mail-status {\n color: #fff;\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .notification-indicator:hover .mail-status {\n background-color: rgb(79, 140, 201);\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .header-nav-current-user .user-profile-link {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n body[class=\"page-responsive\"] .feature-preview-indicator {\n color: #fff;\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n }\n /* github-mobile: \"color: #fff\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* github-mobile: \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-wrapper.focus {\n box-shadow: none;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-wrapper.focus .header-search-scope {\n color: #fff;\n }\n /* github-mobile: \"none\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* github-mobile: \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-input:focus {\n box-shadow: none;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-current .header-search-scope:hover {\n color: #fff;\n }\n /* github-mobile: \"color: #24292e !important\", \"#fafbfc\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-field-active {\n color: #cdcdcd !important;\n background-color: #181818;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-field-active::-webkit-input-placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #1b1f23\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container .navigation-focus mark,\n body[class=\"page-responsive\"] .header-search-current .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* github-mobile: \"color: #fff\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* github-mobile: \"#fafbfc\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-wrapper:focus-within {\n background-color: #181818;\n box-shadow: none;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-wrapper:focus-within .header-search-scope {\n color: #fff;\n }\n /* github-mobile: \"none\", \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* github-mobile: \"box-shadow: none\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-input:focus {\n box-shadow: none;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .header-search-scope:hover {\n color: #fff;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .header-search-prototype .code-search-filter-text-expander {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .header-search-prototype .search-filter-header,\n body[class=\"page-responsive\"] .header-search-prototype .search-refine-dropdown-header {\n color: #afafaf;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .site-search-close-button .site-search-close-x {\n color: #fff;\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] .header-search-prototype .site-search-filter-button {\n background: none;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .ems-refine-details-dialog {\n background-color: #181818;\n }\n /* github-mobile: \"color: #1b1f23\" */\n body[class=\"page-responsive\"] .header-search-prototype .ems-refine-details-dialog .ems-menu-item {\n color: #dcdcdc;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .header-search-prototype .ems-refine-details-dialog .ems-result-type-item {\n color: #cdcdcd;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .header-search-prototype .ems-result-types {\n border-right-color: #343434;\n }\n /* github-mobile: \"color: #24292e !important\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-field-active {\n color: #cdcdcd !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-field-active::-webkit-input-placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #586069 !important\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* github-mobile: \"color: #1b1f23\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container .navigation-focus mark,\n body[class=\"page-responsive\"] .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* github-mobile: \"color: #24292e\", \"#fafbfc\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] button {\n background: none;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] a {\n color: rgb(79, 140, 201);\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] hr {\n background-color: #343434;\n }\n /* github-mobile: \"color: #000\" */\n body[class=\"page-responsive\"] textarea[disabled]::-webkit-input-placeholder {\n color: #f0f0f0;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .color-icons .octicon-comment-discussion {\n color: #cdcdcd;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .color-icons .octicon-issue-closed {\n color: #d82828;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .color-icons .octicon-git-branch,\n body[class=\"page-responsive\"] .color-icons .octicon-git-pull-request,\n body[class=\"page-responsive\"] .color-icons .octicon-issue-opened {\n color: #484;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .color-icons .octicon-git-commit {\n color: #afafaf;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .color-icons .opened {\n color: #484;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .color-icons .closed {\n color: #d82828;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .color-icons .merged {\n color: #9378ba;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .color-icons .draft {\n color: #afafaf;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] footer {\n border-top-color: #404040;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] footer .octicon,\n body[class=\"page-responsive\"] footer li {\n color: #767676;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .protip,\n body[class=\"page-responsive\"] .switcher-icon,\n body[class=\"page-responsive\"] .switcher-icon-close,\n body[class=\"page-responsive\"] .switcher-icon-open,\n body[class=\"page-responsive\"] .switcher-toggle-meta {\n color: #afafaf;\n }\n /* github-mobile: \"#fff\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .bubble {\n background-color: #181818;\n border-color: #404040;\n }\n /* github-mobile: \"color: #2f363d\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .bubble-title {\n color: #bebebe;\n border-bottom-color: #404040;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .bubble-title .octicon,\n body[class=\"page-responsive\"] .bubble-title time {\n color: #afafaf;\n }\n /* github-mobile: \"#f6f8fa\", \"#d1d5da\", \"rgba(27,31,35,.1)\" */\n body[class=\"page-responsive\"] .bubble-disabled {\n background-color: #222;\n border-color: #404040;\n box-shadow: inset 0 0 10px #000;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .bubble-disabled .bubble-content,\n body[class=\"page-responsive\"] .bubble-disabled .bubble-title {\n color: #afafaf;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .list {\n background-color: #181818;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .list-heading + .list-item,\n body[class=\"page-responsive\"] .list-item + .list-heading,\n body[class=\"page-responsive\"] .list-item + .list-item {\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .list-item > .list-item-chevron {\n color: #afafaf;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .list-item .meta {\n color: #949494;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .list-item .byline,\n body[class=\"page-responsive\"] .list-item .byline strong,\n body[class=\"page-responsive\"] .list-item .ref {\n color: #afafaf;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .list-item.read {\n background-color: #181818;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .list-item.read .list-item-title {\n color: #afafaf;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .list-item-title {\n color: rgb(79, 140, 201);\n }\n /* github-mobile: \"color: #586069\", \"#f6f8fa\", \"#eaecef\" */\n body[class=\"page-responsive\"] .list-heading {\n color: #afafaf;\n background-color: #222;\n border-top-color: #343434;\n }\n /* github-mobile: \"#c6cbd1\" */\n body[class=\"page-responsive\"] .list-action-form > .btn-link {\n color: #5a5a5a;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .list-empty .list-item,\n body[class=\"page-responsive\"] .list-options .list-item .list-item-title {\n color: #afafaf;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .list-options .list-item > .octicon {\n color: #fff;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .list-options .selected .list-item-title {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .list-options .selected > .octicon {\n color: #afafaf;\n }\n /* github-mobile: \"#fffdef\" */\n body[class=\"page-responsive\"] .repo-list .private {\n background-color: #261d08;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .repo-list .octicon {\n color: #afafaf;\n }\n /* github-mobile: \"color: rgba(27,31,35,.7)\" */\n body[class=\"page-responsive\"] .repo-list .octicon-lock {\n color: rgba(230, 230, 230, .7);\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .repo-list .no-repo,\n body[class=\"page-responsive\"] .user-list .follow-list-info {\n color: #afafaf;\n }\n /* github-mobile: \"#0366d6\", \"initial\" */\n body[class=\"page-responsive\"] .btn-link {\n color: rgb(79, 140, 201);\n background-color: initial;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .diff-view + .js-comments-holder .blob-code-deletion,\n body[class=\"page-responsive\"] .diff-view + .js-comments-holder .blob-num-deletion {\n background-color: #300;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .diff-view + .js-comments-holder span.no-nl-marker {\n color: #d82828;\n }\n /* github-mobile: \"#d1d5da\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .diff-view .file {\n border-top-color: #404040;\n border-bottom-color: #404040;\n }\n /* github-mobile: \"#fff5b1\", \"none\" */\n body[class=\"page-responsive\"] .diff-view .file:target .meta {\n background-color: #651;\n background-image: none;\n }\n /* github-mobile: \"color: #444d56\", \"#fff\",\"#f6f8fa\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .diff-view .file .meta {\n color: #afafaf;\n background-image: linear-gradient(#181818, #222);\n border-bottom-color: #404040;\n }\n /* github-mobile: \"#f6f8fa\", \"#c6cbd1\",\"#e1e4e8\" */\n body[class=\"page-responsive\"] .diff-view .file .meta span.icon {\n background-color: #222;\n border-color: #5a5a5a #343434 #343434 #5a5a5a;\n }\n /* github-mobile: \"color: #a3aab1\" */\n body[class=\"page-responsive\"] .diff-view .file .meta .octicon-file {\n color: #767676;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .diff-view .file .empty {\n color: #afafaf;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .diff-view .file .file-code {\n background-color: #181818;\n }\n /* github-mobile: \"color: rgba(27,31,35,.3)\" */\n body[class=\"page-responsive\"] .diff-view .file .blob-num {\n color: rgba(230, 230, 230, .3);\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .diff-view .file .blob-code-inner {\n color: #cdcdcd;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .diff-view .file .blob-code-hunk {\n color: #afafaf;\n }\n /* github-mobile: \"#f5f0ff\" */\n body[class=\"page-responsive\"] .diff-view .file .blob-num-hunk {\n background-color: #213;\n }\n /* github-mobile: \"#ffeef0\" */\n body[class=\"page-responsive\"] .diff-view .file .blob-code-deletion,\n body[class=\"page-responsive\"] .diff-view .file .blob-num-deletion {\n background-color: #300;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .diff-view .file span.no-nl-marker {\n color: #d82828;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .diff-view .inline-comments {\n background-color: #181818;\n }\n /* github-mobile: \"#d1d5da\" */\n body[class=\"page-responsive\"] .diff-view .inline-comment-form-container,\n body[class=\"page-responsive\"] .diff-view table .discussion-block {\n border-right-color: #404040;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .inline-comment-form {\n background-color: #181818;\n }\n /* github-mobile: \"initial\" */\n body[class=\"page-responsive\"] .inline-comment-form .inline-note-reply {\n background-color: initial;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .line-comments {\n border-color: #343434;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .timeline-inline-comments .inline-comment-form-container:last-child {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .mobile-toc {\n background-color: #181818;\n }\n /* github-mobile: \"#c6cbd1\" */\n body[class=\"page-responsive\"] .mobile-toc .switcher-option .octicon {\n color: #5a5a5a;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .mobile-toc .switcher-option .octicon-diff-removed {\n color: #d82828;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .mobile-toc .switcher-option .octicon-diff-renamed {\n color: #949494;\n }\n /* github-mobile: \"#2cbe4e\" */\n body[class=\"page-responsive\"] .mobile-toc .switcher-option .octicon-diff-added {\n color: #373;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .discussion-header {\n background-color: #181818;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .discussion-header .branches {\n color: #767676;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .discussion-header .branches .branch-name {\n color: #afafaf;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .discussion-issue-references,\n body[class=\"page-responsive\"] .discussion-labels {\n background-color: #181818;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .discussion-issue-references .octicon,\n body[class=\"page-responsive\"] .discussion-labels .octicon {\n color: #afafaf;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .discussion-sidebar-metadata {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .discussion-sidebar-metadata-separator {\n background-color: #181818;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .discussion-starting-comment .num,\n body[class=\"page-responsive\"] .discussion-starting-comment .username,\n body[class=\"page-responsive\"] .discussion-starting-comment time {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .discussion-starting-comment .discussion-title .num {\n color: #767676;\n }\n /* github-mobile: \"#fff\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .discussion-comment {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #586069\", \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .discussion-block-title {\n color: #afafaf;\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .discussion-block-meta .editor,\n body[class=\"page-responsive\"] .discussion-block-title .username {\n color: #afafaf;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .bubble.is-pending {\n border-color: #cb4;\n }\n /* github-mobile: \"#fffbdd\", \"#f9c513\" */\n body[class=\"page-responsive\"] .bubble.is-pending .discussion-block-title {\n background-color: #261d08;\n border-color: #cb4;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .bubble .commit-message {\n color: #afafaf;\n }\n /* github-mobile: \"color: #586069\", \"#f6f8fa\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .discussion-block-header {\n color: #afafaf;\n background-color: #222;\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .discussion-event .branch {\n color: #afafaf;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .timeline-truncation-container + .discussion-block {\n border-top-color: #343434;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .timeline-truncation-container .switch-to-desktop {\n color: rgb(79, 140, 201);\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .issue-event,\n body[class=\"page-responsive\"] .issue-event .meta,\n body[class=\"page-responsive\"] .issue-event strong,\n body[class=\"page-responsive\"] .timeline-truncation-title {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .issue-event-icon {\n color: #767676;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .issue-event-icon-open {\n color: #484;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .issue-event-icon-closed {\n color: #d82828;\n }\n /* github-mobile: \"#6f42c1\" */\n body[class=\"page-responsive\"] .issue-event-icon-merged {\n color: #9378ba;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .issue-event-icon-locked {\n color: #cdcdcd;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .issue-event-icon-unlocked {\n color: #484;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .closed-event {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .dead-pull-request-review-comment,\n body[class=\"page-responsive\"] .dead-pull-request-review-comment .username {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .timeline-review-comment-thread-container.dead .octicon {\n color: #767676;\n }\n /* github-mobile: \"color: #6a737d\", \"#f6f8fa\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .cross-reference .bubble-title {\n color: #949494;\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .cross-reference .bubble-title a {\n color: #949494;\n }\n /* github-mobile: \"#fffdef\", \"none\" */\n body[class=\"page-responsive\"] .cross-reference .bubble-title.private {\n background-color: #261d08;\n background-image: none;\n }\n /* github-mobile: \"color: rgba(27,31,35,.7)\" */\n body[class=\"page-responsive\"] .cross-reference .bubble-title .octicon-lock {\n color: rgba(230, 230, 230, .7);\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .cross-reference .bubble-content a,\n body[class=\"page-responsive\"] .timeline-commits-container {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .timeline-commits-container .octicon-repo-push {\n color: #767676;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .timeline-commits-container .author,\n body[class=\"page-responsive\"] .timeline-commits-container .commit-message a {\n color: #afafaf;\n }\n /* github-mobile: \"color: #959da5\" */\n body[class=\"page-responsive\"] .commit-meta a {\n color: #767676;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .commit-meta .octicon-x {\n color: #d82828;\n }\n /* github-mobile: \"#28a745\" */\n body[class=\"page-responsive\"] .commit-meta .octicon-check {\n color: #484;\n }\n /* github-mobile: \"#f6f8fa\", \"#d1d5da\" */\n body[class=\"page-responsive\"] .timeline-review-container .file-header {\n background-color: #222;\n border-top-color: #404040;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .timeline-review-container .inline-comment-form {\n background-color: #181818;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .timeline-review-container.is-pending {\n border-color: #cb4;\n }\n /* github-mobile: \"#735c0f\", \"#fffbdd\" */\n body[class=\"page-responsive\"] .timeline-review-container.is-pending .file-header,\n body[class=\"page-responsive\"] .timeline-review-container.is-pending .label {\n color: #bba257;\n background-color: #261d08;\n }\n /* github-mobile: \"#f9c513\" */\n body[class=\"page-responsive\"] .timeline-review-container.is-pending .bubble {\n border-color: #cb4;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .timeline-review-header {\n color: #afafaf;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .timeline-review-icon .octicon {\n color: #949494;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .timeline-review-meta .author {\n color: #afafaf;\n }\n /* github-mobile: \"#eaecef\" */\n body[class=\"page-responsive\"] .discussion-item-review-comment {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .team-mention,\n body[class=\"page-responsive\"] .user-mention {\n color: #cdcdcd;\n }\n /* github-mobile: \"#e1e4e8\" */\n body[class=\"page-responsive\"] .discussion-block + .discussion-block,\n body[class=\"page-responsive\"] .discussion-block + .discussion-event,\n body[class=\"page-responsive\"] .discussion-block + .timeline-commits-container,\n body[class=\"page-responsive\"] .discussion-event + .discussion-block,\n body[class=\"page-responsive\"] .discussion-event + .discussion-event,\n body[class=\"page-responsive\"] .discussion-event + .timeline-commits-container,\n body[class=\"page-responsive\"] .timeline-commits-container + .discussion-block,\n body[class=\"page-responsive\"] .timeline-commits-container + .discussion-event,\n body[class=\"page-responsive\"] .timeline-commits-container + .timeline-commits-container {\n border-top-color: #343434;\n }\n /* github-mobile: \"#fff\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .discussion-reply,\n body[class=\"page-responsive\"] .thread-subscription-status {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github-mobile: \"#c6cbd1\" */\n body[class=\"page-responsive\"] .thread-subscription-status .octicon-radio-tower {\n color: #5a5a5a;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .thread-subscription-description {\n color: #afafaf;\n }\n /* github-mobile: \"color: #586069\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .line-comment-info {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .line-comment-info::before {\n border-top-color: #343434;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .line-comment-info::after {\n border-top-color: #181818;\n }\n /* github-mobile: \"none\" */\n body[class=\"page-responsive\"] .emoji-picker-emoji-width {\n background-image: none;\n }\n /* github-mobile: \"color: #24292e\", \"#e36209\" */\n body[class=\"page-responsive\"] .emoji-tab[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* github-mobile: \"color: #6a737d\" */\n body[class=\"page-responsive\"] .emoji-tab[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .selected-emoji {\n background-color: rgb(79, 140, 201);\n }\n /* github-mobile: \"color: #032f62\", \"#dbedff\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .flash {\n color: #9daccc;\n background-color: #182030;\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#735c0f\", \"#fffbdd\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .flash.flash-warn {\n color: #bba257;\n background-color: #261d08;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"#86181d\", \"#ffeef0\", \"rgba(27,31,35,.15)\" */\n body[class=\"page-responsive\"] .flash.flash-error {\n color: #d82828;\n background-color: #300;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github-mobile: \"color: #586069\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .markdown-body .email-quoted-reply,\n body[class=\"page-responsive\"] .markdown-body .email-signature-reply {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* github-mobile: \"color: #586069\", \"#dfe2e5\" */\n body[class=\"page-responsive\"] .breadcrumb {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #444d56\" */\n body[class=\"page-responsive\"] .breadcrumb strong {\n color: #afafaf;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .tabs > a {\n border-bottom-color: #343434;\n }\n /* github-mobile: \"color: #444d56\", \"#fff\", \"#e1e4e8\", \"#fff\" */\n body[class=\"page-responsive\"] .tabs > a.selected {\n color: #afafaf;\n background-color: #181818;\n border-color: #343434 #343434 #181818;\n }\n /* github-mobile: \"#fafbfc\" */\n body[class=\"page-responsive\"] .pagination {\n background-color: #181818;\n }\n /* github-mobile: \"color: #444d56\", \"#d1d5da\", \"#fff\" */\n body[class=\"page-responsive\"] .pagination a,\n body[class=\"page-responsive\"] .pagination em,\n body[class=\"page-responsive\"] .pagination span {\n color: #afafaf;\n border-color: #404040 #404040 #404040 #181818;\n }\n /* github-mobile: \"color: #fff\", \"#6a737d\", \"#6a737d\" */\n body[class=\"page-responsive\"] .pagination .current {\n color: #fff;\n background-color: #444;\n background-image: linear-gradient(#444, #959da5);\n }\n /* github-mobile: \"#c6cbd1\" */\n body[class=\"page-responsive\"] .pagination .disabled,\n body[class=\"page-responsive\"] .pagination .gap {\n color: #5a5a5a;\n }\n /* github-mobile: \"#cb2431\" */\n body[class=\"page-responsive\"] .oauth-delete-repo-permissions .octicon-alert {\n color: #d82828;\n }\n /* github-mobile: \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .issues-reset-query-wrapper {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github-mobile: \"#f1f8ff\" */\n body[class=\"page-responsive\"] .subset-files-tab {\n background-color: #182030;\n }\n /* github-mobile: \"color: #586069\", \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .branch-action {\n color: #afafaf;\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .discussion-block-header + .branch-action {\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .branch-action-heading {\n color: #cdcdcd;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .branch-action-expandable,\n body[class=\"page-responsive\"] .discussion-block-header + .branch-action-expandable {\n border-top-color: #343434;\n }\n /* github-mobile: \"#f6f8fa\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .branch-action-expandable .list-items-overflow {\n background-color: #222;\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .merge-branch .mergeable-state-message,\n body[class=\"page-responsive\"] .merge-branch .mergeable-state-message.required {\n color: #afafaf;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .merge-branch.open {\n border-top-color: #343434;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .merge-form-author {\n color: #afafaf;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .commit-list .message,\n body[class=\"page-responsive\"] .merge-options {\n color: #cdcdcd;\n }\n /* github-mobile: \"#22863a\" */\n body[class=\"page-responsive\"] .revision-number {\n background-color: #6cc644;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .repository-meta {\n color: #afafaf;\n }\n /* github-mobile: \"#fff\" */\n body[class=\"page-responsive\"] .user-bar-graph {\n background-color: #181818;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .max-commits {\n color: #afafaf;\n }\n /* github-mobile: \"color: #24292e\", \"#fb8532\" */\n body[class=\"page-responsive\"] .user-bar {\n color: #cdcdcd;\n background-color: #fb8532;\n }\n /* github-mobile: \"#f6f8fa\" */\n body[class=\"page-responsive\"] .y-axis-bar {\n background-color: #222;\n }\n /* github-mobile: \"#c6cbd1\" */\n body[class=\"page-responsive\"] .y-axis-bar.bottom {\n border-color: #5a5a5a;\n }\n /* github-mobile: \"#24292e\" */\n body[class=\"page-responsive\"] .blob-file-content,\n body[class=\"page-responsive\"] .reponav-wrapper {\n background-color: #181818;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .reponav-item.selected {\n color: #fff;\n }\n /* github-mobile: \"color: #586069\", \"#24292e\" */\n body[class=\"page-responsive\"] .server-stats {\n color: #afafaf;\n background-color: #181818;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .server-stats a,\n body[class=\"page-responsive\"] .server-stats strong {\n color: #fff;\n }\n /* github-mobile: \"color: #586069\", \"#fff\", \"#e1e4e8\" */\n body[class=\"page-responsive\"] .inbox-unavailable,\n body[class=\"page-responsive\"] .inbox-zero {\n color: #afafaf;\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github-mobile: \"#0366d6\", \"#fff\", \"none\" */\n body[class=\"page-responsive\"] .notification-shelf .btn-outline {\n color: rgb(79, 140, 201);\n background-color: #181818;\n background-image: none;\n }\n /* github-mobile: \"#dfe2e5\" */\n body[class=\"page-responsive\"] .gist-mobile-blob {\n border-top-color: #343434;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .check-annotation-failure::after {\n background-color: #d82828;\n }\n /* github-mobile: \"#d73a49\" */\n body[class=\"page-responsive\"] .check-annotation-failure .annotation-title {\n color: #d82828;\n }\n /* github-mobile: \"color: #586069\" */\n body[class=\"page-responsive\"] .user-status-org-button .user-status-org-detail {\n color: #afafaf;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .user-status-org-button:focus .user-status-org-detail,\n body[class=\"page-responsive\"] .user-status-org-button:hover .user-status-org-detail {\n color: #fff;\n }\n /* github-mobile: \"color: #fff\", \"#0366d6\" */\n body[class=\"page-responsive\"] .user-status-org-button.selected {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .user-status-org-button.selected .user-status-org-detail {\n color: #fff;\n }\n /* github-mobile: \"color: #24292e\" */\n body[class=\"page-responsive\"] .user-status-message-wrapper {\n color: #cdcdcd;\n }\n /* github-mobile: \"#0366d6\" */\n body[class=\"page-responsive\"] .toggle-user-status-edit:focus .user-status-message-wrapper,\n body[class=\"page-responsive\"] .toggle-user-status-edit:hover .user-status-message-wrapper {\n color: rgb(79, 140, 201);\n }\n /* github-mobile: \"#24292e\" */\n body[class=\"page-responsive\"] .Header {\n background-color: #181818;\n }\n /* github-mobile: \"color: #fff\" */\n body[class=\"page-responsive\"] .Header-link {\n color: #fff;\n }\n /* end github-mobile rules */\n /* begin github.com rules */\n /* github.com: \"initial\" */\n a {\n background-color: initial;\n }\n /* github.com: \"color: #1b1f23\" */\n mark {\n color: #dcdcdc;\n }\n /* github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"#0366d6\" */\n a {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n kbd {\n color: #afafaf;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .Box, kbd {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .Box, .Box-header {\n border-color: #343434;\n }\n .Box-header {\n background-color: #222;\n }\n /* github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: inset 2px 0 0 rgb(79, 140, 201);\n }\n /* github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width:768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: rgb(79, 140, 201);\n }\n }\n /* github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* github.com: \"#e1e4e8\" */\n .breadcrumb-item::after {\n color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .breadcrumb-item-selected,\n .breadcrumb-item[aria-current]:not([aria-current=false]) {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .btn .octicon {\n color: #949494;\n }\n /* github.com: \"rgba(27,31,35,.08)\" */\n .btn .Counter {\n background-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #24292e\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github.com: \"#f3f4f6\" */\n .btn.hover, .btn:hover, [open] > .btn {\n background-color: #242424;\n }\n /* github.com: \"#edeff2\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n .btn.selected, .btn:active, .btn[aria-selected=true] {\n background-color: #343434;\n box-shadow: none;\n }\n /* github.com: \"color: #959da5\", \"#fafbfc\", \"rgba(27,31,35,.15)\" */\n .btn.disabled, .btn:disabled, .btn[aria-disabled=true] {\n color: #767676;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 3px rgba(79, 140, 201, .3);\n }\n /* github.com: \"color: #fff\", \"#2ea44f\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-primary {\n color: #fff;\n background-color: #373;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github.com: \"#2c974b\" */\n .btn-primary.hover, .btn-primary:hover, [open] > .btn-primary {\n background-color: #484;\n }\n /* github.com: \"#2a8f47\" */\n .btn-primary.selected, .btn-primary:active, .btn-primary[aria-selected=true] {\n background-color: #595;\n }\n /* github.com: \"hsla(0,0%,100%,.8)\", \"#94d3a2\", \"rgba(27,31,35,.1)\", \"rgba(27,31,35,.1)\" */\n .btn-primary.disabled, .btn-primary:disabled,\n .btn-primary[aria-disabled=true] {\n color: hsla(0, 0%, 100%, .8);\n background-color: #040;\n border-color: rgba(220, 220, 220, .1);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github.com: \"hsla(0,0%,100%,.8)\" */\n .btn-primary .octicon {\n color: hsla(0, 0%, 100%, .8);\n }\n /* github.com: \"#cb2431\" */\n .btn-danger {\n color: #d82828;\n }\n /* github.com: \"color: #fff\", \"#cb2431\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-danger:hover, [open] > .btn-danger {\n background-color: #d82828;\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github.com: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n .btn-danger.selected, .btn-danger:active, .btn-danger:hover,\n .btn-danger[aria-selected=true], [open] > .btn-danger {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn-danger.disabled, .btn-danger:disabled, .btn-danger[aria-disabled=true] {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github.com: \"rgba(203,36,49,.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 3px rgba(255, 68, 68, .4);\n }\n /* github.com: \"#0366d6\" */\n .btn-outline {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\", \"#0366d6\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.1)\" */\n .btn-outline:hover, [open] > .btn-outline {\n background-color: rgb(79, 140, 201);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .03);\n }\n /* github.com: \"color: #fff\", \"rgba(27,31,35,.15)\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n .btn-outline[aria-selected=true], [open] > .btn-outline {\n color: #fff;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"rgba(3,102,214,.5)\", \"#fafbfc\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .btn-outline.disabled, .btn-outline:disabled,\n .btn-outline[aria-disabled=true] {\n color: rgba(79, 140, 201, .5);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: linear-gradient(-180deg, rgb(79, 140, 201), rgb(79, 140, 201) 90%);\n }\n /* github.com: \"rgba(27,31,35,.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* github.com: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-blue.selected, .btn-blue:active, .btn-blue[aria-selected=true],\n [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* github.com: \"none\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n background-color: #181818;\n }\n /* github.com: \"#0366d6\", \"initial\" */\n .btn-blue .Counter, .btn-link {\n color: rgb(79, 140, 201);\n }\n .btn-link {\n background-color: initial;\n }\n /* github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover, .btn-link[aria-disabled=true],\n .btn-link[aria-disabled=true]:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* github.com: \"#0366d6\", \"initial\", \"box-shadow: none\" */\n .btn-invisible {\n color: rgb(79, 140, 201);\n background-color: initial;\n box-shadow: none;\n }\n /* github.com: \"#0366d6\", \"none\", \"box-shadow: none\" */\n .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active,\n .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active,\n .btn-invisible:focus, .btn-invisible:hover,\n .btn-invisible[aria-selected=true] {\n color: rgb(79, 140, 201);\n background: none;\n box-shadow: none;\n }\n /* github.com: \"color: #586069\", \"transparent\" */\n .btn-octicon {\n color: #afafaf;\n background-color: transparent;\n }\n /* github.com: \"#0366d6\" */\n .btn-octicon:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #959da5\" */\n .btn-octicon.disabled, .btn-octicon.disabled:hover,\n .btn-octicon[aria-disabled=true], .btn-octicon[aria-disabled=true]:hover {\n color: #767676;\n }\n /* github.com: \"#cb2431\" */\n .btn-octicon-danger:hover {\n color: #d82828;\n }\n /* github.com: \"transparent\" */\n .close-button {\n background-color: transparent;\n }\n /* github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.04)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 0 #000, inset 0 1px 0 hsla(0, 0%, 100%, .25);\n }\n /* github.com: \"#0366d6\" */\n .social-count:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .social-count:focus {\n box-shadow: 0 0 0 3px rgba(79, 140, 201, .3);\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#e1e4e8\", \"box-shadow: inset 0 1px 0 rgba(225,228,232,.2)\" */\n .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #343434;\n box-shadow: none;\n }\n /* github.com: \"#0366d6\", \"box-shadow: 0 0 0 3px rgba(3,102,214,.3)\" */\n .form-control.focus, .form-control:focus, .form-select.focus,\n .form-select:focus {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 0 3px rgba(79, 140, 201, .3);\n }\n /* github.com: \"color: #959da5\", \"#f3f4f6\" */\n .form-control[disabled], .form-select[disabled] {\n color: #767676;\n background-color: #242424;\n }\n /* github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* github.com: \"color: #fff\", \"box-shadow: none\" */\n .input-dark {\n color: #fff;\n box-shadow: none;\n }\n /* github.com: \"rgba(27,31,35,.3)\" */\n .input-dark.focus, .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* github.com: \"color: #6a737d\" */\n :-ms-input-placeholder {\n color: #949494;\n }\n /* github.com: \"color: #6a737d\" */\n ::-ms-input-placeholder {\n color: #949494;\n }\n /* github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group .form-group-header label,\n .hfields .form-group dt label {\n color: #afafaf;\n }\n /* github.com: \"#735c0f\", \"#fffbdd\", \"#f9c513\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #cb4;\n }\n /* github.com: \"#fff\" */\n .form-group .form-control, .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* github.com: \"#cb2431\" */\n .form-group .form-group-body h4.is-error, .form-group dd h4.is-error {\n color: #d82828;\n }\n /* github.com: \"#22863a\" */\n .form-group .form-group-body h4.is-success, .form-group dd h4.is-success {\n color: #6cc644;\n }\n /* github.com: \"#cb2431\" */\n .form-group.required .form-group-header label::after,\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* github.com: \"#22863a\" */\n .form-group.successful .success {\n color: #6cc644;\n }\n /* github.com: \"#144620\", \"#dcffe4\", \"#34d058\" */\n .form-group.successed .success {\n color: #6cc644;\n background-color: #002800;\n border-color: #373;\n }\n /* github.com: \"#dcffe4\" */\n .form-group.successed .success::after {\n border-bottom-color: #002800;\n }\n /* github.com: \"#34d058\" */\n .form-group.successed .success::before {\n border-bottom-color: #373;\n }\n /* github.com: \"#f9c513\" */\n .form-group.warn .form-control {\n border-color: #cb4;\n }\n /* github.com: \"#fff5b1\", \"#f9c513\" */\n .form-group.warn .warning {\n background-color: #651;\n border-color: #cb4;\n }\n /* github.com: \"#fff5b1\" */\n .form-group.warn .warning::after {\n border-bottom-color: #651;\n }\n /* github.com: \"#f9c513\" */\n .form-group.warn .warning::before {\n border-bottom-color: #cb4;\n }\n /* github.com: \"#cb2431\" */\n .form-group.errored .form-control {\n border-color: #d82828;\n }\n /* github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* github.com: \"#ffeef0\", \"#f97583\" */\n .form-group.errored .error {\n background-color: #300;\n border-color: #f88;\n }\n /* github.com: \"#ffeef0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* github.com: \"#f97583\" */\n .form-group.errored .error::before {\n border-bottom-color: #f88;\n }\n /* github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* github.com: \"initial\" */\n .inline-form .btn-plain {\n background-color: initial;\n }\n /* github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* github.com: \"box-shadow: none\" */\n .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* github.com: \"color: #24292e\", \"#e1e4e8\" */\n .radio-label {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n :checked + .radio-label {\n border-color: rgb(79, 140, 201);\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .menu {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"color: #1b1f23\", \"#eaecef\" */\n .menu-item {\n color: #dcdcdc;\n border-bottom-color: #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .menu-item:focus, .menu-item:hover {\n background-color: #222;\n }\n /* github.com: \"#fafbfc\" */\n .menu-item:active {\n background-color: #181818;\n }\n /* github.com: \"#f9826c\" */\n .menu-item.selected::before,\n .menu-item[aria-current]:not([aria-current=false])::before,\n .menu-item[aria-selected=true]::before {\n background-color: #fff;\n }\n /* github.com: \"color: #959da5\" */\n .menu-item .octicon {\n color: #767676;\n }\n /* github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* github.com: \"color: #1b1f23\", \"#eaecef\" */\n .menu-heading {\n color: #dcdcdc;\n }\n /* github.com: \"#e1e4e8\" */\n .menu-heading, .tabnav {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"initial\" */\n .tabnav-tab {\n color: #cdcdcd;\n background-color: initial;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .tabnav-tab.selected, .tabnav-tab[aria-current]:not([aria-current=false]),\n .tabnav-tab[aria-selected=true] {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .tabnav-tab:active {\n color: #949494;\n }\n /* github.com: \"color: #959da5\" */\n .tabnav-tab .octicon {\n color: #767676;\n }\n /* github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\", \"initial\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: initial;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* github.com: \"#f6f8fa\" */\n .filter-item:hover {\n background-color: #222;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected, .filter-item[aria-current]:not([aria-current=false]),\n .filter-item[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* github.com: \"#fafbfc\" */\n .SideNav {\n background-color: #181818;\n }\n /* github.com: \"color: #1b1f23\", \"initial\", \"#eaecef\" */\n .SideNav-item {\n color: #dcdcdc;\n background-color: initial;\n border-top-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .SideNav-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .SideNav-item:focus, .SideNav-item:hover {\n background-color: #222;\n }\n /* github.com: \"#fff\" */\n .SideNav-item:active, .SideNav-item[aria-current]:not([aria-current=false]),\n .SideNav-item[aria-selected=true] {\n background-color: #181818;\n }\n /* github.com: \"#f9826c\" */\n .SideNav-item[aria-current]:not([aria-current=false])::before,\n .SideNav-item[aria-selected=true]::before {\n background-color: #fff;\n }\n /* github.com: \"color: #6a737d\" */\n .SideNav-icon {\n color: #949494;\n }\n /* github.com: \"#0366d6\", \"initial\" */\n .SideNav-subItem {\n color: rgb(79, 140, 201);\n background-color: initial;\n }\n /* github.com: \"color: #24292e\" */\n .SideNav-subItem:focus, .SideNav-subItem:hover,\n .SideNav-subItem[aria-current]:not([aria-current=false]),\n .SideNav-subItem[aria-selected=true] {\n color: #cdcdcd;\n }\n /* github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"#e1e4e8\" */\n .subnav-item {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* github.com: \"color: #fff\", \"#0366d6\", \"#005cc5\" */\n .subnav-item.selected, .subnav-item[aria-current]:not([aria-current=false]),\n .subnav-item[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: #4f8cc9;\n }\n /* github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .subnav-search-icon {\n color: #767676;\n }\n /* github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* github.com: \"#e1e4e8\" */\n .UnderlineNav {\n box-shadow: inset 0 -1px 0 #343434;\n }\n /* github.com: \"color: #1b1f23\", \"initial\", \"rgba(209,213,218,0)\" */\n .UnderlineNav-item {\n color: #dcdcdc;\n background-color: initial;\n border-bottom-color: transparent;\n }\n /* github.com: \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n border-bottom-color: #404040;\n }\n /* github.com: \"#f9826c\" */\n .UnderlineNav-item.selected,\n .UnderlineNav-item[aria-current]:not([aria-current=false]),\n .UnderlineNav-item[role=tab][aria-selected=true] {\n border-bottom-color: #fff;\n }\n /* github.com: \"color: #586069\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon,\n .UnderlineNav-item[aria-current]:not([aria-current=false]) .UnderlineNav-octicon,\n .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* github.com: \"color: #24292e\" */\n .pagination a, .pagination em, .pagination span {\n color: #cdcdcd;\n }\n /* github.com: \"#eaecef\" */\n .pagination a:active, .pagination a:focus, .pagination a:hover,\n .pagination em:active, .pagination em:focus, .pagination em:hover,\n .pagination span:active, .pagination span:focus, .pagination span:hover {\n border-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .pagination .next_page, .pagination .previous_page {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover,\n .pagination [aria-current]:not([aria-current=false]) {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #6a737d\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover, .pagination [aria-disabled=true],\n .pagination [aria-disabled=true]:hover {\n color: #949494;\n }\n /* github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:544px) {\n .border-sm {\n border-color: #343434 !important;\n }\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:768px) {\n .border-md {\n border-color: #343434 !important;\n }\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1012px) {\n .border-lg {\n border-color: #343434 !important;\n }\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width:1280px) {\n .border-xl {\n border-color: #343434 !important;\n }\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* github.com: \"#0366d6\" */\n .border-blue {\n border-color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* github.com: \"#d73a49\" */\n .border-red {\n border-color: #d82828 !important;\n }\n /* github.com: \"#f97583\" */\n .border-red-light {\n border-color: #f88 !important;\n }\n /* github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* github.com: \"#f9c513\" */\n .border-yellow {\n border-color: #cb4 !important;\n }\n /* github.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* github.com: \"hsla(0,0%,100%,.5)\" */\n .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* github.com: \"rgba(27,31,35,.04)\" */\n .box-shadow {\n box-shadow: 0 1px 0 #000 !important;\n }\n /* github.com: \"rgba(149,157,165,.15)\" */\n .box-shadow-medium {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15) !important;\n }\n /* github.com: \"rgba(149,157,165,.2)\" */\n .box-shadow-large {\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2) !important;\n }\n /* github.com: \"rgba(149,157,165,.3)\" */\n .box-shadow-extra-large {\n box-shadow: 0 12px 48px rgba(0, 0, 0, .3) !important;\n }\n /* github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* github.com: \"#0366d6\" */\n .bg-blue {\n background-color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* github.com: \"#ffeef0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* github.com: \"#dbab09\" */\n .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* github.com: \"#fafbfc\" */\n .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* github.com: \"#f6f8fa\" */\n .bg-gray-1 {\n background-color: #222 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .color-gray-2 {\n color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* github.com: \"#d1d5da\" */\n .color-gray-3 {\n color: #404040 !important;\n }\n /* github.com: \"#d1d5da\" */\n .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* github.com: \"color: #959da5 !important\" */\n .color-gray-4 {\n color: #767676 !important;\n }\n /* github.com: \"color: #6a737d !important\" */\n .color-gray-5 {\n color: #949494 !important;\n }\n /* github.com: \"#6a737d\" */\n .bg-gray-5 {\n background-color: #444 !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .color-gray-6 {\n color: #afafaf !important;\n }\n /* github.com: \"#586069\" */\n .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* github.com: \"color: #444d56 !important\" */\n .color-gray-7 {\n color: #afafaf !important;\n }\n /* github.com: \"color: #2f363d !important\" */\n .color-gray-8 {\n color: #bebebe !important;\n }\n /* github.com: \"#2f363d\" */\n .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* github.com: \"color: #24292e !important\" */\n .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* github.com: \"#24292e\" */\n .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* github.com: \"#dbedff\" */\n .bg-blue-0, .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* github.com: \"#c8e1ff\" */\n .color-blue-2 {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#c8e1ff\" */\n .bg-blue-2 {\n background-color: #246 !important;\n }\n /* github.com: \"#79b8ff\" */\n .color-blue-3 {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#79b8ff\" */\n .bg-blue-3 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#2188ff\" */\n .color-blue-4 {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#2188ff\" */\n .bg-blue-4 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#0366d6\" */\n .color-blue-5 {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#0366d6\" */\n .bg-blue-5 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#005cc5\" */\n .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* github.com: \"#005cc5\" */\n .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* github.com: \"#044289\" */\n .color-blue-7 {\n color: rgba(79, 140, 201, .5) !important;\n }\n /* github.com: \"#044289\" */\n .bg-blue-7 {\n background-color: rgba(79, 140, 201, .5) !important;\n }\n /* github.com: \"color: #032f62 !important\" */\n .color-blue-8 {\n color: #9daccc !important;\n }\n /* github.com: \"#032f62\" */\n .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* github.com: \"color: #05264c !important\" */\n .color-blue-9 {\n color: #bebebe !important;\n }\n /* github.com: \"#05264c\" */\n .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* github.com: \"#f0fff4\" */\n .color-green-0 {\n color: #002800 !important;\n }\n /* github.com: \"#f0fff4\" */\n .bg-green-0 {\n background-color: #002800 !important;\n }\n /* github.com: \"#dcffe4\" */\n .color-green-1 {\n color: #002800 !important;\n }\n /* github.com: \"#dcffe4\" */\n .bg-green-1 {\n background-color: #002800 !important;\n }\n /* github.com: \"#34d058\" */\n .color-green-4 {\n color: #373 !important;\n }\n /* github.com: \"#34d058\" */\n .bg-green-4 {\n background-color: #373 !important;\n }\n /* github.com: \"#28a745\" */\n .color-green-5 {\n color: #484 !important;\n }\n /* github.com: \"#28a745\" */\n .bg-green-5 {\n background-color: #484 !important;\n }\n /* github.com: \"#22863a\" */\n .color-green-6 {\n color: #6cc644 !important;\n }\n /* github.com: \"#22863a\" */\n .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* github.com: \"#165c26\" */\n .color-green-8 {\n color: #6cc644 !important;\n }\n /* github.com: \"#165c26\" */\n .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* github.com: \"#144620\" */\n .color-green-9 {\n color: #6cc644 !important;\n }\n /* github.com: \"#144620\" */\n .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* github.com: \"#fffdef\" */\n .color-yellow-0 {\n color: #261d08 !important;\n }\n /* github.com: \"#fffdef\" */\n .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* github.com: \"#fffbdd\" */\n .color-yellow-1 {\n color: #261d08 !important;\n }\n /* github.com: \"#fffbdd\" */\n .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* github.com: \"#fff5b1\" */\n .color-yellow-2 {\n color: #651 !important;\n }\n /* github.com: \"#fff5b1\" */\n .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* github.com: \"#ffea7f\" */\n .color-yellow-3 {\n color: #542 !important;\n }\n /* github.com: \"#ffea7f\" */\n .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* github.com: \"#ffd33d\" */\n .color-yellow-5 {\n color: #cb4 !important;\n }\n /* github.com: \"#ffd33d\" */\n .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* github.com: \"#f9c513\" */\n .color-yellow-6 {\n color: #cb4 !important;\n }\n /* github.com: \"#f9c513\" */\n .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* github.com: \"#dbab09\" */\n .color-yellow-7 {\n color: #cb4 !important;\n }\n /* github.com: \"#dbab09\" */\n .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* github.com: \"#b08800\" */\n .color-yellow-8 {\n color: #cb4 !important;\n }\n /* github.com: \"#b08800\" */\n .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* github.com: \"#735c0f\" */\n .color-yellow-9 {\n color: #bba257 !important;\n }\n /* github.com: \"#735c0f\" */\n .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* github.com: \"#fb8532\" */\n .color-orange-4 {\n color: #fb8532 !important;\n }\n /* github.com: \"#fb8532\" */\n .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* github.com: \"#e36209\" */\n .color-orange-6 {\n color: #fb8532 !important;\n }\n /* github.com: \"#e36209\" */\n .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* github.com: \"#d15704\" */\n .color-orange-7 {\n color: #f3582c !important;\n }\n /* github.com: \"#d15704\" */\n .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* github.com: \"#a04100\" */\n .color-orange-9 {\n color: #f3582c !important;\n }\n /* github.com: \"#a04100\" */\n .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* github.com: \"#ffeef0\" */\n .color-red-0 {\n color: #300 !important;\n }\n /* github.com: \"#ffeef0\" */\n .bg-red-0 {\n background-color: #300 !important;\n }\n /* github.com: \"#ffdce0\" */\n .color-red-1 {\n color: #300 !important;\n }\n /* github.com: \"#ffdce0\" */\n .bg-red-1 {\n background-color: #300 !important;\n }\n /* github.com: \"#f97583\" */\n .color-red-3 {\n color: #f88 !important;\n }\n /* github.com: \"#f97583\" */\n .bg-red-3 {\n background-color: #f88 !important;\n }\n /* github.com: \"#d73a49\" */\n .color-red-5 {\n color: #d82828 !important;\n }\n /* github.com: \"#d73a49\" */\n .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* github.com: \"#cb2431\" */\n .color-red-6 {\n color: #d82828 !important;\n }\n /* github.com: \"#cb2431\" */\n .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* github.com: \"#86181d\" */\n .color-red-9 {\n color: #d82828 !important;\n }\n /* github.com: \"#86181d\" */\n .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* github.com: \"#f5f0ff\" */\n .color-purple-0 {\n color: #213 !important;\n }\n /* github.com: \"#f5f0ff\" */\n .bg-purple-0 {\n background-color: #213 !important;\n }\n /* github.com: \"#8a63d2\" */\n .color-purple-4 {\n color: #53387a !important;\n }\n /* github.com: \"#8a63d2\" */\n .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* github.com: \"#6f42c1\" */\n .color-purple-5 {\n color: #9378ba !important;\n }\n /* github.com: \"#6f42c1\" */\n .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* github.com: \"#ffeef8\" */\n .color-pink-0 {\n color: #170711 !important;\n }\n /* github.com: \"#ffeef8\" */\n .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* github.com: \"#ec6cb9\" */\n .color-pink-4 {\n color: #c49 !important;\n }\n /* github.com: \"#ec6cb9\" */\n .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* github.com: \"#99306f\" */\n .color-pink-8 {\n color: #e6b !important;\n }\n /* github.com: \"#99306f\" */\n .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* github.com: \"#0366d6\" */\n .text-blue {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* github.com: \"#22863a\" */\n .text-green {\n color: #6cc644 !important;\n }\n /* github.com: \"#b08800\" */\n .text-yellow {\n color: #cb4 !important;\n }\n /* github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* github.com: \"#0366d6\" */\n .link-gray:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* github.com: \"#0366d6\" */\n .muted-link:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* github.com: \"hsla(0,0%,100%,.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"initial\" */\n @keyframes blink {\n 50% {\n background-color: initial;\n }\n }\n /* github.com: \"#fff\" */\n image-crop .crop-box {\n border-color: #181818;\n }\n /* github.com: \"#fff\" */\n image-crop .handle::before {\n background-color: #181818;\n }\n /* github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .ajax-pagination-form .ajax-pagination-btn {\n color: rgb(79, 140, 201);\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#0366d6\", \"#f6f8fa\" */\n .ajax-pagination-form .ajax-pagination-btn:focus,\n .ajax-pagination-form .ajax-pagination-btn:hover {\n color: rgb(79, 140, 201);\n background-color: #222;\n }\n /* github.com: \"#f6f8fa\", \"#d1d5da\" */\n .ajax-pagination-form.loading .ajax-pagination-btn {\n background-color: #222;\n border-color: #404040;\n }\n /* github.com: \"box-shadow: none\" */\n body.intent-mouse [role=button]:focus,\n body.intent-mouse [role=tabpanel][tabindex=\"0\"]:focus,\n body.intent-mouse a:focus, body.intent-mouse button:focus,\n body.intent-mouse summary:focus {\n box-shadow: none;\n }\n /* github.com: \"#fffbdd\" */\n .conflict-gutter-marker {\n background-color: #261d08;\n }\n /* github.com: \"#d73a49\" */\n .conflict-gutter-marker::after, .conflict-gutter-marker::before {\n background-color: #d82828;\n }\n /* github.com: \"#959da5\" */\n .form-group:hover .form-field-hover, .placeholder-box {\n border-color: #484848;\n }\n /* github.com: \"color: #24292e\" */\n .template-previews .discussion-sidebar-heading {\n color: #cdcdcd;\n }\n /* github.com: \"#0366d6\" */\n .template-previews .discussion-sidebar-heading:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#dfe2e5\" */\n .gollum-editor .comment-form-head.tabnav {\n border-color: #343434;\n }\n /* github.com: \"#0366d6\", \"none\" */\n .zeroclipboard-link {\n color: rgb(79, 140, 201);\n background: none;\n }\n /* github.com: \"color: #fff\" */\n .auth-form-header, .auth-form-header h1 a {\n color: #fff;\n }\n /* github.com: \"#fff\" */\n .auth-form-body {\n background-color: #181818;\n }\n /* github.com: \"#eaeaea\" */\n .two-factor-help {\n border-color: #343434;\n }\n /* github.com: \"#eaeaea\" */\n .u2f-auth-header:not(:last-child) {\n border-bottom-color: #343434;\n }\n /* github.com: \"#f9f9f9\" */\n .session-authentication {\n background-color: #181818;\n }\n /* github.com: \"initial\" */\n .session-authentication .header-logged-out {\n background-color: initial;\n }\n /* github.com: \"color: #333\" */\n .session-authentication .header-logo {\n color: #bebebe;\n }\n /* github.com: \"color: #333\", \"initial\" */\n .session-authentication .auth-form-header {\n color: #bebebe;\n background-color: initial;\n }\n /* github.com: \"initial\" */\n .session-authentication.enterprise .header-logged-out,\n .session-authentication.hosted .header-logged-out {\n background-color: initial;\n }\n /* github.com: \"#24292e\" */\n .Header-old {\n background-color: #181818;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n /* github.com: \"#fff\", \"rgba(27,31,35,.15)\" */\n .page-responsive .HeaderMenu--logged-out {\n background-color: #181818;\n box-shadow: 0 10px 50px #000;\n }\n /* github.com: \"initial\", \"box-shadow: none\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out {\n background-color: initial;\n box-shadow: none;\n }\n }\n /* github.com: \"box-shadow: none\" */\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: none;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu--logged-out .dropdown-menu {\n box-shadow: 0 3px 12px #000, 0 0 1px rgba(27, 31, 35, .2);\n }\n }\n /* github.com: \"#eaecef\" */\n .page-responsive .HeaderMenu--logged-out .header-search-wrapper {\n border-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .page-responsive .HeaderMenu--logged-out .header-search-input::placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #444d56\", \"transparent\" */\n .page-responsive .HeaderMenu-link {\n color: #afafaf;\n background-color: transparent;\n }\n /* github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu-link:hover {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link, .page-responsive .HeaderMenu-link:hover {\n color: #fff;\n }\n }\n /* github.com: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* github.com: \"hsla(0,0%,100%,.5)\", \"transparent\" */\n @media (min-width:1012px) {\n .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n background-color: transparent;\n }\n }\n /* github.com: \"color: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .HeaderMenu-link {\n color: #cdcdcd;\n }\n /* github.com: \"stroke: #24292e\" */\n .page-responsive .HeaderMenu-details[open] .icon-chevon-down-mktg {\n stroke: #d2d2d2;\n }\n /* github.com: \"color: #fff\", \"transparent\" */\n .HeaderMenu-link {\n color: #fff;\n background-color: transparent;\n }\n /* github.com: \"color: #fff\" */\n .HeaderMenu-link:hover {\n color: #fff;\n }\n /* github.com: \"hsla(0,0%,100%,.5)\" */\n .HeaderMenu-link .icon-chevon-down-mktg {\n stroke: hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"color: #fff\" */\n .header-logo-invertocat, .header-logo-invertocat:hover {\n color: #fff;\n }\n /* github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .notification-indicator .mail-status {\n color: #fff;\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n }\n /* github.com: \"#0366d6\" */\n .notification-indicator:hover .mail-status {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #24292e\" */\n .header-nav-current-user .user-profile-link {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .feature-preview-indicator {\n color: #fff;\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n }\n /* github.com: \"color: #fff\", \"box-shadow: none\" */\n .header-search-current .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none\" */\n .header-search-current .header-search-wrapper.focus {\n box-shadow: none;\n }\n /* github.com: \"color: #fff\" */\n .header-search-current .header-search-wrapper.focus .header-search-scope {\n color: #fff;\n }\n /* github.com: \"none\", \"box-shadow: none\" */\n .header-search-current .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none\" */\n .header-search-current .header-search-input:focus {\n box-shadow: none;\n }\n /* github.com: \"color: #fff\" */\n .header-search-current .header-search-scope:hover {\n color: #fff;\n }\n /* github.com: \"color: #24292e !important\", \"#fafbfc\" */\n .header-search-current .jump-to-field-active {\n color: #cdcdcd !important;\n background-color: #181818;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-current .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #1b1f23\" */\n .header-search-current .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* github.com: \"color: #6a737d\" */\n .header-search-current .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* github.com: \"initial\" */\n .header-search-current .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* github.com: \"#e1e4e8\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #fff\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\" */\n .header-search-current .jump-to-suggestions-results-container .navigation-focus mark,\n .header-search-current .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* github.com: \"color: #fff\", \"box-shadow: none\" */\n .header-search-prototype .header-search-wrapper {\n color: #fff;\n box-shadow: none;\n }\n /* github.com: \"#fafbfc\", \"box-shadow: none\" */\n .header-search-prototype .header-search-wrapper:focus-within {\n background-color: #181818;\n box-shadow: none;\n }\n /* github.com: \"color: #fff\" */\n .header-search-prototype .header-search-wrapper:focus-within .header-search-scope {\n color: #fff;\n }\n /* github.com: \"none\", \"box-shadow: none\" */\n .header-search-prototype .header-search-input {\n background: none;\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none\" */\n .header-search-prototype .header-search-input:focus {\n box-shadow: none;\n }\n /* github.com: \"color: #fff\" */\n .header-search-prototype .header-search-scope:hover {\n color: #fff;\n }\n /* github.com: \"color: #24292e\" */\n .header-search-prototype .code-search-filter-text-expander {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .header-search-prototype .search-filter-header,\n .header-search-prototype .search-refine-dropdown-header {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .header-search-prototype .site-search-close-button .site-search-close-x {\n color: #fff;\n }\n /* github.com: \"none\" */\n .header-search-prototype .site-search-filter-button {\n background: none;\n }\n /* github.com: \"#fff\" */\n .header-search-prototype .ems-refine-details-dialog {\n background-color: #181818;\n }\n /* github.com: \"color: #1b1f23\" */\n .header-search-prototype .ems-refine-details-dialog .ems-menu-item {\n color: #dcdcdc;\n }\n /* github.com: \"color: #24292e\" */\n .header-search-prototype .ems-refine-details-dialog .ems-result-type-item {\n color: #cdcdcd;\n }\n /* github.com: \"#e1e4e8\" */\n .header-search-prototype .ems-result-types {\n border-right-color: #343434;\n }\n /* github.com: \"color: #24292e !important\" */\n .header-search-prototype .jump-to-field-active {\n color: #cdcdcd !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active:-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active::-ms-input-placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #586069 !important\" */\n .header-search-prototype .jump-to-field-active::placeholder {\n color: #afafaf !important;\n }\n /* github.com: \"color: #1b1f23\" */\n .header-search-prototype .jump-to-suggestions-path {\n color: #dcdcdc;\n }\n /* github.com: \"color: #6a737d\" */\n .header-search-prototype .jump-to-suggestions-path .jump-to-octicon {\n color: #949494;\n }\n /* github.com: \"initial\" */\n .header-search-prototype .jump-to-suggestions-path mark {\n background-color: initial;\n }\n /* github.com: \"#e1e4e8\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #fff\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-octicon {\n color: #fff;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus .jump-to-suggestions-path,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] .jump-to-suggestions-path {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\" */\n .header-search-prototype .jump-to-suggestions-results-container .navigation-focus mark,\n .header-search-prototype .jump-to-suggestions-results-container [aria-selected=true] mark {\n color: #fff;\n }\n /* github.com: \"color: #24292e\" */\n .flash {\n color: #cdcdcd;\n }\n /* github.com: \"none\" */\n .flash-close {\n background: none;\n }\n /* github.com: \"#dbedff\", \"rgba(4,66,137,.2)\" */\n .flash {\n background-color: #182030;\n border-color: #246;\n }\n /* github.com: \"rgba(4,66,137,.6)\" */\n .flash .octicon {\n color: #4f8cc9;\n }\n /* github.com: \"#fffbdd\" */\n .flash-warn {\n background-color: #261d08;\n }\n /* github.com: \"#b08800\" */\n .flash-warn .octicon {\n color: #cb4;\n }\n /* github.com: \"#dcffe4\" */\n .flash-success {\n background-color: #002800;\n }\n /* github.com: \"#fffbdd\" */\n .warning {\n background-color: #261d08;\n }\n /* github.com: \"#fff\", \"#e1e4e8\",\"rgba(149,157,165,.15)\" */\n .autocomplete-results {\n background-color: #181818;\n box-shadow: inset 0 0 0 1px #343434, 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* github.com: \"color: #24292e\", \"#fff\" */\n .autocomplete-item {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .autocomplete-item.navigation-focus, .autocomplete-item.selected,\n .autocomplete-item:hover, .autocomplete-item[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"#fff\", \"#e1e4e8\", \"rgba(149,157,165,.15)\" */\n .suggester {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* github.com: \"#eaecef\" */\n .suggester li {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .suggester li small {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .suggester li.navigation-focus, .suggester li:hover,\n .suggester li[aria-selected=true] {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\" */\n .suggester li.navigation-focus small, .suggester li:hover small,\n .suggester li[aria-selected=true] small {\n color: #fff;\n }\n /* github.com: \"#fff\", \"hsla(0,0%,100%,.8)\" */\n .avatar-child {\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* github.com: \"#fff\" */\n .avatar-child, .AvatarStack-body {\n background-color: #181818;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .AvatarStack-body .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .avatar.avatar-more {\n background-color: #222;\n }\n /* github.com: \"#e1e4e8\" */\n .avatar.avatar-more::before {\n background-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .avatar.avatar-more::after, .AvatarStack--right .avatar.avatar-more {\n background-color: #404040;\n }\n /* github.com: \"#f6f8fa\" */\n .AvatarStack--right .avatar.avatar-more::after {\n background-color: #222;\n }\n /* github.com: \"#fff\" */\n .AvatarStack--right .avatar {\n border-left-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .DashedConnection::before {\n border-bottom-color: #343434;\n }\n /* github.com: \"#fff\", \"#eaecef\" */\n .blankslate code {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"color: #a3aab1\" */\n .blankslate-icon {\n color: #767676;\n }\n /* github.com: \"color: rgba(27,31,35,.6)\", \"#eaf5ff\" */\n .branch-name {\n color: rgba(230, 230, 230, .6);\n background-color: #182030;\n }\n /* github.com: \"#0366d6\" */\n a.branch-name {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#fff\", \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n .dropdown-menu {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* github.com: \"color: #24292e\" */\n .dropdown-item {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .dropdown-item:focus, .dropdown-item:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"none\" */\n .dropdown-signout {\n background: none;\n }\n /* github.com: \"#e1e4e8\" */\n .dropdown-divider {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .dropdown-header {\n color: #afafaf;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-w::before {\n border-color: transparent transparent transparent rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .dropdown-menu-w::after {\n border-color: transparent transparent transparent #181818;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-e::before {\n border-color: transparent rgba(220, 220, 220, .15) transparent transparent;\n }\n /* github.com: \"#fff\" */\n .dropdown-menu-e::after {\n border-color: transparent #181818 transparent transparent;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .dropdown-menu-ne::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .dropdown-menu-ne::after {\n border-top-color: #181818;\n }\n /* github.com: \"color: #fff\", \"#2f363d\", \"#444d56\", \"rgba(149,157,165,.2)\" */\n .dropdown-menu-dark {\n color: #fff;\n background-color: #282828;\n border-color: #484848;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"#444d56\" */\n .dropdown-menu-dark::before {\n border-bottom-color: #484848;\n }\n /* github.com: \"#2f363d\" */\n .dropdown-menu-dark::after {\n border-bottom-color: #282828;\n }\n /* github.com: \"#d1d5da\" */\n .dropdown-menu-dark .dropdown-header {\n color: #404040;\n }\n /* github.com: \"#444d56\" */\n .dropdown-menu-dark .dropdown-divider {\n border-top-color: #484848;\n }\n /* github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-w::before {\n border-color: transparent transparent transparent #484848;\n }\n /* github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-w::after {\n border-color: transparent transparent transparent #282828;\n }\n /* github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-e::before {\n border-color: transparent #484848 transparent transparent;\n }\n /* github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-e::after {\n border-color: transparent #282828 transparent transparent;\n }\n /* github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-ne::before {\n border-color: #484848 transparent transparent;\n }\n /* github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-ne::after {\n border-color: #282828 transparent transparent;\n }\n /* github.com: \"#24292e\" */\n .Header {\n background-color: #181818;\n }\n /* github.com: \"color: #fff\" */\n .Header-link {\n color: #fff;\n }\n /* github.com: \"initial\", \"#e1e4e8\" */\n .label, .Label {\n background-color: initial !important;\n border-color: #343434;\n }\n /* github.com: \"color: #586069\", \"#e1e4e8\" */\n .Label--gray, .Label--outline {\n color: #afafaf;\n border-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .Label--gray-darker {\n color: #cdcdcd;\n }\n /* github.com: \"#735c0f\", \"#f9c513\" */\n .Label--yellow {\n color: #bba257;\n border-color: #cb4;\n }\n /* github.com: \"#cb2431\", \"#cb2431\" */\n .Label--red {\n color: #d82828;\n border-color: #d82828;\n }\n /* github.com: \"#22863a\", \"#28a745\" */\n .Label--green, .Label--outline-green {\n color: #6cc644;\n border-color: #484;\n }\n /* github.com: \"#0366d6\", \"#0366d6\" */\n .Label--blue {\n color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* github.com: \"#6f42c1\", \"#8a63d2\" */\n .Label--purple {\n color: #9378ba;\n border-color: #53387a;\n }\n /* github.com: \"#ec6cb9\" */\n .Label--pink {\n border-color: #c49;\n }\n /* github.com: \"color: #fff\", \"#6a737d\" */\n .state, .State {\n color: #fff;\n background-color: #444;\n }\n /* github.com: \"#28a745\" */\n .State--green {\n background-color: #484;\n }\n /* github.com: \"#d73a49\" */\n .State--red {\n background-color: #d82828;\n }\n /* github.com: \"#6f42c1\" */\n .State--purple {\n background-color: #9378ba;\n }\n /* github.com: \"color: #24292e\", \"rgba(209,213,218,.5)\" */\n .Counter {\n color: #cdcdcd;\n background-color: rgba(90, 90, 90, .5);\n }\n /* github.com: \"color: #6a737d\" */\n .Counter--gray-light {\n color: #949494;\n }\n /* github.com: \"color: #fff\", \"#6a737d\" */\n .Counter--gray {\n color: #fff;\n background-color: #444;\n }\n /* github.com: \"color: #586069\" */\n .diffstat {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .diffstat-block-deleted {\n background-color: #d82828;\n }\n /* github.com: \"#2cbe4e\" */\n .diffstat-block-added {\n background-color: #373;\n }\n /* github.com: \"#d1d5da\" */\n .diffstat-block-neutral {\n background-color: #404040;\n }\n /* github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\" */\n .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* github.com: \"#cb2431\" */\n .markdown-body .absent {\n color: #d82828;\n }\n /* github.com: \"#e1e4e8\" */\n .markdown-body hr {\n background-color: #343434;\n }\n /* github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* github.com: \"color: #1b1f23\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* github.com: \"#eaecef\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #6a737d\" */\n .markdown-body h6 {\n color: #949494;\n }\n /* github.com: \"#dfe2e5\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* github.com: \"#fff\", \"#c6cbd1\" */\n .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* github.com: \"#f6f8fa\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* github.com: \"initial\" */\n .markdown-body table img {\n background-color: initial;\n }\n /* github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* github.com: \"initial\" */\n .markdown-body .emoji {\n background-color: initial;\n }\n /* github.com: \"#dfe2e5\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* github.com: \"rgba(27,31,35,.05)\" */\n .markdown-body code, .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* github.com: \"transparent\" */\n .markdown-body pre > code {\n background-color: transparent;\n }\n /* github.com: \"initial\" */\n .markdown-body pre code, .markdown-body pre tt {\n background-color: initial;\n }\n /* github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .markdown-body .csv-data th {\n background-color: #222;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .Popover-message::after {\n border-bottom-color: #181818;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--bottom-left::before,\n .Popover-message--bottom-right::before, .Popover-message--bottom::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .Popover-message--bottom-left::after, .Popover-message--bottom-right::after,\n .Popover-message--bottom::after {\n border-top-color: #181818;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--right-bottom::before, .Popover-message--right-top::before,\n .Popover-message--right::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .Popover-message--right-bottom::after, .Popover-message--right-top::after,\n .Popover-message--right::after {\n border-left-color: #181818;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .Popover-message--left-bottom::before, .Popover-message--left-top::before,\n .Popover-message--left::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .Popover-message--left-bottom::after, .Popover-message--left-top::after,\n .Popover-message--left::after {\n border-right-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .Progress {\n background-color: #343434;\n }\n /* github.com: \"#fff\" */\n .SelectMenu-modal {\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n @media (min-width:544px) {\n .SelectMenu-modal {\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n }\n /* github.com: \"#eaecef\" */\n .SelectMenu-header {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #959da5\", \"initial\" */\n .SelectMenu-closeButton {\n color: #767676;\n background-color: initial;\n }\n /* github.com: \"#eaecef\" */\n .SelectMenu-filter {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#eaecef\" */\n .SelectMenu-item, .SelectMenu-list {\n background-color: #181818;\n }\n .SelectMenu-item {\n color: #cdcdcd;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #6a737d\", \"initial\", \"#eaecef\" */\n .SelectMenu-tab, .SelectMenu-tabs {\n box-shadow: inset 0 -1px 0 #343434;\n }\n .SelectMenu-tab {\n color: #949494;\n background-color: initial;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#eaecef\" */\n .SelectMenu-tab[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n box-shadow: 0 0 0 1px #343434;\n }\n /* github.com: \"#eaecef\", \"box-shadow: none\" */\n @media (min-width:544px) {\n .SelectMenu-tab[aria-selected=true] {\n border-color: #343434;\n box-shadow: none;\n }\n }\n /* github.com: \"#fff\", \"#eaecef\" */\n .SelectMenu-message {\n border-bottom-color: #343434;\n }\n /* github.com: \"#fff\" */\n .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message {\n background-color: #181818;\n }\n /* github.com: \"color: #6a737d\", \"#f6f8fa\", \"#eaecef\" */\n .SelectMenu-divider {\n color: #949494;\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #6a737d\", \"#eaecef\" */\n .SelectMenu-footer, .SelectMenu-list--borderless .SelectMenu-divider {\n border-top-color: #343434;\n }\n .SelectMenu-footer {\n color: #949494;\n }\n /* github.com: \"color: #24292e\" */\n .SelectMenu-item[aria-checked=true] {\n color: #cdcdcd;\n }\n /* github.com: \"color: #6a737d\" */\n .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled=true] {\n color: #949494;\n }\n /* github.com: \"color: #24292e\", \"color: #586069\", \"#f6f8fa\", \"#fafbfc\", \"#dbedff\", \"#f6f8fa\" */\n @media (hover:hover) {\n .SelectMenu-closeButton:hover,\n body:not(.intent-mouse) .SelectMenu-closeButton:focus {\n color: #cdcdcd;\n }\n .SelectMenu-closeButton:active {\n color: #afafaf;\n }\n .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus {\n background-color: #222;\n }\n .SelectMenu-item:active {\n background-color: #181818;\n }\n body:not(.intent-mouse) .SelectMenu-tab:focus {\n background-color: #182030;\n }\n .SelectMenu-tab:hover {\n color: #cdcdcd;\n }\n .SelectMenu-tab:not([aria-selected=true]):active {\n color: #cdcdcd;\n background-color: #222;\n }\n }\n /* github.com: \"#fafbfc\", \"rgba(209,213,218,.5)\" */\n @media (hover:none) {\n .SelectMenu-item:active, .SelectMenu-item:focus {\n background-color: #181818;\n }\n .SelectMenu-item {\n -webkit-tap-highlight-color: rgba(90, 90, 90, .5);\n }\n }\n /* github.com: \"#e1e4e8\" */\n .Subhead {\n border-bottom-color: #343434;\n }\n /* github.com: \"#cb2431\" */\n .Subhead-heading--danger {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .Subhead-description {\n color: #afafaf;\n }\n /* github.com: \"#e1e4e8\" */\n .TimelineItem::before {\n background-color: #343434;\n }\n /* github.com: \"#2188ff\", \"#c8e1ff\" */\n .TimelineItem:target .TimelineItem-badge {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 .2em rgb(79, 140, 201);\n }\n /* github.com: \"color: #444d56\", \"#e1e4e8\", \"#fff\" */\n .TimelineItem-badge {\n color: #afafaf;\n background-color: #343434;\n border-color: #181818;\n }\n /* github.com: \"color: #444d56\" */\n .TimelineItem-body {\n color: #afafaf;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .TimelineItem-break {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github.com: \"color: #959da5\", \"#fff\" */\n .TimelineItem--condensed .TimelineItem-badge {\n color: #767676;\n background-color: #181818;\n }\n /* github.com: \"color: #1b1f23\", \"#fff\", \"#e1e4e8\",\"rgba(149,157,165,.2)\" */\n .Toast {\n color: #dcdcdc;\n background-color: #181818;\n box-shadow: inset 0 0 0 1px #343434, 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .Toast-icon {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"initial\" */\n .Toast-dismissButton {\n background-color: initial;\n }\n /* github.com: \"color: #586069\" */\n .Toast-dismissButton:focus, .Toast-dismissButton:hover {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .Toast-dismissButton:active {\n color: #767676;\n }\n /* github.com: \"#d73a49\" */\n .Toast--error .Toast-icon {\n background-color: #d82828;\n }\n /* github.com: \"color: #24292e\", \"#f9c513\" */\n .Toast--warning .Toast-icon {\n color: #cdcdcd;\n background-color: #cb4;\n }\n /* github.com: \"#28a745\" */\n .Toast--success .Toast-icon {\n background-color: #484;\n }\n /* github.com: \"color: #fff\" */\n .boxed-group .Counter {\n color: #fff;\n }\n /* github.com: \"#f6f8fa\", \"rgba(27,31,35,.15)\" */\n .boxed-group .heading, .boxed-group > h3 {\n background-color: #222;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #586069\" */\n .boxed-group .heading a.boxed-group-breadcrumb,\n .boxed-group > h3 a.boxed-group-breadcrumb {\n color: #afafaf;\n }\n /* github.com: \"#fff\" */\n .boxed-group .tabnav.heading li:first-child .selected {\n border-left-color: #181818;\n }\n /* github.com: \"color: #fff\", \"#d73a49\" */\n .boxed-group.dangerzone > h3 {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"color: #586069\", \"#fff\", \"#d1d5da\" */\n .boxed-group-inner {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n }\n /* github.com: \"#dfe2e5\" */\n .boxed-group-inner .help, .boxed-group-inner .tabnav-tab.selected {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .boxed-group-inner .help {\n color: #afafaf;\n }\n /* github.com: \"#e1e4e8\" */\n .boxed-group-list > li {\n border-bottom-color: #343434;\n }\n /* github.com: \"#dfe2e5\" */\n .boxed-group-list > li:first-child {\n border-top-color: #343434;\n }\n /* github.com: \"#dcffe4\" */\n .boxed-group-list > li.selected {\n background-color: #002800;\n }\n /* github.com: \"#fafbfc\", \"#eaecef\" */\n .boxed-group-table th {\n background-color: #181818;\n }\n /* github.com: \"#eaecef\" */\n .boxed-group-table td, .boxed-group-table th {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: rgba(27,31,35,.85)\", \"#fffbdd\", \"rgba(27,31,35,.15)\" */\n .boxed-group-warning {\n color: rgba(230, 230, 230, .85);\n background-color: #261d08;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#e1e4e8\" */\n .list-group-item {\n border-color: #343434;\n }\n /* github.com: \"#fafbfc\" */\n .list-group-item.closed {\n background-color: #181818;\n }\n /* github.com: \"#fffdef\" */\n .list-group-item.selected {\n background-color: #261d08;\n }\n /* github.com: \"#f1f8ff\" */\n .list-group-item.navigation-focus, .list-group-item[aria-selected=true] {\n background-color: #182030;\n }\n /* github.com: \"color: #586069\" */\n .list-group-item .list-group-item-summary a {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .list-group-item .list-group-item-summary a.quiet {\n color: #949494;\n }\n /* github.com: \"color: #24292e\" */\n .list-group-item-link {\n color: #cdcdcd;\n }\n /* github.com: \"color: #6a737d\" */\n .draft.octicon {\n color: #949494;\n }\n /* github.com: \"#cb2431\" */\n .closed.octicon, .reverted.octicon {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .open.octicon {\n color: #484;\n }\n /* github.com: \"#6f42c1\" */\n .merged.octicon {\n color: #9378ba;\n }\n /* github.com: \"#eaecef\" */\n .progress-bar {\n background-color: #343434;\n }\n /* github.com: \"#2cbe4e\" */\n .progress-bar .progress {\n background-color: #373;\n }\n /* github.com: \"#e1e4e8\", \"#28a745\",\"#005cc5\",\"#cb2431\" */\n .reverse-progress-container {\n background-color: #343434;\n background-image: linear-gradient(90deg, #484, #4f8cc9, #3a1d6e, #d82828, #f66a0a);\n }\n /* github.com: \"#e1e4e8\" */\n .reverse-progress-bar {\n background-color: #343434;\n }\n /* github.com: \"#fff\" */\n .select-menu-button.primary::after {\n border-top-color: #181818;\n }\n /* github.com: \"hsla(0,0%,100%,.8)\" */\n .select-menu-loading-overlay {\n background-color: hsla(0, 0%, 100%, .8);\n }\n /* github.com: \"color: #586069\", \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.15)\" */\n .select-menu-modal {\n color: #afafaf;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 3px 12px #000;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .select-menu-divider, .select-menu-header {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-divider, .select-menu-header .select-menu-title {\n color: #cdcdcd;\n }\n /* github.com: \"#e1e4e8\" */\n .select-menu-divider {\n border-top-color: #343434;\n }\n /* github.com: \"#c6cbd1\" */\n .select-menu-header .close-button, .select-menu-header .octicon {\n color: #5a5a5a;\n }\n /* github.com: \"color: #444d56\" */\n .select-menu-header .close-button:hover, .select-menu-header .octicon:hover {\n color: #afafaf;\n }\n /* github.com: \"#f6f8fa\" */\n .select-menu-filters {\n background-color: #222;\n }\n /* github.com: \"#dfe2e5\" */\n .select-menu-text-filter:first-child:last-child {\n border-bottom-color: #343434;\n }\n /* github.com: \"#dfe2e5\" */\n .select-menu-text-filter input {\n border-color: #343434;\n }\n /* github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input:-ms-input-placeholder {\n color: #767676;\n }\n /* github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input::-ms-input-placeholder {\n color: #767676;\n }\n /* github.com: \"color: #a3aab1\" */\n .select-menu-text-filter input::placeholder {\n color: #767676;\n }\n /* github.com: \"#dfe2e5\" */\n .select-menu-tabs {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #6a737d\", \"transparent\" */\n .select-menu-tabs .select-menu-tab-nav, .select-menu-tabs a {\n color: #949494;\n background-color: transparent;\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-tabs .select-menu-tab-nav:hover, .select-menu-tabs a:hover {\n color: #cdcdcd;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#dfe2e5\",\"#fff\" */\n .select-menu-tabs .select-menu-tab-nav.selected,\n .select-menu-tabs .select-menu-tab-nav[aria-selected=true],\n .select-menu-tabs a.selected, .select-menu-tabs a[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #343434 #343434 #181818;\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-blankslate h3 {\n color: #cdcdcd;\n }\n /* github.com: \"#eaecef\" */\n .select-menu-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #6a737d\" */\n .select-menu-item.disabled, .select-menu-item.disabled .description,\n .select-menu-item.disabled.selected,\n .select-menu-item.disabled.selected .description,\n .select-menu-item[aria-disabled=true],\n .select-menu-item[aria-disabled=true] .description,\n .select-menu-item[disabled], .select-menu-item[disabled] .description {\n color: #949494;\n }\n /* github.com: \"color: #6a737d !important\" */\n .select-menu-item.selected .octicon-circle-slash.select-menu-item-icon {\n color: #949494 !important;\n }\n /* github.com: \"color: #6a737d\" */\n .select-menu-item .octicon-circle-slash {\n color: #949494;\n }\n /* github.com: \"#f6f8fa\" */\n .select-menu-item.excluded {\n background-color: #222;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .select-menu-item.navigation-focus,\n .select-menu-item.navigation-focus .description-inline,\n .select-menu-item.navigation-focus.select-menu-action,\n .select-menu-item.navigation-focus.selected,\n .select-menu-item.navigation-focus[aria-checked=true],\n .select-menu-item:focus, .select-menu-item:focus .description-inline,\n .select-menu-item:focus.select-menu-action, .select-menu-item:focus.selected,\n .select-menu-item:hover, .select-menu-item:hover .description-inline,\n .select-menu-item:hover.select-menu-action, .select-menu-item:hover.selected,\n .select-menu-item[aria-checked=true]:focus,\n .select-menu-item[aria-checked=true]:hover,\n .select-menu-item[aria-selected=true] .description-inline,\n .select-menu-item[aria-selected=true].select-menu-action,\n .select-menu-item[aria-selected=true]:focus,\n .select-menu-item[aria-selected=true]:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\" */\n .select-menu-item.navigation-focus .description,\n .select-menu-item.navigation-focus .description-inline .description,\n .select-menu-item.navigation-focus .description-inline .description-warning,\n .select-menu-item.navigation-focus .description-inline > .octicon,\n .select-menu-item.navigation-focus .description-warning,\n .select-menu-item.navigation-focus.select-menu-action .description,\n .select-menu-item.navigation-focus.select-menu-action .description-warning,\n .select-menu-item.navigation-focus.select-menu-action > .octicon,\n .select-menu-item.navigation-focus.selected .description,\n .select-menu-item.navigation-focus.selected .description-warning,\n .select-menu-item.navigation-focus.selected > .octicon,\n .select-menu-item.navigation-focus > .octicon,\n .select-menu-item.navigation-focus[aria-checked=true] .description,\n .select-menu-item.navigation-focus[aria-checked=true] .description-warning,\n .select-menu-item.navigation-focus[aria-checked=true] > .octicon,\n .select-menu-item:focus .description,\n .select-menu-item:focus .description-inline .description,\n .select-menu-item:focus .description-inline .description-warning,\n .select-menu-item:focus .description-inline > .octicon,\n .select-menu-item:focus .description-warning,\n .select-menu-item:focus.select-menu-action .description,\n .select-menu-item:focus.select-menu-action .description-warning,\n .select-menu-item:focus.select-menu-action > .octicon,\n .select-menu-item:focus.selected .description,\n .select-menu-item:focus.selected .description-warning,\n .select-menu-item:focus.selected > .octicon,\n .select-menu-item:focus > .octicon, .select-menu-item:hover .description,\n .select-menu-item:hover .description-inline .description,\n .select-menu-item:hover .description-inline .description-warning,\n .select-menu-item:hover .description-inline > .octicon,\n .select-menu-item:hover .description-warning,\n .select-menu-item:hover.select-menu-action .description,\n .select-menu-item:hover.select-menu-action .description-warning,\n .select-menu-item:hover.select-menu-action > .octicon,\n .select-menu-item:hover.selected .description,\n .select-menu-item:hover.selected .description-warning,\n .select-menu-item:hover.selected > .octicon,\n .select-menu-item:hover > .octicon,\n .select-menu-item[aria-checked=true]:focus .description,\n .select-menu-item[aria-checked=true]:focus .description-warning,\n .select-menu-item[aria-checked=true]:focus > .octicon,\n .select-menu-item[aria-checked=true]:hover .description,\n .select-menu-item[aria-checked=true]:hover .description-warning,\n .select-menu-item[aria-checked=true]:hover > .octicon,\n .select-menu-item[aria-selected=true] .description-inline .description,\n .select-menu-item[aria-selected=true] .description-inline .description-warning,\n .select-menu-item[aria-selected=true] .description-inline > .octicon,\n .select-menu-item[aria-selected=true].select-menu-action .description,\n .select-menu-item[aria-selected=true].select-menu-action .description-warning,\n .select-menu-item[aria-selected=true].select-menu-action > .octicon,\n .select-menu-item[aria-selected=true]:focus .description,\n .select-menu-item[aria-selected=true]:focus .description-warning,\n .select-menu-item[aria-selected=true]:focus > .octicon,\n .select-menu-item[aria-selected=true]:hover .description,\n .select-menu-item[aria-selected=true]:hover .description-warning,\n .select-menu-item[aria-selected=true]:hover > .octicon {\n color: #fff;\n }\n /* github.com: \"hsla(0,0%,100%,.5)\" */\n .select-menu-item.navigation-focus.disabled,\n .select-menu-item:hover.disabled,\n .select-menu-item[aria-disabled=true]:hover,\n .select-menu-item[aria-selected=true].disabled,\n .select-menu-item[disabled]:hover {\n color: hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"hsla(0,0%,100%,.6)\" */\n .select-menu-item.navigation-focus.disabled .description,\n .select-menu-item:hover.disabled .description,\n .select-menu-item[aria-disabled=true]:hover .description,\n .select-menu-item[aria-selected=true].disabled .description,\n .select-menu-item[disabled]:hover .description {\n color: hsla(0, 0%, 0%, .6);\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-item.selected,\n details-menu .select-menu-item[aria-checked=true],\n details-menu .select-menu-item[aria-selected=true] {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .select-menu-item.selected .description,\n details-menu .select-menu-item[aria-checked=true] .description,\n details-menu .select-menu-item[aria-selected=true] .description {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-item.selected > .octicon,\n details-menu .select-menu-item[aria-checked=true] > .octicon,\n details-menu .select-menu-item[aria-selected=true] > .octicon {\n color: #cdcdcd;\n }\n /* github.com: \"initial\" */\n .select-menu.label-select-menu .select-menu-item:active {\n background-color: initial !important;\n }\n /* github.com: \"color: #444d56\" */\n .select-menu-action {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .select-menu-action:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .select-menu-item-text .description,\n .select-menu-item-text .description-inline, .select-menu-no-results {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .select-menu-item-text .description-warning {\n color: #d82828;\n }\n /* github.com: \"#0366d6\" */\n .select-menu-new-item-form .octicon {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #6a737d\", \"#e1e4e8\" */\n .table-list {\n color: #949494;\n }\n /* github.com: \"#eaecef\" */\n .table-list, .table-list-bordered {\n border-bottom-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .table-list-bordered .table-list-cell:first-child {\n border-left-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .table-list-bordered .table-list-cell:last-child {\n border-right-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .table-list-item.unread .table-list-cell:first-child {\n box-shadow: inset 2px 0 0 rgb(79, 140, 201);\n }\n /* github.com: \"#eaecef\" */\n .table-list-cell {\n border-top-color: #343434;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .table-list-header {\n background-color: #222;\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .table-list-header-meta, .table-list-header-toggle .btn-link {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .table-list-header-toggle .btn-link.selected,\n .table-list-header-toggle .btn-link.selected:hover,\n .table-list-header-toggle .btn-link:hover,\n .table-list-header-toggle .select-menu-button.selected,\n .table-list-header-toggle .select-menu-button.selected:hover,\n .table-list-header-toggle .select-menu-button:hover {\n color: #cdcdcd;\n }\n /* github.com: \"#fff\", \"#444d56\", \"rgba(0,0,0,.4)\" */\n .Box--overlay {\n background-color: #181818;\n border-color: #484848;\n box-shadow: 0 0 18px #000;\n }\n /* github.com: \"color: #586069\" */\n .Box-body .help, .breadcrumb {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .breadcrumb strong.final-path {\n color: #cdcdcd;\n }\n /* github.com: \"#dfe2e5\" */\n .capped-card {\n border-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .capped-card > p, .capped-card h3 {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .capped-card > p {\n color: #afafaf;\n }\n /* github.com: \"#f6f8fa\" */\n .capped-card-content {\n background-color: #222;\n }\n /* github.com: \"initial\" */\n .comment-body .highlight {\n background-color: initial;\n }\n /* github.com: \"#0366d6\" */\n .comment-form-textarea.dragover {\n border: 1px solid rgb(79, 140, 201);\n }\n /* github.com: \"#86181d\", \"#ffeef0\", \"rgba(27,31,35,.15)\" */\n .comment-form-error {\n color: #d82828;\n background-color: #300;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #586069\", \"#dfe2e5\" */\n .email-format .email-quoted-reply, .email-format .email-signature-reply {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* github.com: \"color: #444d56\", \"#dfe2e5\" */\n .email-format .email-hidden-toggle a {\n color: #afafaf;\n background-color: #343434;\n }\n /* github.com: \"#c6cbd1\" */\n .email-format .email-hidden-toggle a:hover {\n background-color: #5a5a5a;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .email-format .email-hidden-toggle a:active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"#c6cbd1\" */\n .locked-conversation .preview-tab, .locked-conversation .write-tab {\n color: #5a5a5a;\n }\n /* github.com: \"#f6f8fa\", \"#eaecef\" */\n .commit-form, .commit-sha {\n border-color: #343434;\n }\n .commit-sha {\n background-color: #222;\n }\n /* github.com: \"color: #444d56\" */\n .commit .commit-title, .commit .commit-title a {\n color: #afafaf;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .commit .commit-title.blank, .commit .commit-title.blank a {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"#0366d6\" */\n .commit-link, .commit .commit-title .issue-link {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#044289\" */\n .commit-ref .user {\n color: rgba(79, 140, 201, .5);\n }\n /* github.com: \"#dbedff\" */\n a.commit-ref:hover {\n background-color: #182030;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .commit-desc + .commit-branches {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #24292e\" */\n .commit-author-section {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .commit-group-title, .commit-tease-sha {\n color: #afafaf;\n }\n /* github.com: \"#c6cbd1\", \"#fff\" */\n .commit-group-title .octicon-git-commit {\n color: #5a5a5a;\n background-color: #181818;\n }\n /* github.com: \"color: #24292e\" */\n .commits-list-item .commit-title {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .commits-list-item .commit-author, .commits-list-item .commit-meta {\n color: #afafaf;\n }\n /* github.com: \"#e1e4e8\" */\n .commits-list-item + .commits-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"#eaf5ff\", \"rgba(27,31,35,.15)\" */\n .full-commit {\n background-color: #182030;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"initial\", \"rgba(27,31,35,.15)\" */\n .full-commit .btn-outline, .full-commit .btn-outline:disabled {\n background-color: initial;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#005cc5\", \"#005cc5\" */\n .full-commit .btn-outline:not(:disabled):hover {\n color: #4f8cc9;\n border-color: #4f8cc9;\n }\n /* github.com: \"color: #05264c\" */\n .full-commit p.commit-title {\n color: #bebebe;\n }\n /* github.com: \"color: #444d56\" */\n .full-commit .branches-list li {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .full-commit .branches-list li.loading,\n .full-commit .branches-list li.pull-request {\n color: #949494;\n }\n /* github.com: \"#fff\", \"rgba(27,31,35,.15)\" */\n .full-commit .commit-meta {\n background-color: #181818;\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #444d56\" */\n .full-commit .sha-block, .full-commit .sha-block > .sha {\n color: #afafaf;\n }\n /* github.com: \"color: #444d56\", \"#c6cbd1\" */\n .full-commit .sha-block > a {\n color: #afafaf;\n border-bottom-color: #5a5a5a;\n }\n /* github.com: \"#444d56\" */\n .full-commit .sha-block > a:hover {\n border-bottom-color: #484848;\n }\n /* github.com: \"color: #444d56\" */\n .branches-tag-list li:first-child {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .branches-tag-list li.loading {\n color: #949494;\n }\n /* github.com: \"#d3e2f4\" */\n .branches-tag-list li .ellipsis-expander {\n background-color: #383838;\n }\n /* github.com: \"#d6e2f1\" */\n .branches-tag-list li .ellipsis-expander:hover {\n background-color: #444;\n }\n /* github.com: \"color: #6a737d\" */\n .commit-branches {\n color: #949494;\n }\n /* github.com: \"#cb2431\" */\n .commit-loader .loader-error {\n color: #d82828;\n }\n /* github.com: \"#f6f8fa\" */\n .dropdown-signed-commit .dropdown-menu::after {\n border-bottom-color: #202020;\n }\n /* github.com: \"#f6f8fa\" */\n .dropdown-signed-commit .dropdown-menu-w::after {\n border-left-color: #202020;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .signed-commit-header {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* github.com: \"#28a745\" */\n .signed-commit-header .octicon-verified {\n color: #484;\n }\n /* github.com: \"color: #959da5\" */\n .signed-commit-header .octicon-unverified {\n color: #767676;\n }\n /* github.com: \"color: #586069\", \"none\", \"#e1e4e8\" */\n .signed-commit-badge {\n color: #afafaf;\n background: none;\n border-color: #343434;\n }\n /* github.com: \"#c6cbd1\" */\n .signed-commit-badge:hover {\n border-color: #5a5a5a;\n }\n /* github.com: \"#22863a\" */\n .signed-commit-badge.verified {\n color: #6cc644;\n }\n /* github.com: \"#28a745\" */\n .signed-commit-badge.verified:hover {\n border-color: #484;\n }\n /* github.com: \"color: #24292e\" */\n .signed-commit-signer-name .signer {\n color: #cdcdcd;\n }\n /* github.com: \"#eaecef\" */\n .table-of-contents li + li {\n border-top-color: #343434;\n }\n /* github.com: \"#c6cbd1\" */\n .table-of-contents .toc-diff-stats .octicon {\n color: #5a5a5a;\n }\n /* github.com: \"#cb2431\" */\n .table-of-contents .octicon-diff-removed {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .table-of-contents .octicon-diff-renamed {\n color: #949494;\n }\n /* github.com: \"#dbab09\" */\n .table-of-contents .octicon-diff-modified {\n color: #cb4;\n }\n /* github.com: \"#28a745\" */\n .table-of-contents .octicon-diff-added {\n color: #484;\n }\n /* github.com: \"color: #24292e\" */\n .toc-select .select-menu-item-heading, .toc-select .select-menu-item-text {\n color: #cdcdcd;\n }\n /* github.com: \"#cb2431\" */\n .toc-select .select-menu-item-icon.octicon-diff-removed {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .toc-select .select-menu-item-icon.octicon-diff-renamed {\n color: #949494;\n }\n /* github.com: \"#dbab09\" */\n .toc-select .select-menu-item-icon.octicon-diff-modified {\n color: #cb4;\n }\n /* github.com: \"#28a745\" */\n .toc-select .select-menu-item-icon.octicon-diff-added {\n color: #484;\n }\n /* github.com: \"color: #fff !important\" */\n .toc-select .navigation-focus .diffstat,\n .toc-select .navigation-focus .octicon-diff-added,\n .toc-select .navigation-focus .octicon-diff-modified,\n .toc-select .navigation-focus .octicon-diff-removed,\n .toc-select .navigation-focus .octicon-diff-renamed,\n .toc-select .navigation-focus .select-menu-item-heading,\n .toc-select .navigation-focus .select-menu-item-text,\n .toc-select .navigation-focus .text-gray-light,\n .toc-select .navigation-focus .text-green,\n .toc-select .navigation-focus .text-red,\n .toc-select[aria-selected=true] .diffstat,\n .toc-select[aria-selected=true] .octicon-diff-added,\n .toc-select[aria-selected=true] .octicon-diff-modified,\n .toc-select[aria-selected=true] .octicon-diff-removed,\n .toc-select[aria-selected=true] .octicon-diff-renamed,\n .toc-select[aria-selected=true] .select-menu-item-heading,\n .toc-select[aria-selected=true] .select-menu-item-text,\n .toc-select[aria-selected=true] .text-gray-light,\n .toc-select[aria-selected=true] .text-green,\n .toc-select[aria-selected=true] .text-red,\n .toc-select [role^=menuitem]:focus .diffstat,\n .toc-select [role^=menuitem]:focus .octicon-diff-added,\n .toc-select [role^=menuitem]:focus .octicon-diff-modified,\n .toc-select [role^=menuitem]:focus .octicon-diff-removed,\n .toc-select [role^=menuitem]:focus .octicon-diff-renamed,\n .toc-select [role^=menuitem]:focus .select-menu-item-heading,\n .toc-select [role^=menuitem]:focus .select-menu-item-text,\n .toc-select [role^=menuitem]:focus .text-gray-light,\n .toc-select [role^=menuitem]:focus .text-green,\n .toc-select [role^=menuitem]:focus .text-red,\n .toc-select [role^=menuitem]:hover .diffstat,\n .toc-select [role^=menuitem]:hover .octicon-diff-added,\n .toc-select [role^=menuitem]:hover .octicon-diff-modified,\n .toc-select [role^=menuitem]:hover .octicon-diff-removed,\n .toc-select [role^=menuitem]:hover .octicon-diff-renamed,\n .toc-select [role^=menuitem]:hover .select-menu-item-heading,\n .toc-select [role^=menuitem]:hover .select-menu-item-text,\n .toc-select [role^=menuitem]:hover .text-gray-light,\n .toc-select [role^=menuitem]:hover .text-green,\n .toc-select [role^=menuitem]:hover .text-red {\n color: #fff !important;\n }\n /* github.com: \"color: #6a737d\", \"#e1e4e8\" */\n .conversation-list-heading {\n color: #949494;\n border-bottom-color: #343434;\n }\n /* github.com: \"#fff\" */\n .conversation-list-heading .inner {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .copyable-terminal {\n background-color: #222;\n }\n /* github.com: \"#e1e4e8\" */\n .diff-table .line-comments {\n border-top-color: #343434;\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .diff-table tr:not(:last-child) .line-comments {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .blob-num {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"color: rgba(27,31,35,.6)\" */\n .blob-num:hover {\n color: rgba(230, 230, 230, .6);\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .blob-num.non-expandable:hover {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"color: #24292e\" */\n .blob-code-inner {\n color: #cdcdcd;\n }\n /* github.com: \"#fffbdd\" */\n .blob-code-inner.highlighted, .blob-code-inner .highlighted {\n background-color: #261d08;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .blob-code-hunk, .blob-num-expandable, .blob-num-hunk {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"#f1f8ff\" */\n .blob-code-hunk, .blob-num-expandable, .blob-num-hunk {\n background-color: #182030;\n }\n /* github.com: \"#fafbfc\" */\n .blob-expanded .blob-code, .blob-expanded .blob-num {\n background-color: #181818;\n }\n /* github.com: \"#eaecef\" */\n .blob-expanded + tr:not(.blob-expanded) .blob-code,\n .blob-expanded + tr:not(.blob-expanded) .blob-num,\n .blob-expanded .blob-num-hunk,\n tr:not(.blob-expanded) + .blob-expanded .blob-code,\n tr:not(.blob-expanded) + .blob-expanded .blob-num {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .blob-num-expandable .diff-expander,\n .blob-num-expandable .directional-expander {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .blob-num-expandable .diff-expander:hover,\n .blob-num-expandable .directional-expander:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #24292e\" */\n .blob-code-addition .x {\n color: #cdcdcd;\n }\n /* github.com: \"#ffeef0\" */\n .blob-code-deletion {\n background-color: #300;\n }\n /* github.com: \"color: #24292e\" */\n .blob-code-deletion .x {\n color: #cdcdcd;\n }\n /* github.com: \"#ffeef0\" */\n .blob-num-deletion {\n background-color: #300;\n }\n /* github.com: \"rgba(255,223,93,.2)\" */\n .selected-line::after {\n background-color: rgba(132, 70, 0, .2);\n }\n /* github.com: \"#ffd33d\" */\n .selected-line.selected-line-top::after {\n border-top-color: #cb4;\n }\n /* github.com: \"#ffd33d\" */\n .selected-line.selected-line-bottom::after {\n border-bottom-color: #cb4;\n }\n /* github.com: \"#ffd33d\" */\n .selected-line.selected-line-left::after, .selected-line:first-child::after {\n border-left-color: #cb4;\n }\n /* github.com: \"#ffd33d\" */\n .selected-line.selected-line-right::after, .selected-line:last-child::after {\n border-right-color: #cb4;\n }\n /* github.com: \"#0366d6\" */\n .is-commenting .selected-line.blob-code::before {\n background: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\", \"rgba(27,31,35,.15)\" */\n .add-line-comment {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: linear-gradient(#0372ef, rgb(79, 140, 201));\n box-shadow: 0 1px 4px #000;\n }\n /* github.com: \"#dfe2e5\" */\n .inline-comment-form {\n border-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .empty-cell + .line-comments, .line-comments + .line-comments {\n border-left-color: #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .file-diff-split .blob-code + .blob-num {\n border-left-color: #202020;\n }\n /* github.com: \"#fafbfc\", \"#eaecef\" */\n .file-diff-split .empty-cell {\n background-color: #181818;\n border-right-color: #343434;\n }\n /* github.com: \"#cb2431\" */\n .submodule-diff-stats .octicon-diff-removed {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .submodule-diff-stats .octicon-diff-added {\n color: #484;\n }\n /* github.com: \"linear-gradient(180deg,rgba(242,248,254,0),rgba(242,248,254,.47))\" */\n .code-navigation-banner {\n background: linear-gradient(180deg, #181818, #181818);\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-timeline.team-discussion-timeline::before,\n .discussion-timeline::before {\n background-color: #343434;\n }\n /* github.com: \"#fff\" */\n .discussion-timeline.team-discussion-timeline .blankslate {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .discussion-sidebar-item {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .discussion-sidebar-item .muted-icon {\n color: #767676;\n }\n /* github.com: \"#0366d6\" */\n .discussion-sidebar-item .muted-icon:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-sidebar-item + .discussion-sidebar-item {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .discussion-sidebar-heading {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .discussion-sidebar-toggle .octicon {\n color: #767676;\n }\n /* github.com: \"#0366d6\" */\n .discussion-sidebar-toggle:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"none\" */\n button.discussion-sidebar-toggle {\n background: none;\n }\n /* github.com: \"color: #586069\" */\n .sidebar-assignee .assignee {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .sidebar-assignee .assignee:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#cb2431\" */\n .thread-subscribe-form.is-error .thread-subscribe-button {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .participation a {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .participation a:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#fff\" */\n .gh-header, .gh-header .gh-header-sticky.is-stuck + .gh-header-shadow {\n background-color: #181818;\n }\n /* github.com: \"color: #6a737d\" */\n .gh-header-number {\n color: #949494;\n }\n /* github.com: \"color: #586069\", \"#e1e4e8\" */\n .gh-header-meta {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .tabnav-pr {\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .tabnav-pr .tabnav-tab {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\", \"#e1e4e8\" */\n .tabnav-pr .tabnav-tab.selected {\n color: #cdcdcd;\n border-color: #343434;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .timeline-comment-wrapper {\n border-top-color: #181818;\n border-bottom-color: #181818;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .timeline-comment {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* github.com: \"#c0d3eb\" */\n .timeline-comment.current-user {\n border-color: #246;\n }\n /* github.com: \"#f1f8ff\", \"#c0d3eb\" */\n .timeline-comment.current-user .timeline-comment-header {\n background-color: #182030;\n border-bottom-color: #246;\n }\n /* github.com: \"#c0d3eb\" */\n .timeline-comment.current-user .timeline-comment-label {\n border-color: #246;\n }\n /* github.com: \"color: #c0d3eb\", \"#f1f8ff\", \"#c0d3eb\" */\n .timeline-comment.current-user .previewable-comment-form .comment-form-head.tabnav {\n color: #246;\n background-color: #182030;\n border-bottom-color: #246;\n }\n /* github.com: \"#e5d999\" */\n .timeline-comment.is-internal, .timeline-comment.unread-item {\n border-color: #542;\n }\n /* github.com: \"#fffdef\", \"#e5d999\" */\n .timeline-comment.is-internal .timeline-comment-header,\n .timeline-comment.unread-item .timeline-comment-header {\n background-color: #261d08;\n border-bottom-color: #542;\n }\n /* github.com: \"#e5d999\" */\n .timeline-comment.is-internal .timeline-comment-label,\n .timeline-comment.unread-item .timeline-comment-label {\n border-color: #542;\n }\n /* github.com: \"#e5d999\", \"#fffdef\", \"#e5d999\" */\n .timeline-comment.is-internal .previewable-comment-form .comment-form-head.tabnav,\n .timeline-comment.unread-item .previewable-comment-form .comment-form-head.tabnav {\n color: #542;\n background-color: #261d08;\n border-bottom-color: #542;\n }\n /* github.com: \"#e1e4e8\" */\n .timeline-comment .comment + .comment {\n border-top-color: #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .timeline-comment--caret::after {\n border-right-color: #202020;\n }\n /* github.com: \"#d1d5da\" */\n .timeline-comment--caret::before {\n border-right-color: #404040;\n }\n /* github.com: \"#fffdef\" */\n .is-pending .timeline-comment--caret::after {\n border-right-color: #261d08;\n }\n /* github.com: \"#f9c513\" */\n .is-pending .timeline-comment--caret::before {\n border-right-color: #cb4;\n }\n /* github.com: \"#f1f8ff\" */\n .timeline-comment--caret.current-user::after {\n border-right-color: #182030;\n }\n /* github.com: \"#c0d3eb\" */\n .timeline-comment--caret.current-user::before {\n border-right-color: #246;\n }\n /* github.com: \"#fffdef\" */\n .timeline-comment--caret.is-internal::after,\n .timeline-comment--caret.unread-item::after {\n border-right-color: #261d08;\n }\n /* github.com: \"#e5d999\" */\n .timeline-comment--caret.is-internal::before,\n .timeline-comment--caret.unread-item::before {\n border-right-color: #542;\n }\n /* github.com: \"filter: drop-shadow(-.28em 0 0 #c8e1ff)\", \"#2188ff\" */\n :target .timeline-comment--caret::before {\n filter: drop-shadow(-.28em 0 0 rgba(79, 140, 201, .3));\n border-right-color: rgb(79, 140, 201);\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n :target .timeline-comment {\n border-color: rgb(79, 140, 201);\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .review-comment:target, :target .timeline-comment {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3);\n }\n .review-comment:target {\n border: 1px solid rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\", \"#f6f8fa\", \"#d1d5da\" */\n .timeline-comment-header {\n color: #afafaf;\n background-color: #222;\n border-bottom-color: #404040;\n }\n /* github.com: \"color: #586069\" */\n .timeline-comment-header .author {\n color: #afafaf;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .timeline-comment-label {\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#cb2431\", \"#d73a49\" */\n .timeline-comment-label-spammy {\n color: #d82828;\n border-color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .timeline-comment-header-text code a {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .timeline-comment-action {\n color: #949494;\n }\n /* github.com: \"#0366d6\" */\n .timeline-comment-action:focus, .timeline-comment-action:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#d1d5da\" */\n .timeline-comment-action.disabled, .timeline-comment-action.disabled:hover {\n color: #404040;\n }\n /* github.com: \"#e1e4e8\" */\n .timeline-new-comment .previewable-comment-form .comment-body {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"#e1e4e8\", \"#fff\" */\n .discussion-item-icon {\n color: #cdcdcd;\n background-color: #343434;\n border-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .discussion-item-header {\n color: #afafaf;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .discussion-item-private {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"#f6f8fa\" */\n .previewable-comment-form .comment-form-head.tabnav {\n background-color: #222;\n }\n /* github.com: \"#fff\" */\n .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting {\n background-color: #181818;\n }\n /* github.com: \"transparent\" */\n @media (min-width:1012px) {\n .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting {\n background-color: transparent;\n }\n }\n /* github.com: \"#f6f8fa\" */\n @media (min-width:768px) {\n .page-responsive .previewable-comment-form .comment-form-head.tabnav {\n background-color: #222;\n }\n }\n /* github.com: \"initial\", \"#e1e4e8\" */\n .previewable-comment-form .comment-body {\n background-color: initial;\n border-bottom-color: #343434;\n }\n /* github.com: \"#fff\" */\n .new-discussion-timeline .composer .timeline-comment::after {\n border-right-color: #181818;\n }\n /* github.com: \"#fff\" */\n .new-discussion-timeline .composer .comment-form-head.tabnav {\n background-color: #181818;\n }\n /* github.com: \"#d1d5da\", \"#fff\", \"#d1d5da\" */\n @media (min-width:768px) {\n .composer.composer-responsive .timeline-comment {\n border-color: #404040;\n }\n .composer.composer-responsive .timeline-comment::after {\n border-right-color: #181818;\n }\n .composer.composer-responsive .timeline-comment::before {\n border-right-color: #404040;\n }\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .discussion-timeline-actions {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github.com: \"#fff\" */\n .pagination-loader-container {\n background-color: #181818;\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n :target .timeline-comment-group .timeline-comment {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3);\n }\n /* github.com: \"#f9c513\" */\n .is-pending .comment-form-head.tabnav, .is-pending .file,\n .is-pending .file-header, .is-pending .tabnav-tab.selected {\n border-color: #cb4;\n }\n /* github.com: \"#fffdef\" */\n .is-pending .comment-form-head.tabnav, .is-pending .file-header {\n background-color: #261d08;\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-item-review-comment {\n border-bottom-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-item-icon-gray {\n background-color: #343434 !important;\n }\n /* github.com: \"#c6cbd1\" */\n .footer-octicon {\n color: #5a5a5a;\n }\n /* github.com: \"color: #959da5\" */\n .footer-octicon:hover {\n color: #767676;\n }\n /* github.com: \"none\", \"box-shadow: none\" */\n .kb-konami-dialog {\n background: none;\n box-shadow: none;\n }\n /* github.com: \"color: #fff\", \"#fff\" */\n .kb-konami-dialog .Box-btn-octicon {\n color: #fff;\n border-color: #181818;\n }\n /* github.com: \"none\" */\n .konami {\n background: none;\n }\n /* github.com: \"color: #fff\", \"rgba(27,31,35,.04)\" */\n .konami .key {\n color: #fff;\n box-shadow: 0 1px 0 #000;\n }\n /* github.com: \"none\" */\n .konami-overlay {\n background: none;\n }\n /* github.com: \"color: #fff\", \"none\", \"#fff\" */\n .konami .key.complete {\n color: #fff;\n background: none;\n border-color: #181818;\n }\n /* github.com: \"color: #24292e\" */\n .konami .key.active {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\" */\n .konami .key.down.active {\n color: #fff;\n }\n /* github.com: \"color: #24292e\" */\n .konami .enter-link {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\", \"none\" */\n .konami .enter-link:hover {\n color: #fff;\n background: none;\n }\n /* github.com: \"color: #24292e\" */\n .team-mention, .user-mention {\n color: #cdcdcd;\n }\n /* github.com: \"#e1e4e8\" */\n .pagehead {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .pagehead-actions > li {\n color: #cdcdcd;\n }\n /* github.com: \"#cb2431\" */\n .pagehead-actions .octicon-mute {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .pagehead-tabs-item {\n color: #afafaf;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .pagehead-tabs-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"color: #444d56\" */\n .pagehead-tabs-item .Counter {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .pagehead-tabs-item:hover {\n color: #cdcdcd;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n .pagehead-tabs-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #fb8532 #343434 transparent;\n }\n /* github.com: \"color: #586069\" */\n .reponav-item {\n color: #afafaf;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .reponav-item .octicon {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"color: #444d56\" */\n .reponav-item .Counter {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .reponav-item:focus, .reponav-item:hover {\n color: #cdcdcd;\n }\n /* github.com: \"color: #24292e\", \"#fff\", \"#e36209\",\"#e1e4e8\" */\n .reponav-item.selected {\n color: #cdcdcd;\n border-color: #fb8532 #343434 transparent;\n }\n /* github.com: \"#24292e\" */\n .reponav-item.selected, .reponav-wrapper {\n background-color: #181818;\n }\n /* github.com: \"color: #fff\", \"initial\" */\n .reponav-wrapper .reponav-item.selected {\n color: #fff;\n background-color: initial;\n }\n /* github.com: \"#dfe2e5\" */\n .steps {\n border-color: #343434;\n }\n /* github.com: \"#c6cbd1\", \"#fafbfc\", \"#dfe2e5\" */\n .steps li {\n color: #5a5a5a;\n background-color: #181818;\n border-left-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"#fff\" */\n .steps li.current {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"#0366d6\" */\n .steps li.current .octicon {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .steps .complete {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .steps .complete .octicon {\n color: #484;\n }\n /* github.com: \"#0366d6\" */\n .prose-diff .show-rich-diff {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#d1d5da\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable .octicon {\n color: #404040;\n }\n /* github.com: \"color: #24292e\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:hover .octicon {\n color: #cdcdcd;\n }\n /* github.com: \"#d1d5da\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child::before {\n color: #404040;\n }\n /* github.com: \"color: #24292e\" */\n .prose-diff.collapsed .rich-diff-level-zero.expandable:only-child:hover::before {\n color: #cdcdcd;\n }\n /* github.com: \"#2cbe4e\" */\n .prose-diff .markdown-body > ins {\n box-shadow: inset 4px 0 0 #373;\n }\n /* github.com: \"#cb2431\" */\n .prose-diff .markdown-body > del {\n box-shadow: inset 4px 0 0 #d82828;\n }\n /* github.com: \"#2cbe4e\" */\n .prose-diff .rich-diff-level-zero.added {\n box-shadow: inset 4px 0 0 #373;\n }\n /* github.com: \"#cb2431\" */\n .prose-diff .rich-diff-level-zero.removed {\n box-shadow: inset 4px 0 0 #d82828;\n }\n /* github.com: \"#f9c513\" */\n .prose-diff .rich-diff-level-zero.changed {\n box-shadow: inset 4px 0 0 #cb4;\n }\n /* github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff .changed .removed, .prose-diff .changed .removed > div,\n .prose-diff .changed .removed code, .prose-diff .changed del,\n .prose-diff .changed del > div, .prose-diff .changed del code {\n color: #d82828;\n background-color: #300;\n }\n /* github.com: \"#2cbe4e\" */\n .prose-diff .changed .added, .prose-diff .changed ins,\n .prose-diff .changed ins code {\n border-bottom-color: #373;\n }\n /* github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff > .markdown-body li ul.removed {\n color: #d82828;\n background-color: #300;\n }\n /* github.com: \"#d1d5da\" */\n .prose-diff > .markdown-body li.added.moved-down .octicon,\n .prose-diff > .markdown-body li.added.moved-up .octicon {\n color: #404040;\n }\n /* github.com: \"#fffdef\" */\n .prose-diff > .markdown-body li.added.moved {\n background-color: #261d08;\n }\n /* github.com: \"#fffdef\", \"#dfe2e5\" */\n .prose-diff > .markdown-body td.changed,\n .prose-diff > .markdown-body th.changed {\n background-color: #261d08;\n border-left-color: #343434;\n }\n /* github.com: \"#cb2431\", \"#ffeef0\" */\n .prose-diff > .markdown-body li:not(.moved).removed {\n color: #d82828;\n background-color: #300;\n }\n /* github.com: \"#f6f8fa\" */\n .protip code {\n background-color: #222;\n }\n /* github.com: \"#dbedff\" */\n .add-reactions-options-item:active {\n background-color: #182030;\n }\n /* github.com: \"#e1e4e8\" */\n .comment-reactions.has-reactions {\n border-top-color: #343434;\n }\n /* github.com: \"#f1f8ff\" */\n .comment-reactions .user-has-reacted {\n background-color: #182030;\n }\n /* github.com: \"#e1e4e8\" */\n .reaction-summary-item {\n border-right-color: #343434;\n }\n /* github.com: \"#dfe2e5\" */\n .render-container {\n background-color: #343434;\n }\n /* github.com: \"none\" */\n .render-container.is-render-ready.is-render-requested:not(.is-render-failed) {\n background: none;\n }\n /* github.com: \"color: #444d56\", \"#f6f8fa\", \"rgba(27,31,35,.15)\" */\n .render-notice {\n color: #afafaf;\n background-color: #222;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#dfe2e5\" */\n .content-attachment {\n border-left-color: #343434;\n }\n /* github.com: \"hsla(0,0%,100%,0)\",\"#fff\" */\n .max--md .content-attachment-content--gradient {\n background: linear-gradient(180deg, transparent, #181818 calc(100% - 28px));\n }\n /* github.com: \"none\" */\n .content-attachment-details[open] .max--md .content-attachment-content--gradient {\n background: none;\n }\n /* github.com: \"color: #586069\" */\n .marketing .pagehead p {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .marketing h2 .secure {\n color: #484;\n }\n /* github.com: \"#e5e5e5\" */\n .marketing-section {\n border-bottom-color: #343434;\n }\n /* github.com: \"#e5e5e5\" */\n .marketing-hero-octicon {\n border-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .marketing-hero-octicon .octicon {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .hanging-icon-list .octicon {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .hanging-icon-list .octicon-check {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .hanging-icon-list .octicon-x {\n color: #d82828;\n }\n /* github.com: \"color: #fff\", \"#3b41af\", \"#6570e2\",\"#3b41af\" */\n .btn-blurple {\n color: #fff;\n background-color: #6570e2;\n background-image: linear-gradient(-180deg, #4550c2, #6570e2 90%);\n }\n /* github.com: \"rgba(27,31,35,.5)\" */\n .btn-blurple.hover, .btn-blurple:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* github.com: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-blurple.selected, .btn-blurple:active, .btn-blurple[aria-selected=true],\n [open] > .btn-blurple {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* github.com: \"none\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n .btn-blurple.disabled, .btn-blurple:disabled,\n .btn-blurple[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* github.com: \"#fff\" */\n .btn-blurple .Counter {\n background-color: #181818;\n }\n /* github.com: \"color: #fff\" */\n .intgrs-dir-intro .directory-header-back,\n .intgrs-dir-intro .directory-tag-line {\n color: #fff;\n }\n /* github.com: \"#0366d6\" */\n .intgrs-lstng-item-link:hover .intgrs-lstng-item-header {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #333\" */\n .intgrs-lstng-item-header {\n color: #bebebe;\n }\n /* github.com: \"color: #586069\" */\n .intgrs-lstng-item-description {\n color: #afafaf;\n }\n /* github.com: \"hsla(0,0%,100%,0)\",\"#fff\" */\n .intgrs-lstng-item-description::after {\n background-image: linear-gradient(90deg, transparent, #181818 80%);\n }\n /* github.com: \"color: #fff\" */\n .intgr-admin-link.draft-tag .octicon,\n .intgr-admin-link.draft-tag:hover .octicon {\n color: #fff;\n }\n /* github.com: \"#0366d6\" */\n .intgr-admin-link:hover .octicon {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .intgr-admin-link .octicon {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .integrations-breadcrumb-link:hover,\n .intgr-feat-header .intgr-admin-link:hover .octicon, .intgr-feat-header h2 {\n color: #fff;\n }\n /* github.com: \"initial\" */\n .integrations-install-target .flash,\n .integrations-install-target .flash-error {\n background-color: initial;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .integrations-install-target .octicon-lock {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"#fafbfc\" */\n .listgroup-item.disabled {\n background-color: #181818;\n }\n /* github.com: \"color: #333\" */\n .listgroup-item.disabled .listgroup-item-title {\n color: #bebebe;\n }\n /* github.com: \"color: #767676\" */\n .link-small {\n color: #767676;\n }\n /* github.com: \"#0366d6\" */\n .listgroup-item:hover .link-small {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#d73a49\" */\n .manifest-errors {\n border-left-color: #d82828;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .not-found-octocat-wrapper::after {\n background-color: #181818;\n box-shadow: 0 4px 0 #181818, 0 8px 0 #181818, 0 12px 0 #181818, 0 16px 0 #181818, 0 20px 0 #181818;\n }\n /* github.com: \"color: #333\" */\n .billing-plans .name {\n color: #bebebe;\n }\n /* github.com: \"color: #fff\", \"#28a745\" */\n .billing-plans .coupon td {\n color: #fff;\n background-color: #484;\n }\n /* github.com: \"#28a745\" */\n .coupon-label::after {\n border-bottom-color: #484;\n }\n /* github.com: \"#eee\" */\n .plan-notice {\n border-top-color: #343434;\n }\n /* github.com: \"color: #fff\" */\n .alert-label {\n color: #fff;\n }\n /* github.com: \"#cb2431\" */\n .alert-label--high {\n background-color: #d82828;\n }\n /* github.com: \"#cb2431\" */\n .graph-canvas .alert-label--high {\n fill: #d82828;\n }\n /* github.com: \"#e36209\" */\n .alert-label--moderate {\n background-color: #fb8532;\n }\n /* github.com: \"#e36209\" */\n .graph-canvas .alert-label--moderate {\n fill: #fb8532;\n }\n /* github.com: \"#dbab09\" */\n .alert-label--low {\n background-color: #cb4;\n }\n /* github.com: \"#dbab09\" */\n .graph-canvas .alert-label--low {\n fill: #cb4;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .advisory-form {\n background-color: #222;\n border-top-color: #343434;\n }\n /* github.com: \"#fff\" */\n .advisory-form .form-actions, .advisory-form .form-control,\n .advisory-form .previewable-comment-form {\n background-color: #181818;\n }\n /* github.com: \"#f5f5f5\" */\n .credit-card {\n background-color: #222;\n }\n /* github.com: \"color: #767676\", \"#fff\" */\n .credit-card.normal .signature {\n color: #767676;\n background-color: #181818;\n }\n /* github.com: \"#d73a49\" */\n .credit-card .cvv {\n border-color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .credit-card .cvv span {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .billing-addon-items td.black {\n color: #cdcdcd;\n }\n /* github.com: \"#eee\" */\n .billing-addon-items tr {\n border-bottom-color: #343434;\n }\n /* github.com: \"#fafbfc\" */\n .billing-addon-items tr:nth-child(2n) {\n background-color: #181818;\n }\n /* github.com: \"#cb2431\", \"#fff\" */\n .billing-addon-items tr.total-row {\n color: #d82828;\n background-color: #181818;\n }\n /* github.com: \"color: #666\" */\n .billing-addon-items .addon-cost,\n .billing-addon-items .discounted-original-price {\n color: #949494;\n }\n /* github.com: \"#fff\" */\n .billing-credit-card .javascript-disabled-overlay {\n background-color: #181818;\n }\n /* github.com: \"#eee\" */\n .billing-extra-box, .billing-vat-box {\n border-left-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .billing-section .section-label {\n color: #afafaf;\n }\n /* github.com: \"color: #333\" */\n .billing-section .section-content {\n color: #bebebe;\n }\n /* github.com: \"#eee\" */\n .usage-bar {\n background-color: #242424;\n }\n /* github.com: \"#d73a49\" */\n .usage-bar.exceeded .progress {\n background-color: #d82828 !important;\n }\n /* github.com: \"#34d058\" */\n .usage-bar .progress {\n background-color: #373;\n }\n /* github.com: \"#8a63d2\" */\n .usage-bar .progress--purple {\n background-color: #53387a;\n }\n /* github.com: \"color: #586069\" */\n .lfs-data-icon {\n color: #afafaf;\n }\n /* github.com: \"color: #333\" */\n .lfs-data-icon.dark {\n color: #bebebe;\n }\n /* github.com: \"#f9f9f9\" */\n .paypal-container {\n background-color: #181818;\n }\n /* github.com: \"#ddd\" */\n .braintree-paypal-loggedin {\n border-color: #343434 !important;\n }\n /* github.com: \"color: #586069\" */\n .payment-history .currency, .payment-history .status {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .payment-history .succeeded .status {\n color: #484;\n }\n /* github.com: \"#f6f8fa\" */\n .payment-history .failed, .payment-history .refunded {\n background-color: #222;\n }\n /* github.com: \"color: #6a737d\" */\n .payment-history .refunded .status {\n color: #949494;\n }\n /* github.com: \"#cb2431\" */\n .payment-history .failed .status {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .discounted-original-price {\n color: #afafaf;\n }\n /* github.com: \"#f9f9f9\", \"#eee\" */\n .billing-manager-banner {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .billing-manager-banner-text, .billing-manager-banner-title {\n color: #afafaf;\n }\n /* github.com: \"#fafbfc\", \"#e0e0e0\" */\n .plan-choice {\n border-color: #343434;\n }\n /* github.com: \"#fff\" */\n .plan-choice, .plan-choice.open, .plan-choice.selected {\n background-color: #181818;\n }\n /* github.com: \"#d1d5da\", \"rgba(149,157,165,.2)\" */\n .plan-choice--experiment.open, .plan-choice--experiment.selected {\n border-color: #404040;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"#28a745\", \"rgba(27,31,35,.04)\" */\n .plan-choice--experiment.open .plan-choice-icon,\n .plan-choice--experiment.selected .plan-choice-icon {\n background-color: #484;\n box-shadow: 0 1px 0 #000;\n }\n /* github.com: \"#34d058\" */\n .plan-choice--experiment.plan-choice--green.open,\n .plan-choice--experiment.plan-choice--green.selected {\n border-color: #373;\n }\n /* github.com: \"#28a745\" */\n .plan-choice--experiment.plan-choice--green.open .plan-choice-icon,\n .plan-choice--experiment.plan-choice--green.selected .plan-choice-icon {\n background-color: #484;\n }\n /* github.com: \"#8a63d2\" */\n .plan-choice--experiment.plan-choice--purple.open,\n .plan-choice--experiment.plan-choice--purple.selected {\n border-color: #53387a;\n }\n /* github.com: \"#6f42c1\" */\n .plan-choice--experiment.plan-choice--purple.open .plan-choice-icon,\n .plan-choice--experiment.plan-choice--purple.selected .plan-choice-icon {\n background-color: #9378ba;\n }\n /* github.com: \"color: #6a737d\" */\n .plan-choice-exp {\n color: #949494;\n }\n /* github.com: \"#e0e0e0\" */\n .billing-line-item {\n border-top-color: #343434;\n }\n /* github.com: \"color: #6a737d\" */\n .billing-box-accordion:hover .billing-box-accordion-state .octicon {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .billing-box-accordion-state .octicon {\n color: #afafaf;\n }\n /* github.com: \"#fff\" */\n .billing-box-progressBars span:nth-child(2) {\n border-left-color: #181818;\n }\n /* github.com: \"color: #6a737d\" */\n .blame-commit-date[data-heat=\"10\"] {\n color: #949494;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .blame-commit-message .message.blank {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"#d1d5da\" */\n .reblame-link {\n color: #404040;\n }\n /* github.com: \"color: #6a737d\" */\n .blame-hunk:hover .reblame-link {\n color: #949494;\n }\n /* github.com: \"#e5e5e5\" */\n .blob-interaction-bar {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .blob-interaction-bar .octicon-search {\n color: #afafaf;\n }\n /* github.com: \"#f6f8fa\" */\n .TagsearchPopover-list .TagsearchPopover-list-item:hover {\n background-color: #222;\n }\n /* github.com: \"#fff\" */\n .CopyBlock:active, .CopyBlock:focus, .CopyBlock:hover,\n .file-commit-form--full, .linejump .linejump-input {\n background-color: #181818;\n }\n /* github.com: \"#fff\" */\n .commit-form::after {\n border-right-color: #181818;\n }\n /* github.com: \"#ddd\" */\n .commit-form::before {\n border-right-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .merge-pr {\n border-top-color: #404040;\n }\n /* github.com: \"#e1e4e8\" */\n .merge-status-list {\n border-color: #343434;\n }\n /* github.com: \"#fafbfc\", \"#e1e4e8\" */\n .merge-status-item {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .status-meta {\n color: #afafaf;\n }\n /* github.com: \"rgba(27,31,35,.05)\" */\n .status-meta-file-name {\n background-color: rgba(220, 220, 220, .1);\n }\n /* github.com: \"color: #fff\" */\n .branch-action-icon {\n color: #fff;\n }\n /* github.com: \"#fff\", \"#d1d5da\" */\n .branch-action-body {\n background-color: #181818;\n border-color: #404040;\n }\n /* github.com: \"#fafbfc\", \"#e1e4e8\" */\n .branch-action-body .merge-branch-form, .branch-action-body .merge-message {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .branch-action-item + .branch-action-item,\n .branch-action-item + .mergeability-details {\n border-top-color: #343434;\n }\n /* github.com: \"#2cbe4e\" */\n .branch-action-state-clean .branch-action-icon {\n background-color: #373;\n }\n /* github.com: \"#34d058\" */\n .branch-action-state-clean .branch-action-body {\n border-color: #373;\n }\n /* github.com: \"#34d058\" */\n .branch-action-state-clean .branch-action-body::before {\n border-right-color: #373;\n }\n /* github.com: \"#dbab09\" */\n .branch-action-state-unknown .branch-action-icon,\n .branch-action-state-unstable .branch-action-icon {\n background-color: #cb4;\n }\n /* github.com: \"#6f42c1\" */\n .branch-action-state-merged .branch-action-icon {\n background-color: #9378ba;\n }\n /* github.com: \"#6a737d\" */\n .branch-action-state-closed-dirty .branch-action-icon,\n .branch-action-state-dirty .branch-action-icon,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-icon {\n background-color: #444;\n }\n /* github.com: \"#d1d5da\" */\n .branch-action-state-closed-dirty .branch-action-body,\n .branch-action-state-dirty .branch-action-body,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body {\n border-color: #404040;\n }\n /* github.com: \"#d1d5da\" */\n .branch-action-state-closed-dirty .branch-action-body::before,\n .branch-action-state-dirty .branch-action-body::before,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body::before {\n border-right-color: #404040;\n }\n /* github.com: \"#d73a49\" */\n .branch-action-state-error .branch-action-icon,\n .is-merging .branch-action-state-error-if-merging .branch-action-icon {\n background-color: #d82828;\n }\n /* github.com: \"#f97583\" */\n .branch-action-state-error .branch-action-body,\n .is-merging .branch-action-state-error-if-merging .branch-action-body {\n border-color: #f88;\n }\n /* github.com: \"#f97583\" */\n .branch-action-state-error .branch-action-body::before,\n .is-merging .branch-action-state-error-if-merging .branch-action-body::before {\n border-right-color: #f88;\n }\n /* github.com: \"#e1e4e8\" */\n .merge-branch-form .commit-form::before {\n border-right-color: #343434;\n }\n /* github.com: \"#f97583\" */\n .merge-branch-form.danger .commit-form,\n .merge-branch-form.error .commit-form {\n border-color: #f88;\n }\n /* github.com: \"#f97583\" */\n .merge-branch-form.danger .commit-form::before,\n .merge-branch-form.error .commit-form::before {\n border-right-color: #f88;\n }\n /* github.com: \"color: #fff\", \"#2cbe4e\" */\n .completeness-indicator-success {\n color: #fff;\n background-color: #373;\n }\n /* github.com: \"color: #fff\", \"#cb2431\" */\n .completeness-indicator-error {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"color: #fff\", \"#6a737d\" */\n .completeness-indicator-problem {\n color: #fff;\n background-color: #444;\n }\n /* github.com: \"#fffbdd\", \"rgba(27,31,35,.15)\" */\n .RecentBranches {\n background-color: #261d08;\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#735c0f\" */\n .RecentBranches-item {\n color: #bba257;\n }\n /* github.com: \"rgba(27,31,35,.05)\" */\n .RecentBranches-item + .RecentBranches-item {\n border-top-color: rgba(220, 220, 220, .05);\n }\n /* github.com: \"#735c0f\" */\n .RecentBranches-item-link {\n color: #bba257;\n }\n /* github.com: \"#fafbfc\", \"#e1e4e8\" */\n .range-editor {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .range-editor-icon {\n color: #afafaf;\n }\n /* github.com: \"#fff\", \"#dfe2e5\" */\n ul.comparison-list {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n ul.comparison-list > li {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n ul.comparison-list > li em {\n color: #afafaf;\n }\n /* github.com: \"color: #a3aab1\" */\n ul.comparison-list > li .octicon {\n color: #767676;\n }\n /* github.com: \"color: #6a737d\", \"#fafbfc\" */\n ul.comparison-list > li.title {\n color: #949494;\n background-color: #181818;\n }\n /* github.com: \"#959da5\" */\n .branch-a-b-count .count-half:last-child {\n border-left-color: #484848;\n }\n /* github.com: \"#c6cbd1\" */\n .branch-a-b-count .meter {\n background-color: #5a5a5a;\n }\n /* github.com: \"initial\" */\n .branch-a-b-count .meter.zero {\n background-color: initial;\n }\n /* github.com: \"#eaecef\" */\n .branch-a-b-count .bar-ahead.even, .branch-a-b-count .bar-behind.even {\n background-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .admin-options-block .policy-enforcement {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .admin-options-block .disabled, .admin-options-block .disabled .note,\n .deprovisioning-checkbox.checkbox-disabled {\n color: #949494;\n }\n /* github.com: \"#0366d6\" */\n .checks-list-item.selected .checks-list-item-name {\n background-color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"color: #fff !important\" */\n .checks-list-item.selected .selected-color-white {\n color: #fff !important;\n }\n /* github.com: \"#d73a49\" */\n .check-annotation-failure::after {\n background-color: #d82828;\n }\n /* github.com: \"#d73a49\" */\n .check-annotation-failure .annotation-title {\n color: #d82828;\n }\n /* github.com: \"#ffd33d\" */\n .check-annotation-warning::after {\n background-color: #cb4;\n }\n /* github.com: \"#b08800\" */\n .check-annotation-warning .annotation-title,\n .check-annotation-warning .octicon-alert {\n color: #cb4;\n }\n /* github.com: \"color: #959da5\" */\n .neutral-check {\n color: #767676;\n }\n /* github.com: \"#24292e\" */\n .CheckRun {\n background-color: #181818;\n }\n /* github.com: \"color: #959da5\" */\n .CheckStep-header {\n color: #767676;\n }\n /* github.com: \"color: #fff\", \"#24292e\", \"none\" */\n .CheckRun-search .btn {\n color: #fff;\n background-color: #181818;\n background-image: none;\n }\n /* github.com: \"#2f363d\" */\n .CheckRun-search .btn:hover {\n background-color: #282828;\n }\n /* github.com: \"color: #586069\", \"none\" */\n .CheckRun-search .btn[disabled] {\n color: #afafaf;\n background-image: none;\n }\n /* github.com: \"#24292e\" */\n .CheckRun-search .btn[disabled]:hover {\n background-color: #181818;\n }\n /* github.com: \"#eaecef\", \"#444d56\" */\n .CheckRun-header {\n border-top-color: #343434;\n border-bottom-color: #484848;\n }\n /* github.com: \"color: #959da5\" */\n .CheckRun-header-timestamp {\n color: #767676;\n }\n /* github.com: \"color: #24292e\", \"#fafbfc\" */\n .CheckRun-search-input:focus {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"color: #959da5\" */\n .CheckStep-line .CheckStep-line-number,\n .CheckStep-line .CheckStep-line-timestamp {\n color: #767676;\n }\n /* github.com: \"#2f363d\" */\n .CheckStep-line:hover {\n background-color: #282828;\n }\n /* github.com: \"#586069\" */\n .CheckStep-line.selected {\n background-color: #343434;\n }\n /* github.com: \"color: #24292e !important\" */\n .CheckStep-line .dt-fm {\n color: #cdcdcd !important;\n }\n /* github.com: \"color: #fff !important\", \"#2188ff\", \"#79b8ff\" */\n .CheckStep-line .dt-fm.select {\n color: #fff !important;\n background: rgb(79, 140, 201);\n outline: 1px solid rgb(79, 140, 201);\n }\n /* github.com: \"#79b8ff\" */\n .CheckStep .log-line-command {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#f97583\" */\n .CheckStep .log-line-error {\n color: #f88;\n }\n /* github.com: \"color: #959da5\" */\n .CheckStep .log-line-info, .CheckStep .log-line-verbose {\n color: #767676;\n }\n /* github.com: \"color: #24292e\" */\n .CheckStep .ansifg-b {\n color: #cdcdcd;\n }\n /* github.com: \"#f97583\" */\n .CheckStep .ansifg-r {\n color: #f88;\n }\n /* github.com: \"#ffea7f\" */\n .CheckStep .ansifg-y {\n color: #542;\n }\n /* github.com: \"#79b8ff\" */\n .CheckStep .ansifg-bl {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#e1e4e8\" */\n .CheckStep .ansifg-w {\n color: #343434;\n }\n /* github.com: \"color: #959da5\" */\n .CheckStep .ansifg-gr {\n color: #767676;\n }\n /* github.com: \"#24292e\" */\n .CheckStep .ansibg-b {\n background-color: #181818;\n }\n /* github.com: \"#f97583\" */\n .CheckStep .ansibg-r {\n background-color: #f88;\n }\n /* github.com: \"#ffea7f\" */\n .CheckStep .ansibg-y {\n background-color: #542;\n }\n /* github.com: \"#24292e\" */\n .CheckStep .ansibg-bl {\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .CheckStep .ansibg-w {\n background-color: #343434;\n }\n /* github.com: \"#2cbe4e\" */\n .code-frequency .addition {\n fill: #373;\n }\n /* github.com: \"#cb2431\" */\n .code-frequency .deletion {\n fill: #d82828;\n }\n /* github.com: \"#22863a\" */\n .cadd {\n color: #6cc644;\n }\n /* github.com: \"#cb2431\" */\n .cdel {\n color: #d82828;\n }\n /* github.com: \"#e1e4e8\" */\n .code-list .file-box {\n border-color: #343434;\n }\n /* github.com: \"#eee\" */\n .code-list .code-list-item + .code-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .code-list .blob-num a:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .code-list .full-path .octicon-repo {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .code-list .full-path a {\n color: #949494;\n }\n /* github.com: \"#fffdef\" */\n .code-list-item-private .blob-num {\n background-color: #261d08;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .code-list-item-private .blob-num a {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"color: rgba(27,31,35,.7)\", \"#fffdef\" */\n .code-list-item-private .divider .blob-code,\n .code-list-item-private .divider .blob-num {\n color: rgba(230, 230, 230, .7);\n background-color: #261d08;\n }\n /* github.com: \"#ffd33d\" */\n .code-scanning-alert-warning-message {\n border-color: #cb4 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .codesearch-results .repo-list-item + .repo-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"none\", \"box-shadow: none\" */\n .search-form-fluid .search-page-input {\n background: none;\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none\" */\n .search-form-fluid .search-page-input:focus {\n box-shadow: none;\n }\n /* github.com: \"color: #586069\", \"#fff\", \"#e1e4e8\" */\n @media (max-width:544px) {\n .codesearch-pagination-container .current {\n color: #afafaf;\n background-color: #181818;\n border-color: #343434;\n }\n }\n /* github.com: \"#f9c513\" */\n rect.max {\n fill: #cb4;\n }\n /* github.com: \"#28a745\" */\n g.bar {\n fill: #484;\n }\n /* github.com: \"#fb8532\" */\n g.mini {\n fill: #fb8532;\n }\n /* github.com: \"color: #24292e\", \"#ffd33d\" */\n .CommunityTemplate-highlight {\n color: #cdcdcd;\n background-color: #cb4;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .CommunityTemplate-highlight--focus {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"#ffd33d\",\"#28a745\", \"initial\" */\n .community-checklist .progress-bar {\n background: linear-gradient(90deg, #cb4, #c5e300, #484);\n background-color: initial;\n }\n /* github.com: \"#f6f8fa\" */\n .community-checklist .progress {\n background-color: #222;\n }\n /* github.com: \"#dbab09\" */\n .community-checklist .checklist-dot {\n color: #cb4;\n }\n /* github.com: \"#cb2431\" */\n span.no-nl-marker {\n color: #d82828;\n }\n /* github.com: \"#fff\" */\n .select-menu-item {\n background-color: #181818;\n }\n /* github.com: \"rgba(27,31,35,.04)\" */\n .contrib-legend .legend li {\n box-shadow: inset 0 0 0 1px #000;\n }\n /* github.com: \"color: #586069\" */\n li.contribution .num {\n color: #afafaf;\n }\n /* github.com: \"fill: #959da5\" */\n .activity-overview-percentage {\n fill: #757575;\n }\n /* github.com: \"#f6f8fa\" */\n .tint-box {\n background-color: #222;\n }\n /* github.com: \"#fff\" */\n .tint-box.transparent {\n background-color: #181818;\n }\n /* github.com: \"#fb8532\" */\n .contrib-person path {\n fill: #fb8532;\n }\n /* github.com: \"fill: #959da5\" */\n .contrib-person .midlabel {\n fill: #757575;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .coupons .coupon-form-body {\n background-color: #181818;\n box-shadow: 0 1px 3px rgba(0, 0, 0, .075), inset 1px 0 #181818;\n }\n /* github.com: \"#0366d6\" */\n .coupon-icon {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#dbab09\" */\n .repo-private-icon {\n fill: #cb4;\n }\n /* github.com: \"#e1e4e8\" */\n .dashboard-rollup-items > .dashboard-rollup-item {\n border-top-color: #343434;\n }\n /* github.com: \"#fafbfc\", \"#d1d5da\" */\n .dashboard-notice {\n background-color: #181818;\n border-color: #404040;\n }\n /* github.com: \"color: #959da5\" */\n .dashboard-notice .dismiss {\n color: #767676;\n }\n /* github.com: \"color: #586069\" */\n .dashboard-notice .dismiss:hover {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .dashboard-notice .octicon-organization {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #24292e\" */\n .dashboard-notice h2 {\n color: #cdcdcd;\n }\n /* github.com: \"#fff\" */\n .dashboard-notice .coupon {\n background-color: #181818;\n }\n /* github.com: \"#fff\", \"box-shadow: none\" */\n .dashboards-overview-cards .blankslate {\n background-color: #181818;\n box-shadow: none;\n }\n /* github.com: \"#cb2431\" */\n .dashboards-overview-cards .octicon-arrow-down {\n color: #d82828;\n }\n /* github.com: \"#0366d6\" */\n .dashboards-overview-cards .summary-stats .metric-1 {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #666\" */\n .developer-thanks .hook {\n color: #949494;\n }\n /* github.com: \"#28a745\" */\n .developer-next-steps .octicon {\n color: #484;\n }\n /* github.com: \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer,\n .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-label,\n .timeline-comment.timeline-chosen-answer,\n .timeline-comment.timeline-chosen-answer .timeline-comment-label {\n border-color: #040;\n }\n /* github.com: \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer::before,\n .timeline-comment.timeline-chosen-answer::before {\n border-right-color: #040;\n }\n /* github.com: \"#f0fff4\", \"#a2cbac\" */\n .timeline-comment.current-user.timeline-chosen-answer .timeline-comment-header,\n .timeline-comment.timeline-chosen-answer .timeline-comment-header {\n background-color: #002800;\n border-bottom-color: #040;\n }\n /* github.com: \"box-shadow: none\" */\n :target .discussion-nested-comment-group .timeline-comment {\n box-shadow: none;\n }\n /* github.com: \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .discussion-nested-comment-timeline-item:target {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3);\n }\n /* github.com: \"box-shadow: none\" */\n :target .nested-discussion-timeline-comment {\n box-shadow: none;\n }\n /* github.com: \"#d2dff0\" */\n .discussion-comment .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* github.com: \"#22863a\" */\n .icon-discussion-answered {\n color: #6cc644;\n }\n /* github.com: \"#22863a\" */\n .icon-discussion-answered, .icon-discussion-answered path {\n fill: #6cc644;\n }\n /* github.com: \"color: #fff\" */\n .icon-discussion-white {\n color: #fff;\n }\n /* github.com: \"color: #24292e\" */\n .icon-discussion-gray {\n color: #cdcdcd;\n }\n /* github.com: \"fill: #24292e\" */\n .icon-discussion-gray, .icon-discussion-gray path {\n fill: #bebebe;\n }\n /* github.com: \"#6a737d\" */\n .discussions-activity-indicator {\n background-color: #444;\n }\n /* github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .discussion-spotlight-gradient[aria-selected=true] {\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* github.com: \"#cb2431\" */\n .donut-chart > .action_required, .donut-chart > .cancelled,\n .donut-chart > .error, .donut-chart > .failure, .donut-chart > .timed_out {\n fill: #d82828;\n }\n /* github.com: \"#dbab09\" */\n .donut-chart > .expected, .donut-chart > .in_progress,\n .donut-chart > .pending, .donut-chart > .queued {\n fill: #cb4;\n }\n /* github.com: \"#2cbe4e\" */\n .donut-chart > .success {\n fill: #373;\n }\n /* github.com: \"fill: #959da5\" */\n .donut-chart > .neutral, .donut-chart > .skipped, .donut-chart > .stale {\n fill: #757575;\n }\n /* github.com: \"color: #24292e\", \"#e36209\" */\n .emoji-tab[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* github.com: \"color: #6a737d\" */\n .emoji-tab[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* github.com: \"#0366d6\" */\n .selected-emoji {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"initial\" */\n .emoji-picker-tab .btn-outline:not(:hover) {\n background-color: initial;\n }\n /* github.com: \"color: #586069\" */\n .ghe-license-status p {\n color: #afafaf;\n }\n /* github.com: \"rgba(149,157,165,.15)\" */\n @media (min-width:768px) {\n .checkable-input-container.checked {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n }\n /* github.com: \"#f1f8ff\" */\n @media (min-width:768px) {\n .checkable-input-container.checked .form-checkbox--box {\n background-color: #182030;\n }\n }\n /* github.com: \"#eee\" */\n .newsletter-frequency-choice {\n border-color: #343434;\n }\n /* github.com: \"#28a745\" */\n .newsletter-frequency-choice .notice {\n color: #484;\n }\n /* github.com: \"#fafbfc\", \"#eee\" */\n .newsletter-frequency-choice h3 {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .newsletter-frequency-choice:hover, .newsletter-frequency-choice:hover h3 {\n border-color: rgb(79, 140, 201);\n }\n .newsletter-frequency-choice:hover h3 {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"#28a745\", \"rgba(0,0,0,.2)\" */\n .newsletter-frequency-choice.selected {\n border-color: #484;\n box-shadow: 0 0 5px rgba(255, 255, 255, .7);\n }\n /* github.com: \"color: #fff\", \"#28a745\", \"#28a745\" */\n .newsletter-frequency-choice.selected h3 {\n color: #fff;\n background-color: #484;\n border-color: #484;\n }\n /* github.com: \"color: #555\", \"rgba(0,0,0,.125)\" */\n .exploregrid-item {\n color: #afafaf;\n border-bottom-color: rgba(220, 220, 220, .125);\n }\n /* github.com: \"#0366d6\" */\n .exploregrid-item:hover .exploregrid-item-title {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#f5f5f5\" */\n .exploregrid-item-header {\n background-color: #222;\n }\n /* github.com: \"color: #24292e\" */\n .exploregrid-item-title {\n color: #cdcdcd;\n }\n /* github.com: \"#ddd\" */\n .file {\n border-color: #343434;\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em #c8e1ff\" */\n .file:target {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3);\n }\n /* github.com: \"color: #586069\" */\n .file .data.empty {\n color: #afafaf;\n }\n /* github.com: \"#ddd\" */\n .file .image {\n background-color: #383838;\n }\n /* github.com: \"#fff\" */\n .file .image .border-wrap {\n background-color: #181818;\n }\n /* github.com: \"#eee\", \"#fff\" */\n .file .image canvas, .file .image img {\n background-color: #242424;\n border-color: #181818;\n }\n /* github.com: \"#eee\" */\n .file .image .view canvas, .file .image .view img {\n background-color: #242424;\n }\n /* github.com: \"none\" */\n .file .empty {\n background: none;\n }\n /* github.com: \"#fafbfc\", \"#e1e4e8\" */\n .file-header {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"#ddd\" */\n .file-info-divider {\n background-color: #383838;\n }\n /* github.com: \"#28a745\" */\n .graphs .area {\n fill: #484;\n }\n /* github.com: \"#28a745\" */\n .graphs .path {\n stroke: #484;\n }\n /* github.com: \"#28a745\" */\n .graphs .dot {\n fill: #484;\n }\n /* github.com: \"#0366d6\" */\n .graphs .dot.padded circle:hover {\n fill: rgb(79, 140, 201);\n }\n /* github.com: \"fill: #24292e\" */\n .graphs .d3-tip {\n fill: #bebebe;\n }\n /* github.com: \"color: #6a737d\" */\n .graphs .dir {\n color: #949494;\n }\n /* github.com: \"fill: #24292e\", \"stroke: #24292e\" */\n .graphs .selection .selection {\n fill: #bebebe;\n stroke: #d2d2d2;\n }\n /* github.com: \"color: #586069\" */\n .graph-filter .info {\n color: #afafaf;\n }\n /* github.com: \"color: #2f363d\" */\n .graph-canvas .activity {\n color: #bebebe;\n }\n /* github.com: \"#0366d6\" */\n .graph-canvas .axis .zero line {\n stroke: rgb(79, 140, 201);\n }\n /* github.com: \"color: #959da5\", \"rgba(0,0,0,.8)\" */\n .svg-tip {\n color: #767676;\n background-color: #242424;\n }\n /* github.com: \"#dfe2e5\" */\n .svg-tip strong {\n color: #343434;\n }\n /* github.com: \"rgba(0,0,0,.8)\" */\n .svg-tip::after {\n border-top-color: #242424;\n }\n /* github.com: \"#28a745\" */\n .svg-tip.comparison .metric-0 {\n border-top-color: #484;\n }\n /* github.com: \"#2188ff\" */\n .svg-tip.comparison .metric-1 {\n border-top: 6px solid rgb(79, 140, 201);\n }\n /* github.com: \"#f1f8ff\" */\n .topic-tag {\n background-color: #182030;\n }\n /* github.com: \"#fff\", \"#c8e1ff\" */\n .topic-tag-outline {\n background-color: #181818;\n box-shadow: inset 0 0 0 1px rgb(79, 140, 201);\n }\n /* github.com: \"color: #6a737d\", \"#f1f8ff\" */\n .delete-topic-button, .delete-topic-link {\n color: #949494;\n background-color: #182030;\n }\n /* github.com: \"#86181d\", \"#ffeef0\", \"#f97583\" */\n .invalid-topic .delete-topic-button {\n color: #d82828;\n background-color: #300;\n border-left-color: #f88;\n }\n /* github.com: \"#f1f8ff\" */\n .topic-tag-action {\n background-color: #182030;\n }\n /* github.com: \"#86181d\", \"#ffeef0\", \"#f97583\" */\n .topic-tag-action.invalid-topic {\n color: #d82828;\n background-color: #300;\n border-color: #f88;\n }\n /* github.com: \"color: #6a737d\", \"#f1f8ff\" */\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button {\n color: #949494;\n background-color: #182030;\n }\n /* github.com: \"color: #fff\" */\n .topic-tag-action .add-topic-button:hover,\n .topic-tag-action .remove-topic-button:hover {\n color: #fff;\n }\n /* github.com: \"#28a745\" */\n .topic-tag-action .add-topic-button:hover {\n background-color: #484;\n }\n /* github.com: \"#d73a49\" */\n .topic-tag-action .remove-topic-button:hover {\n background-color: #d82828;\n }\n /* github.com: \"none\" */\n .topic-input-container .tag-input .tag-input-inner {\n background-image: none;\n }\n /* github.com: \"#e1e4e8\" */\n .topic-list .topic-list-item + .topic-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"#ffd33d\" */\n .topic-box .starred {\n color: #cb4;\n }\n /* github.com: \"#d1d5da\" */\n .topic-box .unstarred {\n color: #404040;\n }\n /* github.com: \"#e1e4e8\" */\n .team-breadcrumb .team-breadcrumb-item::after {\n color: #343434;\n }\n /* github.com: \"#fafbfc\" */\n .discussion-post .timeline-inline-comments {\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-post .reply-comment:first-child {\n border-top-color: #343434;\n }\n /* github.com: \"#fafbfc\" */\n .discussion-post .reply-comment .review-comment.is-comment-editing {\n background-color: #181818;\n }\n /* github.com: \"#d2dff0\" */\n .discussion-post .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* github.com: \"#e1e4e8\" */\n .discussion-post .reply-comments-holder::before {\n background-color: #343434;\n }\n /* github.com: \"#f6f8fa\", \"box-shadow: none\" */\n .team-discussion-new-post .review-thread-reply-button:disabled {\n background-color: #222;\n box-shadow: none;\n }\n /* github.com: \"color: #a3aab1\" */\n .team-project-suggestion-number {\n color: #767676;\n }\n /* github.com: \"color: #6a737d\" */\n .hook-item .description {\n color: #949494;\n }\n /* github.com: \"#28a745\" */\n .hook-item.success .icon-for-success {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .hook-item.failure .icon-for-failure {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .hook-item.inactive .icon-for-inactive, .hook-item.pending .icon-for-pending {\n color: #949494;\n }\n /* github.com: \"#28a745\" */\n .hook-item.enabled .icon-for-enabled {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .hook-item .hook-error-message {\n color: #d82828;\n }\n /* github.com: \"initial\" */\n .hook-deliveries-list .hook-delivery-item:hover {\n background-color: initial;\n }\n /* github.com: \"#28a745\" */\n .hook-deliveries-list .item-status.success {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .hook-deliveries-list .item-status.failure {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .hook-deliveries-list .item-status.pending, .hook-delivery-time {\n color: #949494;\n }\n /* github.com: \"#959da5\" */\n .hook-delivery-container h4.remote-call-header {\n border-bottom-color: #484848;\n }\n /* github.com: \"color: #fff\", \"#d73a49\" */\n .hook-delivery-response-status {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .hook-delivery-response-status[data-response-status^=\"2\"] {\n background-color: #484;\n }\n /* github.com: \"color: #586069\" */\n .integration-meta-head {\n color: #afafaf;\n }\n /* github.com: \"#fff\", \"hsla(0,0%,100%,.5)\" */\n .integrations-select-repos::-webkit-scrollbar-thumb {\n border-color: #181818;\n box-shadow: 0 0 1px hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"transparent\" */\n .integrations-select-repos::-webkit-scrollbar-track-piece {\n background-color: transparent;\n }\n /* github.com: \"#cb2431\" */\n .issue-list .title .closed.octicon {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .issue-list .title .open.octicon {\n color: #484;\n }\n /* github.com: \"#6f42c1\" */\n .issue-list .title .merged.octicon {\n color: #9378ba;\n }\n /* github.com: \"#e1e4e8\" */\n .issue-list-item + .issue-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"#f1f8ff\" */\n .pinned-issue-item.is-dragging, .pinned-issue-item.sortable-ghost {\n background-color: #182030;\n }\n /* github.com: \"color: #586069\" */\n .issues-reset-query {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .issues-reset-query:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#0366d6\" */\n .issues-reset-query:hover .issues-reset-query-icon {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\", \"#6a737d\" */\n .issues-reset-query-icon {\n color: #fff;\n background-color: #444;\n }\n /* github.com: \"color: #586069\" */\n .table-list-milestones .stat, .table-list-milestones .stat-label {\n color: #afafaf;\n }\n /* github.com: \"color: #333\" */\n .milestone-title-link a {\n color: #bebebe;\n }\n /* github.com: \"#0366d6\" */\n .milestone-description .expand-more, .milestone-title-link a:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .task-progress {\n color: #afafaf;\n }\n /* github.com: \"#eee\" */\n .task-progress .progress-bar {\n background-color: #242424;\n }\n /* github.com: \"#ccc\" */\n .task-progress .progress-bar .progress {\n background-color: #484848;\n }\n /* github.com: \"#0366d6\" */\n a.task-progress:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#0366d6\" */\n a.task-progress:hover .progress-bar .progress {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #6a737d\" */\n .label-select-menu .selected .octicon-circle-slash,\n .label-select-menu [aria-checked=mixed] .octicon-circle-slash,\n .label-select-menu [aria-checked=true] .octicon-circle-slash {\n color: #949494;\n }\n /* github.com: \"initial\" */\n .label-select-menu .selected:active,\n .label-select-menu [aria-checked=mixed]:active,\n .label-select-menu [aria-checked=true]:active {\n background-color: initial !important;\n }\n /* github.com: \"#f4f4f4\" */\n .label-select-menu .select-menu-item.navigation-focus,\n .label-select-menu .select-menu-item:focus,\n .label-select-menu .select-menu-item:hover,\n .label-select-menu .select-menu-item[aria-selected=true] {\n background-color: #242424;\n }\n /* github.com: \"#eee\" */\n .subnav .btn + .issues-search {\n border-right-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .reaction-sort-item:focus, .reaction-sort-item:hover {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"#f1f8ff\", \"#0366d6\" */\n .reaction-sort-item[aria-checked=true] {\n background-color: #182030;\n border-color: rgb(79, 140, 201);\n }\n /* github.com: \"#959da5\" */\n .issue-keyword {\n border-bottom-color: #484848;\n }\n /* github.com: \"color: #24292e\" */\n .select-menu-item.navigation-focus > .octicon.label-options-icon,\n .select-menu-item[aria-selected=true] > .octicon.label-options-icon {\n color: #cdcdcd;\n }\n /* github.com: \"#cb2431\" */\n .new-label-color-input:invalid {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li > a,\n .repository-lang-stats ol.repository-lang-stats-numbers li > span {\n color: #949494;\n }\n /* github.com: \"color: #24292e\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li .lang {\n color: #cdcdcd;\n }\n /* github.com: \"transparent\" */\n .repository-lang-stats ol.repository-lang-stats-numbers li a:hover {\n background-color: transparent;\n }\n /* github.com: \"#ddd\" */\n .repository-lang-stats-graph {\n border-color: #343434;\n }\n /* github.com: \"#fff\" */\n .repository-lang-stats-graph .language-color:not(:first-child) {\n border-left-color: #181818;\n }\n /* github.com: \"#0366d6\" */\n .map-background {\n fill: rgb(79, 140, 201);\n }\n /* github.com: \"#e36209\" */\n .map-point:hover {\n fill: #fb8532;\n }\n /* github.com: \"#2f363d\" */\n .MarketplaceJumbotron {\n background-color: #282828;\n }\n /* github.com: \"rgba(0,0,0,.2)\" */\n .MarketplaceFeature-link:hover .CircleBadge--feature {\n box-shadow: 0 3px 8px 0 rgba(255, 255, 255, .7);\n }\n /* github.com: \"#f6f8fa\" */\n .MarketplaceSideNav {\n background-color: #222;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n @media (min-width:768px) {\n .MarketplaceSideNav {\n background-color: #181818;\n border-right-color: #343434;\n }\n }\n /* github.com: \"#e1e4e8\" */\n .ScreenshotCarousel {\n border-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .ScreenshotCarousel-nav {\n box-shadow: inset 0 1px 0 #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .ScreenshotCarousel-navitem {\n border-right-color: #343434;\n }\n /* github.com: \"#f6f8fa\" */\n .ScreenshotCarousel-navitem.selected {\n background-color: #222;\n }\n /* github.com: \"#d73a49\" */\n .marketplace-plan-dollar-field-container.is-errored .form-control {\n border-color: #d82828;\n }\n /* github.com: \"color: #24292e\" */\n .marketplace-plan-emphasis {\n color: #cdcdcd;\n }\n /* github.com: \"color: #fff\" */\n .selected .marketplace-plan-emphasis {\n color: #fff;\n }\n /* github.com: \"#d1d5da\" */\n .marketplace-product-callout {\n border-color: #404040 !important;\n }\n /* github.com: \"color: #586069\", \"#e1e4e8\" */\n .marketplace-product-callout .branch-action-item-icon {\n color: #afafaf;\n background-color: #343434;\n }\n /* github.com: \"color: #fff\", \"#fff\" */\n .filter-item.selected .Label--outline-white {\n color: #fff;\n border-color: #181818;\n }\n /* github.com: \"#fff\" */\n .MarketplaceEdit-body .menu-item, .MarketplaceEdit-body .menu-item.selected {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .MarketplaceEdit-body .menu-item:hover {\n background-color: #222;\n }\n /* github.com: \"color: #586069\", \"#e6ebf1\" */\n .MarketplaceEdit-body .CircleIcon {\n color: #afafaf;\n background-color: #444;\n }\n /* github.com: \"#fff\" */\n .BarChart-bar {\n border-right-color: #181818;\n }\n /* github.com: \"#34d058\" */\n .BarChart-bar--green {\n background-color: #373;\n }\n /* github.com: \"#fb8532\" */\n .BarChart-bar--orange {\n background-color: #fb8532;\n }\n /* github.com: \"#f9c513\" */\n .BarChart-bar--yellow {\n background-color: #cb4;\n }\n /* github.com: \"#fff\" */\n .CircleBadge--github::after {\n background-color: #181818;\n }\n /* github.com: \"#28a745\", \"rgba(52,208,88,.4)\" */\n .ClipboardButton.ClipboardButton--success {\n border-color: #484;\n box-shadow: 0 0 0 .2em #3737;\n }\n /* github.com: \"rgba(52,208,88,.4)\" */\n .ClipboardButton.ClipboardButton--success:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* github.com: \"#fafbfc\" */\n .MarketplaceBackground-buffer {\n background-color: #181818;\n }\n /* github.com: \"color: #fff !important\" */\n .muted-link.filter-item.selected {\n color: #fff !important;\n }\n /* github.com: \"color: #fff\", \"#257bf9\" */\n .MarketplaceAnnouncement {\n color: #fff;\n background: linear-gradient(90deg, #4f8cc9, #2426ca);\n }\n /* github.com: \"color: #fff\", \"hsla(0,0%,100%,0)\" */\n .MarketplaceAnnouncement .btn-outline-mktg {\n color: #fff;\n background-color: transparent;\n }\n /* github.com: \"#c8e1ff\", \"#fff\" */\n .MarketplaceAnnouncement .btn-outline-mktg:hover {\n color: rgb(79, 140, 201);\n border-color: #181818;\n }\n /* github.com: \"#c8e1ff\" */\n .topic-tag-contrast {\n background-color: #246;\n }\n /* github.com: \"color: #24292e\", \"#c8e1ff\", \"rgba(27,31,35,.15)\" */\n .topic-tag-contrast .delete-topic-link {\n color: #cdcdcd;\n background-color: #246;\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#79b8ff\" */\n .topic-tag-contrast .delete-topic-link:hover {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #24292e\" */\n .merge-branch-heading {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .merge-branch-description {\n color: #afafaf;\n }\n /* github.com: \"initial\", \"#ddd\" */\n .merge-branch-manually {\n background-color: initial;\n border-top-color: #343434;\n }\n /* github.com: \"#a04100\" */\n .unavailable-merge-method {\n color: #f3582c;\n }\n /* github.com: \"color: #fff\" */\n .navigation-focus.disabled .unavailable-merge-method,\n [aria-selected=true].disabled .unavailable-merge-method {\n color: #fff;\n }\n /* github.com: \"#fff5b1\" */\n .network .current-repository {\n background-color: #651;\n }\n /* github.com: \"color: #959da5\" */\n .page-new-repo .octicon-repo {\n color: #767676;\n }\n /* github.com: \"rgba(115,92,15,.5)\" */\n .page-new-repo .color-private-icon {\n color: rgba(204, 187, 68, .5);\n }\n /* github.com: \"color: #6a737d\" */\n .page-new-repo .form-checkbox.disabled {\n color: #949494;\n }\n /* github.com: \"#fff\" */\n .page-new-repo .internal-repo-avatar {\n border-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .news blockquote, .owner-reponame .slash {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .news .alert .octicon, .news .alert .time, .news .alert .title .subtle {\n color: #767676;\n }\n /* github.com: \"#fff\" */\n .news .alert .gravatar {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .news .alert .simple .title, .news .github-welcome .done {\n color: #afafaf;\n }\n /* github.com: \"#fff\" */\n .news .commits li img {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .news div.message, .news li blockquote {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .notifications .notifications-more > a {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .notifications .read .list-group-item-name > a,\n .notifications .read .notification-actions {\n color: #afafaf;\n }\n /* github.com: \"#f6f8fa\" */\n .notifications .read.list-group-item {\n background-color: #222;\n }\n /* github.com: \"#d1d5da\" */\n .notification-thread-subscription:first-child {\n border-top-color: #404040;\n }\n /* github.com: \"color: #586069\", \"none\" */\n .notifications-sso-prompt a {\n color: #afafaf;\n background: none;\n }\n /* github.com: \"#0366d6\" */\n .notifications-sso-prompt em {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .type-icon-state-none {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .type-icon-state-open, .type-icon-state-published {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .type-icon-state-closed {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .type-icon-state-draft {\n color: #949494;\n }\n /* github.com: \"#6f42c1\" */\n .type-icon-state-merged, .type-icon-state-published {\n color: #9378ba;\n }\n /* github.com: \"#28a745\" */\n .notifications-list .boxed-group .notification-success {\n color: #484;\n }\n /* github.com: \"color: #586069\", \"initial\" */\n .notifications-list .mark-all-as-read {\n color: #afafaf;\n background-color: initial;\n }\n /* github.com: \"color: #666\" */\n .notifications-list .confirmation {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .notification-actions .age, .notification-actions .btn-link {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .notification-actions .btn-link:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#d1d5da\" */\n .notification-actions .unsaved-notification {\n color: #404040;\n }\n /* github.com: \"color: #666\" */\n .subscriptions-content .repo-icon {\n color: #949494;\n }\n /* github.com: \"color: #586069\", \"#fff\", \"#eee\" */\n .thread-subscription-status {\n color: #afafaf;\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#fff\" */\n @media (max-width:767px) {\n .notifications-v2 .AvatarStack-body .avatar {\n border-right-color: #181818 !important;\n }\n }\n /* github.com: \"initial\" */\n .notifications-v2 .thread-subscription-status {\n background-color: initial !important;\n }\n /* github.com: \"color: #6a737d\" */\n .notification-navigation .menu-item {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .notification-navigation .menu-item .octicon {\n color: #afafaf;\n }\n /* github.com: \"#f1f8ff\" */\n .notification-navigation .menu-item.selected {\n background-color: #182030;\n }\n /* github.com: \"#0366d6\" */\n .notification-navigation .menu-item.selected .octicon {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"color: #6a737d !important\" */\n .notification-navigation .notification-configure-filters .octicon {\n color: #949494 !important;\n }\n /* github.com: \"#0366d6\" */\n .notification-navigation .notification-configure-filters:hover .octicon {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"color: #6a737d !important\" */\n .notifications-list-item .notification-list-item-link {\n color: #949494 !important;\n }\n /* github.com: \"#f1f8ff\" */\n .notifications-list-item:hover {\n background-color: #182030 !important;\n }\n /* github.com: \"color: #24292e !important\" */\n .notifications-list-item:hover .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* github.com: \"color: #586069 !important\", \"transparent\" */\n .notifications-list-item:hover .notification-list-item-actions .btn {\n color: #afafaf !important;\n background-color: transparent !important;\n }\n /* github.com: \"color: #24292e !important\", \"#e1e4e8\" */\n .notifications-list-item:hover .notification-list-item-actions .btn:hover {\n color: #cdcdcd !important;\n background-color: #343434 !important;\n }\n /* github.com: \"#f1f8ff\" */\n .notifications-list-item:hover .AvatarStack-body {\n background-color: #182030;\n }\n /* github.com: \"#f1f8ff\", \"#0366d6\" */\n .notifications-list-item.navigation-focus {\n background-color: #182030 !important;\n box-shadow: inset 2px 0 0 rgb(79, 140, 201);\n }\n /* github.com: \"color: #24292e !important\" */\n .notifications-list-item.navigation-focus .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* github.com: \"none\" */\n .notifications-list-item .notification-list-item-unread-indicator {\n background: none;\n }\n /* github.com: \"#fff\" */\n .notifications-list-item.notification-unread {\n background-color: #181818;\n }\n /* github.com: \"color: #24292e !important\" */\n .notifications-list-item.notification-unread .notification-list-item-link {\n color: #cdcdcd !important;\n }\n /* github.com: \"#0366d6\" */\n .notifications-list-item.notification-unread .notification-list-item-unread-indicator {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .oauth-permissions-details .octicon,\n .oauth-permissions-details .permission-summary .access-details {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .oauth-permissions-details .permission-title {\n color: #cdcdcd;\n }\n /* github.com: \"none\", \"rgba(0,0,0,.15)\" */\n .oauth-permissions-details.open a.btn-sm {\n background-image: none;\n box-shadow: inset 0 2px 4px #000;\n }\n /* github.com: \"color: #6a737d\" */\n .oauth-permissions-details.default:not(.delete) .access-details,\n .oauth-permissions-details.default:not(.delete) .permission-title,\n .oauth-permissions-details.none .access-details,\n .oauth-permissions-details.none .permission-title {\n color: #949494;\n }\n /* github.com: \"#cb2431\" */\n .oauth-delete-repo-permissions .octicon-alert {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .oauth-no-description {\n color: #afafaf;\n }\n /* github.com: \"#ffe\" */\n .oauth-org-access-details, .oauth-org-access-details .oauth-org-item:hover {\n background-color: #181818;\n }\n /* github.com: \"color: #24292e\" */\n .oauth-org-access-details .oauth-org-item.on strong {\n color: #cdcdcd;\n }\n /* github.com: \"#fff\" */\n .oauth-org-access-details .oauth-org-item.revoked {\n background-color: #181818;\n }\n /* github.com: \"#cb2431\" */\n .oauth-org-access-details .oauth-org-item.revoked .octicon-x {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .oauth-org-access-details .octicon-check {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .oauth-org-access-details .octicon-x.org-access-denied {\n color: #d82828;\n }\n /* github.com: \"color: #24292e\" */\n .oauth-application-whitelist .request-info strong {\n color: #cdcdcd;\n }\n /* github.com: \"#a04100\" */\n .oauth-application-whitelist .octicon-alert {\n color: #f3582c;\n }\n /* github.com: \"#28a745\" */\n .oauth-application-whitelist .approved-request,\n .oauth-application-whitelist .octicon-check {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .oauth-application-whitelist .denied-request {\n color: #d82828;\n }\n /* github.com: \"color: #6a737d\" */\n .oauth-application-whitelist .edit-link {\n color: #949494;\n }\n /* github.com: \"#0366d6\" */\n .oauth-application-whitelist .edit-link:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #24292e\" */\n .oauth-application-info .application-title {\n color: #cdcdcd;\n }\n /* github.com: \"color: #6a737d\" */\n .oauth-application-info .app-info {\n color: #949494;\n }\n /* github.com: \"#28a745\" */\n .oauth-application-info .app-approved,\n .oauth-application-info .octicon-check {\n color: #484;\n }\n /* github.com: \"#a04100\" */\n .oauth-application-info .app-denied, .oauth-application-info .octicon-x {\n color: #f3582c;\n }\n /* github.com: \"#e5e5e5\" */\n .oauth-border {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .developer-app-item .developer-app-name {\n color: #cdcdcd;\n }\n /* github.com: \"#0366d6\" */\n .developer-app-item .developer-app-name:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #6a737d\" */\n .developer-app-item .developer-app-list-meta {\n color: #949494;\n }\n /* github.com: \"color: #2f363d\" */\n .org-insights-graph-canvas .activity {\n color: #bebebe;\n }\n /* github.com: \"fill: #959da5\" */\n .org-insights-graph-canvas .axis text {\n fill: #757575;\n }\n /* github.com: \"#0366d6\" */\n .org-insights-graph-canvas .axis .zero line {\n stroke: rgb(79, 140, 201);\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .org-insights-svg-tip::after {\n border-color: #181818 transparent transparent;\n }\n /* github.com: \"#e1e4e8\" */\n .org-insights-svg-tip::before {\n border-color: #343434 transparent transparent;\n }\n /* github.com: \"#0366d6\" */\n .org-insights-card-legend .metric-0 {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#22863a\" */\n .org-insights-card-legend .metric-1 {\n color: #6cc644;\n }\n /* github.com: \"#e36209\" */\n .org-insights-card-legend .metric-2 {\n color: #fb8532;\n }\n /* github.com: \"#6f42c1\" */\n .org-insights-card-legend .metric-3 {\n color: #9378ba;\n }\n /* github.com: \"#0366d6\", \"#0366d6\" */\n .org-insights-graph-canvas .metric-0 circle,\n .org-insights-graph-canvas path.metric-0,\n .org-insights-svg-tip .metric-0 .legend {\n stroke: rgb(79, 140, 201);\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"#22863a\", \"#22863a\" */\n .org-insights-graph-canvas .metric-1 circle,\n .org-insights-graph-canvas path.metric-1,\n .org-insights-svg-tip .metric-1 .legend {\n stroke: #6cc644;\n background-color: #6cc644;\n }\n /* github.com: \"#e36209\", \"#e36209\" */\n .org-insights-graph-canvas .metric-2 circle,\n .org-insights-graph-canvas path.metric-2,\n .org-insights-svg-tip .metric-2 .legend {\n stroke: #fb8532;\n background-color: #fb8532;\n }\n /* github.com: \"#6f42c1\", \"#6f42c1\" */\n .org-insights-graph-canvas .metric-3 circle,\n .org-insights-graph-canvas path.metric-3,\n .org-insights-svg-tip .metric-3 .legend {\n stroke: #9378ba;\n background-color: #9378ba;\n }\n /* github.com: \"color: #959da5\" */\n .org-insights-cards .org-insights-card-legend {\n color: #767676;\n }\n /* github.com: \"#fff\" */\n .org-insights-cards .repository-lang-stats-graph .language-color {\n border-color: #181818;\n }\n /* github.com: \"color: #24292e\", \"#fafbfc\", \"#e1e4e8\" */\n .orghead {\n color: #cdcdcd;\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #333\" */\n .org-name {\n color: #bebebe;\n }\n /* github.com: \"color: #586069\" */\n .audit-log-search .member-info .ghost {\n color: #afafaf;\n }\n /* github.com: \"#a04100\" */\n .audit-type .repo {\n color: #f3582c;\n }\n /* github.com: \"#28a745\" */\n .audit-type .team {\n color: #484;\n }\n /* github.com: \"#6f42c1\" */\n .audit-type .user {\n color: #9378ba;\n }\n /* github.com: \"#cb2431\" */\n .audit-type .oauth_access {\n color: #d82828;\n }\n /* github.com: \"#fff\",\"#f5f5f5\" */\n .saml-enabled-banner-container {\n background-image: linear-gradient(-1deg, #181818, #222);\n }\n /* github.com: \"color: #fff\", \"#cb2431\" */\n .saml-settings-form .test-status-indicator-error {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"color: #fff\", \"#28a745\" */\n .saml-settings-form .test-status-indicator-success {\n color: #fff;\n background-color: #484;\n }\n /* github.com: \"color: #586069\" */\n .member-fullname {\n color: #afafaf;\n }\n /* github.com: \"#fff\" */\n .auto-search-group .spinner {\n background-color: #181818;\n }\n /* github.com: \"#eee\" */\n .org-list .list-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .org-repos-mini .org-repo-name .octicon-repo {\n color: #afafaf;\n }\n /* github.com: \"rgba(115,92,15,.5)\" */\n .org-repos-mini .org-repo-name .octicon-lock {\n color: rgba(204, 187, 68, .5);\n }\n /* github.com: \"color: #333\" */\n .reinstate-org-member .reinstate-title {\n color: #bebebe;\n }\n /* github.com: \"color: #586069\" */\n .add-member-wrapper .available-seats {\n color: #afafaf;\n }\n /* github.com: \"color: #24292e\" */\n .add-member-team-list .team-info {\n color: #cdcdcd;\n }\n /* github.com: \"color: #586069\" */\n .add-member-team-list .team-meta {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .invite-team-member-list .team-link {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#eee\" */\n .team-stats {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .stats-group-stat {\n color: #afafaf;\n }\n /* github.com: \"#eee\" */\n .stats-group-stat:first-child {\n border-right-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .stats-group-stat:hover, .stats-group-stat:hover .stat-number {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .stats-group-stat.no-link:hover {\n color: #afafaf;\n }\n /* github.com: \"color: #333\" */\n .stat-number, .stats-group-stat.no-link:hover .stat-number {\n color: #bebebe;\n }\n /* github.com: \"color: #959da5\" */\n .team-member-list .invite-icon {\n color: #767676;\n }\n /* github.com: \"#cb2431\" */\n .menu-item-danger, .menu-item-danger.selected {\n color: #d82828;\n }\n /* github.com: \"color: #fff\", \"#d73a49\" */\n .menu-item-danger.navigation-focus,\n .menu-item-danger.selected.navigation-focus,\n .menu-item-danger.selected:hover,\n .menu-item-danger.selected[aria-selected=true], .menu-item-danger:hover,\n .menu-item-danger[aria-selected=true] {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"color: #959da5\" */\n .team-member-list-avatar .octicon {\n color: #767676;\n }\n /* github.com: \"color: #586069\" */\n .confirm-removal-container .private-fork-count {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .confirm-removal-container .deleting-private-forks-warning .octicon {\n color: #d82828;\n }\n /* github.com: \"#eaeaea\" */\n .confirm-removal-list-container {\n border-color: #343434;\n }\n /* github.com: \"#eaeaea\" */\n .confirm-removal-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .confirm-removal-repo .octicon, .confirm-removal-team .octicon,\n .manage-member-meta-item, .manage-member-meta-item .btn-link,\n .manage-member-meta-item > .octicon {\n color: #afafaf;\n }\n /* github.com: \"#a04100\" */\n .manage-member-meta-item > .octicon-alert {\n color: #f3582c;\n }\n /* github.com: \"color: #333\" */\n .org-user-notice-content strong {\n color: #bebebe;\n }\n /* github.com: \"color: #586069\" */\n .manage-repo-access-lead, .org-user-notice-content .octicon {\n color: #afafaf;\n }\n /* github.com: \"#fff\", \"#ddd\" */\n .manage-repo-access-group {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#f8f8f8\", \"#ddd\" */\n .manage-repo-access-title {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* github.com: \"#eee\" */\n .manage-repo-access-wrapper::before {\n background-color: #242424;\n }\n /* github.com: \"#fff\" */\n .manage-repo-access-icon {\n background-color: #181818;\n }\n /* github.com: \"#ddd\" */\n .manage-repo-access-teams-group {\n border-color: #343434;\n }\n /* github.com: \"#eee\" */\n .manage-repo-access-team-item {\n border-top-color: #343434;\n }\n /* github.com: \"color: #24292e\", \"#fafbfc\" */\n .manage-repo-access-not-active {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"#f9f9f9\" */\n .manage-repo-access-not-active .manage-repo-access-icon {\n background-color: #181818;\n }\n /* github.com: \"#ddd\" */\n .manage-access-remove-footer {\n border-top-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .ldap-memberships-list .edit {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#eee\" */\n .invited .team-member-list .list-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #333\" */\n .manage-memberships-tabs-item:hover {\n color: #bebebe;\n }\n /* github.com: \"color: #24292e\", \"#fff\" */\n .manage-memberships-tabs-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @keyframes blinkingText {\n 0% {\n color: #343434;\n }\n 33% {\n color: #343434;\n }\n to {\n color: #343434;\n }\n }\n /* github.com: \"#fff\" */\n .theme-picker {\n background-color: #181818;\n }\n /* github.com: \"#eee\" */\n .theme-picker-thumbs {\n border-bottom-color: #343434;\n }\n /* github.com: \"none\" */\n .theme-toggle {\n background: none;\n }\n /* github.com: \"#ddd\" */\n .theme-selector-thumbnail {\n border-color: #343434;\n }\n /* github.com: \"#f5f5f5\" */\n .theme-selector-thumbnail:hover {\n background-color: #222;\n }\n /* github.com: \"#0366d6\" */\n .theme-selector-thumbnail.selected {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"#fff\" */\n .theme-selector-thumbnail.selected .theme-selector-img {\n border-color: #181818;\n }\n /* github.com: \"#fff\" */\n .page-preview, .theme-picker-spinner {\n background-color: #181818;\n }\n /* github.com: \"#86181d\" */\n .pinned-items-reorder-error {\n color: #d82828;\n }\n /* github.com: \"color: #2f363d\" */\n .pinned-item-name {\n color: #bebebe;\n }\n /* github.com: \"color: #24292e\", \"#f1f8ff\" */\n .pinned-item-checkbox:checked + .pinned-item-name {\n color: #cdcdcd;\n background-color: #182030;\n }\n /* github.com: \"color: rgba(27,31,35,.3)\" */\n .pinned-gist-blob-num:hover {\n color: rgba(230, 230, 230, .3);\n }\n /* github.com: \"color: #24292e !important\", \"none\", \"#e1e4e8\", \"#d73a49\", \"#28a745\", \"#d1d5da\", \"color: #1b1f23\", \"#22863a\", \"#2cbe4e\", \"#6f42c1\", \"#cb2431\", \"#cb2431\" */\n @media print {\n .btn:not(.btn-outline) {\n color: #cdcdcd !important;\n background: none;\n }\n .blob-num {\n border-right-color: #343434;\n }\n .blob-num-deletion {\n border-right-color: #d82828;\n }\n .blob-num-addition {\n border-right-color: #484;\n }\n .blob-code-addition .x {\n border-bottom-color: #484;\n }\n .blob-code-deletion .x {\n border-bottom-color: #d82828;\n }\n .diffstat-block-neutral {\n border-color: #404040;\n }\n .diffstat-block-deleted {\n border-color: #d82828;\n }\n .diffstat-block-added {\n border-color: #484;\n }\n .State {\n color: #dcdcdc;\n background: none;\n }\n .State--green {\n color: #6cc644;\n border-color: #373;\n }\n .State--purple {\n color: #9378ba;\n border-color: #9378ba;\n }\n .State--red {\n color: #d82828;\n border-color: #d82828;\n }\n }\n /* github.com: \"transparent\" */\n .progress-pjax-loader {\n background-color: transparent;\n }\n /* github.com: \"#79b8ff\", \"box-shadow: 0 0 10px rgba(121,184,255,.7)\" */\n .progress-pjax-loader > .progress-pjax-loader-bar {\n background-color: rgb(79, 140, 201);\n box-shadow: 0 0 rgba(79, 140, 201, .3);\n }\n /* github.com: \"#24292e\" */\n @media (min-width:544px) {\n .project-full-screen .project-header {\n background-color: #181818;\n }\n }\n /* github.com: \"color: #fff !important\" */\n .project-full-screen .project-header .project-header-link:hover {\n color: #fff !important;\n }\n /* github.com: \"color: #fff\", \"box-shadow: none\" */\n @media (min-width:544px) {\n .project-full-screen .card-filter-input {\n color: #fff;\n box-shadow: none;\n }\n }\n /* github.com: \"#fff\" */\n @media (min-width:544px) {\n .project-header {\n background-color: #181818;\n }\n }\n /* github.com: \"#54a3ff\",\"#006eed\", \"#fff\" */\n .pending-cards-status {\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n border-color: #181818;\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n @media (min-width:544px) {\n .project-column:focus {\n border-color: rgb(79, 140, 201) !important;\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n }\n /* github.com: \"#f1f8ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .project-column.moving {\n background-color: #182030 !important;\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* github.com: \"#959da5\" */\n .new-project-column {\n border-color: #484848 !important;\n }\n /* github.com: \"#f6f8fa\" */\n .sortable-ghost {\n background-color: #222;\n }\n /* github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .project-card blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .project-card:hover {\n border-color: #404040 !important;\n }\n /* github.com: \"#2188ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important\" */\n @media (min-width:544px) {\n .project-card:focus {\n border-color: rgb(79, 140, 201) !important;\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5) !important;\n }\n }\n /* github.com: \"#f1f8ff\", \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3) !important\" */\n .project-card.moving {\n background-color: #182030 !important;\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5) !important;\n }\n /* github.com: \"#735c0f\" */\n .archived-project-cards-pane .project-card .archived-header {\n color: #bba257;\n }\n /* github.com: \"#959da5\" */\n .project-pane .redacted-activity {\n border-bottom-color: #484848;\n }\n /* github.com: \"color: rgba(27,31,35,.5)\" */\n .project-pane-close {\n color: rgba(230, 230, 230, .5);\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .project-pane-close:hover {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"color: #fff !important\", \"#0366d6\" */\n .card-filter-autocomplete-dropdown .navigation-focus,\n .card-filter-autocomplete-dropdown [aria-selected=true] {\n color: #fff !important;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff !important\" */\n .card-filter-autocomplete-dropdown .navigation-focus .autocomplete-text-qualifier,\n .card-filter-autocomplete-dropdown [aria-selected=true] .autocomplete-text-qualifier {\n color: #fff !important;\n }\n /* github.com: \"#0366d6\" */\n .projects-reset-query:hover .projects-reset-query-icon {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"#6a737d\" */\n .projects-reset-query-icon {\n background-color: #444;\n }\n /* github.com: \"#fff\", \"#d1d5da\" */\n .projects-comment-form .comment-form-head .toolbar-commenting {\n background-color: #181818;\n border-top-color: #404040;\n }\n /* github.com: \"#d1d5da\" */\n .projects-comment-form .preview-content {\n border-top-color: #404040;\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .project-issue-body-blur {\n background: linear-gradient(0deg, #181818, transparent);\n }\n /* github.com: \"color: rgba(27,31,35,.5)\" */\n .project-comment-body-hover .octicon-pencil,\n .project-comment-title-hover .octicon-pencil {\n color: rgba(230, 230, 230, .5);\n }\n /* github.com: \"#0366d6\" */\n .project-comment-body-hover .octicon-pencil:hover,\n .project-comment-title-hover .octicon-pencil:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #6a737d\" */\n .vcard-detail .octicon, .vcard-username {\n color: #949494;\n }\n /* github.com: \"#86181d\" */\n .user-profile-bio-message {\n color: #d82828;\n }\n /* github.com: \"#fff\", \"#d1d5da\", \"box-shadow: none\" */\n .user-profile-nav {\n background-color: #181818;\n border-bottom-color: #404040;\n box-shadow: none;\n }\n /* github.com: \"color: #586069\" */\n .pinned-item-list-item .pinned-item-handle {\n color: #afafaf;\n }\n /* github.com: \"#f1f8ff\" */\n .pinned-item-list-item.is-dragging, .pinned-item-list-item.sortable-ghost {\n background-color: #182030;\n }\n /* github.com: \"#eaecef\" */\n .profile-timeline.discussion-timeline .profile-timeline-month-heading::after,\n .profile-timeline.discussion-timeline::before {\n background-color: #343434;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .profile-timeline-card-wrapper {\n border-top-color: #181818;\n border-bottom-color: #181818;\n }\n /* github.com: \"color: #6a737d\" */\n .profile-timeline-card .issue-meta-section .octicon {\n color: #949494;\n }\n /* github.com: \"#eaecef\" */\n .profile-rollup-summarized + .profile-rollup-summarized,\n .profile-rollup-wrapper + .profile-rollup-wrapper {\n border-top-color: #343434;\n }\n /* github.com: \"#a04100\" */\n .stale-files-tab {\n color: #f3582c;\n }\n /* github.com: \"#fff\" */\n .pr-toolbar.is-stuck {\n background-color: #181818;\n }\n /* github.com: \"rgba(0,0,0,.001)\" */\n .toolbar-shadow {\n background: linear-gradient(rgba(0, 0, 0, .075), transparent) repeat-x 0 0;\n }\n /* github.com: \"#fff\" */\n .diffbar {\n background-color: #181818;\n }\n /* github.com: \"#eee\" */\n .diffbar .table-of-contents li {\n border-top-color: #343434;\n }\n /* github.com: \"color: #fff\" */\n .diffbar [role^=menuitem]:focus:not(.is-range-selected) .text-emphasized,\n .diffbar [role^=menuitem]:hover:not(.is-range-selected) .text-emphasized {\n color: #fff;\n }\n /* github.com: \"#f1f8ff\", \"rgba(27,31,35,.15)\" */\n .diffbar-range-menu .in-range:not(.is-range-selected) {\n background-color: #182030;\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#0366d6\" */\n .diffbar-range-menu .in-range:focus:not(.is-range-selected),\n .diffbar-range-menu .in-range:hover:not(.is-range-selected) {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"#735c0f\", \"#fffbdd\" */\n .diffbar-range-menu .is-range-selected {\n color: #bba257;\n background-color: #261d08;\n }\n /* github.com: \"#fff5b1\" */\n .diffbar-range-menu .is-last-in-range {\n background-color: #651;\n }\n /* github.com: \"#e1e4e8\" */\n .conflict-resolver.loading {\n border-color: #343434;\n }\n /* github.com: \"#22863a\" */\n .revision-number {\n background-color: #6cc644;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .pull-request-review-menu, .pull-request-suggested-changes-menu {\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#f6f8fa\" */\n .review-comment-loader::after, .review-comment.is-comment-editing::after,\n .review-comment::after {\n background-color: #222;\n }\n /* github.com: \"color: #24292e\" */\n .review-comment {\n color: #cdcdcd;\n }\n /* github.com: \"#d2dff0\" */\n .review-comment .reaction-summary-item:not(.add-reaction-btn) {\n border-color: #246;\n }\n /* github.com: \"#b08800\", \"#fffdef\", \"#f9c513\" */\n .review-comment .pending-batched-suggestion-label {\n color: #cb4;\n background-color: #261d08;\n border-color: #cb4;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .review-comment .is-comment-editing {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#f6f8fa\", \"#e1e4e8\" */\n .review-thread-reply {\n background-color: #222;\n border-top-color: #343434;\n }\n /* github.com: \"#fff\" */\n .review-thread-reply .inline-comment-form {\n background-color: #181818;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .review-summary-form-wrapper {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#f9c513\" */\n .is-pending .review-summary-form-wrapper {\n border-color: #cb4;\n }\n /* github.com: \"#e1e4e8\", \"#fff\" */\n .release-timeline-tags .tag-timeline-date::after {\n background-color: #343434;\n border-color: #181818;\n }\n /* github.com: \"#cb2431\", \"#d73a49\" */\n .Label--draft {\n color: #d82828;\n border-color: #d82828;\n }\n /* github.com: \"#c3c8cf\" */\n .uploaded-files.not-populated + .drop-target .drop-target-label {\n border-top-color: #484848;\n }\n /* github.com: \"#ddd\",\"#e5e5e5\" */\n .uploaded-files.is-populated {\n border-color: #343434;\n }\n /* github.com: \"#f9f9f9\" */\n .uploaded-files > li.delete {\n background-color: #181818;\n }\n /* github.com: \"#cb2431\" */\n .uploaded-files .remove:hover {\n color: #d82828 !important;\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,.5)\" */\n .upload-progress {\n box-shadow: 0 1px 1px #181818, inset 0 1px 1px hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"#e1e4e8\" */\n .release-entry {\n border-bottom-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n @media (min-width:768px) {\n .release-main-section {\n border-left-color: #343434;\n }\n }\n /* github.com: \"#ddd\" */\n .repo-file-upload-target.dragover .repo-file-upload-outline {\n border-color: #343434;\n }\n /* github.com: \"#fff\", \"#e5e5e5\" */\n .is-bad-file .repo-file-upload-errors, .is-empty .repo-file-upload-errors,\n .is-failed .repo-file-upload-errors,\n .is-hidden-file .repo-file-upload-errors,\n .is-too-big .repo-file-upload-errors, .is-too-many .repo-file-upload-errors {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github.com: \"color: #666\", \"#fff\" */\n .repo-file-upload-tree-target {\n color: #949494;\n background: radial-gradient(ellipse at center, #181818 0, hsla(0, 0%, 100%, .85) 65%, hsla(0, 0%, 100%, .85) 100%);\n }\n /* github.com: \"#ddd\" */\n .repo-file-upload-tree-target .repo-file-upload-outline {\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .label-characters-remaining {\n color: #afafaf;\n }\n /* github.com: \"#eee\" */\n .repo-list-item {\n border-bottom-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .mini-repo-list-item {\n border-top-color: #404040;\n }\n /* github.com: \"color: #6a737d\" */\n .mini-repo-list-item .repo-icon, .mini-repo-list-item .stars {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .mini-repo-list-item .repo-description {\n color: #afafaf;\n }\n /* github.com: \"#fffdef\" */\n .private .mini-repo-list-item {\n background-color: #261d08;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .private .mini-repo-list-item .repo-icon {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"#fafbfc\", \"#e5e5e5\" */\n .filter-bar {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* github.com: \"#ddd\" */\n .url-box {\n border-top-color: #343434;\n }\n /* github.com: \"color: #24292e\" */\n .url-box p strong {\n color: #cdcdcd;\n }\n /* github.com: \"color: #333\", \"linear-gradient(#fafafa,#eaeaea)\" */\n .clone-url-button > .clone-url-link {\n color: #bebebe;\n background-image: linear-gradient(#202020, #181818);\n }\n /* github.com: \"color: #fff\", \"#599bcd\",\"#3072b3\", \"#2a65a0\" */\n .clone-url-button > .clone-url-link:active,\n .clone-url-button > .clone-url-link:hover {\n color: #fff;\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n border-color: rgb(79, 140, 201);\n }\n /* github.com: \"#3072b3\", \"none\", \"rgba(0,0,0,.15)\" */\n .clone-url-button > .clone-url-link:active {\n background-color: rgb(79, 140, 201);\n background-image: none;\n box-shadow: inset 0 3px 5px #000;\n }\n /* github.com: \"#fff\" */\n .clone-url-button + .clone-url-button > .clone-url-link {\n box-shadow: inset 1px 0 0 #181818;\n }\n /* github.com: \"box-shadow: none\" */\n .clone-url-button + .clone-url-button > .clone-url-link:hover {\n box-shadow: none;\n }\n /* github.com: \"rgba(0,0,0,.15)\" */\n .clone-url-button + .clone-url-button > .clone-url-link:active {\n box-shadow: inset 0 3px 5px #000;\n }\n /* github.com: \"color: #333\", \"hsla(0,0%,100%,.6)\", \"#ccc\", \"linear-gradient(#ccc,#d5d5d5)\", \"#bbb\", \"box-shadow: inset 0 2px 3px rgba(0,0,0,.075)\" */\n .clone-url-button > .clone-url-link.selected,\n .clone-url-button > .clone-url-link.selected:hover {\n color: #bebebe;\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .6);\n background-color: #484848;\n background-image: linear-gradient(#303030, #282828);\n border-color: #484848;\n box-shadow: inset 0 2px 3px rgba(255, 255, 255, .075);\n }\n /* github.com: \"initial\" */\n .timeout {\n background-color: initial;\n }\n /* github.com: \"color: #586069\" */\n .timeout h3 {\n color: #afafaf;\n }\n /* github.com: \"#dfe2e5\" */\n .overall-summary {\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .numbers-summary li > .nolink, .numbers-summary li > a {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .numbers-summary li > a:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #6a737d\" */\n .numbers-summary .octicon {\n color: #949494;\n }\n /* github.com: \"#dfe2e5\" */\n .prereceive-feedback {\n border-color: #343434;\n }\n /* github.com: \"#b08800\" */\n .prereceive-feedback-heading {\n color: #cb4;\n }\n /* github.com: \"#f1f8ff\" */\n .repository-item-checkbox:checked + .repository-item-name {\n background-color: #182030;\n }\n /* github.com: \"#e1e4e8\" */\n .custom-role-icon {\n background-color: #343434;\n }\n /* github.com: \"color: #666\" */\n .edit-profile-avatar .drag-and-drop {\n color: #949494;\n }\n /* github.com: \"#d73a49\", \"box-shadow: none\" */\n .avatar-upload .flash {\n border-color: #d82828;\n box-shadow: none;\n }\n /* github.com: \"color: #586069\" */\n .avatar-upload .upload-state p {\n color: #afafaf;\n }\n /* github.com: \"#e5e5e5\" */\n dl.new-email-form {\n border-top-color: #343434;\n }\n /* github.com: \"#fffdef\" */\n .selected-user-key {\n background-color: #261d08;\n }\n /* github.com: \"#ddd\" */\n .user-key-badge, .user-key-email {\n border-color: #343434;\n }\n /* github.com: \"color: #666\", \"#ddd\" */\n .user-key-email-unverified {\n color: #949494;\n border-color: #343434;\n }\n /* github.com: \"#28a745\" */\n .recent-user-key {\n color: #484;\n }\n /* github.com: \"#cb2431\" */\n .unverified-user-key, .unverified-user-key-notice {\n color: #d82828;\n }\n /* github.com: \"#ddd\" */\n .notification-center .overview {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .oauth-app-info-container dl.keys dt {\n color: #afafaf;\n }\n /* github.com: \"color: #333\" */\n .oauth-app-info-container dl.keys dd {\n color: #bebebe;\n }\n /* github.com: \"color: #586069\" */\n .oauth-app-info-container .user-count {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .logo-upload a.delete:hover, .logo-upload span.delete:hover {\n color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .logo-upload-container .upload-state p {\n color: #afafaf;\n }\n /* github.com: \"#eee\", \"#d1d5da\" */\n .logo-box {\n background-color: #242424;\n border-color: #404040;\n }\n /* github.com: \"color: #586069\" */\n .logo-placeholder {\n color: #afafaf;\n }\n /* github.com: \"#ddd\" */\n .saved-reply-form {\n border-color: #343434;\n }\n /* github.com: \"initial\", \"#eaecef\" */\n .saved-reply-form .comment-body {\n background-color: initial;\n border-bottom-color: #343434;\n }\n /* github.com: \"#e5e5e5\" */\n .access-token {\n border-bottom-color: #343434;\n }\n /* github.com: \"rgba(108,198,68,.1)\" */\n .access-token.new-token {\n background-color: #002800;\n }\n /* github.com: \"#28a745\" */\n .access-token.new-token .octicon-check {\n color: #484;\n }\n /* github.com: \"color: #24292e\" */\n .access-token .token-description, .token-scope {\n color: #cdcdcd;\n }\n /* github.com: \"initial\" */\n .application-show-group .drag-and-drop {\n background-color: initial;\n }\n /* github.com: \"color: #666\" */\n .email-preference-exceptions h5 {\n color: #949494;\n }\n /* github.com: \"#eaecef\" */\n .email-preference-exceptions .exception {\n border-top-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .email-preference-exceptions .exception:last-child {\n border-bottom-color: #343434;\n }\n /* github.com: \"#eaecef\" */\n .two-factor-steps {\n border-color: #343434;\n }\n /* github.com: \"#cb2431\" */\n .two-factor-steps .error-icon {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .two-factor-steps .sent-message {\n color: #484;\n }\n /* github.com: \"color: #586069\", \"#eaeaea\" */\n .two-factor-toggle .two-factor-status {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #fff\", \"#28a745\" */\n .two-factor-toggle .two-factor-on {\n color: #fff;\n background-color: #484;\n }\n /* github.com: \"#f8f8f8\" */\n .two-factor-settings-group, .u2f-registration {\n border-bottom-color: #343434;\n }\n /* github.com: \"rgba(47,38,6,.5)\" */\n .u2f-registration-icon {\n color: #cb4;\n }\n /* github.com: \"#ddd\" */\n .github-access-banner {\n border-color: #343434;\n }\n /* github.com: \"#cb2431\" */\n .github-access-banner .octicon {\n color: #d82828;\n }\n /* github.com: \"#eaecef\" */\n .qr-code-table {\n border-color: #343434;\n }\n /* github.com: \"transparent\" */\n .qr-code-table tr {\n background-color: transparent;\n }\n /* github.com: \"#fff\" */\n .qr-code-table .white {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .session-device {\n color: #afafaf;\n }\n /* github.com: \"#28a745\" */\n .session-device .session-state-indicator.recent {\n background-color: #484;\n }\n /* github.com: \"#d73a49\" */\n .session-device .session-state-indicator.revoked {\n background-color: #d82828;\n }\n /* github.com: \"#ccc\", \"#fff\" */\n .session-device .session-state-indicator.not-recent {\n background-image: linear-gradient(#aaa, #484848);\n box-shadow: 0 1px 0 #181818;\n }\n /* github.com: \"#0366d6\" */\n .session-details:hover .octicon {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .collaborators .collab-remove .remove-link {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .collaborators .collab-remove .remove-link:hover {\n color: #d82828;\n }\n /* github.com: \"color: #666\" */\n .collaborators .collab-info {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .access-sub-heading {\n color: #afafaf;\n }\n /* github.com: \"#ddd\" */\n .access-form-wrapper {\n border-top-color: #343434;\n }\n /* github.com: \"#fafbfc\" */\n .oauth-pending-deletion-list-item, .oauth-pending-deletion-list-item:hover {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .boxed-group-list .access-level {\n color: #afafaf;\n }\n /* github.com: \"#e5e5e5\" */\n .form-hr {\n border-bottom-color: #343434;\n }\n /* github.com: \"#e5e5e5\" */\n .listgroup {\n border-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .listgroup-item {\n color: #afafaf;\n }\n /* github.com: \"#e5e5e5\" */\n .listgroup-item + .listgroup-item {\n border-top-color: #343434;\n }\n /* github.com: \"#e5e5e5\" */\n .listgroup-header {\n border-bottom-color: #343434;\n }\n /* github.com: \"#f5f5f5\" */\n .listgroup-overflow {\n background-color: #222;\n }\n /* github.com: \"#fafbfc\" */\n .protected-branch-orgs-and-repo-admins {\n background-color: #181818;\n }\n /* github.com: \"color: #333\" */\n .protected-branch-pusher {\n color: #bebebe;\n }\n /* github.com: \"color: #fff\", \"#d15704\" */\n .user-already-added::after {\n color: #fff;\n background-color: #f3582c;\n }\n /* github.com: \"initial\", \"initial\" */\n @keyframes toggle-color {\n 0% {\n background-color: initial;\n }\n to {\n background-color: initial;\n }\n }\n /* github.com: \"#cb2431\", \"transparent\" */\n .repository-merge-features .form-group.errored .error {\n color: #d82828;\n background-color: transparent;\n }\n /* github.com: \"color: #24292e\", \"#e36209\" */\n .repository-settings-actions [role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* github.com: \"color: #6a737d\" */\n .repository-settings-actions [role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* github.com: \"#ddd\" */\n .setup-header {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .setup-header .lead a {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .setup-header .lead a:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .setup-secondary .info {\n color: #afafaf;\n }\n /* github.com: \"#fff\" */\n .setup-info-module {\n background-color: #181818;\n }\n /* github.com: \"#ddd\" */\n .setup-info-module h2 {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #586069\" */\n .setup-info-module h2 .price {\n color: #afafaf;\n }\n /* github.com: \"#f9f9f9\", \"#e0e0e0\" */\n .setup-info-module .setup-info-note {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* github.com: \"#eee\" */\n .features-list .list-divider {\n border-top-color: #343434;\n }\n /* github.com: \"color: #555\" */\n .features-list .octicon-question {\n color: #afafaf;\n }\n /* github.com: \"#cb2431\" */\n .setup-form .octicon-alert {\n color: #d82828;\n }\n /* github.com: \"#28a745\" */\n .setup-form .octicon-check {\n color: #484;\n }\n /* github.com: \"#eee\", \"#eee\" */\n .setup-form .setup-organization-next, .setup-form .tos-info {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .setup-form .setup-plans {\n border-color: #404040;\n }\n /* github.com: \"#f1f8ff\" */\n .setup-form .setup-plans tr.selected {\n background-color: #182030;\n }\n /* github.com: \"color: #6a737d\" */\n .setup-creditcard-form .form-group select:invalid {\n color: #949494;\n }\n /* github.com: \"color: #586069\" */\n .setup-creditcard-form .help-text, .shelf-lead {\n color: #afafaf;\n }\n /* github.com: \"color: #959da5\" */\n .shelf-dismiss {\n color: #767676;\n }\n /* github.com: \"#0366d6\" */\n .shelf-dismiss:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: rgba(27,31,35,.7)\", \"rgba(27,31,35,.15)\" */\n .shelf-dismiss .close-button {\n color: rgba(230, 230, 230, .7);\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"color: #24292e\", \"rgba(27,31,35,.3)\" */\n .shelf-dismiss .close-button:hover {\n color: #cdcdcd;\n border-color: rgba(220, 220, 220, .4);\n }\n /* github.com: \"color: rgba(27,31,35,.85)\", \"hsla(0,0%,100%,0)\",\"#fff\",\"#dbedff\", \"#fff\" */\n .intro-shelf {\n color: rgba(230, 230, 230, .85);\n background-image: linear-gradient(180deg, transparent 60%, #181818), linear-gradient(70deg, #182030 32%, #ebfff0);\n border-bottom-color: #181818;\n }\n /* github.com: \"color: rgba(27,31,35,.7)\" */\n .intro-shelf .shelf-lead {\n color: rgba(230, 230, 230, .7);\n }\n /* github.com: \"#d1d5da\" */\n .orgs-help-shelf-content .orgs-help-divider {\n border-top-color: #404040;\n }\n /* github.com: \"color: #586069\" */\n .orgs-help-lead {\n color: #afafaf;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .orgs-help-item-octicon {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .orgs-help-item-octicon .octicon {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .orgs-help-dismiss, .orgs-help-item-content {\n color: #afafaf;\n }\n /* github.com: \"#0366d6\" */\n .orgs-help-dismiss:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#fff\", \"#d1d5da\", \"rgba(149,157,165,.15)\" */\n .signup-plan-card {\n background-color: #181818;\n border-color: #404040;\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* github.com: \"#fff\", \"#79b8ff\", \"rgba(149,157,165,.2)\" */\n .signup-plan-card:hover {\n background-color: #181818;\n border-color: rgb(79, 140, 201);\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"hsla(0,0%,100%,.5)\" */\n .signup-btn:disabled {\n color: hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .plan-category-tab[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"color: #fff !important\" */\n .plan-category-tab[aria-selected=true] .tab-title {\n color: #fff !important;\n }\n /* github.com: \"#fff\" */\n .showcase-page-pattern::after {\n background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), #181818);\n }\n /* github.com: \"#eee\" */\n .showcase-page-repo-list {\n border-top-color: #343434;\n }\n /* github.com: \"#ec6cb9\" */\n .sponsors-goal-progress-bar {\n background-color: #c49;\n }\n /* github.com: \"#ffd33d\" */\n .sponsors-goal-completed-bar, .sponsors-goal-progress-bar:hover {\n background: linear-gradient(90deg, #cb4, #ea4aaa 17%, #b34bff 34%, #01feff 51%, #cb4 68%, #ea4aaa 85%, #b34bff);\n }\n /* github.com: \"#fff\", \"#fff\" */\n .sponsors-goals-avatar-border {\n background-color: #181818;\n border-color: #181818;\n }\n /* github.com: \"#fff\", \"#e1e4e8\" */\n .business-sso .business-sso-panel, .business-sso .org-sso-panel,\n .org-sso .business-sso-panel, .org-sso .org-sso-panel {\n background-color: #181818;\n border-color: #343434;\n }\n /* github.com: \"#d1d5da\" */\n .business-sso .sso-recovery-callout, .org-sso .sso-recovery-callout {\n border-color: #404040;\n }\n /* github.com: \"none\", \"box-shadow: none\" */\n .tag-input input {\n background: none;\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none\" */\n .tag-input input:focus {\n box-shadow: none;\n }\n /* github.com: \"color: #586069\", \"#eaeaea\", \"box-shadow: none\" */\n .team-label-ldap {\n color: #afafaf;\n border-color: #343434;\n box-shadow: none;\n }\n /* github.com: \"#0366d6\", \"#f6f8fa\" */\n .team-member-ellipsis:hover {\n color: rgb(79, 140, 201);\n background-color: #222;\n }\n /* github.com: \"#fafbfc\" */\n .team-listing .is-open.root-team {\n background-color: #181818;\n }\n /* github.com: \"#0366d6\" */\n .token-scanning-reset-query:hover .token-scanning-reset-query-icon {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"#6a737d\" */\n .token-scanning-reset-query-icon {\n background-color: #444;\n }\n /* github.com: \"#28a745\" */\n .traffic-graph path.total {\n stroke: #484;\n }\n /* github.com: \"#005cc5\" */\n .traffic-graph path.unique {\n stroke: #4f8cc9;\n }\n /* github.com: \"#28a745\" */\n .traffic-graph .axis .tick:first-of-type line, .traffic-graph .y line {\n stroke: #484;\n }\n /* github.com: \"#005cc5\" */\n .traffic-graph .y.unique line, .uniques-graph .axis .tick:last-child line {\n stroke: #4f8cc9;\n }\n /* github.com: \"color: #fff\" */\n .svg-tip .date {\n color: #fff;\n }\n /* github.com: \"#f6f8fa\", \"#dfe2e5\" */\n table.capped-list th {\n background-color: #222;\n }\n /* github.com: \"#eaecef\" */\n table.capped-list td, table.capped-list th {\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #444d56\" */\n table.capped-list .octicon {\n color: #afafaf;\n }\n /* github.com: \"#fafbfc\" */\n table.capped-list tr:nth-child(2n) {\n background-color: #181818;\n }\n /* github.com: \"#dfe2e5\" */\n .traffic-graph-stats {\n border-top-color: #343434;\n }\n /* github.com: \"#28a745\" */\n .totals circle {\n fill: #484;\n }\n /* github.com: \"#005cc5\" */\n .uniques circle {\n fill: #4f8cc9;\n }\n /* github.com: \"box-shadow: none\" */\n .tree-finder-input, .tree-finder-input:focus {\n box-shadow: none;\n }\n /* github.com: \"#fff\" */\n .tree-browser-result[aria-selected=true] {\n background-color: #181818 !important;\n }\n /* github.com: \"#0366d6\", \"none\" */\n .tree-browser-result[aria-selected=true] .octicon-chevron-right,\n .tree-browser-result mark {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"none\" */\n .toolbar-commenting .dropdown-item, .tree-browser-result mark {\n background: none;\n }\n /* github.com: \"#0366d6\" */\n .toolbar-commenting .dropdown-item:focus,\n .toolbar-commenting .dropdown-item:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\", \"none\" */\n .toolbar-item, .toolbar-item .menu-target {\n color: #afafaf;\n background: none;\n }\n /* github.com: \"#0366d6\" */\n .toolbar-item .menu-target:focus, .toolbar-item .menu-target:hover,\n .toolbar-item:focus, .toolbar-item:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #333\" */\n .typeahead-result {\n color: #bebebe;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .typeahead-result.navigation-focus, .typeahead-result:hover,\n .typeahead-result[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\" */\n .typeahead-result.navigation-focus .octicon-plus,\n .typeahead-result:hover .octicon-plus,\n .typeahead-result[aria-selected=true] .octicon-plus {\n color: #fff;\n }\n /* github.com: \"color: #586069\" */\n .member-suggestion .already-member-note, .member-suggestion .member-name,\n .member-suggestion .non-member-action, .member-suggestion .non-member-note {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .member-suggestion.navigation-focus .already-member-note,\n .member-suggestion.navigation-focus .member-email,\n .member-suggestion.navigation-focus .member-name,\n .member-suggestion.navigation-focus .non-member-action,\n .member-suggestion.navigation-focus .non-member-note,\n .member-suggestion.navigation-focus .octicon,\n .member-suggestion:hover .already-member-note,\n .member-suggestion:hover .member-email,\n .member-suggestion:hover .member-name,\n .member-suggestion:hover .non-member-action,\n .member-suggestion:hover .non-member-note, .member-suggestion:hover .octicon,\n .member-suggestion[aria-selected=true] .already-member-note,\n .member-suggestion[aria-selected=true] .member-email,\n .member-suggestion[aria-selected=true] .member-name,\n .member-suggestion[aria-selected=true] .non-member-action,\n .member-suggestion[aria-selected=true] .non-member-note,\n .member-suggestion[aria-selected=true] .octicon {\n color: #fff;\n }\n /* github.com: \"color: #586069\" */\n .team-suggestion .team-description, .team-suggestion .team-size {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .team-suggestion.navigation-focus .team-description,\n .team-suggestion.navigation-focus .team-size,\n .team-suggestion[aria-selected=true] .team-description,\n .team-suggestion[aria-selected=true] .team-size {\n color: #fff;\n }\n /* github.com: \"color: #959da5\" */\n .email-suggestion .octicon-mail {\n color: #767676;\n }\n /* github.com: \"color: #586069\" */\n .repo-access-add-team .team-description, .repo-access-add-team .team-size {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .repo-access-add-team.navigation-focus .team-description,\n .repo-access-add-team.navigation-focus .team-size,\n .repo-access-add-team[aria-selected=true] .team-description,\n .repo-access-add-team[aria-selected=true] .team-size {\n color: #fff;\n }\n /* github.com: \"#e1e4e8\" */\n .user-list-item + .user-list-item {\n border-top-color: #343434;\n }\n /* github.com: \"color: #fff\", \"#cb2431\" */\n .follow-list .flagged-banner {\n color: #fff;\n background-color: #d82828;\n }\n /* github.com: \"color: #586069\" */\n .follow-list .follow-list-info,\n .user-status-org-button .user-status-org-detail {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .user-status-org-button:focus .user-status-org-detail,\n .user-status-org-button:hover .user-status-org-detail {\n color: #fff;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n .user-status-org-button.selected {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\" */\n .user-status-org-button.selected .user-status-org-detail {\n color: #fff;\n }\n /* github.com: \"#ffea7f\" */\n .user-status-limited-availability-compact {\n background-color: #542;\n }\n /* github.com: \"color: #24292e\" */\n .user-status-message-wrapper {\n color: #cdcdcd;\n }\n /* github.com: \"#0366d6\" */\n .toggle-user-status-edit:focus .user-status-message-wrapper,\n .toggle-user-status-edit:hover .user-status-message-wrapper {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"rgba(149,157,165,.15)\" */\n .user-status-circle-badge-container:hover .user-status-circle-badge {\n box-shadow: 0 3px 6px rgba(0, 0, 0, .15);\n }\n /* github.com: \"#fff\", \"#e1e4e8\", \"rgba(27,31,35,.04)\" */\n .user-status-circle-badge {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 1px 0 #000;\n }\n /* github.com: \"none\" */\n .wiki-footer .markdown-body img {\n background: none;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .ColorSwatch {\n border-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#2188ff\" */\n .hx_text-blue-light {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#f1f8ff\" */\n .hx_avatar_stack_commit .AvatarStack-body {\n background-color: #182030;\n }\n /* github.com: \"#fff\", \"#fff\" */\n .hx_flex-avatar-stack-item .avatar {\n border-color: #181818;\n background-color: #181818;\n }\n /* github.com: \"box-shadow: none\" */\n .hx_badge-search-container .hx_badge-input {\n box-shadow: none;\n }\n /* github.com: \"box-shadow: none !important\" */\n .hx_badge-search-container .hx_badge-input:focus {\n box-shadow: none !important;\n }\n /* github.com: \"color: #fff !important\", \"#0366d6\", \"#0366d6\" */\n .hx_badge[aria-pressed=true] {\n color: #fff !important;\n background-color: rgb(79, 140, 201) !important;\n border-color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"#fafbfc\" */\n @media (hover:hover) {\n .hx_menuitem--focus {\n background-color: #181818;\n }\n }\n /* github.com: \"rgba(115,92,15,.5)\" */\n .hx_color-repo-private-icon {\n color: rgba(204, 187, 68, .5);\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .hx_bg-black-fade-15 {\n background-color: rgba(220, 220, 220, .22);\n }\n /* github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n body:not(.intent-mouse) .hx_focus-input:focus + .hx_focus-target {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* github.com: \"color: #959da5\" */\n .SelectMenu-item:disabled, .SelectMenu-item[aria-disabled=true] {\n color: #767676;\n }\n /* github.com: \"box-shadow: none\" */\n .Box--responsive .Box-row--unread {\n box-shadow: none;\n }\n /* github.com: \"color: #fff\", \"#54a3ff\",\"#006eed\" */\n .Box--responsive .Box-row--unread::before {\n color: #fff;\n background-image: linear-gradient(rgb(79, 140, 201), rgb(79, 140, 201));\n }\n /* github.com: \"#e1e4e8\", \"#0366d6\" */\n @media (min-width:544px) {\n .Box--responsive {\n border-color: #343434;\n }\n .Box--responsive .Box-row--unread {\n box-shadow: inset 2px 0 0 rgb(79, 140, 201);\n }\n }\n /* github.com: \"color: #6a737d\" */\n @media (max-width:767px) {\n .page-responsive .hx_rsm-close-button .octicon-x,\n .page-responsive .hx_rsm .close-button .octicon-x {\n color: #949494;\n }\n }\n /* github.com: \"#e1e4e8\", \"rgba(149,157,165,.2)\" */\n .select-menu-modal {\n border-color: #343434;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n /* github.com: \"#fff\" */\n .select-menu-filters, .select-menu-header {\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .preview-selected .tabnav--responsive {\n border-bottom-color: #343434;\n }\n /* github.com: \"#fafbfc\", \"#e1e4e8\", \"#fff\" */\n @media (max-width:767px) {\n .tabnav--responsive .tabnav-tab {\n background-color: #181818;\n border-color: #343434;\n }\n .tabnav--responsive .tabnav-tab:first-child {\n border-left-color: #343434;\n }\n .tabnav--responsive .tabnav-tab.selected,\n .tabnav--responsive .tabnav-tab[aria-selected=true] {\n background-color: #181818;\n }\n }\n /* github.com: \"#e1e4e8\" */\n @media (max-width:767px) {\n .hx_sm-hide-drag-drop textarea {\n border-bottom-color: #343434;\n }\n }\n /* github.com: \"#586069\" */\n .Toast--loading .Toast-icon {\n background-color: #343434;\n }\n /* github.com: \"initial\" */\n .autocomplete-item {\n background-color: initial;\n }\n /* github.com: \"#fff\" */\n .details-overlay[open] > .dropdown-item:hover {\n background-color: #181818;\n }\n /* github.com: \"color: #959da5\" */\n .radio-label .octicon {\n color: #767676;\n }\n /* github.com: \"color: #6a737d\", \"#eff3f6\" */\n .radio-input:disabled + .radio-label {\n color: #949494;\n background-color: #242424;\n }\n /* github.com: \"#e1e4e8\" */\n .BorderGrid-cell, .drag-and-drop {\n border-color: #343434;\n }\n /* github.com: \"color: #6a737d\" */\n .flash .btn .octicon {\n color: #949494;\n }\n /* github.com: \"#f3f4f6\" */\n .form-group .form-control[disabled], .form-group .form-select[disabled] {\n background-color: #242424;\n }\n /* github.com: \"#735c0f\", \"#f9c513\" */\n .Label--outline.bg-yellow-light {\n color: #bba257;\n border-color: #cb4;\n }\n /* github.com: \"#0366d6\", \"#0366d6\" */\n .label.bg-blue {\n color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* github.com: \"#e1e4e8\" */\n .signed-commit-badge-large, .signed-commit-badge-medium,\n .signed-commit-badge-small, .timeline-comment-label {\n border-color: #343434;\n }\n /* github.com: \"#0366d6\" */\n .delete-topic-button, .topic-tag, .topic-tag-action,\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#e1e4e8\" */\n .timeline-comment, .timeline-comment-header {\n border-color: #343434;\n }\n /* github.com: \"#e1e4e8\" */\n .branch-action-item.border-gray-dark {\n border-color: #343434 !important;\n }\n /* github.com: \"#e1e4e8\" */\n .branch-action-body, .branch-action-state-closed-dirty .branch-action-body,\n .branch-action-state-dirty .branch-action-body,\n .is-rebasing .branch-action-state-dirty-if-rebasing .branch-action-body {\n border-color: #343434;\n }\n /* github.com: \"box-shadow: none\" */\n .notification-list-item-actions .btn {\n box-shadow: none;\n }\n /* github.com: \"#f9826c\" */\n .pagehead-tabs-item.selected, .reponav-item.selected {\n border-top-color: #fff;\n }\n /* github.com: \"#28a745\" */\n .branch-action-state-clean .branch-action-icon,\n .completeness-indicator-success {\n background-color: #484;\n }\n /* github.com: \"color: #586069\", \"#e1e4e8\" */\n .pullquote {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* github.com: \"color: #fff\", \"#1074e7\", \"#1074e7\" */\n .btn-mktg {\n color: #fff;\n border: 1px solid rgb(79, 140, 201);\n }\n /* github.com: \"#0366d6\", \"#0366d6\" */\n .btn-mktg, .btn-mktg:hover {\n background-color: rgb(79, 140, 201);\n }\n .btn-mktg:hover {\n border-color: rgb(79, 140, 201);\n }\n /* github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn-mktg:focus {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* github.com: \"#28a745\", \"#28a745\" */\n .btn-primary-mktg:hover {\n background-color: #484;\n border-color: #484;\n }\n /* github.com: \"#0366d6\", \"hsla(0,0%,100%,0)\", \"#1074e7\" */\n .btn-outline-mktg, .btn-outline-mktg:hover {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n .btn-outline-mktg:hover {\n border-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\", \"initial\", \"none\", \"hsla(0,0%,100%,.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: initial;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .lead-mktg-fluid {\n color: #afafaf;\n }\n /* github.com: \"color: #fff\" */\n .btn-black-mktg-fluid, .btn-lg-mktg-fluid, .btn-mktg-fluid,\n .btn-purple-mktg-fluid {\n color: #fff;\n }\n /* github.com: \"none\" */\n .btn-outline-mktg-fluid, .btn-outline-mktg-fluid.hover,\n .btn-outline-mktg-fluid.selected, .btn-outline-mktg-fluid:active,\n .btn-outline-mktg-fluid:hover, .btn-outline-mktg-fluid[aria-selected=true],\n .btn-purple-outline-mktg-fluid, .btn-purple-outline-mktg-fluid.hover,\n .btn-purple-outline-mktg-fluid.selected,\n .btn-purple-outline-mktg-fluid:active, .btn-purple-outline-mktg-fluid:hover,\n .btn-purple-outline-mktg-fluid[aria-selected=true],\n [open] > .btn-outline-mktg-fluid, [open] > .btn-purple-outline-mktg-fluid {\n background: none;\n }\n /* github.com: \"color: #fff\", \"none\" */\n .btn-white-outline-mktg-fluid {\n color: #fff;\n background: none;\n }\n /* github.com: \"color: #fff\", \"none\", \"hsla(0,0%,100%,.5)\" */\n .btn-white-outline-mktg-fluid.hover, .btn-white-outline-mktg-fluid.selected,\n .btn-white-outline-mktg-fluid:active, .btn-white-outline-mktg-fluid:hover,\n .btn-white-outline-mktg-fluid[aria-selected=true],\n [open] > .btn-white-outline-mktg-fluid {\n color: #fff;\n background: none;\n box-shadow: inset 0 0 0 2px hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,.5)\" */\n .btn-white-outline-mktg-fluid.focus, .btn-white-outline-mktg-fluid:focus {\n box-shadow: inset 0 0 0 2px #181818, 0 0 0 4px hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"none\" */\n .btn-invisible-mktg-fluid, .btn-invisible-mktg-fluid::before,\n .btn-invisible-mktg-fluid:hover, .btn-lg-invisible-mktg-fluid,\n .btn-lg-invisible-mktg-fluid::before, .btn-lg-invisible-mktg-fluid:hover {\n background: none !important;\n }\n /* github.com: \"box-shadow: none\" */\n .btn-invisible-mktg-fluid.focus, .btn-invisible-mktg-fluid:focus,\n .btn-lg-invisible-mktg-fluid.focus, .btn-lg-invisible-mktg-fluid:focus {\n box-shadow: none;\n }\n /* github.com: \"rgba(27,31,35,.3)\" */\n .box-shadow-border-mktg {\n box-shadow: 0 0 1px 0 #000 !important;\n }\n /* github.com: \"rgba(27,31,35,.3)\" */\n .box-shadow-card-border-mktg {\n box-shadow: 0 3px 2px rgba(0, 0, 0, .04), 0 7px 5px rgba(0, 0, 0, .02), 0 13px 10px rgba(0, 0, 0, .02), 0 22px 17px rgba(0, 0, 0, .02), 0 0 1px 0 #000 !important;\n }\n /* github.com: \"#fff\" */\n .testimonial-avatar {\n border-color: #181818;\n }\n /* github.com: \"transparent\" */\n .customer-story-overlay {\n background-image: linear-gradient(180deg, #000 -5%, transparent 50%);\n }\n /* github.com: \"none\" */\n .page-nav .page-nav-trigger {\n background: none;\n }\n /* github.com: \"color: #6a737d\" */\n .page-nav-item {\n color: #949494;\n }\n /* github.com: \"#f6f8fa\" */\n .page-nav-item::before {\n background-color: #222;\n }\n /* github.com: \"color: #444d56 !important\" */\n .page-nav-item:hover {\n color: #afafaf !important;\n }\n /* github.com: \"color: #24292e\" */\n .page-nav-item.selected {\n color: #cdcdcd;\n }\n /* github.com: \"#eee\" */\n hr {\n border-bottom-color: #343434;\n }\n /* github.com: \"#032f62\" */\n .bg-blue-dark {\n background-color: #182030 !important;\n }\n /* github.com: \"#fb8532\" */\n .bg-orange {\n background-color: #fb8532 !important;\n }\n /* github.com: \"#79b8ff\" */\n .text-blue-light, .text-blue-mktg {\n color: rgb(79, 140, 201) !important;\n }\n /* github.com: \"color: #808891\" */\n .text-gray-light-ultra {\n color: #767676;\n }\n /* github.com: \"#d1d5da\",\"hsla(0,0%,100%,0)\" */\n .underline-dashed {\n background-image: linear-gradient(90deg, #404040 50%, transparent 0);\n }\n /* github.com: \"#1074e7\", \"box-shadow: 0 1px 0 0 rgba(16,116,231,.5)\" */\n .link-mktg {\n box-shadow: 0 1px 0 0 rgba(79, 140, 201, .5);\n }\n /* github.com: \"#0366d6\", \"#1074e7\" */\n .link-mktg, .link-mktg:hover {\n color: rgb(79, 140, 201);\n }\n .link-mktg:hover {\n box-shadow: 0 1px 0 0 rgb(79, 140, 201);\n }\n /* github.com: \"color: #fff\", \"hsla(0,0%,100%,.5)\" */\n .link-white-mktg {\n color: #fff;\n box-shadow: 0 1px 0 0 hsla(0, 0%, 0%, .5);\n }\n /* github.com: \"#fff\" */\n .link-white-mktg:hover {\n box-shadow: 0 1px 0 0 #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .Tile {\n background-color: #222;\n }\n /* github.com: \"#fafbfc\" */\n .bg-hero-dots-gray::before, .Tile:hover {\n background-color: #181818;\n }\n /* github.com: \"#fafbfc\" */\n @media (max-width:1012px) {\n .enterprise-section-container {\n background-color: #181818;\n }\n }\n /* github.com: \"#fff\" */\n .enterprise-garden-container::after {\n background-color: #181818;\n }\n /* github.com: \"#e1e4e8\" */\n .sponsors-discussion::after {\n background-color: #343434;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .sponsors-popover::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* github.com: \"#fff\" */\n .sponsors-popover::after {\n border-top-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .sponsors-listing-featured-item .item-handle {\n color: #afafaf;\n }\n /* github.com: \"color: #6a737d\" */\n .subnav-link {\n color: #949494;\n }\n /* github.com: \"color: #24292e\", \"#e1e4e8\" */\n .subnav-link:hover {\n color: #cdcdcd;\n border-bottom-color: #343434;\n }\n /* github.com: \"color: #1b1f23 !important\", \"#1074e7\" */\n .subnav-link.selected {\n color: #dcdcdc !important;\n border-bottom-color: rgb(79, 140, 201);\n }\n /* github.com: \"transparent\" */\n .subnav-btn {\n background-color: transparent;\n }\n /* github.com: \"color: #fff\", \"#1074e7\" */\n @media (min-width:768px) {\n .subnav-btn {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n }\n /* github.com: \"transparent\" */\n .subnav-btn:hover {\n background-color: transparent;\n }\n /* github.com: \"color: #fff\", \"#0366d6\" */\n @media (min-width:768px) {\n .subnav-btn:hover {\n color: #fff;\n background: rgb(79, 140, 201);\n }\n }\n /* github.com: \"#e1e4e8\" */\n @media (min-width:768px) {\n .subnav-primary:hover {\n border-bottom-color: #343434;\n }\n }\n /* github.com: \"#1074e7\" */\n @media (min-width:768px) {\n .subnav-primary.selected {\n border-bottom-color: rgb(79, 140, 201);\n }\n }\n /* github.com: \"color: #24292e\" */\n .site-subnav-nav .selected {\n color: #cdcdcd;\n }\n /* github.com: \"#eaecef\" */\n .pricing-table td, .pricing-table thead th {\n border-bottom-color: #343434;\n }\n /* github.com: \"#eaecef\", \"#eaecef\" */\n .pricing-table td + td {\n border-right-color: #343434;\n border-left-color: #343434;\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .fade-img-to-white-bg::before {\n background: linear-gradient(180deg, #181818 0, transparent);\n }\n /* github.com: \"#fff\",\"hsla(0,0%,100%,0)\" */\n .fade-img-to-white-bg::after {\n background: linear-gradient(0deg, #181818 0, transparent);\n }\n /* github.com: \"color: #fff\", \"#005cc5\" */\n .pricing-plan-tab {\n color: #fff;\n background-color: #4f8cc9;\n }\n /* github.com: \"color: #24292e\", \"#fff\" */\n .pricing-plan-tab-active {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* github.com: \"initial\" */\n .pricing-testimonial-logo {\n background-color: initial;\n }\n /* github.com: \"#e1e4e8\" */\n .pricing-testimonial-logo-active {\n background-color: #343434;\n }\n /* github.com: \"initial\" */\n .pricing-matrix-row-button {\n background-color: initial;\n }\n /* github.com: \"#e1e4e8\" */\n .pricing-matrix-row:hover .pricing-matrix-column-feature,\n .pricing-matrix-row:hover .pricing-matrix-row-text {\n background-color: #343434;\n }\n /* github.com: \"#fff\" */\n .pricing-matrix-column-tier {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .pricing-matrix-row:hover .pricing-matrix-column-tier {\n background-color: #222;\n }\n /* github.com: \"color: #959da5\" */\n .codespaces-subtitle {\n color: #767676;\n }\n /* github.com: \"#e1e4e8\" */\n .codespaces-develop-time {\n background-color: #343434;\n }\n /* github.com: \"color: #fff\" */\n .section-codespaces-develop-night .codespaces-develop-header {\n color: #fff;\n }\n /* github.com: \"hsla(0,0%,100%,.8)\" */\n .section-codespaces-develop-night .codespaces-develop-text {\n color: hsla(0, 0%, 100%, .8) !important;\n }\n /* github.com: \"box-shadow: none\" */\n .section-codespaces-develop-night .codespaces-sun {\n box-shadow: none;\n }\n /* github.com: \"#24292e\" */\n .bg-gradient-gray {\n background-image: linear-gradient(175.44deg, #383838 1.44%, #181818 96.23%);\n }\n /* github.com: \"#fff\" */\n .bg-radial-white {\n background: radial-gradient(145.3% 145.3% at 65.91% 0, #181818 0, #f0f0f0 100%);\n }\n /* github.com: \"hsla(0,0%,100%,.6)\" */\n .jumbotron-codelines {\n color: hsla(0, 0%, 0%, .6);\n }\n /* github.com: \"#24292e\" */\n .jumbotron-netneutrality {\n background-color: #181818;\n }\n /* github.com: \"#24292e\" */\n @media (min-width:768px) {\n .jumbotron-netneutrality {\n background-color: #181818;\n }\n }\n /* github.com: \"#f5f0ff\", \"#6f42c1\" */\n @media (min-width:768px) {\n .illflow-purple .selected {\n background-color: #213;\n }\n .illflow-purple .selected::after {\n border-color: transparent transparent #213;\n }\n .illflow-purple .illflow-item .illflow-item-heading {\n color: #9378ba;\n }\n }\n /* github.com: \"#f1f8ff\", \"#0366d6\" */\n @media (min-width:768px) {\n .illflow-blue .selected {\n background-color: #182030;\n }\n .illflow-blue .selected::after {\n border-color: transparent transparent #182030;\n }\n .illflow-blue .illflow-item .illflow-item-heading {\n color: rgb(79, 140, 201);\n }\n }\n /* github.com: \"color: #444d56\" */\n .illflow-item .illflow-item-heading {\n color: #afafaf;\n }\n /* github.com: \"#fafbfc\", \"color: #24292e\" */\n @media (min-width:768px) {\n .illflow-item:not(.selected):hover {\n background-color: #181818;\n }\n .illflow-item.selected .illflow-item-heading {\n color: #cdcdcd;\n }\n }\n /* github.com: \"#444d56\" */\n .IconNav-item.selected {\n border-color: #484848;\n }\n /* github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg:-ms-input-placeholder {\n color: #cdcdcd;\n }\n /* github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg::-ms-input-placeholder {\n color: #cdcdcd;\n }\n /* github.com: \"color: #24292e\" */\n .home-hero-signup .form-control-lg::placeholder {\n color: #cdcdcd;\n }\n /* github.com: \"color: #6a737d\" */\n .home-hero-signup .form-control-note {\n color: #949494;\n }\n /* github.com: \"color: #959da5\" */\n .home-hero-signup .form-control-note .notice-highlight {\n color: #767676;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .customer-story-card {\n box-shadow: 0 2px 4px #000;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .card-mktg {\n box-shadow: 0 1px 15px #000, 0 0 1px rgba(106, 115, 125, .35);\n }\n /* github.com: \"#fb8532\" */\n .border-orange {\n border-color: #fb8532 !important;\n }\n /* github.com: \"color: #032f62 !important\" */\n .text-blue-dark {\n color: #9daccc !important;\n }\n /* github.com: \"color: #959da5\" */\n .actions-event-token {\n color: #767676;\n }\n /* github.com: \"#d1d5da\" */\n .actions-event-token span {\n color: #404040;\n }\n /* github.com: \"#0366d6\" */\n .actions-template-card:hover .actions-template-repo {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #959da5\" */\n .actions-template-repo {\n color: #767676;\n }\n /* github.com: \"color: #24292e !important\", \"#e1e4e8\" */\n .selected .security-nav-item {\n color: #cdcdcd !important;\n box-shadow: inset 0 -3px 0 #343434;\n }\n /* github.com: \"#d1d5da\" */\n .security-nav-icon {\n color: #404040;\n }\n /* github.com: \"initial\" */\n @media (min-width:1012px) {\n .insights-hero-text {\n background-color: initial;\n }\n }\n /* github.com: \"hsla(0,0%,100%,0)\" */\n .insights-hero-text::after {\n background-image: linear-gradient(hsla(0, 0%, 100%, .85), transparent);\n }\n /* github.com: \"#fff\" */\n @media (min-width:1012px) {\n .insights-dashboard-callout {\n background-color: #181818;\n }\n }\n /* github.com: \"#0366d6\", \"#2188ff\" */\n .insights-dash-dot-ripple > span {\n background-color: rgb(79, 140, 201);\n box-shadow: 0 0 5px rgb(79, 140, 201), inset 0 0 5px rgb(79, 140, 201);\n }\n /* github.com: \"#2188ff\" */\n .insights-dash-dot-ripple > div {\n border: 2px solid rgb(79, 140, 201);\n }\n /* github.com: \"#34d058\" */\n .packages-badge {\n background-color: #373;\n }\n /* github.com: \"transparent\" */\n .gpr-cli-tab {\n background-color: transparent;\n }\n /* github.com: \"#24292e\" */\n .gpr-cli-tab:hover {\n background-color: #181818;\n }\n /* github.com: \"color: #586069\" */\n .MarketingBody > p {\n color: #afafaf;\n }\n /* github.com: \"#c8e1ff\" */\n .MarketingBody blockquote, .MarketingBody blockquote::before {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #586069\" */\n .MarketingBody ol, .MarketingBody ul {\n color: #afafaf;\n }\n /* github.com: \"color: #1b1f23\" */\n .MarketingBody ol strong, .MarketingBody ul strong {\n color: #dcdcdc;\n }\n /* github.com: \"color: #2f363d !important\" */\n .MarketingBody-lead > p:first-child {\n color: #bebebe !important;\n }\n /* github.com: \"#0366d6\" */\n .MarketingBody-lead a, .MarketingBody-lead a:hover {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#c8e1ff\",\"#79b8ff\" */\n .section-mobile-notification::after {\n background: linear-gradient(#246, rgb(79, 140, 201), #246);\n }\n /* github.com: \"#fff\" */\n .phone-buttons, .phone-buttons::after, .phone-buttons::before {\n background-color: #181818;\n }\n /* github.com: \"#fff\", \"rgba(0,0,0,.15)\" */\n .phone-background {\n border-color: #181818;\n box-shadow: 0 2px 30px #000, inset 30px 0 20px 20px rgba(0, 0, 0, .01);\n }\n /* github.com: \"#f6f8fa\" */\n .phone-background::before {\n border-color: #202020;\n }\n /* github.com: \"#e1e4e8\" */\n .animate-mobile-triage .mobile-triage-overlay {\n filter: drop-shadow(-7px 10px 6px #343434);\n }\n /* github.com: \"#dbedff\" */\n .mobile-work-overlay-bluetap {\n background-color: #182030;\n }\n /* github.com: \"#ec6cb9\" */\n .mobile-particle-square-pink {\n background-color: #c49;\n }\n /* github.com: \"#fb8532\" */\n .mobile-particle-square-orange {\n background-color: #fb8532;\n }\n /* github.com: \"#2188ff\" */\n .mobile-particle-circle-blue, .mobile-particle-circle-blue-2 {\n background: rgb(79, 140, 201);\n }\n /* github.com: \"#8a63d2\" */\n .mobile-particle-circle-purple {\n background-color: #53387a;\n }\n /* github.com: \"#ec6cb9\" */\n .mobile-particle-circle-orange, .mobile-particle-circle-pink {\n background-color: #c49;\n }\n /* github.com: \"#fb8532\" */\n .mobile-particle-circle-orange {\n background-color: #fb8532;\n }\n /* github.com: \"#8a63d2\" */\n .mobile-particle-square-purple {\n background-color: #53387a;\n }\n /* github.com: \"#34d058\" */\n .mobile-particle-circle-green {\n background-color: #373;\n }\n /* github.com: \"#d1d5da\", \"rgba(149,157,165,.2)\" */\n @media (min-width:544px) {\n .summarylink:active .summarylink-btn, .summarylink:hover .summarylink-btn {\n border-color: #404040;\n box-shadow: 0 8px 24px rgba(0, 0, 0, .2);\n }\n }\n /* github.com: \"#8a63d2\" */\n .particle-square-purple {\n background-color: #53387a;\n }\n /* github.com: \"#2188ff\" */\n .particle-circle-blue {\n background: rgb(79, 140, 201);\n }\n /* github.com: \"#34d058\" */\n .particle-circle-green {\n background-color: #373;\n }\n /* github.com: \"#fb8532\" */\n .particle-circle-orange, .particle-circle-orange-2 {\n background-color: #fb8532;\n }\n /* github.com: \"#34d058\" */\n .particle-circle-green-2 {\n background-color: #373;\n }\n /* github.com: \"#2188ff\" */\n .particle-circle-blue-2 {\n background: rgb(79, 140, 201);\n }\n /* github.com: \"#8a63d2\" */\n .particle-square-purple-2 {\n background-color: #53387a;\n }\n /* github.com: \"rgba(0,0,0,.2)\" */\n .apps-cluster .CircleBadge.tooltipped:hover {\n box-shadow: 0 3px 8px 0 rgba(255, 255, 255, .7);\n }\n /* github.com: \"#e1e4e8\" */\n .apps-quadrangle .CircleBadge::after {\n background-color: #343434;\n }\n /* github.com: \"#24292e\" */\n .DeveloperVideo-data {\n background-color: #181818;\n }\n /* github.com: \"none\", \"transparent\" */\n @media (min-width:768px) {\n .DeveloperVideo-data {\n background: none;\n background-image: linear-gradient(transparent, rgba(27, 31, 35, .95));\n }\n }\n /* github.com: \"#2f363d\" */\n .btf-border {\n border-top-color: #282828;\n }\n /* github.com: \"hsla(0,0%,100%,0)\",\"#fff\",\"#eaf5ff\" */\n .signup-prompt-bg {\n background-image: linear-gradient(180deg, transparent 50%, #181818), linear-gradient(70deg, #182030 32%, #f6fff8);\n }\n /* github.com: \"color: #586069\" */\n .SegmentedNav .selected {\n color: #afafaf;\n }\n /* github.com: \"#fafbfc\" */\n .home-enterprise-wrapper::before {\n background-color: #181818;\n }\n /* github.com: \"#f6f8fa\" */\n .choose-team-lp {\n background-color: #222;\n }\n /* github.com: \"color: #2f363d\" */\n .choose-team-lp .lead-mktg {\n color: #bebebe;\n }\n /* github.com: \"#044289\" */\n .choose-team-lp .hero-form {\n background-color: rgba(79, 140, 201, .5);\n }\n /* github.com: \"color: #fff\" */\n .choose-team-lp .hero-form .tooltipped {\n color: #fff;\n }\n /* github.com: \"#fff\" */\n .choose-team-lp .landing-page-section.features {\n background-color: #181818;\n }\n /* github.com: \"#2188ff\" */\n .choose-team-lp .landing-page-section.customers {\n background-color: rgb(79, 140, 201);\n }\n /* github.com: \"color: #2f363d\" */\n .choose-team-lp .feature-list {\n color: #bebebe;\n }\n /* github.com: \"rgba(27,31,35,.15)\" */\n .choose-team-lp .customer-quote {\n box-shadow: 0 4px 12px #000;\n }\n /* github.com: \"#044289\" */\n .choose-team-lp .landing-page-footer {\n background-color: rgba(79, 140, 201, .5);\n }\n /* github.com: \"#032f62\" */\n .choose-team-lp .landing-page-sub-footer {\n background-color: #182030;\n }\n /* github.com: \"#c8e1ff\" */\n .choose-team-lp .footer-link {\n color: rgb(79, 140, 201);\n }\n /* github.com: \"#fff\" */\n .team-octicon {\n background-color: #181818;\n }\n /* github.com: \"#d1d5da\" */\n .team-collaboration-box::before {\n border-bottom-color: #404040;\n }\n /* github.com: \"#fff\" */\n .team-collaboration-box::after {\n border-bottom-color: #181818;\n }\n /* github.com: \"#d1d5da\", \"#fff\" */\n @media (min-width:768px) {\n .team-collaboration-box--left::before {\n border-left-color: #404040;\n }\n .team-collaboration-box--left::after {\n border-left-color: #181818;\n }\n }\n /* github.com: \"#d1d5da\", \"#fff\" */\n @media (min-width:768px) {\n .team-collaboration-box--right::before {\n border-right-color: #404040;\n }\n .team-collaboration-box--right::after {\n border-right-color: #181818;\n }\n }\n /* end github.com rules */\n body, body.bg-gray {\n background-color: #151515 !important;\n background-image: var(--ghd-bg-img) !important;\n background-clip: border-box !important;\n background-origin: padding-box !important;\n background-attachment: scroll !important;\n background-repeat: repeat !important;\n background-size: auto !important;\n background-position: left top !important;\n }\n /* custom code font */\n pre, code, tt, kbd:not(.badmono), samp, .blob-code, .file-data pre, .line-data,\n #gist-form .file .input textarea, .blob-code-inner {\n font-family: \"Menlo\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace !important;\n font-feature-settings: normal !important;\n font-size: 12 !important;\n }\n /* Base link colors */\n .Header-link:focus, .Header-link:hover, table.files .octicon-file-directory,\n table.files .octicon-file-symlink-directory,\n table.files .octicon-file-submodule, .header-logo-invertocat:hover,\n .notification-indicator:hover, .markdown-body a strong,\n .markdown-format a strong, .notifications.list-group a:hover,\n a.octolinker-link[href], .discussion-sidebar-toggle:hover, .commit-id:hover,\n body[class=\"page-responsive\"] .files-list .octicon,\n .timeline-comment-action:hover {\n color: rgb(79, 140, 201) !important;\n }\n .btn-link .octicon-kebab-horizontal:hover {\n color: rgb(79, 140, 201);\n }\n #notebook a:hover, #notebook a:focus {\n color: rgb(79, 140, 201);\n opacity: .8;\n }\n body.api li a code {\n color: rgba(79, 140, 201, .9) !important;\n }\n body.api li a:active code, body.api li a:hover code {\n color: rgba(79, 140, 201, 1) !important;\n }\n /* Base color panel */\n option:hover, .listings-layout .nav li a:hover,\n #fork-select .target:not(.disabled):hover, table.upgrades tr:hover td,\n .email-format .email-hidden-toggle:hover a, .dashboard-tabs a:hover,\n .documentation-results a:hover, .hidden-text-expander a:hover,\n .example-nav li a.selected, .issues-reset-query:hover .octicon-x,\n .segmented-nav li.active, .diff-expander:hover, .owner-select-target:hover,\n .release-timeline-tags .expander-text:hover .expander-dots,\n .search-result-item.navigation-focus, .pull-request-link:hover,\n .issues-reset-query:hover .issues-reset-query-block, .result.selected,\n .result:hover, .CommunityTemplate-highlight, .version-picker a:hover,\n .discussion-item-changes-marker.is-unread .discussion-item-icon {\n background: rgb(79, 140, 201) !important;\n }\n .diff-table button.add-line-comment, .add-line-comment {\n background: rgb(79, 140, 201);\n }\n .context-button::after {\n border-color: rgb(79, 140, 201) transparent transparent !important;\n }\n .timeline-progressive-disclosure-button:hover,\n .release-timeline-tags .expander-text:hover .expander-dots,\n .review-comment[aria-selected=true],\n .timeline-comment[aria-selected=true] .review-summary .comment-body {\n border-color: rgb(79, 140, 201) !important;\n }\n @keyframes autofill {\n to {\n background-color: #181818;\n background-image: none;\n color: #ddd;\n }\n }\n input:-webkit-autofill, input:-webkit-autofill:hover,\n input:-webkit-autofill:focus, textarea:-webkit-autofill,\n textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,\n select:-webkit-autofill, select:-webkit-autofill:hover,\n select:-webkit-autofill:focus {\n animation-name: autofill !important;\n animation-fill-mode: both !important;\n }\n #com #header .top-nav .dropdown-button:hover .dropdown-caret,\n .header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret,\n .header-navlink:hover .dropdown-caret, .header-navlink:focus .dropdown-caret,\n .HeaderNavlink:hover .dropdown-caret, .HeaderNavlink:focus .dropdown-caret {\n border-top-color: rgb(79, 140, 201) !important;\n }\n .table-list .table-list-item.unread .table-list-cell-checkbox,\n .Box-row--unread, .Box-row.unread {\n border-left-color: rgb(79, 140, 201) !important;\n box-shadow: 2px 0 0 rgb(79, 140, 201) inset !important;\n }\n /* notification icon - \"transparent\" border */\n .notification-indicator .mail-status {\n border-color: #181818;\n }\n /* text selection */\n ::selection {\n background-color: rgb(79, 140, 201) !important;\n color: #fff !important;\n }\n ::-moz-selection {\n background-color: rgb(79, 140, 201) !important;\n color: #fff !important;\n }\n .CodeMirror-selected {\n background: rgba(255, 255, 255, .12) !important;\n }\n .CodeMirror ::selection {\n background: rgba(255, 255, 255, .12) !important;\n }\n .CodeMirror ::-moz-selection {\n background: rgba(255, 255, 255, .12) !important;\n }\n /* placeholder */\n ::-webkit-input-placeholder {\n color: #666 !important;\n opacity: 1 !important;\n }\n ::-moz-placeholder {\n color: #666 !important;\n opacity: 1 !important;\n }\n ::placeholder {\n color: #666 !important;\n opacity: 1 !important;\n }\n .select-menu-text-filter input::-webkit-input-placeholder {\n color: #555 !important;\n }\n .select-menu-text-filter input::-moz-placeholder {\n color: #555 !important;\n }\n .select-menu-text-filter input::placeholder {\n color: #555 !important;\n }\n ::-webkit-calendar-picker-indicator {\n background-color: #181818;\n color: #c9c9c9;\n }\n ::-webkit-calendar-picker-indicator:hover {\n color: #666;\n }\n /* Remove dotted borders on already otherwise higlighted elements (Firefox) */\n .dropdown-item:focus, .details-dialog:focus {\n outline: none;\n }\n /* commit tease */\n .commit-tease, .commit-tease-sha, .commit-tease .commit-author {\n color: #bebebe !important;\n }\n /* HACK: Match font-size to rest of the box */\n .commit-tease > .f6 {\n font-size: 13px !important;\n }\n /* people panel org page issue #1041 */\n .auto-search-group input[type=\"text\"][aria-label] {\n background: #181818;\n }\n /* focus hightlight */\n a:focus, button:focus, [tabindex] {\n outline-color: rgb(79, 140, 201) !important;\n }\n input.focus[type=\"text\"], #adv_code_search .focus.search-page-label,\n .focused .drag-and-drop, #adv_code_search .search-page-label:focus,\n #q:focus ~ button, input.color-editor-input:focus, #ghd-settings select:focus,\n #ghd-settings input:focus, .intgrs-lstng-item:hover,\n .ajax-pagination-btn:focus, input[type=\"checkbox\"]:focus,\n div.search-form input:focus, #search > input[name=\"q\"]:focus {\n border-color: rgb(79, 140, 201) !important;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 2px rgb(79, 140, 201) !important;\n outline-color: rgb(79, 140, 201) !important;\n }\n /* add border to site search field */\n .radio-group input[type=radio] {\n position: relative !important;\n }\n .dragover textarea, .dragover .drag-and-drop {\n box-shadow: 0 0 1px 1px rgb(79, 140, 201) !important;\n }\n /* below style is workaround for Firefox. */\n /* see: https://bugzilla.mozilla.org/show_bug.cgi?id=1394491 */\n optgroup::before {\n color: #888 !important;\n background-color: #181818 !important;\n }\n optgroup {\n background-color: #191919 !important;\n }\n /* custom checkboxes and radios */\n input[type=\"checkbox\"], input[type=\"checkbox\"]:focus, input[type=\"radio\"],\n input[type=\"radio\"]:focus, input[type=\"checkbox\"]:hover:active,\n input[type=\"radio\"]:hover:active, input[type=\"checkbox\"]:disabled,\n input[type=\"checkbox\"]:hover:disabled,\n input[type=\"checkbox\"]:hover:active:disabled {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n background-color: #181818;\n border: 1px solid #484848;\n color: #eee;\n height: 14px;\n width: 14px;\n }\n input[type=\"radio\"] {\n border-radius: 100% !important;\n }\n input[type=\"checkbox\"]:disabled, input[type=\"checkbox\"]:hover:disabled,\n input[type=\"checkbox\"]:hover:active:disabled, input[type=\"radio\"]:disabled {\n background-color: #282828 !important;\n color: #555 !important;\n }\n input[type=\"checkbox\"]:checked {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 0h512v512H0z\"/><path fill=\"%23ddd\" d=\"M99 213l-1 89 104 102 205-201v-91L203 315 99 213z\"/></svg>') !important;\n background-size: cover !important;\n }\n input[type=\"checkbox\"]:checked:disabled {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 0h512v512H0z\" fill=\"%23282828\"/><path fill=\"%23555\" d=\"M99 213l-1 89 104 102 205-201v-91L203 315 99 213z\"/></svg>') !important;\n }\n input[type=\"checkbox\"]:indeterminate {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect width=\"512\" height=\"512\" fill=\"%23000\"/><rect x=\"64\" y=\"192\" width=\"384\" height=\"128\" fill=\"%23ddd\"/></svg>') !important;\n background-size: cover !important;\n }\n input[type=\"checkbox\"]:indeterminate:disabled {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect width=\"512\" height=\"512\" fill=\"%23282828\"/><rect x=\"64\" y=\"192\" width=\"384\" height=\"128\" fill=\"%23555\"/></svg>') !important;\n }\n input[type=\"radio\"]:checked {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect width=\"512\" height=\"512\" fill=\"%23000\"/><circle cx=\"256\" cy=\"256\" r=\"96\" fill=\"%23ddd\"/></svg>') !important;\n background-size: cover !important;\n }\n input[type=\"radio\"]:checked:disabled {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect width=\"512\" height=\"512\" fill=\"%23282828\"/><circle cx=\"256\" cy=\"256\" r=\"96\" fill=\"%23555\"/></svg>') !important;\n }\n pre, .highlight, .diff-table, .tab-size {\n tab-size: 2 !important;\n -moz-tab-size: 2 !important;\n }\n /* User time line firsts */\n img[src$=\"profile-joined-github.png\"] {\n padding-bottom: 20px !important;\n }\n table.pricing-table td:first-child {\n text-indent: 9px;\n }\n .comment-reactions button.btn-link.user-has-reacted {\n background-color: rgba(79, 140, 201, .2) !important;\n }\n /* HACK: Label colors */\n [class*=\"IssueLabel\"][style*=\" color: #f\"], .IssueLabel a[style*=\"color: #f\"],\n .issue-card-label[style*=\" color: #f\"] {\n color: #e8e8e8 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #e\"], .IssueLabel a[style*=\"color: #e\"],\n .issue-card-label[style*=\" color: #e\"] {\n color: #e8e8e8 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #d\"], .IssueLabel a[style*=\"color: #d\"],\n .issue-card-label[style*=\" color: #d\"] {\n color: #e8e8e8 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #c\"], .IssueLabel a[style*=\"color: #c\"],\n .issue-card-label[style*=\" color: #c\"] {\n color: #e8e8e8 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #3\"], .IssueLabel a[style*=\"color: 3\"],\n .issue-card-label[style*=\" color: #3\"] {\n color: #181818 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #2\"], .IssueLabel a[style*=\"color: #2\"],\n .issue-card-label[style*=\" color: #2\"] {\n color: #181818 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #1\"], .IssueLabel a[style*=\"color: #1\"],\n .issue-card-label[style*=\" color: #1\"] {\n color: #181818 !important;\n }\n [class*=\"IssueLabel\"][style*=\" color: #0\"], .IssueLabel a[style*=\"color: #0\"],\n .issue-card-label[style*=\" color: #0\"] {\n color: #181818 !important;\n }\n /* Tooltip on contribution calendar */\n .svg-tip {\n color: #949494;\n }\n .svg-tip strong {\n color: #dcdcdc;\n }\n .project-card .highlight pre {\n padding: 1em;\n overflow: auto;\n white-space: pre;\n word-wrap: initial;\n }\n .project-card code {\n font-size: 85%;\n padding: .2em .4em;\n }\n .markdown-body pre code, .markdown-body pre tt {\n padding: .2em 0 !important;\n border: none !important;\n }\n .markdown-body code::before, .markdown-body code::after,\n .markdown-body tt::before, .markdown-body tt::after,\n .markdown-body pre code::before, .markdown-body pre code::after,\n .markdown-body pre tt::before, .markdown-body pre tt::after {\n display: none !important;\n }\n .intgrs-lstng-item-description::after {\n background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #181818 80%) !important;\n }\n .marketplace-product-callout-bg {\n background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #181818) !important;\n }\n div[style*=\"background: linear-gradient(to bottom, rgba(246,248,250,0.5) 0%,rgba(246,248,250,1) 100%);\"] {\n background: linear-gradient(to bottom, rgba(32, 32, 32, .5) 0%, #202020 100%) !important;\n }\n .Box-body {\n border-radius: inherit !important;\n }\n .branch-infobar, .notifications .unread {\n font-weight: normal !important;\n }\n .profile-timeline-month-heading {\n padding: 2px 5px !important;\n }\n input.tree-finder-input, input.tree-finder-input:focus {\n background: transparent !important;\n border: none !important;\n box-shadow: none !important;\n }\n .dropdown-menu, .word-upload-callout, .select-menu-modal {\n box-shadow: 0 3px 12px rgba(0, 0, 0, .4);\n }\n .exploregrid-item {\n border-color: rgba(255, 255, 255, .075) !important;\n box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 5px 10px rgba(0, 0, 0, .05) !important;\n }\n .exploregrid-item:hover {\n border-color: rgba(255, 255, 255, .15) !important;\n box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 8px 15px rgba(0, 0, 0, .3) !important;\n }\n .box-shadow-large, html[class*=\"ghh-\"] .tooltipster-box {\n box-shadow: 0 1px 15px #000 !important;\n }\n img[src*=\"images/modules/checks\"].box-shadow-large {\n box-shadow: 0 1px 15px #fff !important;\n }\n /* add rounded borders on bottom */\n body[data-render-url], .render-viewer, .comment-content,\n .gist .gist-file .gist-meta, .more-repos, .comment table {\n border-radius: 0 0 3px 3px !important;\n }\n .dashboard-tabs a, .search-filters {\n border-radius: 0 !important;\n }\n /* repo labels, private repo lists */\n .repo-label span, .private .repo-list-item, .hook-delivery-guid {\n background: #222 !important;\n color: #777 !important;\n }\n .private .mini-repo-list-item .repo-icon {\n color: #777 !important;\n }\n .private .mini-repo-list-item {\n background: #221 !important;\n }\n .section-nav .active a, .js-current .standalone a, .sidebar-module .disable>a {\n border-radius: 0 !important;\n border-left: 2px solid #eee !important;\n }\n .dropdown-arrow {\n border-top-color: #eee !important;\n transition: none !important;\n }\n #com #header .top-nav .dropdown-caret {\n border-top-color: #ccc !important;\n }\n .js-menu-target:hover .dropdown-arrow {\n border-top-color: rgb(79, 140, 201) !important;\n }\n /* Add border-top to PR checks results blank slate */\n aside.border-top + section.bg-gray-dark:not([class*=\"js-\"]) {\n border-top: 1px solid #343434;\n }\n /* Make it more apparent that <details> is clickable */\n .markdown-body details summary:not([aria-haspopup]):hover {\n background: #282828;\n box-shadow: 0 0 0 2px #282828;\n cursor: pointer;\n }\n /* GitHub Bug: Center discussion close icon vertically */\n .discussion-item-closed .octicon {\n position: relative !important;\n top: -1px;\n }\n /* GitHub Bug: Center counters vertically on the line */\n .boxed-group .counter, .reponav-item .counter, .boxed-group .Counter,\n .reponav-item .Counter {\n position: relative !important;\n top: -1px !important;\n }\n /* GitHub Bug: Fix image swipe handle misalignment */\n .swipe .swipe-frame .swipe-bar .top-handle,\n .swipe .swipe-frame .swipe-bar .bottom-handle {\n left: -6px !important;\n }\n /* GitHub Bug: Center color preview in inline code tags */\n .markdown-body code .v-align-middle {\n position: relative;\n top: -1px;\n }\n /* GitHub Bug: Stop commit message field from resizing horizontally */\n #commit-description-textarea {\n resize: vertical !important;\n }\n /* GitHub Bug: Fix cut-off 'g' letters in box headers like on https://github.com/notifications */\n .boxed-group .heading, .boxed-group > h3 {\n padding: 7px 10px 8px;\n line-height: inherit;\n }\n /* GitHub Bug: Fix cut-off 'g' letters on user page timeline repo names */\n .profile-timeline .lh-condensed {\n line-height: 1.35rem !important;\n }\n /* GitHub Bug: Fix cut-off 'g' letters on action workflow list */\n [id^=\"check_suite\"] .lh-condensed {\n line-height: 1.35rem !important;\n }\n /* GitHub Bug: fix disabled dropdwn entries bg hover see https://git.io/Jfjul */\n .btn-link:disabled:hover {\n background: none;\n }\n .topic-tag {\n box-shadow: inset 0 0 0 1px #246 !important;\n }\n .topic-tag.topic-tag-outline {\n box-shadow: inset 0 0 0 1px #6d7c9c !important;\n }\n /* user page sticky header */\n main > div.position-sticky.d-md-block.width-full {\n position: relative;\n }\n main > div.position-sticky.d-md-block.width-full:before {\n content: \"\";\n position: absolute;\n left: 0;\n right: 0;\n top: -24px;\n height: 24px;\n background: #181818;\n }\n /* Add bottom border on subnav - https://github.com/topics */\n .site-subnav {\n box-shadow: 0 1px 0 #343434 !important;\n }\n @media screen and (min-width: 1024px) {\n .site-subnav .subnav-primary.selected, .site-subnav .subnav-primary:hover {\n border-bottom-color: #eee !important;\n }\n }\n @media screen and (max-width: 768px) {\n body .p-responsive .subnav-btn {\n background: transparent !important;\n }\n body .p-responsive .subnav-link[href=\"https://enterprise.github.com/contact\"] {\n border-bottom-color: transparent !important;\n color: #8e8e8e !important;\n }\n body .p-responsive .subnav-link[href=\"https://enterprise.github.com/contact\"]:hover {\n border-bottom-color: transparent !important;\n color: #bebebe !important;\n }\n }\n /* invisible border */\n @media screen and (max-width: 768px) {\n body.page-responsive .site-subnav .subnav-primary.selected,\n body.page-responsive .site-subnav .subnav-primary:hover {\n border-bottom-color: transparent !important;\n color: #bebebe !important;\n }\n }\n .gisttabs a:not(.selected), .gisttabs a:not(.selected):hover,\n .timeline-comment-wrapper, .avatar-stack .avatar, .tabs > a,\n .header .divider-vertical, .about-menu-link {\n border-color: transparent !important;\n }\n /* darken border */\n .wiki-wrapper .wiki-empty-box:hover, .render-shell .slider .slider-track,\n .render-shell .slider-bar, .about-menu-link:hover, .about-menu-link.selected,\n .pricing-table {\n border-color: #777 !important;\n }\n /* brighten border */\n .filter-item.selected .Label--outline-white {\n border-color: #fff !important;\n }\n .filter-tab.selected {\n border: 1px solid #444 !important;\n border-bottom: 1px solid #343434 !important;\n }\n .follow-list .follow-list-item {\n border-bottom: 1px solid #343434 !important;\n }\n .simple-conversation-list > li, .site-footer, .blame .section-first td,\n .wiki-list .wiki-list-item + .wiki-list-item, .member-badge + .member-badge {\n border-top: 1px solid #343434 !important;\n }\n /* https://github.com/mobile/ */\n .mobile-gradient-bg {\n display: none;\n }\n svg.mobile-hero {\n filter: invert(100%) hue-rotate(180deg);\n }\n /* discussion timeline tweaks */\n .closed-banner {\n display: none !important;\n }\n /* background image on https://github.com/stylishThemes/github-dark/actions/new */\n .repo-actions-hero {\n filter: invert(1) hue-rotate(180deg);\n mix-blend-mode: exclusion;\n }\n .discussion-timeline-actions {\n border-top: 2px solid #383838 !important;\n background: none !important;\n }\n .discussion-timeline::before {\n margin-top: 2px !important;\n background: #383838 !important;\n height: calc(100% - 259px) !important;\n }\n .profile-timeline.discussion-timeline::before {\n height: 100% !important;\n }\n .listings div.listing {\n border-left: 2px solid #333 !important;\n border-right: 2px solid #333 !important;\n }\n #org-members .member-listing {\n border-left: 1px solid #333 !important;\n border-right: 1px solid #333 !important;\n }\n .branch-action-body::before, .MarketplaceSideNav, .plans-card-text:first-child {\n border-right-color: #484848 !important;\n }\n .merge-branch-form .commit-form::after,\n .repository-content .commit-form::after {\n border-right-color: #202020 !important;\n }\n .Popover-message--top-left::after {\n border-bottom-color: #181818 !important;\n }\n /* below style is needed because of order problems in generator */\n .pull-request-review-body-wrapper .timeline-comment-group .timeline-comment::before,\n .pull-request-review-body-wrapper .timeline-comment-group .timeline-comment::after {\n border-right-color: transparent !important;\n }\n .word-upload-callout::before, .word-upload-callout::after,\n .select-menu-modal-arrow::after, .Popover-message--top-left::before {\n border-bottom-color: #343434 !important;\n }\n .repo-filterer .repo-filter:hover, .review-summary::before {\n border-bottom-color: #484848 !important;\n }\n .issue-head {\n border-bottom-width: 1px !important;\n }\n .context-button:hover::after, .switcher > span::before {\n border-color: #eee transparent transparent !important;\n }\n /* repo tab tweaks */\n .reponav-item {\n border-top-width: 1px !important;\n }\n .reponav-item.selected {\n border-color: #343434;\n }\n .pagehead-tabs-item {\n border-top-width: 1px !important;\n }\n .pagehead-tabs-item.selected, .reponav-item.selected, .tabnav-tab.selected {\n background: #202020;\n border-bottom-color: #202020 !important;\n }\n .timeline-comment .tabnav-tab.selected,\n .comment-form-head .tabnav-tab.selected {\n background: #181818 !important;\n border-bottom-color: #181818 !important;\n }\n .branches .branch-summary + .branch-summary {\n border-top-color: #333 !important;\n }\n /* code */\n .linkable-line-number {\n border-right: 1px solid #484848 !important;\n }\n .gist .gist-file .gist-data .line-number {\n line-height: 19px !important;\n }\n /* File listings - fix date truncation */\n table.files td.age .css-truncate {\n max-width: none !important;\n }\n /* https://github.com/StylishThemes/GitHub-Dark/issues/620 */\n .timeline-comment-header .css-truncate-target {\n max-width: 250px !important;\n }\n /* tooltip - tooltipped */\n .octotip {\n background-color: #003 !important;\n border-color: #006 !important;\n }\n .tooltipped::after {\n background: #343434 !important;\n }\n .tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before {\n border-top-color: #343434 !important;\n }\n .tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before {\n border-bottom-color: #343434 !important;\n }\n .tooltipped-e::before {\n border-right-color: #343434 !important;\n }\n .tooltipped-w::before {\n border-left-color: #343434 !important;\n }\n .commitinfo, .gc .diff-line-code, .gc .diff-line-num, .gc .diff-line-pre,\n .featured-commit-activity-graph, .featured-repo-logo, .outline-box,\n .gobutton>.sha .octicon, .markdown-body .csv-data .blob-num, #feedBody,\n .search-result-header, .accessibility-aid:focus, .file-data, .signup-plans th,\n .signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td, .commits td,\n .featured-callout, .sidebar-module ul ul li, .native-download,\n .setup-info-module, div#common-issues ul, #gist-form .name, .render-notice,\n .label-edit.edit-color-label-form .color-editor .color-editor-input,\n .date_selector td, .new-label, .range-editor .range, .range-editor .flag,\n .auth-form-body, div.border-wrap, .profile-header, .highlight .gc,\n .uploaded-files.is-populated, .range-editor,\n #gollum-editor-help-parent li a.selected,\n #gollum-editor-help-list li a.selected, #gollum-editor-help-parent li a:hover,\n #gollum-editor-help-list li a:hover, .github-access-banner, .protip-callout,\n ul.comparison-list, .wiki-custom-sidebar, .invitation-container,\n .orgs-help-shelf, .orgs-help-item-octicon, .thread-subscription-status,\n .branch-action-body .merge-branch-form, .pull-info, .branch-link,\n .discussion-item-merged.open .discussion-item-details, .word-upload-callout,\n .session-authentication .create-account-callout, .intgrs-lstng-item,\n .intgr-install-callout, .is-failed .repo-file-upload-errors,\n .is-bad-file .repo-file-upload-errors, .is-too-big .repo-file-upload-errors,\n .is-too-many .repo-file-upload-errors, .is-empty .repo-file-upload-errors,\n .site-header, .site-subheader, .pricing-card, .explore-signup-entice,\n .price-box, .cvv-hint-tooltip, .plan-choice, .review-thread, .card, .tutorial,\n .overview .card > div[style*=\"background\"], .Box-footer, .ScreenshotCarousel,\n .card-filter-autocomplete-dropdown .autocomplete-keyword-only, .inbox-zero,\n .is-stuck .diffbar, .project-pane.bg-white {\n background: #181818 !important;\n border-color: #343434 !important;\n }\n .review-comment[aria-selected=true],\n .timeline-comment[aria-selected=true] .review-summary {\n background-color: #181818 !important;\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .3) !important;\n }\n .timeline-comment-group[aria-selected=true] .timeline-comment::before {\n border-right-color: rgb(79, 140, 201) !important;\n left: -17px !important;\n filter: none !important;\n }\n .timeline-comment:target .review-summary::after {\n top: -16px !important;\n filter: none !important;\n }\n .timeline-comment[aria-selected=true] .review-summary::before {\n border-bottom-color: rgba(79, 140, 201, .3) !important;\n top: -19.75px !important;\n filter: none !important;\n }\n #readme .plain, .readme .markdown-body, .readme .plain, .pull-request-composer,\n .octofication .broadcast-icon-mask, .file .image, .coupons .coupon-form-body,\n .manage-repo-access-group, .saved-reply-form, .orghead .edit-org:hover,\n .simple-box, .btn-link.timeline-progressive-disclosure-button,\n .border.branch-action-item {\n background: #181818 !important;\n border-color: #484848 !important;\n }\n /* search - language sidebar - https://github.com/StylishThemes/GitHub-Dark/search?q=markdown */\n div.container-lg > div.float-left.px-md-2 > .border.rounded-1.d-none.d-md-block {\n background: #181818;\n border-color: #484848 !important;\n }\n .header, .headers, #readme .markdown-body, .box-body, .steps li,\n .explore-section:nth-child(2n), .markdown-format table,\n .chromed-list-browser .none p, .chromed-list-browser .error p,\n .list-browser-footer, .commandbar .choice:hover, #gollum-editor-help,\n .search-filter:hover, #wiki-history table tr:nth-child(2n) td,\n .display tr:hover, .octofication .message, .commandbar .loading:hover,\n .comment-content, .commandbar .message, .boxed-group-inner,\n #adv_code_search .search-page-label, #contributors-master svg.viz,\n .diff-table .line-comments, .menu, svg.spark, svg.capped-card-content,\n body.api .content tbody, .markdown-format img:not(.emoji), .mini-repo-list,\n #common-issues, .setup-wrapper .oauth-permissions-details, .milestone-list,\n .setup-form .setup-plans, .revision .gu, .tree-browser td,\n .tree-browser .alt td, .branches .branch-summary,\n .branches .no-results-message, .simple-box-footer, .commit-group,\n .content table tr, #search-results, table.files, .mergeable, .org-module,\n .org-add-footer, .branch-infobar, table.capped-list tr:nth-child(2n),\n .team-org-group, #gollum-editor-help-wrapper, .integrations-quality,\n .showcase-featured .mo-info .featured-grid-outer, .render-shell, .list,\n .latest-commit .commit-author, .bubble, .tabs > a.selected,\n .oauth-org-access-details .boxed-group-list > li.on, #fullscreen_overlay,\n .branch-action-body, .inline-comment-form, .file-history-tease .participation,\n .gist-quicksearch-result-header, .label-generic, .migrate-org-roles,\n .manage-repo-access-icon, .table-list:not(.team-member-list),\n .repo-file-upload-progress, .gcr-ext-editor-dialog, .shade-gray,\n .exploregrid-item, .signed-commit-badge-small, .facebox-popup,\n .explore-signup-entice-wrapper, .billing-addon-items tr.total-row,\n .billing-addon-items tr.dark-row, li.pinned-repo-item,\n .js-contribution-graph h2 + div:last-child, .project-triage-pane,\n [data-filterable-for=\"projects-filter\"] .container-lg,\n .user-profile-nav.is-stuck, .review-summary-form-wrapper, #projects-results,\n .listgroup, .protected-branch-orgs-and-repo-admins, .listgroup-overflow,\n .project-column, .js-notice > .border:not(.bg-blue-light),\n .news .issues_labeled .border, table.pricing-table, .two-factor-steps,\n article.border.rounded-1, .border-right.border-bottom.border-left,\n .graph-before-activity-overview, .access-form-wrapper, .timeline-comment-group,\n .summarylink-btn, .pinned-item-list-item, .avatar-before-user-status,\n .profile-timeline-card, .pinned-issue-item, #wiki-footer .border-dashed,\n #wiki-rightbar .border-dashed, .list-group-item.standalone, .commit-form,\n .sidebar-progress-bar > .d-flex,\n .pagination-loader-container .discussion-item-header .border,\n .pr-toolbar.is-stuck, .hx_badge-search-container, .file, #search-member,\n .js-notice.border {\n background: #181818 !important;\n }\n .Box-row--hover-blue, .notifications-list .list-style-none.bg-gray {\n background: #181818;\n }\n .bg-white, .radio-label, [style*=\"background-color: #2f363d\"],\n .project-full-screen .project-header {\n background-color: #181818 !important;\n }\n /* https://github.com/StylishThemes/GitHub-Dark/issues/811 */\n .application-main > main .container-sm > .pt-4.bg-white.text-center {\n background: none !important;\n }\n /* Labels/Milestone links https://github.com/StylishThemes/Github-Dark/issues */\n .subnav-links {\n background: #181818;\n }\n /* bottom panel on actions */\n .flex-auto > .bg-gray-light {\n background: none !important;\n }\n /* blankslates */\n /* bordered: https://github.com/StylishThemes/GitHub-Dark/actions/runs/42585904 */\n /* bordered: https://github.com/StylishThemes/GitHub-Dark/network/alerts */\n /* unbordered: https://github.com/StylishThemes/GitHub-Dark/pull/1069/files/d0801046a22eaf88d9081de9c7d415825cb1f9fa..291b428577d344d54039de9aa0d8ed3a8fcfaebc */\n .blankslate {\n background: none !important;\n }\n .blankslate.border, .blankslate.border-gray-light,\n .js-updatable-content > .border.rounded-1 {\n background: #181818 !important;\n }\n button.bg-white.subnav-link, main [style=\"background-color: #fcfdfd;\"],\n .repository-content > .bg-white:not(.card-filter-autocomplete-dropdown) {\n background-color: transparent !important;\n }\n .sidebar-module, div.search-form input, #search > input[name=\"q\"],\n .ais-SearchBox-input {\n background-color: #181818;\n border-color: #343434;\n }\n .blob-num-context, #user-content-toc td, .markdown-body table tr:nth-child(2n) {\n background: #141414 !important;\n }\n .blame .blob-num, .blame-blob-num, .collection-card, .team-grid .team,\n .code-list .divider .blob-num, .code-list .divider .blob-code,\n .expandable-line-num .diff-expander:hover, .build-status-item, .more-branches,\n .plan-choice.open, .uploaded-files>li.delete, .more-repos,\n .billing-per-seat-callout::after, .code-list-item .blob-num,\n .blob-num.js-line-number, .bg-gray-light.disabled,\n .MarketplaceBackground-buffer, .team-left-column.bg-white, .overall-summary,\n .markdown-body table tr {\n background: #1c1c1c !important;\n }\n .action-card::after, .action-card::before {\n background-color: #202020 !important;\n box-shadow: 0 0 0 1px #555 !important;\n }\n /* Navigation focus */\n .list-browser-item.navigation-focus, .js-details-container.navigation-focus,\n .js-details-container.navigation-focus:nth-child(2n), .team-grid .team-members,\n .tree-browser tr.navigation-focus td,\n .issues-listing .table-list-issues .selectable:hover,\n .issues-listing .table-list-issues .navigation-focus, .setup-plans tr.selected,\n .notifications .navigation-focus, .sidebar-module ul ul li a:hover,\n .no-results, #gollum-editor-help-list, .owner-select-target,\n .divider .blob-code div.highlight,\n .oauth-org-access-details .boxed-group-list > li.on:hover, pre div:hover,\n .summary-stats li a:hover, .pinned-repos-selection-list-item.selected,\n .Box-body-row--highlight.navigation-focus, .Box-body-row--highlight:hover,\n .js-current .standalone a, .Box-row--focus-gray.navigation-focus,\n .team-listing .is-open.root-team, .Box-row--hover-gray:hover,\n .label-select-menu .select-menu-item.navigation-focus,\n .label-select-menu .select-menu-item:focus,\n .label-select-menu .select-menu-item:hover {\n background: #242424 !important;\n }\n #main, .capped-box, .unread_count, #browser table th,\n .markdown-format table th, table.upgrades tr.current td, .definitions,\n .discussion-topic-header, .timeline-commits-minimal .commit-icon .octicon,\n .timeline-commits .commit-icon .octicon, .upload-progress,\n .search-results-listing em, .discussion-bubble-inner, #wiki-history table td,\n .gist .gist-file .gist-data, .logo-box, .markdown-example .rendered,\n .team-grid .team-members, .diagram-icon:not(.active), table.capped-list th,\n .filter-bar, .audit-search-clear, .country-info, .file-diff-split .empty-cell,\n .composer-infobar, .completeness-indicator-blank, .leaflet-control-zoom,\n .manage-repo-access-not-active, .header-search-scope, .featurette.py-5,\n .payment-history .refunded, .payment-history .failed,\n .profile-timeline-month-heading.bg-white, .project-card,\n .BlobToolbar .btn-octicon, .MarketplaceHeader, .table-list-header,\n .boxed-group > h3, .boxed-group .heading, .file-header, .capped-card h3,\n #gist-form .file .meta, .file .meta, .file-box .meta, .menu-heading,\n .audit-results-header, .branches .branch-group-heading, .auth-form-header,\n .migration-jumbotron, .migration-sub-header, .manage-repo-access-title,\n .signed-commit-header,\n .reorderable-task-lists .markdown-body .task-list-item.hovered,\n .next-charge-box, .credit-card, .review-thread-reply,\n a.card.bg-gray-light:hover, .add-member-team-list .team-row-header,\n .listgroup-header, .merge-status-item, .Header .header-search-wrapper,\n .Header .header-search-wrapper input, .user-key-email-unverified,\n .action-card-header::before, .commits-listing .octicon-git-commit,\n .new-discussion-timeline .composer .comment-form-head.tabnav,\n .advisory-form .bg-gray-light {\n background: #202020 !important;\n }\n #browser, .repos, .options-group, .pagehead ul.tabs li a.selected, .subnav-bar,\n .options-content, span.gravatar, .browsered, .browsered .inner,\n .subnav-bar > ul > li > ul, .comment-form ul.tabs a.selected,\n .issue.open.read .summary, .unselected_month, .commits th, #MathJax_Message,\n .chzn-single, .user-commits, .user-commits th, .metabox,\n .ranked-repositories > li, .pagehead ul.actions, #issues_search .comment,\n #header-wrapper, ul.feature-tabs li.highlight, .filterbar .filters li,\n .starting-comment .body, .list-tip, .commit_oneline, .filterbox,\n .conversation-list-heading .inner, .autocomplete-results, .new-comments .body,\n .display tr, .render-container, .boxed-group-table th, .features-highlight,\n .outline-box-highlighted, .nav-bar-tabs, #watchers li, .browser .listing,\n .item, .context-pane, .context-loader, .sidebar .module, .tip-body, #assignee,\n .commit_oneline td, .notifications th, .content table th, .repo-collection>ul,\n #graph_data .tab.selected, .full-width-divider, .markdown-body .csv-data th,\n h3.conversation-list-heading strong, .file-commit-form .commit-form,\n .facebox-footer, .gcr-ext-editor-close, .gcr-ext-editor-header,\n .logos-download-link,\n .ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:hover,\n .ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:focus,\n .ajax-pagination-form:not(.progressive-timeline-loader-container):not(.pagination-loader-container) .ajax-pagination-btn:active {\n background: #222 !important;\n border-color: #343434 !important;\n }\n .search-result-group, .gist-quicksearch-result-group {\n background: #282828 !important;\n border-color: rgba(68, 68, 68, .5) !important;\n color: #555 !important;\n }\n .blame-commit-next .blame-commit-info, .blame-commit-next + .blame-line,\n .ScreenshotCarousel-nav {\n box-shadow: inset 0 1px 0 #343434 !important;\n }\n /* semi-transparent */\n .context-loader.large-format-loader, #graphs .loader, .org-header,\n .render-shell .slider, .illflow-item:not(.selected):hover,\n .leaflet-control-attribution, .orghead, .dropdown-toggle:hover,\n .dropdown-toggle.selected {\n background: rgba(29, 29, 29, .4) !important;\n }\n /* repo/page header */\n .page-responsive .repohead, .page-responsive .pagehead,\n .repohead.bg-gray-light, .pagehead.bg-gray-light {\n background: rgba(29, 29, 29, .4) !important;\n }\n .explore-signup-entice-inner {\n background: rgba(29, 29, 29, .9) !important;\n }\n .starred-repo.navigation-focus, .marketing-section-stripe,\n .blob-expanded .blob-num, .blob-expanded .blob-code, .migration-section-grey {\n background: rgba(50, 50, 50, .5) !important;\n }\n .details-expanded-dark[open] > summary::before,\n .details-overlay-dark[open] > summary::before,\n body.status .details-overlay-dark[open] > summary::before,\n body[class=\"page-responsive\"] .details-overlay-dark[open] > summary::before,\n .SelectMenu::before {\n background: rgba(0, 0, 0, .5) !important;\n }\n .svg-tip {\n background: rgba(12, 12, 12, .8) !important;\n }\n .svg-tip::after {\n border-top-color: rgba(12, 12, 12, .9) !important;\n }\n .shelf {\n background-color: rgba(0, 0, 0, .2) !important;\n background-image: none !important;\n }\n /* page overlay */\n .select-menu-loading-overlay, .slow-loading-overlay,\n .branches .loading-overlay {\n background-color: rgba(24, 24, 24, .6) !important;\n }\n /* #333 */\n .pagehead ul.actions a.feed, .explore h2 .feed, #code_search_instructions h2,\n td.inst, .metabox-loader, .pull-flag, .browser-content,\n .filterbar ul.filters li, .pagehead ul.tabs li.contextswitch,\n #wiki-header > div, .pagehead ul.tabs li.contextswitch:hover, .bigbutton a,\n #new_message, #issues_next ul.sorts li, ul.sorts li.asc, ul.sorts li.desc,\n .listings-layout .columns.main .content, .fieldswrap, .filterbar li.selected,\n #issues_next ul.filters li, table.instruction tr:nth-child(2n),\n .email-hidden-toggle a, #commit-activity-master-head, .action-indicator,\n .pull-head .diffstat, ul.suggestions, .discusion-topic-infobar,\n .commits-listing::before, .jstree-wholerow-hovered, .bubble-contents,\n .ellipsis-button, .filter-list li span.bar, .selectable_day.today,\n .billing-plans .current, .commits-listing::before, .billing-section .usage-bar,\n .file-info-divider, .pagehead ul.tabs li a:hover, .repos .bottom-bar,\n #languages .popular, .tip-box h4, table.upgrades td, .commit-preview .message,\n .pagehead ul.tabs li.contextswitch, #browser tr th, .status-box h4,\n .line_numbers, #files span.icon, #issues_list .actions, #repos .public,\n .inset-callout, #repo-message, .repo-private-label, .label-admin,\n .credit-card.normal .signature, .credit-card.amex .gladiator,\n .progress-bar:not(.anim-grow-x), .header-search-scope:hover,\n .CommunityTemplate-highlight--focus, .related-issue-item.navigation-focus {\n background: #333 !important;\n }\n .discussion-item-locked .discussion-item-icon,\n .discussion-item-unlocked .discussion-item-icon,\n .discussion-item-head_ref_deleted .discussion-item-icon {\n background-color: #444;\n }\n /* remove background */\n body > pre, .textographic a.repo, .stars-browser .filter-bar,\n .highlight .file-diff-line:hover pre, .gravatar, .topsearch span.search-input,\n p.meta, .sidebar .milestone, #facebox, .profilecols .filter-bar, .btn-group,\n div.content-header .search-form, .file-code, .org-header .edit-org:hover,\n #wrapper, .gravatar img, .commit-comments-header-sha, pre.headers code,\n .audit-search-form, .columns.equacols.bordered, .gist-item ul.meta>li>a:hover,\n .commits li img, a.minibutton code, .milestone, .keyboard-mappings th,\n .api #header-wrapper .nav, .marketing-nav a.selected, #graph_data .tabs,\n .org-nav-item.selected, .edit-team-member:hover, tr.commit,\n .release-timeline .js-details-container,\n .section-heading-title a.js-selected-navigation-item,\n .featured-callout .screenshot, .timeline-commits .commit-meta .status,\n .theme-picker-spinner, .timeline-commits .commit-meta .octicon,\n .file .meta-divider, .avatar-stack.multiple-avatars::before, #feedHandler,\n .discussion-sidebar-item .thread-subscription-status,\n .boxed-group.application-show-group .logo-upload, .diagram-icon-small,\n #readme .highlight, .ace-github, .theme-picker, .avatar-stack .avatar,\n .boxed-group, .prose-diff > .markdown-body ins, .header .divider-vertical,\n .ace-github-base16, .markdown-body pre code, .markdown-body pre tt,\n #readme .plain pre, .uploaded-files, .input_area, #notebook .highlight,\n #notebook .highlight pre, .output_area pre,\n .gist-snippet-meta .gist-count-links>li>a:hover, .delete-owners-button:hover,\n .avatar-child, .session-authentication .header-logged-out,\n .session-authentication .auth-form-header,\n .timeline-progressive-disclosure-items, #com #footer, .shade-gradient,\n #categories .list, .gist-banner, .main-content, .showcase-page-header,\n .showcase-page-pattern::after, .description-inline, .result-group a,\n .border-wrap, a.feed-icon, .session-device,\n .boxed-group-list > li.session-device:hover,\n .merge-status-item .merge-status-icon,\n .js-release-form .comment-form-head.tabnav, .project-columns, .project-header,\n .user-profile-nav, .profile-timeline-year-list.bg-white,\n .discussion-item-review .timeline-comment, .libraries-jumbotron,\n .menu-item.selected, .bg-shade-gradient, .dev-hero,\n .render-container.is-render-ready.is-render-requested:not(.is-render-failed),\n .user-list li em, .CodeMirror-lines, .api table, .dashboard-notice .coupon,\n .release-label, .oauth-org-access-details .oauth-org-item.on,\n .MarketplaceSideNav, .timeline-inline-comments, .AvatarStack-body,\n .team-discussions-container, .Collection ~ div[style*=\"linear-grad\"],\n .application-main > div[style*=\"background\"], .AvatarStack-body .avatar,\n .dropdown-toggle, ul.add-member-team-list.table-list, .gh-header,\n iframe[src*=\"zuora.com\"], .pr-toolbar, .enterprise-prompt,\n .enterprise-prompt *, .diffbar, .footer .bg-gray-light, button.btn-invisible,\n button.btn-invisible:hover, .btn.btn-invisible, .btn.btn-invisible:hover,\n .application-main [style*=\"background: linear-gradient(#ffffff, #fcfcfc)\"],\n section[style=\"background-color: #fafbfc;\"], div[style=\"background:#fafbfc;\"],\n .team-left-column, .render-container.js-actions-page,\n .deployments-timeline-icon, .TimelineItem--condensed .TimelineItem-badge,\n .previewable-comment-form .comment-form-head.tabnav.bg-white,\n .notification-navigation, .check-annotation code pre,\n .merge-status-item > [style*=\"#fff\"], .pagehead, .pagehead nav {\n background: none !important;\n }\n @media (min-width: 1012px) {\n .file-commit-form--full {\n background: none !important;\n }\n }\n body[class=\"page-responsive\"] .repo-list .private {\n background-color: initial;\n }\n .select-menu-item:hover {\n background-color: rgb(79, 140, 201);\n }\n @media (hover: hover) {\n .SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus {\n color: #bebebe;\n background-color: #202020;\n }\n .SelectMenu-item:active {\n color: #c0c0c0;\n background-color: #242424;\n }\n .SelectMenu-item[aria-checked=true]:active,\n .SelectMenu-item[aria-checked=true]:hover,\n body:not(.intent-mouse) .SelectMenu-item[aria-checked=true]:focus {\n color: #e0e0e0;\n }\n .SelectMenu-tab[aria-selected=true]:active,\n .SelectMenu-tab[aria-selected=true]:hover {\n color: #d2d2d2;\n background-color: #181818;\n }\n body:not(.intent-mouse) .SelectMenu-tab:focus {\n background-color: #182030;\n }\n .SelectMenu-tab:not([aria-checked=true]):not([aria-selected=true]):hover {\n color: #d2d2d2;\n background-color: #303030;\n }\n .SelectMenu-tab:not([aria-checked=true]):active {\n color: #d2d2d2;\n background-color: #181818;\n }\n }\n @media (hover: none) {\n .SelectMenu-item:active, .SelectMenu-item:focus {\n background-color: rgb(79, 140, 201);\n color: #fff;\n }\n .SelectMenu-item {\n -webkit-tap-highlight-color: rgb(79, 140, 201);\n }\n }\n .comment-form, #issues .labels, .listings .odd, .feed, #files .description,\n #message .envelope .header .info .title.unread, li.contextswitch ul li.current,\n .watcher-widget, ul.main_nav li.selected a, .add_file, .inset, li.label,\n .filterbar, .divider-vertical, .user-commits td, .starting-comment .infobar,\n #issues_next .infobar, .formbody, .commandbar .display, .none p,\n .display div.choice, ul.fieldpills li, .documentation-results a,\n .plans-pricing-callout, .auto-search-group .search-filters, .editbox,\n .editbox .body, .commentstyle, #issues .display, #issues .display .admin,\n #issues .labels .list li, .issue .summary, .hidden-text-expander a,\n .view-modes, .standard_form, #reply_body, #commit div, #commit td, #commit tr,\n #commit .envelope, .file-minibutton, .context-pane .title,\n .browser .listing:hover, #dashboard .repos, .list-module .list-body,\n .list-module a, .label-permissions, .tree-browser th, .browser .listing.closed,\n .starting-comment, .section-nav a:hover, .chzn-drop, .module .inner,\n .team-repositories-blankslate,\n .discussion-event-status-head_ref_deleted .discussion-item-icon, .pull-head,\n .tabs, #browser td, #issues_next li.selected, .avatarname img, #readme .name,\n #wiki-history .author img, .options-content h3,\n .display div.choice:nth-child(2n+1), #issues-dashboard .actions,\n .list-tip a:hover {\n background-color: #333 !important;\n border-color: #484848 !important;\n }\n /* org page graphs - https://github.com/StylishThemes */\n rect[style*=\"#gradient-\"] {\n fill: rgb(79, 140, 201) !important;\n }\n /* contribution calendar */\n .calendar-graph rect[fill=\"#216e39\"], .calendar-graph rect[fill=\"#9be9a8\"],\n .calendar-graph rect[fill=\"#40c463\"], .calendar-graph rect[fill=\"#30a14e\"],\n .contrib-legend .legend li[style],\n .contribution-activity-listing .progress-bar[style*=\"background-color\"] {\n background-color: rgb(79, 140, 201) !important;\n fill: rgb(79, 140, 201) !important;\n }\n .calendar-graph .days-selected rect.day.active {\n stroke: #ddd !important;\n }\n .calendar-graph rect.day:hover {\n stroke: #fff !important;\n }\n /* contribution progress bars on user page */\n .contribution-activity-listing .progress-bar[style*=\"7bc96f\"],\n .facebox-close:hover {\n opacity: 1 !important;\n }\n .contribution-activity-listing .progress-bar[style*=\"c6e48b\"], .facebox-close {\n opacity: .75 !important;\n }\n .notifications .read .avatar img {\n opacity: .7;\n }\n /* contribution calendar/legend - regular colors */\n .calendar-graph rect[fill=\"#ebedf0\"],\n .contrib-legend .legend li[style*=\"#ebedf0\"],\n .js-activity-overview-graph-container [fill=\"white\"] {\n background-color: #282828 !important;\n fill: #282828 !important;\n }\n .calendar-graph rect[fill=\"#216e39\"],\n .contrib-legend .legend li[style*=\"#216e39\"] {\n opacity: 1 !important;\n }\n .calendar-graph rect[fill=\"#30a14e\"],\n .contrib-legend .legend li[style*=\"#30a14e\"] {\n opacity: .75 !important;\n }\n .calendar-graph rect[fill=\"#40c463\"],\n .contrib-legend .legend li[style*=\"#40c463\"] {\n opacity: .5 !important;\n }\n .calendar-graph rect[fill=\"#9be9a8\"],\n .contrib-legend .legend li[style*=\"#9be9a8\"] {\n opacity: .25 !important;\n }\n /* contribution calendar - halloween colors */\n .calendar-graph rect[fill=\"#FFEE4A\"], .calendar-graph rect[fill=\"#FFC501\"],\n .calendar-graph rect[fill=\"#FE9600\"],\n .contrib-legend .legend li[style*=\"#FFEE4A\"],\n .contrib-legend li[style*=\"#FFC501\"],\n .contrib-legend .legend li[style*=\"#FE9600\"] {\n background-color: #fe9600 !important;\n fill: #fe9600 !important;\n }\n .calendar-graph rect[fill=\"#FFEE4A\"],\n .contrib-legend .legend li[style*=\"#FFEE4A\"] {\n opacity: .2 !important;\n }\n .calendar-graph rect[fill=\"#FFC501\"],\n .contrib-legend .legend li[style*=\"#FFC501\"] {\n opacity: .4 !important;\n }\n .calendar-graph rect[fill=\"#FE9600\"],\n .contrib-legend .legend li[style*=\"#FE9600\"] {\n opacity: .8 !important;\n }\n .calendar-graph rect[fill=\"#03001C\"],\n .contrib-legend .legend li[style*=\"#03001C\"] {\n background-color: #fc3 !important;\n fill: #fc3 !important;\n }\n .contrib-person path {\n fill-opacity: .6;\n }\n .progress-bar.anim-grow-x, .dev-hero, .header-search-key-slash,\n input[src$=\"with-facebook.png\"], #parallax_field, #parallax_illustration,\n figure .callout-permalink-big-image, figure .callout-permalink-stacked-image {\n filter: brightness(75%) !important;\n }\n img#parallax_error_text, div img[alt*=\"404\"] {\n filter: invert(100%) hue-rotate(180deg) brightness(120%) !important;\n }\n img[src*=\"data:image/jpeg;base64,/9j/4AAQSkZJRgA\"] {\n filter: brightness(90%);\n }\n img[src*=\"//render.githubusercontent.com/render/math\"] {\n filter: invert(90%);\n }\n .header-search-key-slash {\n filter: grayscale(100%) contrast(1.5) !important;\n }\n /* Activity Overview on userpage */\n .activity-overview-axis, .activity-overview-point {\n stroke: rgb(79, 140, 201) !important;\n }\n #user-activity-overview .js-highlight-blob {\n stroke: rgb(79, 140, 201) !important;\n fill: rgb(79, 140, 201) !important;\n opacity: .4 !important;\n }\n /* invert (rgb) */\n #header .logo, img[src=\"/images/logo@2x.png\"], .site-logo a,\n .github-jobs-promotion a.jobs-logo strong, iframe[src*=\"polldaddy.com\"],\n .jstree-node:not(.jstree-leaf) > .jstree-icon.jstree-ocl,\n .swipe .swipe-frame .swipe-bar .top-handle,\n .swipe .swipe-frame .swipe-bar .bottom-handle,\n .onion-skin .controls .transparent, .onion-skin .controls .opaque,\n .onion-skin .controls .slider .slider-track,\n .onion-skin .controls .slider .slider-track .dragger, .leaflet-control-zoom a,\n .leaflet-control-attribution.leaflet-compact-attribution::after,\n img[src$=\"favicons.githubusercontent.com/github.com\"],\n img[src$=\"favicons.githubusercontent.com/gist.github.com\"],\n img[src$=\"invertocat.png\"], .ghd-invert, .render-shell img.math,\n #footer .github img, #com span.octicon:not(.octicon-comment-discussion),\n .developer-thanks-image img, img[alt=\"GitHub Support\"] {\n filter: invert(100%) hue-rotate(180deg) !important;\n }\n .code-navigation-banner .code-navigation-banner-illo {\n filter: invert(900%) hue-rotate(180deg) contrast(70%) brightness(110%) !important;\n }\n /* code coverage */\n /* example: https://github.com/go-gitea/gitea/pull/6969 */\n img[data-canonical-src^=\"https://codecov.io\"][alt=\"Impacted file tree graph\"] {\n filter: invert(92%) hue-rotate(180deg) saturate(250%) !important;\n }\n /* marketplace + help + feature img invert */\n img[src*=\"marketplace-illustration-01.svg\"],\n img[src*=\"marketplace-illustration-02.svg\"],\n svg [data-name=\"Layer 2\"] #Layer_5[data-name=\"Layer 5\"],\n .illoTeam svg [data-name=\"Layer 2\"], .illoIndiv #Layer_2[data-name=\"Layer 2\"],\n svg [data-name=\"Layer 2\"] g[data-name=\"octocat header\"],\n svg[viewBox=\"0 0 1461.5 677.84\"][width=\"700\"],\n .feature-preview-dialog svg[fill=\"none\"],\n div[data-url*=\"/notifications/beta\"] img[src*=\"-zero.svg\"],\n div[data-url*=\"/notifications/beta\"] img[src*=\"saved-blank.svg\"] {\n filter: invert(85%) hue-rotate(-180deg) brightness(125%) contrast(85%) !important;\n }\n .action-logo::after {\n filter: invert(100%) hue-rotate(180deg) brightness(350%) !important;\n }\n /* invert network graph; gh-polls (https://github.com/apex/gh-polls) */\n img[alt=\"FOSSA Status\"], img[data-canonical-src*=\"prod/timeseries/\"],\n a[href$=\"vote\"] img[data-canonical-src*=\"/poll/\"], #parallax_error_text:not(p),\n img[data-canonical-src*=\"img.shields.io\"][data-canonical-src*=\"style=social\"],\n img[alt=\"Mona Lisa\"] {\n filter: invert(90%) hue-rotate(180deg) contrast(120%) !important;\n mix-blend-mode: exclusion;\n }\n div#network.network > div > canvas {\n filter: invert(90%) hue-rotate(180deg) contrast(95%);\n }\n .spinner-forking[src*=\"spinners/fork.gif\"] {\n filter: invert(1) hue-rotate(180deg) contrast(110%) brightness(110%);\n mix-blend-mode: screen;\n }\n /* invert problematic emoji */\n /* images */\n [alt=\":soon:\"], [alt=\":on:\"], [alt=\":end:\"], [alt=\":heavy_dollar_sign:\"],\n [alt=\":heavy_multiplication_x:\"], [alt=\":heavy_plus_sign:\"],\n [alt=\":heavy_minus_sign:\"], [alt=\":heavy_division_sign:\"], [alt=\":wavy_dash:\"],\n [alt=\":curly_loop:\"], [alt=\":currency_exchange:\"], [alt=\":top:\"],\n [alt=\":back:\"], [alt=\":zzz:\"], [alt=\":notes:\"], [alt=\":musical_score:\"],\n [alt=\":black_large_square:\"], [alt=\":black_medium_small_square:\"],\n [alt=\":ant:\"], [alt=\":musical_note:\"], [alt=\":loop:\"], [alt=\":feet:\"],\n [alt=\":paw_prints:\"],\n /* unicode */\n /* some emoji don't need to be inverted on Windows */\n /* from https://github.com/Dunedan/mbp-2016-linux on Windows*/\n /* <g-emoji alias=\"heavy_check_mark\"\n fallback-src=\"https://assets-cdn.github.com/images/icons/emoji/unicode/2714.png\"\n ios-version=\"6.0\">✔️</g-emoji> */\n [alias=\"soon\"], [alias=\"on\"], [alias=\"end\"], [alias=\"heavy_dollar_sign\"],\n [alias=\"heavy_multiplication_x\"],\n [alias=\"heavy_plus_sign\"], [alias=\"heavy_minus_sign\"],\n [alias=\"heavy_division_sign\"], [alias=\"wavy_dash\"],\n [alias=\"curly_loop\"], [alias=\"currency_exchange\"],\n [alias=\"top\"], [alias=\"back\"], [alias=\"zzz\"], [alias=\"notes\"],\n [alias=\"musical_score\"], [alias=\"black_large_square\"],\n [alias=\"black_medium_small_square\"], [alias=\"ant\"], [alias=\"musical_note\"],\n [alias=\"loop\"], [alias=\"feet\"], [alias=\"paw_prints\"] {\n filter: invert(100%) hue-rotate(180deg) brightness(80%) !important;\n background: transparent !important;\n }\n .emoji-result [alt=\"tm\"], [alias=\"tm\"] {\n filter: invert(100%);\n }\n [alt=\":heavy_check_mark:\"], [alias=\"heavy_check_mark\"] {\n background: transparent !important;\n }\n /* Invert problematic emoji fallback images used on Windows */\n /* use tools/unicode-gen.js to generate */\n g-emoji[fallback-src$=\"2795.png\"], g-emoji[fallback-src$=\"2796.png\"],\n g-emoji[fallback-src$=\"2797.png\"], g-emoji[fallback-src$=\"27b0.png\"],\n g-emoji[fallback-src$=\"2b1b.png\"], g-emoji[fallback-src$=\"25fe.png\"],\n g-emoji[fallback-src$=\"1f3b6.png\"], g-emoji[fallback-src$=\"1f3bc.png\"],\n g-emoji[fallback-src$=\"1f4b1.png\"], g-emoji[fallback-src$=\"1f4b2.png\"],\n g-emoji[fallback-src$=\"1f519.png\"], g-emoji[fallback-src$=\"1f51a.png\"],\n g-emoji[fallback-src$=\"1f51b.png\"], g-emoji[fallback-src$=\"1f51c.png\"],\n g-emoji[fallback-src$=\"1f51d.png\"], g-emoji[fallback-src$=\"1f3b5.png\"],\n g-emoji[fallback-src$=\"27bf.png\"], g-emoji[fallback-src$=\"1f43e.png\"],\n g-emoji[fallback-src$=\"1f43e.png\"], g-emoji[fallback-src$=\"a9.png\"],\n g-emoji[fallback-src$=\"fe0f.png\"], g-emoji[fallback-src$=\"ae.png\"],\n g-emoji[fallback-src$=\"fe0f.png\"], img[src*=\"resources-logo\"], svg.IconNav-img,\n .container-xl[id] svg\n /* https://github.com/ten */,\n body.logged-out .col-md-7 svg {\n filter: invert(83%) !important;\n }\n .container-xl[id] img {\n z-index: 100 !important;\n }\n /* GeoJSON maps */\n /* https://github.com/benbalter/dc-maps/blob/master/maps/embassies.geojson */\n .leaflet-tile-container img {\n filter: invert(100%) hue-rotate(180deg) brightness(150%) !important;\n }\n .leaflet-marker-pane img, .gundamcat {\n filter: brightness(.8) !important;\n }\n /* invert #fff to #181818 */\n /* https://github.com/sujitpal/statlearning-notebooks/blob/master/src/chapter2.ipynb */\n .project-preview-img img, img[src$=\"bg-callout.svg\"],\n img[data-canonical-src*=\"saucelabs.com/browser-matrix\"],\n img[src*=\"images/modules/checks\"], img[src$=\"profile-first-pr.png\"],\n img[src$=\"profile-joined-github.png\"], img[src$=\"profile-first-repo.png\"],\n img[src$=\"profile-first-issue.png\"], .github-jobs-logo strong {\n filter: invert(90.5%) hue-rotate(180deg) saturate(200%) !important;\n }\n .render-shell .output_area .output_png img {\n filter: invert(90.5%) hue-rotate(180deg) saturate(200%) brightness(85%) !important;\n }\n .render-shell .output_area .output_png:hover img {\n filter: none !important;\n }\n /* workaround filter creating a stacking context */\n .contribution-first-issue, .contribution-first-pull-request,\n .contribution-first-repository {\n opacity: .999 !important;\n }\n /* brighten language colors */\n .language-color, .repo-language-color {\n filter: brightness(125%) !important;\n }\n /* soft badges */\n .box-title-count {\n background-color: #484848 !important;\n color: #ccc !important;\n }\n /* svg styling */\n line, rect, path {\n shape-rendering: geometricPrecision !important;\n }\n .js-graph-punchcard svg.viz {\n background: transparent !important;\n border: none !important;\n }\n .reorderable-task-lists .markdown-body .task-list-item .drag-handle {\n fill: #c0c0c0 !important;\n }\n /* Firefox: Exclude text inside an svg loaded through an img, as seen in svg badges */\n *:not(img) text, circle.day {\n fill: #ccc !important;\n }\n circle.day:hover {\n fill: #fff !important;\n }\n path.js-diff-placeholder {\n fill: #282828 !important;\n }\n #contributors-master svg.viz {\n display: block !important;\n }\n g.dots circle {\n stroke: #222 !important;\n }\n .traffic-graph g.axis:not(.views):not(.unique) g.tick:not(:nth-child(15)):not(:first-of-type) line,\n g.axis path, line.axis, svg:not(.vis) g.axis line {\n stroke: #444 !important;\n }\n svg .path:not(.total):not(.unique):not(.views) {\n stroke: #aaa !important;\n }\n .workflow-string--crossover svg path[stroke=\"#D1D5DA\"] {\n stroke: #404040 !important;\n }\n #commit-activity-detail path.path,\n .traffic-graph g.x.axis g.tick:first-of-type line {\n stroke: #1db34f !important;\n }\n [style*=\"stroke: #dbab09\"], [stroke=\"#dbab0a\"] {\n stroke: #cb4 !important;\n }\n .traffic-graph g.x.axis g.tick:nth-child(15) line {\n stroke: #1d7fb3 !important;\n }\n svg.tick {\n fill: #444 !important;\n }\n svg.arrow[stroke=\"#1277eb\"], svg path[stroke=\"#1074E7\"] {\n stroke: rgb(79, 140, 201) !important;\n }\n .features-branch-diagram path[stroke=\"#c6d9ed\"],\n .features-branch-diagram path[stroke=\"#4182C4\"],\n .features-branch-diagram div:not(.active) .mega-octicon {\n stroke: rgb(79, 140, 201) !important;\n color: rgb(79, 140, 201) !important;\n }\n .features-branch-diagram circle[fill=\"#4183c4\"],\n .repo-list-stats a.issues:hover svg {\n fill: rgb(79, 140, 201) !important;\n }\n .features-branch-diagram circle[stroke=\"#ffffff\"] {\n stroke: #222 !important;\n }\n rect.map-background, .audit-log-map {\n fill: #1e4062 !important;\n background: #1e4062 !important;\n }\n path.land {\n stroke: #17334f !important;\n }\n circle.audit-point {\n fill: #742d14 !important;\n stroke: #57210f !important;\n }\n .graphs .selection .selection {\n fill: #888 !important;\n stroke: #888 !important;\n }\n /* monochrome backgrounds */\n .list-browser-item.closed, .content .verseblock-content,\n .content .verseblock-content, .simple-stacked-bar,\n .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover,\n .dropdown-divider, .js-current .standalone a, .sidebar-module .disable>a,\n .label-select-menu div.labelstyle-000000.selected,\n .ScreenshotCarousel-navitem.selected {\n background: #282828 !important;\n }\n div#common-issues ul li a:hover, .rss-subscribe:hover {\n background-color: #282828 !important;\n }\n .jumbotron-codelines {\n background-color: #222 !important;\n }\n .community-checklist .progress-bar .progress {\n background-color: #333;\n }\n .profile-timeline.discussion-timeline::before,\n .profile-timeline.discussion-timeline .profile-timeline-month-heading::after,\n div[style*=\"background-color: #eaecef\"] {\n background: #343434 !important;\n }\n .hidden-text-expander a, .profile-timeline-month-heading::after,\n .review-comment-contents::after, .review-comment.is-comment-editing::after,\n .release-timeline-tags .expander-dots {\n background: #383838 !important;\n }\n ul.sidetabs li a:hover, .editbox h1, #issues .labels .admin,\n #issues .display .sortbar, #facebox .close, #issues_search .wrapper,\n .ranked-repositories .meta a, .actor, ul.nav.logged_out, .tip-box a.next,\n #inbox .list .unread, .main .filterbar, .browser-content .footerbar,\n ul.smalltabs, .snippet, .supportstaffer, .discussion-form, .chooser-box,\n .chooser-box h3, #forkqueue .instructions, .selector-item.clear:hover,\n #contributors-master svg, .inset-callout h2, .documentation ul.nav,\n .date_selector td.selected, #contributors-master, .context-title,\n .list-module h2, .bootcamp-help h1, .ellipsis-button:hover,\n .codesearch-results .repo-list-name em,\n .codesearch-results .repo-list-description em, .codesearch-cols em,\n ul.bignav li a:hover, ul.smallnav li a:hover, .comments-wrapper, .rackspace,\n .subnav-bar > ul > li > ul > li > a:hover, .issue.active, .orgs-nav .count,\n .task-progress .progress-bar .progress,\n .oauth-connection-illustration .oauth-image,\n .manage-repo-access-wrapper::before, .block-diff-neutral,\n .oauth-permissions-details .permission-summary em.highlight,\n .marketplace-product-callout .branch-action-item-icon {\n background: #444 !important;\n }\n .switcher > span::after, .list-module a:hover, .section-nav .active a,\n #dashboard .filter-bar li a.filter_selected::after,\n .settings-email .label:not(.default), .key, .date::after,\n .branch-a-b-count .bar, .branch-a-b-count .meter,\n .hidden-text-expander a:hover {\n background: #555 !important;\n }\n .labels .label-neutral, li.ssh-key .ssh-key-state-indicator.not-recent,\n .render-shell > .slider .dragger {\n background: #666 !important;\n }\n .render-shell > .slider .dragger:hover,\n .render-shell > .slider .dragger:active, .issues-reset-query-icon,\n .projects-reset-query-icon {\n background: #949494 !important;\n }\n /* https://github.com/StylishThemes/GitHub-Dark/search?q=test&unscoped_q=test */\n .Counter--gray {\n background: #aaa;\n }\n .diverge-widget .separator {\n background: #ccc !important;\n }\n .menu-item.selected::before {\n background: #eee !important;\n }\n #network canvas, .qr-code-table, .qr-code-table .white {\n background: #fff !important;\n }\n /* actions in issues - this style needs to be after .bubble */\n .action-bubble .bubble,\n /* https://github.com/StylishThemes/GitHub-Dark/community/license/new?branch=master&template=mit */\n body .CommunityTemplate-header,\n [data-url$=\"recently_touched_branches_list\"],\n .merge-status-list .status-actions:hover, body > .application-main > .bg-gray {\n background: transparent !important;\n }\n .btn-mktg {\n background-color: rgba(79, 140, 201, .9);\n border-color: rgb(79, 140, 201);\n color: #ddd;\n }\n .btn-mktg:hover {\n background-color: rgba(79, 140, 201, 1);\n border-color: rgb(79, 140, 201);\n color: #eee;\n }\n .btn-outline-mktg {\n background-color: transparent;\n border-color: rgba(79, 140, 201, .9);\n color: rgba(79, 140, 201, .9);\n }\n .btn-outline-mktg:hover {\n background-color: transparent;\n border-color: rgba(79, 140, 201, 1);\n color: rgba(79, 140, 201, 1);\n }\n .MarketplaceAnnouncement .btn-outline-mktg {\n background-color: transparent;\n border-color: #eee;\n color: #eee;\n }\n .MarketplaceAnnouncement .btn-outline-mktg:hover {\n color: #fff;\n border-color: #fff;\n }\n /* blue box */\n .github-jobs-promotion p, .octotip, .bootcamp h1, .bootcamp-body,\n .owners-notice, .blob-history, .branch-name, .new-user-avatar-cta,\n .jstree-wholerow-clicked, .commit-ref, .file-history-tease, .feature-banner,\n .hook-delivery-guid, .topic-tag, .topic-tag-action, .delete-topic-button,\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button,\n .RecentBranches, .signup-prompt-bg, ul.search-results li .label,\n div[style*=\"background-color: #044d6e\"],\n .topic-tag-contrast .delete-topic-link,\n body[class=\"page-responsive\"] .bg-blue-light,\n .repository-content > .Box--condensed > .Box-body.bg-blue-light {\n background: #182030 !important;\n }\n aside [style*=\"background-color: #4764f1\"] .text-white {\n background-color: #182030 !important;\n }\n .repo-file-upload-progress .repo-file-upload-meter, .topic-tag-link:hover,\n .delete-topic-button:hover, .topic-tag-contrast .delete-topic-link:hover {\n background: #273045 !important;\n }\n .new-user-avatar-cta, .blob-history, .feature-banner,\n .recently-touched-branches, .recently-touched-branches li, .commit-ref,\n .project-updated-message, .timeline-comment-label.collaborator-comment,\n .hook-delivery-guid .octicon, .hook-delivery-guid a, a.topic-tag,\n .RecentBranches, .RecentBranches-item-link, ul.search-results li .label,\n .markdown-format table th, div[style*=\"background-color: #044d6e\"],\n .subset-files-tab .stale-files-tab-link,\n .timeline-comment.current-user:not(.is-internal) .link-gray {\n color: #9daccc !important;\n }\n .timeline-comment.current-user:not(.is-internal) .timeline-comment-header,\n .timeline-comment.current-user:not(.is-internal) .timeline-comment-action {\n color: #9daccc;\n }\n .RecentBranches-item, .commit-ref .user {\n color: #6d7c9c !important;\n }\n .github-jobs-promotion p, .octotip, .bootcamp .bootcamp-body, .bootcamp h1,\n .owners-notice, .new-user-avatar-cta, .commit-ref, .branch-name,\n .file-history-tease, .feature-banner, .recently-touched-branches,\n .timeline-progressive-disclosure-items button, .RecentBranches,\n .js-tag-input-tag, ul.search-results li .label, .topic-tag-action {\n border: 1px solid #246 !important;\n }\n .repo-file-upload-progress, .project-updated-message,\n .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button,\n .commit-desc + .commit-branches,\n .pricing-matrix-table .pricing-matrix-table-dark,\n .topic-tag-contrast .delete-topic-link,\n .repository-content > .Box--condensed:not(#readme):not(.file-holder),\n .border-blue, body[class=\"page-responsive\"] .border-blue,\n .timeline-comment.current-user .tabnav-tab.selected, .full-commit,\n .full-commit .commit-meta {\n border-color: #246 !important;\n }\n .blob-history, .recently-touched-branches li {\n border-bottom-color: #246 !important;\n }\n .blob-history, .file-history-tease .participation {\n border-top: 1px solid #246 !important;\n }\n #new_hook .fields {\n border-width: 0 !important;\n }\n .commit-icon .octicon {\n border-radius: 100% !important;\n }\n /* original colors */\n .discussion-item-integrations-callout .discussion-item-icon {\n background: #4095c6 !important;\n }\n /* notebooks */\n .input_prompt {\n color: hsla(234, 100%, 65%, 1) !important;\n }\n .output_prompt {\n color: hsla(0, 100%, 65%, 1) !important;\n }\n /* gradient */\n /* file drag&drop overlay */\n .repo-file-upload-tree-target {\n background: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .6) 65%, rgba(0, 0, 0, .6) 100%) !important;\n }\n .TimelineItem-break {\n background: linear-gradient(to bottom, rgba(25, 25, 25, .8) 1%, transparent 80%) !important;\n }\n /* light grey gradient */\n .signup-button:hover, a.signin:hover, .hero .textographic,\n .hero .screenographic, .box-action:active,\n .clone-url-button.selected > .clone-url-link:hover, ul#bootcamp li a:hover h4 {\n background: linear-gradient(#303030, #282828) !important;\n border-color: #484848 !important;\n }\n /* dark grey gradient */\n header.nav-bar, .bubble .bubble-title, kbd, a.feed, .list-browser-filterbar,\n .gobutton, .comment-header, .pagehead ul.tabs li a,\n .login_form input[type=\"submit\"], .top-bar, ul#bootcamp li a h4,\n #gists .context-menu-container, body#com #header, .white-nav .selected span,\n .filter-tab, #header-wrapper, #header-wrapper .nav, .cheatsheet h2,\n .section a.section-head, .list-heading, .dashboard-tabs li a,\n a.function-button, .add-pill-form, .gist .gist-file .gist-meta,\n ul.comparison-list > li.title, button.button, a.button, span.button,\n button.minibutton, a.minibutton, span.minibutton {\n background: linear-gradient(#202020, #181818) !important;\n border-color: #383838 !important;\n }\n .clone-url-button > .clone-url-link {\n border-color: #383838;\n }\n .search-form button, .issues-list-actions, a.gollum-minibutton,\n a.gollum-minibutton:visited {\n background: linear-gradient(#202020, #181818) !important;\n }\n /* inverted dark grey gradient */\n .asc .sort-type, .desc .sort-type, .mini-bar-graph, .issues-list>ul>li.unread,\n .timeline-commits-header, .usage-bar dd, .render-bar {\n background: linear-gradient(#181818, #202020) !important;\n border-color: #383838 !important;\n }\n .project-issue-body-blur {\n background: linear-gradient(to top, #181818, rgba(0, 0, 0, 0)) !important;\n }\n .bg-custom-gradient {\n background-image: linear-gradient(180deg, #1c1c1c, rgba(0, 0, 0, 0)) !important;\n }\n .billing-per-seat-callout::after {\n box-shadow: 1px -1px 0 0 #343434 !important;\n }\n main [style=\"background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));\"] {\n background: linear-gradient(to top, #181818, transparent) !important;\n }\n .ScreenshotCarousel-navitem.selected {\n box-shadow: inset 0 0 10px rgba(255, 255, 255, .05) !important;\n }\n /* commits page - committer icon */\n .commits-list-item .committer-avatar {\n box-shadow: -2px -2px 0 rgba(0, 0, 0, .4) !important;\n }\n .Header .header-search-wrapper.focus {\n box-shadow: none !important;\n }\n /* box shadow below attach box - https://github.com/StylishThemes/GitHub-Dark/releases/new */\n /* + remove box shadowns on buttons and the like */\n .upload-progress, .social-count, .btn {\n box-shadow: none;\n }\n /* https://github.com/team inline HTML fixes */\n .bg-white[style*=\"box-shadow: 0 0 20px 20px #ffffff\"] {\n box-shadow: 0 0 20px 20px #181818 !important;\n }\n [href=\"#organizations\"][style*=\"background-color: #fff\"] {\n background-color: transparent !important;\n }\n .Box-header[style*=\"background-color: #FFF3FA\"] {\n background-color: #222 !important;\n }\n .Box-header[style*=\"border-color: #FFF3FA\"] {\n border-color: #343434 !important;\n }\n /* text color */\n html[prefix] .ellipsis-expander:active,\n html[prefix] .hidden-text-expander a:active,\n html[prefix] .site-header-nav .dropdown-menu a:hover, .btn-blue,\n .feature-preview-dialog .text-white, .text-white {\n color: #fff !important;\n }\n /* Bright text */\n .gist-snippet-meta .gist-count-links > li > a:hover,\n .topic-tag-action .add-topic-button:hover,\n .topic-tag-action .remove-topic-button:hover,\n .discussion-item-changes-marker.is-unread .discussion-item-icon,\n .toc-select .navigation-focus *, .owner-select-target, a.filter-item.selected,\n .filter-item.selected h4, .filter-item.selected .f3,\n .filter-item.selected .Label--outline-white, .octicon.text-white,\n .user-status-org-button:hover .user-status-org-detail,\n .user-status-org-button.selected .user-status-org-detail,\n .member-suggestion[aria-selected=true] .octicon,\n .member-suggestion[aria-selected=true] .member-name,\n .member-suggestion:hover .octicon, .member-suggestion:hover .member-name,\n .diffbar [role^=menuitem]:focus:not(.is-range-selected) .text-emphasized,\n .diffbar [role^=menuitem]:hover:not(.is-range-selected) .text-emphasized,\n .filter-item.selected p, .filter-item:hover .marketplace-plan-per-time,\n .oauth-permissions-details .permission-summary em.highlight, .btn-primary {\n color: #f0f0f0;\n }\n ul.repo-stats li a:hover, .minibutton.danger:hover, #gist-form label,\n .subnav li a:hover, .filters li.selected a, .filters li a:hover, .code-list em,\n a.header-anchor, .commandbar .choice .command, .search-term,\n .codesearch-cols em, .image, .selector-item:hover .mini-icon::before,\n .selector-item.selected .mini-icon::before, .new-repo .octicon, #header .nav a,\n .minibutton i, .minibutton, .commit .mini-icon::before, .featured-callout,\n .sidebar-milestone-widget .title, #network .explain b,\n .dashboard-tabs a.selected, .message .time, #graph_data .tab.selected a,\n .explore-collection .see-more-link, ul.color-label-list .count,\n a.filter-tab.selected, .orgs-nav .count, .facebox-user-list-item a,\n a.org-module-link, .org-header-info .name-link,\n .calendar-graph .contrib-details div .num,\n .commandbar .display table td:first-child, .file-history-tease .author a,\n ul.summary-stats li .num, .pull-head-meta .pull-number a,\n .mini-discussion-bubble .mini-discussion-bubble-action, .sub-nav h2,\n .sub-nav h2 a, .accordion .section a.section-head,\n .orgs-nav .org-nav-item.selected, .sub-nav li a.active, a.org-link,\n .infobar-widget .text a, .view-modes-menu li.active, a.signin:hover,\n .highlight-module .mega-icon::before, #wiki-rightbar li, .i-am-error p,\n .markdown-body .octicon-link, .gist-item ul.meta > li > a:hover,\n .native-download .mega-icon::before, #article-platform-nav ul li.selected a,\n .section-heading-title a.selected, .marketing-nav a.selected,\n .dashboard-tabs a:hover, .hidden-text-expander a:hover, .codesearch-cols em,\n .branch-action-state-clean .branch-action-icon::before,\n .hook-list li.selected a, .oauth-permissions-details .permission-title,\n p.read-it, .branch-action-state-dirty .branch-action-icon::before,\n .branch-action-state-closed-dirty.branch-action-icon::before,\n .branch-action-state-merged .branch-action-icon::before,\n .showcase-featured .featured-grid-link, .collection-card-title,\n .collection-card-image:hover, .explore-page .see-more-link, .mute,\n .pull-request-link:hover, .expandable:hover::before,\n .follow-list .follow-list-name a, a.comment-header-author,\n .wiki-edit-link:hover, .infotip p, .form-actions .tip, dl.form.warn dd.warning,\n .page-notice, ol.toc > li a.active, .example-nav li a.selected, .facebox-alert,\n .typeahead-result, .no-results, #user-links > li * button,\n .timeline-commits .hidden-text-expander a:hover, .color-editor-input,\n #user-links .sign-out-button, .table-list-item label,\n .audit-action-info .context, .token-scope, .segmented-nav li.active a,\n .tabs > a.selected, .member-username, kbd, .kbd,\n .boxed-profile .profile-preview .vcard-fullname, .integrations .site-footer a,\n .email-format .email-hidden-toggle a:hover,\n #gollum-editor-help-parent li a.selected,\n #gollum-editor-help-list li a.selected, a.gollum-minibutton,\n a.gollum-minibutton:visited, a.token-warning, a.lightertooltipped,\n .org-team-sidebar .team-note .note-emphasis, #com h1 span, #com h2 span,\n .breadcrumb .final-path, button.button, a.button, span.button,\n button.minibutton, a.minibutton, .button.primary:hover, .repo-private-label,\n a.repo_filter.js-repo-filter-tab.filter-selected, .keyboard-mappings th,\n .rendered_html, .render-health:hover .symbol, .radio-label,\n .gist-snippet-meta .description, .clone-url-button > .clone-url-link,\n a.team-mention, .team-mention, .boxed-group-inner h4,\n .leaflet-control-attribution, .leaflet-control-attribution a,\n .integrations-breadcrumb-link, a.integrations-breadcrumb-link, #message .title,\n .exploregrid-item-title, .explore-collection h2, #com h1, #com h2, #com h3,\n .content > h2, .content > h3, .audit-results-header-title,\n .session-authentication .auth-form-header, .org-settings-team-type,\n .org-settings-team-count, .intgrs-lstng-item-header, .octokit-language span,\n .site-header-nav a, .menu-item.selected, article h2, #message-list h1,\n #message-list h3, .graph-page h1, .graph-page h3, .dashboard-notice h2,\n .site-header-dark .site-header .site-header-link, .version-picker a:hover,\n .markdown-format .octicon-link,\n .jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,\n .jump-to-suggestions-results-container [aria-selected=\"true\"] .jump-to-octicon,\n .markdown-body strong, .markdown-format strong, .btn-danger:hover,\n .btn-danger:active, .btn-danger.selected, [open] > .btn-danger,\n .discussion-item-icon, .blob-num-expandable .diff-expander:hover,\n .js-expandable-line:hover .diff-expander,\n .site-header-nav .dropdown-menu a.active,\n .site-header-nav .dropdown-menu a .octicon-check,\n .marketplace-product-callout .branch-action-item-icon,\n .user-status-org-button span.text-bold, .octicon-fold,\n .jump-to-suggestions-path {\n color: #dcdcdc !important;\n }\n .add-line-comment {\n color: #dcdcdc;\n }\n pre, #languages a.bar, .lineoption p, table.notifications th,\n .usagestats dl dt.numbers, .commit-preview p.name .date, .download-list h4,\n .fieldgroup p.explain.planusage, .explore h2, .tabnav .active a,\n .vcard-username, #markdown-toc li a, .tag-info .tag-name, .language,\n .featured-callout h2, .commit-title .message, .files .message,\n .revision .creator, .mini-icon.search-input, .lines-changed,\n .lines-changed:hover, .discussion-topic-author a, .graph .data .number,\n .box-title, a.box-action, .octofication .message p, .repolist .description,\n .addon p, .keyboard-mappings, .accessibility-aid:focus,\n .list-group-item .list-group-item-name a,\n .list-group-item .list-group-item-meta a, .list-browser-sorts .sort-type,\n #commits_tab_counter, .auto-search-group .search-filter, .usage-bar dt,\n .github-jobs-promotion p a, .file-info .file-name, .file-box .meta,\n .gh-header-meta .author, .timeline-commits .author,\n .sidebar-assignee .assignee, .rss-subscribe, .sidebar-module h3.disable span,\n .octotip, .billing-section .section-content, #readme span.name,\n .steps li.current, .context-loader, .box-title a,\n .branch-infobar .lightweight-actions > li a:hover,\n .discussion-item-ref-title .title-link, .org-teams-list .team, .ace-github,\n a.pagehead-nav-item.selected, a.pagehead-nav-item:hover,\n .repo-collection .collection-stat, a.subscribe-feed, header ul.links a:hover,\n div.container > p, .commits-list-item .commit-author,\n .discussion-item .renamed-was, .discussion-item .renamed-is,\n a.discussion-item-entity, span.discussion-item-entity:not(:hover),\n .table-list-header-toggle .btn-link.selected,\n .table-list-header-toggle .btn-link.selected:hover,\n .table-list-header-toggle .btn-link:hover, a.issue-title-link,\n .milestone-title-link a, .org-header .edit-org, .org-name, .blob-code,\n .blob-code-inner, .diff-line-code, .contrib-number,\n .pulse-summary .summary-box .count, .list-options .selected .list-item-title,\n .nav-bar-inner .brand-logo-invertocat .octicon-mark-github, .menu a .octicon,\n .issue-list-meta a, .stat-number, div.search-form button span,\n .fullscreen-overlay .octicon:hover::before,\n .fullscreen-overlay .mega-octicon:hover::before, .protip-callout,\n .fullscreen-overlay textarea:focus, .fullscreen-overlay textarea:hover,\n #header ul.top-nav > li > a, #header ul.top-nav > li > button,\n a.team-member-ellipsis:hover, .rendered_html pre, .rendered_html code,\n .team-grid .team-name, .stats-group-stat.no-link:hover .stat-number,\n .application-authorizations .oauth-app-access-name, .header-logo-invertocat,\n a.header-logo-wordmark, .pull-request-integrations-title,\n .intgrs-dir-intro .directory-header-back,\n .intgrs-dir-intro .directory-header-back .header-link,\n .oauth-application-info .application-title,\n .session-authentication .header-logo, .repo-file-upload-progress,\n a .mega-octicon, .anchor, .gcr-ext-editor-close .delete-button:hover svg,\n .repo-filterer .repo-filter.filter-selected,\n .signed-commit-signer-name .signer, .display-heading-1, .display-heading-2,\n .display-heading-3, .display-heading-4,\n .pinned-repos-selection-list-item.selected, .Box-body-row--highlight,\n .text-pending, .compare-pr-placeholder p, .compare-pr-placeholder .help-link,\n #message.good, #message.major, .boxed-group-success, ul#bootcamp li a h4,\n .menu-heading, .text-black, .markdown-format h4,\n .access-token .token-description,\n .oauth-org-access-details .boxed-group-list > li.on strong, .content h1,\n .octokit-language span, .lead, .merge-branch-heading,\n .org-user-notice-content strong, .Box-row-link, .header .header-search-scope,\n .discussion-item-private, .label-select-menu div.labelstyle-000000.selected,\n .marketplace-plan-emphasis, .header-nav-link, .header-navlink,\n .Header .header-search-scope, a.notification-indicator, .HeaderNavlink,\n .text-gray-dark, .label-select-menu .select-menu-item:hover,\n .check-annotation code pre, .Header-link {\n color: #bebebe !important;\n }\n .news .alert .simple .title, #network .graph-date, .tabnav-widget.text,\n .feature .intro, span.diffstat, span.diffstat a, .commit .commit-branches a,\n #readme .plain, .news blockquote, .news blockquote p, .collection-stat,\n .calendar-graph .contrib-details div .lbl, .tag-info a, a.browse-button,\n .ghead .dir, .comment-header-action-text a, .comment-header-right a,\n .gist-item .creator, .dashboard-tabs a, #graph_data .tab a, .pull-info,\n .list-group-item .list-group-item-summary a, #contributors .capped-card .cmt,\n .boxed-group-list .access-level, h3.conversation-list-heading, a.filter-tab,\n .starred-repo p.description, .org-repo-stats a, .org-repo-updated a,\n .org-repo-description, .org-repo-forked a, .commandbar .display table td span,\n .clone-options, .pulse-section, .discussion-sidebar p,\n .discussion-topic-header .discussion-topic-author, .gist-description, .explain,\n p.subtext, .team-grid .team-description, .orgs-nav .org-nav-item,\n .form-actions-protip .protip, .discussion-item .author,\n .inline-comments .comment-count, .sidebar-heading, .clear-issue-filters a,\n .render-view-modes li.active::before, ul.comparison-list > li em,\n .marketing-benefits .column p, .sub-nav li a, .headlines a .date,\n .sidebar-module ul ul li span, .merge-branch-description,\n .gist-item ul.meta > li > a, ul#categories li h5 a,\n .render-view-modes li.active, .user-leaderboard-list .repo-list-item .repo,\n .repo-stats li a, .about p, dl.form > dd p.note, p.subdued,\n .team-header .team-description, .hfields dl.form > dt label,\n .boxed-group > h3 a.boxed-group-breadcrumb,\n .boxed-group .heading a.boxed-group-breadcrumb, .subscriptions-sidebar .note,\n .thread-subscription-status, .ellipsis-button, .follow-list .follow-list-info,\n form.btn .count, .blame .commitinfo .date, .gist .gist-file .gist-meta a,\n .hidden-text-expander a, .news div.message, .news li blockquote,\n .news .alert .pull-info, .news .alert .branch-link,\n .release .release-authorship a, .wiki-wrapper .wiki-empty-box:hover,\n .diffstat-summary a, .branches .branch-group-heading .branch-group-name,\n .render-notice, .table-list-milestones .stat, .repo-list-description,\n .file .meta, .email-format .email-hidden-toggle a, .file-diffstat,\n .program-info-column .mega-octicon, .octofication .notice-dismiss:hover,\n .markdown-format .intro, .label-admin, .program-info-column p,\n .file-history-tease, .gist-snippet-meta .gist-count-links > li > a,\n .commit-author-section, .manage-repo-access-not-active, .milestone-name,\n .feature-callout, .repo-file-upload-file-wrap .remove-file:hover,\n .rss-subscribe, table.capped-list .octicon, .site-header-menu .nav-item,\n .exploregrid-item, .markdown-body blockquote,\n .commits-list-item .commit-desc pre,\n .review-comment .pending-batched-suggestion-label, main .note.bg-green-light p,\n .CheckStep-timestamp {\n color: #afafaf !important;\n }\n .tabnav-tab {\n color: #afafaf;\n }\n .calendar-graph .contrib-details div, .time, .gist-item .metadata .datetime,\n .list-group-item-meta, a.keyboard-shortcuts, button.keyboard-shortcuts,\n .simple-conversation-list, .simple-conversation-list > li .title .num,\n .starred-repo .sort-info, .org-stats, .commandbar .choice,\n .commandbar .loading, .commandbar .description, ul.summary-stats li a,\n .authorship, .sha-block, .gh-header-meta, #last-edit, .setup-header .lead a,\n .mini-icon-remove-close:hover, .section-heading-title .separator, .hook-list a,\n .github-jobs-promotion a.jobs-logo, .org-teams-list .team-meta,\n .repo-list-item .repo-description, .branch-infobar .lightweight-actions > li a,\n .repo-leaderboard-list .repo-leaderboard-meta-item a,\n .changed .moved-up::before, .changed .moved-down::before,\n .comment-header .octicon, a.section-heading-back,\n .list-group-item-meta .octicon, .repo-leaderboard-title .title-meta,\n a.pagehead-nav-item, .wiki-wrapper .wiki-empty-box,\n .commits-list-item .commits-comments-link, .commits-list-item .commit-meta,\n .issues-listing .table-list-issues .issue-comments-link,\n .issues-listing .table-list-issues .issue-meta-section a, .labels-list-action,\n table.tag-list p a, table.tag-list td.date a, .render-view-modes li,\n .site-footer, .site-footer .octicon-mark-github:hover,\n .repo-list-stats .repo-list-stat-item, .range-editor span.flag .octicon,\n .commit-info .commit-meta a, .notifications .read a,\n .auth-form-header .octicon, .releases-tag-list p a, .history-link a,\n a.issue-nwo-link, .member-meta .teams-link, .member-meta .btn-link,\n ul.comparison-list > li em, ul.comparison-list > li.title, .diffstat-summary,\n a.team-member-ellipsis, a.discussion-item-toggle-open,\n a.discussion-item-toggle-closed, button.discussion-item-toggle-open,\n button.discussion-item-toggle-closed, .dropdown-header, .participation a,\n .completeness-indicator-info, .type-icon-state-none, .delete-owners-button,\n .stats-group-stat, .stats-group-stat.no-link:hover, .wiki-edit-link,\n .member-meta .member-meta-link, .hidden-text-expander a, .text-muted,\n .listgroup-item, .discussion-item-header, .discussion-sidebar-heading,\n .org-header-meta .meta-item .meta-link, .boxed-group-inner, .lead,\n .form-checkbox .note, .bot-identifier, .dashboard-notice .dismiss:hover,\n td.icon .octicon-file-text, td.icon .octicon-file-symlink-file,\n .project-header-link, button.project-header-link, td.icon, .facebox-close,\n .tree-browser-result mark, .octicon.text-gray, .notification-actions .age {\n color: #949494 !important;\n }\n .timeline-comment-action, #suggestions a, .table-list-header-toggle .btn-link,\n .discussion-sidebar-item {\n color: #949494;\n }\n .vcard-detail .octicon, .member-badge .octicon,\n .command-bar .octicon-question::before, .news .alert .time,\n ul.color-label-list .color-label.zeroed,\n ul.color-label-list .color-label.zeroed .count, .gh-header-title .issue-number,\n a.leaderboard-list-rank, .bootcamp ul li a, .ssh-key-fingerprint,\n .tag-references > li a, .release .release-authorship,\n .branches .branch-summary, .branches .no-results-message,\n header ul.links > li a, .team-info-card .stats-group .stat,\n .team-info-card .stats-group .stat.no-link:hover,\n .issues-listing .table-list-issues .issue-meta, .task-progress,\n .table-list-milestones .stat-label, .diff-line-num,\n .file-data .line-numbers span, .discussion-item .timestamp,\n .branch-status .divider, .news .alert .octicon, .news .alert .mega-octicon,\n .repo-list-meta, a.discussion-item-help, .page-new-repo .license-info,\n .commit-info .commit-meta, .list-item .byline, .issue-list-meta,\n .file-type-icon, .uploaded-files .remove, .releases-tag-list td.date a,\n .collaborators .collab-remove .remove-link, .octofication .notice-dismiss,\n ul.comparison-list > li .octicon, div.content-header h6,\n .fullscreen-overlay textarea, .breadcrumb,\n .application-authorizations .oauth-app-list-meta,\n .application-authorizations .oauth-app-owner, .boxed-group-inner .help,\n .thread-subscription-status .reason, .toc-diff-stats .octicon,\n .recent-gists .description .blank, .recent-gists .metadata,\n .member-meta .access-link, .gist-quicksearch-no-results,\n #user-content-toc ul ul li::before, .user-list li em, #graph_data h2,\n #message-list .message .time, .tabnav .tabnav-extras,\n .discussion-item-integrations-callout .pull-request-integrations-dismiss,\n .oauth-application-info .meta-link, .oauth-application-info .app-info,\n .repo-file-upload-file-wrap .remove-file, .gcr-ext-editor-close svg,\n .commit-id, .orghead .edit-org, a.footer-octicon:hover,\n .table-of-contents .toc-diff-stats .octicon,\n .notification-actions .unsaved-notification {\n color: #757575 !important;\n }\n .signed-commit-badge {\n color: #757575;\n }\n .branch-infobar .lightweight-actions > li .octicon,\n .manage-repo-access-icon .octicon, .wiki-wrapper .wiki-history .date,\n .issue-meta-section .octicon, .thread-subscription-status .mega-octicon,\n .subnav-search-icon, .auto-search-group > .octicon,\n .page-gist-edit .octicon-gist, .unselected-month, .profile-rollup-toggle,\n .dashboard-notice .dismiss, .reblame-link {\n color: #5a5a5a !important;\n }\n .context-pane .selector-item:hover a, .mega-icon::before,\n .mini-icon-public-repo::before, .mini-icon-pull-request,\n .mini-icon-remove-close, .mini-icon-link, .task-progress .octicon,\n .milestone-link .octicon, .site-footer .octicon-mark-github, .steps li,\n .branch-delete.disabled, .date_selector td.unselected_month,\n .bootcamp .desc h2,\n .issues-listing .table-list-issues .issue-comments-link.no-comment,\n .diffstat-bar, .issue-comments-no-comment, a.footer-octicon {\n color: #474747 !important;\n }\n .list-tip::before, .selector-item .mini-icon::before,\n .browser .mini-icon-arr-right, .octicon-person-team::before,\n a.darkertooltipped, #subscribeButton, .js-new-label-color svg.text-gray-dark,\n .user-status-header .text-gray-dark, .Spotlight .text-gray-dark {\n color: #313131 !important;\n }\n .issues-reset-query-icon, .issues-reset-query:hover .issues-reset-query-icon,\n .projects-reset-query-icon.text-white,\n .projects-reset-query:hover .projects-reset-query-icon,\n .user-status-header.user-status-limited-availability .text-gray-dark,\n .MarketplaceFeature-link .text-gray-dark, .Counter--gray {\n color: #1c1c1c !important;\n }\n a.pagehead-heading, a.text-inherit, .boxed-group > h3 a,\n .boxed-group .heading a, .list-heading a, .table-list-milestones .stat a,\n .timeline-comment-header .js-comment-edit-history summary.text-gray,\n .timeline-comment-header .js-comment-edit-history > .text-gray-light,\n .delete-topic-button, .timeline-comment-header code,\n .timeline-comment-header-text code a {\n color: inherit !important;\n }\n .donut-chart [style*=\"fill: none\"], .workflow-string svg,\n .workflow-success circle, .workflow-success path {\n fill: none !important;\n }\n /* Alerts and activity, remove background gradient */\n .metabox .editable-text:hover, #inbox .list .item .title span,\n .Subhead.border-bottom-0 {\n background-color: transparent !important;\n border: none !important;\n }\n /* Panels */\n #posts #rss, .signup-button, .hero h1, .plan.personal, .caption,\n .centered-graphic, .login_form h1 {\n background-color: rgb(79, 140, 201) !important;\n border-color: rgb(79, 140, 201) !important;\n }\n /* Red panel */\n .majorproblem .pageheader_wrap, .error_box, .btn-close-issue, .closed-issues,\n .topic-tag-action .remove-topic-button:hover, .menu-item-danger:hover,\n .menu-item-danger.navigation-focus, .menu-item-danger.selected:hover,\n .menu-item-danger.selected.navigation-focus {\n background: #911 !important;\n border-color: #383838 !important;\n }\n .btn-close-issue:hover, .btn-danger:hover, .minibutton.danger:hover,\n .remove-topic-button:hover, .btn-danger:active, .btn-danger.selected,\n [open] > .btn-danger {\n background: #911 !important;\n border-color: #b00 !important;\n }\n .deprecation-banner {\n background: #200;\n border-color: #911;\n }\n .mergeable-dirty .bubble, .mergeable-dirty .merge-status-icon,\n .dangerzone > h3 {\n background: #911 !important;\n }\n .block-diff-deleted, .text-diff-deleted .block-diff-neutral {\n background: #b22 !important;\n }\n /* pink */\n /* https://github.com/StylishThemes/GitHub-Dark/issues/949 */\n /* Github uses !important inline styles on some of these elements which are\n impossible to overrides via userstyle */\n [style*=\"border-bottom: 1px solid #f9b3dd\"] {\n border-bottom: 1px solid #c49 !important;\n }\n [style*=\"border: 1px solid #f9b3dd\"], [style*=\"border: 1px solid #ec6cb9\"] {\n border: 1px solid #c49 !important;\n }\n [style*=\"border: 1px solid #f9b3dd\"] .text-gray-dark {\n color: #333 !important;\n }\n [style*=\"background: #ffeef8\"], [style*=\"background-color: #ffeef8\"] {\n background-color: #170711 !important;\n }\n /* brown */\n #feedHeaderContainer, .feedBackground, .infotip, .form-actions .tip,\n .mini-callout, .snippet em, #message .sent, .notification, .callout, .ejector,\n #issues_search .results em, .bootcamp-help ul li, .btn-download,\n .feature-tabs .tab-button, .plan.free, #message.minor, .chzn-results li em,\n #missing-readme, .page-notice, .facebox-alert, .deprecation-warning,\n .branch-status.status-pending .discussion-item-icon,\n .discussion-event-status-renamed .discussion-item-icon,\n .discussion-topic .branch-status.status-pending,\n .discussion-item-review.is-pending .file-header,\n .discussion-item-review.is-pending .comment-form-head.tabnav,\n .timeline-comment.unread-item .timeline-comment-header, .Label.bg-yellow,\n .code-list-item-private .blob-num {\n background-color: #261d08 !important;\n border-color: #542 !important;\n color: #ddd !important;\n }\n .discussion-item-review.is-pending .file, .timeline-comment.unread-item,\n .timeline-comment.unread-item .timeline-comment-label,\n .review-comment .pending-batched-suggestion-label,\n .is-pending .review-summary-form-wrapper, .code-list-item-private .file-box {\n border-color: #542 !important;\n }\n .timeline-comment-wrapper .timeline-comment.unread-item::before {\n border-right-color: #542 !important;\n }\n .timeline-comment-wrapper .timeline-comment.unread-item::after {\n border-right-color: #261d08 !important;\n }\n #toc .octicon-diff-modified, .secret .repo-label span, .api .s2 {\n color: #b74 !important;\n }\n .deprecation-warning a {\n color: #c97 !important;\n }\n .code-list-item-private .divider .blob-code,\n .code-list-item-private .divider .blob-num,\n .AnnotationsPopover .bg-yellow-light.flash-warn,\n .js-notification-search-autocomplete-results .bg-yellow-light {\n background-color: #261d08 !important;\n }\n /* semi-transparent brown */\n .compare-pr-placeholder, .compare-cutoff, .diff-cutoff,\n .markdown-body li.added.moved, .repo-private-label, .gist-secret-label,\n .label-private, .stale-files-tab, .signed-out-comment, .commits-list-item em,\n .unsupported-browser, .prereceive-feedback, .code-list em, .issue-list em,\n .user-list em, .wiki-list em, .blob-code .bg-yellow-light,\n .codesearch-results #code_search_results .bg-yellow-light {\n background: rgba(51, 34, 17, .4) !important;\n border: 1px solid #542 !important;\n color: #ddd !important;\n }\n .btn.btn-secret {\n background: linear-gradient(#321, #210) !important;\n border-color: #542 !important;\n }\n .btn.btn-secret:hover {\n background: linear-gradient(#432, #321) !important;\n }\n .btn.btn-secret[disabled], .btn.btn-secret[disabled]:hover {\n background: #321 !important;\n border-color: #542 !important;\n opacity: .8;\n }\n /* yellow text */\n /* inline style, note this does not work when color is not first */\n /* https://github.com/StylishThemes/GitHub-Dark/issues/952#issuecomment-501451675 */\n [style^=\"color: #d3ac3b\"] {\n color: #cb4 !important;\n }\n /* .bg-pending might be a GitHub bug as it sets the fg */\n .text-pending, .text-renamed, .bg-pending, .page-new-repo .octicon-lock,\n body[class=\"page-responsive\"] .repo-list .private .octicon-lock,\n .menu a .octicon.color-yellow-7 {\n color: #cb4 !important;\n }\n .archived-project-cards-pane .project-card .archived-header {\n color: #fbca04 !important;\n }\n /* yellow border (travis) */\n .branch-action-state-unknown .branch-action-body,\n .branch-action-state-unknown .branch-status,\n .branch-action-state-unstable .branch-action-body,\n .branch-action-state-unstable .branch-status {\n border-color: #884 !important;\n }\n .branch-action-state-unknown .branch-action-body::before,\n .branch-action-state-unstable .branch-action-body::before {\n border-right-color: #884 !important;\n }\n /* yellow background */\n .Label--outline.bg-yellow-light,\n .review-comment .pending-batched-suggestion-label {\n background: #302808 !important;\n }\n .border-bottom.bg-yellow-light {\n background: #302808 !important;\n border-color: #542 !important;\n }\n /* green */\n /* labels */\n #forkqueue .legend .clean, #revisions ul li.current, .excerpt, .plan.business,\n .popout, #statusbar, .clean td, #download_button, .status-box.good a,\n .new-issues, .new-pulls, .mergeable-clean .merge-status-icon,\n .settings-email .default, .repo-owner-comment .comment-header-tag,\n .mergeable-clean .bubble, .gh-header-status.open,\n .branch-status.status-success .discussion-item-icon, .boxed-group-success,\n #message.good, .add-topic-button:hover,\n .topic-tag-action .add-topic-button:hover {\n background: #163 !important;\n border-color: #041 !important;\n }\n main .note.bg-green-light {\n background: #002800 !important;\n border-color: #060 !important;\n }\n /* Green border */\n .mergeable-clean .bubble .mergeable,\n .branch-action-state-clean .branch-action-body {\n border-color: #041 !important;\n }\n .mergeable-clean .bubble::after,\n .branch-action-state-clean .branch-action-body::before {\n border-right-color: #041 !important;\n }\n .billing-confirmation-box {\n border-color: #083 !important;\n }\n .border.border-green {\n border-color: #060 !important;\n }\n /* original color */\n .signed-commit-badge.verified:hover, .Label--outline-green {\n border-color: #6cc644;\n }\n .signed-commit-verified-label, .signed-commit-badge.verified,\n .reponame-suggestion {\n color: #55a532;\n }\n /* Green text */\n /* inline style, note this does not work when color is not first */\n /* https://github.com/StylishThemes/GitHub-Dark/issues/952#issuecomment-501451675 */\n [style^=\"color: #28a745\"] {\n color: #6cc644 !important;\n }\n .text-open, .text-success, .insertions, .cadd, .gi .diff-line-num,\n .authors-and-code .insertions, span.diffstat .diffstat-bar.diff-added,\n span.diffstat .diffstat-bar i.plus,\n ul.summary-stats li .octicon-git-branch-create,\n ul.summary-stats li .octicon-issue-opened, #toc .octicon-diff-added,\n .setup-info-module .features-list .octicon, .setup-form-container .secure,\n .highlight .gi, .type-icon-state-open, .release-label.latest a,\n .release .Label--latest a, .menu a .octicon.text-green {\n color: #6cc644 !important;\n }\n /* bright green background */\n .block-diff-added, .text-diff-added .block-diff-neutral {\n background: #6cc644 !important;\n }\n .noproblems .pageheader_wrap, a.new-repo:hover {\n background: #373 !important;\n }\n /* New additions */\n .repo-owner-tag .tag, .gist-owner-tag .tag {\n background: #070 !important;\n color: #ddd !important;\n }\n /* orange */\n #user-links .unread_count, .minorproblem .pageheader_wrap {\n background: rgba(203, 108, 0, .8) !important;\n }\n .text-orange, .release-label.prerelease, .release .Label--prerelease,\n a.stale-files-tab-link {\n color: #f3582c !important;\n }\n .release-label.prerelease, .release .Label--prerelease {\n border-color: #f66a0a !important;\n }\n /* pjax loading */\n .pjax-loader-bar .progress {\n background: rgb(79, 140, 201) !important;\n box-shadow: 0 0 10px rgb(79, 140, 201) !important;\n }\n ul.view-modes-menu {\n background-image: url(\"data:image/gif;base64,R0lGODlhBwAEAIAAACIiIv///yH5BAEAAAEALAAAAAAHAAQAAAIIhA+BGWoNWSgAOw==\") !important;\n }\n .mini-icon-windows::before {\n background-position: -18px 0 !important;\n }\n /* Repo list (https://github.com/{user}?tab=repositories) */\n .repo-list-item p, .repo-list-item .repo-list-stats, .review-thread-reply {\n position: relative !important;\n z-index: 1 !important;\n }\n /* GitHub Enterprise (GHE) stuff */\n body.enterprise .repohead.experiment-repo-nav {\n background: rgba(24, 24, 24, .4);\n }\n body.enterprise .new-discussion-timeline .previewable-comment-form .comment-form-head.tabnav {\n background: #202020;\n }\n body.enterprise .timeline-comment-wrapper .timeline-comment.current-user::before {\n border-right-color: #246;\n }\n body.enterprise .timeline-comment-wrapper .timeline-comment.current-user::after {\n border-right-color: #182030;\n }\n body.enterprise .timeline-new-comment .timeline-comment::before {\n border-right-color: #404040;\n }\n body.enterprise .timeline-new-comment .timeline-comment::after {\n border-right-color: #202020;\n }\n body.enterprise .commit-tease {\n background-color: #182030;\n border-color: #246;\n }\n /* HACK: Fix review comment timeline */\n /* https://github.com/nodejs/node/pull/8519#r78637092 */\n .review-comment-contents::after, .review-comment.is-comment-editing::after {\n z-index: 0 !important;\n }\n .review-comment .avatar {\n position: relative !important;\n z-index: 1 !important;\n background: #181818 !important;\n box-shadow: 0 0 0 4px #181818 !important;\n }\n /* center the dot icon inside green discussion timeline icons */\n .discussion-item-reopened .discussion-item-icon {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n /* add borders to full-page flash on top of repos */\n main > .flash-full.flash-warn {\n border-top: 1px solid #bba257 !important;\n border-bottom: 1px solid #bba257 !important;\n }\n main > .flash-full.flash-error {\n border-top: 1px solid #f44 !important;\n border-bottom: 1px solid #f44 !important;\n }\n main > .flash-full.flash-success {\n border-top: 1px solid #6cc644 !important;\n border-bottom: 1px solid #6cc644 !important;\n }\n /* Make text selection work over file path separators because in Firefox */\n /* a text selection can not start over a pseudo element. The precise values */\n /* are to match the rendering of GitHub's single-space pseudo contents */\n .breadcrumb .separator {\n margin-left: .283em;\n margin-right: .283em;\n }\n .breadcrumb .separator::after, .breadcrumb .separator::before {\n content: none;\n }\n /* Hack to add a background to the sticky toolbar on the pr files tab when using unified diffs */\n body:not(.full-width) .pr-toolbar.is-stuck + .toolbar-shadow::before {\n content: \"\";\n position: absolute;\n top: -60px;\n left: 0;\n right: 0;\n height: 60px;\n background: #181818;\n box-shadow: 0 0 .75rem rgba(0, 0, 0, .7);\n }\n .gh-header-shadow {\n border: none !important;\n box-shadow: 0 0 .75rem rgba(0, 0, 0, .7) !important;\n }\n .participation-graph svg {\n background: transparent !important;\n opacity: .1 !important;\n z-index: 0 !important;\n }\n .inbox-zero-octocat, .network-graph-container, img.TenYears-hero {\n opacity: .6 !important;\n }\n .search .minibutton span {\n background-position: center -95px !important;\n }\n /* history expand buttons */\n .commit .minibutton.expander-minibutton span {\n background-position: 50% -45px !important;\n }\n .commit.open .minibutton.expander-minibutton span {\n background-position: 50% -145px !important;\n }\n /* pull request avatar bubble */\n .avatar-bubble::before, .discussion-bubble-content::before {\n border-color: transparent #333 transparent transparent !important;\n }\n /* octocat spinners */\n img[src*=\"octocat-spinner\"], img[src=\"/images/spinner.gif\"],\n .profile-picture-spinner {\n width: 0 !important;\n height: 0 !important;\n }\n img[src*=\"octocat-spinner\"], img[src=\"/images/spinner.gif\"], .facebox-loading,\n .branch-action-body .spinner, .status-indicator-loading,\n .ajax-pagination-form.loading .ajax-pagination-btn::after,\n .profile-picture-spinner, .more-repos-link.is-loading,\n auto-check .is-autocheck-loading {\n background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><style>.a{fill:%23333;}</style><path d=\"M364 29C421 57 460 94 485 151l-31 15c-20-41-63-84-105-104\" class=\"a\"><animate attributeName=\"fill\" begin=\"0s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m494 169c20 60 21 114-1 172l-33-11c15-43 15-104 0-148\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.125s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m485 359c-28 57-66 96-122 121l-15-31c41-20 84-63 105-105\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.250s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m345 489c-60 20-114 21-172-1l11-33c43 15 104 15 148 0\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.375s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m154 483c-57-28-95-66-121-122l31-15c20 41 63 84 105 105\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.500s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m24 343c-20-60-21-114 1-172l33 11c-15 44-15 104 0 148\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.625s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"M32 151C60 94 98 55 154 30l15 31c-41 20-84 63-105 105\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.750s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m173 21c60-20 114-21 172 1l-11 33c-43-15-104-15-148 0\" class=\"a\"><animate attributeName=\"fill\" begin=\"0.875s\" dur=\"1s\" repeatCount=\"indefinite\" values=\"%23333;%23eee;%23333;%23333\"/></path><path d=\"m197 459v-48s-4-4-33-1c-28 3-62-66-65-69 24-10 43 26 65 38h31s3-44 20-37c17 6-72 1-97-61s19-126 20-115c0 9-17-35-10-46 20-24 50 11 69 15 5 0 18-8 59-7 41 0 55 8 60 6 22-10 51-32 65-17 10 12-1 61-1 49s43 81 6 132c-29 46-95 43-84 46 21 15 14 91 14 115l-22 4v-74c0-9-9-10-9-9v85l-21 1v-86h-10v86l-20-1v-83s-8-1-8 10v72\" fill=\"%23eee\"/></svg>') !important;\n background-size: contain !important;\n background-repeat: no-repeat !important;\n background-position: 50% 50% !important;\n }\n .more-repos-link.is-loading {\n background-repeat: no-repeat !important;\n background-position: 50% 50% !important;\n background-size: 16px 16px !important;\n }\n auto-check .is-autocheck-loading {\n background-size: 16px 16px !important;\n background-position: 97% 50% !important;\n }\n /* Timeline Load More squiggly line */\n /* https://github.com/go-gitea/gitea/pull/8346#issuecomment-638578779 */\n /* https://github.com/swagger-api/swagger-ui/pull/6030#issuecomment-638412978 */\n .pagination-loader-container {\n background: transparent url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NHB4IiBoZWlnaHQ9IjM0cHgiIHZpZXdCb3g9IjAgMCA0NCAzNCI+PHBvbHlsaW5lIGZpbGw9IiM0NDQiIHBvaW50cz0iMCwyMSAyMiw4IDQ0LDIxIDQ0LDI2IDIyLDEzIDAsMjYiLz48L3N2Zz4NCg==\") repeat-x left center/22px 17px !important;\n }\n img[src*=\"octocat-spinner\"][width=\"128\"] {\n padding: 64px !important;\n }\n img[src*=\"octocat-spinner\"][width=\"64\"],\n .profile-picture-spinner\n img[src=\"/images/spinner.gif\"] {\n padding: 32px !important;\n }\n img[src*=\"octocat-spinner\"][width=\"32\"] {\n padding: 16px !important;\n }\n img[src*=\"octocat-spinner\"][width=\"16\"] {\n padding: 8px !important;\n }\n .sponsors-questions::after {\n opacity: .35;\n }\n /* remove code view padding */\n .Box-body.blob-wrapper {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n /* remove actions editor padding */\n form[action*=\"/.github/workflows/\"] .commit-create {\n padding-top: 0 !important;\n }\n /* remove margin above codemirror */\n .file-header.mb-2 {\n margin-bottom: 0 !important;\n }\n /* network members */\n .network-tree {\n width: 19px !important;\n height: 0 !important;\n padding-top: 26px !important;\n background-repeat: no-repeat !important;\n background-position: -2px center !important;\n }\n .network-tree[src$=\"t.png\"] {\n background-image: url(\"data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIkjI+pG8APY5O0uorfzRzt3n1g5pSTOTJiSq1s5L6ajMW0YgcFADs=\") !important;\n }\n .network-tree[src$=\"i.png\"] {\n background-image: url(\"data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIhjI+pG8APY5O0uorfzRzt3n1gJo6WGaJcqUJsy7ywIgcFADs=\") !important;\n }\n .network-tree[src$=\"l.png\"] {\n background-image: url(\"data:image/gif;base64,R0lGODlhFAAaAIAAAMzMzP///yH5BAEAAAEALAAAAAAUABoAAAIejI+pG8APY5O0uorfzRzt3n1g5pSTOabqyrbuC68FADs=\") !important;\n }\n #searchfield {\n background-image: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAM1BMVEUAAABKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkrmvr7+AAAAEXRSTlMAmEgOJpKQimpgRHVzVk8fFp8jXkwAAABRSURBVAjXVY1JDsAwCAMxhGxNl/+/toVEKpmLNcLCRJRqKTXRhOGwS4KyCCv8eoBnY1hkiIUgb6ah2THWly7SFS0uAKfZWm+mP59eUfNNgYdehjcBh7PIFcgAAAAASUVORK5CYII=\") !important;\n background-repeat: no-repeat !important;\n background-position: 8px center !important;\n }\n /* front page: 'more' spinner */\n .ajax-pagination-form.loading .ajax-pagination-btn {\n position: relative !important;\n border-color: #343434 !important;\n background: #181818 !important;\n }\n .ajax-pagination-form.loading .ajax-pagination-btn::after {\n content: \"\" !important;\n position: absolute !important;\n width: 16px !important;\n height: 16px !important;\n left: 50% !important;\n top: 50% !important;\n transform: translate(-50%, -50%) !important;\n }\n .branch-action-body .spinner, div.facebox-loading, .status-indicator-loading {\n background-position: center center !important;\n width: 100% !important;\n background-repeat: no-repeat !important;\n }\n /* image preview background */\n .render-shell .img-view img, .file .image img, .file .image canvas, img.asset {\n background-image: url(\"data:image/gif;base64,R0lGODlhCgAKAIAAABoaGgAAACwAAAAACgAKAAACEYQdmYcaDNxjEspKndVZbc8UADs=\") !important;\n }\n .render-shell:hover .img-view img, .file:hover .image img,\n .file:hover .image canvas, img.asset:hover {\n background-image: url(\"data:image/gif;base64,R0lGODlhCgAKAIAAAOXl5f///yH5BAAAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==\") !important;\n }\n /* <select> dropdown arrows */\n /* https://github.com/account/upgrade */\n .form-select {\n background: #181818 url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAQAAAAua3X8AAAARklEQVR4AWNABWcazjQg8zGl/wNhA15piBL80gglmNKYSjClMZUgpDGVwKXxKBl4QNiRBLxJIKAIBzXhyCIc3YQTDMEkBwBplPJRxEMa4wAAAABJRU5ErkJggg==\") no-repeat right 8px center !important;\n background-size: 8px 10px !important;\n }\n .form-select:disabled {\n background-color: #282828 !important;\n color: #555 !important;\n }\n /* no border */\n .multiple-avatars, .multiple-avatars::before,\n .simple-conversation-list>li:first-child, .gobutton.with-comments .sha,\n .usage-bar dd, .setup-form-container .fieldgroup .fields,\n .inline-comments .line-comments, #gist-form .gist-name-textbox,\n #adv_code_search .search-page-input, .fullscreen-overlay textarea,\n .file .image .border-wrap, .site-search .chromeless-input,\n .profile-timeline-card-wrapper, .AvatarStack--right .avatar,\n .AvatarStack-body .avatar, .sidebar-notifications .thread-subscription-status,\n .repository-lang-stats-graph .language-color:not(:first-child) {\n border: none !important;\n }\n .dashboard-tabs a {\n border-left: 0 !important;\n border-right: 0 !important;\n }\n .js-details-container.navigation-focus .gobutton {\n background: linear-gradient(#444, #222) !important;\n }\n /* no top border radius */\n table.files {\n border-top-left-radius: 0 !important;\n border-top-right-radius: 0 !important;\n }\n /* add border */\n .issues-list, .pulls-list-group, .branch-infobar,\n .pagehead.repohead h1 .repo-label span,\n .coupons .coupon-form-body .coupon-icon, .menu, .api pre {\n border: 1px solid #484848 !important;\n }\n #graph-shots li > p, .logo-box, .branch-infobar, #com hr,\n .discussion-item-body .outdated-comment .file-header,\n .repository-content > .Box--condensed > .Box-body.bg-blue-light {\n border-bottom: none !important;\n }\n .pull-info, .branch-link, .milestone-list .progress-bar {\n border: 1px solid #444 !important;\n }\n .more-repos {\n border-top: #484848 1px solid !important;\n }\n .pull-head, .capped-box {\n border-bottom: #484848 1px solid !important;\n }\n .tutorial-e::after, .file-commit-form .commit-form::before,\n .merge-branch-form .commit-form::before {\n border-right-color: #343434 !important;\n border-bottom-color: transparent !important;\n }\n .file-commit-form .commit-form::after, .ScreenshotCarousel-navitem,\n .new-discussion-timeline .composer .timeline-comment::after {\n border-right-color: #222 !important;\n }\n #com .dropdown-menu::after {\n border: 9px solid;\n border-color: transparent transparent #181818;\n content: \" \";\n left: 50%;\n top: -17px;\n position: absolute;\n margin-left: -9px;\n }\n .dropdown-menu-w::before {\n border-bottom-color: transparent !important;\n }\n /* inline code - add border */\n .markdown-format p > code, .markdown-body code, .markdown-body tt,\n .markdown-format pre, .markdown-body pre, .markdown-format .highlight pre,\n .markdown-body .highlight pre, #user-content-toc td, .copyable-terminal,\n .project-card .highlight pre, .project-card code, .rgh-parse-backticks {\n border: 1px solid rgba(255, 255, 255, .1) !important;\n }\n /* toc in markdown, reset border-collaps so border-radius works */\n /* https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki */\n #user-content-toc {\n border-collapse: separate !important;\n }\n #facebox pre, #contributors-master svg.viz, #com .dropdown-menu {\n border: 1px solid #343434 !important;\n }\n /* orange rss icon */\n .dashboard-feed-icon.octicon-rss, .nav-rss a .octicon-rss, .feed-icon,\n #dashboard .octicon-rss {\n color: #f93 !important;\n }\n .featured-label {\n background: #f5b987 !important;\n border: none !important;\n padding: 6px !important;\n color: #ed7c21 !important;\n }\n .featured-label .octicon,\n .page-new-repo div.form-checkbox .octicon-lock::before {\n color: #ed7c21 !important;\n }\n /* diff highlighting (no syntax highlight) */\n /* main diff text color */\n .diff-line-pre {\n color: #ccc !important;\n }\n .diff-table .line-comments {\n border-top: 1px solid #333 !important;\n border-bottom: 1px solid #333 !important;\n }\n #header-wrapper, .menu li + li {\n border-bottom: 1px solid #333 !important;\n }\n .review-comment .comment-reactions {\n border-top: 0 !important;\n }\n /* light grey - breaks in diff (with line numbers) */\n .highlight .expandable-line-num, .highlight .diff-line-num-hunk,\n .highlight .diff-line-code-hunk, .highlight .expandable-line-code {\n background: #222 !important;\n color: #888 !important;\n }\n /* git diff line additions (dark green) */\n .blob-code-addition {\n background-color: #002800 !important;\n border-color: #060 !important;\n }\n .blob-num-addition {\n background-color: #0a320a !important;\n }\n /* git diff line deletions (dark red) */\n .blob-code-deletion, .CodeMirror-linebackground.conflict-background,\n .conflict-gutter-marker,\n .conflict-background + .CodeMirror-gutter-wrapper .CodeMirror-linenumber {\n background-color: #380000 !important;\n border-color: #600 !important;\n }\n .blob-num-deletion {\n background-color: #420a0a !important;\n }\n /* code splitter in diffs */\n .blob-num-expandable, .blob-num-hunk {\n background: #2b2b2b;\n }\n .blob-code-hunk {\n background: #222;\n }\n /* link target lines */\n .blob-code-inner.highlighted {\n background: rgba(255, 255, 255, .075) !important;\n }\n .selected-line::after {\n mix-blend-mode: normal !important;\n pointer-events: none;\n }\n /* custom hover highlight */\n .diff-table > tbody > tr[data-hunk]:hover > td,\n .highlight > tbody > tr:hover > td {\n position: relative;\n }\n .diff-table > tbody > tr[data-hunk]:hover > td::after,\n .highlight > tbody > tr:hover > td::after {\n content: \"\";\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n background: rgba(255, 255, 255, .075);\n pointer-events: none;\n }\n .diff-table > tbody > tr[data-hunk]:hover > td.selected-line::after,\n .highlight > tbody > tr:hover > td.blob-code-inner.highlighted::after {\n background: rgba(255, 255, 255, .15) !important;\n }\n /* custom hover highlight end */\n .blob-code-addition .x, .highlight .blob-code-addition .x {\n background: #252 !important;\n color: #eee !important;\n }\n .blob-code-deletion .x, .highlight .blob-code-deletion .x {\n background: #622 !important;\n color: #eee !important;\n }\n /* git diff line numbers (med green) */\n .gi .diff-line-num, .gi .diff-line-code, .gi .diff-line-pre {\n background: #020 !important;\n border-color: #040 !important;\n }\n /* git diff line deletions (med red) */\n .gd .diff-line-num, .highlight .err, .gd .diff-line-code, .gd .diff-line-pre {\n background: #300 !important;\n border-color: #500 !important;\n }\n .CodeMirror-scrollbar-filler {\n background: #1d1d1d !important;\n }\n textarea {\n cursor: auto !important;\n }\n /* rules for the new responsive layout */\n @media (min-width: 768px) {\n .release-main-section {\n border-left: 2px solid #343434 !important;\n }\n .release-entry {\n border-bottom: 0 !important;\n }\n }\n @media (max-width: 1012px) {\n .reponav-wrapper {\n background: #181818 !important;\n }\n }\n @media (min-width: 1013px) {\n .Header, .Header-old {\n border-bottom: 1px solid #343434 !important;\n }\n }\n /* rules for help pages */\n .search-result-title .ais-Highlight-highlighted {\n color: rgb(79, 140, 201) !important;\n }\n .search-result-intro .ais-Highlight-highlighted {\n border-color: rgb(79, 140, 201) !important;\n }\n .ais-SearchBox-resetIcon, .octicon-logo-github {\n fill: #c0c0c0 !important;\n }\n /* GraphQL API (https://developer.github.com/v4/explorer/)\n cant see another way to style the search input box bg */\n .graphiql-container .search-box input {\n background-color: #181818;\n }\n /* style inline HTML graphql cant be generated */\n .graphiql-explorer-root input[style*=\"color: rgb(210, 5, 78)\"] {\n border-color: currentcolor currentcolor #999 !important;\n background-color: #181818;\n }\n .graphiql-explorer-root input[style*=\"border-color: currentcolor currentcolor rgb(136, 136, 136)\"] {\n border-color: currentcolor currentcolor #999 !important;\n }\n .graphiql-explorer-node span[style*=\"color: rgb(31, 97, 160)\"] {\n color: #4183c4 !important;\n }\n .graphiql-explorer-node span[style=\"color: rgb(139, 43, 185)\"] {\n color: #9a6cdf !important;\n }\n #graphiql svg path[d*=\"2V16H2V2H16ZM16\"][fill=\"#CCC\"] {\n fill: #444;\n }\n #graphiql svg path[d*=\"0H2C0.9\"][fill=\"#666\"] {\n fill: #777;\n }\n .graphiql-ide.signed-out::after {\n background: #333;\n }\n .graphiql-container .CodeMirror-foldmarker {\n background: rgb(79, 140, 201) !important;\n }\n .graphiql-container .execute-button svg {\n fill: currentColor !important;\n }\n /* Actions runs */\n .CheckStep div[style*=\"opacity:0.5\"] {\n opacity: 1 !important;\n }\n .CheckRun-search-input:focus {\n background-color: hsla(0, 0%, 100%, .05);\n }\n \n /* inline code - single lines */\n .markdown-body code, .markdown-body tt, .protip code, .content dl code,\n .content ul code, p code, .content .sectionbody .dlist dt, .content p > tt,\n .content .sectionbody .dlist dt, .content p > tt, .commit-sha,\n .commit-preview .message pre, .rendered_html pre, .rendered_html code,\n .markdown-format p > code, .markdown-format pre, .rgh-parse-backticks {\n background: #222 !important;\n }\n .project-card code {\n background: #333 !important;\n }\n /* Styles auto-complete popups in the actions workflow editor */\n .CodeMirror-hints {\n background: #181818;\n border-color: #404040;\n box-shadow: 0 1px 5px #000;\n }\n .CodeMirror-hint {\n color: #d2d2d2;\n }\n .CodeMirror-hint-active {\n color: #f0f0f0;\n background-color: rgb(79, 140, 201);\n }\n .CodeMirror-hint-active .CodeMirror-hint-description {\n color: #f0f0f0 !important;\n }\n /*! GitHub: Twilight */:root{--ghd-code-background:#141414;--ghd-code-color:#ccc}.pl-c,.pl-c span{color:#5f5a60!important;font-style:italic!important}.pl-c1,.pl-cce{color:#cf6a4c!important}.pl-cce{font-weight:400!important}.pl-cn,.pl-coc{color:#cf6a4c!important}.pl-cos{color:#8f9d6a!important}.pl-e,.pl-ef,.pl-en{color:#ac885b!important}.pl-enc{color:#cf6a4c!important}.pl-enf,.pl-enm{color:#ac885b!important}.pl-ens{color:#cf6a4c!important}.pl-ent{color:#cda869!important}.pl-entc,.pl-enti{color:#ac885b!important}.pl-enti{font-weight:700!important}.pl-entm{color:#7587a6!important}.pl-eoa{color:#cda869!important}.pl-eoac,.pl-eoac .pl-pde{color:#7587a6!important}.pl-eoai,.pl-eoai .pl-pde{color:#cda869!important}.pl-eoi{color:#ac885b!important}.pl-k{color:#cf6a4c!important}.pl-ko,.pl-kolp{color:#cda869!important}.pl-kos,.pl-kou{color:#cf6a4c!important}.pl-mai .pl-sf{color:#7587a6!important}.pl-mb{color:#8f9d6a!important;font-weight:700!important}.pl-mc{color:#cda869!important}.pl-mh{font-weight:400!important}.pl-mh,.pl-mh .pl-pdh{color:#cf6a4c!important}.pl-mi{color:#cda869!important;font-style:italic!important}.pl-ml{color:#8f9d6a!important}.pl-mm{color:#7587a6!important}.pl-mp{color:#c5af75!important}.pl-mp1 .pl-sf{color:#dad085!important}.pl-mq{color:#cf6a4c!important}.pl-mr,.pl-ms{color:#cda869!important}.pl-pdb{color:#8f9d6a!important;font-weight:700!important}.pl-pdc{color:#5f5a60!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#cf6a4c!important}.pl-pdi{color:#cda869!important;font-style:italic!important}.pl-pds{color:#8f9d6a!important}.pl-pdv{color:#7587a6!important}.pl-pse,.pl-pse .pl-s2{color:#cf6a4c!important}.pl-s{color:#f9ee98!important}.pl-s1{color:#8f9d6a!important}.pl-s2{color:#ccc!important}.pl-mp .pl-s3{color:#cda869!important}.pl-s3,.pl-sc{color:#dad085!important}.pl-scp{color:#cf6a4c!important}.pl-sf{color:#dad085!important}.pl-smc{color:#ac885b!important}.pl-smi,.pl-smp{color:#ccc!important}.pl-sok{color:#cda869!important}.pl-sol{color:#8f9d6a!important}.pl-som,.pl-sr{color:#7587a6!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#cda869!important}.pl-stj{color:#7587a6!important}.pl-stp,.pl-sv,.pl-v{color:#9b859d!important}.pl-vi{color:#cf6a4c!important}.pl-vo{color:#ac885b!important}.pl-vpf{color:#7587a6!important}.pl-mdht,.pl-mi1{color:#55a532!important;background:#020!important}.pl-md,.pl-mdhf{color:#bd2c00!important;background:#200!important}.pl-mdr{color:#cf6a4c!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#7587a6!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#df5000!important;color:#fff!important}.pl-mo{color:#969896!important}.pl-mri{color:teal!important}.pl-ms1{background-color:#f5f5f5!important}.pl-va,.pl-vpu{color:teal!important}.pl-entl{color:#ccc!important}.highlight .pl-corl span.x,.pl-corl{color:#f9ee98!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#ac885b!important;color:#ccc!important}/*! CodeMirror: Twilight */.CodeMirror-gutters{background:#222!important;border-right:1px solid #484848!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#aaa!important}.CodeMirror-cursor{border-left:1px solid #fff!important}.CodeMirror-activeline-background{background:#27282e!important}.CodeMirror-matchingbracket{outline:1px solid grey!important;color:#fff!important}.cm-keyword{color:#f9ee98!important}.cm-atom{color:#fc0!important}.cm-number{color:#ca7841!important}.cm-def{color:#8da6ce!important}.cm-variable-2,.cm-variable-3,span.cm-def,span.cm-tag{color:#607392!important}.cm-operator{color:#cda869!important}.cm-comment{color:#777!important;font-style:italic!important;font-weight:400!important}.cm-string{color:#8f9d6a!important}.cm-string-2{color:#bd6b18!important}.cm-meta{background-color:#141414!important;color:#f7f7f7!important}.cm-builtin{color:#cda869!important}.cm-tag{color:#997643!important}.cm-attribute{color:#d6bb6d!important}.cm-header{color:#ff6400!important}.cm-hr{color:#aeaeae!important}.cm-link{color:#ad9361!important;font-style:italic!important;text-decoration:none!important}.cm-error{border-bottom:1px solid red!important}/*! Jupyter: Twilight */#notebook div.output_stderr{background:#420e09!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#141414!important;color:#ccc!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#ffc!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {border:#b22518!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#5f5a60!important;font-style:italic!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#cda869!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#141414!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#5f5a60!important;font-style:italic!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#5f5a60!important}.highlight code .c1,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cs, body.api .highlight .cs {color:#5f5a60!important;font-style:italic!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {background:#420e09!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {background:#b22518!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:navy!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {background:#253b22!important}.highlight code .gp,.highlight code .gs,#notebook .highlight .gp, body.api .highlight .gp, #notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:purple!important;font-weight:700!important}.highlight code .kd,#notebook .highlight .kd, body.api .highlight .kd {color:#e9df8f!important}.highlight code .kp,#notebook .highlight .kp, body.api .highlight .kp {color:#9b703f!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#f9ee98!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#cda869!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#9b859d!important;font-weight:700!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#9b859d!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#7587a6!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#cf6a4c!important;font-weight:700!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#9b703f!important;font-weight:700!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#9b859d!important;font-weight:700!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#cda869!important;font-weight:700!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#7587a6!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#a2f!important;font-weight:700!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#cf6a4c!important}.highlight code .sb,.highlight code .sc,#notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc {color:#8f9d6a!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#8f9d6a!important;font-style:italic!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#8f9d6a!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#f9ee98!important;font-weight:700!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#8f9d6a!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#daefa3!important;font-weight:700!important}.highlight code .sx,#notebook .highlight .sx, body.api .highlight .sx {color:#8f9d6a!important}.highlight code .sr,#notebook .highlight .sr, body.api .highlight .sr {color:#e9c062!important}.highlight code .s1,#notebook .highlight .s1, body.api .highlight .s1 {color:#8f9d6a!important}.highlight code .ss,#notebook .highlight .ss, body.api .highlight .ss {color:#cf6a4c!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#0aa!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#7587a6!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#099!important}\n /* inline code - big blocks */\n .markdown-format pre, .markdown-body pre, .highlight pre, .markdown-body pre,\n #facebox pre, .blob-expanded, .terminal, .copyable-terminal,\n #notebook .input_area, .blob-code-context, .markdown-format code, .api pre,\n .api li:not(a) code, .hook-delivery-details pre, .hook-delivery-container pre,\n .code-list .file-box, .CodeMirror, .highlight.bg-gray {\n background-color: var(--ghd-code-background) !important;\n color: var(--ghd-code-color) !important;\n }\n .flash p code {\n background-color: inherit !important;\n }\n .blob-code, .blob-code-inner {\n color: var(--ghd-code-color) !important;\n }",
- "start": 4690,
- "regexps": [
- "^https?://((education|gist|graphql|guides|docs|raw|resources|status|developer|support|vscode-auth)\\.)?github\\.com/((?!generated_pages/preview).)*$"
- ],
- "domains": [
- "githubusercontent.com",
- "www.githubstatus.com"
- ]
- },
- {
- "code": "/* begin developer.github.com rules */\n /* developer.github.com: \"transparent\" */\n a {\n background-color: transparent;\n }\n /* developer.github.com: \"color: #000\" */\n mark {\n color: #f0f0f0;\n }\n /* developer.github.com: \"#ddd\" */\n .rule, hr {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"rgba(0,0,0,.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* developer.github.com: \"rgba(0,0,0,.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* developer.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* developer.github.com: \"transparent\" */\n .bg-shade-gradient {\n background-image: linear-gradient(180deg, rgba(0, 0, 0, .065), transparent) !important;\n }\n /* developer.github.com: \"color: #767676 !important\" */\n .text-gray {\n color: #767676 !important;\n }\n /* developer.github.com: \"color: #333 !important\" */\n .text-gray-dark {\n color: #bebebe !important;\n }\n /* developer.github.com: \"color: #767676 !important\" */\n .link-gray {\n color: #767676 !important;\n }\n /* developer.github.com: \"color: #333 !important\" */\n .link-gray-dark {\n color: #bebebe !important;\n }\n /* developer.github.com: \"color: #767676 !important\" */\n .muted-link {\n color: #767676 !important;\n }\n /* developer.github.com: \"#f5f5f5\",\"#fff\" */\n .shade-gradient {\n background-image: linear-gradient(180deg, #222, #181818);\n }\n /* developer.github.com: \"color: #333\" */\n .text-emphasized {\n color: #bebebe;\n }\n /* developer.github.com: \"rgba(255,255,255,.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* developer.github.com: \"color: #fff\", \"rgba(0,0,0,.8)\" */\n .tooltipped::after {\n color: #fff;\n background-color: #242424;\n }\n /* developer.github.com: \"rgba(0,0,0,.8)\" */\n .tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before {\n border-bottom-color: #242424;\n }\n /* developer.github.com: \"rgba(0,0,0,.8)\" */\n .tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before {\n border-top-color: #242424;\n }\n /* developer.github.com: \"rgba(0,0,0,.8)\" */\n .tooltipped-w::before {\n border-left-color: #242424;\n }\n /* developer.github.com: \"rgba(0,0,0,.8)\" */\n .tooltipped-e::before {\n border-right-color: #242424;\n }\n /* developer.github.com: \"#fff\", \"#ddd\" */\n .Box {\n background-color: #181818;\n }\n /* developer.github.com: \"#f5f5f5\", \"#ddd\" */\n .Box, .Box-header {\n border-color: #343434;\n }\n .Box-header {\n background-color: #222;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"#eee\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .Box-row--focus-gray.navigation-focus, .Box-row--hover-gray:hover,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* developer.github.com: \"color: #333\" */\n @media (min-width:768px) {\n .Box-row-link {\n color: #bebebe;\n }\n }\n /* developer.github.com: \"#e5e5e5\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* developer.github.com: \"color: #666\" */\n .btn .counter {\n color: #949494;\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-primary {\n color: #fff;\n }\n /* developer.github.com: \"#fff\" */\n .btn-primary .counter {\n background-color: #181818;\n }\n /* developer.github.com: \"none\", \"rgba(0,0,0,.15)\" */\n .btn-primary.selected, .btn-primary.zeroclipboard-is-active,\n .btn-primary:active {\n background-image: none;\n box-shadow: inset 0 2px 4px #000;\n }\n /* developer.github.com: \"color: #fff\", \"box-shadow: none\" */\n .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary:disabled,\n .btn-primary:disabled:hover {\n color: #fff;\n box-shadow: none;\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-danger:hover {\n color: #fff;\n }\n /* developer.github.com: \"color: #fff\", \"none\" */\n .btn-danger.selected, .btn-danger:active {\n color: #fff;\n background-image: none;\n }\n /* developer.github.com: \"#efefef\", \"#efefef\" */\n .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger:disabled,\n .btn-danger:disabled:hover {\n background-color: #202020;\n background-image: linear-gradient(#fefefe, #202020);\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-danger.selected .counter, .btn-danger:active .counter,\n .btn-danger:hover .counter {\n color: #fff;\n }\n /* developer.github.com: \"#fff\", \"none\", \"#e5e5e5\" */\n .btn-outline {\n background-color: #181818;\n background-image: none;\n border-color: #343434;\n }\n /* developer.github.com: \"color: #fff\", \"none\" */\n .btn-outline.selected, .btn-outline.zeroclipboard-is-active,\n .btn-outline.zeroclipboard-is-hover, .btn-outline:active, .btn-outline:hover {\n color: #fff;\n background-image: none;\n }\n /* developer.github.com: \"#fff\" */\n .btn-outline.selected .counter,\n .btn-outline.zeroclipboard-is-active .counter,\n .btn-outline.zeroclipboard-is-hover .counter, .btn-outline:active .counter,\n .btn-outline:hover .counter {\n background-color: #181818;\n }\n /* developer.github.com: \"color: #767676\", \"#fff\", \"none\", \"#e5e5e5\" */\n .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline:disabled,\n .btn-outline:disabled:hover {\n color: #767676;\n background-color: #181818;\n background-image: none;\n border-color: #343434;\n }\n /* developer.github.com: \"color: #555\", \"#ddd\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #383838;\n }\n /* developer.github.com: \"#ccc\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #484848;\n }\n /* developer.github.com: \"color: #fff\", \"#4183c4\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"color: #333\", \"#fff\", \"#ddd\" */\n .social-count {\n color: #bebebe;\n background-color: #181818;\n border-color: #343434;\n }\n /* developer.github.com: \"transparent\" */\n .btn-link {\n background-color: transparent;\n }\n /* developer.github.com: \"color: #333\", \"#fff\", \"#ddd\" */\n .form-control, .form-select {\n color: #bebebe;\n background-color: #181818;\n border-color: #343434;\n }\n /* developer.github.com: \"#fff\" */\n .input-contrast:focus {\n background-color: #181818;\n }\n /* developer.github.com: \"color: #666\" */\n .form-checkbox .note, .hfields .form-group dt label {\n color: #949494;\n }\n /* developer.github.com: \"#fff\" */\n .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* developer.github.com: \"color: #767676\" */\n .note {\n color: #767676;\n }\n /* developer.github.com: \"transparent\" */\n .inline-form .btn-plain {\n background-color: transparent;\n }\n /* developer.github.com: \"color: #767676\" */\n .drag-and-drop, .drag-and-drop-error-info {\n color: #767676;\n }\n /* developer.github.com: \"#ddd\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #666\" */\n h2.account, p.explain {\n color: #949494;\n }\n /* developer.github.com: \"color: #333\" */\n p.explain strong {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #666\", \"#eee\" */\n .counter {\n color: #949494;\n background-color: #242424;\n }\n /* developer.github.com: \"color: #333\", \"#ccc\" */\n .Counter--gray-light {\n color: #bebebe;\n background-color: #484848;\n }\n /* developer.github.com: \"color: #fff\" */\n .Counter--gray {\n color: #fff;\n }\n /* developer.github.com: \"color: #333\" */\n .menu-item .octicon {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #555\", \"#eee\" */\n .menu-heading {\n color: #afafaf;\n }\n /* developer.github.com: \"#ddd\" */\n .menu-heading, .tabnav {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #666\", \"transparent\" */\n .tabnav-tab {\n color: #949494;\n background-color: transparent;\n }\n /* developer.github.com: \"color: #333\", \"#fff\", \"#ddd\" */\n .tabnav-tab.selected {\n color: #bebebe;\n background-color: #181818;\n border-color: #343434;\n }\n /* developer.github.com: \"color: #666\" */\n .tabnav-extra {\n color: #949494;\n }\n /* developer.github.com: \"color: #767676\", \"transparent\" */\n .filter-list.pjax-active .filter-item {\n color: #767676;\n background-color: transparent;\n }\n /* developer.github.com: \"color: #fff\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n }\n /* developer.github.com: \"color: #767676\" */\n .filter-item {\n color: #767676;\n }\n /* developer.github.com: \"#eee\" */\n .filter-item:hover {\n background-color: #242424;\n }\n /* developer.github.com: \"color: #fff\" */\n .filter-item.selected {\n color: #fff;\n }\n /* developer.github.com: \"#eee\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #666\", \"#e5e5e5\" */\n .subnav-item {\n color: #949494;\n border-color: #343434;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* developer.github.com: \"color: #fff\" */\n .subnav-item.selected, .subnav-item.selected:focus,\n .subnav-item.selected:hover {\n color: #fff;\n }\n /* developer.github.com: \"color: #767676\" */\n .subnav-search-input {\n color: #767676;\n }\n /* developer.github.com: \"color: #555\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* developer.github.com: \"#fff\", \"rgba(255,255,255,.8)\" */\n .avatar-child {\n background-color: #181818;\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* developer.github.com: \"#fff\", \"#fff\" */\n .avatar-stack .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* developer.github.com: \"transparent\" */\n .avatar-stack .avatar:only-child {\n background-color: transparent;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .DashedConnection::before {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"#fff\", \"#eee\" */\n .blankslate, .blankslate code {\n border-color: #343434;\n }\n .blankslate code {\n background-color: #181818;\n }\n /* developer.github.com: \"box-shadow: none\" */\n .blankslate-clean-background {\n box-shadow: none;\n }\n /* developer.github.com: \"#ddd\" */\n .markdown-body blockquote {\n border-left-color: #343434;\n }\n /* developer.github.com: \"color: #555\", \"#bbb\" */\n .markdown-body kbd {\n color: #afafaf;\n border-bottom-color: #484848;\n }\n /* developer.github.com: \"#eee\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #000\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #f0f0f0;\n }\n /* developer.github.com: \"#ddd\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* developer.github.com: \"#fff\" */\n .markdown-body table tr {\n background-color: #181818;\n }\n /* developer.github.com: \"#f8f8f8\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #202020;\n }\n /* developer.github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* developer.github.com: \"transparent\" */\n .markdown-body .emoji {\n background-color: transparent;\n }\n /* developer.github.com: \"#ddd\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* developer.github.com: \"color: #333\" */\n .markdown-body span.frame span span {\n color: #bebebe;\n }\n /* developer.github.com: \"transparent\" */\n .markdown-body pre code, .markdown-body pre tt {\n background-color: transparent;\n }\n /* developer.github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* developer.github.com: \"#f8f8f8\" */\n .markdown-body .csv-data th {\n background-color: #202020;\n }\n /* developer.github.com: \"color: #fff\" */\n .state {\n color: #fff;\n }\n /* developer.github.com: \"color: #767676\", \"#e5e5e5\" */\n .pullquote {\n color: #767676;\n border-left-color: #343434;\n }\n /* developer.github.com: \"transparent\", \"transparent\" */\n .jumbotron-shadow::after {\n background-color: transparent;\n background-image: linear-gradient(transparent, rgba(0, 0, 0, .05));\n }\n /* developer.github.com: \"#fff\" */\n body {\n background-color: #181818;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .data-table tbody td, .data-table tbody th,\n .data-table tbody tr:last-child td, .data-table tbody tr:last-child th,\n abbr[data-original-title], abbr[title] {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #767676\" */\n body {\n color: #767676;\n }\n /* developer.github.com: \"color: #3c4146\" */\n .text-alpha, .text-beta, .text-delta, .text-gamma, h1, h2, h3, h4, h5 {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #767676\" */\n .lead {\n color: #767676;\n }\n /* developer.github.com: \"#e5e5e5\" */\n hr {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .border-top, .border-y {\n border-top-color: #343434 !important;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .border-bottom, .border-y {\n border-bottom-color: #343434 !important;\n }\n /* developer.github.com: \"#e5e5e5\" */\n blockquote {\n border-left-color: #343434;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .border {\n border-color: #343434 !important;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* developer.github.com: \"#ddd\" */\n .border-gray-dark, .border-gray-light {\n border-color: #343434 !important;\n }\n /* developer.github.com: \"color: #fff\" */\n .link-white {\n color: #fff;\n }\n /* developer.github.com: \"color: #767676\" */\n .link-muted {\n color: #767676;\n }\n /* developer.github.com: \"color: #3c4146\" */\n .link-muted:hover {\n color: #bebebe;\n }\n /* developer.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .bg-gray-light {\n background-color: #222 !important;\n }\n /* developer.github.com: \"color: #3c4146 !important\" */\n .text-black {\n color: #bebebe !important;\n }\n /* developer.github.com: \"color: #767676 !important\" */\n .text-default {\n color: #767676 !important;\n }\n /* developer.github.com: \"color: #fff !important\" */\n .text-white, .text-white a {\n color: #fff !important;\n }\n /* developer.github.com: \"color: #767676\", \"#eee\" */\n .btn {\n color: #767676;\n background-color: #242424;\n }\n /* developer.github.com: \"#ddd\", \"#eee\",\"#ddd\" */\n .btn.zeroclipboard-is-active, .btn.zeroclipboard-is-hover, .btn:active,\n .btn:hover {\n background-color: #383838;\n background-image: linear-gradient(#242424, #383838);\n }\n /* developer.github.com: \"none\", \"rgba(0,0,0,.15)\" */\n .btn.selected, .btn.zeroclipboard-is-active, .btn:active {\n background-image: none;\n box-shadow: inset 0 2px 4px #000;\n }\n /* developer.github.com: \"none\", \"box-shadow: none\" */\n .btn.disabled, .btn.disabled:hover, .btn:disabled, .btn:disabled:hover {\n background-image: none;\n box-shadow: none;\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-purple, .btn-purple:hover {\n color: #fff;\n }\n /* developer.github.com: \"none\" */\n .btn-purple:active {\n background-image: none;\n }\n /* developer.github.com: \"color: #fff\", \"#005b9e\" */\n .btn-blue {\n color: #fff;\n border-color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"color: #fff\", \"#005b9e\" */\n .btn-blue:hover {\n color: #fff;\n background-image: linear-gradient(#0079d1, rgb(79, 140, 201));\n }\n /* developer.github.com: \"#005b9e\", \"none\", \"#005b9e\" */\n .btn-blue:active {\n background-color: rgb(79, 140, 201);\n background-image: none;\n border-color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-orange, .btn-orange:hover {\n color: #fff;\n }\n /* developer.github.com: \"none\" */\n .btn-orange:active {\n background-image: none;\n }\n /* developer.github.com: \"color: #fff\", \"#005b9e\" */\n .btn-themed {\n color: #fff;\n border-color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"color: #fff\", \"#005b9e\" */\n .btn-themed:hover {\n color: #fff;\n background-image: linear-gradient(#0079d1, rgb(79, 140, 201));\n }\n /* developer.github.com: \"#005b9e\", \"none\", \"#005b9e\" */\n .btn-themed:active {\n background-color: rgb(79, 140, 201);\n background-image: none;\n border-color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"transparent\", \"none\", \"#e5e5e5\" */\n [class*=btn-outline] {\n background-color: transparent;\n background-image: none;\n border-color: #343434;\n }\n /* developer.github.com: \"color: #fff\", \"none\" */\n [class*=btn-outline].selected, [class*=btn-outline].zeroclipboard-is-active,\n [class*=btn-outline].zeroclipboard-is-hover, [class*=btn-outline]:active,\n [class*=btn-outline]:hover {\n color: #fff;\n background-image: none;\n }\n /* developer.github.com: \"#005b9e\" */\n [class*=btn-outline].selected:hover {\n background-color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"#fff\", \"none\", \"#e5e5e5\" */\n [class*=btn-outline].disabled, [class*=btn-outline].disabled:hover,\n [class*=btn-outline]:disabled, [class*=btn-outline]:disabled:hover {\n background-color: #181818;\n background-image: none;\n border-color: #343434;\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-outline-blue:active, .btn-outline-blue:hover,\n .btn-outline-orange:active, .btn-outline-orange:hover,\n .btn-outline-purple:active, .btn-outline-purple:hover {\n color: #fff;\n }\n /* developer.github.com: \"color: #fff\", \"#fff\" */\n .btn-outline-white {\n color: #fff;\n border-color: #181818;\n }\n /* developer.github.com: \"#fff\", \"#fff\" */\n .btn-outline-white:active, .btn-outline-white:hover {\n background-color: #181818;\n border-color: #181818;\n }\n /* developer.github.com: \"color: #fff\" */\n .btn-outline-themed:active, .btn-outline-themed:hover {\n color: #fff;\n }\n /* developer.github.com: \"#fff\", \"#e5e5e5\" */\n .card {\n background-color: #181818;\n }\n /* developer.github.com: \"#f5f5f5\", \"#e5e5e5\" */\n .card, .highlight {\n border-color: #343434;\n }\n .highlight {\n background-color: #222;\n }\n /* developer.github.com: \"transparent\" */\n .highlight pre code {\n background-color: transparent;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .menu-item, .site-header {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .example {\n border-color: #343434;\n }\n /* developer.github.com: \"rgba(0,0,0,.2)\" */\n .screenshot img {\n box-shadow: 0 4px 14px rgba(255, 255, 255, .7);\n }\n /* developer.github.com: \"#e5e5e5\" */\n .footer {\n border-top-color: #343434;\n }\n /* developer.github.com: \"transparent\", \"transparent\" */\n .jumbotron::after {\n background-color: transparent;\n background-image: linear-gradient(transparent, rgba(0, 0, 0, .05));\n }\n /* developer.github.com: \"color: #555\" */\n .site-header-nav-item {\n color: #afafaf;\n }\n /* developer.github.com: \"color: #333\" */\n .site-header-nav-item.active, .site-header-nav-item:hover {\n color: #bebebe;\n }\n /* developer.github.com: \"#fff\", \"#e5e5e5\" */\n .menu {\n background-color: #181818;\n border-color: #343434;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .menu-item:hover {\n background-color: #222;\n }\n /* developer.github.com: \"color: #3c4146\", \"#fff\" */\n .menu-item.selected {\n color: #bebebe;\n background-color: #181818;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .data-table {\n border-color: #343434;\n }\n /* developer.github.com: \"#e5e5e5\", \"#e5e5e5\" */\n .data-table td, .data-table th {\n border-right-color: #343434;\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #3c4146\" */\n .header-enterprise-version {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #fff\" */\n #searchfield {\n color: #fff;\n }\n /* developer.github.com: \"color: #767676\" */\n #searchfield::-webkit-input-placeholder {\n color: #767676;\n }\n /* developer.github.com: \"color: #767676\" */\n #searchfield::-moz-placeholder {\n color: #767676;\n }\n /* developer.github.com: \"color: #767676\" */\n #searchfield:-ms-input-placeholder {\n color: #767676;\n }\n /* developer.github.com: \"color: #767676\" */\n #searchfield:-moz-placeholder {\n color: #767676;\n }\n /* developer.github.com: \"rgba(0,0,0,.4)\" */\n #search-results {\n box-shadow: 0 1px 3px #000;\n }\n /* developer.github.com: \"color: #fff !important\" */\n .result.selected em, .result.selected small, .result:hover em,\n .result:hover small {\n color: #fff !important;\n }\n /* developer.github.com: \"color: #fff\" */\n .site-header-nav a {\n color: #fff;\n }\n /* developer.github.com: \"rgba(255,255,255,.8)\" */\n .flash-header {\n color: hsla(0, 0%, 100%, .8);\n }\n /* developer.github.com: \"color: #fff !important\" */\n .flash-header a {\n color: #fff !important;\n }\n /* developer.github.com: \"Transparent\", \"color: #fff\" */\n .site-header-nav .dropdown-button {\n background-color: transparent;\n color: #fff;\n }\n /* developer.github.com: \"#fff\" */\n .site-header-nav .dropdown-button .dropdown-caret {\n border-color: #181818 transparent transparent;\n }\n /* developer.github.com: \"#fff\" */\n .site-header-nav .dropdown-button .enterprise-mode .dropdown-caret {\n border-top-color: #181818;\n }\n /* developer.github.com: \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.15)\" */\n .site-header-nav .dropdown-menu {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 3px 12px #000;\n }\n /* developer.github.com: \"rgba(27,31,35,.15)\" */\n .site-header-nav .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* developer.github.com: \"#fff\" */\n .site-header-nav .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* developer.github.com: \"#4183C4\" */\n .site-header-nav .dropdown-menu a {\n color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"color: #fff\", \"#4183C4\" */\n .site-header-nav .dropdown-menu a:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"color: #24292e\" */\n .site-header-nav .dropdown-menu a.active {\n color: #cdcdcd;\n }\n /* developer.github.com: \"color: #000\" */\n .site-header-nav .dropdown-menu a .octicon-check {\n color: #f0f0f0;\n }\n /* developer.github.com: \"color: #333\" */\n .sub-nav h2 a {\n color: #bebebe;\n }\n /* developer.github.com: \"#ddd\" */\n .sub-nav ul {\n border-left-color: #343434;\n }\n /* developer.github.com: \"color: #767676\" */\n .sub-nav ul a {\n color: #767676;\n }\n /* developer.github.com: \"#005b9e\" */\n .sub-nav ul a:hover {\n color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"#ddd\" */\n @media screen and (min-width:469px) {\n .sub-nav {\n border-bottom-color: #343434;\n }\n }\n /* developer.github.com: \"color: #333\" */\n .highlight-module .mega-octicon {\n color: #bebebe;\n }\n /* developer.github.com: \"#fff\", \"#ddd\" */\n .homepage-jumbotron, .libraries-jumbotron {\n background-color: #181818;\n }\n .libraries-jumbotron {\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #333\" */\n .octokit-language span {\n color: #bebebe;\n }\n /* developer.github.com: \"#fff\", \"#e5e5e5\" */\n .sidebar-menu, .sidebar-module {\n border-color: #343434;\n }\n /* developer.github.com: \"#fafafb\" */\n .sidebar-menu, .sidebar-module.notice {\n background-color: #181818;\n }\n /* developer.github.com: \"#eee\" */\n .sidebar-module ul li:last-child ul li:first-child {\n border-top-color: #343434;\n }\n /* developer.github.com: \"color: #666\", \"#eee\" */\n .headlines > li, .sidebar-module ul h3 {\n color: #949494;\n border-bottom-color: #343434;\n }\n /* developer.github.com: \"color: #333\" */\n .headlines > li > a {\n color: #bebebe;\n }\n /* developer.github.com: \"#327fc7\" */\n .headlines > li > a:hover {\n color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"#fdfdfd\" */\n .headlines li:hover {\n background-color: #181818;\n }\n /* developer.github.com: \"color: #555\" */\n .sidebar-module h3 a {\n color: #afafaf;\n }\n /* developer.github.com: \"#327fc7\", \"#fdfdfd\" */\n .sidebar-module h3 a:hover {\n color: rgb(79, 140, 201);\n background-color: #181818;\n }\n /* developer.github.com: \"#eee\", \"color: #666\", \"#f9f9f9\" */\n .sidebar-module ul ul li {\n border-bottom-color: #343434;\n color: #949494;\n background-color: #181818;\n }\n /* developer.github.com: \"color: #333\", \"#f4f4f4\" */\n .js-current .standalone a, .sidebar-module .disable > a {\n color: #bebebe;\n background-color: #242424;\n }\n /* developer.github.com: \"#005b9e\" */\n .sidebar-module ul ul li a:hover {\n color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"transparent\" */\n .arrow-btn.collapsed:hover, .arrow-btn.expanded:hover,\n .sidebar-module .arrow-btn {\n background-color: transparent;\n }\n /* developer.github.com: \"color: #264c72\", \"#97c1da\", \"#d8ebf8\" */\n .alert {\n color: #9daccc;\n border-color: #246;\n background-color: #182030;\n }\n /* developer.github.com: \"#613A00\", \"#dca874\", \"#ffe3c8\" */\n .warning {\n color: #bba257;\n border-color: #cb4;\n background-color: #261d08;\n }\n /* developer.github.com: \"#d8ebf8\" */\n .alert table {\n background-color: #182030;\n }\n /* developer.github.com: \"#ffe3c8\" */\n .warning table {\n background-color: #261d08;\n }\n /* developer.github.com: \"#6f42c1\", \"#f8f4ff\", \"#f8f4ff\",\"#f6f1ff\", \"#6f42c1\" */\n .product {\n color: #9378ba;\n background-color: #251533;\n background: -webkit-linear-gradient(#251533, #231233);\n border-color: #9378ba;\n }\n /* developer.github.com: \"#327fc7\" */\n .api-status a:hover {\n color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"color: #333\" */\n .content .anchor {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #666\" */\n h2 span.step {\n color: #949494;\n }\n /* developer.github.com: \"#005b9e\" */\n a, a:active, a:hover {\n color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"color: #fff\" */\n .button, .button-secondary {\n color: #fff;\n }\n /* developer.github.com: \"color: #444\" */\n .rss-subscribe {\n color: #afafaf;\n }\n /* developer.github.com: \"color: #393939\" */\n .content {\n color: #bebebe;\n }\n /* developer.github.com: \"color: #666\" */\n .content dt {\n color: #949494;\n }\n /* developer.github.com: \"#ddd\" */\n .app-container img {\n border-color: #343434;\n }\n /* developer.github.com: \"#ddd\" */\n ol > li::before {\n border-right-color: #343434;\n }\n /* developer.github.com: \"#ddd\" */\n .content ol > li img {\n border-color: #343434;\n }\n /* developer.github.com: \"rgba(0,0,0,.2)\" */\n .content .full-image img {\n box-shadow: 0 0 3px rgba(255, 255, 255, .7);\n }\n /* developer.github.com: \"color: #666\" */\n .content .full-image:hover .octicon, .full-image:hover .mini-icon {\n color: #949494;\n }\n /* developer.github.com: \"#f9f9f9\" */\n .content .sectionbody .dlist dt, .content .verseblock-content,\n .content dl code, .content h2 code, .content h3 code, .content h4 code,\n .content ol code, .content p > tt, .content table code, .content ul code,\n p code {\n background-color: #181818;\n }\n /* developer.github.com: \"color: #fff\" */\n .tooltip-text {\n color: #fff;\n }\n /* developer.github.com: \"color: #333\" */\n #markdown-toc li a {\n color: #bebebe;\n }\n /* developer.github.com: \"#327fc7\" */\n #markdown-toc li a:hover {\n color: rgb(79, 140, 201);\n }\n /* developer.github.com: \"#ddd\" */\n .content table th {\n border-color: #343434;\n }\n /* developer.github.com: \"#fff\" */\n .content table tr {\n background-color: #181818;\n }\n /* developer.github.com: \"#ddd\" */\n .content table td {\n border-color: #343434;\n }\n /* developer.github.com: \"#fafafb\", \"color: #393939\" */\n pre {\n background-color: #181818;\n color: #bebebe;\n }\n /* developer.github.com: \"#f4f4f4\" */\n .highlight-headers {\n background-color: #242424;\n }\n /* developer.github.com: \"color: #fff\" */\n .command-line {\n color: #fff;\n }\n /* developer.github.com: \"transparent\" */\n .highlight-graphql .err {\n background-color: transparent;\n }\n /* developer.github.com: \"rgba(255,255,255,.5)\" */\n #staging-header {\n color: hsla(0, 0%, 0%, .5);\n }\n /* developer.github.com: \"color: #fff\" */\n #staging-header p {\n color: #fff;\n }\n /* developer.github.com: \"#97c1da\", \"#d8ebf8\", \"color: #264c72\" */\n .preview-notice {\n border-left-color: #246;\n background-color: #182030;\n color: #9daccc;\n }\n /* developer.github.com: \"#613A00\", \"#dca874\", \"#ffe3c8\", \"#ffe3c8\", \"rgba(255,255,255,.8)\" */\n .deprecation-warning {\n color: #bba257;\n border-color: #cb4;\n background-color: #261d08;\n background: -webkit-linear-gradient(#261d08, #f5dac0);\n }\n /* developer.github.com: \"rgba(255,255,255,.8)\" */\n .deprecation-note, .deprecation-warning {\n text-shadow: 0 1px 0 hsla(0, 0%, 100%, .8);\n }\n /* developer.github.com: \"#fff\", \"#e5e5e5\" */\n .pagination > span, .pagination a, .pagination em {\n background-color: #181818;\n border-color: #343434;\n }\n /* developer.github.com: \"#e5e5e5\" */\n .pagination > span:focus, .pagination > span:hover, .pagination a:focus,\n .pagination a:hover, .pagination em:focus, .pagination em:hover {\n border-color: #343434;\n }\n /* developer.github.com: \"color: #fff\" */\n .pagination .current, .pagination .current:hover {\n color: #fff;\n }\n /* developer.github.com: \"color: #000\" */\n code .gd, code .gd .x, code .gi, code .gi .x {\n color: #f0f0f0;\n }\n /* developer.github.com: \"color: #555\" */\n code .gp, code .nn {\n color: #afafaf;\n }\n /* developer.github.com: \"color: #fff\" */\n .criticality-badge--breaking {\n color: #fff;\n }\n /* developer.github.com: \"#ddd\" */\n iframe#graphiql {\n border-color: #343434;\n }\n /* developer.github.com: \"color: #fff\" */\n .text-blue-light {\n color: #fff;\n }\n /* developer.github.com: \"none\" */\n .btn, .btn:hover {\n background-image: none;\n }\n /* developer.github.com: \"#0058a2\" */\n .link-mono:hover {\n box-shadow: 0 1px 0 0 rgb(79, 140, 201);\n }\n /* developer.github.com: \"color: #767676\" */\n a.card.bg-gray-light {\n color: #767676;\n }\n /* developer.github.com: \"#f5f5f5\" */\n .bg-custom-gradient {\n background-image: linear-gradient(180deg, #222, rgba(245, 245, 245, 0));\n }\n /* end developer.github.com rules */\n table {\n background-color: transparent;\n }\n html[prefix] .deprecation-note, html[prefix] .deprecation-warning {\n text-shadow: none;\n }\n .sidebar-module .arrow-btn {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 6 16\"><path fill=\"%23bebebe\" fill-rule=\"evenodd\" d=\"M0 14l6-6-6-6v12z\"></path></svg>') no-repeat 8px 10px;\n }\n .arrow-btn.collapsed:hover {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 6 16\"><path fill=\"rgb(79, 140, 201)\" fill-rule=\"evenodd\" d=\"M0 14l6-6-6-6v12z\"></path></svg>') no-repeat 8px 10px;\n }\n .arrow-btn.expanded {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 12 16\"><path fill=\"%23bebebe\" fill-rule=\"evenodd\" d=\"M0 5l6 6 6-6H0z\"></path></svg>') no-repeat 8px 10px;\n }\n .arrow-btn.expanded:hover {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 12 16\"><path fill=\"rgb(79, 140, 201)\" fill-rule=\"evenodd\" d=\"M0 5l6 6 6-6H0z\"></path></svg>') no-repeat 8px 10px;\n }",
- "start": 723933,
- "domains": [
- "developer.github.com"
- ]
- },
- {
- "code": "/* begin docs.github.com rules */\n /* docs.github.com: \"transparent\" */\n a {\n background-color: transparent;\n }\n /* docs.github.com: \"color: #1b1f23\" */\n mark {\n color: #dcdcdc;\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* docs.github.com: \"#0366d6\" */\n a {\n color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n kbd {\n color: #afafaf;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* docs.github.com: \"#fff\", \"#d1d5da\" */\n .Box, kbd {\n background-color: #181818;\n border-color: #404040;\n }\n /* docs.github.com: \"#f6f8fa\", \"#d1d5da\" */\n .Box-header {\n background-color: #222;\n border-color: #404040;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* docs.github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: 2px 0 0 rgb(79, 140, 201) inset;\n }\n /* docs.github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* docs.github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* docs.github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* docs.github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width: 768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: rgb(79, 140, 201);\n }\n }\n /* docs.github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* docs.github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* docs.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* docs.github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* docs.github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* docs.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* docs.github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* docs.github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* docs.github.com: \"rgba(27,31,35,.2)\" */\n .btn {\n border-color: rgba(220, 220, 220, .2);\n }\n /* docs.github.com: \"color: #586069\", \"rgba(27,31,35,.1)\" */\n .btn .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .17);\n }\n /* docs.github.com: \"none\" */\n .btn.selected, .btn:active, .btn[aria-selected=true] {\n background-image: none;\n }\n /* docs.github.com: \"color: #24292e\", \"#eff3f6\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn {\n color: #cdcdcd;\n background-color: #242424;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* docs.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* docs.github.com: \"#e6ebf1\", \"#e6ebf1\", \"rgba(27,31,35,.35)\" */\n .btn.hover, .btn:hover {\n background-color: #444;\n background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%);\n border-color: rgba(220, 220, 220, .35);\n }\n /* docs.github.com: \"#e9ecef\", \"none\", \"rgba(27,31,35,.35)\", \"rgba(27,31,35,.15)\" */\n .btn.selected, .btn:active, .btn[aria-selected=true], [open] > .btn {\n background-color: #404040;\n background-image: none;\n border-color: rgba(220, 220, 220, .35);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* docs.github.com: \"color: rgba(36,41,46,.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,.2)\", \"box-shadow: none\" */\n .btn.disabled, .btn:disabled, .btn[aria-disabled=true] {\n color: rgba(210, 210, 210, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* docs.github.com: \"color: #fff\", \"#28a745\", \"#34d058\",\"#28a745\" */\n .btn-primary {\n color: #fff;\n background-color: #484;\n background-image: linear-gradient(-180deg, #373 0%, #484 90%);\n }\n /* docs.github.com: \"rgba(52,208,88,.4)\" */\n .btn-primary.focus, .btn-primary:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* docs.github.com: \"#269f42\", \"#2fcb53\",\"#269f42\", \"rgba(27,31,35,.5)\" */\n .btn-primary.hover, .btn-primary:hover {\n background-color: #595;\n background-image: linear-gradient(-180deg, #373 0%, #595 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* docs.github.com: \"#279f43\", \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-primary.selected, .btn-primary:active, .btn-primary[aria-selected=true],\n [open] > .btn-primary {\n background-color: #595;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* docs.github.com: \"#94d3a2\", \"none\", \"rgba(27,31,35,.2)\", \"box-shadow: none\" */\n .btn-primary.disabled, .btn-primary:disabled,\n .btn-primary[aria-disabled=true] {\n background-color: #040;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* docs.github.com: \"#fff\" */\n .btn-primary .Counter {\n background-color: #181818;\n }\n /* docs.github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: linear-gradient(-180deg, rgb(79, 140, 201) 0%, rgb(79, 140, 201) 90%);\n }\n /* docs.github.com: \"rgba(27,31,35,.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* docs.github.com: \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-blue.selected, .btn-blue:active, .btn-blue[aria-selected=true],\n [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* docs.github.com: \"none\", \"rgba(27,31,35,.2)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* docs.github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n color: rgb(79, 140, 201);\n background-color: #181818;\n }\n /* docs.github.com: \"#cb2431\", \"#fafbfc\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn-danger {\n color: #d82828;\n background-color: #181818;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* docs.github.com: \"rgba(203,36,49,.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 .2em rgba(255, 68, 68, .4);\n }\n /* docs.github.com: \"color: #fff\", \"#cb2431\", \"#cb2431\", \"rgba(27,31,35,.5)\" */\n .btn-danger:hover {\n color: #fff;\n background-color: #d82828;\n background-image: linear-gradient(-180deg, #de4450 0%, #d82828 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* docs.github.com: \"color: #fff\" */\n .btn-danger:hover .Counter {\n color: #fff;\n }\n /* docs.github.com: \"color: #fff\", \"none\", \"rgba(27,31,35,.5)\", \"rgba(27,31,35,.15)\" */\n .btn-danger.selected, .btn-danger:active, .btn-danger[aria-selected=true],\n [open] > .btn-danger {\n color: #fff;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* docs.github.com: \"rgba(203,36,49,.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,.2)\", \"box-shadow: none\" */\n .btn-danger.disabled, .btn-danger:disabled, .btn-danger[aria-disabled=true] {\n color: rgba(255, 68, 68, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* docs.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-outline {\n color: rgb(79, 140, 201);\n background-color: #181818;\n background-image: none;\n }\n /* docs.github.com: \"color: #fff\", \"#0366d6\", \"none\", \"#0366d6\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n .btn-outline[aria-selected=true], [open] > .btn-outline {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: none;\n border-color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"#0366d6\", \"#fff\" */\n .btn-outline.selected .Counter, .btn-outline:active .Counter,\n .btn-outline:hover .Counter, .btn-outline[aria-selected=true] .Counter,\n [open] > .btn-outline .Counter {\n color: rgb(79, 140, 201);\n background-color: #181818;\n }\n /* docs.github.com: \"#0366d6\" */\n .btn-outline:focus {\n border-color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,.15)\", \"box-shadow: none\" */\n .btn-outline.disabled, .btn-outline:disabled,\n .btn-outline[aria-disabled=true] {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* docs.github.com: \"#0366d6\", \"transparent\" */\n .btn-link {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n /* docs.github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover, .btn-link[aria-disabled=true],\n .btn-link[aria-disabled=true]:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* docs.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-invisible {\n color: rgb(79, 140, 201);\n background-color: #181818;\n background-image: none;\n }\n /* docs.github.com: \"#0366d6\", \"none\", \"box-shadow: none\" */\n .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active,\n .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active,\n .btn-invisible:focus, .btn-invisible:hover,\n .btn-invisible[aria-selected=true] {\n color: rgb(79, 140, 201);\n background: none;\n box-shadow: none;\n }\n /* docs.github.com: \"color: #586069\", \"transparent\" */\n .btn-octicon {\n color: #afafaf;\n background-color: transparent;\n }\n /* docs.github.com: \"#0366d6\" */\n .btn-octicon:hover {\n color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"color: #959da5\" */\n .btn-octicon.disabled, .btn-octicon.disabled:hover,\n .btn-octicon[aria-disabled=true], .btn-octicon[aria-disabled=true]:hover {\n color: #767676;\n }\n /* docs.github.com: \"#cb2431\" */\n .btn-octicon-danger:hover {\n color: #d82828;\n }\n /* docs.github.com: \"transparent\" */\n .close-button {\n background-color: transparent;\n }\n /* docs.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* docs.github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* docs.github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,.2)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .2);\n }\n /* docs.github.com: \"#0366d6\" */\n .social-count:hover {\n color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .pagination a, .pagination em, .pagination span {\n color: rgb(79, 140, 201);\n background-color: #181818;\n border-color: #343434;\n }\n /* docs.github.com: \"#eff3f6\", \"#e1e4e8\" */\n .pagination a:focus, .pagination a:hover, .pagination em:focus,\n .pagination em:hover, .pagination span:focus, .pagination span:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* docs.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover, .pagination [aria-current],\n .pagination [aria-current]:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"#d1d5da\", \"#fafbfc\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover, .pagination [aria-disabled=true],\n .pagination [aria-disabled=true]:hover {\n color: #404040;\n background-color: #181818;\n }\n /* docs.github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* docs.github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 544px) {\n .border-sm {\n border-color: #343434 !important;\n }\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 768px) {\n .border-md {\n border-color: #343434 !important;\n }\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1012px) {\n .border-lg {\n border-color: #343434 !important;\n }\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* docs.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1280px) {\n .border-xl {\n border-color: #343434 !important;\n }\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* docs.github.com: \"#0366d6\" */\n .border-blue {\n border-color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* docs.github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* docs.github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* docs.github.com: \"#cea0a5\" */\n .border-red, .border-red-light {\n border-color: #d82828 !important;\n }\n /* docs.github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* docs.github.com: \"#d9d0a5\" */\n .border-yellow {\n border-color: #542 !important;\n }\n /* docs.github.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* docs.github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* docs.github.com: \"rgba(27,31,35,.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* docs.github.com: \"rgba(255,255,255,.5)\" */\n .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* docs.github.com: \"rgba(27,31,35,.1)\" */\n .box-shadow {\n box-shadow: 0 1px 1px #000 !important;\n }\n /* docs.github.com: \"rgba(27,31,35,.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* docs.github.com: \"rgba(27,31,35,.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* docs.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* docs.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .bg-blue {\n background-color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* docs.github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* docs.github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* docs.github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* docs.github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* docs.github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* docs.github.com: \"#ffdce0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* docs.github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* docs.github.com: \"#dbab09\" */\n .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* docs.github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* docs.github.com: \"#fafbfc\" */\n .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .bg-gray-1 {\n background-color: #222 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .color-gray-2 {\n color: #343434 !important;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* docs.github.com: \"#d1d5da\" */\n .color-gray-3 {\n color: #404040 !important;\n }\n /* docs.github.com: \"#d1d5da\" */\n .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* docs.github.com: \"color: #959da5 !important\" */\n .color-gray-4 {\n color: #767676 !important;\n }\n /* docs.github.com: \"color: #6a737d !important\" */\n .color-gray-5 {\n color: #949494 !important;\n }\n /* docs.github.com: \"#6a737d\" */\n .bg-gray-5 {\n background-color: #444 !important;\n }\n /* docs.github.com: \"color: #586069 !important\" */\n .color-gray-6 {\n color: #afafaf !important;\n }\n /* docs.github.com: \"#586069\" */\n .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* docs.github.com: \"color: #444d56 !important\" */\n .color-gray-7 {\n color: #afafaf !important;\n }\n /* docs.github.com: \"color: #2f363d !important\" */\n .color-gray-8 {\n color: #bebebe !important;\n }\n /* docs.github.com: \"#2f363d\" */\n .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* docs.github.com: \"color: #24292e !important\" */\n .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* docs.github.com: \"#24292e\" */\n .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* docs.github.com: \"#dbedff\" */\n .bg-blue-0, .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* docs.github.com: \"#c8e1ff\" */\n .color-blue-2 {\n color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"#c8e1ff\" */\n .bg-blue-2 {\n background-color: #246 !important;\n }\n /* docs.github.com: \"#79b8ff\" */\n .color-blue-3 {\n color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"#79b8ff\" */\n .bg-blue-3 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"#2188ff\" */\n .color-blue-4 {\n color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"#2188ff\" */\n .bg-blue-4 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .color-blue-5 {\n color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .bg-blue-5 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"#005cc5\" */\n .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* docs.github.com: \"#005cc5\" */\n .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* docs.github.com: \"#044289\" */\n .color-blue-7 {\n color: rgba(79, 140, 201, .5) !important;\n }\n /* docs.github.com: \"#044289\" */\n .bg-blue-7 {\n background-color: rgba(79, 140, 201, .5) !important;\n }\n /* docs.github.com: \"color: #032f62 !important\" */\n .color-blue-8 {\n color: #9daccc !important;\n }\n /* docs.github.com: \"#032f62\" */\n .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* docs.github.com: \"color: #05264c !important\" */\n .color-blue-9 {\n color: #bebebe !important;\n }\n /* docs.github.com: \"#05264c\" */\n .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* docs.github.com: \"#f0fff4\" */\n .color-green-0 {\n color: #002800 !important;\n }\n /* docs.github.com: \"#f0fff4\" */\n .bg-green-0 {\n background-color: #002800 !important;\n }\n /* docs.github.com: \"#dcffe4\" */\n .color-green-1 {\n color: #002800 !important;\n }\n /* docs.github.com: \"#dcffe4\" */\n .bg-green-1 {\n background-color: #002800 !important;\n }\n /* docs.github.com: \"#34d058\" */\n .color-green-4 {\n color: #373 !important;\n }\n /* docs.github.com: \"#34d058\" */\n .bg-green-4 {\n background-color: #373 !important;\n }\n /* docs.github.com: \"#28a745\" */\n .color-green-5 {\n color: #484 !important;\n }\n /* docs.github.com: \"#28a745\" */\n .bg-green-5 {\n background-color: #484 !important;\n }\n /* docs.github.com: \"#22863a\" */\n .color-green-6 {\n color: #6cc644 !important;\n }\n /* docs.github.com: \"#22863a\" */\n .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* docs.github.com: \"#165c26\" */\n .color-green-8 {\n color: #6cc644 !important;\n }\n /* docs.github.com: \"#165c26\" */\n .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* docs.github.com: \"#144620\" */\n .color-green-9 {\n color: #6cc644 !important;\n }\n /* docs.github.com: \"#144620\" */\n .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* docs.github.com: \"#fffdef\" */\n .color-yellow-0 {\n color: #261d08 !important;\n }\n /* docs.github.com: \"#fffdef\" */\n .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* docs.github.com: \"#fffbdd\" */\n .color-yellow-1 {\n color: #261d08 !important;\n }\n /* docs.github.com: \"#fffbdd\" */\n .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* docs.github.com: \"#fff5b1\" */\n .color-yellow-2 {\n color: #651 !important;\n }\n /* docs.github.com: \"#fff5b1\" */\n .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* docs.github.com: \"#ffea7f\" */\n .color-yellow-3 {\n color: #542 !important;\n }\n /* docs.github.com: \"#ffea7f\" */\n .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* docs.github.com: \"#ffd33d\" */\n .color-yellow-5 {\n color: #cb4 !important;\n }\n /* docs.github.com: \"#ffd33d\" */\n .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#f9c513\" */\n .color-yellow-6 {\n color: #cb4 !important;\n }\n /* docs.github.com: \"#f9c513\" */\n .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#dbab09\" */\n .color-yellow-7 {\n color: #cb4 !important;\n }\n /* docs.github.com: \"#dbab09\" */\n .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#b08800\" */\n .color-yellow-8 {\n color: #cb4 !important;\n }\n /* docs.github.com: \"#b08800\" */\n .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* docs.github.com: \"#735c0f\" */\n .color-yellow-9 {\n color: #bba257 !important;\n }\n /* docs.github.com: \"#735c0f\" */\n .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* docs.github.com: \"#fb8532\" */\n .color-orange-4 {\n color: #fb8532 !important;\n }\n /* docs.github.com: \"#fb8532\" */\n .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* docs.github.com: \"#e36209\" */\n .color-orange-6 {\n color: #fb8532 !important;\n }\n /* docs.github.com: \"#e36209\" */\n .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* docs.github.com: \"#d15704\" */\n .color-orange-7 {\n color: #f3582c !important;\n }\n /* docs.github.com: \"#d15704\" */\n .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* docs.github.com: \"#a04100\" */\n .color-orange-9 {\n color: #f3582c !important;\n }\n /* docs.github.com: \"#a04100\" */\n .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* docs.github.com: \"#ffeef0\" */\n .color-red-0 {\n color: #300 !important;\n }\n /* docs.github.com: \"#ffeef0\" */\n .bg-red-0 {\n background-color: #300 !important;\n }\n /* docs.github.com: \"#ffdce0\" */\n .color-red-1 {\n color: #300 !important;\n }\n /* docs.github.com: \"#ffdce0\" */\n .bg-red-1 {\n background-color: #300 !important;\n }\n /* docs.github.com: \"#f97583\" */\n .color-red-3 {\n color: #f88 !important;\n }\n /* docs.github.com: \"#f97583\" */\n .bg-red-3 {\n background-color: #f88 !important;\n }\n /* docs.github.com: \"#d73a49\" */\n .color-red-5 {\n color: #d82828 !important;\n }\n /* docs.github.com: \"#d73a49\" */\n .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* docs.github.com: \"#cb2431\" */\n .color-red-6 {\n color: #d82828 !important;\n }\n /* docs.github.com: \"#cb2431\" */\n .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* docs.github.com: \"#86181d\" */\n .color-red-9 {\n color: #d82828 !important;\n }\n /* docs.github.com: \"#86181d\" */\n .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* docs.github.com: \"#f5f0ff\" */\n .color-purple-0 {\n color: #213 !important;\n }\n /* docs.github.com: \"#f5f0ff\" */\n .bg-purple-0 {\n background-color: #213 !important;\n }\n /* docs.github.com: \"#8a63d2\" */\n .color-purple-4 {\n color: #53387a !important;\n }\n /* docs.github.com: \"#8a63d2\" */\n .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* docs.github.com: \"#6f42c1\" */\n .color-purple-5 {\n color: #9378ba !important;\n }\n /* docs.github.com: \"#6f42c1\" */\n .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* docs.github.com: \"#ffeef8\" */\n .color-pink-0 {\n color: #170711 !important;\n }\n /* docs.github.com: \"#ffeef8\" */\n .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* docs.github.com: \"#ec6cb9\" */\n .color-pink-4 {\n color: #c49 !important;\n }\n /* docs.github.com: \"#ec6cb9\" */\n .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* docs.github.com: \"#99306f\" */\n .color-pink-8 {\n color: #e6b !important;\n }\n /* docs.github.com: \"#99306f\" */\n .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .text-blue {\n color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* docs.github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* docs.github.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* docs.github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* docs.github.com: \"#28a745\" */\n .text-green {\n color: #484 !important;\n }\n /* docs.github.com: \"#b08800\" */\n .text-yellow {\n color: #cb4 !important;\n }\n /* docs.github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* docs.github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* docs.github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* docs.github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* docs.github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .link-gray:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* docs.github.com: \"#0366d6\" */\n .muted-link:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* docs.github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* docs.github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* docs.github.com: \"rgba(255,255,255,.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* docs.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* docs.github.com: \"#cb2431\" */\n .markdown-body .absent {\n color: #d82828;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .markdown-body hr {\n background-color: #343434;\n }\n /* docs.github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* docs.github.com: \"color: #1b1f23\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* docs.github.com: \"#eaecef\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"color: #6a737d\" */\n .markdown-body h6 {\n color: #949494;\n }\n /* docs.github.com: \"#dfe2e5\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* docs.github.com: \"#fff\", \"#c6cbd1\" */\n .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* docs.github.com: \"transparent\" */\n .markdown-body table img {\n background-color: transparent;\n }\n /* docs.github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* docs.github.com: \"transparent\" */\n .markdown-body .emoji {\n background-color: transparent;\n }\n /* docs.github.com: \"#dfe2e5\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* docs.github.com: \"color: #24292e\" */\n .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* docs.github.com: \"rgba(27,31,35,.05)\" */\n .markdown-body code, .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* docs.github.com: \"transparent\" */\n .markdown-body pre > code, .markdown-body pre code, .markdown-body pre tt {\n background-color: transparent;\n }\n /* docs.github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .markdown-body .csv-data th {\n background-color: #222;\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .ais-SearchBox-input, .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* docs.github.com: \"#2188ff\", \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .ais-SearchBox-input:focus, .focus.ais-SearchBox-input, .form-control.focus,\n .form-control:focus, .form-select.focus, .form-select:focus {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* docs.github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* docs.github.com: \"color: #fff\" */\n .input-dark {\n color: #fff;\n }\n /* docs.github.com: \"rgba(27,31,35,.3)\" */\n .input-dark.focus, .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* docs.github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* docs.github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* docs.github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group dt label {\n color: #afafaf;\n }\n /* docs.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* docs.github.com: \"#fff\" */\n .form-group .ais-SearchBox-input, .form-group .ais-SearchBox-input:focus,\n .form-group .form-control, .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* docs.github.com: \"#cb2431\" */\n .form-group dd h4.is-error {\n color: #d82828;\n }\n /* docs.github.com: \"#28a745\" */\n .form-group dd h4.is-success {\n color: #484;\n }\n /* docs.github.com: \"#cb2431\" */\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* docs.github.com: \"#28a745\" */\n .form-group.successful .success {\n color: #484;\n }\n /* docs.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-group.warn .warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* docs.github.com: \"#fffbdd\" */\n .form-group.warn .warning::after {\n border-bottom-color: #261d08;\n }\n /* docs.github.com: \"#d9d0a5\" */\n .form-group.warn .warning::before {\n border-bottom-color: #542;\n }\n /* docs.github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* docs.github.com: \"#86181d\", \"#ffdce0\", \"#cea0a5\" */\n .form-group.errored .error {\n color: #d82828;\n background-color: #300;\n border-color: #d82828;\n }\n /* docs.github.com: \"#ffdce0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* docs.github.com: \"#cea0a5\" */\n .form-group.errored .error::before {\n border-bottom-color: #d82828;\n }\n /* docs.github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* docs.github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* docs.github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* docs.github.com: \"transparent\" */\n .inline-form .btn-plain {\n background-color: transparent;\n }\n /* docs.github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* docs.github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* docs.github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* docs.github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* docs.github.com: \"box-shadow: none\" */\n .upload-enabled.focused .ais-SearchBox-input,\n .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* docs.github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* docs.github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* docs.github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* docs.github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* docs.github.com: \"color: #24292e\", \"#d1d5da\" */\n .radio-label {\n color: #cdcdcd;\n border-color: #404040;\n }\n /* docs.github.com: \"#0366d6\" */\n :checked + .radio-label {\n border-color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"#fff\", \"#d1d5da\" */\n .menu {\n background-color: #181818;\n border-color: #404040;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .menu-item {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .menu-item:hover {\n background-color: #222;\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\" */\n .menu-item.selected, .menu-item[aria-current],\n .menu-item[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* docs.github.com: \"#e36209\" */\n .menu-item.selected::before, .menu-item[aria-current]::before,\n .menu-item[aria-selected=true]::before {\n background-color: #fb8532;\n }\n /* docs.github.com: \"color: #24292e\" */\n .menu-item .octicon {\n color: #cdcdcd;\n }\n /* docs.github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* docs.github.com: \"color: #586069\", \"#e1e4e8\" */\n .menu-heading {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"#d1d5da\" */\n .tabnav {\n border-bottom-color: #404040;\n }\n /* docs.github.com: \"color: #586069\", \"transparent\" */\n .tabnav-tab {\n color: #afafaf;\n background-color: transparent;\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .tabnav-tab.selected, .tabnav-tab[aria-current],\n .tabnav-tab[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* docs.github.com: \"color: #24292e\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #cdcdcd;\n }\n /* docs.github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* docs.github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"color: #586069\", \"transparent\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: transparent;\n }\n /* docs.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* docs.github.com: \"#eaecef\" */\n .filter-item:hover {\n background-color: #343434;\n }\n /* docs.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected, .filter-item[aria-current],\n .filter-item[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* docs.github.com: \"#fafbfc\" */\n .SideNav {\n background-color: #181818;\n }\n /* docs.github.com: \"color: #586069\", \"transparent\", \"#e1e4e8\" */\n .SideNav-item {\n color: #afafaf;\n background-color: transparent;\n border-top-color: #343434;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .SideNav-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* docs.github.com: \"color: #24292e\", \"#f6f8fa\" */\n .SideNav-item:focus, .SideNav-item:hover {\n color: #cdcdcd;\n background-color: #222;\n }\n /* docs.github.com: \"#d1d5da\" */\n .SideNav-item:focus::before, .SideNav-item:hover::before {\n background-color: #404040;\n }\n /* docs.github.com: \"#fff\" */\n .SideNav-item:active {\n background-color: #181818;\n }\n /* docs.github.com: \"color: #24292e\", \"#fff\" */\n .SideNav-item[aria-current=page], .SideNav-item[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* docs.github.com: \"#e36209\" */\n .SideNav-item[aria-current=page]::before,\n .SideNav-item[aria-selected=true]::before {\n background-color: #fb8532;\n }\n /* docs.github.com: \"color: #6a737d\" */\n .SideNav-icon {\n color: #949494;\n }\n /* docs.github.com: \"#0366d6\", \"transparent\" */\n .SideNav-subItem {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n /* docs.github.com: \"color: #24292e\" */\n .SideNav-subItem:focus, .SideNav-subItem:hover,\n .SideNav-subItem[aria-current=page], .SideNav-subItem[aria-selected=true] {\n color: #cdcdcd;\n }\n /* docs.github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"color: #586069\", \"#e1e4e8\" */\n .subnav-item {\n color: #afafaf;\n border-color: #343434;\n }\n /* docs.github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* docs.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .subnav-item.selected, .subnav-item[aria-current],\n .subnav-item[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* docs.github.com: \"#c6cbd1\" */\n .subnav-search-icon {\n color: #5a5a5a;\n }\n /* docs.github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* docs.github.com: \"#e1e4e8\" */\n .UnderlineNav {\n border-bottom-color: #343434;\n }\n /* docs.github.com: \"color: #586069\" */\n .UnderlineNav-item {\n color: #afafaf;\n }\n /* docs.github.com: \"color: #24292e\", \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n color: #cdcdcd;\n border-bottom-color: #404040;\n }\n /* docs.github.com: \"color: #6a737d\" */\n .UnderlineNav-item:focus .UnderlineNav-octicon,\n .UnderlineNav-item:hover .UnderlineNav-octicon {\n color: #949494;\n }\n /* docs.github.com: \"color: #24292e\", \"#e36209\" */\n .UnderlineNav-item.selected, .UnderlineNav-item[aria-current],\n .UnderlineNav-item[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* docs.github.com: \"color: #6a737d\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon,\n .UnderlineNav-item[aria-current] .UnderlineNav-octicon,\n .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* docs.github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* docs.github.com: \"color: #586069\", \"#e1e4e8\" */\n .pullquote {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* docs.github.com: \"color: #fff\", \"#1074e7\", \"#1074e7\" */\n .btn-mktg {\n color: #fff;\n border: 1px solid rgb(79, 140, 201);\n }\n /* docs.github.com: \"#0366d6\", \"#0366d6\" */\n .btn-mktg, .btn-mktg:hover {\n background-color: rgb(79, 140, 201);\n }\n .btn-mktg:hover {\n border-color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn-mktg:focus {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* docs.github.com: \"#28a745\", \"#28a745\" */\n .btn-primary-mktg:hover {\n background-color: #484;\n border-color: #484;\n }\n /* docs.github.com: \"#0366d6\", \"rgba(255,255,255,0)\", \"#1074e7\" */\n .btn-outline-mktg, .btn-outline-mktg:hover {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n .btn-outline-mktg:hover {\n border-color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"color: #fff\", \"transparent\", \"none\", \"rgba(255,255,255,.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: transparent;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* docs.github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* docs.github.com: \"#0366d6\" */\n .text-blue-mktg {\n color: rgb(79, 140, 201) !important;\n }\n /* docs.github.com: \"#d1d5da\",\"rgba(255, 255, 255, 0)\" */\n .underline-dashed {\n background-image: linear-gradient(to right, #404040 50%, transparent 0%);\n }\n /* docs.github.com: \"#032f62\" */\n .bg-blue-dark {\n background-color: #182030 !important;\n }\n /* docs.github.com: \"color: #24292e\" */\n .directory-toc h3 a {\n color: #cdcdcd;\n }\n /* docs.github.com: \"#005cc5\" */\n .header-notifications a {\n color: #4f8cc9;\n }\n /* docs.github.com: \"#fafbfc\", \"rgba(27,31,35,.15)\" */\n @media (max-width: 767px) {\n .nav-mobile-dropdown.js-open {\n background-color: #181818;\n box-shadow: 0 1px 15px #000;\n }\n }\n /* docs.github.com: \"#fff\", \"rgba(27,31,35,.15)\" */\n @media (min-width: 768px) {\n .nav-desktop-langDropdown, .nav-desktop-productDropdown {\n background-color: #181818;\n box-shadow: 0 1px 15px #000;\n }\n }\n /* docs.github.com: \"transparent\" */\n @media (min-width: 768px) {\n details.close-when-clicked-outside[open] > summary::before {\n background-color: transparent;\n }\n }\n /* docs.github.com: \"#0366d6\" */\n .directory-link-box.Box:hover, .directory-link-box:hover .Box {\n border: 1px solid rgb(79, 140, 201);\n }\n /* docs.github.com: \"color: #959da5\" */\n .breadcrumbs a:not(:last-child)::after {\n color: #767676;\n }\n /* docs.github.com: \"#eee\" */\n .markdown-body ol > li {\n border-top-color: #343434;\n }\n /* docs.github.com: \"#eee\" */\n .procedural-image-wrapper img {\n border-color: #343434;\n }\n /* docs.github.com: \"#fff\" */\n .ais-SearchBox-input {\n background-color: #181818;\n }\n /* docs.github.com: \"none\" */\n .ais-SearchBox-reset {\n background: none;\n }\n /* docs.github.com: \"#f1f8ff\" */\n .ais-Hits-item.active, .ais-Hits-item:hover {\n background-color: #182030;\n }\n /* docs.github.com: \"none\" */\n .ais-Highlight-highlighted, mark {\n background: none;\n }\n /* docs.github.com: \"#0366d6\" */\n .search-result-title .ais-Highlight-highlighted, .search-result-title mark {\n color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"#0366d6\" */\n .search-result-intro .ais-Highlight-highlighted, .search-result-intro mark {\n border-bottom: 1px solid rgb(79, 140, 201);\n }\n /* docs.github.com: \"#fff\", \"rgba(27,31,35,.15)\", \"rgba(27,31,35,.15)\" */\n @media (min-width: 768px) {\n header #search-results-container {\n background-color: #181818;\n box-shadow: 0 1px 15px #000;\n }\n header .search-overlay-desktop.js-open {\n background-color: rgba(220, 220, 220, .22);\n }\n }\n /* docs.github.com: \"color: #24292e\" */\n .extended-markdown.note pre code, .markdown-body .lead-mktg p,\n div.light-bg a, div.light-bg a h4 {\n color: #cdcdcd;\n }\n /* docs.github.com: \"color: #586069\" */\n div.light-bg a p {\n color: #afafaf;\n }\n /* docs.github.com: \"color: #fff\" */\n div.dark-bg a, div.dark-bg a h4 {\n color: #fff;\n }\n /* docs.github.com: \"#05264c\" */\n .sidebar {\n background-color: #182030;\n }\n /* docs.github.com: \"color: #fff\" */\n .sidebar-products .arrow, .sidebar-products a {\n color: #fff;\n }\n /* docs.github.com: \"#79b8ff\" */\n .sidebar-article.is-current-page > a, .sidebar-guide.is-current-page > a,\n .sidebar-guide > a, .sidebar-guide summary a,\n .sidebar-product.is-current-page > a, .sidebar-product > a,\n .sidebar-products .arrow:hover, .sidebar-products a:hover,\n .sidebar-product summary a, .sidebar-topic.is-current-page > a {\n color: rgb(79, 140, 201);\n }\n /* docs.github.com: \"#032f62\" */\n .sidebar-guide.active {\n background-color: #182030;\n }\n /* docs.github.com: \"#044289\" */\n .sidebar-topic .sidebar-article::before {\n border-left: 1px solid rgba(79, 140, 201, .5);\n }\n /* docs.github.com: \"#044289\" */\n .sidebar-topic .sidebar-article.active::before {\n border-left: 3px solid rgba(79, 140, 201, .5);\n }\n /* docs.github.com: \"#ddd\" */\n iframe#graphiql {\n border-color: #343434;\n }\n /* docs.github.com: \"color: #333\", \"#f8f8f8\" */\n .hljs {\n background-color: #202020;\n }\n /* docs.github.com: \"color: #333\" */\n .hljs, .hljs-keyword, .hljs-selector-tag, .hljs-subst {\n color: #bebebe;\n }\n /* docs.github.com: \"none\" */\n .markdown-body table code {\n background: none;\n }\n /* docs.github.com: \"#fff\" */\n .markdown-body table th {\n background-color: #181818;\n }\n /* docs.github.com: \"none\" */\n .markdown-body table tr:nth-child(2n) {\n background: none;\n }\n /* end docs.github.com rules */\n h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h4 a > strong code {\n color: #bebebe;\n }\n h3 a {\n color: rgb(79, 140, 201);\n }\n .directory-toc h3 a {\n color: #bebebe;\n }\n .nav-mobile-burgerIcon {\n filter: invert(100%) hue-rotate(180deg) !important;\n }\n /* Using #fff over currentColor because GH relies on browser default #000 */\n .hljs {\n color: var(--ghd-code-color);\n }\n .extended-markdown p code {\n background-color: #1e293c !important;\n }\n .extended-markdown.warning p code {\n background-color: #500 !important;\n }\n .markdown-body #article-contents table tr:nth-child(2n),\n .markdown-body #article-contents table tr,\n .markdown-body #article-contents table th {\n background: #202020 !important;\n }\n .markdown-body #article-contents table th {\n box-shadow: 0 3px 0 0 #343434 !important;\n }\n .octicon-mark-github {\n color: currentcolor;\n }\n .sidebar {\n background-color: #1c1c1c;\n border-right: 1px solid #343434;\n }\n .sidebar-guide.active {\n background: #242424;\n }\n .sidebar-products svg:not([fill]) {\n fill: #eee;\n }\n .sidebar-products a, .sidebar-products .arrow {\n color: #eee;\n }\n .sidebar-guide > a, .sidebar-guide summary a, .sidebar-product > a,\n .sidebar-product summary a {\n color: #ccc;\n }\n body.d-lg-flex .sidebar-products a:hover {\n opacity: 1;\n }\n .sidebar-topic a:hover {\n opacity: .9 !important;\n }\n .btn-blue.hover, .btn.btn-blue:hover {\n background-image: linear-gradient(-180deg, rgba(79, 140, 201, .9), rgba(79, 140, 201, .8) 90%) !important;\n border-color: rgba(79, 140, 201, .3) !important;\n }\n [style*=\"background-color: #fafbfc\"] {\n background: none !important;\n }",
- "start": 756227,
- "domains": [
- "docs.github.com"
- ]
- },
- {
- "code": "/* begin refined-github rules */\n /* refined-github: \"#28a745\", \"#cb2431\", \"#fffbdd\" */\n html.refined-github :root {\n --github-green: #484;\n --github-red: #d82828;\n --github-faint-yellow: #261d08;\n }\n /* refined-github: \"color: #6a737d\" */\n html.refined-github .markdown-body del {\n color: #949494;\n }\n /* refined-github: \"#fff\", \"#d1d5da\" */\n html.refined-github .dashboard .js-all-activity-header + div {\n background-color: #181818;\n border-color: #404040;\n }\n /* refined-github: \"none\" */\n html.refined-github .dashboard .js-all-activity-header + div .Box {\n background: none;\n }\n /* refined-github: \"#e1e4e8\" */\n html.refined-github .dashboard-rollup-items .body {\n border-top-color: #343434;\n }\n /* refined-github: \"color: #666\" */\n html.refined-github body > .footer li a {\n color: #949494;\n }\n /* refined-github: \"transparent\" */\n html.refined-github .repository-content #readme:not(.blob) .Box-header {\n background-color: transparent !important;\n }\n /* refined-github: \"color: #fff !important\" */\n html.refined-github .js-issue-row [aria-label=\"Open draft pull request\"] svg {\n color: #fff !important;\n }\n /* refined-github: \"#d1d5da\", \"#e1e4e8\" */\n @media (min-width: 700px) {\n html.refined-github .js-pinned-issues-reorder-list {\n box-shadow: 0 0 0 1px #404040;\n }\n html.refined-github .pinned-issue-item {\n border-color: #343434 !important;\n }\n }\n /* refined-github: \"none\" */\n html.refined-github .rgh-no-navigation-highlight .Box-row.navigation-focus,\n html.refined-github .rgh-no-navigation-highlight .list-group-item.navigation-focus,\n html.refined-github .rgh-no-navigation-highlight .navigation-focus td {\n background: none !important;\n }\n /* refined-github: \"color: #586069\" */\n html.refined-github .rgh-useless-comments-note {\n color: #afafaf;\n }\n /* refined-github: \"none\", \"#24292e\" */\n html.refined-github .rgh-recently-pushed-branches .Header .RecentBranches,\n html.refined-github .rgh-recently-pushed-branches [data-url$=\"recently_touched_branches_list\"] .Box {\n background: none;\n background-color: #181818;\n }\n /* refined-github: \"color: #fff !important\" */\n html.refined-github .rgh-recently-pushed-branches .Header .RecentBranches-item-link,\n html.refined-github .rgh-recently-pushed-branches [data-url$=\"recently_touched_branches_list\"] .btn-link,\n html.refined-github .rgh-recently-pushed-branches [data-url$=\"recently_touched_branches_list\"] .link-gray-dark {\n color: #fff !important;\n }\n /* refined-github: \"#e1e4e8\", \"#e1e4e8\" */\n html.refined-github button.reaction-summary-item {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* refined-github: \"#efefef\", \"#fff\" */\n html.refined-github .reaction-summary-item a {\n background-color: #202020;\n box-shadow: 0 0 0 2px /*[[background, #181818]]*/;\n }\n /* refined-github: \"#0366d6\", \"color: #fff\", \"#0366d6\" */\n html.refined-github .js-expandable-line:hover .blob-num:not(:hover) + .blob-code,\n html.refined-github .js-expandable-line:hover .blob-num:not(:hover) .directional-expander:first-child {\n border-color: rgb(79, 140, 201);\n color: #fff;\n background: rgb(79, 140, 201);\n }\n /* refined-github: \"#f6f8fa\" */\n html.refined-github .rgh-split-issue-pr-combined.selected:hover {\n background-color: #222;\n }\n /* refined-github: \"#2cbe4e\" */\n html.refined-github a.timeline-chosen-answer {\n border-color: #373 !important;\n }\n /* refined-github: \"#c0d3eb\" */\n html.refined-github .rgh-collaborator {\n border-color: #246;\n }\n /* end refined-github rules */\n /* begin zenhub rules */\n /* zenhub: \"none\" */\n body.zh_logged_in .ui-datepicker .ui-datepicker-buttonpane {\n background-image: none;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .ui-dialog .ui-dialog-content {\n background: none;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .ui-dialog .ui-dialog-buttonpane {\n background-image: none;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .ui-spinner-input,\n body.zh_logged_in .ui-tabs .ui-tabs-panel {\n background: none;\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in #new_issue .discussion-sidebar h3 {\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-app--board-visible .zh-app--is-fullscreen {\n background-color: #181818;\n }\n /* zenhub: \"color: #24292e\" */\n body.zh_logged_in .zh-discussion-item .zh-estimate-is,\n body.zh_logged_in .zh-discussion-item .zh-estimate-was,\n body.zh_logged_in .zh-discussion-item .zh-issue,\n body.zh_logged_in .zh-discussion-item .zh-issue-event-workspace-name,\n body.zh_logged_in .zh-discussion-item .zh-pipeline-is,\n body.zh_logged_in .zh-discussion-item .zh-pipeline-was,\n body.zh_logged_in .zh-discussion-item .zh-release,\n body.zh_logged_in .zh-discussion-item strong {\n color: #cdcdcd;\n }\n /* zenhub: \"#fff\", \"#fff\" */\n body.zh_logged_in .zh-issue-event-item-icon .zh-icon-issue-added,\n body.zh_logged_in .zh-issue-event-item-icon .zh-icon-issue-removed {\n border-color: #181818;\n background-color: #181818;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zh-issue-event-toggle:hover {\n color: #f0f0f0;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-issue-event-dark {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .sidebar-zh-epic .discussion-sidebar-toggle:hover,\n body.zh_logged_in .sidebar-zh-epic .zh-discussion-sidebar-toggle:hover,\n body.zh_logged_in .sidebar-zh-estimate .discussion-sidebar-toggle:hover,\n body.zh_logged_in .sidebar-zh-estimate .zh-discussion-sidebar-toggle:hover {\n color: #5560d2;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-estimate-create-item {\n border-top-color: #343434;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in a.zh-topbar-item.selected {\n border-color: #3c4992 #343434 transparent;\n }\n /* zenhub: \"none\", \"#f9826c\" */\n body.zh_logged_in .zh-topbar-item.UnderlineNav-item.selected {\n background: none;\n border-bottom-color: #fff;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus,\n body.zh_logged_in .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus.selected {\n background-color: #242424;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .zh-connect-repository-container {\n background-color: #222;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-connect-repository-container a {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-toggle-button {\n background-color: #181818;\n }\n /* zenhub: \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zh-toggle-button.selected:active,\n body.zh_logged_in .zh-toggle-button:active {\n box-shadow: inset 0 1px 3px rgba(255, 255, 255, .7);\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .horizontal-scrollbar::-webkit-scrollbar-track {\n background-color: #242424;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .horizontal-scrollbar::-webkit-scrollbar-thumb {\n background-color: #383838;\n }\n /* zenhub: \"#f5f5f5\", \"#e5e5e5\" */\n body.zh_logged_in .zh-pipeline {\n background-color: #222;\n border-color: #343434;\n }\n /* zenhub: \"#f4f5f5\", \"#e5e5e5\" */\n body.zh_logged_in .zh-pipeline-heading-container {\n background-color: #242424;\n border-bottom-color: #343434;\n }\n /* zenhub: \"box-shadow: none !important\" */\n body.zh_logged_in .zh-pipeline-heading-edit {\n box-shadow: none !important;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-power .zh-pipeline-options {\n color: #bebebe;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-pipeline-issues::-webkit-scrollbar {\n background-color: #383838;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .zh-pipeline-issues::-webkit-scrollbar-track {\n background-color: #222;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-pipeline-issues::-webkit-scrollbar-thumb {\n background-color: #383838;\n }\n /* zenhub: \"#e5e5e5\", \"#fff\" */\n body.zh_logged_in .zh-pipeline-issue-content {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#4183c4\" */\n body.zh_logged_in .zh-pipeline-issue-toggler:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* zenhub: \"#efefef\" */\n body.zh_logged_in .zh-issue-placeholder,\n body.zh_logged_in .zh-pipeline-placeholder {\n background-color: #202020;\n }\n /* zenhub: \"rgba(255,255,255,0)\" */\n body.zh_logged_in .zh-issue-meta {\n background-color: transparent;\n }\n /* zenhub: \"color: #fff\", \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zh-issue-label.dark {\n color: #fff;\n text-shadow: 0 1px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-issue-estimate-badge {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-overlay {\n background-color: #181818;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zh-overlay-body {\n color: #f0f0f0;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .new-pipeline-column {\n background-color: #181818;\n }\n /* zenhub: \"#eee\", \"color: #333\" */\n body.zh_logged_in .zh-board-menu-item .btn {\n background: linear-gradient(#fcfcfc, #242424);\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"none\" */\n body.zh_logged_in .zh-board-menu-item .btn.disabled,\n body.zh_logged_in .zh-board-menu-item .btn.disabled:hover {\n background-color: #181818;\n background-image: none;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-pipeline-collapsed .zh-pipeline-heading-container {\n border-right-color: #343434;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-pipeline-collapsed .zh-pipeline-options.zh-pipeline-icon {\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\",\"#fff\" */\n body.zh_logged_in .zh-pipeline-expanded .zh-issue-meta {\n background-image: linear-gradient(to right, transparent 90%, #181818 99%);\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in .zh-epic-filter-container .btn {\n background: linear-gradient(#fcfcfc, #242424) !important;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .search-query {\n background-color: #222;\n }\n /* zenhub: \"#fff\", \"#fff\" */\n body.zh_logged_in .search-query:focus,\n body.zh_logged_in .zh-overlay-loading-board {\n background-color: #181818;\n }\n /* zenhub: \"#fff\", \"#ddd\" */\n body.zh_logged_in .zh-board-loading-message {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-board-readonly-banner {\n color: #fff;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-markdown-body {\n color: #767676;\n }\n /* zenhub: \"#e5e5e5\", \"#f8f8f8\" */\n body.zh_logged_in .zh-milestone-dates {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"#ddd\", \"#fff\" */\n body.zh_logged_in .zh-milestone-dates .milestone-start-calendar-container {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e5e5e5\", \"#e5e5e5\" */\n body.zh_logged_in .zh-burndown-chart-container {\n border-left-color: #343434;\n border-right-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .burndown-chart-tip {\n color: #949494;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-reports .stats-container {\n border-color: #343434;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-reports .stats-item {\n border-right-color: #343434;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-reports .stats-item--issues .zh-estimate-badge-closed,\n body.zh_logged_in .zh-reports .stats-item--issues strong {\n color: #767676;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-issue-list .table-list-title {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zh-issue-list .table-list-header {\n color: #949494;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-burndown-repo-selector {\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-reports .btn {\n color: #bebebe;\n }\n /* zenhub: \"#eee\",\"#ddd\", \"color: #333\" */\n body.zh_logged_in .zh-reports .btn:hover {\n background: linear-gradient(#242424, #383838);\n color: #bebebe;\n }\n /* zenhub: \"transparent\", \"none\" */\n body.zh_logged_in .zh-repo-switcher .zh-repo-switcher-btn,\n body.zh_logged_in .zh-repo-switcher .zh-repo-switcher-btn:hover {\n background-color: transparent;\n background-image: none;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zh-repo-switcher .zh-repo-switcher-btn.selected,\n body.zh_logged_in .zh-repo-switcher .zh-repo-switcher-btn:hover {\n background-color: #181818;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-state {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-timeline-comment {\n background-color: #181818;\n }\n /* zenhub: \"color: #586069\", \"#ddd\",\"#eee\" */\n body.zh_logged_in .zh-timeline-comment-header {\n color: #afafaf;\n border-color: #343434;\n }\n /* zenhub: \"color: #555\" */\n body.zh_logged_in .zh-timeline-comment-header-text {\n color: #afafaf;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-dependency-manager-container.TimelineItem .zhc-dependency,\n body.zh_logged_in .zh-epic-issue-container.TimelineItem .zhc-epic-issue-list,\n body.zh_logged_in .zh-epic-issue-container.TimelineItem .zhc-epic-list {\n background-color: #181818;\n }\n /* zenhub: \"#e6ebf1\" */\n body.zh_logged_in .zh-collapse-manager-container--isExpanded .discussion-item:last-child {\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zh-collapse-control-container {\n background-color: transparent;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zh-collapse-control {\n color: #5560d2;\n }\n /* zenhub: \"#e5e5e5\", \"#fff\" */\n body.zh_logged_in .zh-collapse-control:hover,\n body.zh_logged_in .zh-collapse-control__main-icon,\n body.zh_logged_in .zh-issuecard-container {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#efefef\" */\n body.zh_logged_in .zh-issuecard-placeholder {\n background-color: #202020;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-issuecard-avatar-container .zh-issuecard-assignees {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-pipeline-action,\n body.zh_logged_in .zh-pipeline-issue-action {\n background-color: #181818;\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in .zh-pipeline-action:hover,\n body.zh_logged_in .zh-pipeline-issue-action:hover {\n background-color: #242424;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-issuecard-meta {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #fff\", \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zh-issuecard-label.dark {\n color: #fff;\n text-shadow: 0 1px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-top-banner, body.zh_logged_in .zh-top-banner a {\n color: #fff;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zh-merge-repository-body {\n background-color: transparent;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-merge-repository-body .zh-open-cross-organization-btn {\n color: #767676;\n }\n /* zenhub: \"#0366d6\" */\n body.zh_logged_in .zh-merge-repository-body .zh-open-cross-organization-btn:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-mergetool-pipelines-dialog {\n background-color: #181818;\n }\n /* zenhub: \"#f5f5f5\", \"color: #333\" */\n body.zh_logged_in .zh-mergetool-pipelines-dialog .zh-mergetool-info {\n background-color: #222;\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"color: #333\" */\n body.zh_logged_in .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline {\n background-color: #181818;\n color: #bebebe;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline-target {\n background-color: #222;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-mergetool-pipelines-dialog .zh-miniboard-source-pipeline-placeholder,\n body.zh_logged_in .zh-mergetool-pipelines-dialog .zh-miniboard-wrapper .zh-miniboard-pipeline-target.zh-miniboard-new-pipeline {\n background-color: #181818;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .btn.zh-multi-repo-show-all-btn,\n body.zh_logged_in .btn.zh-multi-repo-show-one-btn {\n background-image: none;\n }\n /* zenhub: \"#fff\", \"none\" */\n body.zh_logged_in .btn.zh-multi-repo-show-all-btn:hover,\n body.zh_logged_in .btn.zh-multi-repo-show-one-btn:hover {\n background-color: #181818;\n background-image: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-select-menu-modal-body .zh-select-menu-modal {\n background-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-onboarding-highlighted,\n body.zh_logged_in .zhe .zh-onboarding-highlighted {\n background-color: #181818 !important;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zhe .zh-onboarding-highlighted .header-nav-link {\n color: #f0f0f0;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zh-onboarding-modal {\n background-color: #181818;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-onboarding-modal__title {\n color: #bebebe;\n }\n /* zenhub: \"none\", \"color: #fff\" */\n body.zh_logged_in .zh-onboarding-modal__buttons .btn.btn--onboarding-cta {\n background-image: none;\n color: #fff;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .zh-epic-issue-header {\n color: #afafaf;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-epic-issue-header-title,\n body.zh_logged_in .zh-epic-issue-header strong {\n color: #bebebe;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .zh-epic-issue-progress-text {\n color: #afafaf;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-epic-issue-progress-text strong {\n color: #bebebe;\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in .zh-select-menu-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#0366d6\", \"color: #fff\" */\n body.zh_logged_in .zh-select-menu-item.navigation-focus,\n body.zh_logged_in .zh-select-menu-item:hover {\n background-color: rgb(79, 140, 201);\n color: #fff;\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .zh-select-menu-header {\n background-color: #242424;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-select-menu-header .zh-select-menu-title {\n color: #bebebe;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .zh-discussion-sidebar-heading {\n color: #afafaf;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zh-discussion-sidebar-toggle {\n background: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zh-discussion-sidebar-toggle:hover .zhc-svg-icon--extension {\n color: #5560d2;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .zh-select-menu-footer {\n background-color: #222;\n }\n /* zenhub: \"color: #666\", \"#fff\", \"rgba(0,0,0,0.15)\" */\n body.zh_logged_in .zh-select-menu-modal {\n color: #949494;\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zh-select-menu-filters {\n background-color: #202020;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-select-menu-text-filter {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-select-menu-text-filter input {\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-reload-update-prompt-container {\n background-color: #181818;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .zh-reload-update-prompt-content {\n color: #afafaf;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-issue-counter {\n background-color: #383838;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-progress-bar__completed {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-d3-tooltip .zh-tooltip-content,\n body.zh_logged_in .zh-tooltip {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-creator-page-visible .zh-epic-creator-container--fullscreen {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-epic-header .zh-estimate-is,\n body.zh_logged_in .zh-epic-header .zh-estimate-was,\n body.zh_logged_in .zh-epic-header .zh-issue,\n body.zh_logged_in .zh-epic-header .zh-pipeline-is,\n body.zh_logged_in .zh-epic-header .zh-pipeline-was {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-issue-list-item-md,\n body.zh_logged_in .zh-epic-issue-list-item-sm {\n background-color: #181818;\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .zh-epic-issue-list-item-md:hover {\n background-color: #242424;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-issue-list-item-lg {\n background-color: #181818;\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .zh-epic-issue-list-item-lg:hover {\n background-color: #242424;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zh-epic-issue-list-item-title-link {\n color: #bebebe;\n }\n /* zenhub: \"#0366d6\" */\n body.zh_logged_in .zh-epic-issue-list-item-title-link:hover {\n color: rgb(79, 140, 201);\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-epic-issue-label.dark {\n color: #fff;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-epic-issue-list-item-number,\n body.zh_logged_in .zh-epic-issue-list-item-status {\n color: #767676;\n }\n /* zenhub: \"#ddd\", \"#f4f4f4\" */\n body.zh_logged_in .zh-pipeline-badge-light {\n background-color: #383838;\n background-color: #242424;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-pipeline-badge {\n background-color: #383838;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-epic-creator-header-label {\n color: #767676;\n }\n /* zenhub: \"#0366d6\" */\n body.zh_logged_in .zh-epic-creator-header-repo a {\n color: rgb(79, 140, 201);\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-creator-title input {\n background-color: #181818;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zh-epic-creator-nav {\n border-bottom-color: #343434;\n }\n /* zenhub: \"initial\", \"color: #000\" */\n body.zh_logged_in .zh-epic-creator-tab {\n background-color: initial;\n color: #f0f0f0;\n }\n /* zenhub: \"#fff\", \"#ddd\", \"#fff\" */\n body.zh_logged_in .zh-epic-creator-tab.selected {\n background-color: #181818;\n border-color: #3e4b9e #343434 #181818;\n }\n /* zenhub: \"color: #333\", \"#f6f8fa\", \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zh-epic-creator-issue-list .zh-epic-creator-issue-list-not-in-workspace {\n color: #bebebe;\n background-color: #222;\n border-bottom-color: #343434;\n border-top-color: #343434;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-progress-title {\n color: #767676;\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in .zh-epic-creator-progress-bar {\n background-color: #242424;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-epic-creator-empty span {\n color: #767676;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zh-epic-creator-placeholder-bottom a {\n color: #949494;\n }\n /* zenhub: \"#eee\" */\n body.zh_logged_in .zh-board-menu {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-new-issue-button {\n color: #fff;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-epic-pipeline-selector-name {\n color: #767676;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-epic-issues-picker-new-issue {\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-picker-issue-placeholder:hover {\n background-color: #181818;\n }\n /* zenhub: \"#e5e5e5\" */\n body.zh_logged_in .zh-epic-issue-list-container,\n body.zh_logged_in .zh-epic-issue-list-footer {\n border-color: #343434;\n }\n /* zenhub: \"color: #767676\" */\n body.zh_logged_in .zh-epic-issue-list-empty span {\n color: #767676;\n }\n /* zenhub: \"color: #fff\", \"#eee\" */\n body.zh_logged_in .zh-epic-btn {\n color: #fff;\n background-color: #242424;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zh-epic-btn:active {\n background-image: none;\n }\n /* zenhub: \"color: #333\", \"#ddd\" */\n body.zh_logged_in .zh-epic-form-control,\n body.zh_logged_in .zh-epic-form-control-small {\n color: #bebebe;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-epic-form-control-small:focus,\n body.zh_logged_in .zh-epic-form-control:focus {\n background-color: #181818;\n }\n /* zenhub: \"rgba(27,31,35,0.2)\", \"color: #24292e\", \"#eff3f6\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn {\n border-color: rgba(220, 220, 220, .2);\n color: #cdcdcd;\n background-color: #242424;\n }\n /* zenhub: \"#e6ebf1\", \"#e6ebf1\", \"rgba(27,31,35,0.35)\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn:hover {\n background-color: #444;\n background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%);\n border-color: rgba(220, 220, 220, .35);\n }\n /* zenhub: \"#e9ecef\", \"none\", \"rgba(27,31,35,0.35)\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn:active {\n background-color: #404040;\n background-image: none;\n border-color: rgba(220, 220, 220, .35);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* zenhub: \"color: #fff\", \"#28a745\", \"#34d058\",\"#28a745\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn-primary {\n color: #fff;\n background-color: #484;\n background-image: linear-gradient(-180deg, #373 0%, #484 90%);\n }\n /* zenhub: \"#269f42\", \"#2fcb53\",\"#269f42\", \"rgba(27,31,35,0.5)\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn-primary:hover {\n background-color: #595;\n background-image: linear-gradient(-180deg, #373 0%, #595 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* zenhub: \"#279f43\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .btn-primary:active {\n background-color: #595;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* zenhub: \"#f6f8fa\", \"#e1e4e8\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .table-list-header {\n background-color: #222;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus,\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .zh-board-menu-itemgroup .zh-select-menu-item.navigation-focus.selected {\n background-color: #242424;\n }\n /* zenhub: \"#f5f5f5\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .search-query {\n background-color: #222;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-webapp.zh-epic-creator-page-visible .search-query:focus {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-estimate-badge {\n color: #fff;\n }\n /* zenhub: \"color: #fff\", \"transparent\" */\n body.zh_logged_in .zh-estimate-badge-closed {\n color: #fff;\n background-color: transparent;\n }\n /* zenhub: \"color: #fff\", \"#ddd\", \"#ddd\" */\n body.zh_logged_in .zh-estimate-badge--epic-points {\n color: #fff;\n background-color: #383838;\n border-color: #343434;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zh-badge-value {\n color: #f0f0f0;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .PresetDateRangePicker_button__selected {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .SingleDatePicker_picker,\n body.zh_logged_in .SingleDatePicker_picker__fullScreenPortal,\n body.zh_logged_in .SingleDatePickerInput {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .DayPickerKeyboardShortcuts_showSpan {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .CalendarDay__default,\n body.zh_logged_in .DayPickerKeyboardShortcuts_panel {\n background-color: #181818;\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .CalendarDay__hovered_offset {\n background-color: #242424;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .CalendarDay__blocked_minimum_nights,\n body.zh_logged_in .CalendarDay__blocked_minimum_nights:active,\n body.zh_logged_in .CalendarDay__blocked_minimum_nights:hover,\n body.zh_logged_in .CalendarDay__outside {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .CalendarDay__selected,\n body.zh_logged_in .CalendarDay__selected:active,\n body.zh_logged_in .CalendarDay__selected:hover,\n body.zh_logged_in .CalendarDay__selected_span,\n body.zh_logged_in .CalendarDay__selected_span:active,\n body.zh_logged_in .CalendarDay__selected_span:hover {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .CalendarDay__blocked_out_of_range,\n body.zh_logged_in .CalendarDay__blocked_out_of_range:active,\n body.zh_logged_in .CalendarDay__blocked_out_of_range:hover,\n body.zh_logged_in .CalendarMonth, body.zh_logged_in .CalendarMonthGrid,\n body.zh_logged_in .DayPicker, body.zh_logged_in .DayPicker__horizontal,\n body.zh_logged_in .DayPickerNavigation_button__default,\n body.zh_logged_in .DayPickerNavigation_button__verticalDefault {\n background-color: #181818;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .DayPicker_portal__horizontal {\n box-shadow: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .DateInput, body.zh_logged_in .DateInput_input,\n body.zh_logged_in .DateInput_input__focused,\n body.zh_logged_in .DateRangePicker_picker,\n body.zh_logged_in .DateRangePicker_picker__fullScreenPortal,\n body.zh_logged_in .DateRangePickerInput,\n body.zh_logged_in .DayPicker_weekHeader__verticalScrollable {\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-markdown a {\n color: #5560d2;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-markdown h1, body.zh_logged_in .zhc-markdown h2 {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-markdown hr {\n background-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-markdown blockquote {\n border-left-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-markdown table td,\n body.zh_logged_in .zhc-markdown table th,\n body.zh_logged_in .zhc-markdown table tr {\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-markdown table tr {\n background-color: #181818;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-markdown pre code {\n background-color: transparent;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-markdown img {\n background-color: #181818;\n }\n /* zenhub: \"color: #444d56\", \"#c6cbd1\", \"#959da5\", \"box-shadow: inset 0 -1px 0 #959da5\" */\n body.zh_logged_in .zhc-markdown kbd {\n color: #afafaf;\n border-color: #5a5a5a #5a5a5a #484848;\n box-shadow: inset 0 -2px 0 #383838;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in img.gh-emoji {\n background-color: transparent;\n }\n /* zenhub: \"color: #333\", \"#f8f8f8\" */\n body.zh_logged_in .hljs {\n color: #bebebe;\n background-color: #202020;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .hljs-keyword, body.zh_logged_in .hljs-selector-tag,\n body.zh_logged_in .hljs-subst {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"color: #333\" */\n body.zh_logged_in .zhc-btn {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn, body.zh_logged_in .zhc-btn.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn[disabled],\n body.zh_logged_in .zhc-btn[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn[disabled]:active,\n body.zh_logged_in .zhc-btn[disabled]:focus,\n body.zh_logged_in .zhc-btn[disabled]:hover {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn:active, body.zh_logged_in .zhc-btn:focus,\n body.zh_logged_in .zhc-btn:hover {\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn:active {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-btn .zhc-btn__tag {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--default,\n body.zh_logged_in .zhc-btn--default.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--default.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--default.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--default.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--default.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--default[disabled],\n body.zh_logged_in .zhc-btn--default[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--default[disabled]:active,\n body.zh_logged_in .zhc-btn--default[disabled]:focus,\n body.zh_logged_in .zhc-btn--default[disabled]:hover {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn--default.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--default:active,\n body.zh_logged_in .zhc-btn--default:focus,\n body.zh_logged_in .zhc-btn--default:hover {\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--default.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--default:active {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-btn--action {\n color: #fff;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--action.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--action.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--action.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--action.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--action.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--action[disabled],\n body.zh_logged_in .zhc-btn--action[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--action[disabled]:active,\n body.zh_logged_in .zhc-btn--action[disabled]:focus,\n body.zh_logged_in .zhc-btn--action[disabled]:hover {\n background-color: #343434;\n }\n /* zenhub: \"color: #fff\", \"none\" */\n body.zh_logged_in .zhc-btn--danger {\n color: #fff;\n background-image: none !important;\n }\n /* zenhub: \"#fff\", \"none\" */\n body.zh_logged_in .zhc-btn--danger-bordered {\n background-color: #181818;\n background-image: none !important;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--danger-bordered.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--danger-bordered:active,\n body.zh_logged_in .zhc-btn--danger-bordered:focus,\n body.zh_logged_in .zhc-btn--danger-bordered:hover,\n body.zh_logged_in .zhc-btn--danger-bordered[disabled],\n body.zh_logged_in .zhc-btn--danger-bordered[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--danger-bordered[disabled]:active,\n body.zh_logged_in .zhc-btn--danger-bordered[disabled]:focus,\n body.zh_logged_in .zhc-btn--danger-bordered[disabled]:hover {\n background-color: #181818;\n }\n /* zenhub: \"rgba(0,0,0,0)\" */\n body.zh_logged_in .zhc-btn--minimal,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--minimal.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--minimal:active,\n body.zh_logged_in .zhc-btn--minimal:focus,\n body.zh_logged_in .zhc-btn--minimal:hover,\n body.zh_logged_in .zhc-btn--minimal[disabled],\n body.zh_logged_in .zhc-btn--minimal[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--minimal[disabled]:active,\n body.zh_logged_in .zhc-btn--minimal[disabled]:focus,\n body.zh_logged_in .zhc-btn--minimal[disabled]:hover {\n background-color: transparent;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-btn--primary {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--primary.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--primary.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--primary.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--primary.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--primary.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--primary[disabled],\n body.zh_logged_in .zhc-btn--primary[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--primary[disabled]:active,\n body.zh_logged_in .zhc-btn--primary[disabled]:focus,\n body.zh_logged_in .zhc-btn--primary[disabled]:hover {\n background-color: #5560d2;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\", \"#fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-btn--primary-bordered {\n color: #5560d2;\n }\n /* zenhub: \"#fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-btn--primary-bordered,\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--primary-bordered[disabled],\n body.zh_logged_in .zhc-btn--primary-bordered[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--primary-bordered[disabled]:active,\n body.zh_logged_in .zhc-btn--primary-bordered[disabled]:focus,\n body.zh_logged_in .zhc-btn--primary-bordered[disabled]:hover {\n background-color: #181818;\n border-color: #5560d2;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn--primary-bordered.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--primary-bordered:active,\n body.zh_logged_in .zhc-btn--primary-bordered:focus,\n body.zh_logged_in .zhc-btn--primary-bordered:hover {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\", \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--secondary {\n color: #949494;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--secondary,\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--secondary[disabled],\n body.zh_logged_in .zhc-btn--secondary[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary[disabled]:active,\n body.zh_logged_in .zhc-btn--secondary[disabled]:focus,\n body.zh_logged_in .zhc-btn--secondary[disabled]:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--secondary.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary:active,\n body.zh_logged_in .zhc-btn--secondary:focus,\n body.zh_logged_in .zhc-btn--secondary:hover {\n background-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"color: #666\", \"transparent\" */\n body.zh_logged_in .zhc-btn--secondary-bordered {\n background-color: #181818;\n border-color: #343434;\n color: #949494;\n background-color: transparent;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled],\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:active,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:hover {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered:active,\n body.zh_logged_in .zhc-btn--secondary-bordered:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered:hover {\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered:active {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered:active,\n body.zh_logged_in .zhc-btn--secondary-bordered:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered:hover {\n background-color: #202020;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled],\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:active,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:focus,\n body.zh_logged_in .zhc-btn--secondary-bordered[disabled]:hover {\n background-color: transparent;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--topbar:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-btn--text {\n background-color: transparent !important;\n }\n /* zenhub: \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-btn--text.zhc-btn--disabled,\n body.zh_logged_in .zhc-btn--text.zhc-btn--disabled.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--text.zhc-btn--disabled:active,\n body.zh_logged_in .zhc-btn--text.zhc-btn--disabled:focus,\n body.zh_logged_in .zhc-btn--text.zhc-btn--disabled:hover,\n body.zh_logged_in .zhc-btn--text[disabled],\n body.zh_logged_in .zhc-btn--text[disabled].zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--text[disabled]:active,\n body.zh_logged_in .zhc-btn--text[disabled]:focus,\n body.zh_logged_in .zhc-btn--text[disabled]:hover {\n background-color: transparent !important;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-btn--text-primary {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-btn--text-secondary-dark {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-btn--border-hover-only.zhc-btn--is-active,\n body.zh_logged_in .zhc-btn--border-hover-only:active,\n body.zh_logged_in .zhc-btn--border-hover-only:focus,\n body.zh_logged_in .zhc-btn--border-hover-only:hover,\n body.zh_logged_in .zhc-confirm-dialog {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-confirm-dialog__actions .zhc-btn--text {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\" */\n body.zh_logged_in .zhc-confirm-dialog__footer {\n border-top-color: #343434;\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-input {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-input--disabled {\n background-color: #242424;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-input--error:focus {\n box-shadow: none;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhu-blankslate {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhu-checkbox {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhu-checkbox:checked {\n background-color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhu-checkbox:checked::after {\n color: #fff;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhu-checkbox:focus {\n box-shadow: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhu-color-brand {\n color: #5560d2 !important;\n }\n /* zenhub: \"color: #333 !important\" */\n body.zh_logged_in .zhu-color-text {\n color: #bebebe !important;\n }\n /* zenhub: \"color: #666 !important\" */\n body.zh_logged_in .zhu-color-text-secondary-dark {\n color: #949494 !important;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhu-panel {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhu-tag-default {\n background-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhu-text-important {\n color: #bebebe;\n }\n /* zenhub: \"color: #fff !important\" */\n body.zh_logged_in .zhu-text-light {\n color: #fff !important;\n }\n /* zenhub: \"color: #666 !important\" */\n body.zh_logged_in .zhu-text-secondary-dark {\n color: #949494 !important;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-account-details__section {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-account-details__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-account-details__item--edit input {\n background-color: #242424;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-account-details__item--edit__info-message {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-account-details__banner-action {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-billing-history__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-billing-history__item:first-child {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-cancel-subscription-modal {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__cancellation-reason {\n color: #bebebe;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__missing-features {\n background-color: #202020;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__missing-features__feature .zhu-checkbox:not(:checked) {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__feedback,\n body.zh_logged_in .zhc-cancel-subscription-modal__note {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__other-comments__input {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-cancel-subscription-modal__warning,\n body.zh_logged_in .zhc-cancel-subscription-page__text {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-remove-licenses {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-remove-licenses__section {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-remove-licenses__subtext {\n color: #949494;\n }\n /* zenhub: \"color: #666\", \"#e9e9e9\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-remove-licenses__quantity {\n color: #949494;\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-remove-licenses__num-to-remove {\n color: #5560d2;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zhc-account-settings__section {\n background-color: #181818;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-account-settings__section h3,\n body.zh_logged_in .zhc-account-settings__section strong {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-account-settings__link {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-account-settings__link .zhu-panel {\n border-top-color: #343434;\n }\n /* zenhub: \"#fcf9e4\", \"#faebcc\" */\n body.zh_logged_in .zhc-account-settings__summary--warning {\n background-color: #261d08;\n border-color: #261d08;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-account-settings__banner-action {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-account-settings__icon {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-organization-admin-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-organization-admin-item__username {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\", \"color: #fff\" */\n body.zh_logged_in .zhc-organization-admin-item__admin-tag {\n background-color: #5560d2;\n color: #fff;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-beta-tag {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-avatar {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-badge {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"transparent\", \"#5e60ba\", \"#5e60ba\" */\n body.zh_logged_in .zhc-badge--estimate-closed {\n background-color: transparent;\n color: #5560d2;\n border-color: #5560d2;\n }\n /* zenhub: \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-badge--estimate-average {\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-badge--issue-count {\n background-color: #383838;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-badge--epic-points {\n background-color: transparent;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zhc-badge--epic-points .zhc-badge__value {\n color: #f0f0f0;\n }\n /* zenhub: \"color: #666\", \"#fcf9e4\", \"#faebcc\" */\n body.zh_logged_in .zhc-banner {\n color: #949494;\n background-color: #261d08;\n border-color: #261d08;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-banner strong {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-banner--neutral {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-board-loading__pipeline-section {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\", \"#fff\", \"#e9e9e9\", \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-board-loading__message {\n color: #949494;\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-board-loading__message .zhc-spinner-outline {\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-breadcrumbs--default .zhc-breadcrumbs__button--active,\n body.zh_logged_in .zhc-breadcrumbs--default .zhc-breadcrumbs__button:hover {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#f4f4f4\" */\n body.zh_logged_in .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button:hover {\n border-color: #343434;\n background-color: #242424;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button.zhc-breadcrumbs__button--untitled-workspace:hover {\n background-color: transparent;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button--active {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#ccc\", \"color: #fff\" */\n body.zh_logged_in .zhc-breadcrumbs__button__untitled-tag {\n background-color: #484848;\n color: #fff;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-breadcrumbs__divider {\n color: #949494;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-breadcrumbs--workspace-phase-3-off.zhc-breadcrumbs--extension-topbar .zhc-breadcrumbs__button:hover {\n background-color: transparent;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-burndown-chart__placeholder {\n background-color: #181818;\n }\n /* zenhub: \"#fff\", \"#ddd\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-burndown-chart__placeholder__message {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-burndown-chart__stats {\n border-left-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-burndown-chart__stats:first-child {\n border-bottom-color: #343434;\n }\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-burndown-chart__stats__detail strong {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-burndown-report-header__divider-icon {\n color: #949494;\n }\n /* zenhub: \"color: #333\", \"#e9e9e9\", \"color: #fff\", \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button {\n color: #fff;\n background-color: #181818;\n border-color: #343434;\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button:active, body.zh_logged_in .zhc-button:focus,\n body.zh_logged_in .zhc-button:hover {\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button[disabled],\n body.zh_logged_in .zhc-button[disabled]:active,\n body.zh_logged_in .zhc-button[disabled]:focus,\n body.zh_logged_in .zhc-button[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"color: #333\", \"transparent\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button.zhc-button--variant-text {\n color: #bebebe;\n background-color: transparent;\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button.zhc-button--variant-text[disabled],\n body.zh_logged_in .zhc-button.zhc-button--variant-text[disabled]:active,\n body.zh_logged_in .zhc-button.zhc-button--variant-text[disabled]:focus,\n body.zh_logged_in .zhc-button.zhc-button--variant-text[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"color: #333\", \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button.zhc-button--variant-text:active,\n body.zh_logged_in .zhc-button.zhc-button--variant-text:hover {\n color: #bebebe;\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button.zhc-button--variant-text:focus {\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-button--color-primary {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-primary[disabled],\n body.zh_logged_in .zhc-button--color-primary[disabled]:active,\n body.zh_logged_in .zhc-button--color-primary[disabled]:focus,\n body.zh_logged_in .zhc-button--color-primary[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#5e60ba\", \"transparent\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text {\n color: #5560d2;\n background-color: transparent;\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text[disabled],\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text[disabled]:active,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text[disabled]:focus,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text:active,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text:focus,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-text:hover {\n background-color: transparent;\n }\n /* zenhub: \"#fff\", \"#5e60ba\", \"#5e60ba\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined {\n background-color: #181818;\n color: #5560d2;\n border-color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined[disabled],\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:active,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:focus,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined:active,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined:focus,\n body.zh_logged_in .zhc-button--color-primary.zhc-button--variant-outlined:hover {\n background-color: #181818;\n border-color: #5560d2;\n }\n /* zenhub: \"color: #fff\", \"#f8f8f8\", \"#e9e9e9\", \"color: #666\" */\n body.zh_logged_in .zhc-button--color-secondary {\n color: #fff;\n background-color: #202020;\n border-color: #343434;\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-button--color-secondary:active,\n body.zh_logged_in .zhc-button--color-secondary:focus,\n body.zh_logged_in .zhc-button--color-secondary:hover {\n background-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-secondary[disabled],\n body.zh_logged_in .zhc-button--color-secondary[disabled]:active,\n body.zh_logged_in .zhc-button--color-secondary[disabled]:focus,\n body.zh_logged_in .zhc-button--color-secondary[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"color: #666\", \"transparent\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text {\n color: #949494;\n background-color: transparent;\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text[disabled],\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text[disabled]:active,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text[disabled]:focus,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"color: #333\", \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text:active,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text:hover {\n color: #bebebe;\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-text:focus {\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"#fff\", \"color: #333\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined {\n background-color: #181818;\n color: #bebebe;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined[disabled],\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:active,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:focus,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined:active,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined:focus,\n body.zh_logged_in .zhc-button--color-secondary.zhc-button--variant-outlined:hover {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-button--color-action {\n color: #fff;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-action[disabled],\n body.zh_logged_in .zhc-button--color-action[disabled]:active,\n body.zh_logged_in .zhc-button--color-action[disabled]:focus,\n body.zh_logged_in .zhc-button--color-action[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"transparent\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text {\n background-color: transparent;\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text[disabled],\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text[disabled]:active,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text[disabled]:focus,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text:active,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text:focus,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-text:hover {\n background-color: transparent;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined {\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined[disabled],\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined[disabled]:active,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined[disabled]:focus,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined:active,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined:focus,\n body.zh_logged_in .zhc-button--color-action.zhc-button--variant-outlined:hover {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-button--color-danger {\n color: #fff;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-danger[disabled],\n body.zh_logged_in .zhc-button--color-danger[disabled]:active,\n body.zh_logged_in .zhc-button--color-danger[disabled]:focus,\n body.zh_logged_in .zhc-button--color-danger[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"transparent\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text {\n background-color: transparent;\n box-shadow: none;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text[disabled],\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text[disabled]:active,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text[disabled]:focus,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text:active,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text:focus,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-text:hover {\n background-color: transparent;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined {\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined[disabled],\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:active,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:focus,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined[disabled]:hover {\n background-color: #202020;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined:active,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined:focus,\n body.zh_logged_in .zhc-button--color-danger.zhc-button--variant-outlined:hover {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\", \"#fff\", \"#e9e9e9\", \"color: #333\", \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-button--color-inactive {\n color: #fff;\n background-color: #181818;\n color: #bebebe;\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-button--color-inactive:active,\n body.zh_logged_in .zhc-button--color-inactive:focus,\n body.zh_logged_in .zhc-button--color-inactive:hover {\n background-color: #181818;\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-button-group > * {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-cancellation-notice__text {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-container {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-container__header {\n background-color: #242424;\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-chart-container__info-toggle {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-container__footer {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-legend__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-chart-legend__item:nth-child(even) {\n border-left-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 760px) and (max-width: 1019px) {\n body.zh_logged_in .zhc-chart-legend__item:not(:nth-child(4n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-chart-legend__item:not(:nth-child(5n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-chart-legend__item-icon.line {\n background-color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-stats__stat {\n border-right-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-info__wrapper {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-chart-info__close {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-legend::after {\n background-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-legend .zhc-dropdown,\n body.zh_logged_in .zhc-chart-legend display flex {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-chart-legend .zhc-dropdown:nth-child(odd),\n body.zh_logged_in .zhc-chart-legend display flex:nth-child(odd) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 760px) and (max-width: 1019px) {\n body.zh_logged_in .zhc-chart-legend .zhc-dropdown:not(:nth-child(4n)),\n body.zh_logged_in .zhc-chart-legend display flex:not(:nth-child(4n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-chart-legend .zhc-dropdown:not(:nth-child(5n)),\n body.zh_logged_in .zhc-chart-legend display flex:not(:nth-child(5n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"none\", \"#fff\" */\n body.zh_logged_in .zhc-chart-legend .zhc-dropdown .zhc-selection-button {\n background-image: none;\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-chart-legend-icon--line {\n background-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-chart-legend-icon--dashed {\n border-bottom-color: #5560d2;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-chart-legend-icon--check::after {\n border-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-chart-legend-icon--disabled {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-legend__labels {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-chart-legend__labels--notselected {\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-chart-legend__labels:nth-child(odd) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 760px) and (max-width: 1019px) {\n body.zh_logged_in .zhc-chart-legend__labels:not(:nth-child(4n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-chart-legend__labels:not(:nth-child(5n)) {\n border-right-color: #343434;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-chart-legend__labels-label-item:hover {\n background-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-chart-legend__labels-x {\n color: #949494;\n }\n /* zenhub: \"rgba(0,0,0,0.8)\" */\n body.zh_logged_in .zhc-chart-tooltip {\n background-color: #242424;\n }\n /* zenhub: \"#ccc\" */\n body.zh_logged_in .zhc-checkbox-toggle::before {\n background-color: #484848;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-checkbox-toggle::after {\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\", \"#5e60ba\" */\n body.zh_logged_in .zhc-checkbox-toggle--is-active::before {\n background-color: #5560d2;\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkbox-toggle--is-active::after {\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\",\"#fff\" */\n body.zh_logged_in .zhc-checkout-box__title input[type=\"radio\"] {\n box-shadow: 0 0 0 1px #5560d2, inset 0 0 0 3px #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__title input[type=\"radio\"]:checked {\n background-color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-checkout-box__input {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__input input {\n color: #5560d2;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-checkout-box__input input:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-checkout-box__input-button {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__update-quantity__content input {\n color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__update-quantity__input {\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__important-info,\n body.zh_logged_in .zhc-checkout-box__price {\n color: #5560d2;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-checkout-box__plan--active {\n background-color: #242424;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-checkout-box__meta {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-checkout-box__save-check {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-checkout-box__cancel,\n body.zh_logged_in .zhc-checkout-box__card-number {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\", \"color: #fff\" */\n body.zh_logged_in .zhc-chip {\n background-color: #5560d2;\n color: #fff;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-chip--outlined {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-choose-organization {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-choose-organization__section + .zhc-choose-organization__section {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#5e60ba\" */\n body.zh_logged_in .zhc-choose-organization__learn-more {\n border-top-color: #343434;\n color: #5560d2;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-organization-item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-organization-item__content .zhc-avatar {\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-organization-item__name {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-organization-item__personal {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-click-text-item {\n color: #5560d2;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-collapsible__content {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-collapsible-control {\n color: #5560d2;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-collapsible-control--button {\n background-color: transparent;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-collapsible-control:hover.zhc-collapsible-control--grey:not(.zhc-collapsible-control--border) {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-collapsible-control:hover.zhc-collapsible-control--border {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-collapsible-control {\n border-color: #343434;\n background-color: #181818;\n }\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-collapsible-control__main-icon {\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"color: #333\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-confetti-announcement {\n background-color: #181818;\n color: #bebebe;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-confetti-announcement .zhc-confetti-announcement__close:hover {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-confirmation-modal {\n background-color: #181818;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zhc-consent-form {\n background: #181818 url(\"data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%22834px%22 height=%22828px%22 viewBox=%220 0 834 828%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Ctitle%3EHeader Content%3C/title%3E %3Cdefs%3E %3Cfilter x=%22-21.1%25%22 y=%22-21.3%25%22 width=%22142.1%25%22 height=%22142.5%25%22 filterUnits=%22objectBoundingBox%22 id=%22filter-1%22%3E %3CfeOffset dx=%220%22 dy=%220%22 in=%22SourceAlpha%22 result=%22shadowOffsetOuter1%22%3E%3C/feOffset%3E %3CfeGaussianBlur stdDeviation=%2235%22 in=%22shadowOffsetOuter1%22 result=%22shadowBlurOuter1%22%3E%3C/feGaussianBlur%3E %3CfeColorMatrix values=%220 0 0 0 0.0745098039 0 0 0 0 0.152941176 0 0 0 0 0.894117647 0 0 0 0.4 0%22 type=%22matrix%22 in=%22shadowBlurOuter1%22 result=%22shadowMatrixOuter1%22%3E%3C/feColorMatrix%3E %3CfeMerge%3E %3CfeMergeNode in=%22shadowMatrixOuter1%22%3E%3C/feMergeNode%3E %3CfeMergeNode in=%22SourceGraphic%22%3E%3C/feMergeNode%3E %3C/feMerge%3E %3C/filter%3E %3Cpath d=%22M358.656073,626.31342 C629.288262,598.927399 641.075125,280.234604 634.803507,85.4856777 C628.53189,-109.263248 498.056199,85.4856777 308.547968,117.999862 C119.039736,150.514046 4.54747351e-13,227.770029 4.54747351e-13,370.030172 C4.54747351e-13,512.290315 88.0238831,653.699442 358.656073,626.31342 Z%22 id=%22path-2%22%3E%3C/path%3E %3ClinearGradient x1=%2280.026983%25%22 y1=%2247.8317812%25%22 x2=%229.58568632%25%22 y2=%2255.1671395%25%22 id=%22linearGradient-4%22%3E %3Cstop stop-color=%22%235F7EFC%22 offset=%220%25%22%3E%3C/stop%3E %3Cstop stop-color=%22%237000E3%22 offset=%22100%25%22%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient x1=%2292.3736583%25%22 y1=%2255.3637741%25%22 x2=%2217.4842397%25%22 y2=%2250%25%22 id=%22linearGradient-5%22%3E %3Cstop stop-color=%22%23926BFF%22 offset=%220%25%22%3E%3C/stop%3E %3Cstop stop-color=%22%232041F4%22 offset=%22100%25%22%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient x1=%2296.8812482%25%22 y1=%2248.866548%25%22 x2=%220%25%22 y2=%2258.8238281%25%22 id=%22linearGradient-6%22%3E %3Cstop stop-color=%22%236341FA%22 offset=%220%25%22%3E%3C/stop%3E %3Cstop stop-color=%22%23674BF6%22 offset=%22100%25%22%3E%3C/stop%3E %3C/linearGradient%3E %3ClinearGradient x1=%2296.8812482%25%22 y1=%2249.1349627%25%22 x2=%220%25%22 y2=%2256.7342422%25%22 id=%22linearGradient-7%22%3E %3Cstop stop-color=%22%236341FA%22 offset=%220%25%22%3E%3C/stop%3E %3Cstop stop-color=%22%23674BF6%22 offset=%22100%25%22%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id=%22Sign-Up-workflow_Updated%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%22W2.-GDPR-Privacy---Default%22 transform=%22translate(-739.000000, -6.000000)%22%3E %3Cg id=%22Privacy-Popup%22 transform=%22translate(455.000000, 102.000000)%22%3E %3Cg id=%22GDPR-Background%22%3E %3Cg id=%22Header-Content%22 transform=%22translate(383.000000, 3.000000)%22%3E %3Cg id=%22Group-Copy%22 filter=%22url(%23filter-1)%22%3E %3Cmask id=%22mask-3%22 fill=%22white%22%3E %3Cuse xlink:href=%22%23path-2%22%3E%3C/use%3E %3C/mask%3E %3Cuse id=%22Oval-7-Copy-5%22 fill=%22%236450F0%22 xlink:href=%22%23path-2%22%3E%3C/use%3E %3Cpath d=%22M454.906792,357.964338 C454.811253,215.601768 320.992938,174.447035 240.642945,157.044132 C202.757297,148.838527 163.787752,165.863729 130.360393,181.698548 C82.969362,204.148076 152.168249,305.594803 273.862803,303.211032 C395.557357,300.827262 454.950337,422.90292 454.906792,357.964338 Z%22 id=%22Oval-7-Copy-2%22 fill=%22url(%23linearGradient-4)%22 opacity=%220.717787591%22 mask=%22url(%23mask-3)%22 transform=%22translate(285.115365, 265.964877) rotate(-47.000000) translate(-285.115365, -265.964877) %22%3E%3C/path%3E %3Cpath d=%22M0.192642619,390.372313 C36.8588979,428.54067 70.6617568,447.914702 101.601219,448.494409 C167.285755,449.725128 213.154513,419.921551 268.383261,416.786279 C330.062705,413.284809 384.057302,425.86761 414.078788,448.494409 C465.25722,487.066919 421.657847,520.417185 421.657847,565.575204 C421.657847,595.68055 433.928981,618.957686 458.47125,635.406611 L0.192642619,635.406611 L0.192642619,390.372313 Z%22 id=%22Rectangle-3%22 fill=%22url(%23linearGradient-5)%22 mask=%22url(%23mask-3)%22%3E%3C/path%3E %3Cpath d=%22M6.37154986,493.286123 C25.4843023,479.088826 48.0525599,473.095079 74.0763228,475.304885 C118.503521,479.077416 129.100123,526.67466 168.808182,526.538364 C216.454799,526.374818 237.905804,501.305794 292.627239,511.797193 C347.348674,522.288593 366.459408,551.956017 372.728106,561.599967 C376.907238,568.029267 385.840909,591.663265 399.52912,632.501962 L6.37154986,640.02045 L6.37154986,493.286123 Z%22 id=%22Rectangle-2%22 fill=%22url(%23linearGradient-6)%22 opacity=%220.366168478%22 mask=%22url(%23mask-3)%22%3E%3C/path%3E %3Cpath d=%22M-24.974837,236.105886 C-2.08644173,221.916844 24.9456321,215.935528 56.1213845,218.16194 C109.343946,221.962821 122.062461,269.57846 169.629815,269.466627 C226.706981,269.332437 252.390832,244.270402 317.94862,254.798176 C383.506408,265.32595 428.776828,297.152719 436.291254,306.802939 C441.300871,313.236419 467.963564,338.35665 516.279333,382.163632 C407.391601,404.203608 328.828511,415.596305 280.590062,416.341722 C251.585469,416.789923 168.233416,383.509196 98.2837974,375.100258 C67.3599394,371.382771 26.2989458,373.97494 -24.8991834,382.876766 L-24.974837,236.105886 Z%22 id=%22Rectangle-2-Copy%22 fill=%22url(%23linearGradient-7)%22 opacity=%220.366168478%22 mask=%22url(%23mask-3)%22 transform=%22translate(245.652248, 317.027599) rotate(-205.000000) translate(-245.652248, -317.027599) %22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E\") 280px -75px no-repeat;\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"color: #333\" */\n body.zh_logged_in .zhc-consent-form__title {\n border-top-color: #343434;\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-consent-form__checkbox input {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-consent-form__checkbox input:checked {\n background: #5560d2 url(\"data:image/svg+xml;charset=utf-8,%3Csvg height=%2216%22 viewBox=%220 0 16 16%22 width=%2216%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Cdefs%3E%3Cpath id=%22a%22 d=%22m3.80473785 7.72385763c-.26034952-.26034953-.68245951-.26034953-.94280904 0-.26034953.26034952-.26034953.68245951 0 .94280904l3.13807119 3.13807123c.26034953.2603495.68245951.2603495.94280904 0l5.99999996-6.00000005c.2603496-.26034952.2603496-.68245951 0-.94280904-.2603495-.26034953-.6824595-.26034953-.942809 0l-5.52859548 5.52859549z%22/%3E%3Cmask id=%22b%22 fill=%22%23fff%22%3E%3Cuse fill=%22%23fff%22 fill-rule=%22evenodd%22 xlink:href=%22%23a%22/%3E%3C/mask%3E%3C/defs%3E%3Cg fill=%22none%22 fill-rule=%22evenodd%22%3E%3Cuse fill=%22%23333%22 xlink:href=%22%23a%22/%3E%3Cg fill=%22%23fff%22 mask=%22url(%23b)%22%3E%3Cpath d=%22m0 0h16v16h-16z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\") center no-repeat;\n }\n /* zenhub: \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-consent-form__checkbox input:focus {\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"box-shadow: none\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-control-chart .zhc-control-chart__left-axis {\n box-shadow: none;\n }\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-control-chart-report .zhc-dropdown--ccr-pipelines .zhc-selection-item--is-disabled {\n background-color: transparent;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-control-chart-report__chart_stat .zhc-chart-emphasis {\n color: #bebebe;\n }\n /* zenhub: \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-cumulative-chart__left-axis {\n box-shadow: 0 -8px 8px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"box-shadow: none\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-cumulative-chart__left-axis {\n box-shadow: none;\n }\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-api-tokens__form .zhc-icon {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-billing {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-billing__period,\n body.zh_logged_in .zhc-billing__title {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-dashboard-nav .zhc-org-dropdown__toggle-button {\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-dashboard-nav .zhc-org-dropdown__toggle-button:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-dashboard-nav__section {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dashboard-nav__item--secondary {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-dashboard-nav__item--is-active {\n color: #5560d2;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-dashboard-topbar {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-discount-text--bold-purple,\n body.zh_logged_in .zhc-plan-summary {\n color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .DateRangePickerInput {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (min-width: 760px) {\n body.zh_logged_in .DateRangePickerInput .DateRangePicker_picker {\n border-color: #343434;\n }\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .DateRangePickerInput_arrow::after {\n color: #949494;\n }\n /* zenhub: \"none\", \"color: #666\" */\n body.zh_logged_in .DateInput {\n background: none;\n color: #949494;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .DateInput .DateInput_input {\n background: none;\n }\n /* zenhub: \"#5e60ba\", \"color: #fff\" */\n body.zh_logged_in .DateInput .DateInput_input.DateInput_input__focused {\n background-color: #5560d2;\n color: #fff;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .DateInput .DateInput_input.DateInput_input__focused::placeholder {\n color: #fff;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .DateInput .DateInput_displayText__has-input {\n color: #949494;\n }\n /* zenhub: \"color: #666\", \"#e9e9e9\" */\n body.zh_logged_in .DayPicker__horizontal .DayPicker_nav__next,\n body.zh_logged_in .DayPicker__horizontal .DayPicker_nav__prev {\n color: #949494;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .CalendarMonth_caption {\n color: #949494;\n }\n /* zenhub: \"color: #666\", \"#e9e9e9\" */\n body.zh_logged_in .CalendarDay {\n color: #949494;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .CalendarDay__selected_end,\n body.zh_logged_in .CalendarDay__selected_end:active,\n body.zh_logged_in .CalendarDay__selected_end:hover,\n body.zh_logged_in .CalendarDay__selected_start,\n body.zh_logged_in .CalendarDay__selected_start:active,\n body.zh_logged_in .CalendarDay__selected_start:hover,\n body.zh_logged_in .CalenderDay__selected_span,\n body.zh_logged_in .CalenderDay__selected_span:active,\n body.zh_logged_in .CalenderDay__selected_span:hover {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .CalendarDay__hovered_span,\n body.zh_logged_in .CalendarDay__hovered_span.active,\n body.zh_logged_in .CalendarDay__hovered_span:hover,\n body.zh_logged_in .CalendarDay__selected_end,\n body.zh_logged_in .CalendarDay__selected_end.active,\n body.zh_logged_in .CalendarDay__selected_end:hover,\n body.zh_logged_in .CalendarDay__selected_span,\n body.zh_logged_in .CalendarDay__selected_span.active,\n body.zh_logged_in .CalendarDay__selected_span:hover,\n body.zh_logged_in .CalendarDay__selected_start,\n body.zh_logged_in .CalendarDay__selected_start.active,\n body.zh_logged_in .CalendarDay__selected_start:hover {\n color: #fff;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .CalendarDay.CalendarDay__selected:not(.CalendarDay__blocked_out_of_range),\n body.zh_logged_in .CalendarDay.CalendarDay__selected_end:not(.CalendarDay__blocked_out_of_range),\n body.zh_logged_in .CalendarDay:not(.CalendarDay__blocked_out_of_range).CalendarDay__selected,\n body.zh_logged_in .CalendarDay:not(.CalendarDay__blocked_out_of_range).CalendarDay__selected_start {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .DayPicker_weekHeader {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-date-selector .DayPicker,\n body.zh_logged_in .zhc-date-selector .DayPicker--horizontal {\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-date-selector .CalendarDay__button:hover {\n color: #fff;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-date-selector .CalendarDay--selected,\n body.zh_logged_in .zhc-date-selector .CalendarDay--selected-end,\n body.zh_logged_in .zhc-date-selector .CalendarDay--selected-start,\n body.zh_logged_in .zhc-date-selector .CalendarDay__button:active {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"#faebcc\", \"#fcf9e4\" */\n body.zh_logged_in .zhc-add-dependency__error-message {\n border-color: #261d08;\n background-color: #261d08;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-add-dependency__error-message .zhu-font-bold {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-color-grey {\n color: #949494;\n }\n /* zenhub: \"rgba(27,31,35,0.15)\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-dependency-issue-selector__search {\n box-shadow: 0 3px 12px #000;\n }\n }\n /* zenhub: \"transparent\" */\n @media (min-width: 760px) {\n body.zh_logged_in .zhc-dependency-issue-selector__search .zhc-search {\n background-color: transparent;\n }\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-dependency-issue-selector__search .zhc-search input[type=\"text\"]:focus {\n box-shadow: none;\n }\n /* zenhub: \"#fff\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-dependency-issue-selector__issues__container {\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-issue-selector__issue-item-pipeline .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-dependency-list__issue__title a {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-list__issue--completed .zhc-dependency-list__issue__title a {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-dependency-item-simple .zhc-selection-item:hover {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-item-simple a {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-dependency-item-simple__header {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-dependency {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-type-dropdown {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-dependency-type-dropdown__control {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dependency-type-dropdown__control .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-dependency-type-dropdown__list {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-dependency-type-dropdown__list__item {\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#fff\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-add-dependency {\n background-color: #181818;\n }\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-dropdown__clear-filter {\n background-color: transparent;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zhc-dropdown__clear-filter:hover {\n background-image: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-dropdown-switch-item__switch {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-due-date__edit {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-empty-state h1 {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-epic-list {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-epic-list .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-epic-list__epic-icon {\n background-color: #343434;\n border-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-epic-list-issue__title a,\n body.zh_logged_in .zhc-epic-meta__toggle {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-epic-pipeline-list--item__title,\n body.zh_logged_in .zhc-error-page__header__description,\n body.zh_logged_in .zhc-error-page__header__title {\n color: #bebebe;\n }\n /* zenhub: \"color: #fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-feature-alert {\n color: #fff;\n background-color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-feature-alert__footer a {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-feature-announcement {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-feature-announcement__x:hover {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-feature-announcement__image {\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-filter-expand-button {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-filter-tag {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-filter-tag .zhc-svg-icon--x {\n color: #949494;\n }\n /* zenhub: \"color: #666\", \"transparent\" */\n body.zh_logged_in .zhc-filter-tag__text {\n color: #949494;\n background-color: transparent;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-filter-tags__options {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\" */\n body.zh_logged_in .zhc-footer__wrapper {\n border-top-color: #343434;\n color: #949494;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-footer__terms a {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-footer__guides a {\n color: #5560d2;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-grid-table {\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-grid-table__row--is-data-row td {\n border-top-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-grid-table__cell {\n background-color: #242424;\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-grid-table__first-col {\n border-right-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-icon--has-notification::after {\n border-color: #181818;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zhc-info-alert {\n background-color: #181818;\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-info-alert--pointer--left::after {\n border-right-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-info-alert--pointer--right::after {\n border-left-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-info-alert--pointer--top::after {\n border-bottom-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-info-alert--pointer--bottom::after {\n border-top-color: #181818;\n }\n /* zenhub: \"#fff\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-integration-repo-selector__repos__container {\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-integrations .zhc-integrations-section {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-integrations .zhc-integrations-section input {\n background-color: #242424;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-integrations__generate-webhook {\n color: #5560d2;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-integrations-section .zhc-integrations-section__form--error input:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-integrations-section .zhc-integrations-section__form-label {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-integrations-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-integrations-item .zhc-integrations__hook:first-child:not(:last-child),\n body.zh_logged_in .zhc-integrations-item .zhc-integrations__repo,\n body.zh_logged_in .zhc-integrations-item .zhc-integrations__service {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-integrations-item .zhc-integrations__action {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\" */\n body.zh_logged_in .zhc-integrations-list__header {\n border-bottom-color: #343434;\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-invite-link-modal {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-invite-link-modal__sharing-link {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-invite-link-modal__sharing-link__link {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-invite-link-modal__icon {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .invite-link-footer {\n background-color: #202020;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .invite-link-footer__link .zhc-input {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-invite-your-team {\n background-color: #181818;\n }\n /* zenhub: \"#fff\",\"rgba(255,255,255,0)\",\"rgba(0,0,0,0)\" */\n body.zh_logged_in .zhc-invite-your-team__scrollable-section {\n background: linear-gradient(#181818 30%, transparent), linear-gradient(transparent, #181818 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .15), transparent) 0 100%;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-invite-your-team-section--suggested:not(.zhc-invite-your-team-section--empty) {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-invite-your-team__controls {\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-invite-your-team-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#5e60ba\" */\n body.zh_logged_in .zhc-invite-your-team-item--toggle-text {\n border-color: #343434;\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-invitees-list {\n border-bottom-color: #343434;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-invitees-list input:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-invitee-input {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-card--options-open {\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-card--unread-notification::before {\n background-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card__action-notification {\n border-left-color: #5560d2;\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-issue-card__action-notification .zhc-icon--has-notification::after,\n body.zh_logged_in .zhc-issue-card__action-notification .zhc-icon--notification::after,\n body.zh_logged_in .zhc-issue-card__action-notification .zhc-issue-card__action-notification__has-notification::after {\n border-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-card--multi-active,\n body.zh_logged_in .zhc-issue-card--multi-active::after {\n border-color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\", \"#ddd\" */\n body.zh_logged_in .zhc-issue-card--is-dragging {\n background-color: #343434;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-issue-card__main {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card__meta {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-card__issue-title {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card__assignees .zhc-avatar,\n body.zh_logged_in .zhc-issue-card__assignees .zhc-issue-card__multiple-assignees {\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-issue-card__multiple-assignees {\n color: #fff;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-card__heading__main {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-card__select-icon--selected circle {\n fill: #5560d2;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card__actions__btn {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-card__epic-filter {\n color: #bebebe;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-card__connected-pull-request {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#fff\",\"rgba(255,255,255,0)\",\"rgba(0,0,0,0)\" */\n body.zh_logged_in .zhc-selection-list-deprecated--issue-card-actions .zhc-selection-list-deprecated__body .zhc-selection-list-deprecated__list {\n background: linear-gradient(#181818 30%, transparent), linear-gradient(transparent, #181818 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .15), transparent) 0 100%;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-issue-cards:focus {\n box-shadow: none;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-issue-cards::-webkit-scrollbar,\n body.zh_logged_in .zhc-issue-cards::-webkit-scrollbar-thumb {\n background-color: #383838;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-issue-cards::-webkit-scrollbar-track {\n background-color: #242424;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-add-comment {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-add-comment__username {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-comment {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-comment__username {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-comment__timestamp,\n body.zh_logged_in .zhc-comment__timestamp a {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-edit-comment__file-upload,\n body.zh_logged_in .zhc-edit-comment__preview,\n body.zh_logged_in .zhc-edit-comment__textarea {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-edit-comment__tag-loading {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-discussion-events__body__icon {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-discussion-events__icon {\n border-color: #343434;\n }\n /* zenhub: \"#6a737d\" */\n body.zh_logged_in .zhc-discussion-events__icon--grey,\n body.zh_logged_in .zhc-discussion-events__icon--grey-dark {\n background-color: #444;\n }\n /* zenhub: \"#24292e\" */\n body.zh_logged_in .zhc-discussion-events__icon--grey-darker {\n background-color: #181818;\n }\n /* zenhub: \"transparent\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-edit-issue__title-input {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-issue-badge {\n color: #fff;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-badge--epic {\n background-color: #5560d2;\n }\n /* zenhub: \"#ffd33d\" */\n body.zh_logged_in .zhc-issue-badge--pr-draft {\n background-color: #cb4;\n color: #cdcdcd;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-description {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-meta {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-meta__username {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-modal__body.zhc-issue-modal__body--extension {\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issue-modal__header__issue-title a {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-issue-modal__header__toggle-sidebar .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issue-sidebar .zhc-sidebar-selector {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-new-issue-body__username {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-new-issue-body__title-input {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-new-issue-body__dropdown-divider {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-pr-header-info__link {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-issue-item .zhc-svg-icon--board {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issue-item__title {\n color: #bebebe;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zhc-sidebar-assignee-selector .zhc-sidebar-assignee-selector_active_assignees {\n background: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-assign-yourself:hover {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-assign-yourself--read-only:hover {\n color: #bebebe;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zhc-sidebar-selector {\n background: none;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-epic-selector .zhc-sidebar-active-epics a {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-create-estimate-item__content .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-pipeline-selector__label {\n color: #bebebe;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .discussion-sidebar-item .zhc-sidebar-pipeline-selector__label {\n color: #afafaf;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-active-pipeline__name {\n color: #bebebe;\n }\n /* zenhub: \"color: #333\", \"none\" */\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button {\n color: #bebebe;\n background: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button .zhc-svg-icon--gear-github:hover,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button .zhc-svg-icon--gear:hover {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:active,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:active .zhc-sidebar-active-pipeline__name,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:active .zhc-svg-icon--extension,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:focus,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:focus .zhc-sidebar-active-pipeline__name,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:focus .zhc-svg-icon--extension,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:hover,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:hover .zhc-sidebar-active-pipeline__name,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button:hover .zhc-svg-icon--extension {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:active,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:active .zhc-sidebar-active-pipeline__name,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:focus,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:focus .zhc-sidebar-active-pipeline__name,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:hover,\n body.zh_logged_in .zhc-sidebar-pipeline-selector__button--disabled:hover .zhc-sidebar-active-pipeline__name {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-sidebar-active-pipeline__direction .zhc-priority-icon--hovered:not(.zhc-priority-icon--has-priority) .zhc-priority-icon__pin-icon,\n body.zh_logged_in .zhc-sidebar-active-pipeline__direction .zhc-priority-icon:hover:not(.zhc-priority-icon--has-priority) .zhc-priority-icon__pin-icon {\n color: #949494;\n }\n /* zenhub: \"color: #586069\" */\n body.zh_logged_in .discussion-sidebar-item .zhc-sidebar-selector-button {\n color: #afafaf;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .discussion-sidebar-item .zhc-sidebar-selector-button:hover {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\", \"none\" */\n body.zh_logged_in .zhc-sidebar-selector-button {\n color: #bebebe;\n background: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-selector-button:active .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button:active .zhc-svg-icon--extension,\n body.zh_logged_in .zhc-sidebar-selector-button:focus .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button:focus .zhc-svg-icon--extension,\n body.zh_logged_in .zhc-sidebar-selector-button:hover .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button:hover .zhc-svg-icon--extension {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-selector-button:active:disabled .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button:focus:disabled .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button:hover:disabled .zhc-sidebar-selector-button__heading {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-sidebar-selector-button .zhc-svg-icon--gear:hover {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-selector-button--no-hover:active .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button--no-hover:focus .zhc-sidebar-selector-button__heading,\n body.zh_logged_in .zhc-sidebar-selector-button--no-hover:hover .zhc-sidebar-selector-button__heading {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issues-list {\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-issues-list__header {\n background-color: #242424;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-issues-list-item__wrapper {\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-issues-list-item {\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-issues-list-item:hover {\n background-color: #202020;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-issues-list-item__issue-icon .zhc-svg-icon--epic-line {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-issues-list-item__issue_number,\n body.zh_logged_in .zhc-issues-list-item__title a {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-item-table {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-item-table__header {\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-item-table__cell,\n body.zh_logged_in .zhc-item-table__column-title {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-item-table__row--closed {\n background-color: #202020;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-item-table__meta-title {\n color: #949494;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-link-button:active,\n body.zh_logged_in .zhc-link-button:focus,\n body.zh_logged_in .zhc-link-button:hover {\n box-shadow: none;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zhc-loading__header {\n color: #f0f0f0;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-mail-to {\n color: #5560d2;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-manage-plan__offer,\n body.zh_logged_in .zhc-manage-plan__summary {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-manage-plan__subtitle {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-manage-plan__banner-action,\n body.zh_logged_in .zhc-manage-plan__charge-amount {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-manage-plan__renewal-date {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-manage-plan__renewal-date strong {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-manage-plan__team-members {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-manage-plan__licensed-members,\n body.zh_logged_in .zhc-manage-plan__team-members-header {\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-team-member__options-icon-wrapper--active,\n body.zh_logged_in .zhc-team-member__options-icon-wrapper:hover {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#fcf9e4\", \"#faebcc\" */\n body.zh_logged_in .zhc-manage-plan__non-licensed-members {\n background-color: #261d08;\n border-color: #261d08;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-team-member__pending-license {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-markdown-toolbar__item:active,\n body.zh_logged_in .zhc-markdown-toolbar__item:focus,\n body.zh_logged_in .zhc-markdown-toolbar__item:hover {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-menu-bar-item--search-bar {\n border-top-color: #343434;\n }\n }\n /* zenhub: \"#fff\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-menu-container__modal--is-open .zhc-menu-container__modal-wrapper {\n background-color: #181818;\n }\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-menu-container__header,\n body.zh_logged_in .zhc-menu-container__modal--is-open .zhc-menu-bar-item:not(.zhc-menu-bar-item--filter-tags) .zhc-btn:not(.zhc-btn--action),\n body.zh_logged_in .zhc-menu-container__modal--is-open .zhc-menu-bar-item:not(.zhc-menu-bar-item--filter-tags) .zhc-btn:not(.zhc-btn--action):hover {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-merge-repo-finder {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-merge-repo-finder__container {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merge-repo-finder__header,\n body.zh_logged_in .zhc-merge-repo-finder__header__text {\n color: #bebebe;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-merge-repo-finder__cancel {\n background-color: transparent;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-merge-repo-finder__cancel .zhc-svg-icon--x:hover {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merge-repo-finder-input__label {\n color: #bebebe;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-merge-repo-finder-input__text-input {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-merging-tool {\n background-color: #202020;\n }\n /* zenhub: \"#fcf9e4\", \"#faebcc\", \"color: #666\" */\n body.zh_logged_in .zhc-merging-tool__warning {\n background-color: #261d08;\n border-bottom-color: #261d08;\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-merging-tool__buttons {\n background-color: #202020;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-merging-tool__repo-dropdown__arrow {\n background-color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-merging-tool__repo-dropdown__arrow .zhc-svg-icon--back-arrow {\n color: #fff;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-pipeline {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-pipeline--is-new {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-pipeline__header,\n body.zh_logged_in .zhc-merging-tool-pipeline__header--is-edit {\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-merging-tool-pipeline--placeholder,\n body.zh_logged_in .zhc-merging-tool-pipeline--placeholder .zhc-pipeline-header__main {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-merging-tool-pipeline--add__input {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"#ddd\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card--is-dragging .zhc-merging-tool-pipeline-card__body {\n background-color: #343434;\n border-color: #343434;\n box-shadow: none;\n }\n /* zenhub: \"#e9e9e9\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card__body {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card__repo-name {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card__issue-count {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card--all-issues .zhc-merging-tool-pipeline-card__issue-count {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-merging-tool-pipeline-card__buttons {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown::after {\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper .zhc-selection-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper .zhc-selection-item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper:first-child .zhc-selection-item:hover {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-list-deprecated__list .zhc-tooltip-wrapper:last-child .zhc-selection-item:hover {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-button {\n color: #bebebe;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown .zhc-selection-button:disabled {\n background-color: #242424;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown__org-name {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-merging-tool-repo-dropdown__repo-name {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-milestone-modal__characters-left {\n color: #949494;\n }\n /* zenhub: \"#4183c4\" */\n body.zh_logged_in .zhc-milestone-modal__connected-repos__select-repos {\n color: rgb(79, 140, 201);\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-milestone-modal__info input,\n body.zh_logged_in .zhc-milestone-modal__info textarea {\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-milestone-modal__info input {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-milestone-panel {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-milestone-panel__title,\n body.zh_logged_in .zhc-milestone-start-date__date {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-milestone-start-date__edit {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-milestone-title__description {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-modal__header {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-modal__header--no-title {\n background-color: #202020;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-modal__header__close:hover {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-modal__header__close .zhc-svg-icon:hover {\n color: #bebebe;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-modal__body {\n background-color: #202020;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-multi-action-footer {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-multi-action-placeholder__primary-text {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-multi-action-status,\n body.zh_logged_in .zhc-my-info__delete p,\n body.zh_logged_in .zhc-my-info__gh-info-text,\n body.zh_logged_in .zhc-my-info__terms {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-app-notification {\n border-bottom-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-app-notification:hover {\n background-color: #202020;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-app-notification:focus {\n box-shadow: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-app-notification__status--unread {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-app-notification__title,\n body.zh_logged_in .zhc-notifications-body__header__title {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\", \"#5e60ba\" */\n body.zh_logged_in .zhc-notifications-body__manage {\n border-color: #343434;\n background-color: #181818;\n color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-notifications-empty__link {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-notifications-manager__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-notifications-manager__item-name {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-notifications-manager__item-status {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-notifications-manager__header {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-subscription-menu__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-subscription-menu__item:hover {\n background-color: #242424;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-notifications-sidebar__item,\n body.zh_logged_in .zhc-subscription-menu-item__title,\n body.zh_logged_in .zhc-subscription-menu__item-title {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-notifications-sidebar__item:hover {\n background-color: #343434;\n }\n /* zenhub: \"color: #fff !important\", \"#5e60ba\" */\n body.zh_logged_in .zhc-notifications-sidebar__item--active {\n color: #fff !important;\n background-color: #5560d2 !important;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-notifications-sidebar__header {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-repo-notifications {\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-repo-notifications__header {\n background-color: #242424;\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-repo-notifications--single-repo .zhc-repo-notifications__header {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-repo-notifications--single-repo .zhc-repo-notifications__load-more,\n body.zh_logged_in .zhc-repo-notifications--single-repo .zhc-repo-notifications__notification-list {\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-repo-notifications__load-more {\n border-top-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-onboarding-page .zhc-sidebar-container {\n background-color: #181818;\n border-right-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-org-dropdown__toggle-button .zhc-svg-icon--chevron-down-white {\n color: #fff;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-org-dropdown__toggle-button--bordered {\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-org-dropdown__search-item,\n body.zh_logged_in .zhc-org-dropdown__show-all {\n color: #5560d2;\n }\n /* zenhub: \"none\" */\n @media (max-width: 759px) {\n body.zh_logged_in .zhc-page-container {\n background-image: none;\n }\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-pipeline {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-pipeline--add__input {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-pipeline--add-placeholder .zhc-pipeline-header__main {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-pipeline--is-collapsed .zhc-pipeline-header__collapsed-actions {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#4183c4\" */\n body.zh_logged_in .zhc-pipeline__load-more {\n color: rgb(79, 140, 201);\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-pipeline__button {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-pipeline-body {\n border-top-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-pipeline-sorted-placeholder {\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-pipeline-form {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"color: #333\" */\n body.zh_logged_in .zhc-pipeline-form__input,\n body.zh_logged_in .zhc-pipeline-form__text-area {\n border-color: #343434;\n color: #bebebe;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-pipeline-header {\n background-color: #242424;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-pipeline-header__form__edit {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-pipeline-header__meta {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-pipeline-sort-status {\n border-top-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-pipeline-sort-status__clear {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\", \"rgba(27,31,35,0.15)\", \"#fff\" */\n body.zh_logged_in .zhc-popover--deprecated_with_borders {\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-progress-bar {\n background-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-progress-bar--completed-story-points {\n background-color: #5560d2;\n }\n /* zenhub: \"#ccc\" */\n body.zh_logged_in .zhc-progress-dot {\n background-color: #484848;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-pr-issue-connector__icon {\n background-color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-pr-issue-connector__icon .zhc-svg-icon {\n color: #fff;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-pr-issue-connector__info::after {\n border-right-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-pr-issue-connector__issue-info .zhc-svg-icon--connected-pr {\n color: #fff;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-pr-issue-connector__issue-icon {\n background-color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-pr-issue-connector__issue__title a {\n color: #bebebe;\n }\n /* zenhub: \"#ccc\" */\n body.zh_logged_in .zhu-radio-button__container:hover input {\n background-color: #484848;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhu-radio-button__container input {\n border-color: #5560d2;\n }\n /* zenhub: \"#fff\",\"#5e60ba\" */\n body.zh_logged_in .zhu-radio-button__container input:checked {\n box-shadow: inset 0 0 0 1px #181818, inset 0 0 0 8px #5560d2;\n }\n /* zenhub: \"#fff\",\"#5e60ba\" */\n body.zh_logged_in .zhu-radio-button__container input:focus {\n box-shadow: inset 0 0 0 1px #181818, inset 0 0 0 8px #5560d2, 0 0 5px 2px #5e9ed6;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-readonly-banner {\n color: #fff;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-add-repos-dropdown__repo-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-add-repos-dropdown__repo-item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-add-repos-dropdown__repo-item:hover:first-child {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-add-repos-dropdown__repo-item:hover:last-child {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"color: #333\" */\n body.zh_logged_in .zhc-release-connected-repos-dropdown__repo-item {\n border-bottom-color: #343434;\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\" */\n body.zh_logged_in .zhc-release-event {\n border-bottom-color: #343434;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-release-event-link a,\n body.zh_logged_in .zhc-release-event__item--date--highlighted,\n body.zh_logged_in .zhc-release-event__item.zhc-release-event__item--author,\n body.zh_logged_in .zhc-release-event__item.zhc-release-event__item--scope {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-release-chart-completed-points .zhc-chart-areachart path {\n fill: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-release-chart-completed-points .zhc-chart-linechart__path {\n stroke: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-release-chart-completed-points .zhc-chart-scatterchart-plot {\n fill: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-progress__header {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-release-progress--diff,\n body.zh_logged_in .zhc-release-progress--no-prediction {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-progress__section {\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-progress__stats {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-release-issues .zhc-release-issues__info-alert {\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-release--no-issues {\n background-color: #202020;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-release--no-issues__content h2 {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-release-report__date {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-release-report__date .zhc-due-date,\n body.zh_logged_in .zhc-release-report__date .zhc-release-report__date__value {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-release-report-create__info,\n body.zh_logged_in .zhc-release-report__description {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-release-report-form__desc-textarea,\n body.zh_logged_in .zhc-release-report-form__title-input {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-remove-filter-item {\n color: #5560d2;\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zhc-repo-item__lock .zhc-svg-icon {\n color: #f0f0f0;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-repo-overlay {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-report-loading__title {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-reports-date-range .zhc-reports-date-range__date-range {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-reports-date-range .zhc-dropdown--reports-dates .zhc-selection-list-deprecated .zhc-reports-date-range__date-range {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-reports-date-range .zhc-dropdown--reports-dates .zhc-selection-button__title .zhc-reports-date-range__date-range {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-reports-date-range .DateRangePickerInput {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-reports-date-range .DateRangePickerInput .DateInput .DateInput_input {\n color: #bebebe;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-reports-date-range .DateRangePickerInput .DateInput .DateInput_input__focused,\n body.zh_logged_in .zhc-reports-date-range .DateRangePickerInput .DateInput .DateInput_input__focused::placeholder {\n color: #fff;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-reports-date-range .CalendarMonth_caption,\n body.zh_logged_in .zhc-reports-date-range .DayPicker_weekHeader {\n color: #bebebe;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-reports-date-range .CalendarDay.CalendarDay__hovered_span,\n body.zh_logged_in .zhc-reports-date-range .CalendarDay .CalendarDay__selected_start {\n color: #fff;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-report-card {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-report-card__title {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-report-card__secondary-cta,\n body.zh_logged_in .zhc-report-card__section {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-report-tabs {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\", \"#f4f4f4\" */\n body.zh_logged_in .zhc-report-tabs__nav {\n border-bottom-color: #343434;\n color: #949494;\n background-color: #242424;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-report-tabs__nav .zhc-report-tabs__nav__item:hover {\n color: #bebebe;\n }\n /* zenhub: \"color: #333\", \"#5e60ba\" */\n body.zh_logged_in .zhc-report-tabs__nav .zhc-report-tabs__nav__item--active {\n color: #bebebe;\n border-bottom-color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-report-tabs__nav .zhc-report-tabs__nav__item--active:hover {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"color: #666\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-report-tabs__filters {\n border-bottom-color: #343434;\n color: #949494;\n background-color: #202020;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-request-license-text {\n color: #bebebe;\n }\n /* zenhub: \"#ccc\" */\n body.zh_logged_in .zhc-request-license__admin-list-container::after,\n body.zh_logged_in .zhc-request-license__admin-list-container::before {\n background-color: #484848;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-highlighter {\n background-color: #383838;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-search {\n background-color: #181818;\n }\n /* zenhub: \"transparent\", \"#ddd\" */\n body.zh_logged_in .zhc-search__input {\n background-color: transparent;\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#ddd\" */\n body.zh_logged_in .zhc-search--with-icon {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-search-bar .zhc-svg-icon--search {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-search-bar--is-active .zhc-search-bar__input {\n border-color: #5560d2;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-search-bar__input {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-selection-button--active-filter,\n body.zh_logged_in .zhc-selection-button--active-filter.zhc-selection-button--active-filter {\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-selection-button--active-filter.zhc-selection-button--active-filter .zhc-selection-button__title,\n body.zh_logged_in .zhc-selection-button--active-filter .zhc-selection-button__title {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-selectable-selection-item__icon .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-item--is-active {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-selection-item--is-disabled,\n body.zh_logged_in .zhc-selection-item--is-disabled.zhc-selection-item--is-active,\n body.zh_logged_in .zhc-selection-item--is-disabled:hover,\n body.zh_logged_in .zhc-selection-item:disabled,\n body.zh_logged_in .zhc-selection-item:disabled.zhc-selection-item--is-active,\n body.zh_logged_in .zhc-selection-item:disabled:hover {\n background-color: transparent;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-selection-list__item__user__text {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"rgba(27,31,35,0.15)\", \"#fff\" */\n body.zh_logged_in .zhc-selection-list__layout {\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n background-color: #181818;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list__item {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-selection-list__item__selection-icon {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list__item--is-highlighted {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list__item--is-highlighted:first-child {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-selection-list__header,\n body.zh_logged_in .zhc-selection-list__header__close:hover {\n color: #bebebe;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list__search-bar .zhc-selection-list__search-bar__content {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-selection-list__search-bar .zhc-selection-list__search-bar__content input {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated--footer {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-selection-list-deprecated-header {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-seleciton-list-action-modifier {\n color: #5560d2;\n border-color: transparent transparent #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-seleciton-list-action-modifier:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhnc-selection-list-item {\n border-color: transparent transparent #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhnc-selection-list-item--is-hovering,\n body.zh_logged_in .zhnc-selection-list-item:not(.zhnc-selection-list-item--disable-hover):hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-selection-filter {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-filter__input {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-selection-list-deprecated {\n color: #949494;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated--simple .zhc-selection-list-item:hover:not(.zhc-selection-item--is-disabled) {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated--issue-card-actions .zhc-issue-card__actions__dependency-section {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated--issue-card-actions .zhc-issue-card__actions__quick-action-section {\n border-top-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated:not(.zhc-selection-list-deprecated--has-search) .zhc-selectable-selection-item:hover:not(.zhc-selection-item--is-disabled),\n body.zh_logged_in .zhc-selection-list-deprecated:not(.zhc-selection-list-deprecated--has-search) .zhc-selection-list-item:hover:not(.zhc-selection-item--is-disabled) {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-selection-list-deprecated__body {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active {\n background-color: #242424;\n border-left-color: #343434;\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:first-child {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active {\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:last-child {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:not(:first-child)::after,\n body.zh_logged_in .zhc-selection-list-deprecated__list-container--items-underlined .zhc-selection-item--is-active:not(:first-child)::before {\n border-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-selection-list-deprecated__header {\n color: #bebebe;\n }\n /* zenhub: \"initial\" */\n body.zh_logged_in .zhc-selection-list-deprecated__header--light {\n background-color: initial;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-selection-list-deprecated__header__text {\n color: #bebebe;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-selection-list-deprecated__cancel {\n background-color: transparent;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-selection-list-deprecated__cancel:hover {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-selection-list-deprecated__cancel .zhc-svg-icon--x:hover {\n color: #949494;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-selection-list-deprecated__list .zhc-selection-list-deprecated__header {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__footer {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-active {\n background-color: #242424;\n border-left-color: #343434;\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-selection-list-deprecated__footer--items-underlined .zhc-selection-item--is-active:first-child,\n body.zh_logged_in .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-dependency-banner + .zhc-selection-item--is-active:nth-child(2),\n body.zh_logged_in .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-dependency-banner + .zhc-selection-item:hover:nth-child(2),\n body.zh_logged_in .zhc-selection-list-deprecated__footer:not(.zhc-selection-list-deprecated__footer--items-underlined) .zhc-issue-card__action-notification {\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-shortcut-indicator {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-shortcut-indicators,\n body.zh_logged_in .zhc-shortcuts-guide__nav-item {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-shortcuts-guide__nav-item:hover {\n background-color: #343434;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-shortcuts-guide__nav-item:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-shortcuts-guide__section {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-shortcuts-guide__section h2 {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-shortcuts-guide__shortcuts-list {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\", \"#5e60ba\" */\n body.zh_logged_in .zhc-shortcuts-guide__webapp-only-tag {\n color: #5560d2;\n border-color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-board-settings-item {\n color: #949494;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-board-settings-item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-collapse-toggle {\n background-color: #5560d2;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-collapse-toggle--is-active {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-collapse-toggle--is-active:hover {\n background-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-headway #headway:hover + a {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-divider__bar {\n background-color: #343434;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-link-item .zhc-sidebar-link-item__label a:hover {\n color: #5560d2;\n }\n /* zenhub: \"initial\" */\n body.zh_logged_in .user-has-feelings .zhc-sidebar-nav-item:not(.zhc-sidebar-nav-item--is-active):hover {\n background-color: initial;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-nav-item {\n color: #bebebe;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-sidebar-nav-item:hover {\n background-color: #202020;\n }\n /* zenhub: \"#f8f8f8\", \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-nav-item--is-active {\n background-color: #202020;\n border-left-color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-nav-item__link {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-sidebar-nav-item__action--is-active,\n body.zh_logged_in .zhc-sidebar-nav-item__action:hover {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-nav-item__sub-item:hover {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-nav-item__sub-item--is-active,\n body.zh_logged_in .zhc-sidebar-nav-item__sub-item--is-active:hover {\n color: #5560d2;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-sidebar-profile {\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-sidebar-profile--is-active .zhc-sidebar-profile__toggle,\n body.zh_logged_in .zhc-sidebar-profile__toggle:hover {\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-profile__header {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-sidebar-profile__name {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-sidebar-profile__item {\n color: #949494;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-sidebar-profile__item:focus {\n box-shadow: none;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-profile__item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#fcf9e4\", \"#faebcc\" */\n body.zh_logged_in .zhc-sidebar-warning {\n background-color: #261d08;\n border-color: #261d08;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-sidebar-warning a {\n color: #5560d2;\n }\n /* zenhub: \"rgba(27,31,35,0.15)\", \"color: #fff\" */\n body.zh_logged_in .zhc-tutorial-tooltip {\n box-shadow: 0 3px 12px #000;\n color: #fff;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-workspace-header:hover {\n background-color: #202020;\n }\n /* zenhub: \"#fff\",\"rgba(255,255,255,0)\",\"rgba(0,0,0,0)\" */\n body.zh_logged_in .zhc-sidebar--is-dropdown-open .zhc-sidebar__navigation,\n body.zh_logged_in .zhc-sidebar--is-full-width .zhc-sidebar__navigation,\n body.zh_logged_in .zhc-sidebar--is-hovered .zhc-sidebar__navigation {\n background: linear-gradient(#181818 30%, transparent), linear-gradient(transparent, #181818 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .15), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .15), transparent) 0 100%;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar--is-dropdown-open .zhc-sidebar__container .zhc-sidebar__container__inner,\n body.zh_logged_in .zhc-sidebar--is-full-width .zhc-sidebar__container .zhc-sidebar__container__inner,\n body.zh_logged_in .zhc-sidebar--is-hovered .zhc-sidebar__container .zhc-sidebar__container__inner {\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar--is-wide-screen .zhc-sidebar__footer,\n body.zh_logged_in .zhc-sidebar:not(.zhc-sidebar--is-wide-screen):hover .zhc-sidebar__footer {\n border-top-color: #343434;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-sidebar a:focus {\n box-shadow: none;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-sidebar__overlay {\n background-color: transparent;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar__container {\n background-color: #181818;\n border-right-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-sidebar__container__inner {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar__footer-left {\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-skeleton-avatar, body.zh_logged_in .zhc-skeleton-row {\n background-image: linear-gradient(90deg, #343434 0, rgba(0, 0, 0, .15) 40px, #343434 80px);\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-skeleton-avatar-description-container--with-border,\n body.zh_logged_in .zhc-skeleton-paragraph--with-border {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-skeleton-content-box {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-skeleton-title {\n background-image: linear-gradient(90deg, #343434 0, rgba(0, 0, 0, .15) 40px, #343434 80px);\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-skeleton-input-box {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-spinner:not(.zhc-spinner--no-outline) {\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-spinner--purple {\n box-shadow: none;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-spinner--purple .zhc-spinner__path {\n stroke: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n @-webkit-keyframes changeColors {\n 0% {\n stroke: #5560d2;\n }\n }\n /* zenhub: \"#5e60ba\" */\n @keyframes changeColors {\n 0% {\n stroke: #5560d2;\n }\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-status-tag {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"color: #000\" */\n body.zh_logged_in .zhc-status-tag strong {\n color: #f0f0f0;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-status-tag button {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\", \"#f4f4f4\" */\n body.zh_logged_in .zhc-stripe-billing .StripeElement,\n body.zh_logged_in .zhc-stripe-billing input {\n border-color: #343434;\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-table {\n border-top-color: #343434;\n border-right-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-table .zhc-table__cell {\n border-bottom-color: #343434;\n border-left-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-table .zhc-table__cell--header {\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-table-expand-button {\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-table-expand-button .zhc-btn:active {\n background-color: #181818;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-table-expand-button .zhc-btn .zhc-btn__content {\n color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-tabs-nav--dropdown {\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\", \"color: #666\" */\n body.zh_logged_in .zhc-tab-navitem {\n background-color: transparent;\n color: #949494;\n }\n /* zenhub: \"transparent\", \"color: #000\" */\n body.zh_logged_in .zhc-tab-navitem--large--active,\n body.zh_logged_in .zhc-tab-navitem--large:hover,\n body.zh_logged_in .zhc-tab-navitem--lined--active,\n body.zh_logged_in .zhc-tab-navitem--lined:hover {\n background-color: transparent;\n color: #f0f0f0;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-tab-navitem--large--active::after,\n body.zh_logged_in .zhc-tab-navitem--lined--active::after {\n background-color: #5560d2;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-tab-navitem--full {\n border-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-tab-navitem--full:hover {\n background-color: #242424;\n }\n /* zenhub: \"#5e60ba\", \"#5e60ba\", \"color: #fff\" */\n body.zh_logged_in .zhc-tab-navitem--full--active,\n body.zh_logged_in .zhc-tab-navitem--full--active:hover {\n background-color: #5560d2;\n border-color: #5560d2;\n color: #fff;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-tab-navitem--dropdown,\n body.zh_logged_in .zhc-tab-navitem--dropdown:hover {\n background-color: transparent;\n }\n /* zenhub: \"color: #333\", \"#fff\", \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-tab-navitem--dropdown--active,\n body.zh_logged_in .zhc-tab-navitem--dropdown--active:hover {\n color: #bebebe;\n background-color: #181818;\n border-color: #343434 #343434 #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-tag {\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-team-member-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-team-members .zhc-svg-icon--check-green {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#fff\" */\n body.zh_logged_in .zhc-team-members__content {\n border-color: #343434;\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-team-members__searchbar {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-team-members__searchbar input {\n background-color: #202020;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-team-members__searchbar input:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-team-members__searchbar .zhc-svg-icon--search {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-team-member {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#5e60ba\", \"color: #fff\" */\n body.zh_logged_in .zhc-team-member__admin-tag {\n background-color: #5560d2;\n color: #fff;\n }\n /* zenhub: \"#5e60ba\", \"#5e60ba\" */\n body.zh_logged_in .zhc-toggle-button--purple-when-active--is-active {\n border-color: #5560d2;\n color: #5560d2;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-tooltip__content {\n color: #fff;\n }\n /* zenhub: \"transparent\",\"none\" */\n body.zh_logged_in .zhc-tooltip__content::before {\n background-color: transparent;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-tooltip--info-tip .zhc-tooltip__content {\n background-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-tooltip--info-tip.zhc-tooltip--right .zhc-tooltip__content::before {\n border-right-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-tooltip--info-tip.zhc-tooltip--left .zhc-tooltip__content::before {\n border-left-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-tooltip--info-tip.zhc-tooltip--top .zhc-tooltip__content::before {\n border-top-color: #181818;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-tooltip--info-tip.zhc-tooltip--bottom .zhc-tooltip__content::before {\n border-bottom-color: #181818;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-topbar {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-topbar__sidebar-toggle {\n border-right-color: #343434;\n }\n /* zenhub: \"#ccc\", \"color: #fff\" */\n body.zh_logged_in .zhc-untitled-tag {\n background-color: #484848;\n color: #fff;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-upgrade-to-growth__subtext {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-upgrade-to-growth__monthly-pricing__price,\n body.zh_logged_in .zhc-upgrade-to-growth__monthly-pricing__user {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-upgrade-to-growth__list {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-user-load-failed__troubleshoot-guide-link {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-username {\n color: #bebebe;\n }\n /* zenhub: \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-chart-velocity__left-axis {\n box-shadow: 0 0 8px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"box-shadow: none\" */\n @media (min-width: 1020px) {\n body.zh_logged_in .zhc-chart-velocity__left-axis {\n box-shadow: none;\n }\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-workspace-badge {\n color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form-input__text-input {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-workspace-form-input__icon-right--check .zhc-svg-icon {\n color: #fff;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-form-input__icon-right--lock .zhc-svg-icon,\n body.zh_logged_in .zhc-workspace-form-loading__header {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form-repo-item {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-form-repo-item__name {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form-section--connected-repos {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\", \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form-section__tip {\n color: #949494;\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form-section__title {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-workspace-form {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-form__load-warning--moderate .zhc-svg-icon,\n body.zh_logged_in .zhc-workspace-form__subtext {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form__load-info {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-form__load-info .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#f4f4f4\" */\n body.zh_logged_in .zhc-workspace-form__close:hover {\n border-color: #343434;\n background-color: #242424;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-workspace-form__footer {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-form__footer__actions {\n border-top-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-form__footer__actions-learn-link .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#f4f4f4\" */\n body.zh_logged_in .zhc-workspace-switcher__x:hover {\n border-color: #343434;\n background-color: #242424;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\", \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-workspace-import {\n background-color: #181818;\n border-color: #343434;\n box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-import__header {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-workspace-import__valid-icon .zhc-svg-icon {\n color: #fff;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-import-sidebar__main .zhc-svg-icon {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-current-workspace {\n border-color: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-current-workspace__name {\n color: #5560d2;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-current-workspace__description {\n color: #949494;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-current-workspace__cta {\n color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-switcher-search__input {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-workspace-switcher-search__input:focus {\n box-shadow: none;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-switcher-query-info,\n body.zh_logged_in .zhc-workspace-switcher-search-results__no-results__header,\n body.zh_logged_in .zhc-workspace-switcher-search__icon {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-workspace-switcher-empty__title {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-switcher-empty__body {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#fff\" */\n body.zh_logged_in .zhc-workspace-switcher__header {\n background-color: #181818;\n box-shadow: 0 0 4px 4px #181818;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workspace-switcher__close:hover,\n body.zh_logged_in .zhc-workspace-switcher__header .zhc-org-dropdown:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"color: #333\" */\n body.zh_logged_in .zhc-workspace-switcher-item {\n border-color: transparent transparent #343434;\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-workspace-switcher-item:hover {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-workspace-switcher-item__subtitle {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-workspace-switcher-item__search-terms {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-workspace-switcher {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-account-settings__arrow {\n color: #bebebe;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-account-settings__button-link {\n color: #5560d2;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-dashboard-enterprise-integrations-page .zhc-org-dropdown__toggle-button:hover {\n background-color: #242424;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zhc-enterprise-manage-plan__section {\n background-color: #181818;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-enterprise-manage-plan__section h3 {\n color: #bebebe;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-enterprise-manage-plan__header,\n body.zh_logged_in .zhc-enterprise-manage-plan__item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-enterprise-manage-plan__item .zhu-font-bold,\n body.zh_logged_in .zhc-enterprise-manage-plan__radio label {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-no-access-container__icon-container {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-dashboard-enterprise-container .zhu-font-bold {\n color: #bebebe;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-seated-user-options-button--is-open.zhc-seated-user-options-button--is-open,\n body.zh_logged_in .zhc-seated-user-options-button:hover {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-seated-user-options-list {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-banner--zhc-renewal-notice-section {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-collapsible-team-member-list__header,\n body.zh_logged_in .zhc-team-members-page__container {\n background-color: #181818;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-unlicensed-team-list {\n background-color: #242424;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-unlicensed-team-list > .zhc-collapsible-team-member-list__header {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#fcf9e4\", \"#faebcc\" */\n body.zh_logged_in .zhc-unlicensed-team-list__requested-team-list {\n background-color: #261d08;\n border-color: #261d08;\n }\n /* zenhub: \"#fcf9e4\" */\n body.zh_logged_in .zhc-unlicensed-team-list__requested-team-list .zhc-collapsible-team-member-list__header {\n background-color: #261d08;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-unlicensed-team-list__default-team-list {\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-team-members-page__search {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-epic-builder__assignee-count {\n color: #949494;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-epic-issue-list {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-epic-issue-list-table__cell--dark {\n background-color: #202020;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-epic-issue-list-table__cell--light {\n background-color: #181818;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-issue-list-table__assignee-count {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-epic-builder-pipeline-cell,\n body.zh_logged_in .zhc-issue-list-table__first-col {\n background-color: #202020;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-floating-tooltip {\n color: #fff;\n }\n /* zenhub: \"none\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-floating-tooltip__popover {\n background: none;\n box-shadow: none;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-onboarding-tutorials {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-onboarding-tutorials > header {\n color: #fff;\n }\n /* zenhub: \"none\", \"color: #fff\" */\n body.zh_logged_in .zhc-onboarding-tutorials__close-button {\n background: none;\n color: #fff;\n }\n /* zenhub: \"none\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-onboarding-tutorials__launch-button {\n background: none;\n border-top-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-onboarding-tutorials__launch-button:hover {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-onboarding-tutorials__help-link {\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-onboarding-welcome {\n background-color: #181818;\n }\n /* zenhub: \"none\", \"color: #666\" */\n body.zh_logged_in .zhc-onboarding-welcome__close-button {\n background: none;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-onboarding-welcome__close-button:hover {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-onboarding-welcome__text {\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-onboarding-welcome__text b {\n color: #bebebe;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-onboarding-highlight__arrow-icon {\n color: #fff;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-roadmap-calendar.zhc-popover .DateRangePicker .DateRangePicker_picker .DayPicker.DayPicker__horizontal {\n box-shadow: none;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-onboarding__fake-add-button {\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-body-empty {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-body-empty-panel-divider {\n border-right-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-roadmap-body-empty-panel__desc {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-roadmap-sidebar-empty {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-sidebar-empty-placeholder__square,\n body.zh_logged_in .zhc-roadmap-sidebar-empty-placeholder__topLine {\n background-color: #343434;\n }\n /* zenhub: \"#f4f4f4\" */\n body.zh_logged_in .zhc-roadmap-sidebar-empty-placeholder__bottomLine {\n background-color: #242424;\n }\n /* zenhub: \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-body__roadmap-item {\n box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"#f8f8f8\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-body__roadmap-item--complete-sub-colorless {\n background-image: -webkit-repeating-linear-gradient(135deg, #e5e5e5, #e5e5e5 10px, #202020 10px, #202020 20px);\n background-image: repeating-linear-gradient(-45deg, #e5e5e5, #e5e5e5 10px, #202020 10px, #202020 20px);\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-roadmap-item-title__no-epics-string {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .roadmap-loading-state__body,\n body.zh_logged_in .zhc-roadmap-item-predicted-end-date .zhc-roadmap-predicted-end-date-clock-icon__wrapper {\n background-color: #181818;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-temp-project-overlay {\n background-color: #202020;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-roadmap-temp-project__item {\n background-color: #343434;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-roadmap {\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap .zhc-roadmap-header {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body,\n body.zh_logged_in .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body-view--root,\n body.zh_logged_in .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body__subheader {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap .zhc-roadmap-content .zhc-roadmap-body-view--sub-item {\n background-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-options-selector-section {\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-row {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-roadmap-row.zhc-roadmap-row--color-secondary {\n background-color: #383838;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-roadmap-row.zhc-roadmap-row--color-primary {\n background-color: #202020;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-row.zhc-roadmap-row--modifier-last-sub-item {\n border-bottom-color: #343434;\n }\n /* zenhub: \"#e9e9e9\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-row.zhc-roadmap-row--size-large {\n border-bottom-color: #343434;\n border-top-color: #343434;\n }\n /* zenhub: \"transparent\", \"transparent\" */\n body.zh_logged_in .zhc-roadmap-row.zhc-roadmap-row--modifier-striped::before {\n background-image: -webkit-repeating-linear-gradient(135deg, #999, #999 10px, transparent 10px, transparent 20px);\n background-image: repeating-linear-gradient(-45deg, #999, #999 10px, transparent 10px, transparent 20px);\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-selection-item {\n border-color: transparent transparent #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-selection-item--is-active {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-add-epics-dropdown__footer {\n border-top-color: #343434;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-item-add-to-project {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-add-panel {\n color: #fff;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-add-panel__divider {\n border-top-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-item-add {\n background-color: #181818;\n border-bottom-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-sidebar-expand-toggle {\n background-color: transparent;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-expand-toggle--enabled:hover,\n body.zh_logged_in .zhc-sidebar-expand-toggle--enabled:hover .zhc-sidebar-expand-toggle__title {\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-sidebar-input__char-count {\n color: #949494;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-input__input {\n border-color: #343434;\n }\n /* zenhub: \"#fff\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-options-panel {\n background-color: #181818;\n border-color: #343434;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-options-panel__actions-section {\n border-top-color: #343434;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-sidebar-project-display__toggle--collapsed {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-roadmap-add-epic-item__title {\n color: #949494;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-roadmap-sidebar {\n background-color: #181818;\n }\n /* zenhub: \"#e9e9e9\", \"rgba(0,0,0,0.2)\" */\n body.zh_logged_in .zhc-roadmap-sidebar__body {\n border-color: #343434;\n box-shadow: -5px 0 30px 0 rgba(255, 255, 255, .7);\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-roadmap-sidebar__body--empty {\n box-shadow: none;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-roadmap-title--color-default {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-roadmap-title--color-primary {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap__title {\n background-color: #202020;\n border-bottom-color: #343434;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .zhc-roadmap__title--secondary {\n background-color: #383838;\n }\n /* zenhub: \"#e9e9e9\" */\n body.zh_logged_in .zhc-roadmap-date-strip {\n border-bottom-color: #343434;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-roadmap-date-strip__unit-top {\n color: #949494;\n }\n /* zenhub: \"#f8f8f8\", \"#e9e9e9\", \"#eee\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-roadmap-subheader {\n border-bottom-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-date-preview,\n body.zh_logged_in .zhc-roadmap-today-indicator__label {\n color: #fff;\n }\n /* zenhub: \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-roadmap-track::after {\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-roadmap-track--expandable:not(.react-draggable-dragging):not(.zhc-roadmap-track--resizable):hover .zhc-roadmap-track__drag-handle,\n body.zh_logged_in .zhc-roadmap-track__drag-handle--has-background,\n body.zh_logged_in .zhc-roadmap-track__drag-handle:hover {\n background-color: #181818;\n }\n /* zenhub: \"#faebcc\", \"#fcf9e4\", \"color: #666\" */\n body.zh_logged_in .zhc-roadmap-warning-body {\n border-color: #261d08;\n background-color: #261d08;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-roadmap-warning-body .zhc-roadmap-warning-body__warning {\n color: #bebebe;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-roadmap-warning {\n background-color: #181818;\n }\n /* zenhub: \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-toast {\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-toast--info-message, body.zh_logged_in .zhc-toast b {\n color: #fff;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zhc-toast .zhc-btn--zhc-toast__button {\n background-color: transparent;\n }\n /* zenhub: \"none\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-toast--no-background {\n background: none;\n box-shadow: none;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-toast-action,\n body.zh_logged_in .zhc-toast-dependency-fetch-error,\n body.zh_logged_in .zhc-toast-loading {\n color: #fff;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-toast-tutorial {\n background-color: #202020;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zhc-toast-tutorial__content {\n background-color: #181818;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-toast-tutorial__content h3 {\n color: #bebebe;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zhc-toast-tutorial__content p {\n color: #949494;\n }\n /* zenhub: \"box-shadow: none\" */\n body.zh_logged_in .zhc-toast-tutorial__action-buttons {\n box-shadow: none;\n }\n /* zenhub: \"#fff\", \"color: #666\" */\n body.zh_logged_in .zhc-toast-tutorial__controls button {\n background-color: #181818;\n color: #949494;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .zhc-toast-tutorial__controls button:hover {\n color: #bebebe;\n }\n /* zenhub: \"#fff\", \"rgba(27,31,35,0.15)\" */\n body.zh_logged_in .zhc-workflows-connection-bar {\n background-color: #181818;\n box-shadow: 0 3px 12px #000;\n }\n /* zenhub: \"none\", \"box-shadow: none\" */\n body.zh_logged_in .zhc-workflows-connection-bar .zhc-button--variant-contained {\n background: none;\n box-shadow: none;\n }\n /* zenhub: \"#e9e9e9\", \"#f8f8f8\" */\n body.zh_logged_in .zhc-workflows-connection-bar .zhc-button--variant-contained:hover {\n border-color: #343434;\n background-color: #202020;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .workflows-destination-pipeline-icon {\n color: #fff;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .workflows-destination-pipeline-icon__triangle path {\n stroke: #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-workflows-pipeline--highlighted,\n body.zh_logged_in .zhc-workflows-pipeline--selected {\n outline: solid 2px #5560d2;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-workflows-pipeline--selected .zhc-workflows-pipeline__button {\n color: #5560d2;\n }\n /* zenhub: \"color: #333\", \"#fff\" */\n body.zh_logged_in .zhc-workflows-pipeline--disabled .zhc-workflows-pipeline__button {\n color: #bebebe;\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zhc-workflows-pipeline__selected-icon {\n color: #fff;\n }\n /* zenhub: \"#5e60ba\" */\n body.zh_logged_in .zhc-workflows-pipeline__selected-icon circle {\n fill: #5560d2;\n }\n /* zenhub: \"#fff\", \"#5e60ba\" */\n body.zh_logged_in .workflows-source-pipeline-icon {\n background-color: #181818;\n border-color: #5560d2;\n }\n /* zenhub: \"#f8f8f8\" */\n body.zh_logged_in .zhc-workflows {\n background-color: #202020;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zhc-workflows-workspace {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"color: #333\", \"#ddd\" */\n body.zh_logged_in .zh-form-control, body.zh_logged_in .zh-form-control-small {\n color: #bebebe;\n border-color: #343434;\n }\n /* zenhub: \"#fff\" */\n body.zh_logged_in .zh-form-control-small:focus,\n body.zh_logged_in .zh-form-control:focus {\n background-color: #181818;\n }\n /* zenhub: \"color: #fff\" */\n @media only screen and (max-width: 768px) {\n body.zh_logged_in .zh-logo {\n color: #fff;\n }\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .zh-logo.short {\n color: #fff;\n }\n /* zenhub: \"#f4f5f5\" */\n body.zh_logged_in .zh-boxie-modal {\n background-color: #242424 !important;\n }\n /* zenhub: \"color: #586069 !important\" */\n body.zh_logged_in .zh-muted-link {\n color: #afafaf !important;\n }\n /* zenhub: \"#0366d6\" */\n body.zh_logged_in .zh-muted-link:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* zenhub: \"color: #586069 !important\" */\n body.zh_logged_in .zh-text-muted {\n color: #afafaf !important;\n }\n /* zenhub: \"color: #fff\" */\n body.zh_logged_in .icon-light {\n color: #fff;\n }\n /* zenhub: \"color: #333\" */\n body.zh_logged_in .icon-dark {\n color: #bebebe;\n }\n /* zenhub: \"#eeeeee\" */\n body.zh_logged_in .icon-border {\n border-color: #343434;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .dropdown-menu > .active > a > [class*=\" icon-\"],\n body.zh_logged_in .dropdown-menu > .active > a > [class^=\"icon-\"],\n body.zh_logged_in .dropdown-menu > li > a:hover > [class*=\" icon-\"],\n body.zh_logged_in .dropdown-menu > li > a:hover > [class^=\"icon-\"],\n body.zh_logged_in .dropdown-submenu:hover > a > [class*=\" icon-\"],\n body.zh_logged_in .dropdown-submenu:hover > a > [class^=\"icon-\"],\n body.zh_logged_in .icon-white,\n body.zh_logged_in .nav-list > .active > a > [class*=\" icon-\"],\n body.zh_logged_in .nav-list > .active > a > [class^=\"icon-\"],\n body.zh_logged_in .nav-pills > .active > a > [class*=\" icon-\"],\n body.zh_logged_in .nav-pills > .active > a > [class^=\"icon-\"],\n body.zh_logged_in .navbar-inverse .nav > .active > a > [class*=\" icon-\"],\n body.zh_logged_in .navbar-inverse .nav > .active > a > [class^=\"icon-\"],\n body.zh_logged_in [class*=\" icon-\"], body.zh_logged_in [class^=\"icon-\"] {\n background-image: none;\n }\n /* zenhub: \"#fff\", \"color: #fff\" */\n body.zh_logged_in .zh-menu-header {\n background-color: #181818;\n color: #fff;\n }\n /* zenhub: \"color: #fff\", \"#eee\" */\n body.zh_logged_in .zh-btn {\n color: #fff;\n background-color: #242424;\n }\n /* zenhub: \"none\" */\n body.zh_logged_in .zh-btn:active {\n background-image: none;\n }\n /* zenhub: \"#ddd\" */\n body.zh_logged_in .disabled {\n background-color: #383838;\n }\n /* zenhub: \"color: #666\" */\n body.zh_logged_in .zh-menu-content__item {\n color: #949494;\n }\n /* zenhub: \"#f4f4f4\", \"#e9e9e9\" */\n body.zh_logged_in .zh-menu-content__item:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* zenhub: \"transparent\" */\n body.zh_logged_in .zh-menu-content__item--disabled:hover {\n background-color: transparent;\n }\n /* end zenhub rules */\n /* begin github-hovercard rules */\n /* github-hovercard: \"rgba(0, 0, 0, .8)\", \"color: #fff\" */\n html[class^=\"ghh\"] .tooltipster-box {\n background-color: #242424;\n color: #fff;\n }\n /* github-hovercard: \"color: #fff\" */\n html[class^=\"ghh\"] .tooltipster-content {\n color: #fff;\n }\n /* github-hovercard: \"rgba(0, 0, 0, .8)\" */\n html[class^=\"ghh\"] .tooltipster-bottom .tooltipster-arrow-border {\n border-bottom-color: #242424;\n }\n /* github-hovercard: \"rgba(0, 0, 0, .8)\" */\n html[class^=\"ghh\"] .tooltipster-left .tooltipster-arrow-border {\n border-left-color: #242424;\n }\n /* github-hovercard: \"rgba(0, 0, 0, .8)\" */\n html[class^=\"ghh\"] .tooltipster-right .tooltipster-arrow-border {\n border-right-color: #242424;\n }\n /* github-hovercard: \"rgba(0, 0, 0, .8)\" */\n html[class^=\"ghh\"] .tooltipster-top .tooltipster-arrow-border {\n border-top-color: #242424;\n }\n /* github-hovercard: \"#b4d6fe\" */\n html[class^=\"ghh\"] .ghh a {\n color: rgb(79, 140, 201);\n }\n /* github-hovercard: \"transparent\" */\n html[class^=\"ghh\"] .windows .ghh ::-webkit-scrollbar,\n html[class^=\"ghh\"] .windows .ghh ::-webkit-scrollbar-corner {\n background-color: transparent;\n }\n /* github-hovercard: \"#dfe2e5\", \"color: #6a737d\" */\n html[class^=\"ghh\"] .ghh-issue-body blockquote,\n html[class^=\"ghh\"] .ghh-readme blockquote {\n border-left-color: #343434;\n color: #949494;\n }\n /* github-hovercard: \"rgba(27,31,35,0.05)\" */\n html[class^=\"ghh\"] .ghh-issue-body code,\n html[class^=\"ghh\"] .ghh-issue-body tt, html[class^=\"ghh\"] .ghh-readme code,\n html[class^=\"ghh\"] .ghh-readme tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* github-hovercard: \"transparent\" */\n html[class^=\"ghh\"] .ghh-issue-body pre code,\n html[class^=\"ghh\"] .ghh-issue-body pre tt,\n html[class^=\"ghh\"] .ghh-readme pre code,\n html[class^=\"ghh\"] .ghh-readme pre tt {\n background-color: transparent;\n }\n /* github-hovercard: \"#fff\" */\n html[class^=\"ghh\"] .ghh-issue-body a[href^=\"https://saucelabs.com/\"] img,\n html[class^=\"ghh\"] .ghh-readme a[href^=\"https://saucelabs.com/\"] img {\n background-color: #181818;\n }\n /* github-hovercard: \"#eaecef\" */\n .ghh-theme-github .ghh-issue-body h1, .ghh-theme-github .ghh-issue-body h2,\n .ghh-theme-github .ghh-readme h1, .ghh-theme-github .ghh-readme h2 {\n border-bottom-color: #343434;\n }\n /* github-hovercard: \"#fff\", \"#c6cbd1\" */\n .ghh-theme-github .ghh-issue-body tr, .ghh-theme-github .ghh-readme tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* github-hovercard: \"#f6f8fa\" */\n .ghh-theme-github .ghh-issue-body tr:nth-child(2n),\n .ghh-theme-github .ghh-readme tr:nth-child(2n) {\n background-color: #222;\n }\n /* github-hovercard: \"#dfe2e5\" */\n .ghh-theme-github .ghh-issue-body td, .ghh-theme-github .ghh-issue-body th,\n .ghh-theme-github .ghh-readme td, .ghh-theme-github .ghh-readme th {\n border-color: #343434;\n }\n /* github-hovercard: \"#0366d6\" */\n .ghh-theme-github .ghh .ghh-issue-body a,\n .ghh-theme-github .ghh .ghh-readme a {\n color: rgb(79, 140, 201);\n }\n /* github-hovercard: \"color: #24292e\" */\n .ghh-theme-github .ghh .ghh-issue-body .user-mention,\n .ghh-theme-github .ghh .ghh-readme .user-mention {\n color: #cdcdcd;\n }\n /* github-hovercard: \"transparent\" */\n .ghh-theme-classic .ghh-issue-body pre code,\n .ghh-theme-classic .ghh-issue-body pre tt,\n .ghh-theme-classic .ghh-readme pre code,\n .ghh-theme-classic .ghh-readme pre tt {\n background-color: transparent;\n }\n /* github-hovercard: \"color: #fff !important\" */\n .ghh-theme-classic .ghh-issue-body .text-gray-light,\n .ghh-theme-classic .ghh-readme .text-gray-light {\n color: #fff !important;\n }\n /* github-hovercard: \"transparent\" */\n .ghh-theme-classic .ghh-issue-body .bg-white,\n .ghh-theme-classic .ghh-readme .bg-white {\n background-color: transparent !important;\n }\n /* github-hovercard: \"rgba(255,255,255,0.5)\" */\n .ghh-theme-classic .ghh-issue-body .blob-num,\n .ghh-theme-classic .ghh-readme .blob-num {\n color: hsla(0, 0%, 0%, .5) !important;\n }\n /* github-hovercard: \"color: #fff !important\" */\n .ghh-theme-classic .ghh-issue-body .blob-code-inner,\n .ghh-theme-classic .ghh-readme .blob-code-inner {\n color: #fff !important;\n }\n /* github-hovercard: \"color: #fff\" */\n html[class^=\"ghh\"] .ghh button {\n color: #fff;\n }\n /* github-hovercard: \"#0366d6\" */\n html[class^=\"ghh\"] .ghh button.ghh-primary:hover {\n background-color: rgb(79, 140, 201);\n }\n /* github-hovercard: \"rgba(255,255,255,0.8)\" */\n html[class^=\"ghh\"] .ghh button.ghh-aux {\n color: hsla(0, 0%, 100%, .8);\n }\n /* github-hovercard: \"color: #fff\" */\n html[class^=\"ghh\"] .ghh .ghh-state,\n html[class^=\"ghh\"] .ghh button.ghh-aux:hover {\n color: #fff;\n }\n /* github-hovercard: \"#2cbe4e\" */\n html[class^=\"ghh\"] .ghh .ghh-state-open {\n background-color: #373;\n }\n /* github-hovercard: \"#cb2431\" */\n html[class^=\"ghh\"] .ghh .ghh-state-closed {\n background-color: #d82828;\n }\n /* github-hovercard: \"#6f42c1\" */\n html[class^=\"ghh\"] .ghh .ghh-state-merged {\n background-color: #9378ba;\n }\n /* github-hovercard: \"#6a737d\" */\n html[class^=\"ghh\"] .ghh .ghh-state-draft {\n background-color: #444;\n }\n /* github-hovercard: \"#dbab09\" */\n html[class^=\"ghh\"] .ghh .ghh-state-warning {\n color: #cb4;\n }\n /* github-hovercard: \"#28a745\" */\n html[class^=\"ghh\"] .ghh .ghh-state-verified {\n background-color: #484;\n }\n /* github-hovercard: \"#fff\" */\n html[class^=\"ghh\"] .ghh-avatar {\n background-color: #181818;\n }\n /* github-hovercard: \"color: #fff\" */\n html[class^=\"ghh\"] .ghh-pull-meta .ghh-reviews .ghh-state-icon,\n html[class^=\"ghh\"] .ghh-stats span, html[class^=\"ghh\"] .ghh-topic {\n color: #fff;\n }\n /* github-hovercard: \"#dbab09\" */\n html[class^=\"ghh\"] .ghh-pull-meta .ghh-reviews .ghh-state-icon-warning {\n background-color: #cb4;\n }\n /* github-hovercard: \"#6a737d\" */\n html[class^=\"ghh\"] .ghh-pull-meta .ghh-reviews .ghh-state-icon-problem {\n background-color: #444;\n }\n /* github-hovercard: \"#fff\" */\n html[class^=\"ghh\"] .ghh-overlay form {\n background-color: #181818;\n }\n /* github-hovercard: \"#eee\" */\n html[class^=\"ghh\"] .ghh-overlay form h3 {\n border-bottom-color: #343434;\n }\n /* github-hovercard: \"rgba(27,31,35,0.15)\", \"#fff\", \"#d1d5da\", \"color: #586069\" */\n .ghh-theme-github .tooltipster-box .tooltipster-content {\n box-shadow: 0 1px 15px #000;\n background-color: #181818;\n border-color: #404040;\n color: #afafaf;\n }\n /* github-hovercard: \"#fff\" */\n .ghh-theme-github .tooltipster-right .tooltipster-arrow-background {\n border-right-color: #181818;\n }\n /* github-hovercard: \"#d1d5da\" */\n .ghh-theme-github .tooltipster-right .tooltipster-arrow-border {\n border-right-color: #404040;\n }\n /* github-hovercard: \"#fff\" */\n .ghh-theme-github .tooltipster-left .tooltipster-arrow-background {\n border-left-color: #181818;\n }\n /* github-hovercard: \"#d1d5da\" */\n .ghh-theme-github .tooltipster-left .tooltipster-arrow-border {\n border-left-color: #404040;\n }\n /* github-hovercard: \"#fff\" */\n .ghh-theme-github .tooltipster-top .tooltipster-arrow-background {\n border-top-color: #181818;\n }\n /* github-hovercard: \"#d1d5da\" */\n .ghh-theme-github .tooltipster-top .tooltipster-arrow-border {\n border-top-color: #404040;\n }\n /* github-hovercard: \"#fff\" */\n .ghh-theme-github .tooltipster-bottom .tooltipster-arrow-background {\n border-bottom-color: #181818;\n }\n /* github-hovercard: \"#d1d5da\" */\n .ghh-theme-github .tooltipster-bottom .tooltipster-arrow-border {\n border-bottom-color: #404040;\n }\n /* github-hovercard: \"color: #24292e\" */\n .ghh-theme-github .ghh a {\n color: #cdcdcd;\n }\n /* github-hovercard: \"#0366d6\" */\n .ghh-theme-github .ghh a:hover {\n color: rgb(79, 140, 201);\n }\n /* github-hovercard: \"color: #fff\" */\n .ghh-theme-github .ghh button.ghh-aux, .ghh-theme-github .ghh button:hover {\n color: #fff;\n }\n /* github-hovercard: \"#dfe2e5\" */\n .ghh-theme-github .ghh-markdown-separator {\n border-bottom-color: #343434;\n }\n /* github-hovercard: \"#dfe2e5\" */\n .ghh-theme-github .ghh .ghh-stats > a + a {\n border-left-color: #343434;\n }\n /* github-hovercard: \"color: #24292e\" */\n .ghh-theme-github .ghh .ghh-stats span {\n color: #cdcdcd;\n }\n /* github-hovercard: \"#dfe2e5\" */\n .ghh-theme-github .ghh .ghh-more-separator {\n border-bottom-color: #343434;\n }\n /* github-hovercard: \"#22863a\", \"#e1e4e8\", \"#fff\" */\n .ghh-theme-github .ghh .ghh-state-verified {\n color: #6cc644;\n border-color: #343434;\n background-color: #181818;\n }\n /* github-hovercard: \"#2cbe4e\" */\n .ghh-theme-github .ghh-commit-meta .text-diff-added,\n .ghh-theme-github .ghh-pull-meta .text-diff-added {\n color: #373 !important;\n }\n /* github-hovercard: \"#cb2431\" */\n .ghh-theme-github .ghh-commit-meta .text-diff-deleted,\n .ghh-theme-github .ghh-pull-meta .text-diff-deleted {\n color: #d82828 !important;\n }\n /* github-hovercard: \"#cb2431\" */\n .ghh-theme-github .ghh-reviews .ghh-state-alert {\n color: #d82828;\n }\n /* github-hovercard: \"#2cbe4e\" */\n .ghh-theme-github .ghh-reviews .ghh-state-success {\n color: #373;\n }\n /* github-hovercard: \"#b08800\" */\n .ghh-theme-github .ghh-reviews .ghh-state-warning {\n color: #cb4;\n }\n /* github-hovercard: \"#cb2431\" */\n .ghh-theme-github .ghh-reviews .ghh-state-icon-alert {\n background-color: #d82828;\n }\n /* github-hovercard: \"#2cbe4e\" */\n .ghh-theme-github .ghh-reviews .ghh-state-icon-success {\n background-color: #373;\n }\n /* github-hovercard: \"#b08800\" */\n .ghh-theme-github .ghh-reviews .ghh-state-icon-warning {\n background-color: #cb4;\n }\n /* github-hovercard: \"#6a737d\" */\n .ghh-theme-github .ghh-reviews .ghh-state-icon-problem {\n background-color: #444;\n }\n /* end github-hovercard rules */\n /* begin gitako rules */\n /* gitako: \"#24292e\" */\n .gitako-ready .js-header-wrapper {\n background-color: #181818;\n }\n /* gitako: \"#e1e4e8\" */\n .gitako-ready main > *:first-child {\n box-shadow: inset 0 -1px 0 #343434;\n }\n /* gitako: \"#d1d5da\", \"#fafbfc\" */\n body.gitako-ready .markdown-body .clippy-wrapper .clippy {\n border-color: #404040;\n background-color: #181818;\n }\n /* gitako: \"#fafbfc\" */\n body.gitako-ready .markdown-body .clippy-wrapper .clippy:active,\n body.gitako-ready .markdown-body .clippy-wrapper .clippy:hover {\n background-color: #181818;\n }\n /* gitako: \"#e1e4e8\", \"#f6f8fa\" */\n body.gitako-ready .gitako-toggle-show-button-wrapper.collapsed {\n border-color: #343434;\n background-color: #222;\n }\n /* gitako: \"#0366d6\" */\n body.gitako-ready .gitako-toggle-show-button-wrapper.collapsed .action-icon {\n color: rgb(79, 140, 201);\n }\n /* gitako: \"color: #6a737d\" */\n body.gitako-ready .gitako-toggle-show-button-wrapper .action-icon {\n color: #949494;\n }\n /* gitako: \"#d73a49\" */\n body.gitako-ready .gitako-toggle-show-button-wrapper.error .action-icon {\n color: #d82828;\n }\n /* gitako: \"transparent\" */\n body.gitako-ready .gitako-side-bar a {\n background-color: transparent;\n }\n /* gitako: \"color: #1b1f23\" */\n body.gitako-ready .gitako-side-bar mark {\n color: #dcdcdc;\n }\n /* gitako: \"color: #24292e\", \"#fff\" */\n body.gitako-ready .gitako-side-bar body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* gitako: \"#0366d6\" */\n body.gitako-ready .gitako-side-bar a {\n color: rgb(79, 140, 201);\n }\n /* gitako: \"transparent\", \"#dfe2e5\" */\n body.gitako-ready .gitako-side-bar .rule,\n body.gitako-ready .gitako-side-bar hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* gitako: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n body.gitako-ready .gitako-side-bar kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* gitako: \"#f6f8fa\", \"#d1d5da\" */\n body.gitako-ready .gitako-side-bar .gitako-resize-handler {\n background-color: #222;\n border-right-color: #404040;\n }\n /* gitako: \"#fafbfc\", \"#d1d5da\" */\n body.gitako-ready .gitako-side-bar .gitako-resize-handler:active,\n body.gitako-ready .gitako-side-bar .gitako-resize-handler:hover {\n background-color: #181818;\n border-left-color: #404040;\n }\n /* gitako: \"#fafbfc\", \"#e1e4e8\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body {\n background-color: #181818;\n border-left-color: #343434;\n }\n /* gitako: \"rgba(3,47,98,.55)\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .octicon,\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .octicon-color {\n color: rgb(79, 140, 201);\n }\n /* gitako: \"#f1f8ff\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .meta-bar {\n background-color: #182030;\n }\n /* gitako: \"#e1e4e8\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .description,\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .loading-indicator-container {\n border-top-color: #343434;\n }\n /* gitako: \"box-shadow: none\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .search-input-wrapper .search-input {\n box-shadow: none;\n }\n /* gitako: \"#d73a49\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .search-input-wrapper .search-input.error {\n border-color: #d82828;\n }\n /* gitako: \"#fff\", \"#0366d6\", \"#eaecef\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item {\n background-color: #181818;\n color: rgb(79, 140, 201);\n border-bottom-color: #343434;\n }\n /* gitako: \"#fafbfc\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item:hover {\n background-color: #181818;\n }\n /* gitako: \"#f6f8fa\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item.focused,\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item:active {\n background-color: #222;\n }\n /* gitako: \"color: #959da5\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item.disabled .node-item {\n color: #767676;\n }\n /* gitako: \"transparent\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item .go-to-button {\n background-color: transparent;\n }\n /* gitako: \"#fafbfc\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar {\n background-color: #181818;\n }\n /* gitako: \"#eaecef\", \"rgba(0,0,0,.2)\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-title {\n border-top-color: #343434;\n box-shadow: 0 1px 8px 0 rgba(255, 255, 255, .7), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);\n }\n /* gitako: \"#fafbfc\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-content .shadow-shelter {\n background-color: #181818;\n }\n /* gitako: \"#fff\", \"#e1e4e8\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar-content .settings-section .field select {\n background-color: #181818;\n border-color: #343434;\n }\n /* gitako: \"color: #6a737d\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar .hint {\n color: #949494;\n }\n /* gitako: \"#eaecef\" */\n body.gitako-ready .gitako-side-bar .gitako-side-bar-body .gitako-settings-bar .header-row {\n border-top-color: #343434;\n }\n /* end gitako rules */\n /* begin npmhub rules */\n /* npmhub: \"#DDD\" */\n .npmhub-deps > li {\n border-bottom-color: #343434;\n }\n /* end npmhub rules */\n /* begin notifications-preview rules */\n /* notifications-preview: \"color: rgb(36,41,46)\" */\n :root:root .NPG-dropdown {\n color: rgb(210, 210, 210) !important;\n }\n /* notifications-preview: \"#e6ebf1\" */\n .participating .js-notifications-browser::before {\n background-color: #444;\n }\n /* end notifications-preview rules */\n /* Refined GitHub - https://github.com/sindresorhus/refined-github\n * See #540\n * See #881 */\n .refined-github-diff-signs .blob-code-addition::before,\n .refined-github-diff-signs .blob-code-deletion::before {\n color: #7b7b7b !important;\n }\n .refined-github .dashboard .border-gray.flex-items-baseline.py-3,\n .refined-github .dashboard .js-all-activity-header + div {\n background: #181818 !important;\n }\n .refined-github .dashboard .js-all-activity-header + div {\n border-color: #343434 !important;\n }\n /* https://github.com/StylishThemes/GitHub-Dark/issues/1035 */\n .refined-github .reaction-summary-item.user-has-reacted {\n --background: transparent !important;\n }\n .refined-github .reaction-summary-item a {\n box-shadow: none;\n }\n /* https://github.com/musically-ut/lovely-forks */\n .lovely-forks-addon {\n color: #808080 !important;\n }\n /* https://github.com/npmhub/npmhub */\n .npmhub-deps > li {\n border-color: #343434 !important;\n }\n /* ZenHub */\n body.zh_logged_in .zh-login-status {\n background: #181818 !important;\n border-color: #484848 !important;\n color: #bebebe !important;\n }\n body.zh_logged_in [style*=\"background-color: rgb(244, 244, 244)\"] {\n background: #222 !important;\n }\n /* zenhub gradients */\n body.zh_logged_in .zhc-sidebar__navigation {\n background: none !important;\n }\n body.zh_logged_in .zhc-workspace-switcher__header {\n box-shadow: none !important;\n }\n body.zh_logged_in .zhc-btn--minimal {\n background: none !important;\n border: none !important;\n }\n body.zh_logged_in .zh-icon-circled-bolt, body.zh_logged_in .zh-icon-bolt,\n body.zh_logged_in .zh-octicon-x {\n filter: invert(40%) brightness(120%) !important;\n }\n body.zh_logged_in a.zh-topbar-item.selected .zh-icon-zenhub {\n filter: invert(40%) brightness(169%) !important;\n }\n body.zh_logged_in a.zh-topbar-item .zh-icon-zenhub {\n filter: brightness(64%) !important;\n }\n body.zh_logged_in .zhc-icon:not([class$=\"-red\"]):not([class$=\"-white\"]):not([class$=\"-light\"]):not([class$=\"-purple\"]),\n body.zh_logged_in [class*=\"zh-octicon\"],\n body.zh_logged_in .zh-epic-creator-tab-icon,\n body.zh_logged_in .zhc-burndown-chart__placeholder,\n body.zh_logged_in .zhc-selection-button__container::after,\n body.zh_logged_in .zhc-icon--grey-light {\n filter: invert(100%) hue-rotate(180deg) !important;\n }\n body.zh_logged_in .zhc-selection-item:hover .zhc-icon:not([class$=\"-red\"]):not([class$=\"-white\"]):not([class$=\"-light\"]):not([class$=\"-purple\"]),\n body.zh_logged_in [class*=\"zhc-image--placeholder\"] {\n filter: invert(100%) brightness(1.4) !important;\n }\n body.zh_logged_in .zhc-info-alert img {\n filter: invert(96%) hue-rotate(180deg);\n }\n /* move expanded zenhub board toolbar when octotree exists\n * see https://github.com/buunguyen/octotree/issues/242 */\n html.octotree:not(.octotree-show) .zhc-board--is-fullscreen .zhc-menu-bar {\n margin-left: 30px;\n margin-top: -8px;\n }\n /* octotree */\n .octotree-sidebar {\n background: #181818 !important;\n border-color: #343434 !important;\n }\n .octotree-views, .octotree-sidebar .octotree-bottom {\n background: #181818 !important;\n border-color: #484848 !important;\n }\n .octotree-toggle:hover {\n background: linear-gradient(#303030, #282828) !important;\n border-color: #484848 !important;\n }\n .octotree-view-header, .octotree-toggle {\n background: linear-gradient(#202020, #181818) !important;\n border-color: #383838 !important;\n }\n .octotree-github-sidebar a.octotree-toggle,\n a.octotree-toggle:not(.octotree-loading):hover > span::after {\n color: #dcdcdc !important;\n }\n .octotree-github-sidebar a.octotree-opts .settings::before,\n .octotree-help > span::before, .octotree-patch-files {\n color: #bebebe !important;\n }\n .octotree-views .octotree-treeview .jstree-anchor .jstree-icon.tree::before,\n .octotree-github-sidebar a.octotree-toggle:hover,\n .octotree-github-sidebar a.octotree-opts:hover .settings::before,\n .octotree-github-sidebar a.octotree-opts.selected:hover .settings::before,\n .octotree-sidebar.octotree-github-sidebar .octotree-views .octotree-tree-view .jstree .jstree-anchor,\n .octotree-github-sidebar a.octotree-toggle:not(.octotree-loading):hover,\n .octotree-sidebar.octotree-github-sidebar .octotree-views .octotree-view,\n .octotree-sidebar.octotree-github-sidebar .octotree-toggle > span,\n .octotree-sidebar.octotree-github-sidebar .octotree-toggle > .octotree-toggle-icon::before {\n color: rgb(79, 140, 201) !important;\n }\n .octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup {\n background-color: #181818 !important;\n border-color: #404040 !important;\n box-shadow: 0 1px 15px #000 !important;\n }\n .octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup > .arrow,\n .octotree-sidebar.octotree-github-sidebar .octotree-toggle .popup > .arrow::after {\n border-bottom-color: #404040 !important;\n }\n /* Github User Info userscript - see #481 */\n .GithubUserInfo, .GithubUserInfo > div {\n background: #202020 !important;\n border-color: #343434 !important;\n }\n /* GitHub Notifications Dropdown userscript - see #478 */\n .notifications-dropdown {\n background: #202020 !important;\n border: 1px solid #343434 !important;\n }\n a.notifications-dropdown-see-all {\n background: #242424 !important;\n color: rgb(79, 140, 201) !important;\n }\n a.notifications-dropdown-see-all:hover, .top-nav .dropdown-menu a:hover {\n background: rgb(79, 140, 201) !important;\n color: #e2e2e2 !important;\n }\n .notifications-dropdown-arrow {\n border-bottom-color: #333 !important;\n }",
- "start": 806914,
- "domains": [
- "github.com",
- "gist.github.com"
- ]
- },
- {
- "code": "/* begin graphql.github.com rules */\n /* graphql.github.com: \"color: #141823\" */\n .graphiql-container, .graphiql-container button, .graphiql-container input {\n color: #dcdcdc;\n }\n /* graphql.github.com: \"linear-gradient(#f7f7f7, #e2e2e2)\", \"#d0d0d0\" */\n .graphiql-container .topBar {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"linear-gradient(#f7f7f7, #e2e2e2)\", \"#d0d0d0\", \"#3B5998\" */\n .graphiql-container .docExplorerShow, .graphiql-container .historyShow {\n background-color: #222;\n border-bottom-color: #343434;\n color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"rgba(0,0,0,0.2)\" */\n .graphiql-container .docExplorerShow {\n border-left-color: rgba(255, 255, 255, .7);\n }\n /* graphql.github.com: \"rgba(0,0,0,0.2)\" */\n .graphiql-container .historyShow {\n border-right-color: rgba(255, 255, 255, .7);\n }\n /* graphql.github.com: \"#3B5998\", \"#3B5998\" */\n .graphiql-container .docExplorerShow::before {\n border-left: 2px solid rgb(79, 140, 201);\n border-top: 2px solid rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#e0e0e0\" */\n .graphiql-container .resultWrap {\n border-left-color: #343434;\n }\n /* graphql.github.com: \"white\", \"rgba(0,0,0,0.15)\" */\n .graphiql-container .docExplorerWrap, .graphiql-container .historyPaneWrap {\n background-color: #181818;\n box-shadow: 0 0 8px #000;\n }\n /* graphql.github.com: \"#eeeeee\", \"#d6d6d6\", \"#e0e0e0\" */\n .graphiql-container .variable-editor-title {\n background-color: #242424;\n border-bottom-color: #343434;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#e0e0e0\", \"#e0e0e0\" */\n .graphiql-container .footer {\n border-left-color: #343434;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#eeeeee\" */\n .graphiql-container .footer::before {\n background-color: #242424;\n }\n /* graphql.github.com: \"#fdfdfd\", \"linear-gradient(#f9f9f9, #ececec)\", \"rgba(0,0,0,0.2)\",\"#fff\", \"color: #555\" */\n .graphiql-container .toolbar-button {\n background-color: #181818;\n background: linear-gradient(#303030, #282828);\n box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), 0 1px 0 rgba(255, 255, 255, .7), inset 0 1px #181818;\n color: #afafaf;\n }\n /* graphql.github.com: \"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)\" */\n .graphiql-container .toolbar-button:active {\n background: linear-gradient(#404040, #383838);\n box-shadow: 0 0 0 1px #484848;\n }\n /* graphql.github.com: \"linear-gradient(#fdfdfd, #d2d3d6)\", \"#fff\" */\n .graphiql-container .execute-button {\n background: linear-gradient(#303030, #282828);\n box-shadow: 0 1px 0 #181818;\n }\n /* graphql.github.com: \"linear-gradient(#e6e6e6, #c3c3c3)\", \"#fff\",\"rgba(0,0,0,0.2)\" */\n .graphiql-container .execute-button:active {\n background: linear-gradient(#404040, #383838);\n box-shadow: 0 1px 0 #181818, inset 0 0 2px rgba(255, 255, 255, .7), inset 0 0 6px rgba(0, 0, 0, .1);\n }\n /* graphql.github.com: \"#fff\" */\n .graphiql-container .execute-options,\n .graphiql-container .toolbar-menu-items,\n .graphiql-container .toolbar-select-options {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\" */\n .graphiql-container .execute-options > li.selected,\n .graphiql-container .history-contents > p:active,\n .graphiql-container .history-contents > p:hover,\n .graphiql-container .toolbar-menu-items > li.hover,\n .graphiql-container .toolbar-menu-items > li:active,\n .graphiql-container .toolbar-menu-items > li:hover,\n .graphiql-container .toolbar-select-options > li.hover,\n .graphiql-container .toolbar-select-options > li:active,\n .graphiql-container .toolbar-select-options > li:hover {\n color: #fff;\n }\n /* graphql.github.com: \"rgba(255,255,255,0)\", \"rgba(255,255,255,0)\" */\n @keyframes insertionFade {\n from, to {\n background-color: transparent;\n border-color: transparent;\n }\n }\n /* graphql.github.com: \"none\" */\n @keyframes blink {\n 50% {\n background: none;\n }\n }\n /* graphql.github.com: \"white\" */\n .graphiql-container .doc-explorer {\n background-color: #181818;\n }\n /* graphql.github.com: \"#3B5998\" */\n .graphiql-container .doc-explorer-back {\n color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#3B5998\", \"#3B5998\" */\n .graphiql-container .doc-explorer-back::before {\n border-left: 2px solid rgb(79, 140, 201);\n border-top: 2px solid rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#ffffff\", \"#d6d6d6\" */\n .graphiql-container .doc-explorer-contents,\n .graphiql-container .history-contents {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#e0e0e0\" */\n .graphiql-container .doc-category-title {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #555\" */\n .graphiql-container .doc-category-item {\n color: #afafaf;\n }\n /* graphql.github.com: \"#B11A04\" */\n .graphiql-container .keyword {\n color: #d82828;\n }\n /* graphql.github.com: \"#CA9800\" */\n .graphiql-container .type-name {\n color: #cb4;\n }\n /* graphql.github.com: \"#1F61A0\" */\n .graphiql-container .field-name {\n color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#8B2BB9\" */\n .graphiql-container .arg-name {\n color: #73589a;\n }\n /* graphql.github.com: \"color: #555\" */\n .graphiql-container .show-btn {\n color: #afafaf;\n }\n /* graphql.github.com: \"#d3d6db\" */\n .graphiql-container .search-box {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #fff\" */\n .graphiql-container .search-box .search-box-clear {\n color: #fff;\n }\n /* graphql.github.com: \"#e0e0e0\" */\n .graphiql-container .history-contents p {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"transparent\" */\n a {\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #000\" */\n mark {\n color: #f0f0f0;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* graphql.github.com: \"#0366d6\" */\n a {\n color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n kbd {\n color: #afafaf;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* graphql.github.com: \"#fff\", \"#d1d5da\" */\n .Box, kbd {\n background-color: #181818;\n border-color: #404040;\n }\n /* graphql.github.com: \"#f6f8fa\", \"#d1d5da\" */\n .Box-header {\n background-color: #222;\n border-color: #404040;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: 2px 0 0 rgb(79, 140, 201) inset;\n }\n /* graphql.github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* graphql.github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* graphql.github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* graphql.github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width: 768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: rgb(79, 140, 201);\n }\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* graphql.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* graphql.github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* graphql.github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* graphql.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* graphql.github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* graphql.github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .breadcrumb-item::after {\n color: #343434;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.2)\" */\n .btn {\n border-color: rgba(220, 220, 220, .2);\n }\n /* graphql.github.com: \"color: #586069\", \"rgba(27,31,35,0.1)\" */\n .btn .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .17);\n }\n /* graphql.github.com: \"none\" */\n .btn.selected, .btn:active {\n background-image: none;\n }\n /* graphql.github.com: \"color: #24292e\", \"#eff3f6\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn {\n color: #cdcdcd;\n background-color: #242424;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* graphql.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* graphql.github.com: \"#e6ebf1\", \"#e6ebf1\", \"rgba(27,31,35,0.35)\" */\n .btn.hover, .btn:hover {\n background-color: #444;\n background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%);\n border-color: rgba(220, 220, 220, .35);\n }\n /* graphql.github.com: \"#e9ecef\", \"none\", \"rgba(27,31,35,0.35)\", \"rgba(27,31,35,0.15)\" */\n .btn.selected, .btn:active, [open] > .btn {\n background-color: #404040;\n background-image: none;\n border-color: rgba(220, 220, 220, .35);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* graphql.github.com: \"color: rgba(36,41,46,.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn.disabled, .btn:disabled {\n color: rgba(210, 210, 210, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* graphql.github.com: \"color: #fff\", \"#28a745\", \"#34d058\",\"#28a745\" */\n .btn-primary {\n color: #fff;\n background-color: #484;\n background-image: linear-gradient(-180deg, #373 0%, #484 90%);\n }\n /* graphql.github.com: \"rgba(52,208,88,0.4)\" */\n .btn-primary.focus, .btn-primary:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* graphql.github.com: \"#269f42\", \"#2fcb53\",\"#269f42\", \"rgba(27,31,35,0.5)\" */\n .btn-primary.hover, .btn-primary:hover {\n background-color: #595;\n background-image: linear-gradient(-180deg, #373 0%, #595 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* graphql.github.com: \"#279f43\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-primary.selected, .btn-primary:active, [open] > .btn-primary {\n background-color: #595;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* graphql.github.com: \"#94d3a2\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-primary.disabled, .btn-primary:disabled {\n background-color: #040;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* graphql.github.com: \"#fff\" */\n .btn-primary .Counter {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: linear-gradient(-180deg, rgb(79, 140, 201) 0%, rgb(79, 140, 201) 90%);\n }\n /* graphql.github.com: \"rgba(27,31,35,0.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* graphql.github.com: \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-blue.selected, .btn-blue:active, [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* graphql.github.com: \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* graphql.github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n color: rgb(79, 140, 201);\n background-color: #181818;\n }\n /* graphql.github.com: \"#cb2431\", \"#fafbfc\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn-danger {\n color: #d82828;\n background-color: #181818;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* graphql.github.com: \"rgba(203,36,49,0.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 .2em rgba(255, 68, 68, .4);\n }\n /* graphql.github.com: \"color: #fff\", \"#cb2431\", \"#cb2431\", \"rgba(27,31,35,0.5)\" */\n .btn-danger:hover {\n color: #fff;\n background-color: #d82828;\n background-image: linear-gradient(-180deg, #de4450 0%, #d82828 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* graphql.github.com: \"color: #fff\" */\n .btn-danger:hover .Counter {\n color: #fff;\n }\n /* graphql.github.com: \"color: #fff\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-danger.selected, .btn-danger:active, [open] > .btn-danger {\n color: #fff;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* graphql.github.com: \"rgba(203,36,49,0.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-danger.disabled, .btn-danger:disabled {\n color: rgba(255, 68, 68, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* graphql.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-outline {\n color: rgb(79, 140, 201);\n background-color: #181818;\n background-image: none;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\", \"none\", \"#0366d6\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n [open] > .btn-outline {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: none;\n border-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#0366d6\", \"#fff\" */\n .btn-outline.selected .Counter, .btn-outline:active .Counter,\n .btn-outline:hover .Counter, [open] > .btn-outline .Counter {\n color: rgb(79, 140, 201);\n background-color: #181818;\n }\n /* graphql.github.com: \"#0366d6\" */\n .btn-outline:focus {\n border-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline.disabled, .btn-outline:disabled {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* graphql.github.com: \"#0366d6\", \"transparent\" */\n .btn-link {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n /* graphql.github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* graphql.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-invisible {\n color: rgb(79, 140, 201);\n background-color: #181818;\n background-image: none;\n }\n /* graphql.github.com: \"#0366d6\", \"none\", \"box-shadow: none\" */\n .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active,\n .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active,\n .btn-invisible:focus, .btn-invisible:hover {\n color: rgb(79, 140, 201);\n background: none;\n box-shadow: none;\n }\n /* graphql.github.com: \"color: #586069\", \"transparent\" */\n .btn-octicon {\n color: #afafaf;\n background-color: transparent;\n }\n /* graphql.github.com: \"#0366d6\" */\n .btn-octicon:hover {\n color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"color: #959da5\" */\n .btn-octicon.disabled, .btn-octicon.disabled:hover {\n color: #767676;\n }\n /* graphql.github.com: \"#cb2431\" */\n .btn-octicon-danger:hover {\n color: #d82828;\n }\n /* graphql.github.com: \"transparent\" */\n .close-button {\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* graphql.github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* graphql.github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,0.2)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .2);\n }\n /* graphql.github.com: \"#0366d6\" */\n .social-count:hover {\n color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* graphql.github.com: \"#2188ff\", \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .form-control.focus, .form-control:focus, .form-select.focus,\n .form-select:focus {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* graphql.github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\" */\n .input-dark {\n color: #fff;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.3)\" */\n .input-dark.focus, .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* graphql.github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* graphql.github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* graphql.github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group dt label {\n color: #afafaf;\n }\n /* graphql.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* graphql.github.com: \"#fff\" */\n .form-group .form-control, .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* graphql.github.com: \"#cb2431\" */\n .form-group dd h4.is-error {\n color: #d82828;\n }\n /* graphql.github.com: \"#28a745\" */\n .form-group dd h4.is-success {\n color: #484;\n }\n /* graphql.github.com: \"#cb2431\" */\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* graphql.github.com: \"#28a745\" */\n .form-group.successful .success {\n color: #484;\n }\n /* graphql.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-group.warn .warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* graphql.github.com: \"#fffbdd\" */\n .form-group.warn .warning::after {\n border-bottom-color: #261d08;\n }\n /* graphql.github.com: \"#d9d0a5\" */\n .form-group.warn .warning::before {\n border-bottom-color: #542;\n }\n /* graphql.github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* graphql.github.com: \"#86181d\", \"#ffdce0\", \"#cea0a5\" */\n .form-group.errored .error {\n color: #d82828;\n background-color: #300;\n border-color: #d82828;\n }\n /* graphql.github.com: \"#ffdce0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* graphql.github.com: \"#cea0a5\" */\n .form-group.errored .error::before {\n border-bottom-color: #d82828;\n }\n /* graphql.github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* graphql.github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* graphql.github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* graphql.github.com: \"transparent\" */\n .inline-form .btn-plain {\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* graphql.github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* graphql.github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* graphql.github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* graphql.github.com: \"box-shadow: none\" */\n .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* graphql.github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* graphql.github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* graphql.github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* graphql.github.com: \"#fff\", \"#d1d5da\" */\n .menu {\n background-color: #181818;\n border-color: #404040;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .menu-item {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .menu-item:hover {\n background-color: #222;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\" */\n .menu-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* graphql.github.com: \"#e36209\" */\n .menu-item.selected::before {\n background-color: #fb8532;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .menu-item .octicon {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* graphql.github.com: \"color: #586069\", \"#e1e4e8\" */\n .menu-heading {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .tabnav {\n border-bottom-color: #404040;\n }\n /* graphql.github.com: \"color: #586069\", \"transparent\" */\n .tabnav-tab {\n color: #afafaf;\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .tabnav-tab.selected, .tabnav-tab[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* graphql.github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"color: #586069\", \"transparent\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* graphql.github.com: \"#eaecef\" */\n .filter-item:hover {\n background-color: #343434;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* graphql.github.com: \"#fafbfc\" */\n .SideNav {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #586069\", \"transparent\", \"#e1e4e8\" */\n .SideNav-item {\n color: #afafaf;\n background-color: transparent;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .SideNav-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* graphql.github.com: \"color: #24292e\", \"#f6f8fa\" */\n .SideNav-item:focus, .SideNav-item:hover {\n color: #cdcdcd;\n background-color: #222;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .SideNav-item:focus::before, .SideNav-item:hover::before {\n background-color: #404040;\n }\n /* graphql.github.com: \"#fff\" */\n .SideNav-item:active {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\" */\n .SideNav-item[aria-current=\"page\"], .SideNav-item[aria-selected=\"true\"] {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* graphql.github.com: \"#e36209\" */\n .SideNav-item[aria-current=\"page\"]::before,\n .SideNav-item[aria-selected=\"true\"]::before {\n background-color: #fb8532;\n }\n /* graphql.github.com: \"color: #6a737d\" */\n .SideNav-icon {\n color: #949494;\n }\n /* graphql.github.com: \"#0366d6\", \"transparent\" */\n .SideNav-subItem {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .SideNav-subItem:focus, .SideNav-subItem:hover,\n .SideNav-subItem[aria-current=\"page\"],\n .SideNav-subItem[aria-selected=\"true\"] {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\", \"#e1e4e8\" */\n .subnav-item {\n color: #afafaf;\n border-color: #343434;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .subnav-item.selected, .subnav-item.selected:focus,\n .subnav-item.selected:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* graphql.github.com: \"#c6cbd1\" */\n .subnav-search-icon {\n color: #5a5a5a;\n }\n /* graphql.github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .UnderlineNav {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\" */\n .UnderlineNav-item {\n color: #afafaf;\n }\n /* graphql.github.com: \"color: #24292e\", \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n color: #cdcdcd;\n border-bottom-color: #404040;\n }\n /* graphql.github.com: \"color: #6a737d\" */\n .UnderlineNav-item:focus .UnderlineNav-octicon,\n .UnderlineNav-item:hover .UnderlineNav-octicon {\n color: #949494;\n }\n /* graphql.github.com: \"color: #24292e\", \"#e36209\" */\n .UnderlineNav-item.selected, .UnderlineNav-item[aria-current],\n .UnderlineNav-item[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* graphql.github.com: \"color: #6a737d\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon,\n .UnderlineNav-item[aria-current] .UnderlineNav-octicon,\n .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* graphql.github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* graphql.github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .pagination a, .pagination em, .pagination span {\n color: rgb(79, 140, 201);\n background-color: #181818;\n border-color: #343434;\n }\n /* graphql.github.com: \"#eff3f6\", \"#e1e4e8\" */\n .pagination a:focus, .pagination a:hover, .pagination em:focus,\n .pagination em:hover, .pagination span:focus, .pagination span:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#d1d5da\", \"#fafbfc\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover {\n color: #404040;\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* graphql.github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 544px) {\n .border-sm {\n border-color: #343434 !important;\n }\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 768px) {\n .border-md {\n border-color: #343434 !important;\n }\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1012px) {\n .border-lg {\n border-color: #343434 !important;\n }\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* graphql.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1280px) {\n .border-xl {\n border-color: #343434 !important;\n }\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* graphql.github.com: \"#0366d6\" */\n .border-blue {\n border-color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* graphql.github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* graphql.github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* graphql.github.com: \"#cea0a5\" */\n .border-red, .border-red-light {\n border-color: #d82828 !important;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* graphql.github.com: \"#d9d0a5\" */\n .border-yellow {\n border-color: #542 !important;\n }\n /* graphql.github.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* graphql.github.com: \"rgba(255,255,255,0.5)\" */\n .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.1)\" */\n .box-shadow {\n box-shadow: 0 1px 1px #000 !important;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* graphql.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* graphql.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .bg-blue {\n background-color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* graphql.github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* graphql.github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* graphql.github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* graphql.github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* graphql.github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* graphql.github.com: \"#ffdce0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* graphql.github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* graphql.github.com: \"#dbab09\" */\n .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* graphql.github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* graphql.github.com: \"#fafbfc\" */\n .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .bg-gray-1 {\n background-color: #222 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .color-gray-2 {\n color: #343434 !important;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .color-gray-3 {\n color: #404040 !important;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* graphql.github.com: \"color: #959da5 !important\" */\n .color-gray-4 {\n color: #767676 !important;\n }\n /* graphql.github.com: \"color: #6a737d !important\" */\n .color-gray-5 {\n color: #949494 !important;\n }\n /* graphql.github.com: \"#6a737d\" */\n .bg-gray-5 {\n background-color: #444 !important;\n }\n /* graphql.github.com: \"color: #586069 !important\" */\n .color-gray-6 {\n color: #afafaf !important;\n }\n /* graphql.github.com: \"#586069\" */\n .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* graphql.github.com: \"color: #444d56 !important\" */\n .color-gray-7 {\n color: #afafaf !important;\n }\n /* graphql.github.com: \"color: #2f363d !important\" */\n .color-gray-8 {\n color: #bebebe !important;\n }\n /* graphql.github.com: \"#2f363d\" */\n .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* graphql.github.com: \"color: #24292e !important\" */\n .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* graphql.github.com: \"#24292e\" */\n .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* graphql.github.com: \"#dbedff\" */\n .bg-blue-0, .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* graphql.github.com: \"#c8e1ff\" */\n .color-blue-2 {\n color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"#c8e1ff\" */\n .bg-blue-2 {\n background-color: #246 !important;\n }\n /* graphql.github.com: \"#79b8ff\" */\n .color-blue-3 {\n color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"#79b8ff\" */\n .bg-blue-3 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"#2188ff\" */\n .color-blue-4 {\n color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"#2188ff\" */\n .bg-blue-4 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .color-blue-5 {\n color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .bg-blue-5 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"#005cc5\" */\n .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* graphql.github.com: \"#005cc5\" */\n .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* graphql.github.com: \"#044289\" */\n .color-blue-7 {\n color: rgba(79, 140, 201, .5) !important;\n }\n /* graphql.github.com: \"#044289\" */\n .bg-blue-7 {\n background-color: rgba(79, 140, 201, .5) !important;\n }\n /* graphql.github.com: \"color: #032f62 !important\" */\n .color-blue-8 {\n color: #9daccc !important;\n }\n /* graphql.github.com: \"#032f62\" */\n .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* graphql.github.com: \"color: #05264c !important\" */\n .color-blue-9 {\n color: #bebebe !important;\n }\n /* graphql.github.com: \"#05264c\" */\n .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* graphql.github.com: \"#f0fff4\" */\n .color-green-0 {\n color: #002800 !important;\n }\n /* graphql.github.com: \"#f0fff4\" */\n .bg-green-0 {\n background-color: #002800 !important;\n }\n /* graphql.github.com: \"#dcffe4\" */\n .color-green-1 {\n color: #002800 !important;\n }\n /* graphql.github.com: \"#dcffe4\" */\n .bg-green-1 {\n background-color: #002800 !important;\n }\n /* graphql.github.com: \"#34d058\" */\n .color-green-4 {\n color: #373 !important;\n }\n /* graphql.github.com: \"#34d058\" */\n .bg-green-4 {\n background-color: #373 !important;\n }\n /* graphql.github.com: \"#28a745\" */\n .color-green-5 {\n color: #484 !important;\n }\n /* graphql.github.com: \"#28a745\" */\n .bg-green-5 {\n background-color: #484 !important;\n }\n /* graphql.github.com: \"#22863a\" */\n .color-green-6 {\n color: #6cc644 !important;\n }\n /* graphql.github.com: \"#22863a\" */\n .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* graphql.github.com: \"#165c26\" */\n .color-green-8 {\n color: #6cc644 !important;\n }\n /* graphql.github.com: \"#165c26\" */\n .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* graphql.github.com: \"#144620\" */\n .color-green-9 {\n color: #6cc644 !important;\n }\n /* graphql.github.com: \"#144620\" */\n .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* graphql.github.com: \"#fffdef\" */\n .color-yellow-0 {\n color: #261d08 !important;\n }\n /* graphql.github.com: \"#fffdef\" */\n .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* graphql.github.com: \"#fffbdd\" */\n .color-yellow-1 {\n color: #261d08 !important;\n }\n /* graphql.github.com: \"#fffbdd\" */\n .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* graphql.github.com: \"#fff5b1\" */\n .color-yellow-2 {\n color: #651 !important;\n }\n /* graphql.github.com: \"#fff5b1\" */\n .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* graphql.github.com: \"#ffea7f\" */\n .color-yellow-3 {\n color: #542 !important;\n }\n /* graphql.github.com: \"#ffea7f\" */\n .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* graphql.github.com: \"#ffd33d\" */\n .color-yellow-5 {\n color: #cb4 !important;\n }\n /* graphql.github.com: \"#ffd33d\" */\n .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#f9c513\" */\n .color-yellow-6 {\n color: #cb4 !important;\n }\n /* graphql.github.com: \"#f9c513\" */\n .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#dbab09\" */\n .color-yellow-7 {\n color: #cb4 !important;\n }\n /* graphql.github.com: \"#dbab09\" */\n .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#b08800\" */\n .color-yellow-8 {\n color: #cb4 !important;\n }\n /* graphql.github.com: \"#b08800\" */\n .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* graphql.github.com: \"#735c0f\" */\n .color-yellow-9 {\n color: #bba257 !important;\n }\n /* graphql.github.com: \"#735c0f\" */\n .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* graphql.github.com: \"#fb8532\" */\n .color-orange-4 {\n color: #fb8532 !important;\n }\n /* graphql.github.com: \"#fb8532\" */\n .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* graphql.github.com: \"#e36209\" */\n .color-orange-6 {\n color: #fb8532 !important;\n }\n /* graphql.github.com: \"#e36209\" */\n .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* graphql.github.com: \"#d15704\" */\n .color-orange-7 {\n color: #f3582c !important;\n }\n /* graphql.github.com: \"#d15704\" */\n .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* graphql.github.com: \"#a04100\" */\n .color-orange-9 {\n color: #f3582c !important;\n }\n /* graphql.github.com: \"#a04100\" */\n .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* graphql.github.com: \"#ffeef0\" */\n .color-red-0 {\n color: #300 !important;\n }\n /* graphql.github.com: \"#ffeef0\" */\n .bg-red-0 {\n background-color: #300 !important;\n }\n /* graphql.github.com: \"#ffdce0\" */\n .color-red-1 {\n color: #300 !important;\n }\n /* graphql.github.com: \"#ffdce0\" */\n .bg-red-1 {\n background-color: #300 !important;\n }\n /* graphql.github.com: \"#f97583\" */\n .color-red-3 {\n color: #f88 !important;\n }\n /* graphql.github.com: \"#f97583\" */\n .bg-red-3 {\n background-color: #f88 !important;\n }\n /* graphql.github.com: \"#d73a49\" */\n .color-red-5 {\n color: #d82828 !important;\n }\n /* graphql.github.com: \"#d73a49\" */\n .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* graphql.github.com: \"#cb2431\" */\n .color-red-6 {\n color: #d82828 !important;\n }\n /* graphql.github.com: \"#cb2431\" */\n .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* graphql.github.com: \"#86181d\" */\n .color-red-9 {\n color: #d82828 !important;\n }\n /* graphql.github.com: \"#86181d\" */\n .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* graphql.github.com: \"#f5f0ff\" */\n .color-purple-0 {\n color: #213 !important;\n }\n /* graphql.github.com: \"#f5f0ff\" */\n .bg-purple-0 {\n background-color: #213 !important;\n }\n /* graphql.github.com: \"#8a63d2\" */\n .color-purple-4 {\n color: #53387a !important;\n }\n /* graphql.github.com: \"#8a63d2\" */\n .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .color-purple-5 {\n color: #9378ba !important;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* graphql.github.com: \"#ffeef8\" */\n .color-pink-0 {\n color: #170711 !important;\n }\n /* graphql.github.com: \"#ffeef8\" */\n .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* graphql.github.com: \"#ec6cb9\" */\n .color-pink-4 {\n color: #c49 !important;\n }\n /* graphql.github.com: \"#ec6cb9\" */\n .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* graphql.github.com: \"#99306f\" */\n .color-pink-8 {\n color: #e6b !important;\n }\n /* graphql.github.com: \"#99306f\" */\n .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .text-blue {\n color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* graphql.github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* graphql.github.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* graphql.github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* graphql.github.com: \"#28a745\" */\n .text-green {\n color: #484 !important;\n }\n /* graphql.github.com: \"#b08800\" */\n .text-yellow {\n color: #cb4 !important;\n }\n /* graphql.github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* graphql.github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* graphql.github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* graphql.github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .link-gray:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* graphql.github.com: \"#0366d6\" */\n .muted-link:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* graphql.github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"rgba(255,255,255,0.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* graphql.github.com: \"color: #032f62\", \"#dbedff\", \"rgba(27,31,35,0.15)\" */\n .flash {\n color: #9daccc;\n background-color: #182030;\n border-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"none\" */\n .flash-close {\n background: none;\n }\n /* graphql.github.com: \"#735c0f\", \"#fffbdd\", \"rgba(27,31,35,0.15)\" */\n .flash-warn {\n color: #bba257;\n background-color: #261d08;\n }\n /* graphql.github.com: \"#86181d\", \"#ffdce0\", \"rgba(27,31,35,0.15)\" */\n .flash-error, .flash-warn {\n border-color: rgba(220, 220, 220, .15);\n }\n .flash-error {\n color: #d82828;\n background-color: #300;\n }\n /* graphql.github.com: \"#165c26\", \"#dcffe4\", \"rgba(27,31,35,0.15)\" */\n .flash-success {\n color: #6cc644;\n background-color: #002800;\n border-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fffbdd\" */\n .warning {\n background-color: #261d08;\n }\n /* graphql.github.com: \"#fff\", \"rgba(255,255,255,0.8)\" */\n .avatar-child {\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* graphql.github.com: \"#fff\" */\n .avatar-child, .AvatarStack-body {\n background-color: #181818;\n }\n /* graphql.github.com: \"#fff\", \"#fff\" */\n .AvatarStack-body .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .avatar.avatar-more {\n background-color: #222;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .avatar.avatar-more::before {\n background-color: #343434;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .avatar.avatar-more::after, .AvatarStack--right .avatar.avatar-more {\n background-color: #404040;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .AvatarStack--right .avatar.avatar-more::after {\n background-color: #222;\n }\n /* graphql.github.com: \"#fff\" */\n .AvatarStack--right .avatar {\n border-left-color: #181818;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .DashedConnection::before {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"#fff\", \"#eaecef\" */\n .blankslate code {\n background-color: #181818;\n border-color: #343434;\n }\n /* graphql.github.com: \"color: #a3aab1\" */\n .blankslate-icon {\n color: #767676;\n }\n /* graphql.github.com: \"color: rgba(27,31,35,.6)\", \"#eaf5ff\" */\n .branch-name {\n color: rgba(230, 230, 230, .6);\n background-color: #182030;\n }\n /* graphql.github.com: \"#0366d6\" */\n a.branch-name {\n color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#fff\", \"rgba(27,31,35,0.15)\", \"rgba(27,31,35,0.15)\" */\n .dropdown-menu {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 15px #000;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .dropdown-item {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\" */\n .dropdown-item:focus, .dropdown-item:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"none\" */\n .dropdown-signout {\n background: none;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .dropdown-divider {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\" */\n .dropdown-header {\n color: #afafaf;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-w::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .dropdown-menu-w::after {\n border-left-color: #181818;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-e::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .dropdown-menu-e::after {\n border-right-color: #181818;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-ne::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .dropdown-menu-ne::after {\n border-top-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\", \"#2f363d\", \"#444d56\", \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-dark {\n color: #fff;\n background-color: #282828;\n border-color: #484848;\n box-shadow: 0 1px 15px #000;\n }\n /* graphql.github.com: \"#444d56\" */\n .dropdown-menu-dark::before {\n border-bottom-color: #484848;\n }\n /* graphql.github.com: \"#2f363d\" */\n .dropdown-menu-dark::after {\n border-bottom-color: #282828;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .dropdown-menu-dark .dropdown-header {\n color: #404040;\n }\n /* graphql.github.com: \"#444d56\" */\n .dropdown-menu-dark .dropdown-divider {\n border-top-color: #484848;\n }\n /* graphql.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-w::before {\n border-color: transparent transparent transparent #484848;\n }\n /* graphql.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-w::after {\n border-color: transparent transparent transparent #282828;\n }\n /* graphql.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-e::before {\n border-color: transparent #484848 transparent transparent;\n }\n /* graphql.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-e::after {\n border-color: transparent #282828 transparent transparent;\n }\n /* graphql.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-ne::before {\n border-color: #484848 transparent transparent;\n }\n /* graphql.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-ne::after {\n border-color: #282828 transparent transparent;\n }\n /* graphql.github.com: \"#24292e\" */\n .Header {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\" */\n .Header-link, .label, .Label {\n color: #fff;\n }\n /* graphql.github.com: \"color: #586069\", \"#eaecef\" */\n .Label--gray {\n color: #afafaf;\n background-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\", \"transparent\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .Label--outline {\n color: #afafaf;\n background-color: transparent;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* graphql.github.com: \"#28a745\", \"#34d058\" */\n .Label--outline-green {\n color: #484;\n border-color: #373;\n }\n /* graphql.github.com: \"#6a737d\" */\n .Label--gray-darker {\n background-color: #444;\n }\n /* graphql.github.com: \"#d15704\" */\n .Label--orange {\n background-color: #f3582c;\n }\n /* graphql.github.com: \"color: #fff\", \"#6a737d\" */\n .state, .State {\n color: #fff;\n background-color: #444;\n }\n /* graphql.github.com: \"#2cbe4e\" */\n .State--green {\n background-color: #373;\n }\n /* graphql.github.com: \"#6f42c1\" */\n .State--purple {\n background-color: #9378ba;\n }\n /* graphql.github.com: \"#cb2431\" */\n .State--red {\n background-color: #d82828;\n }\n /* graphql.github.com: \"color: #586069\", \"rgba(27,31,35,0.08)\" */\n .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"color: #24292e\", \"rgba(27,31,35,0.15)\" */\n .Counter--gray-light {\n color: #cdcdcd;\n background-color: rgba(220, 220, 220, .22);\n }\n /* graphql.github.com: \"color: #fff\", \"#6a737d\" */\n .Counter--gray {\n color: #fff;\n background-color: #444;\n }\n /* graphql.github.com: \"color: #586069\" */\n .diffstat {\n color: #afafaf;\n }\n /* graphql.github.com: \"#cb2431\" */\n .diffstat-block-deleted {\n background-color: #d82828;\n }\n /* graphql.github.com: \"#2cbe4e\" */\n .diffstat-block-added {\n background-color: #373;\n }\n /* graphql.github.com: \"#d1d5da\" */\n .diffstat-block-neutral {\n background-color: #404040;\n }\n /* graphql.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #404040;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* graphql.github.com: \"#cb2431\" */\n .markdown-body .absent {\n color: #d82828;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .markdown-body hr {\n background-color: #343434;\n }\n /* graphql.github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* graphql.github.com: \"color: #1b1f23\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* graphql.github.com: \"#eaecef\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #6a737d\" */\n .markdown-body h6 {\n color: #949494;\n }\n /* graphql.github.com: \"#dfe2e5\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* graphql.github.com: \"#fff\", \"#c6cbd1\" */\n .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* graphql.github.com: \"transparent\" */\n .markdown-body table img {\n background-color: transparent;\n }\n /* graphql.github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* graphql.github.com: \"transparent\" */\n .markdown-body .emoji {\n background-color: transparent;\n }\n /* graphql.github.com: \"#dfe2e5\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.05)\" */\n .markdown-body code, .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* graphql.github.com: \"transparent\" */\n .markdown-body pre > code, .markdown-body pre code, .markdown-body pre tt {\n background-color: transparent;\n }\n /* graphql.github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* graphql.github.com: \"#f6f8fa\" */\n .markdown-body .csv-data th {\n background-color: #222;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .Popover-message::after {\n border-bottom-color: #181818;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--bottom-left::before,\n .Popover-message--bottom-right::before, .Popover-message--bottom::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .Popover-message--bottom-left::after, .Popover-message--bottom-right::after,\n .Popover-message--bottom::after {\n border-top-color: #181818;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--right-bottom::before, .Popover-message--right-top::before,\n .Popover-message--right::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .Popover-message--right-bottom::after, .Popover-message--right-top::after,\n .Popover-message--right::after {\n border-left-color: #181818;\n }\n /* graphql.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--left-bottom::before, .Popover-message--left-top::before,\n .Popover-message--left::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* graphql.github.com: \"#fff\" */\n .Popover-message--left-bottom::after, .Popover-message--left-top::after,\n .Popover-message--left::after {\n border-right-color: #181818;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .Progress {\n background-color: #343434;\n }\n /* graphql.github.com: \"#f6f8fa\", \"rgba(0,0,0,0.4)\" */\n .SelectMenu-modal {\n background-color: #222;\n box-shadow: 0 0 18px #000;\n }\n /* graphql.github.com: \"#d1d5da\", \"rgba(27,31,35,0.15)\" */\n @media (min-width: 544px) {\n .SelectMenu-modal {\n border-color: #404040;\n box-shadow: 0 1px 5px #000;\n }\n }\n /* graphql.github.com: \"color: #6a737d\", \"transparent\" */\n .SelectMenu-closeButton {\n color: #949494;\n background-color: transparent;\n }\n /* graphql.github.com: \"#fff\", \"#e1e4e8\" */\n .SelectMenu-filter, .SelectMenu-list {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\", \"#fff\" */\n .SelectMenu-item, .SelectMenu-list {\n background-color: #181818;\n }\n .SelectMenu-item {\n color: #afafaf;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .SelectMenu-item + .SelectMenu-item, .SelectMenu-tabs {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"color: #6a737d\", \"transparent\", \"#e1e4e8\" */\n .SelectMenu-tab {\n color: #949494;\n background-color: transparent;\n box-shadow: inset 0 -1px 0 #343434;\n }\n /* graphql.github.com: \"color: #24292e\", \"#fff\", \"#e1e4e8\" */\n .SelectMenu-tab[aria-selected=\"true\"] {\n color: #cdcdcd;\n background-color: #181818;\n box-shadow: 0 0 0 1px #343434;\n }\n /* graphql.github.com: \"#e1e4e8\", \"box-shadow: none\" */\n @media (min-width: 544px) {\n .SelectMenu-tab[aria-selected=\"true\"] {\n border-color: #343434;\n box-shadow: none;\n }\n }\n /* graphql.github.com: \"#fff\" */\n .SelectMenu-blankslate, .SelectMenu-loading, .SelectMenu-message {\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #6a737d\", \"#f6f8fa\", \"#e1e4e8\", \"#e1e4e8\" */\n .SelectMenu-divider {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"color: #6a737d\", \"#e1e4e8\" */\n .SelectMenu-divider, .SelectMenu-footer {\n color: #949494;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#eaecef\" */\n .SelectMenu--hasFilter .SelectMenu-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* graphql.github.com: \"color: #24292e\" */\n .SelectMenu-item[aria-checked=\"true\"] {\n color: #cdcdcd;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\", \"#2188ff\", \"#dbedff\", \"color: #24292e\", \"#e1e4e8\", \"#f6f8fa\" */\n @media (hover: hover) {\n .SelectMenu-item:active, .SelectMenu-item:hover,\n body:not(.intent-mouse) .SelectMenu-item:focus {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n body:not(.intent-mouse) .SelectMenu-tab:focus {\n background-color: #182030;\n }\n .SelectMenu-tab:not([aria-checked=\"true\"]):hover {\n color: #cdcdcd;\n background-color: #343434;\n }\n .SelectMenu-tab:not([aria-checked=\"true\"]):active {\n color: #cdcdcd;\n background-color: #222;\n }\n }\n /* graphql.github.com: \"#fafbfc\", \"rgba(209,213,218,0.5)\" */\n @media (hover: none) {\n .SelectMenu-item:active, .SelectMenu-item:focus {\n background-color: #181818;\n }\n .SelectMenu-item {\n -webkit-tap-highlight-color: rgba(90, 90, 90, .5);\n }\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .Subhead {\n border-bottom-color: #343434;\n }\n /* graphql.github.com: \"#cb2431\" */\n .Subhead-heading--danger {\n color: #d82828;\n }\n /* graphql.github.com: \"color: #586069\" */\n .Subhead-description {\n color: #afafaf;\n }\n /* graphql.github.com: \"#e1e4e8\" */\n .TimelineItem::before {\n background-color: #343434;\n }\n /* graphql.github.com: \"#2188ff\", \"#c8e1ff\" */\n .TimelineItem:target .TimelineItem-badge {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 .2em rgb(79, 140, 201);\n }\n /* graphql.github.com: \"color: #444d56\", \"#e1e4e8\", \"#fff\" */\n .TimelineItem-badge {\n color: #afafaf;\n background-color: #343434;\n border-color: #181818;\n }\n /* graphql.github.com: \"color: #444d56\" */\n .TimelineItem-body {\n color: #afafaf;\n }\n /* graphql.github.com: \"#fff\", \"#e1e4e8\" */\n .TimelineItem-break {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* graphql.github.com: \"color: #959da5\", \"#fff\" */\n .TimelineItem--condensed .TimelineItem-badge {\n color: #767676;\n background-color: #181818;\n }\n /* graphql.github.com: \"color: #1b1f23\", \"#fff\", \"#d1d5da\",\"rgba(27,31,35,0.15)\" */\n .Toast {\n color: #dcdcdc;\n background-color: #181818;\n box-shadow: inset 0 0 0 1px #404040, 0 1px 5px #000;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\" */\n .Toast-icon {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"transparent\" */\n .Toast-dismissButton {\n background-color: transparent;\n }\n /* graphql.github.com: \"color: #586069\" */\n .Toast-dismissButton:focus, .Toast-dismissButton:hover {\n color: #afafaf;\n }\n /* graphql.github.com: \"color: #959da5\" */\n .Toast-dismissButton:active {\n color: #767676;\n }\n /* graphql.github.com: \"#d73a49\" */\n .Toast--error .Toast-icon {\n background-color: #d82828;\n }\n /* graphql.github.com: \"color: #24292e\", \"#f9c513\" */\n .Toast--warning .Toast-icon {\n color: #cdcdcd;\n background-color: #cb4;\n }\n /* graphql.github.com: \"#28a745\" */\n .Toast--success .Toast-icon {\n background-color: #484;\n }\n /* graphql.github.com: \"#586069\" */\n .Toast--loading .Toast-icon {\n background-color: #343434;\n }\n /* graphql.github.com: \"color: #586069\", \"#e1e4e8\" */\n .pullquote {\n color: #afafaf;\n border-left-color: #343434;\n }\n /* graphql.github.com: \"color: #fff\", \"#1074e7\", \"#1074e7\" */\n .btn-mktg {\n color: #fff;\n border: 1px solid rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#0366d6\", \"#0366d6\" */\n .btn-mktg, .btn-mktg:hover {\n background-color: rgb(79, 140, 201);\n }\n .btn-mktg:hover {\n border-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn-mktg:focus {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* graphql.github.com: \"#28a745\", \"#28a745\" */\n .btn-primary-mktg:hover {\n background-color: #484;\n border-color: #484;\n }\n /* graphql.github.com: \"#0366d6\", \"rgba(255,255,255,0)\", \"#1074e7\" */\n .btn-outline-mktg, .btn-outline-mktg:hover {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n .btn-outline-mktg:hover {\n border-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"color: #fff\", \"transparent\", \"none\", \"rgba(255,255,255,0.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: transparent;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* graphql.github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* graphql.github.com: \"color: #fff\", \"#0366d6\" */\n .alpha-badge {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* graphql.github.com: \"#e0e0e0\" */\n .graphiql-ide {\n border-top-color: #343434;\n }\n /* graphql.github.com: \"#ddd\" */\n .graphiql-ide.signed-out::after {\n background-color: #383838;\n }\n /* end graphql.github.com rules */",
- "start": 1016214,
- "domains": [
- "graphql.github.com"
- ]
- },
- {
- "code": "img[src*=\"security-vulnerability.svg\"],\n img[src*=\"security-vulnerability-alert.svg\"], img[src*=\"security-policy.svg\"],\n img[src*=\"security-workspace-bg.svg\"],\n img[src*=\"security-workspace-comment-1.svg\"],\n img[src*=\"security-workspace-comment-2.svg\"],\n img[src*=\"security-workspace-changes.svg\"],\n img[src*=\"security-workspace-merge.svg\"], .section-security-alerts svg,\n img[src*=\"security-dependabot.svg\"], img.security-pr-merge,\n .section-security-patches-graph, img[src*=\"security-token-scanning.svg\"],\n img[src*=\"security-lgtm-vulnerability.svg\"],\n img[src*=\"security-lgtm-alert.svg\"], .actions-pr-checks {\n filter: invert(90%) hue-rotate(-180deg) !important;\n }\n .section-security-alerts-graph svg, .section-security-patches-graph {\n filter: none !important;\n }\n [style=\"background: #fff; box-shadow: 0 10px 50px 30px #fff;\"] {\n background: none !important;\n box-shadow: none !important;\n }\n [stroke=\"#E1E4E8\"] {\n stroke: #484848;\n }\n [stroke=\"#B08800\"] {\n stroke: #652;\n }\n [fill=\"#FFFDEF\"] {\n fill: #321;\n }\n [fill=\"#6A737D\"] {\n fill: #444;\n }\n [fill=\"white\"]:not([d*=\"M279.27\"]) {\n fill: #111;\n }\n [fill=\"black\"] {\n fill: #eee;\n }\n svg.security-hero, .actions-hero {\n filter: brightness(200%) contrast(80%);\n }\n .section-actions-workflow-logs::before, .actions-pricing-private::before {\n filter: brightness(60%);\n }",
- "start": 1081191,
- "regexps": [
- "^https?://github\\.com/features/(security|actions)"
- ]
- },
- {
- "code": "img[src*=\"img-\"], img[src*=\"security\"] {\n filter: invert(90%) hue-rotate(-180deg) !important;\n }\n img[src*=\"img-share-achievements.png\"] {\n filter: invert(100%) hue-rotate(-85deg) !important;\n }\n .jumbotron-codelines {\n color: #dcdcdc;\n }",
- "start": 1082659,
- "regexps": [
- "^https?://github\\.com/(features|security).*"
- ]
- },
- {
- "code": "* {\n box-sizing: border-box;\n }\n body {\n color: #e0e0e0;\n background-color: #202020;\n background-image: var(--ghd-bg-img);\n background-clip: border-box;\n background-origin: padding-box;\n background-attachment: scroll;\n background-repeat: repeat !important;\n background-size: auto !important;\n background-position: left top !important;\n }\n .markdown-body img {\n background-color: #181818;\n background: none;\n }\n a {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4,\n .markdown-body h5, .markdown-body h6 {\n border-bottom: 1px solid #444;\n }\n .border-gray-light, hr {\n border-color: #444 !important;\n }\n .markdown-body table th, .markdown-body table td {\n border: 1px solid #444;\n }\n .text-gray {\n color: #aaa !important;\n }\n .markdown-body table tr {\n background-color: #181818;\n border-top: 1px solid #444;\n }\n .markdown-body table tr:nth-child(2n) {\n background-color: #202020;\n }\n /* style 404 page e.g. http://stylishthemes.github.io/ */\n p {\n color: #bebebe;\n }\n #suggestions a {\n color: #9e9e9e;\n }",
- "start": 1082967,
- "domains": [
- "stylishthemes.github.io"
- ]
- },
- {
- "code": ".bg-blue-4, .illflow-blue .selected {\n background: #182030 !important;\n }",
- "start": 1084214,
- "urlPrefixes": [
- "https?://github.com/personal"
- ]
- },
- {
- "code": ".btn-blue {\n background-image: linear-gradient(-180deg, rgba(79, 140, 201, 1), rgba(79, 140, 201, .9) 90%) !important;\n }\n .btn-blue.hover, .btn.btn-blue:hover {\n background-image: linear-gradient(-180deg, rgba(79, 140, 201, .9), rgba(79, 140, 201, .8) 90%) !important;\n border-color: rgba(79, 140, 201, .3) !important;\n }",
- "start": 1084362,
- "regexps": [
- "^https?://(education|lab)\\.github\\.com"
- ]
- },
- {
- "code": "svg {\n background: #222;\n }\n svg #surface1 g[style*=\"fill\"] {\n fill: #eee !important;\n }",
- "start": 1084785,
- "regexps": [
- "^https?://(render)\\.githubusercontent\\.com\\/render\\/math"
- ]
- },
- {
- "code": "svg {\n background: #222;\n }",
- "start": 1084941,
- "domains": [
- "camo.githubusercontent.com"
- ]
- },
- {
- "code": "/* Styles the payment form iframe */\n body, label, .popup {\n background: transparent !important;\n color: #bebebe !important;\n }\n input, select {\n background: #181818 !important;\n color: #bebebe !important;\n border-color: #343434 !important;\n }\n select {\n background: #181818 url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAQAAAAua3X8AAAARklEQVR4AWNABWcazjQg8zGl/wNhA15piBL80gglmNKYSjClMZUgpDGVwKXxKBl4QNiRBLxJIKAIBzXhyCIc3YQTDMEkBwBplPJRxEMa4wAAAABJRU5ErkJggg==\") no-repeat right 8px center !important;\n background-size: 8px 10px !important;\n }\n input:focus, select:focus {\n border-color: rgb(79, 140, 201) !important;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 2px rgb(79, 140, 201) !important;\n outline-color: rgb(79, 140, 201) !important;\n }\n .btn-submit {\n background: linear-gradient(#407045, #305530) !important;\n border-color: #083 !important;\n }\n .btn-submit:hover {\n background: linear-gradient(#508055, #407045) !important;\n }",
- "start": 1085045,
- "regexps": [
- "^https?://www\\.zuora\\.com.*github\\.com.*"
- ]
- },
- {
- "code": "/* begin render.githubusercontent.com rules */\n /* render.githubusercontent.com: \"#ddd\", \"#ddd\" */\n .pdf-page {\n border-top-color: #343434;\n border-bottom-color: #343434;\n }\n /* render.githubusercontent.com: \"#fff\", \"#ddd\" */\n .click-for-more {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* render.githubusercontent.com: \"color: #333\", \"#eee\", \"#eee\" */\n .click-for-more .button {\n color: #bebebe;\n background-color: #242424;\n background-image: linear-gradient(#fcfcfc, #242424);\n }\n /* render.githubusercontent.com: \"#ddd\", \"#eee\",\"#ddd\" */\n .click-for-more .button:hover {\n background-color: #383838;\n background-image: linear-gradient(#242424, #383838);\n }\n /* render.githubusercontent.com: \"#fff\" */\n body {\n background-color: #181818;\n }\n /* render.githubusercontent.com: \"#ddd\" */\n .is-embedded .render-shell {\n border-color: #343434;\n }\n /* render.githubusercontent.com: \"rgba(0,0,0,0.8)\", \"#eee\" */\n .render-info .message {\n background-color: #242424;\n border-color: #343434;\n }\n /* render.githubusercontent.com: \"#4183c4\" */\n .render-info .message a {\n color: rgb(79, 140, 201);\n }\n /* render.githubusercontent.com: \"color: #000\" */\n .render-attribution:hover .symbol, .render-health:hover .symbol {\n color: #f0f0f0;\n }\n /* render.githubusercontent.com: \"#ddd\" */\n .render-bar {\n border-top-color: #343434;\n }\n /* render.githubusercontent.com: \"color: #666\" */\n .render-message a {\n color: #949494;\n }\n /* render.githubusercontent.com: \"none\" */\n .render-view-modes {\n background: none;\n }\n /* render.githubusercontent.com: \"none\", \"color: #666\" */\n .render-view-modes li {\n background: none;\n color: #949494;\n }\n /* render.githubusercontent.com: \"#fff\" */\n .slider .slider-track {\n border-top-color: #181818;\n }\n /* render.githubusercontent.com: \"#fff\", \"#eee\" */\n .render-shell img, img.asset {\n border-color: #181818;\n background-color: #242424;\n }\n /* render.githubusercontent.com: \"#fff\" */\n div.border-wrap {\n background-color: #181818;\n }\n /* render.githubusercontent.com: \"#eee\" */\n .render-shell {\n background-color: #242424;\n }\n /* render.githubusercontent.com: \"transparent\" */\n .onion-skin .controls .slider {\n background-color: transparent;\n }\n /* end render.githubusercontent.com rules */",
- "start": 1086117,
- "domains": [
- "render.githubusercontent.com"
- ]
- },
- {
- "code": "/* begin githubstatus.com rules */\n /* githubstatus.com: \"#bbb\", \"white\" */\n ._2NFgh0Z6tkGorUToiId47k [class^=\"Content__ChildWrapper\"] > [class^=\"Content\"],\n ._3c5eahGieigDTmRHO-d7l3 [class^=\"Content__ChildWrapper\"] > [class^=\"Content\"] {\n border-color: #484848;\n background-color: #181818;\n }\n /* githubstatus.com: \"white\" */\n ._2NFgh0Z6tkGorUToiId47k .status-dropdown__option::before,\n ._3c5eahGieigDTmRHO-d7l3 .status-dropdown__option::before {\n background-color: #181818;\n }\n /* githubstatus.com: \"transparent\" */\n .ak-editor-wrapper pre code, .markdown-display pre code {\n background-color: transparent;\n }\n /* githubstatus.com: \"#ddd\" */\n .ak-editor-wrapper table, .markdown-display table {\n border-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n .ak-editor-wrapper table td, .markdown-display table td {\n border-top-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n .ak-editor-wrapper table td + td, .ak-editor-wrapper table th + th,\n .markdown-display table td + td, .markdown-display table th + th {\n border-left-color: #343434;\n }\n /* githubstatus.com: \"color: #fff\" */\n ._3DswDMo3rPhwmGGm-RnGoI td[aria-selected=\"true\"] div {\n color: #fff;\n }\n /* githubstatus.com: \"#d0d0d0\" */\n ._2-I6T1F9kpUp2j9G31LMYN {\n border-color: #343434;\n }\n /* githubstatus.com: \"#bbb\" */\n ._1JN3aEKlPD7X5jqB1dXYzx input {\n border-color: #484848;\n }\n /* githubstatus.com: \"white\" */\n ._2dv0LNfUzjAAPh-wPACjXb {\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #fff\" */\n .wPHh9nW_2p42Vk16HDf2n {\n color: #fff;\n }\n /* githubstatus.com: \"transparent\" */\n abbr, address, article, aside, audio, b, blockquote, body, canvas, caption,\n cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption,\n figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i,\n iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p,\n pre, q, samp, section, small, span, strong, sub, summary, sup, time, ul, var,\n video {\n background-color: transparent;\n }\n /* githubstatus.com: \"#ffffff\", \"color: #333\", \"#fff\" */\n body {\n color: #bebebe;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .well {\n border-color: #343434;\n }\n /* githubstatus.com: \"#e5e5e5\" */\n hr {\n border-top-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n abbr {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#f5f5f5\" */\n pre.code-display {\n background-color: #222;\n }\n /* githubstatus.com: \"transparent\" */\n pre.code-display code {\n background-color: transparent;\n }\n /* githubstatus.com: \"#bbb\" */\n .chzn-container-single .chzn-single, input[type=\"email\"],\n input[type=\"number\"], input[type=\"password\"], input[type=\"text\"], select,\n textarea {\n border-color: #484848;\n }\n /* githubstatus.com: \"color: #666\" */\n .chzn-container-single .chzn-single, input[type=\"email\"],\n input[type=\"password\"], input[type=\"text\"], textarea {\n color: #949494;\n }\n /* githubstatus.com: \"#f5f5f5\", \"#ddd\" */\n input[disabled], select[disabled], select[readonly], textarea[disabled] {\n background-color: #222;\n border-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n input[disabled]:hover, select[disabled]:hover, select[readonly]:hover,\n textarea[disabled]:hover {\n border-color: #343434;\n }\n /* githubstatus.com: \"white\", \"#f4f4f4\", \"color: #666\" */\n .controls.append label, .controls.prepend label {\n box-shadow: 0 1px 0 #181818 inset;\n background-color: #242424;\n color: #949494;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .form-bordered .control-group {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .form-bordered .control-group.first-border {\n border-top-color: #343434;\n }\n /* githubstatus.com: \"#eee\" */\n .fa-border {\n border-color: #343434;\n }\n /* githubstatus.com: \"color: #fff\" */\n .cpt-admin-callout.uptime-edit .label.set, .fa-inverse,\n .tooltipster-sidetip .tooltipster-content {\n color: #fff;\n }\n /* githubstatus.com: \"#BBB\" */\n .cpt-admin-simple-search-form button {\n border-color: #484848;\n }\n /* githubstatus.com: \"color: #fff\", \"#ffffff\" */\n .carousel-control {\n color: #fff;\n border-color: #181818;\n }\n /* githubstatus.com: \"color: #fff\" */\n .carousel-caption h4, .carousel-caption p, .carousel-control:hover {\n color: #fff;\n }\n /* githubstatus.com: \"#f8f8f8\" */\n .component-statuses .component-status-container .component-dropdown-selector.dropdown-open .component-status-display {\n background-color: #202020;\n }\n /* githubstatus.com: \"#d0d0d0\", \"#fff\" */\n .component-statuses .component-status-container .component-dropdown-selector .status-dropdown {\n border-color: #343434;\n background-color: #181818;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"#fff\" */\n .component-statuses .component-status-container .component-dropdown-selector .status-dropdown .status-option:hover,\n .datepicker {\n background-color: #181818;\n }\n .datepicker {\n box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -moz-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -webkit-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -o-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -ms-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n border-color: rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\" */\n .datepicker::before {\n border-bottom-color: rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"#fff\" */\n .datepicker::after {\n border-bottom-color: #181818;\n }\n /* githubstatus.com: \"#eee\" */\n .datepicker td.day:hover {\n background-color: #242424;\n }\n /* githubstatus.com: \"color: #fff\" */\n .datepicker td.active, .datepicker td.active:hover {\n color: #fff;\n }\n /* githubstatus.com: \"#eee\" */\n .datepicker td span:hover {\n background-color: #242424;\n }\n /* githubstatus.com: \"color: #fff\" */\n .datepicker td span.active {\n color: #fff;\n }\n /* githubstatus.com: \"#eee\" */\n .datepicker thead tr:first-child th:hover {\n background-color: #242424;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"#ffffff\", \"rgba(0,0,0,0.2)\" */\n .dropdown .dropdown-menu {\n box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -moz-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -webkit-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -o-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -ms-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n background-color: #181818;\n border-color: rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"#f8f8f8\" */\n .dropdown .dropdown-menu li:hover {\n background-color: #202020;\n }\n /* githubstatus.com: \"color: #333\" */\n .dropdown .dropdown-menu li a {\n color: #bebebe;\n }\n /* githubstatus.com: \"white\" */\n .es-menu {\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #333\" */\n .es-menu .item div .fa, .es-menu .item div i.component-status {\n color: #bebebe;\n }\n /* githubstatus.com: \"color: #666\" */\n .es-highlight {\n color: #949494;\n }\n /* githubstatus.com: \"box-shadow: none !important\" */\n #es-search-field {\n box-shadow: none !important;\n }\n /* githubstatus.com: \"#bbb\" */\n .grouped-items-selector {\n border-color: #484848;\n }\n /* githubstatus.com: \"box-shadow: none\" */\n .grouped-items-selector.inline {\n box-shadow: none;\n }\n /* githubstatus.com: \"#ddd\" */\n .grouped-items-selector.inline .border-color {\n border-color: #343434;\n }\n /* githubstatus.com: \"color: #333\" */\n .grouped-items-selector.inline .grouped-item.active {\n color: #bebebe;\n }\n /* githubstatus.com: \"#ddd\" */\n .grouped-items-selector .body .grouped-items .grouped-item,\n .grouped-items-selector .body .grouped-items .grouped-item.open {\n border-color: #343434;\n }\n /* githubstatus.com: \"rgba(255,255,255,0.8)\" */\n .loader-overlay {\n background-color: hsla(0, 0%, 100%, .8);\n }\n /* githubstatus.com: \"#ffffff\" */\n .modal {\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #000\" */\n .modal .headless-close, .modal .headless-close:hover {\n color: #f0f0f0;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .modal .modal-header {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"color: #000\" */\n .modal .modal-header .close, .modal .modal-header .close:hover {\n color: #f0f0f0;\n }\n /* githubstatus.com: \"#f5f5f5\", \"#ddd\" */\n .modal .modal-footer {\n background-color: #222;\n border-top-color: #343434;\n }\n /* githubstatus.com: \"color: #fff\" */\n .cpt-notification {\n color: #fff;\n }\n /* githubstatus.com: \"rgba(255,255,255,0.8)\" */\n .cpt-notification .close {\n color: hsla(0, 0%, 100%, .8);\n }\n /* githubstatus.com: \"color: #fff\" */\n .cpt-notification .close:hover, .cpt-notification a:not(.close),\n .cpt-notification a:not(.close):hover {\n color: #fff;\n }\n /* githubstatus.com: \"#fff\" */\n .panel {\n background-color: #181818;\n }\n /* githubstatus.com: \"#ddd\" */\n .panel.panel-default {\n border-color: #343434;\n }\n /* githubstatus.com: \"color: #333\", \"#f5f5f5\", \"#ddd\" */\n .panel.panel-default .panel-heading {\n color: #bebebe;\n background-color: #222;\n border-color: #343434;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"#ffffff\", \"rgba(0,0,0,0.2)\" */\n .popover {\n box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -moz-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -webkit-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -o-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n -ms-box-shadow: 0 5px 10px rgba(255, 255, 255, .7);\n background-color: #181818;\n border-color: rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"#ffffff\" */\n .popover.top .arrow::after {\n border-top-color: #181818;\n }\n /* githubstatus.com: \"#ffffff\" */\n .popover.right .arrow::after {\n border-right-color: #181818;\n }\n /* githubstatus.com: \"#ffffff\" */\n .popover.bottom .arrow::after {\n border-bottom-color: #181818;\n }\n /* githubstatus.com: \"#ffffff\" */\n .popover.left .arrow::after {\n border-left-color: #181818;\n }\n /* githubstatus.com: \"#f5f5f5\", \"#eee\" */\n .popover .popover-title {\n background-color: #222;\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.15)\", \"color: #fff\" */\n .cpt-progress .bar {\n box-shadow: inset 0 -1px 0 #000;\n color: #fff;\n }\n /* githubstatus.com: \"#fff\" */\n .cpt-table .content {\n background-color: #181818;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .cpt-table .content .table-row.blank-state {\n border-color: #343434 !important;\n }\n /* githubstatus.com: \"#ddd\" */\n .cpt-tabular-table {\n border-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n .cpt-tabular-table td {\n border-top-color: #343434;\n }\n /* githubstatus.com: \"#ddd\" */\n .cpt-tabular-table td + td, .cpt-tabular-table th + th {\n border-left-color: #343434;\n }\n /* githubstatus.com: \"#f9f9f9\" */\n .cpt-tabular-table.striped tbody tr:nth-child(odd) td,\n .cpt-tabular-table .table-striped tbody tr:nth-child(odd) th {\n background-color: #181818;\n }\n /* githubstatus.com: \"#ddd\" */\n .cpt-tabs:not(.unstyled) {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#eee\", \"color: #666\" */\n .cpt-tabs:not(.unstyled) li:not(.active) a:hover {\n background-color: #242424;\n color: #949494;\n }\n /* githubstatus.com: \"transparent\" */\n .cpt-tabs:not(.unstyled) li:not(.active) a:hover.disabled {\n background-color: transparent;\n }\n /* githubstatus.com: \"color: #333\", \"#ffffff\", \"#ddd\" */\n .cpt-tabs:not(.unstyled) li.active a {\n color: #bebebe;\n background-color: #181818;\n border-color: #343434;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .cpt-tabs:not(.unstyled).mobile {\n border-color: #343434;\n }\n /* githubstatus.com: \"#e0e0e0\" */\n .cpt-tabs:not(.unstyled).mobile.open li:last-of-type {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#e0e0e0\", \"#e0e0e0\" */\n .cpt-tabs:not(.unstyled).mobile.open li a {\n border-left-color: #343434;\n border-right-color: #343434;\n }\n /* githubstatus.com: \"#fff\" */\n .cpt-tabs:not(.unstyled).mobile li.active a,\n .cpt-tabs:not(.unstyled).mobile li:not(.active) a:hover,\n .cpt-tabs:not(.unstyled).mobile li a {\n background-color: #181818;\n }\n /* githubstatus.com: \"box-shadow: none\", \"none\" */\n .cpt-toggle {\n box-shadow: none;\n background: none;\n }\n /* githubstatus.com: \"white\" */\n .cpt-toggle .bubble {\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #fff\" */\n .cpt-toggle.on .text {\n color: #fff;\n }\n /* githubstatus.com: \"color: #666\", \"#e0e0e0\" */\n .tooltip-base {\n border-color: #343434;\n }\n /* githubstatus.com: \"color: #666\" */\n .tooltip-base, .tooltip-base:hover {\n color: #949494;\n }\n /* githubstatus.com: \"color: #fff\" */\n .tooltip .tooltip-inner {\n color: #fff;\n }\n /* githubstatus.com: \"color: #fff\", \"color: #fff !important\" */\n .cpt-button {\n color: #fff;\n color: #fff !important;\n }\n /* githubstatus.com: \"color: #fff\" */\n .cpt-button:hover {\n color: #fff;\n }\n /* githubstatus.com: \"#ffffff\" */\n .cpt-button .caret {\n border-top-color: #181818;\n }\n /* githubstatus.com: \"box-shadow: none\", \"transparent\", \"rgba(255,255,255,0.8)\" */\n .cpt-button.style-outline {\n box-shadow: none;\n background-color: transparent;\n border-color: hsla(0, 0%, 100%, .8);\n }\n /* githubstatus.com: \"white\" */\n .cpt-button.style-outline:hover {\n border-color: #181818;\n }\n /* githubstatus.com: \"#bbb\" */\n .cpt-button.style-outline.color-grey {\n border-color: #484848;\n }\n /* githubstatus.com: \"box-shadow: none\" */\n .cpt-button.disabled {\n box-shadow: none;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\" */\n .cpt-button.pressed, .cpt-button:active {\n box-shadow: inset 0 0 5px rgba(255, 255, 255, .7);\n -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, .7);\n -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .7);\n -o-box-shadow: inset 0 0 5px rgba(255, 255, 255, .7);\n -ms-box-shadow: inset 0 0 5px rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"#CCCCCC\" */\n .domain-helper .domain-header.domain-unset {\n background-color: #484848;\n }\n /* githubstatus.com: \"color: #fff\" */\n .domain-helper .domain-header.domain-deprecated,\n .domain-helper .domain-header.domain-invalid,\n .domain-helper .domain-header.domain-valid {\n color: #fff;\n }\n /* githubstatus.com: \"#EEEEEE\" */\n .domain-helper .dns-records {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#EEEEEE\" */\n .domain-helper .dns-records .dns-records-header {\n background-color: #242424;\n }\n /* githubstatus.com: \"#EEEEEE\" */\n .domain-helper .dns-records .dns-records-row {\n border-color: #343434;\n }\n /* githubstatus.com: \"#fff\" */\n .cpt-pill-group button.pill {\n background-color: #181818;\n }\n /* githubstatus.com: \"#E0E0E0\", \"color: #333\" */\n .cpt-pill-group button.pill.active {\n border-color: #343434;\n color: #bebebe;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\" */\n .updates-dropdown-container .updates-dropdown {\n box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n -moz-box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n -o-box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n -ms-box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\" */\n .updates-dropdown-container .updates-dropdown .updates-dropdown-nav {\n border-color: rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"#f8f8f8\", \"#e0e0e0\", \"#e0e0e0\" */\n .updates-dropdown-container .updates-dropdown .updates-dropdown-nav a {\n background-color: #202020;\n border-right-color: #343434;\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"color: #666 !important\" */\n .updates-dropdown-container .updates-dropdown .updates-dropdown-nav a:last-of-type {\n color: #949494 !important;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"#fff\" */\n .updates-dropdown-container .updates-dropdown .updates-dropdown-section {\n border-color: rgba(255, 255, 255, .7);\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #fff\" */\n .activate-page-prompt, .activate-page-prompt a, .pau-preview {\n color: #fff;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.15)\", \"color: #fff\" */\n .flat-button,\n .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown {\n box-shadow: 0 -2px 0 #000 inset;\n color: #fff;\n }\n /* githubstatus.com: \"color: #fff\" */\n .flat-button:hover,\n .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown:hover {\n color: #fff;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.8)\" */\n .layout-content.status .masthead-container.premium .masthead .text-container {\n background-color: #242424;\n }\n /* githubstatus.com: \"color: #fff\" */\n .layout-content.status .masthead-container.premium .masthead .text-container .page-name,\n .layout-content.status .masthead-container.premium .masthead .text-container .page-name a {\n color: #fff;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\" */\n .layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title {\n text-shadow: 0 1px 0 rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"color: #fff\" */\n .layout-content.status.status-index .page-status .status,\n .layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title a,\n .layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title a:hover {\n color: #fff;\n }\n /* githubstatus.com: \"rgba(255,255,255,0.8)\" */\n .layout-content.status.status-index .page-status .last-updated-stamp {\n color: hsla(0, 0%, 100%, .8);\n }\n /* githubstatus.com: \"color: #fff\" */\n .layout-content.status.status-full-history .show-filter.open {\n color: #fff;\n }\n /* githubstatus.com: \"white\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\" */\n .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip {\n background-color: #181818;\n border-color: rgba(255, 255, 255, .7);\n box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"white\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\" */\n .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip #box-arrow {\n background-color: #181818;\n border-left-color: rgba(255, 255, 255, .7);\n border-top-color: rgba(255, 255, 255, .7);\n box-shadow: 0 0 10px rgba(255, 255, 255, .7);\n }\n /* githubstatus.com: \"box-shadow: none\" */\n .layout-content.status.status-full-history .uptime-calendar #uptime-tooltip .tooltip-box {\n box-shadow: none;\n }\n /* githubstatus.com: \"#e0e0e0\", \"color: #333\" */\n .layout-content.status-internal {\n border-color: #343434;\n color: #bebebe;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"rgba(0,0,0,0.2)\", \"#fff\" */\n .layout-content.status-internal .message-container {\n box-shadow: 0 0 25px rgba(255, 255, 255, .7);\n -moz-box-shadow: 0 0 25px rgba(255, 255, 255, .7);\n -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, .7);\n -o-box-shadow: 0 0 25px rgba(255, 255, 255, .7);\n -ms-box-shadow: 0 0 25px rgba(255, 255, 255, .7);\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #fff\" */\n .layout-content.status-internal .powered-by-container,\n .layout-content.status-internal .powered-by-container a,\n .layout-content.status-internal .powered-by-container a:hover {\n color: #fff;\n }\n /* githubstatus.com: \"white\" */\n #uptime-tooltip .pointer-smaller {\n border-bottom-color: #181818;\n }\n /* githubstatus.com: \"rgba(0,0,0,0.15)\", \"rgba(0,0,0,0.2)\", \"white\" */\n #uptime-tooltip .tooltip-box {\n box-shadow: 0 3px 6px #000;\n border-color: rgba(255, 255, 255, .7);\n background-color: #181818;\n }\n /* githubstatus.com: \"rgba(255,255,255,0)\" */\n #uptime-tooltip .outage-field {\n border-color: transparent;\n }\n /* githubstatus.com: \"color: #333\" */\n #uptime-tooltip .related-events .related-event .related-event-link {\n color: #bebebe;\n }\n /* githubstatus.com: \"transparent\", \"#0366d6\" */\n a {\n background-color: transparent;\n color: rgb(79, 140, 201);\n }\n /* githubstatus.com: \"color: #000\" */\n mark {\n color: #f0f0f0;\n }\n /* githubstatus.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* githubstatus.com: \"#dfe2e5\" */\n .rule, hr {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* githubstatus.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .border-blue {\n border-color: rgb(79, 140, 201) !important;\n }\n /* githubstatus.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* githubstatus.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* githubstatus.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* githubstatus.com: \"#cea0a5\" */\n .border-red, .border-red-light {\n border-color: #d82828 !important;\n }\n /* githubstatus.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* githubstatus.com: \"#d9d0a5\" */\n .border-yellow {\n border-color: #542 !important;\n }\n /* githubstatus.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* githubstatus.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* githubstatus.com: \"rgba(27, 31, 35, 0.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* githubstatus.com: \"rgba(27, 31, 35, 0.1)\" */\n .box-shadow {\n box-shadow: 0 1px 1px #000 !important;\n }\n /* githubstatus.com: \"rgba(27, 31, 35, 0.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* githubstatus.com: \"rgba(27, 31, 35, 0.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* githubstatus.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* githubstatus.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .bg-blue {\n background-color: rgb(79, 140, 201) !important;\n }\n /* githubstatus.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* githubstatus.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* githubstatus.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* githubstatus.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* githubstatus.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* githubstatus.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* githubstatus.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* githubstatus.com: \"#ffdce0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* githubstatus.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* githubstatus.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* githubstatus.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* githubstatus.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .text-blue {\n color: rgb(79, 140, 201) !important;\n }\n /* githubstatus.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* githubstatus.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* githubstatus.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* githubstatus.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* githubstatus.com: \"#28a745\" */\n .text-green {\n color: #484 !important;\n }\n /* githubstatus.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* githubstatus.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* githubstatus.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* githubstatus.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* githubstatus.com: \"#dbab09\" */\n .bg-pending, .text-pending {\n color: #cb4 !important;\n }\n /* githubstatus.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .link-gray:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* githubstatus.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* githubstatus.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* githubstatus.com: \"#0366d6\" */\n .muted-link:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* githubstatus.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* githubstatus.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* githubstatus.com: \"rgba(255, 255, 255, 0.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* githubstatus.com: \"#f6f8fa\" */\n body {\n background-color: #222;\n }\n /* githubstatus.com: \"rgba(0, 0, 0, 0.125)\" */\n .layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .updates,\n .markdown-display table, .tooltip-base,\n body.status .layout-content.status .border-color, hr {\n border-color: rgba(220, 220, 220, .125);\n }\n /* githubstatus.com: \"rgba(0, 0, 0, 0.125)\" */\n .header {\n border-bottom-color: rgba(220, 220, 220, .125);\n }\n /* githubstatus.com: \"#fff\" */\n .component-container, .incident-title + .updates {\n background-color: #181818;\n }\n /* githubstatus.com: \"#e6ebf1\" */\n .page-footer {\n border-top-color: #343434 !important;\n }\n /* githubstatus.com: \"#f6f8fa\" */\n .component-items-selector .grouped-item:hover {\n background-color: #222;\n }\n /* githubstatus.com: \"color: #fff\", \"#0366d6\" */\n .component-items-selector .active, .component-items-selector .active:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* githubstatus.com: \"#e6ebf1\" */\n .incident-list::before, .status-day::before {\n background-color: #444;\n }\n /* githubstatus.com: \"#24292e\" */\n .status-day > .date::before {\n background-color: #181818;\n }\n /* githubstatus.com: \"#e6ebf1\" */\n .month-title {\n border-bottom-color: #343434 !important;\n }\n /* githubstatus.com: \"#e6ebf1\" */\n .incident-container::before {\n background-color: #444;\n }\n /* githubstatus.com: \"#e6ebf1\", \"#f6f8fa\" */\n .incident-container .incident-title::before {\n background-color: #444;\n border-color: #202020;\n }\n /* githubstatus.com: \"#dbab09\" */\n .update.investigating > strong {\n color: #cb4;\n }\n /* githubstatus.com: \"#28a745\" */\n .update.resolved > strong {\n color: #484;\n }\n /* githubstatus.com: \"#eff3f6\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\", \"rgba(27, 31, 35, 0.2)\", \"color: #24292e !important\", \"rgba(0, 0, 0, 0.15)\" */\n .flat-button, .history-header .show-filter {\n background-color: #242424 !important;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%) !important;\n border-color: rgba(220, 220, 220, .2) !important;\n color: #cdcdcd !important;\n box-shadow: #000 0 0 0 inset !important;\n }\n /* githubstatus.com: \"#fff\" */\n .updates-dropdown-container .updates-dropdown {\n background-color: #181818;\n }\n /* githubstatus.com: \"color: #24292e\", \"rgba(0, 0, 0, 0.125)\" */\n .updates-dropdown-container .updates-dropdown-nav::before {\n color: #cdcdcd;\n border-bottom-color: rgba(220, 220, 220, .125);\n }\n /* githubstatus.com: \"transparent\" */\n .updates-dropdown-container #updates-dropdown-close-btn {\n background-color: transparent;\n }\n /* githubstatus.com: \"#ffffff\" */\n #uptime-tooltip .tooltip-box, .grouped-items-selector,\n .layout-content.status.status-api .section .example-container .example-opener .color-secondary,\n .layout-content.status.status-full-history .history-nav a.current, body,\n div[id^=\"subscribe-modal\"], div[id^=\"subscribe-modal\"] .modal-footer {\n background-color: #181818;\n }\n /* githubstatus.com: \"#ffffff\" */\n #uptime-tooltip .pointer-container .pointer-smaller {\n border-bottom-color: #181818;\n }\n /* githubstatus.com: \"color: #24292e\" */\n #uptime-tooltip .tooltip-box .tooltip-content .related-events .related-event a.related-event-link,\n .color-primary, .color-primary:hover, .incident-history .impact-none,\n .layout-content.status-full-history .month .incident-container .impact-none,\n .layout-content.status-index .status-day .update-title.impact-none a,\n .layout-content.status-index .status-day .update-title.impact-none a:hover,\n .layout-content.status-index .timeframes-container .timeframe.active,\n .layout-content.status .grouped-items-selector.inline .grouped-item.active,\n .layout-content.status.status-full-history .history-nav a.current,\n .layout-content.status.status-full-history .history-nav a:not(.current):hover,\n .layout-content.status.status-index .components-statuses .component-container .name,\n .layout-content.status.status-index .incidents-list .incident-title.impact-none a,\n body.status, div[id^=\"subscribe-modal\"] .modal-header .close {\n color: #cdcdcd;\n }\n /* githubstatus.com: \"color: #6a737d\" */\n #uptime-tooltip .tooltip-box .tooltip-content .related-events #related-event-header,\n .color-secondary,\n .layout-content.status .grouped-items-selector.inline .grouped-item,\n .layout-content.status.status-full-history .history-footer .pagination a.disabled,\n .layout-content.status.status-full-history .history-nav a,\n .layout-content.status .table-row .date, small {\n color: #949494;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n #uptime-tooltip .tooltip-box, .markdown-display table, .tooltip-base,\n body.status .layout-content.status .border-color, div[id^=\"subscribe-modal\"],\n hr {\n border-color: #343434;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .markdown-display table td, div[id^=\"subscribe-modal\"] .modal-footer {\n border-top-color: #343434;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n div[id^=\"subscribe-modal\"] .modal-header .close:hover {\n color: #343434;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n .markdown-display table td + td, .markdown-display table th + th {\n border-left-color: #343434;\n }\n /* githubstatus.com: \"#e1e4e8\" */\n #uptime-tooltip .pointer-container .pointer-larger,\n div[id^=\"subscribe-modal\"] .modal-header {\n border-bottom-color: #343434;\n }\n /* githubstatus.com: \"rgba(225,228,232,0.31)\" */\n #uptime-tooltip .tooltip-box .outage-field {\n background-color: #282828;\n }\n /* githubstatus.com: \"#e36209\" */\n .layout-content.status.status-index .page-status.status-major,\n .layout-content.status.status-index .status-day .update-title.impact-major a,\n .layout-content.status.status-index .status-day .update-title.impact-major a:hover,\n .layout-content.status.status-index .unresolved-incident.impact-major .incident-title {\n background-color: #fb8532;\n }\n /* githubstatus.com: \"#e36209\" */\n .components-container .component-inner-container.status-orange .component-status,\n .components-container .component-inner-container.status-orange .icon-indicator,\n .incident-history .impact-major,\n .layout-content.status-full-history .month .incident-container .impact-major,\n .layout-content.status-incident .incident-name.impact-major,\n .layout-content.status-index .components-statuses .component-container.status-orange::after,\n .layout-content.status.status-index .incidents-list .incident-title.impact-major a,\n .status-orange .icon-indicator {\n color: #fb8532;\n }\n /* githubstatus.com: \"#e36209\" */\n .layout-content.status.status-index .unresolved-incident.impact-major .updates {\n border-color: #fb8532;\n }\n /* githubstatus.com: \"#dbab09\" */\n .layout-content.status.status-index .page-status.status-minor,\n .layout-content.status.status-index .scheduled-incidents-container .tab,\n .layout-content.status.status-index .status-day .update-title.impact-minor a,\n .layout-content.status.status-index .status-day .update-title.impact-minor a:hover,\n .layout-content.status.status-index .unresolved-incident.impact-minor .incident-title {\n background-color: #cb4;\n }\n /* githubstatus.com: \"#dbab09\" */\n .components-container .component-inner-container.status-yellow .component-status,\n .components-container .component-inner-container.status-yellow .icon-indicator,\n .incident-history .impact-minor,\n .layout-content.status-full-history .month .incident-container .impact-minor,\n .layout-content.status-incident .incident-name.impact-minor,\n .layout-content.status-index .components-statuses .component-container.status-yellow::after,\n .layout-content.status.manage-subscriptions .confirmation-infobox .fa,\n .layout-content.status.status-index .incidents-list .incident-title.impact-minor a,\n .status-yellow .icon-indicator {\n color: #cb4;\n }\n /* githubstatus.com: \"#dbab09\" */\n .layout-content.status.status-index .scheduled-incidents-container,\n .layout-content.status.status-index .unresolved-incident.impact-minor .updates {\n border-color: #cb4;\n }\n /* githubstatus.com: \"#0366d6\" */\n .layout-content.status.status-index .page-status.status-maintenance,\n .layout-content.status.status-index .scheduled-incidents-container .tab,\n .layout-content.status.status-index .status-day .update-title.impact-maintenance a,\n .layout-content.status.status-index .status-day .update-title.impact-maintenance a:hover,\n .layout-content.status.status-index .unresolved-incident.impact-maintenance .incident-title {\n background-color: rgb(79, 140, 201);\n }\n /* githubstatus.com: \"#0366d6\" */\n .components-container .component-inner-container.status-blue .component-status,\n .components-container .component-inner-container.status-blue .icon-indicator,\n .incident-history .impact-maintenance,\n .layout-content.status-full-history .month .incident-container .impact-maintenance,\n .layout-content.status-incident .incident-name.impact-maintenance,\n .layout-content.status-index .components-statuses .component-container.status-blue::after,\n .layout-content.status.status-index .incidents-list .incident-title.impact-maintenance a,\n .status-blue .icon-indicator {\n color: rgb(79, 140, 201);\n }\n /* githubstatus.com: \"#0366d6\" */\n .layout-content.status.status-index .scheduled-incidents-container,\n .layout-content.status.status-index .unresolved-incident.impact-maintenance .updates {\n border-color: rgb(79, 140, 201);\n }\n /* githubstatus.com: \"#28a745\" */\n .layout-content.status.status-index .page-status.status-none {\n background-color: #484;\n }\n /* githubstatus.com: \"#28a745\" */\n .components-container .component-inner-container.status-green .component-status,\n .components-container .component-inner-container.status-green .icon-indicator,\n .layout-content.status-index .components-statuses .component-container.status-green::after,\n .status-green .icon-indicator {\n color: #484;\n }\n /* githubstatus.com: \"#0366d6\" */\n .layout-content.status-incident .subheader a:hover,\n .layout-content.status-index .page-footer span a:hover,\n .layout-content.status-index .timeframes-container .timeframe:not(.active):hover,\n a, a:hover {\n color: rgb(79, 140, 201);\n }\n /* githubstatus.com: \"#0366d6\" */\n .flat-button, .layout-content.status-full-history .show-filter.open,\n .masthead .updates-dropdown-container .show-updates-dropdown {\n background-color: rgb(79, 140, 201);\n }\n /* githubstatus.com: \"color: #6a737d\" */\n .components-section .components-uptime-link,\n .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item,\n .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item.light {\n color: #949494;\n }\n /* githubstatus.com: \"#6a737d\" */\n .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .spacer {\n background-color: #444;\n }\n /* end githubstatus.com rules */\n .illo-desktop-header {\n filter: invert(90%) hue-rotate(-180deg) !important;\n }\n .status-day > .date::before {\n background-color: #444 !important;\n }\n .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item.light {\n opacity: .7;\n }\n .page-title .impact-minor::before {\n 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\");\n }\n .page-title .impact-major::before {\n 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\");\n }\n .page-title .impact-critical::before {\n 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\");\n }\n .page-title .impact-maintenance::before {\n 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(79, 140, 201)'/%3E%3C/svg%3e\");\n }\n .page-footer > a:first-child::before {\n 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(79, 140, 201)'/%3E%3C/svg%3e\") no-repeat center center !important;\n }\n .incident-container .incident-title::before {\n 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\");\n }\n .select-input__control[class*=\"css-\"] {\n background-color: #181818;\n border-color: #333;\n }\n .select-input__single-value[class*=\"css-\"] {\n color: #bebebe;\n }\n body.status div[class*=\"css-\"] {\n background-color: #181818;\n }\n .layout-content.status.status-full-history .history-nav a.current.border-color {\n margin-top: 1px;\n border-bottom: 1px solid transparent !important;\n }\n .layout-content.status.status-full-history .history-nav a.button.border-color:not(.current) {\n border-bottom: 1px solid #333 !important;\n margin-top: 1px;\n }\n .select-input__option:not(.select-input__option--is-selected):hover {\n background-color: #282828;\n color: #eee;\n }\n .select-input__option--is-selected[class*=\"css-\"] {\n background-color: #182030 !important;\n }\n svg [fill=\"#EAEAEA\"] {\n fill: #555;\n }",
- "start": 1088527,
- "domains": [
- "githubstatus.com"
- ]
- },
- {
- "code": "/* begin support.github.com rules */\n /* support.github.com: \"transparent\" */\n a {\n background-color: transparent;\n }\n /* support.github.com: \"color: #1b1f23\" */\n mark {\n color: #dcdcdc;\n }\n /* support.github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* support.github.com: \"#0366d6\" */\n a {\n color: rgb(79, 140, 201);\n }\n /* support.github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* support.github.com: \"color: #444d56\", \"#fafbfc\", \"#d1d5da\", \"#d1d5da\", \"#d1d5da\" */\n kbd {\n color: #afafaf;\n box-shadow: inset 0 -1px 0 #404040;\n }\n /* support.github.com: \"#fff\", \"#d1d5da\" */\n .Box, kbd {\n background-color: #181818;\n border-color: #404040;\n }\n /* support.github.com: \"#f6f8fa\", \"#d1d5da\" */\n .Box-header {\n background-color: #222;\n border-color: #404040;\n }\n /* support.github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* support.github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* support.github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: 2px 0 0 rgb(79, 140, 201) inset;\n }\n /* support.github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: rgb(79, 140, 201);\n }\n /* support.github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* support.github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* support.github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* support.github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* support.github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* support.github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width: 768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: rgb(79, 140, 201);\n }\n }\n /* support.github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* support.github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* support.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* support.github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* support.github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* support.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* support.github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* support.github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* support.github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* support.github.com: \"#e1e4e8\" */\n .breadcrumb-item::after {\n color: #343434;\n }\n /* support.github.com: \"color: #586069\" */\n .breadcrumb-item-selected, .breadcrumb-item[aria-current] {\n color: #afafaf;\n }\n /* support.github.com: \"rgba(27,31,35,0.2)\" */\n .btn {\n border-color: rgba(220, 220, 220, .2);\n }\n /* support.github.com: \"color: #586069\", \"rgba(27,31,35,0.1)\" */\n .btn .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .17);\n }\n /* support.github.com: \"none\" */\n .btn.selected, .btn:active, .btn[aria-selected=true] {\n background-image: none;\n }\n /* support.github.com: \"color: #24292e\", \"#eff3f6\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn {\n color: #cdcdcd;\n background-color: #242424;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* support.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* support.github.com: \"#e6ebf1\", \"#e6ebf1\", \"rgba(27,31,35,0.35)\" */\n .btn.hover, .btn:hover {\n background-color: #444;\n background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%);\n border-color: rgba(220, 220, 220, .35);\n }\n /* support.github.com: \"#e9ecef\", \"none\", \"rgba(27,31,35,0.35)\", \"rgba(27,31,35,0.15)\" */\n .btn.selected, .btn:active, .btn[aria-selected=true], [open] > .btn {\n background-color: #404040;\n background-image: none;\n border-color: rgba(220, 220, 220, .35);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* support.github.com: \"color: rgba(36,41,46,.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn.disabled, .btn:disabled, .btn[aria-disabled=true] {\n color: rgba(210, 210, 210, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* support.github.com: \"color: #fff\", \"#28a745\", \"#34d058\",\"#28a745\" */\n .btn-primary {\n color: #fff;\n background-color: #484;\n background-image: linear-gradient(-180deg, #373 0%, #484 90%);\n }\n /* support.github.com: \"rgba(52,208,88,0.4)\" */\n .btn-primary.focus, .btn-primary:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* support.github.com: \"#269f42\", \"#2fcb53\",\"#269f42\", \"rgba(27,31,35,0.5)\" */\n .btn-primary.hover, .btn-primary:hover {\n background-color: #595;\n background-image: linear-gradient(-180deg, #373 0%, #595 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* support.github.com: \"#279f43\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-primary.selected, .btn-primary:active, .btn-primary[aria-selected=true],\n [open] > .btn-primary {\n background-color: #595;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* support.github.com: \"#94d3a2\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-primary.disabled, .btn-primary:disabled,\n .btn-primary[aria-disabled=true] {\n background-color: #040;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* support.github.com: \"#fff\" */\n .btn-primary .Counter {\n background-color: #181818;\n }\n /* support.github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: linear-gradient(-180deg, rgb(79, 140, 201) 0%, rgb(79, 140, 201) 90%);\n }\n /* support.github.com: \"rgba(27,31,35,0.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* support.github.com: \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-blue.selected, .btn-blue:active, .btn-blue[aria-selected=true],\n [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* support.github.com: \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled, .btn-blue[aria-disabled=true] {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* support.github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n color: rgb(79, 140, 201);\n background-color: #181818;\n }\n /* support.github.com: \"#cb2431\", \"#fafbfc\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn-danger {\n color: #d82828;\n background-color: #181818;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* support.github.com: \"rgba(203,36,49,0.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 .2em rgba(255, 68, 68, .4);\n }\n /* support.github.com: \"color: #fff\", \"#cb2431\", \"#cb2431\", \"rgba(27,31,35,0.5)\" */\n .btn-danger:hover {\n color: #fff;\n background-color: #d82828;\n background-image: linear-gradient(-180deg, #de4450 0%, #d82828 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* support.github.com: \"color: #fff\" */\n .btn-danger:hover .Counter {\n color: #fff;\n }\n /* support.github.com: \"color: #fff\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-danger.selected, .btn-danger:active, .btn-danger[aria-selected=true],\n [open] > .btn-danger {\n color: #fff;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* support.github.com: \"rgba(203,36,49,0.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-danger.disabled, .btn-danger:disabled, .btn-danger[aria-disabled=true] {\n color: rgba(255, 68, 68, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* support.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-outline {\n color: rgb(79, 140, 201);\n background-color: #181818;\n background-image: none;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\", \"none\", \"#0366d6\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n .btn-outline[aria-selected=true], [open] > .btn-outline {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: none;\n border-color: rgb(79, 140, 201);\n }\n /* support.github.com: \"#0366d6\", \"#fff\" */\n .btn-outline.selected .Counter, .btn-outline:active .Counter,\n .btn-outline:hover .Counter, .btn-outline[aria-selected=true] .Counter,\n [open] > .btn-outline .Counter {\n color: rgb(79, 140, 201);\n background-color: #181818;\n }\n /* support.github.com: \"#0366d6\" */\n .btn-outline:focus {\n border-color: rgb(79, 140, 201);\n }\n /* support.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline.disabled, .btn-outline:disabled,\n .btn-outline[aria-disabled=true] {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* support.github.com: \"#0366d6\", \"transparent\" */\n .btn-link {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n /* support.github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover, .btn-link[aria-disabled=true],\n .btn-link[aria-disabled=true]:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* support.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-invisible {\n color: rgb(79, 140, 201);\n background-color: #181818;\n background-image: none;\n }\n /* support.github.com: \"#0366d6\", \"none\", \"box-shadow: none\" */\n .btn-invisible.selected, .btn-invisible.zeroclipboard-is-active,\n .btn-invisible.zeroclipboard-is-hover, .btn-invisible:active,\n .btn-invisible:focus, .btn-invisible:hover,\n .btn-invisible[aria-selected=true] {\n color: rgb(79, 140, 201);\n background: none;\n box-shadow: none;\n }\n /* support.github.com: \"color: #586069\", \"transparent\" */\n .btn-octicon {\n color: #afafaf;\n background-color: transparent;\n }\n /* support.github.com: \"#0366d6\" */\n .btn-octicon:hover {\n color: rgb(79, 140, 201);\n }\n /* support.github.com: \"color: #959da5\" */\n .btn-octicon.disabled, .btn-octicon.disabled:hover,\n .btn-octicon[aria-disabled=true], .btn-octicon[aria-disabled=true]:hover {\n color: #767676;\n }\n /* support.github.com: \"#cb2431\" */\n .btn-octicon-danger:hover {\n color: #d82828;\n }\n /* support.github.com: \"transparent\" */\n .close-button {\n background-color: transparent;\n }\n /* support.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* support.github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* support.github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* support.github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,0.2)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .2);\n }\n /* support.github.com: \"#0366d6\" */\n .social-count:hover {\n color: rgb(79, 140, 201);\n }\n /* support.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n #q, .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* support.github.com: \"#2188ff\", \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n #q:focus, .focus#q, .form-control.focus, .form-control:focus,\n .form-select.focus, .form-select:focus {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* support.github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* support.github.com: \"color: #fff\" */\n .input-dark {\n color: #fff;\n }\n /* support.github.com: \"rgba(27,31,35,0.3)\" */\n .input-dark.focus, .input-dark:focus {\n border-color: rgba(220, 220, 220, .4);\n }\n /* support.github.com: \"color: #6a737d\" */\n ::-webkit-input-placeholder {\n color: #949494;\n }\n /* support.github.com: \"color: #6a737d\" */\n :-ms-input-placeholder {\n color: #949494;\n }\n /* support.github.com: \"color: #6a737d\" */\n ::-ms-input-placeholder {\n color: #949494;\n }\n /* support.github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* support.github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* support.github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group .form-group-header label,\n .hfields .form-group dt label {\n color: #afafaf;\n }\n /* support.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* support.github.com: \"#fff\" */\n .form-group #q, .form-group #q:focus, .form-group .form-control,\n .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* support.github.com: \"#cb2431\" */\n .form-group .form-group-body h4.is-error, .form-group dd h4.is-error {\n color: #d82828;\n }\n /* support.github.com: \"#28a745\" */\n .form-group .form-group-body h4.is-success, .form-group dd h4.is-success {\n color: #484;\n }\n /* support.github.com: \"#cb2431\" */\n .form-group.required .form-group-header label::after,\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* support.github.com: \"#28a745\" */\n .form-group.successful .success {\n color: #484;\n }\n /* support.github.com: \"#144620\", \"#dcffe4\", \"#34d058\" */\n .form-group.successed .success {\n color: #6cc644;\n background-color: #002800;\n border-color: #373;\n }\n /* support.github.com: \"#dcffe4\" */\n .form-group.successed .success::after {\n border-bottom-color: #002800;\n }\n /* support.github.com: \"#34d058\" */\n .form-group.successed .success::before {\n border-bottom-color: #373;\n }\n /* support.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-group.warn .warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* support.github.com: \"#fffbdd\" */\n .form-group.warn .warning::after {\n border-bottom-color: #261d08;\n }\n /* support.github.com: \"#d9d0a5\" */\n .form-group.warn .warning::before {\n border-bottom-color: #542;\n }\n /* support.github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* support.github.com: \"#86181d\", \"#ffdce0\", \"#cea0a5\" */\n .form-group.errored .error {\n color: #d82828;\n background-color: #300;\n border-color: #d82828;\n }\n /* support.github.com: \"#ffdce0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* support.github.com: \"#cea0a5\" */\n .form-group.errored .error::before {\n border-bottom-color: #d82828;\n }\n /* support.github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* support.github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* support.github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* support.github.com: \"transparent\" */\n .inline-form .btn-plain {\n background-color: transparent;\n }\n /* support.github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* support.github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* support.github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* support.github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: rgb(79, 140, 201);\n }\n /* support.github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* support.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* support.github.com: \"box-shadow: none\" */\n .upload-enabled.focused #q, .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* support.github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* support.github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* support.github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* support.github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* support.github.com: \"color: #24292e\", \"#d1d5da\" */\n .radio-label {\n color: #cdcdcd;\n border-color: #404040;\n }\n /* support.github.com: \"#0366d6\" */\n :checked + .radio-label {\n border-color: rgb(79, 140, 201);\n }\n /* support.github.com: \"#fff\", \"#d1d5da\" */\n .menu {\n background-color: #181818;\n border-color: #404040;\n }\n /* support.github.com: \"#e1e4e8\" */\n .menu-item {\n border-bottom-color: #343434;\n }\n /* support.github.com: \"#f6f8fa\" */\n .menu-item:hover {\n background-color: #222;\n }\n /* support.github.com: \"color: #24292e\", \"#fff\" */\n .menu-item.selected, .menu-item[aria-current],\n .menu-item[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* support.github.com: \"#e36209\" */\n .menu-item.selected::before, .menu-item[aria-current]::before,\n .menu-item[aria-selected=true]::before {\n background-color: #fb8532;\n }\n /* support.github.com: \"color: #24292e\" */\n .menu-item .octicon {\n color: #cdcdcd;\n }\n /* support.github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* support.github.com: \"color: #586069\", \"#e1e4e8\" */\n .menu-heading {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* support.github.com: \"#d1d5da\" */\n .tabnav {\n border-bottom-color: #404040;\n }\n /* support.github.com: \"color: #586069\", \"transparent\" */\n .tabnav-tab {\n color: #afafaf;\n background-color: transparent;\n }\n /* support.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .tabnav-tab.selected, .tabnav-tab[aria-current],\n .tabnav-tab[aria-selected=true] {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* support.github.com: \"color: #24292e\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #cdcdcd;\n }\n /* support.github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* support.github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: rgb(79, 140, 201);\n }\n /* support.github.com: \"color: #586069\", \"transparent\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: transparent;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* support.github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* support.github.com: \"#eaecef\" */\n .filter-item:hover {\n background-color: #343434;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected, .filter-item[aria-current],\n .filter-item[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* support.github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* support.github.com: \"#fafbfc\" */\n .SideNav {\n background-color: #181818;\n }\n /* support.github.com: \"color: #586069\", \"transparent\", \"#e1e4e8\" */\n .SideNav-item {\n color: #afafaf;\n background-color: transparent;\n border-top-color: #343434;\n }\n /* support.github.com: \"#e1e4e8\" */\n .SideNav-item:last-child {\n box-shadow: 0 1px 0 #343434;\n }\n /* support.github.com: \"color: #24292e\", \"#f6f8fa\" */\n .SideNav-item:focus, .SideNav-item:hover {\n color: #cdcdcd;\n background-color: #222;\n }\n /* support.github.com: \"#d1d5da\" */\n .SideNav-item:focus::before, .SideNav-item:hover::before {\n background-color: #404040;\n }\n /* support.github.com: \"#fff\" */\n .SideNav-item:active {\n background-color: #181818;\n }\n /* support.github.com: \"color: #24292e\", \"#fff\" */\n .SideNav-item[aria-current=\"page\"], .SideNav-item[aria-selected=\"true\"] {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* support.github.com: \"#e36209\" */\n .SideNav-item[aria-current=\"page\"]::before,\n .SideNav-item[aria-selected=\"true\"]::before {\n background-color: #fb8532;\n }\n /* support.github.com: \"color: #6a737d\" */\n .SideNav-icon {\n color: #949494;\n }\n /* support.github.com: \"#0366d6\", \"transparent\" */\n .SideNav-subItem {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n /* support.github.com: \"color: #24292e\" */\n .SideNav-subItem:focus, .SideNav-subItem:hover,\n .SideNav-subItem[aria-current=\"page\"],\n .SideNav-subItem[aria-selected=\"true\"] {\n color: #cdcdcd;\n }\n /* support.github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* support.github.com: \"color: #586069\", \"#e1e4e8\" */\n .subnav-item {\n color: #afafaf;\n border-color: #343434;\n }\n /* support.github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .subnav-item.selected, .subnav-item[aria-current],\n .subnav-item[aria-selected=true] {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* support.github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* support.github.com: \"#c6cbd1\" */\n .subnav-search-icon {\n color: #5a5a5a;\n }\n /* support.github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* support.github.com: \"#e1e4e8\" */\n .UnderlineNav {\n border-bottom-color: #343434;\n }\n /* support.github.com: \"color: #586069\", \"transparent\" */\n .UnderlineNav-item {\n color: #afafaf;\n background-color: transparent;\n }\n /* support.github.com: \"color: #24292e\", \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n color: #cdcdcd;\n border-bottom-color: #404040;\n }\n /* support.github.com: \"color: #6a737d\" */\n .UnderlineNav-item:focus .UnderlineNav-octicon,\n .UnderlineNav-item:hover .UnderlineNav-octicon {\n color: #949494;\n }\n /* support.github.com: \"color: #24292e\", \"#e36209\" */\n .UnderlineNav-item.selected, .UnderlineNav-item[aria-current],\n .UnderlineNav-item[role=tab][aria-selected=true] {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* support.github.com: \"color: #6a737d\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon,\n .UnderlineNav-item[aria-current] .UnderlineNav-octicon,\n .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon {\n color: #949494;\n }\n /* support.github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* support.github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .pagination a, .pagination em, .pagination span {\n color: rgb(79, 140, 201);\n background-color: #181818;\n border-color: #343434;\n }\n /* support.github.com: \"#eff3f6\", \"#e1e4e8\" */\n .pagination a:focus, .pagination a:hover, .pagination em:focus,\n .pagination em:hover, .pagination span:focus, .pagination span:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover, .pagination [aria-current],\n .pagination [aria-current]:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* support.github.com: \"#d1d5da\", \"#fafbfc\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover, .pagination [aria-disabled=true],\n .pagination [aria-disabled=true]:hover {\n color: #404040;\n background-color: #181818;\n }\n /* support.github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* support.github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* support.github.com: \"color: #032f62\", \"#dbedff\", \"rgba(27,31,35,0.15)\" */\n .flash {\n color: #9daccc;\n background-color: #182030;\n border-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"none\" */\n .flash-close {\n background: none;\n }\n /* support.github.com: \"#735c0f\", \"#fffbdd\", \"rgba(27,31,35,0.15)\" */\n .flash-warn {\n color: #bba257;\n background-color: #261d08;\n }\n /* support.github.com: \"#86181d\", \"#ffdce0\", \"rgba(27,31,35,0.15)\" */\n .flash-error, .flash-warn {\n border-color: rgba(220, 220, 220, .15);\n }\n .flash-error {\n color: #d82828;\n background-color: #300;\n }\n /* support.github.com: \"#165c26\", \"#dcffe4\", \"rgba(27,31,35,0.15)\" */\n .flash-success {\n color: #6cc644;\n background-color: #002800;\n border-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"#fffbdd\" */\n .warning {\n background-color: #261d08;\n }\n /* support.github.com: \"color: #fff\", \"#1074e7\", \"#1074e7\" */\n .btn-mktg {\n color: #fff;\n border: 1px solid rgb(79, 140, 201);\n }\n /* support.github.com: \"#0366d6\", \"#0366d6\" */\n .btn-mktg, .btn-mktg:hover {\n background-color: rgb(79, 140, 201);\n }\n .btn-mktg:hover {\n border-color: rgb(79, 140, 201);\n }\n /* support.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn-mktg:focus {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* support.github.com: \"#28a745\", \"#28a745\" */\n .btn-primary-mktg:hover {\n background-color: #484;\n border-color: #484;\n }\n /* support.github.com: \"#0366d6\", \"rgba(255,255,255,0)\", \"#1074e7\" */\n .btn-outline-mktg, .btn-outline-mktg:hover {\n color: rgb(79, 140, 201);\n background-color: transparent;\n }\n .btn-outline-mktg:hover {\n border-color: rgb(79, 140, 201);\n }\n /* support.github.com: \"color: #fff\", \"transparent\", \"none\", \"rgba(255,255,255,0.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: transparent;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* support.github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* support.github.com: \"#e1e4e8\" */\n .Progress, .TimelineItem::before {\n background-color: #343434;\n }\n /* support.github.com: \"#2188ff\", \"#c8e1ff\" */\n .TimelineItem:target .TimelineItem-badge {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 .2em rgb(79, 140, 201);\n }\n /* support.github.com: \"color: #444d56\", \"#e1e4e8\", \"#fff\" */\n .TimelineItem-badge {\n color: #afafaf;\n background-color: #343434;\n border-color: #181818;\n }\n /* support.github.com: \"color: #444d56\" */\n .TimelineItem-body {\n color: #afafaf;\n }\n /* support.github.com: \"#fff\", \"#e1e4e8\" */\n .TimelineItem-break {\n background-color: #181818;\n border-top-color: #343434;\n }\n /* support.github.com: \"color: #959da5\", \"#fff\" */\n .TimelineItem--condensed .TimelineItem-badge {\n color: #767676;\n background-color: #181818;\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-x {\n border-right-color: #343434 !important;\n border-left-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n #site-search-results .search-result, .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 544px) {\n .border-sm {\n border-color: #343434 !important;\n }\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 768px) {\n .border-md {\n border-color: #343434 !important;\n }\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1012px) {\n .border-lg {\n border-color: #343434 !important;\n }\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* support.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1280px) {\n .border-xl {\n border-color: #343434 !important;\n }\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* support.github.com: \"#0366d6\" */\n .border-blue {\n border-color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* support.github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* support.github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* support.github.com: \"#cea0a5\" */\n .border-red, .border-red-light {\n border-color: #d82828 !important;\n }\n /* support.github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* support.github.com: \"#d9d0a5\" */\n .border-yellow {\n border-color: #542 !important;\n }\n /* support.github.com: \"#eaecef\" */\n #site-search-results .search-result, .border-gray-light {\n border-color: #343434 !important;\n }\n /* support.github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* support.github.com: \"rgba(255,255,255,0.5)\" */\n .border-white-fade-50 {\n border-color: hsla(0, 0%, 0%, .5) !important;\n }\n /* support.github.com: \"rgba(27,31,35,0.1)\" */\n .box-shadow {\n box-shadow: 0 1px 1px #000 !important;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* support.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* support.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* support.github.com: \"#0366d6\" */\n .bg-blue {\n background-color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* support.github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* support.github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* support.github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* support.github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* support.github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* support.github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* support.github.com: \"#ffdce0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* support.github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* support.github.com: \"#dbab09\" */\n .bg-yellow-dark {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* support.github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* support.github.com: \"#fafbfc\" */\n .bg-gray-0 {\n background-color: #181818 !important;\n }\n /* support.github.com: \"#f6f8fa\" */\n .bg-gray-1 {\n background-color: #222 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .color-gray-2 {\n color: #343434 !important;\n }\n /* support.github.com: \"#e1e4e8\" */\n .bg-gray-2 {\n background-color: #343434 !important;\n }\n /* support.github.com: \"#d1d5da\" */\n .color-gray-3 {\n color: #404040 !important;\n }\n /* support.github.com: \"#d1d5da\" */\n .bg-gray-3 {\n background-color: #404040 !important;\n }\n /* support.github.com: \"color: #959da5 !important\" */\n .color-gray-4 {\n color: #767676 !important;\n }\n /* support.github.com: \"color: #6a737d !important\" */\n .color-gray-5 {\n color: #949494 !important;\n }\n /* support.github.com: \"#6a737d\" */\n .bg-gray-5 {\n background-color: #444 !important;\n }\n /* support.github.com: \"color: #586069 !important\" */\n .color-gray-6 {\n color: #afafaf !important;\n }\n /* support.github.com: \"#586069\" */\n .bg-gray-6 {\n background-color: #343434 !important;\n }\n /* support.github.com: \"color: #444d56 !important\" */\n .color-gray-7 {\n color: #afafaf !important;\n }\n /* support.github.com: \"color: #2f363d !important\" */\n .color-gray-8 {\n color: #bebebe !important;\n }\n /* support.github.com: \"#2f363d\" */\n .bg-gray-8 {\n background-color: #282828 !important;\n }\n /* support.github.com: \"color: #24292e !important\" */\n .color-gray-9 {\n color: #cdcdcd !important;\n }\n /* support.github.com: \"#24292e\" */\n .bg-gray-9 {\n background-color: #181818 !important;\n }\n /* support.github.com: \"#dbedff\" */\n .bg-blue-0, .bg-blue-1 {\n background-color: #182030 !important;\n }\n /* support.github.com: \"#c8e1ff\" */\n .color-blue-2 {\n color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"#c8e1ff\" */\n .bg-blue-2 {\n background-color: #246 !important;\n }\n /* support.github.com: \"#79b8ff\" */\n .color-blue-3 {\n color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"#79b8ff\" */\n .bg-blue-3 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"#2188ff\" */\n .color-blue-4 {\n color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"#2188ff\" */\n .bg-blue-4 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"#0366d6\" */\n .color-blue-5 {\n color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"#0366d6\" */\n .bg-blue-5 {\n background-color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"#005cc5\" */\n .color-blue-6 {\n color: #4f8cc9 !important;\n }\n /* support.github.com: \"#005cc5\" */\n .bg-blue-6 {\n background-color: #4f8cc9 !important;\n }\n /* support.github.com: \"#044289\" */\n .color-blue-7 {\n color: rgba(79, 140, 201, .5) !important;\n }\n /* support.github.com: \"#044289\" */\n .bg-blue-7 {\n background-color: rgba(79, 140, 201, .5) !important;\n }\n /* support.github.com: \"color: #032f62 !important\" */\n .color-blue-8 {\n color: #9daccc !important;\n }\n /* support.github.com: \"#032f62\" */\n .bg-blue-8 {\n background-color: #182030 !important;\n }\n /* support.github.com: \"color: #05264c !important\" */\n .color-blue-9 {\n color: #bebebe !important;\n }\n /* support.github.com: \"#05264c\" */\n .bg-blue-9 {\n background-color: #182030 !important;\n }\n /* support.github.com: \"#f0fff4\" */\n .color-green-0 {\n color: #002800 !important;\n }\n /* support.github.com: \"#f0fff4\" */\n .bg-green-0 {\n background-color: #002800 !important;\n }\n /* support.github.com: \"#dcffe4\" */\n .color-green-1 {\n color: #002800 !important;\n }\n /* support.github.com: \"#dcffe4\" */\n .bg-green-1 {\n background-color: #002800 !important;\n }\n /* support.github.com: \"#34d058\" */\n .color-green-4 {\n color: #373 !important;\n }\n /* support.github.com: \"#34d058\" */\n .bg-green-4 {\n background-color: #373 !important;\n }\n /* support.github.com: \"#28a745\" */\n .color-green-5 {\n color: #484 !important;\n }\n /* support.github.com: \"#28a745\" */\n .bg-green-5 {\n background-color: #484 !important;\n }\n /* support.github.com: \"#22863a\" */\n .color-green-6 {\n color: #6cc644 !important;\n }\n /* support.github.com: \"#22863a\" */\n .bg-green-6 {\n background-color: #6cc644 !important;\n }\n /* support.github.com: \"#165c26\" */\n .color-green-8 {\n color: #6cc644 !important;\n }\n /* support.github.com: \"#165c26\" */\n .bg-green-8 {\n background-color: #6cc644 !important;\n }\n /* support.github.com: \"#144620\" */\n .color-green-9 {\n color: #6cc644 !important;\n }\n /* support.github.com: \"#144620\" */\n .bg-green-9 {\n background-color: #6cc644 !important;\n }\n /* support.github.com: \"#fffdef\" */\n .color-yellow-0 {\n color: #261d08 !important;\n }\n /* support.github.com: \"#fffdef\" */\n .bg-yellow-0 {\n background-color: #261d08 !important;\n }\n /* support.github.com: \"#fffbdd\" */\n .color-yellow-1 {\n color: #261d08 !important;\n }\n /* support.github.com: \"#fffbdd\" */\n .bg-yellow-1 {\n background-color: #261d08 !important;\n }\n /* support.github.com: \"#fff5b1\" */\n .color-yellow-2 {\n color: #651 !important;\n }\n /* support.github.com: \"#fff5b1\" */\n .bg-yellow-2 {\n background-color: #651 !important;\n }\n /* support.github.com: \"#ffea7f\" */\n .color-yellow-3 {\n color: #542 !important;\n }\n /* support.github.com: \"#ffea7f\" */\n .bg-yellow-3 {\n background-color: #542 !important;\n }\n /* support.github.com: \"#ffd33d\" */\n .color-yellow-5 {\n color: #cb4 !important;\n }\n /* support.github.com: \"#ffd33d\" */\n .bg-yellow-5 {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#f9c513\" */\n .color-yellow-6 {\n color: #cb4 !important;\n }\n /* support.github.com: \"#f9c513\" */\n .bg-yellow-6 {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#dbab09\" */\n .color-yellow-7 {\n color: #cb4 !important;\n }\n /* support.github.com: \"#dbab09\" */\n .bg-yellow-7 {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#b08800\" */\n .color-yellow-8 {\n color: #cb4 !important;\n }\n /* support.github.com: \"#b08800\" */\n .bg-yellow-8 {\n background-color: #cb4 !important;\n }\n /* support.github.com: \"#735c0f\" */\n .color-yellow-9 {\n color: #bba257 !important;\n }\n /* support.github.com: \"#735c0f\" */\n .bg-yellow-9 {\n background-color: #bba257 !important;\n }\n /* support.github.com: \"#fb8532\" */\n .color-orange-4 {\n color: #fb8532 !important;\n }\n /* support.github.com: \"#fb8532\" */\n .bg-orange-4 {\n background-color: #fb8532 !important;\n }\n /* support.github.com: \"#e36209\" */\n .color-orange-6 {\n color: #fb8532 !important;\n }\n /* support.github.com: \"#e36209\" */\n .bg-orange-6 {\n background-color: #fb8532 !important;\n }\n /* support.github.com: \"#d15704\" */\n .color-orange-7 {\n color: #f3582c !important;\n }\n /* support.github.com: \"#d15704\" */\n .bg-orange-7 {\n background-color: #f3582c !important;\n }\n /* support.github.com: \"#a04100\" */\n .color-orange-9 {\n color: #f3582c !important;\n }\n /* support.github.com: \"#a04100\" */\n .bg-orange-9 {\n background-color: #f3582c !important;\n }\n /* support.github.com: \"#ffeef0\" */\n .color-red-0 {\n color: #300 !important;\n }\n /* support.github.com: \"#ffeef0\" */\n .bg-red-0 {\n background-color: #300 !important;\n }\n /* support.github.com: \"#ffdce0\" */\n .color-red-1 {\n color: #300 !important;\n }\n /* support.github.com: \"#ffdce0\" */\n .bg-red-1 {\n background-color: #300 !important;\n }\n /* support.github.com: \"#f97583\" */\n .color-red-3 {\n color: #f88 !important;\n }\n /* support.github.com: \"#f97583\" */\n .bg-red-3 {\n background-color: #f88 !important;\n }\n /* support.github.com: \"#d73a49\" */\n .color-red-5 {\n color: #d82828 !important;\n }\n /* support.github.com: \"#d73a49\" */\n .bg-red-5 {\n background-color: #d82828 !important;\n }\n /* support.github.com: \"#cb2431\" */\n .color-red-6 {\n color: #d82828 !important;\n }\n /* support.github.com: \"#cb2431\" */\n .bg-red-6 {\n background-color: #d82828 !important;\n }\n /* support.github.com: \"#86181d\" */\n .color-red-9 {\n color: #d82828 !important;\n }\n /* support.github.com: \"#86181d\" */\n .bg-red-9 {\n background-color: #d82828 !important;\n }\n /* support.github.com: \"#f5f0ff\" */\n .color-purple-0 {\n color: #213 !important;\n }\n /* support.github.com: \"#f5f0ff\" */\n .bg-purple-0 {\n background-color: #213 !important;\n }\n /* support.github.com: \"#8a63d2\" */\n .color-purple-4 {\n color: #53387a !important;\n }\n /* support.github.com: \"#8a63d2\" */\n .bg-purple-4 {\n background-color: #53387a !important;\n }\n /* support.github.com: \"#6f42c1\" */\n .color-purple-5 {\n color: #9378ba !important;\n }\n /* support.github.com: \"#6f42c1\" */\n .bg-purple-5 {\n background-color: #9378ba !important;\n }\n /* support.github.com: \"#ffeef8\" */\n .color-pink-0 {\n color: #170711 !important;\n }\n /* support.github.com: \"#ffeef8\" */\n .bg-pink-0 {\n background-color: #170711 !important;\n }\n /* support.github.com: \"#ec6cb9\" */\n .color-pink-4 {\n color: #c49 !important;\n }\n /* support.github.com: \"#ec6cb9\" */\n .bg-pink-4 {\n background-color: #c49 !important;\n }\n /* support.github.com: \"#99306f\" */\n .color-pink-8 {\n color: #e6b !important;\n }\n /* support.github.com: \"#99306f\" */\n .bg-pink-8 {\n background-color: #e6b !important;\n }\n /* support.github.com: \"#0366d6\" */\n .text-blue {\n color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* support.github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* support.github.com: \"color: #586069 !important\" */\n #site-search-results .search-result-intro,\n #site-search-results .search-result-section,\n #site-search-results .search-result-title, .text-gray {\n color: #afafaf !important;\n }\n /* support.github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* support.github.com: \"#28a745\" */\n .text-green {\n color: #484 !important;\n }\n /* support.github.com: \"#b08800\" */\n .text-yellow {\n color: #cb4 !important;\n }\n /* support.github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* support.github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* support.github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* support.github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* support.github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* support.github.com: \"#0366d6\" */\n .link-gray:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* support.github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* support.github.com: \"#0366d6\" */\n .muted-link:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* support.github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* support.github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* support.github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* support.github.com: \"rgba(255,255,255,0.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* support.github.com: \"#fff\", \"rgba(27,31,35,0.15)\", \"rgba(27,31,35,0.15)\" */\n .dropdown-menu {\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: 0 1px 15px #000;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"#fff\" */\n .dropdown-menu::after {\n border-bottom-color: #181818;\n }\n /* support.github.com: \"color: #24292e\" */\n .dropdown-item {\n color: #cdcdcd;\n }\n /* support.github.com: \"color: #fff\", \"#0366d6\" */\n .dropdown-item:focus, .dropdown-item:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* support.github.com: \"none\" */\n .dropdown-signout {\n background: none;\n }\n /* support.github.com: \"#e1e4e8\" */\n .dropdown-divider {\n border-top-color: #343434;\n }\n /* support.github.com: \"color: #586069\" */\n .dropdown-header {\n color: #afafaf;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-w::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"#fff\" */\n .dropdown-menu-w::after {\n border-left-color: #181818;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-e::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"#fff\" */\n .dropdown-menu-e::after {\n border-right-color: #181818;\n }\n /* support.github.com: \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-ne::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* support.github.com: \"#fff\" */\n .dropdown-menu-ne::after {\n border-top-color: #181818;\n }\n /* support.github.com: \"color: #fff\", \"#2f363d\", \"#444d56\", \"rgba(27,31,35,0.15)\" */\n .dropdown-menu-dark {\n color: #fff;\n background-color: #282828;\n border-color: #484848;\n box-shadow: 0 1px 15px #000;\n }\n /* support.github.com: \"#444d56\" */\n .dropdown-menu-dark::before {\n border-bottom-color: #484848;\n }\n /* support.github.com: \"#2f363d\" */\n .dropdown-menu-dark::after {\n border-bottom-color: #282828;\n }\n /* support.github.com: \"#d1d5da\" */\n .dropdown-menu-dark .dropdown-header {\n color: #404040;\n }\n /* support.github.com: \"#444d56\" */\n .dropdown-menu-dark .dropdown-divider {\n border-top-color: #484848;\n }\n /* support.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-w::before {\n border-color: transparent transparent transparent #484848;\n }\n /* support.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-w::after {\n border-color: transparent transparent transparent #282828;\n }\n /* support.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-e::before {\n border-color: transparent #484848 transparent transparent;\n }\n /* support.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-e::after {\n border-color: transparent #282828 transparent transparent;\n }\n /* support.github.com: \"#444d56\" */\n .dropdown-menu-dark.dropdown-menu-ne::before {\n border-color: #484848 transparent transparent;\n }\n /* support.github.com: \"#2f363d\" */\n .dropdown-menu-dark.dropdown-menu-ne::after {\n border-color: #282828 transparent transparent;\n }\n /* support.github.com: \"#f1f8ff\" */\n #site-search-results .search-result:hover {\n background-color: #182030;\n }\n /* support.github.com: \"#0366d6\" */\n #site-search-results .search-result-title em {\n color: rgb(79, 140, 201);\n }\n /* support.github.com: \"#0366d6\" */\n #site-search-results .search-result-intro em {\n border-bottom: 1px solid rgb(79, 140, 201);\n }\n /* support.github.com: \"#fff\", \"#444d56\", \"rgba(0,0,0,0.4)\" */\n details-dialog {\n background-color: #181818;\n border-color: #484848;\n box-shadow: 0 0 18px #000;\n }\n /* support.github.com: \"color: #6a737d\" */\n .gh-subheading {\n color: #949494;\n }\n /* support.github.com: \"color: #fff\" */\n .State {\n color: #fff;\n }\n /* support.github.com: \"#6f42c1\" */\n #ticket-title .State--open {\n background-color: #9378ba;\n }\n /* support.github.com: \"#cb2431\" */\n #ticket-title .State--closed {\n background-color: #d82828;\n }\n /* support.github.com: \"#2cbe4e\" */\n #ticket-title .State--pending {\n background-color: #373;\n }\n /* support.github.com: \"#cb2431\" */\n .octicon-state-closed {\n color: #d82828;\n }\n /* support.github.com: \"#6f42c1\" */\n .octicon-state-open {\n color: #9378ba;\n }\n /* support.github.com: \"#2cbe4e\" */\n .octicon-state-pending {\n color: #373;\n }\n /* support.github.com: \"#d1d5da\" */\n #ticket .placeholder.write {\n border-color: #404040;\n }\n /* support.github.com: \"color: #333\" */\n #ticket-comments .attachment-name a, .attachment-name a:hover,\n .attachment-upload-preview .link, .link:hover {\n color: #bebebe;\n }\n /* support.github.com: \"none\" */\n @media only screen and (min-width: 544px) {\n .ticket-faq-accordion input + .accordion-label {\n background: none;\n }\n }\n /* end support.github.com rules */\n .input-block #query {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path d=\"M15.7 13.3l-3.8-3.8C12.6 8.5 13 7.2 13 6c0-3.3-2.7-6-6-6C3.7 0 1 2.7 1 6c0 3.3 2.7 6 6 6 1.3 0 2.5-0.4 3.5-1.1L14.3 14.7c0.2 0.2 0.5 0.3 0.7 0.3s0.5-0.1 0.7-0.3c0.4-0.4 0.4-1 0-1.4 0 0 0 0 0 0V13.3zM7 10.7c-2.6 0-4.7-2.1-4.7-4.7S4.4 1.3 7 1.3s4.7 2.1 4.7 4.7S9.6 10.7 7 10.7z\" fill=\"%23DDDDDD\"/></svg>') no-repeat 6px;\n }\n #q {\n background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"%23bebebe\" fill-rule=\"evenodd\" d=\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0013 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 000-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"/></svg>') no-repeat 6px;\n }",
- "start": 1131038,
- "domains": [
- "support.github.com"
- ]
- },
- {
- "code": "/* begin vscode-auth.github.com rules */\n /* vscode-auth.github.com: \"transparent\" */\n a {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: #000\" */\n mark {\n color: #f0f0f0;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#fff\" */\n body {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n a {\n color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"transparent\", \"#dfe2e5\" */\n .rule, hr {\n background-color: transparent;\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#fff\", \"#d1d5da\" */\n .Box {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#f6f8fa\", \"#d1d5da\" */\n .Box, .Box-header {\n border-color: #404040;\n }\n .Box-header {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .Box-body {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .Box-row {\n border-top-color: #343434;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .Box-row.Box-row--unread, .Box-row.unread {\n box-shadow: 2px 0 0 rgb(79, 140, 201) inset;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .Box-row.navigation-focus .Box-row--drag-button {\n color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"#fafbfc\" */\n .Box-row.navigation-focus.sortable-chosen {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .Box-row--focus-gray.navigation-focus,\n .Box-row.navigation-focus.sortable-ghost {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#f1f8ff\" */\n .Box-row--focus-blue.navigation-focus {\n background-color: #182030;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .Box-row--hover-gray:hover {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#f1f8ff\" */\n .Box-row--hover-blue:hover {\n background-color: #182030;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#0366d6\" */\n @media (min-width: 768px) {\n .Box-row-link {\n color: #cdcdcd;\n }\n .Box-row-link:hover {\n color: rgb(79, 140, 201);\n }\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .Box-footer {\n border-top-color: #343434;\n }\n /* vscode-auth.github.com: \"#c8e1ff\" */\n .Box--blue {\n border-color: #246;\n }\n /* vscode-auth.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box--blue .Box-header {\n background-color: #182030;\n border-color: #246;\n }\n /* vscode-auth.github.com: \"#c8e1ff\" */\n .Box--blue .Box-body, .Box--blue .Box-footer, .Box--blue .Box-row {\n border-color: #246;\n }\n /* vscode-auth.github.com: \"#d73a49\" */\n .Box--danger, .Box--danger .Box-body:last-of-type,\n .Box--danger .Box-row:first-of-type {\n border-color: #d82828;\n }\n /* vscode-auth.github.com: \"#f1f8ff\", \"#c8e1ff\" */\n .Box-header--blue {\n background-color: #182030;\n border-color: #246;\n }\n /* vscode-auth.github.com: \"#fffbdd\" */\n .Box-row--yellow {\n background-color: #261d08;\n }\n /* vscode-auth.github.com: \"#f1f8ff\" */\n .Box-row--blue {\n background-color: #182030;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .Box-row--gray {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .breadcrumb-item::after {\n color: #343434;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.2)\" */\n .btn {\n border-color: rgba(220, 220, 220, .2);\n }\n /* vscode-auth.github.com: \"color: #586069\", \"rgba(27,31,35,0.1)\" */\n .btn .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .17);\n }\n /* vscode-auth.github.com: \"none\" */\n .btn.selected, .btn:active {\n background-image: none;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#eff3f6\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn {\n color: #cdcdcd;\n background-color: #242424;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* vscode-auth.github.com: \"box-shadow: 0 0 0 .2em rgba(3,102,214,.3)\" */\n .btn.focus, .btn:focus {\n box-shadow: 0 0 0 .2em rgba(79, 140, 201, .5);\n }\n /* vscode-auth.github.com: \"#e6ebf1\", \"#e6ebf1\", \"rgba(27,31,35,0.35)\" */\n .btn.hover, .btn:hover {\n background-color: #444;\n background-image: linear-gradient(-180deg, #f0f3f6 0%, #444 90%);\n border-color: rgba(220, 220, 220, .35);\n }\n /* vscode-auth.github.com: \"#e9ecef\", \"none\", \"rgba(27,31,35,0.35)\", \"rgba(27,31,35,0.15)\" */\n .btn.selected, .btn:active, [open] > .btn {\n background-color: #404040;\n background-image: none;\n border-color: rgba(220, 220, 220, .35);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"color: rgba(36,41,46,.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn.disabled, .btn:disabled {\n color: rgba(210, 210, 210, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#28a745\", \"#34d058\",\"#28a745\" */\n .btn-primary {\n color: #fff;\n background-color: #484;\n background-image: linear-gradient(-180deg, #373 0%, #484 90%);\n }\n /* vscode-auth.github.com: \"rgba(52,208,88,0.4)\" */\n .btn-primary.focus, .btn-primary:focus {\n box-shadow: 0 0 0 .2em #3737;\n }\n /* vscode-auth.github.com: \"#269f42\", \"#2fcb53\",\"#269f42\", \"rgba(27,31,35,0.5)\" */\n .btn-primary.hover, .btn-primary:hover {\n background-color: #595;\n background-image: linear-gradient(-180deg, #373 0%, #595 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* vscode-auth.github.com: \"#279f43\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-primary.selected, .btn-primary:active, [open] > .btn-primary {\n background-color: #595;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"#94d3a2\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-primary.disabled, .btn-primary:disabled {\n background-color: #040;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .btn-primary .Counter {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n .btn-purple {\n color: #fff;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.5)\" */\n .btn-purple.hover, .btn-purple:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-purple.selected, .btn-purple:active, [open] > .btn-purple {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-purple.disabled, .btn-purple:disabled {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .btn-purple .Counter {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0361cc\", \"#0679fc\",\"#0361cc\" */\n .btn-blue {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: linear-gradient(-180deg, rgb(79, 140, 201) 0%, rgb(79, 140, 201) 90%);\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.5)\" */\n .btn-blue.hover, .btn-blue:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-blue.selected, .btn-blue:active, [open] > .btn-blue {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-blue.disabled, .btn-blue:disabled {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#0366d6\", \"#fff\" */\n .btn-blue .Counter {\n color: rgb(79, 140, 201);\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#cb2431\", \"#fafbfc\", \"linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%)\" */\n .btn-danger {\n color: #d82828;\n background-color: #181818;\n background-image: linear-gradient(-180deg, #202020 0%, #181818 90%);\n }\n /* vscode-auth.github.com: \"rgba(203,36,49,0.4)\" */\n .btn-danger:focus {\n box-shadow: 0 0 0 .2em rgba(255, 68, 68, .4);\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#cb2431\", \"#cb2431\", \"rgba(27,31,35,0.5)\" */\n .btn-danger:hover {\n color: #fff;\n background-color: #d82828;\n background-image: linear-gradient(-180deg, #de4450 0%, #d82828 90%);\n border-color: rgba(220, 220, 220, .5);\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n .btn-danger:hover .Counter {\n color: #fff;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-danger.selected, .btn-danger:active, [open] > .btn-danger {\n color: #fff;\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"rgba(203,36,49,0.4)\", \"#eff3f6\", \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-danger.disabled, .btn-danger:disabled {\n color: rgba(255, 68, 68, .4);\n background-color: #242424;\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#0366d6\", \"#fff\", \"none\" */\n .btn-outline {\n color: rgb(79, 140, 201);\n background-color: #181818;\n background-image: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0366d6\", \"none\", \"#0366d6\" */\n .btn-outline.selected, .btn-outline:active, .btn-outline:hover,\n [open] > .btn-outline {\n color: #fff;\n background-color: rgb(79, 140, 201);\n background-image: none;\n border-color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"#0366d6\", \"#fff\" */\n .btn-outline.selected .Counter, .btn-outline:active .Counter,\n .btn-outline:hover .Counter, [open] > .btn-outline .Counter {\n color: rgb(79, 140, 201);\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .btn-outline:focus {\n border-color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline.disabled, .btn-outline:disabled {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"color: #444d56\", \"#dfe2e5\" */\n .ellipsis-expander, .hidden-text-expander a {\n color: #afafaf;\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"#c6cbd1\" */\n .ellipsis-expander:hover, .hidden-text-expander a:hover {\n background-color: #5a5a5a;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#2188ff\" */\n .ellipsis-expander:active, .hidden-text-expander a:active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#fff\", \"rgba(27,31,35,0.2)\" */\n .social-count {\n color: #cdcdcd;\n background-color: #181818;\n border-color: rgba(220, 220, 220, .2);\n }\n /* vscode-auth.github.com: \"#0366d6\", \"transparent\" */\n .btn-link, .social-count:hover {\n color: rgb(79, 140, 201);\n }\n .btn-link {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: rgba(88,96,105,.5)\" */\n .btn-link:disabled, .btn-link:disabled:hover {\n color: rgba(148, 148, 148, .5);\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .form-control, .form-select {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* vscode-auth.github.com: \"#2188ff\", \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .form-control.focus, .form-control:focus, .form-select.focus,\n .form-select:focus {\n border-color: rgb(79, 140, 201);\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* vscode-auth.github.com: \"#fff\" */\n .input-contrast, .input-contrast:focus {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"color: #6a737d\" */\n :-ms-input-placeholder {\n color: #949494;\n }\n /* vscode-auth.github.com: \"color: #6a737d\" */\n ::placeholder {\n color: #949494;\n }\n /* vscode-auth.github.com: \"#fffbdd\" */\n .form-checkbox label em.highlight {\n background-color: #261d08;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .form-checkbox .note, .hfields .form-group dt label {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* vscode-auth.github.com: \"#fff\", \"none\" */\n .form-select {\n background-image: none \\9;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .form-group .form-control, .form-group .form-control:focus, .form-select {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .form-group dd h4.is-error {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"#28a745\" */\n .form-group dd h4.is-success {\n color: #484;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .form-group.required dt label::after {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"#28a745\" */\n .form-group.successful .success {\n color: #484;\n }\n /* vscode-auth.github.com: \"#735c0f\", \"#fffbdd\", \"#d9d0a5\" */\n .form-group.warn .warning {\n color: #bba257;\n background-color: #261d08;\n border-color: #542;\n }\n /* vscode-auth.github.com: \"#fffbdd\" */\n .form-group.warn .warning::after {\n border-bottom-color: #261d08;\n }\n /* vscode-auth.github.com: \"#d9d0a5\" */\n .form-group.warn .warning::before {\n border-bottom-color: #542;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .form-group.errored label {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"#86181d\", \"#ffdce0\", \"#cea0a5\" */\n .form-group.errored .error {\n color: #d82828;\n background-color: #300;\n border-color: #d82828;\n }\n /* vscode-auth.github.com: \"#ffdce0\" */\n .form-group.errored .error::after {\n border-bottom-color: #300;\n }\n /* vscode-auth.github.com: \"#cea0a5\" */\n .form-group.errored .error::before {\n border-bottom-color: #d82828;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .note {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#28a745\", \"#28a745\" */\n .status-indicator-success .octicon-check {\n color: #484;\n fill: #484;\n }\n /* vscode-auth.github.com: \"#cb2431\", \"#d73a49\" */\n .status-indicator-failed .octicon-x {\n color: #d82828;\n fill: #d82828;\n }\n /* vscode-auth.github.com: \"transparent\" */\n .inline-form .btn-plain {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"#fafbfc\", \"#c3c8cf\" */\n .drag-and-drop {\n color: #afafaf;\n background-color: #181818;\n border-color: #484848;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .drag-and-drop .error {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .drag-and-drop-error-info {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .drag-and-drop-error-info a {\n color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"#dfe2e5\" */\n .upload-enabled textarea {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"box-shadow: inset 0 1px 2px rgba(27,31,35,.075),0 0 0 .2em rgba(3,102,214,.3)\" */\n .upload-enabled.focused {\n box-shadow: 0 0 0 2px rgba(79, 140, 201, .3);\n }\n /* vscode-auth.github.com: \"box-shadow: none\" */\n .upload-enabled.focused .form-control {\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#c3c8cf\" */\n .previewable-comment-form .comment {\n border-color: #484848;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n h2.account, p.explain {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"color: #24292e\" */\n p.explain strong {\n color: #cdcdcd;\n }\n /* vscode-auth.github.com: \"color: #959da5\" */\n p.explain .octicon {\n color: #767676;\n }\n /* vscode-auth.github.com: \"#fff\", \"#d1d5da\" */\n .menu {\n background-color: #181818;\n border-color: #404040;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .menu-item {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .menu-item:hover {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#fff\" */\n .menu-item.selected {\n color: #cdcdcd;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#e36209\" */\n .menu-item.selected::before {\n background-color: #fb8532;\n }\n /* vscode-auth.github.com: \"color: #24292e\" */\n .menu-item .octicon {\n color: #cdcdcd;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .menu-item.alert .Counter, .menu-item .menu-warning {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"#e1e4e8\" */\n .menu-heading {\n color: #afafaf;\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#d1d5da\" */\n .tabnav {\n border-bottom-color: #404040;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"transparent\" */\n .tabnav-tab {\n color: #afafaf;\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#fff\", \"#d1d5da\" */\n .tabnav-tab.selected {\n color: #cdcdcd;\n background-color: #181818;\n border-color: #404040;\n }\n /* vscode-auth.github.com: \"color: #24292e\" */\n .tabnav-tab:focus, .tabnav-tab:hover {\n color: #cdcdcd;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .tabnav-extra {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n a.tabnav-extra:hover {\n color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"color: #586069\", \"transparent\" */\n .filter-list.pjax-active .filter-item {\n color: #afafaf;\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-list.pjax-active .filter-item.pjax-active {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .filter-item {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#eaecef\" */\n .filter-item:hover {\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0366d6\" */\n .filter-item.selected {\n color: #fff;\n background-color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"#eff3f6\" */\n .filter-item .bar {\n background-color: #242424;\n }\n /* vscode-auth.github.com: \"#eaecef\" */\n .subnav-bordered {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"#e1e4e8\" */\n .subnav-item {\n color: #afafaf;\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .subnav-item:focus, .subnav-item:hover {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .subnav-item.selected, .subnav-item.selected:focus,\n .subnav-item.selected:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .subnav-search-input {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#c6cbd1\" */\n .subnav-search-icon {\n color: #5a5a5a;\n }\n /* vscode-auth.github.com: \"color: #444d56\" */\n .subnav-search-context .btn {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .UnderlineNav {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .UnderlineNav-item {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#d1d5da\" */\n .UnderlineNav-item:focus, .UnderlineNav-item:hover {\n color: #cdcdcd;\n border-bottom-color: #404040;\n }\n /* vscode-auth.github.com: \"color: #6a737d\" */\n .UnderlineNav-item:focus .UnderlineNav-octicon,\n .UnderlineNav-item:hover .UnderlineNav-octicon {\n color: #949494;\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"#e36209\" */\n .UnderlineNav-item.selected {\n color: #cdcdcd;\n border-bottom-color: #fb8532;\n }\n /* vscode-auth.github.com: \"color: #6a737d\" */\n .UnderlineNav-item.selected .UnderlineNav-octicon {\n color: #949494;\n }\n /* vscode-auth.github.com: \"color: #959da5\" */\n .UnderlineNav-octicon {\n color: #767676;\n }\n /* vscode-auth.github.com: \"#0366d6\", \"#fff\", \"#e1e4e8\" */\n .pagination a, .pagination em, .pagination span {\n color: rgb(79, 140, 201);\n background-color: #181818;\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"#eff3f6\", \"#e1e4e8\" */\n .pagination a:focus, .pagination a:hover, .pagination em:focus,\n .pagination em:hover, .pagination span:focus, .pagination span:hover {\n background-color: #242424;\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#0366d6\", \"#0366d6\" */\n .pagination .current, .pagination .current:hover {\n color: #fff;\n background-color: rgb(79, 140, 201);\n border-color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"#d1d5da\", \"#fafbfc\" */\n .pagination .disabled, .pagination .disabled:hover, .pagination .gap,\n .pagination .gap:hover {\n color: #404040;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n .tooltipped::after {\n color: #fff;\n }\n /* vscode-auth.github.com: \"color: #1b1f23\" */\n .tooltipped::before {\n color: #dcdcdc;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .border {\n border-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .border-y {\n border-top-color: #343434 !important;\n border-bottom-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .border-blue {\n border-color: rgb(79, 140, 201) !important;\n }\n /* vscode-auth.github.com: \"#c8e1ff\" */\n .border-blue-light {\n border-color: #246 !important;\n }\n /* vscode-auth.github.com: \"#34d058\" */\n .border-green {\n border-color: #373 !important;\n }\n /* vscode-auth.github.com: \"#a2cbac\" */\n .border-green-light {\n border-color: #040 !important;\n }\n /* vscode-auth.github.com: \"#cea0a5\" */\n .border-red, .border-red-light {\n border-color: #d82828 !important;\n }\n /* vscode-auth.github.com: \"#6f42c1\" */\n .border-purple {\n border-color: #9378ba !important;\n }\n /* vscode-auth.github.com: \"#d9d0a5\" */\n .border-yellow {\n border-color: #542 !important;\n }\n /* vscode-auth.github.com: \"#eaecef\" */\n .border-gray-light {\n border-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#d1d5da\" */\n .border-gray-dark {\n border-color: #404040 !important;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .border-black-fade {\n border-color: rgba(220, 220, 220, .15) !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .border-top {\n border-top-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .border-right {\n border-right-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .border-bottom {\n border-bottom-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .border-left {\n border-left-color: #343434 !important;\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 544px) {\n .border-sm-top {\n border-top-color: #343434 !important;\n }\n .border-sm-right {\n border-right-color: #343434 !important;\n }\n .border-sm-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-sm-left {\n border-left-color: #343434 !important;\n }\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 768px) {\n .border-md-top {\n border-top-color: #343434 !important;\n }\n .border-md-right {\n border-right-color: #343434 !important;\n }\n .border-md-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-md-left {\n border-left-color: #343434 !important;\n }\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1012px) {\n .border-lg-top {\n border-top-color: #343434 !important;\n }\n .border-lg-right {\n border-right-color: #343434 !important;\n }\n .border-lg-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-lg-left {\n border-left-color: #343434 !important;\n }\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n @media (min-width: 1280px) {\n .border-xl-top {\n border-top-color: #343434 !important;\n }\n .border-xl-right {\n border-right-color: #343434 !important;\n }\n .border-xl-bottom {\n border-bottom-color: #343434 !important;\n }\n .border-xl-left {\n border-left-color: #343434 !important;\n }\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.1)\" */\n .box-shadow {\n box-shadow: 0 1px 1px #000 !important;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-medium {\n box-shadow: 0 1px 5px #000 !important;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .box-shadow-large {\n box-shadow: 0 1px 15px #000 !important;\n }\n /* vscode-auth.github.com: \"box-shadow: none !important\" */\n .box-shadow-none {\n box-shadow: none !important;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .bg-white {\n background-color: #181818 !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .bg-blue {\n background-color: rgb(79, 140, 201) !important;\n }\n /* vscode-auth.github.com: \"#f1f8ff\" */\n .bg-blue-light {\n background-color: #182030 !important;\n }\n /* vscode-auth.github.com: \"#24292e\" */\n .bg-gray-dark {\n background-color: #181818 !important;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .bg-gray {\n background-color: #222 !important;\n }\n /* vscode-auth.github.com: \"#fafbfc\" */\n .bg-gray-light {\n background-color: #181818 !important;\n }\n /* vscode-auth.github.com: \"#28a745\" */\n .bg-green {\n background-color: #484 !important;\n }\n /* vscode-auth.github.com: \"#dcffe4\" */\n .bg-green-light {\n background-color: #002800 !important;\n }\n /* vscode-auth.github.com: \"#d73a49\" */\n .bg-red {\n background-color: #d82828 !important;\n }\n /* vscode-auth.github.com: \"#ffdce0\" */\n .bg-red-light {\n background-color: #300 !important;\n }\n /* vscode-auth.github.com: \"#ffd33d\" */\n .bg-yellow {\n background-color: #cb4 !important;\n }\n /* vscode-auth.github.com: \"#fff5b1\" */\n .bg-yellow-light {\n background-color: #651 !important;\n }\n /* vscode-auth.github.com: \"#6f42c1\" */\n .bg-purple {\n background-color: #9378ba !important;\n }\n /* vscode-auth.github.com: \"#f5f0ff\" */\n .bg-purple-light {\n background-color: #213 !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .text-blue {\n color: rgb(79, 140, 201) !important;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .text-red {\n color: #d82828 !important;\n }\n /* vscode-auth.github.com: \"color: #6a737d !important\" */\n .text-gray-light {\n color: #949494 !important;\n }\n /* vscode-auth.github.com: \"color: #586069 !important\" */\n .text-gray {\n color: #afafaf !important;\n }\n /* vscode-auth.github.com: \"color: #24292e !important\" */\n .text-gray-dark {\n color: #cdcdcd !important;\n }\n /* vscode-auth.github.com: \"#28a745\" */\n .text-green {\n color: #484 !important;\n }\n /* vscode-auth.github.com: \"#a04100\" */\n .text-orange {\n color: #f3582c !important;\n }\n /* vscode-auth.github.com: \"#e36209\" */\n .text-orange-light {\n color: #fb8532 !important;\n }\n /* vscode-auth.github.com: \"#6f42c1\" */\n .text-purple {\n color: #9378ba !important;\n }\n /* vscode-auth.github.com: \"color: #fff !important\" */\n .text-white {\n color: #fff !important;\n }\n /* vscode-auth.github.com: \"#dbab09\" */\n .bg-pending, .text-pending {\n color: #cb4 !important;\n }\n /* vscode-auth.github.com: \"color: #586069 !important\" */\n .link-gray {\n color: #afafaf !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .link-gray:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* vscode-auth.github.com: \"color: #24292e !important\" */\n .link-gray-dark {\n color: #cdcdcd !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .link-gray-dark:hover, .link-hover-blue:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* vscode-auth.github.com: \"color: #586069 !important\" */\n .muted-link {\n color: #afafaf !important;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n .muted-link:hover {\n color: rgb(79, 140, 201) !important;\n }\n /* vscode-auth.github.com: \"transparent\" */\n .details-overlay[open] > summary::before {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"color: #586069\" */\n .lead {\n color: #afafaf;\n }\n /* vscode-auth.github.com: \"color: #24292e\" */\n .text-emphasized {\n color: #cdcdcd;\n }\n /* vscode-auth.github.com: \"rgba(255,255,255,0.5)\" */\n .text-shadow-light {\n text-shadow: 0 1px 0 hsla(0, 0%, 0%, .5);\n }\n /* vscode-auth.github.com: \"color: #032f62\", \"#dbedff\", \"rgba(27,31,35,0.15)\" */\n .flash {\n color: #9daccc;\n background-color: #182030;\n border-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"none\" */\n .flash-close {\n background: none;\n }\n /* vscode-auth.github.com: \"#735c0f\", \"#fffbdd\", \"rgba(27,31,35,0.15)\" */\n .flash-warn {\n color: #bba257;\n background-color: #261d08;\n }\n /* vscode-auth.github.com: \"#86181d\", \"#ffdce0\", \"rgba(27,31,35,0.15)\" */\n .flash-error, .flash-warn {\n border-color: rgba(220, 220, 220, .15);\n }\n .flash-error {\n color: #d82828;\n background-color: #300;\n }\n /* vscode-auth.github.com: \"#165c26\", \"#dcffe4\", \"rgba(27,31,35,0.15)\" */\n .flash-success {\n color: #6cc644;\n background-color: #002800;\n border-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"#fffbdd\" */\n .warning {\n background-color: #261d08;\n }\n /* vscode-auth.github.com: \"#fff\", \"rgba(255,255,255,0.8)\" */\n .avatar-child {\n background-color: #181818;\n box-shadow: -2px -2px 0 hsla(0, 0%, 100%, .8);\n }\n /* vscode-auth.github.com: \"#fff\", \"#fff\" */\n .avatar-stack .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* vscode-auth.github.com: \"transparent\" */\n .avatar-stack .avatar:only-child {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .AvatarStack-body {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#fff\", \"#fff\" */\n .AvatarStack-body .avatar {\n background-color: #181818;\n border-right-color: #181818;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .avatar.avatar-more {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .avatar.avatar-more::before {\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"#d1d5da\" */\n .avatar.avatar-more::after, .AvatarStack--right .avatar.avatar-more {\n background-color: #404040;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .AvatarStack--right .avatar.avatar-more::after {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .AvatarStack--right .avatar {\n border-left-color: #181818;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .DashedConnection::before {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#fff\", \"#eaecef\" */\n .blankslate, .blankslate code {\n background-color: #181818;\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #a3aab1\" */\n .blankslate-icon {\n color: #767676;\n }\n /* vscode-auth.github.com: \"none\", \"box-shadow: none\" */\n .blankslate-clean-background {\n background: none;\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"color: rgba(27,31,35,.6)\", \"#eaf5ff\" */\n .branch-name {\n color: rgba(230, 230, 230, .6);\n background-color: #182030;\n }\n /* vscode-auth.github.com: \"#0366d6\" */\n a.branch-name {\n color: rgb(79, 140, 201);\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n .label, .Label {\n color: #fff;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"#eaecef\" */\n .Label--gray {\n color: #afafaf;\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"transparent\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .Label--outline {\n color: #afafaf;\n background-color: transparent;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#28a745\", \"#34d058\" */\n .Label--outline-green {\n color: #484;\n border-color: #373;\n }\n /* vscode-auth.github.com: \"#6a737d\" */\n .Label--gray-darker {\n background-color: #444;\n }\n /* vscode-auth.github.com: \"#d15704\" */\n .Label--orange {\n background-color: #f3582c;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#6a737d\" */\n .state, .State {\n color: #fff;\n background-color: #444;\n }\n /* vscode-auth.github.com: \"#2cbe4e\" */\n .State--green {\n background-color: #373;\n }\n /* vscode-auth.github.com: \"#6f42c1\" */\n .State--purple {\n background-color: #9378ba;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .State--red {\n background-color: #d82828;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"rgba(27,31,35,0.08)\" */\n .Counter {\n color: #afafaf;\n background-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"color: #24292e\", \"rgba(27,31,35,0.15)\" */\n .Counter--gray-light {\n color: #cdcdcd;\n background-color: rgba(220, 220, 220, .22);\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#6a737d\" */\n .Counter--gray {\n color: #fff;\n background-color: #444;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .markdown-body .absent {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .markdown-body hr {\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #6a737d\", \"#dfe2e5\" */\n .markdown-body blockquote {\n color: #949494;\n border-left-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #444d56\", \"#fafbfc\", \"#c6cbd1\", \"#959da5\", \"box-shadow: inset 0 -1px 0 #959da5\" */\n .markdown-body kbd {\n color: #afafaf;\n background-color: #181818;\n border-color: #5a5a5a #5a5a5a #484848;\n box-shadow: inset 0 -2px 0 #383838;\n }\n /* vscode-auth.github.com: \"color: #1b1f23\" */\n .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link,\n .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link,\n .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\n color: #dcdcdc;\n }\n /* vscode-auth.github.com: \"#eaecef\" */\n .markdown-body h1, .markdown-body h2 {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #6a737d\" */\n .markdown-body h6 {\n color: #949494;\n }\n /* vscode-auth.github.com: \"#dfe2e5\" */\n .markdown-body table td, .markdown-body table th {\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"#fff\", \"#c6cbd1\" */\n .markdown-body table tr {\n background-color: #181818;\n border-top-color: #5a5a5a;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .markdown-body table tr:nth-child(2n) {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"transparent\" */\n .markdown-body table img {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .markdown-body img {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"transparent\" */\n .markdown-body .emoji {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"#dfe2e5\" */\n .markdown-body span.frame > span {\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #24292e\" */\n .markdown-body span.frame span span {\n color: #cdcdcd;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.05)\" */\n .markdown-body code, .markdown-body tt {\n background-color: rgba(220, 220, 220, .1);\n }\n /* vscode-auth.github.com: \"transparent\" */\n .markdown-body pre > code, .markdown-body pre code, .markdown-body pre tt {\n background-color: transparent;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .markdown-body .csv-data .blob-num {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#f6f8fa\" */\n .markdown-body .csv-data th {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message::before {\n border-bottom-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"#fff\" */\n .Popover-message::after {\n border-bottom-color: #181818;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--bottom-left::before,\n .Popover-message--bottom-right::before, .Popover-message--bottom::before {\n border-top-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"#fff\" */\n .Popover-message--bottom-left::after, .Popover-message--bottom-right::after,\n .Popover-message--bottom::after {\n border-top-color: #181818;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--right-bottom::before, .Popover-message--right-top::before,\n .Popover-message--right::before {\n border-left-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"#fff\" */\n .Popover-message--right-bottom::after, .Popover-message--right-top::after,\n .Popover-message--right::after {\n border-left-color: #181818;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.15)\" */\n .Popover-message--left-bottom::before, .Popover-message--left-top::before,\n .Popover-message--left::before {\n border-right-color: rgba(220, 220, 220, .15);\n }\n /* vscode-auth.github.com: \"#fff\" */\n .Popover-message--left-bottom::after, .Popover-message--left-top::after,\n .Popover-message--left::after {\n border-right-color: #181818;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .Progress {\n background-color: #343434;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .Subhead {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#cb2431\" */\n .Subhead-heading--danger {\n color: #d82828;\n }\n /* vscode-auth.github.com: \"color: #586069\", \"#e1e4e8\" */\n .pullquote, .Subhead-description {\n color: #afafaf;\n }\n .pullquote {\n border-left-color: #343434;\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n .btn-orange {\n color: #fff;\n }\n /* vscode-auth.github.com: \"rgba(27,31,35,0.5)\" */\n .btn-orange.hover, .btn-orange:hover {\n border-color: rgba(220, 220, 220, .5);\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.5)\", \"rgba(27,31,35,0.15)\" */\n .btn-orange.selected, .btn-orange:active, [open] > .btn-orange {\n background-image: none;\n border-color: rgba(220, 220, 220, .5);\n box-shadow: inset 0 .15em .3em #000;\n }\n /* vscode-auth.github.com: \"none\", \"rgba(27,31,35,0.2)\", \"box-shadow: none\" */\n .btn-orange.disabled, .btn-orange:disabled {\n background-image: none;\n border-color: rgba(220, 220, 220, .2);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#6f42c1\", \"#fff\", \"none\" */\n .btn-orange .Counter, .btn-outline-purple {\n background-color: #181818;\n }\n .btn-outline-purple {\n color: #9378ba;\n background-image: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#6f42c1\", \"none\", \"#6f42c1\" */\n .btn-outline-purple.selected, .btn-outline-purple:active,\n .btn-outline-purple:hover, [open] > .btn-outline-purple {\n color: #fff;\n background-color: #9378ba;\n background-image: none;\n border-color: #9378ba;\n }\n /* vscode-auth.github.com: \"#6f42c1\", \"#fff\" */\n .btn-outline-purple.selected .Counter, .btn-outline-purple:active .Counter,\n .btn-outline-purple:hover .Counter, [open] > .btn-outline-purple .Counter {\n color: #9378ba;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#6f42c1\" */\n .btn-outline-purple:focus {\n border-color: #9378ba;\n }\n /* vscode-auth.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline-purple.disabled, .btn-outline-purple:disabled {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#fff\", \"none\" */\n .btn-outline-orange {\n background-color: #181818;\n background-image: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"none\" */\n .btn-outline-orange.selected, .btn-outline-orange:active,\n .btn-outline-orange:hover, [open] > .btn-outline-orange {\n color: #fff;\n background-image: none;\n }\n /* vscode-auth.github.com: \"#fff\" */\n .btn-outline-orange.selected .Counter, .btn-outline-orange:active .Counter,\n .btn-outline-orange:hover .Counter, [open] > .btn-outline-orange .Counter {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline-orange.disabled, .btn-outline-orange:disabled {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"#28a745\", \"#fff\", \"none\" */\n .btn-outline-green {\n color: #484;\n background-color: #181818;\n background-image: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"#28a745\", \"none\", \"#28a745\" */\n .btn-outline-green.selected, .btn-outline-green:active,\n .btn-outline-green:hover, [open] > .btn-outline-green {\n color: #fff;\n background-color: #484;\n background-image: none;\n border-color: #484;\n }\n /* vscode-auth.github.com: \"#28a745\", \"#fff\" */\n .btn-outline-green.selected .Counter, .btn-outline-green:active .Counter,\n .btn-outline-green:hover .Counter, [open] > .btn-outline-green .Counter {\n color: #484;\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#28a745\" */\n .btn-outline-green:focus {\n border-color: #484;\n }\n /* vscode-auth.github.com: \"color: rgba(27,31,35,.3)\", \"#fff\", \"rgba(27,31,35,0.15)\", \"box-shadow: none\" */\n .btn-outline-green.disabled, .btn-outline-green:disabled {\n color: rgba(230, 230, 230, .3);\n background-color: #181818;\n border-color: rgba(220, 220, 220, .15);\n box-shadow: none;\n }\n /* vscode-auth.github.com: \"color: #fff\", \"transparent\", \"none\", \"rgba(255,255,255,0.5)\" */\n .btn-transparent {\n color: #fff;\n background-color: transparent;\n background-image: none;\n border-color: hsla(0, 0%, 0%, .5);\n }\n /* vscode-auth.github.com: \"color: #2f363d\", \"#fff\", \"none\", \"#fff\" */\n .btn-transparent:active, .btn-transparent:hover {\n color: #bebebe;\n background-color: #181818;\n background-image: none;\n border-color: #181818;\n }\n /* vscode-auth.github.com: \"transparent\", \"rgba(0,0,0,0)\" */\n .jumbotron-shadow::after {\n background-color: transparent;\n background-image: linear-gradient(transparent, rgba(0, 0, 0, .05));\n }\n /* vscode-auth.github.com: \"#24292e\" */\n .jumbotron-photo {\n background-color: #181818;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .data-table {\n border-color: #343434;\n }\n /* vscode-auth.github.com: \"#e1e4e8\", \"#e1e4e8\" */\n .data-table td, .data-table th {\n border-right-color: #343434;\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#e1e4e8\" */\n .data-table tbody td, .data-table tbody th,\n .data-table tbody tr:last-child td, .data-table tbody tr:last-child th {\n border-bottom-color: #343434;\n }\n /* vscode-auth.github.com: \"#f5f5f5\" */\n .footer {\n background-color: #222;\n }\n /* vscode-auth.github.com: \"color: #fff\" */\n #token {\n color: #fff;\n }\n /* vscode-auth.github.com: \"white\" */\n .token-did-copy {\n background-color: #181818;\n }\n /* end vscode-auth.github.com rules */\n .footer {\n background: #202020;\n }\n #token {\n background: #182030;\n border-color: #343434;\n }\n .token-did-copy {\n background: #181818;\n }\n .failed {\n border-color: #343434;\n }",
- "start": 1182965,
- "domains": [
- "vscode-auth.github.com"
- ]
- }
- ],
- "usercssData": {
- "name": "GitHub Dark",
- "namespace": "StylishThemes",
- "version": "2.2.15",
- "homepageURL": "https://github.com/StylishThemes/GitHub-Dark",
- "updateURL": "https://stylishthemes.github.io/GitHub-Dark/github-dark.user.css",
- "license": "BSD-2-Clause",
- "author": "StylishThemes",
- "vars": {
- "base-color": {
- "type": "color",
- "label": "Base color",
- "name": "base-color",
- "value": null,
- "default": "rgb(79, 140, 201)",
- "options": null
- },
- "syntax-theme": {
- "type": "select",
- "label": "Github syntax theme",
- "name": "syntax-theme",
- "value": null,
- "default": "Twilight",
- "options": [
- {
- "name": "Twilight",
- "label": "Twilight",
- "value": "/*! GitHub: Twilight */:root{--ghd-code-background:#141414;--ghd-code-color:#ccc}.pl-c,.pl-c span{color:#5f5a60!important;font-style:italic!important}.pl-c1,.pl-cce{color:#cf6a4c!important}.pl-cce{font-weight:400!important}.pl-cn,.pl-coc{color:#cf6a4c!important}.pl-cos{color:#8f9d6a!important}.pl-e,.pl-ef,.pl-en{color:#ac885b!important}.pl-enc{color:#cf6a4c!important}.pl-enf,.pl-enm{color:#ac885b!important}.pl-ens{color:#cf6a4c!important}.pl-ent{color:#cda869!important}.pl-entc,.pl-enti{color:#ac885b!important}.pl-enti{font-weight:700!important}.pl-entm{color:#7587a6!important}.pl-eoa{color:#cda869!important}.pl-eoac,.pl-eoac .pl-pde{color:#7587a6!important}.pl-eoai,.pl-eoai .pl-pde{color:#cda869!important}.pl-eoi{color:#ac885b!important}.pl-k{color:#cf6a4c!important}.pl-ko,.pl-kolp{color:#cda869!important}.pl-kos,.pl-kou{color:#cf6a4c!important}.pl-mai .pl-sf{color:#7587a6!important}.pl-mb{color:#8f9d6a!important;font-weight:700!important}.pl-mc{color:#cda869!important}.pl-mh{font-weight:400!important}.pl-mh,.pl-mh .pl-pdh{color:#cf6a4c!important}.pl-mi{color:#cda869!important;font-style:italic!important}.pl-ml{color:#8f9d6a!important}.pl-mm{color:#7587a6!important}.pl-mp{color:#c5af75!important}.pl-mp1 .pl-sf{color:#dad085!important}.pl-mq{color:#cf6a4c!important}.pl-mr,.pl-ms{color:#cda869!important}.pl-pdb{color:#8f9d6a!important;font-weight:700!important}.pl-pdc{color:#5f5a60!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#cf6a4c!important}.pl-pdi{color:#cda869!important;font-style:italic!important}.pl-pds{color:#8f9d6a!important}.pl-pdv{color:#7587a6!important}.pl-pse,.pl-pse .pl-s2{color:#cf6a4c!important}.pl-s{color:#f9ee98!important}.pl-s1{color:#8f9d6a!important}.pl-s2{color:#ccc!important}.pl-mp .pl-s3{color:#cda869!important}.pl-s3,.pl-sc{color:#dad085!important}.pl-scp{color:#cf6a4c!important}.pl-sf{color:#dad085!important}.pl-smc{color:#ac885b!important}.pl-smi,.pl-smp{color:#ccc!important}.pl-sok{color:#cda869!important}.pl-sol{color:#8f9d6a!important}.pl-som,.pl-sr{color:#7587a6!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#cda869!important}.pl-stj{color:#7587a6!important}.pl-stp,.pl-sv,.pl-v{color:#9b859d!important}.pl-vi{color:#cf6a4c!important}.pl-vo{color:#ac885b!important}.pl-vpf{color:#7587a6!important}.pl-mdht,.pl-mi1{color:#55a532!important;background:#020!important}.pl-md,.pl-mdhf{color:#bd2c00!important;background:#200!important}.pl-mdr{color:#cf6a4c!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#7587a6!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#df5000!important;color:#fff!important}.pl-mo{color:#969896!important}.pl-mri{color:teal!important}.pl-ms1{background-color:#f5f5f5!important}.pl-va,.pl-vpu{color:teal!important}.pl-entl{color:#ccc!important}.highlight .pl-corl span.x,.pl-corl{color:#f9ee98!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#ac885b!important;color:#ccc!important}"
- },
- {
- "name": "Ambiance",
- "label": "Ambiance",
- "value": "/*! GitHub: Ambiance */:root{--ghd-code-background:#202020;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#555!important;font-style:italic!important}.pl-c1{color:#cf7ea9!important}.pl-e,.pl-en,.pl-ent{color:#aac6e3!important}.pl-k{color:#fa8d6a!important}.pl-mb{color:#cf7ea9!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#cda869!important}.pl-mh,.pl-mh .pl-en{color:#9b859d!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#cda869!important}.pl-mq{color:#555!important}.pl-mr,.pl-ms{color:#cda869!important}.pl-pds{color:#8f9d6a!important}.pl-s{color:#aac6e3!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#8f9d6a!important}.pl-s1 .pl-s2{color:#99c!important}.pl-s1 .pl-v,.pl-s3{color:#cda869!important}.pl-sc{color:#9b859d!important}.pl-smi,.pl-smp{color:#99c!important}.pl-sr .pl-cce{color:#9b859d!important}.pl-sr,.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#dad085!important}.pl-st{color:#aac6e3!important}.pl-stj{color:#99c!important}.pl-sv{color:#cf7ea9!important}.pl-v{color:#aac6e3!important}.pl-vo,.pl-vpf{color:#99c!important}.pl-mdht,.pl-mi1{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-bu,.pl-ii,.pl-md,.pl-mdhf{color:#f8f8f8!important;background:rgba(86,45,86,.75)!important}.highlight .pl-corl span.x,.pl-corl{color:#aac6e3!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#fa8d6a!important;color:#e6e1dc!important}"
- },
- {
- "name": "Chaos",
- "label": "Chaos",
- "value": "/*! GitHub: Chaos */:root{--ghd-code-background:#161616;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#555!important;font-style:italic!important}.pl-c1{color:#fdc251!important}.pl-e,.pl-en,.pl-ent{color:#974!important}.pl-k{color:#00698f!important}.pl-mb{color:#1edafb!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#00698f!important}.pl-mh,.pl-mh .pl-en{color:#fdc251!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#00698f!important}.pl-mq{color:#555!important}.pl-mr,.pl-ms{color:#00698f!important}.pl-pds{color:#58c554!important}.pl-s{color:#974!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#58c554!important}.pl-s1 .pl-s2{color:#1edafb!important}.pl-s1 .pl-v,.pl-s3{color:#00698f!important}.pl-sc{color:#999!important}.pl-smi,.pl-smp{color:#be53e6!important}.pl-sr{color:#ff308f!important}.pl-sr .pl-cce{color:#fdc251!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#ff308f!important}.pl-st{color:#e6e1dc!important}.pl-stj{color:#be53e6!important}.pl-sv{color:#1edafb!important}.pl-v{color:#974!important}.pl-vo{color:#be53e6!important}.pl-vpf{color:#974!important}.pl-mdht,.pl-mi1{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#fff!important;background:#900!important}.pl-bu,.pl-ii{color:#999!important;background:#900!important}.highlight .pl-corl span.x,.pl-corl{color:#974!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#974!important;color:#e6e1dc!important}"
- },
- {
- "name": "Clouds_Midnight",
- "label": "Clouds_Midnight",
- "value": "/*! GitHub: Clouds_Midnight */:root{--ghd-code-background:#191919;--ghd-code-color:#929292}.pl-c,.pl-c span{color:#3c403b!important;font-style:italic!important}.pl-c1{color:#39946a!important}.pl-e,.pl-en,.pl-ent{color:#929292!important}.pl-k{color:#927c5d!important}.pl-mb{color:#39946a!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#927c5d!important}.pl-mh,.pl-mh .pl-en{color:#366f1a!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#927c5d!important}.pl-mq{color:#3c403b!important}.pl-mr,.pl-ms{color:#927c5d!important}.pl-pds{color:#5d90cd!important}.pl-s{color:#e92e2e!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#5d90cd!important}.pl-s1 .pl-s2{color:#606060!important}.pl-s1 .pl-v,.pl-s3{color:#927c5d!important}.pl-sc{color:#366f1a!important}.pl-smi,.pl-smp{color:#606060!important}.pl-sr{color:#e92e2e!important}.pl-sr .pl-cce{color:#366f1a!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src,.pl-st{color:#e92e2e!important}.pl-stj{color:#606060!important}.pl-sv{color:#39946a!important}.pl-v{color:#5d90cd!important}.pl-vo,.pl-vpf{color:#606060!important}.pl-mdht,.pl-mi1{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#fff!important;background:#e92e2e!important}.pl-bu,.pl-ii{color:#ddd!important;background:#e92e2e!important}.highlight .pl-corl span.x,.pl-corl{color:#e92e2e!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#929292!important;color:#191919!important}"
- },
- {
- "name": "Cobalt",
- "label": "Cobalt",
- "value": "/*! GitHub: Cobalt */:root{--ghd-code-background:#002240;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#08f!important;font-style:italic!important}.pl-c1{color:#ff628c!important}.pl-e,.pl-en{color:#ff9d00!important}.pl-ent{color:#fd0!important}.pl-k{color:#eb939a!important}.pl-mb{color:#ff628c!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#ff9d00!important}.pl-mh,.pl-mh .pl-en{color:#eb939a!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#ff9d00!important}.pl-mq{color:#08f!important}.pl-mr,.pl-ms{color:#ff9d00!important}.pl-pds,.pl-s,.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#3ad900!important}.pl-s1 .pl-s2{color:#ccc!important}.pl-s1 .pl-v{color:#3ad900!important}.pl-s3,.pl-sc{color:#ffb054!important}.pl-smi,.pl-smp{color:#ccc!important}.pl-sr{color:#80ffc2!important}.pl-sr .pl-cce{color:#eb939a!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#80ffc2!important}.pl-st{color:#ff9d00!important}.pl-stj{color:#ccc!important}.pl-sv{color:#ff628c!important}.pl-v{color:#fd0!important}.pl-vo,.pl-vpf{color:#ccc!important}.pl-mdht,.pl-mi1{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#f8f8f8!important;background:#800f00!important}.pl-bu,.pl-ii{color:#ff628c!important;background:#800f00!important}.highlight .pl-corl span.x,.pl-corl{color:#3ad900!important;text-decoration:underline!important}.highlight-source-js .pl-st{color:#ffee80!important}.highlight-source-css .pl-s3{color:#80ffbb!important}.highlight-text-html-basic .pl-ent{color:#9effff!important}.pl-token.active,.pl-token:hover{background:#fff!important;color:#002240!important}"
- },
- {
- "name": "GitHub-Dark",
- "label": "GitHub Dark",
- "value": "/*! GitHub: GitHub Dark */:root{--ghd-code-background:#141414;--ghd-code-color:#ccc}/*!\n * GitHub Dark v0.5.0\n * Copyright (c) 2012 - 2017 GitHub, Inc.\n * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE)\n */.pl-c{color:#959da5}.pl-c1,.pl-s .pl-v{color:#c8e1ff}.pl-e,.pl-en{color:#b392f0}.pl-s .pl-s1,.pl-smi{color:#f6f8fa}.pl-ent{color:#7bcc72}.pl-k{color:#ea4a5a}.pl-pds,.pl-s,.pl-s .pl-pse .pl-s1,.pl-sr,.pl-sr .pl-cce,.pl-sr .pl-sra,.pl-sr .pl-sre{color:#79b8ff}.pl-ml,.pl-v{color:#fb8532}.pl-bu{color:#d73a49}.pl-c2,.pl-ii{color:#fafbfc;background-color:#d73a49}.pl-c2:before{content:\"^M\"}.pl-sr .pl-cce{font-weight:700;color:#7bcc72}.pl-mh,.pl-mh .pl-en,.pl-ms{font-weight:700;color:#0366d6}.pl-mi{font-style:italic;color:#f6f8fa}.pl-mb{font-weight:700;color:#f6f8fa}.pl-md{color:#d73a49;background-color:#300}.pl-mi1{color:#7bcc72;background-color:#121}.pl-mc{color:#b08800;background-color:#261d08}.pl-mi2{color:#2f363d;background-color:#959da5}.pl-mdr{font-weight:700;color:#b392f0}.pl-mo{color:#0366d6}.pl-ba{color:#ffeef0}.pl-sg{color:#6a737d}.pl-corl{text-decoration:underline;color:#79b8ff}.pl-token.active,.pl-token:hover{background:#b392f0;color:#141414}"
- },
- {
- "name": "Idle-Fingers",
- "label": "Idle Fingers",
- "value": "/*! GitHub: Idle Fingers */:root{--ghd-code-background:#323232;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#bc9458!important;font-style:italic!important}.pl-c1{color:#6c99bb!important}.pl-cce,.pl-cn,.pl-coc{color:#cc7833!important}.pl-cos{color:#a5c261!important}.pl-e{color:#ffc66d!important}.pl-ef{color:#b83426!important}.pl-en{color:#ffc66d!important}.pl-enc{color:#cc7833!important}.pl-enf,.pl-enm{color:#b83426!important}.pl-ens{color:#cc7833!important}.pl-ent{color:#ffe5bb!important}.pl-entc,.pl-enti{color:#b83426!important}.pl-enti{font-weight:700!important}.pl-entm{color:#b83426!important}.pl-eoa{color:#ffe5bb!important}.pl-eoac,.pl-eoac .pl-pde{color:#b83426!important}.pl-eoai,.pl-eoai .pl-pde{color:#ffe5bb!important}.pl-eoi{color:#b83426!important}.pl-k{color:#cc7833!important}.pl-ko,.pl-kolp{color:#ffe5bb!important}.pl-kos,.pl-kou{color:#cc7833!important}.pl-mai .pl-sf{color:#b83426!important}.pl-mb{color:#a5c261!important;font-weight:700!important}.pl-mc{color:#ffe5bb!important}.pl-mh .pl-pdh{color:#cc7833!important}.pl-mi{color:#ffe5bb!important;font-style:italic!important}.pl-ml{color:#a5c261!important}.pl-mm{color:#b83426!important}.pl-mp,.pl-mp1 .pl-sf,.pl-mq{color:#cc7833!important}.pl-mr,.pl-ms{color:#ffe5bb!important}.pl-pdb{color:#a5c261!important;font-weight:700!important}.pl-pdc{color:#bc9458!important;font-style:italic!important}.pl-pdc1{color:#6c99bb!important}.pl-pde{color:#cc7833!important}.pl-pdi{color:#ffe5bb!important;font-style:italic!important}.pl-pds{color:#a5c261!important}.pl-pdv{color:#b83426!important}.pl-pse,.pl-pse .pl-s2,.pl-s{color:#cc7833!important}.pl-s1{color:#a5c261!important}.pl-s2{color:#fff!important}.pl-mp .pl-s3{color:#cc7833!important}.pl-s3{color:#ffe5bb!important}.pl-sc{color:#ffc66d!important}.pl-scp{color:#6c99bb!important}.pl-sf{color:#ffc66d!important}.pl-smc{color:#b83426!important}.pl-smi,.pl-smp{color:#ffc66d!important}.pl-sok{color:#ffe5bb!important}.pl-sol{color:#a5c261!important}.pl-som,.pl-sr{color:#b83426!important}.pl-sra,.pl-src,.pl-sre{color:#cc3!important}.pl-st{color:#cc7833!important}.pl-stj{color:#fff!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#cc7833!important}.pl-vo{color:#fff!important}.pl-vpf{color:#cc7833!important}.pl-mdht,.pl-mi1{color:#a5c261!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#b83426!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#cc7833!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#ffc66d!important;font-weight:400!important}.pl-bu,.pl-ii{background-color:#b83426!important;color:#fff!important}.pl-mo{color:#ffc66d!important}.pl-mri{color:#cc7833!important}.pl-ms1{background-color:#ffc66d!important}.pl-va,.pl-vpu{color:#cc7833!important}.pl-entl{color:#ffc66d!important}.highlight .pl-corl span.x,.pl-corl{color:#cc7833!important;text-decoration:underline!important}.highlight-text-html-basic .pl-ent{color:#cc7833!important}.pl-token.active,.pl-token:hover{background:#ffc66f!important;color:#323232!important}"
- },
- {
- "name": "KR-theme",
- "label": "KR theme",
- "value": "/*! GitHub: KR theme */:root{--ghd-code-background:#0b0a09;--ghd-code-color:#fcffe0}.pl-c,.pl-c span{color:#706d5b!important;font-style:italic!important}.pl-c1{color:rgba(210,117,24,.76)!important}.pl-e,.pl-en{color:#fcffe0!important}.pl-ent{color:#babd9c!important}.pl-k{color:#949c8b!important}.pl-mb{color:rgba(210,117,24,.76)!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#949c8b!important}.pl-mh,.pl-mh .pl-en{color:#9fc28a!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#949c8b!important}.pl-mq{color:#706d5b!important}.pl-mr,.pl-ms{color:#949c8b!important}.pl-pds{color:rgba(164,161,181,.8)!important}.pl-s{color:#949c8b!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:rgba(164,161,181,.8)!important}.pl-s1 .pl-s2{color:#babd9c!important}.pl-s1 .pl-v{color:#949c8b!important}.pl-s3{color:#85873a!important}.pl-sc{color:#fcffe0!important}.pl-smi,.pl-smp{color:#babd9c!important}.pl-sr{color:rgba(125,255,192,.65)!important}.pl-sr .pl-cce{color:#9fc28a!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:rgba(125,255,192,.65)!important}.pl-st{color:#949c8b!important}.pl-stj{color:#babd9c!important}.pl-sv{color:rgba(210,117,24,.76)!important}.pl-v{color:#fcffe0!important}.pl-vo,.pl-vpf{color:#d1a796!important}.pl-mdht,.pl-mi1{color:#f8f8f8!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#f8f8f8!important;background:#a41300!important}.pl-bu,.pl-ii{color:#d1a796!important;background:#a41300!important}.highlight .pl-corl span.x,.pl-corl{color:#949c8b!important;text-decoration:underline!important}.highlight-source-js .pl-s3,.highlight-source-js .pl-v{color:#ff80e1!important}.highlight-source-js .pl-st{color:#ffee80!important}.pl-token.active,.pl-token:hover{background:#fcffe0!important;color:#0b0a09!important}"
- },
- {
- "name": "Merbivore-Soft",
- "label": "Merbivore Soft",
- "value": "/*! GitHub: Merbivore Soft */:root{--ghd-code-background:#1c1c1c;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#ad2ea4!important;font-style:italic!important}.pl-c1{color:#b3e5b4!important}.pl-e,.pl-en{color:#e1c582!important}.pl-ent{font-style:italic!important}.pl-ent,.pl-k{color:#fc6f09!important}.pl-mb{color:#8ec65f!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#fc6f09!important}.pl-mh,.pl-mh .pl-en{color:#8ec65f!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#fc6f09!important}.pl-mq{color:#ad2ea4!important}.pl-mr,.pl-ms{color:#fc6f09!important}.pl-pds{color:#8ec65f!important}.pl-s{color:#fc6f09!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#8ec65f!important}.pl-s1 .pl-s2,.pl-s1 .pl-v{color:#fc6f09!important}.pl-s3{color:#e6e1dc!important}.pl-sc{color:#68c1d8!important}.pl-smi,.pl-smp,.pl-sr{color:#fc6f09!important}.pl-sr .pl-cce{color:#b3e5b4!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#e1c582!important}.pl-st,.pl-stj{color:#fc6f09!important}.pl-sv{color:#8ec65f!important}.pl-v{color:#fc6f09!important}.pl-vo,.pl-vpf{color:#e6e1dc!important}.pl-mdht,.pl-mi1{color:#e6e1dc!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#e6e1dc!important;background:#fe3838!important}.pl-bu,.pl-ii{color:#fff!important;background:#fe3838!important}.highlight .pl-corl span.x,.pl-corl{color:#fc6f09!important;text-decoration:underline!important}.highlight-source-css .pl-e{color:#e6e1dc!important}.highlight-source-js .pl-c1{color:#e1c582!important}.highlight-source-js .pl-sc{color:#e6e1dc!important}.highlight-text-html-php .pl-s3{color:#fc6f09!important}.highlight-source-css .pl-s3{color:#68c1d8!important}.highlight-source-python .pl-c1{color:#e1c582!important}.pl-token.active,.pl-token:hover{background:#fc6f09!important;color:#e6e1dc!important}"
- },
- {
- "name": "Merbivore",
- "label": "Merbivore",
- "value": "/*! GitHub: Merbivore */:root{--ghd-code-background:#161616;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#ad2ea4!important;font-style:italic!important}.pl-c1{color:#519f50!important}.pl-e,.pl-en{color:#fdc251!important}.pl-ent,.pl-k{color:#fc6f09!important}.pl-mb{color:#8dff0a!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#fc6f09!important}.pl-mh,.pl-mh .pl-en{color:#8dff0a!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#fc6f09!important}.pl-mq{color:#ad2ea4!important}.pl-mr,.pl-ms{color:#fc6f09!important}.pl-pds{color:#8dff0a!important}.pl-s{color:#fc6f09!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#8dff0a!important}.pl-s1 .pl-s2,.pl-s1 .pl-v{color:#fc6f09!important}.pl-s3{color:#e6e1dc!important}.pl-sc{color:#1edafb!important}.pl-smi,.pl-smp,.pl-sr{color:#fc6f09!important}.pl-sr .pl-cce{color:#519f50!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#fdc251!important}.pl-st,.pl-stj{color:#fc6f09!important}.pl-sv{color:#8dff0a!important}.pl-v{color:#fc6f09!important}.pl-vo,.pl-vpf{color:#e6e1dc!important}.pl-mdht,.pl-mi1{color:#e6e1dc!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#e6e1dc!important;background:#900!important}.pl-bu,.pl-ii{color:#fff!important;background:#900!important}.highlight .pl-corl span.x,.pl-corl{color:#fc6f09!important;text-decoration:underline!important}.highlight-source-css .pl-e{color:#e6e1dc!important}.highlight-source-js .pl-c1{color:#fdc251!important}.highlight-source-js .pl-sc{color:#e6e1dc!important}.highlight-text-html-php .pl-s3{color:#fc6f09!important}.highlight-source-css .pl-s3{color:#1edafb!important}.highlight-source-python .pl-c1{color:#fdc251!important}.pl-token.active,.pl-token:hover{background:#fc6f09!important;color:#e6e1dc!important}"
- },
- {
- "name": "Mono-Industrial-clear",
- "label": "Mono Industrial clear",
- "value": "/*! GitHub: Mono Industrial clear */:root{--ghd-code-background:#222c28;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#666c68!important;background-color:#304830!important}.pl-c1{color:#e98800!important}.pl-e,.pl-en{color:#a8b3ab!important}.pl-ent,.pl-k{color:#a39e64!important}.pl-mb{color:#e98800!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#a39e64!important}.pl-mh,.pl-mh .pl-en{color:#5778b6!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#a39e64!important}.pl-mq{color:#666c68!important}.pl-mr,.pl-ms{color:#a39e64!important}.pl-pds{color:#fff!important}.pl-s{color:#c23b00!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#fff!important}.pl-s1 .pl-s2{color:#c23b00!important}.pl-s1 .pl-v{color:#a39e64!important}.pl-s3{color:#5778b6!important}.pl-sc{color:#fff!important}.pl-smi,.pl-smp{color:#c23b00!important}.pl-sr{color:#fff!important;background-color:#151c19!important}.pl-sr .pl-cce{color:#5778b6!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src,.pl-st,.pl-stj{color:#c23b00!important}.pl-sv{color:#e98800!important}.pl-v{color:#5778b6!important}.pl-vo{color:#a8b3ab!important}.pl-vpf{color:#5778b6!important}.pl-mi1{background:rgba(0,150,0,.68)!important}.pl-mdht,.pl-mi1{color:#fff!important}.pl-mdht{background:rgba(0,153,0,.68)!important}.pl-md,.pl-mdhf{color:#fff!important;background:rgba(153,0,0,.68)!important}.pl-bu,.pl-ii{color:#fff!important;background:#c23b00!important}.highlight .pl-corl span.x,.pl-corl{color:#c23b00!important;text-decoration:underline!important}.highlight-source-css .pl-ent{color:#e98800!important}.highlight-text-html-php .pl-s,.highlight-text-html-php .pl-st{color:#a39e64!important}.highlight-text-html-php .pl-s3{color:#588e60!important}.highlight-source-python .pl-st{color:#a39e64!important}.pl-token.active,.pl-token:hover{background:#fff!important;color:#222c28!important}"
- },
- {
- "name": "Mono-Industrial",
- "label": "Mono Industrial",
- "value": "/*! GitHub: Mono Industrial */:root{--ghd-code-background:#222c28;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#666c68!important;background-color:#151c19!important}.pl-c1{color:#e98800!important}.pl-e,.pl-en{color:#a8b3ab!important}.pl-ent,.pl-k{color:#a39e64!important}.pl-mb{color:#e98800!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#a39e64!important}.pl-mh,.pl-mh .pl-en{color:#5778b6!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#a39e64!important}.pl-mq{color:#666c68!important}.pl-mr,.pl-ms{color:#a39e64!important}.pl-pds{color:#fff!important}.pl-s{color:#c23b00!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#fff!important}.pl-s1 .pl-s2{color:#c23b00!important}.pl-s1 .pl-v{color:#a39e64!important}.pl-s3{color:#5778b6!important}.pl-sc{color:#fff!important}.pl-smi,.pl-smp{color:#c23b00!important}.pl-sr{color:#fff!important;background-color:#151c19!important}.pl-sr .pl-cce{color:#5778b6!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src,.pl-st,.pl-stj{color:#c23b00!important}.pl-sv{color:#e98800!important}.pl-v{color:#5778b6!important}.pl-vo{color:#a8b3ab!important}.pl-vpf{color:#5778b6!important}.pl-mdht,.pl-mi1{color:#fff!important;background:rgba(0,153,0,.68)!important}.pl-md,.pl-mdhf{color:#fff!important;background:rgba(153,0,0,.68)!important}.pl-bu,.pl-ii{color:#fff!important;background:#c23b00!important}.highlight .pl-corl span.x,.pl-corl{color:#c23b00!important;text-decoration:underline!important}.highlight-source-css .pl-ent{color:#e98800!important}.highlight-text-html-php .pl-s,.highlight-text-html-php .pl-st{color:#a39e64!important}.highlight-text-html-php .pl-s3{color:#588e60!important}.highlight-source-python .pl-st{color:#a39e64!important}.pl-token.active,.pl-token:hover{background:#fff!important;color:#222c28!important}"
- },
- {
- "name": "Monokai---Spacegray-Eighties",
- "label": "Monokai - Spacegray Eighties",
- "value": "/*! GitHub: Monokai - Spacegray Eighties */:root{--ghd-code-background:#1c1c1c;--ghd-code-color:#f8f8f8}.pl-c,.pl-c span{color:grey!important}.pl-c1,.pl-cce{color:#66d9ef!important}.pl-cn,.pl-coc{color:#ae81ff!important}.pl-cos{color:#e6db74!important}.pl-e{color:#f92672!important}.pl-ef{color:#a6e22e!important}.pl-en{color:#f92672!important}.pl-enc{color:#66d9ef!important}.pl-enf,.pl-enm{color:#a6e22e!important}.pl-ens{color:#66d9ef!important}.pl-ent{color:#f92672!important}.pl-entc,.pl-enti{color:#a6e22e!important}.pl-enti{font-weight:700!important}.pl-entm{color:#a6e22e!important}.pl-eoa{color:#f92672!important}.pl-eoac,.pl-eoac .pl-pde{color:#a6e22e!important}.pl-eoai,.pl-eoai .pl-pde{color:#f92672!important}.pl-eoi,.pl-k{color:#a6e22e!important}.pl-ko,.pl-kolp{color:#f92672!important}.pl-kos,.pl-kou{color:#66d9ef!important}.pl-mai .pl-sf{color:#a6e22e!important}.pl-mb{color:#e6db74!important;font-weight:700!important}.pl-mc{color:#f92672!important}.pl-mh .pl-pdh{color:#66d9ef!important}.pl-mi{color:#f92672!important;font-style:italic!important}.pl-ml{color:#e6db74!important}.pl-mm{color:#a6e22e!important}.pl-mp,.pl-mp1 .pl-sf,.pl-mq{color:#66d9ef!important}.pl-mr,.pl-ms{color:#f92672!important}.pl-pdb{color:#e6db74!important;font-weight:700!important}.pl-pdc{color:#75715e!important;font-style:italic!important}.pl-pdc1{color:#ae81ff!important}.pl-pde{color:#66d9ef!important}.pl-pdi{color:#f92672!important;font-style:italic!important}.pl-pds{color:#f8f8f8!important}.pl-pdv{color:#a6e22e!important}.pl-pse,.pl-pse .pl-s2{color:#66d9ef!important}.pl-s,.pl-s1{color:#e6db74!important}.pl-s2{color:#f8f8f8!important}.pl-mp .pl-s3{color:#66d9ef!important}.pl-s3{color:#f92672!important}.pl-sc{color:#fd971f!important}.pl-scp{color:#ae81ff!important}.pl-sf{color:#fd971f!important}.pl-smc{color:#f92672!important}.pl-smi{color:#fd971f!important}.pl-smp,.pl-sok{color:#f92672!important}.pl-sol{color:#e6db74!important}.pl-som,.pl-sr{color:#a6e22e!important}.pl-sra,.pl-src,.pl-sre{color:#f92672!important}.pl-st{color:#66d9ef!important}.pl-stj{color:#f8f8f8!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#f92672!important}.pl-vo{color:#a6e22e!important}.pl-vpf{color:#f92672!important}.pl-mdht,.pl-mi1{color:#a6e22e!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#f92672!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#66d9ef!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#a6e22e!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#f92672!important;color:#272822!important}.pl-mo{color:#fd971f!important}.pl-mri{color:#66d9ef!important}.pl-ms1{background-color:#fd971f!important}.pl-va,.pl-vpu{color:#66d9ef!important}.pl-entl{color:#fd971f!important}.highlight .pl-corl span.x,.pl-corl{color:#e6db74!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#a6e22e!important;color:#1c1c1c!important}"
- },
- {
- "name": "Monokai",
- "label": "Monokai",
- "value": "/*! GitHub: Monokai */:root{--ghd-code-background:#272822;--ghd-code-color:#f8f8f2}.pl-c,.pl-c span{color:#75715e!important;font-style:italic!important}.pl-c1{color:#ae81ff!important}.pl-cce,.pl-cn,.pl-coc{color:#66d9ef!important}.pl-cos{color:#e6db74!important}.pl-e,.pl-ef,.pl-en{color:#a6e22e!important}.pl-enc{color:#66d9ef!important}.pl-enf,.pl-enm{color:#a6e22e!important}.pl-ens{color:#66d9ef!important}.pl-ent{color:#f92672!important}.pl-entc,.pl-enti{color:#a6e22e!important}.pl-enti{font-weight:700!important}.pl-entm{color:#a6e22e!important}.pl-eoa{color:#f92672!important}.pl-eoac,.pl-eoac .pl-pde{color:#a6e22e!important}.pl-eoai,.pl-eoai .pl-pde{color:#f92672!important}.pl-eoi{color:#a6e22e!important}.pl-k,.pl-ko,.pl-kolp{color:#f92672!important}.pl-kos,.pl-kou{color:#66d9ef!important}.pl-mai .pl-sf{color:#a6e22e!important}.pl-mb{color:#e6db74!important;font-weight:700!important}.pl-mc{color:#f92672!important}.pl-mh .pl-pdh{color:#66d9ef!important}.pl-mi{color:#f92672!important;font-style:italic!important}.pl-ml{color:#e6db74!important}.pl-mm{color:#a6e22e!important}.pl-mp,.pl-mp1 .pl-sf,.pl-mq{color:#66d9ef!important}.pl-mr,.pl-ms{color:#f92672!important}.pl-pdb{color:#e6db74!important;font-weight:700!important}.pl-pdc{color:#75715e!important;font-style:italic!important}.pl-pdc1{color:#ae81ff!important}.pl-pde{color:#66d9ef!important}.pl-pdi{color:#f92672!important;font-style:italic!important}.pl-pds{color:#e6db74!important}.pl-pdv{color:#a6e22e!important}.pl-pse,.pl-pse .pl-s2{color:#66d9ef!important}.pl-s,.pl-s1{color:#e6db74!important}.pl-s2{color:#f8f8f2!important}.pl-mp .pl-s3{color:#66d9ef!important}.pl-s3{color:#f92672!important}.pl-sc{color:#fd971f!important}.pl-scp{color:#ae81ff!important}.pl-sf{color:#fd971f!important}.pl-smc{color:#f92672!important}.pl-smi{color:#66d9ef!important}.pl-smp,.pl-sok{color:#f92672!important}.pl-sol{color:#e6db74!important}.pl-som,.pl-sr{color:#a6e22e!important}.pl-sra,.pl-src,.pl-sre{color:#f92672!important}.pl-st{color:#66d9ef!important}.pl-stj{color:#f8f8f2!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#66d9ef!important}.pl-vo{color:#a6e22e!important}.pl-vpf{color:#66d9ef!important}.pl-mdht,.pl-mi1{color:#a6e22e!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#f92672!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#66d9ef!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#a6e22e!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#a6e22e!important;color:#272822!important}.pl-mo{color:#fd971f!important}.pl-mri{color:#66d9ef!important}.pl-ms1{background-color:#fd971f!important}.pl-va,.pl-vpu{color:#66d9ef!important}.pl-entl{color:#fd971f!important}.highlight .pl-corl span.x,.pl-corl{color:#e6db74!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#a6e22e!important;color:#272822!important}"
- },
- {
- "name": "Obsidian",
- "label": "Obsidian",
- "value": "/*! GitHub: Obsidian */:root{--ghd-code-background:#293134;--ghd-code-color:#e0e2e4}.pl-c,.pl-c span{color:#66747b!important;font-style:italic!important}.pl-c1{color:#ffcd22!important}.pl-e,.pl-en{color:#93c763!important}.pl-ent,.pl-k{color:#e0e2e4!important}.pl-mb{color:#ec7600!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#93c763!important}.pl-mh,.pl-mh .pl-en{color:#66747b!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#93c763!important}.pl-mq{color:#66747b!important}.pl-mr,.pl-ms{color:#93c763!important}.pl-pds,.pl-s{color:#ec7600!important}.pl-s1{color:#e0e2e4!important}.pl-s1 .pl-pse .pl-s2{color:#ec7600!important}.pl-s1 .pl-s2{color:#e0e2e4!important}.pl-s1 .pl-v,.pl-s3{color:#93c763!important}.pl-sc{color:#96989a!important}.pl-smi,.pl-smp{color:#e0e2e4!important}.pl-sr{color:#d39745!important}.pl-sr .pl-cce{color:#ffcd22!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#d39745!important}.pl-st{color:#da4236!important}.pl-stj{color:#e0e2e4!important}.pl-sv{color:#ec7600!important}.pl-v{color:#678cb1!important}.pl-vo,.pl-vpf{color:#e0e2e4!important}.pl-mdht,.pl-mi1{color:#e0e2e4!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#e0e2e4!important;background:rgba(64,0,0,.5)!important}.pl-bu,.pl-ii{color:#da4236!important;background:#400000!important}.highlight .pl-corl span.x,.pl-corl{color:#ec7600!important;text-decoration:underline!important}.pl-c1>.pl-c1{color:#678cb1!important}.pl-token.active,.pl-token:hover{background:#678cb1!important;color:#e0e2e4!important}"
- },
- {
- "name": "One-Dark",
- "label": "One Dark",
- "value": "/*! GitHub: One Dark */:root{--ghd-code-background:#141414;--ghd-code-color:#abb2bf}.pl-c,.pl-c span{color:#5c6370!important;font-style:italic!important}.pl-c1{color:#d19a66!important}.pl-sr .pl-cce{color:#56b6c2!important;font-weight:400!important}.pl-cn,.pl-e{color:#d19a66!important}.pl-ef{color:#61afef!important}.pl-en{color:#d19a66!important}.pl-enc{color:#e5c07b!important}.pl-enf{color:#61afef!important}.pl-enm{color:#abb2bf!important}.pl-ens{color:#be5046!important}.pl-ent{color:#e06c75!important}.pl-entc{color:#e5c07b!important}.pl-enti{color:#56b6c2!important}.pl-entm{color:#e06c75!important}.pl-eoa,.pl-eoac,.pl-eoac .pl-pde{color:#d19a66!important}.pl-eoai{color:#61afef!important}.pl-eoi{color:#98c379!important}.pl-k{color:#c678dd!important}.pl-ko{color:#abb2bf!important}.pl-kolp{color:#c678dd!important}.pl-kos{color:#61afef!important}.pl-kou{color:#d19a66!important}.pl-mai .pl-sf{color:#56b6c2!important}.pl-mb{color:#d19a66!important;font-weight:700!important}.pl-mc{color:#c678dd!important}.pl-mh{color:#e06c75!important}.pl-mh .pl-pdh{color:#61afef!important}.pl-mi{color:#c678dd!important;font-style:italic!important}.pl-ml{color:#56b6c2!important}.pl-mm{color:#d19a66!important}.pl-mp{color:#828997!important}.pl-mp1 .pl-sf{color:#abb2bf!important}.pl-mq{color:#d19a66!important}.pl-mr{color:#61afef!important}.pl-ms{color:#abb2bf!important}.pl-pdb{color:#e5c07b!important;font-weight:700!important}.pl-pdc{color:#5c6370!important;font-style:italic!important}.pl-pdc1{color:#abb2bf!important}.pl-pde,.pl-pdi{color:#c678dd!important}.pl-pdi{font-style:italic!important}.pl-pds{color:#98c379!important}.pl-pdv{color:#e06c75!important}.pl-pse .pl-s1{color:#98c379!important}.pl-pse .pl-s2{color:#e5c07b!important}.pl-s,.pl-s1{color:#98c379!important}.pl-s2{color:#e5c07b!important}.pl-mp .pl-s3,.pl-s3{color:#d19a66!important}.pl-sc{color:#e5c07b!important}.pl-scp{color:#abb2bf!important}.pl-sf{color:#56b6c2!important}.pl-smc{color:#abb2bf!important}.pl-smi{color:#e06c75!important}.pl-smp{color:#e5c07b!important}.pl-sok{color:#d19a66!important}.pl-sol{color:#e06c75!important}.pl-som{color:#abb2bf!important}.pl-sr,.pl-sr .pl-sra,.pl-src{color:#56b6c2!important}.pl-sr .pl-sre{color:#e5c07b!important}.pl-st{color:#56b6c2!important}.pl-stj{color:#e5c07b!important}.pl-stp{color:#828997!important}.pl-sv{color:#d19a66!important}.pl-v{color:#e5c07b!important}.pl-vi{color:#be5046!important}.pl-vo{color:#56b6c2!important}.pl-vpf{color:#abb2bf!important}.pl-mdht,.pl-mi1{color:#98c379!important;background:#020!important}.pl-md,.pl-mdhf{color:#e06c75!important;background:#200!important}.pl-mdr{color:#abb2bf!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#e06c75!important;font-weight:400!important}.pl-corl{color:#e06c75!important;text-decoration:underline!important}.pl-ib{background-color:#e06c75!important}.pl-bu,.pl-ii{background-color:#e05252!important}.pl-mo{color:#abb2bf!important}.pl-mri{color:#98c379!important}.pl-ms1{background-color:#373b41!important}.pl-ms1,.pl-va,.pl-vpu{color:#abb2bf!important}.pl-entl{color:#e06c75!important}.pl-token.active,.pl-token:hover{background:#61afef!important;color:#141414!important}"
- },
- {
- "name": "Pastel-on-Dark",
- "label": "Pastel on Dark",
- "value": "/*! GitHub: Pastel on Dark */:root{--ghd-code-background:#2c2828;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#a6c6ff!important;font-style:italic!important}.pl-c1{color:#a5c261!important}.pl-cce{color:#afa472!important}.pl-cn{color:#ccc!important}.pl-coc{color:#757ad8!important}.pl-cos{color:#66a968!important}.pl-e{color:#e6e1dc!important}.pl-ef{color:#aeb2f8!important}.pl-en{color:#e6e1dc!important}.pl-enc{color:#757ad8!important}.pl-enf,.pl-enm{color:#aeb2f8!important}.pl-ens{color:#757ad8!important}.pl-ent{color:#6782d3!important}.pl-entc,.pl-enti{color:#aeb2f8!important}.pl-enti{font-weight:700!important}.pl-entm{color:#aeb2f8!important}.pl-eoa{color:#e6e1dc!important}.pl-eoac,.pl-eoac .pl-pde{color:#aeb2f8!important}.pl-eoai,.pl-eoai .pl-pde{color:#e6e1dc!important}.pl-eoi{color:#aeb2f8!important}.pl-k{color:#757ad8!important}.pl-ko,.pl-kolp{color:#e6e1dc!important}.pl-kos,.pl-kou{color:#757ad8!important}.pl-mai .pl-sf{color:#aeb2f8!important}.pl-mb{color:#66a968!important;font-weight:700!important}.pl-mc{color:#e6e1dc!important}.pl-mh .pl-pdh{color:#757ad8!important}.pl-mi{color:#e6e1dc!important;font-style:italic!important}.pl-ml{color:#66a968!important}.pl-mm{color:#aeb2f8!important}.pl-mp,.pl-mp1 .pl-sf,.pl-mq{color:#757ad8!important}.pl-mr,.pl-ms{color:#e6e1dc!important}.pl-pdb{color:#66a968!important;font-weight:700!important}.pl-pdc{color:#a6c6ff!important;font-style:italic!important}.pl-pdc1{color:#4fb7c5!important}.pl-pde{color:#757ad8!important}.pl-pdi{color:#e6e1dc!important;font-style:italic!important}.pl-pds{color:#ad9361!important}.pl-pdv{color:#aeb2f8!important}.pl-pse,.pl-pse .pl-s2,.pl-s{color:#757ad8!important}.pl-s1{color:#ad9361!important}.pl-s2{color:#8f938f!important}.pl-mp .pl-s3{color:#757ad8!important}.pl-s3{color:#e6e1dc!important}.pl-sc{color:#757ad8!important}.pl-scp{color:#4fb7c5!important}.pl-sf{color:#bebf55!important}.pl-smc{color:#aeb2f8!important}.pl-smi,.pl-smp{color:#bebf55!important}.pl-sok{color:#e6e1dc!important}.pl-sol{color:#66a968!important}.pl-som,.pl-sr{color:#aeb2f8!important}.pl-sra{color:#797878!important}.pl-src,.pl-sre{color:#e9c062!important}.pl-st{color:#a5c261!important}.pl-stj{color:#8f938f!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#757ad8!important}.pl-vo{color:#a5c261!important}.pl-vpf{color:#757ad8!important}.pl-mdht,.pl-mi1{color:#66a968!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#aeb2f8!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#757ad8!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#bebf55!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#aeb2f8!important;color:#fff!important}.pl-mo{color:#bebf55!important}.pl-mri{color:#757ad8!important}.pl-ms1{background-color:#bebf55!important}.pl-va,.pl-vpu{color:#757ad8!important}.pl-entl{color:#bebf55!important}.highlight .pl-corl span.x,.pl-corl{color:#757ad8!important;text-decoration:underline!important}.highlight-source-css .pl-v{color:#ad9361!important}.highlight-text-html-basic .pl-e{color:#6782d3!important}.highlight-text-tex .pl-s3{color:#757ad8!important}.pl-token.active,.pl-token:hover{background:#757ad8!important;color:#e6e1dc!important}"
- },
- {
- "name": "Railscasts",
- "label": "Railscasts",
- "value": "/*! GitHub: Railscasts */:root{--ghd-code-background:#282828;--ghd-code-color:#e6e1dc}.pl-c,.pl-c span{color:#bc9458!important;font-style:italic!important}.pl-c1{color:#6d9cbe!important}.pl-sr .pl-cce{font-weight:400!important}.pl-cn,.pl-sr .pl-cce{color:#a5c261!important}.pl-coc{color:#6d9cbe!important}.pl-cos{color:#cc7833!important}.pl-e,.pl-ef,.pl-en{color:#ffc66d!important}.pl-enc{color:#fff!important}.pl-enf,.pl-enm{color:#ffc66d!important}.pl-ens,.pl-ent{color:#fff!important}.pl-entc,.pl-enti{color:#ffc66d!important}.pl-enti{font-weight:700!important}.pl-entm{color:#ffc66d!important}.pl-eoa{color:#fff!important}.pl-eoac,.pl-eoac .pl-pde{color:#ffc66d!important}.pl-eoai,.pl-eoai .pl-pde{color:#fff!important}.pl-eoi{color:#ffc66d!important}.pl-k,.pl-ko,.pl-kolp{color:#cc7833!important}.pl-kos,.pl-kou{color:#6d9cbe!important}.pl-mai .pl-sf{color:#ffc66d!important}.pl-mb{color:#cc7833!important;font-weight:700!important}.pl-mc,.pl-mh{color:#fff!important}.pl-mh{font-weight:400!important}.pl-mh .pl-pdh{color:#fff!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml{color:#cc7833!important}.pl-mm{color:#ffc66d!important}.pl-mp{color:#fff!important}.pl-mp1 .pl-sf{color:#ffc66d!important}.pl-mq{color:#fff!important}.pl-mr,.pl-ms,.pl-pdb{color:#cc7833!important}.pl-pdb{font-weight:700!important}.pl-pdc{color:#bc9458!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#fff!important}.pl-pdi{font-style:italic!important}.pl-pdi,.pl-pds{color:#cc7833!important}.pl-pdv{color:#ffc66d!important}.pl-pse,.pl-pse .pl-s1{color:#a5c261!important}.pl-pse .pl-s2{color:#e6e1dc!important}.pl-s{color:#a5c261!important}.pl-s1{color:#cc7833!important}.pl-s2{color:#ccc!important}.pl-mp .pl-s3,.pl-s3,.pl-sc{color:#cc7833!important}.pl-scp{color:#fff!important}.pl-sf{color:#cc7833!important}.pl-smc{color:#da4939!important}.pl-smi{color:#d0d0ff!important}.pl-smp{color:#ccc!important}.pl-sok{color:#da4939!important}.pl-sol{color:#cc7833!important}.pl-som,.pl-sr{color:#ffc66d!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#da4939!important}.pl-st{color:#cc7833!important}.pl-stj{color:#ccc!important}.pl-stp,.pl-sv{color:#cc7833!important}.pl-v{color:#d0d0ff!important}.pl-vi{color:#cc7833!important}.pl-vo{color:#ffc66d!important}.pl-vpf{color:#cc7833!important}.pl-mi1{color:#a6e22e!important;background:#200!important}.pl-mdht{color:#e6e1dc!important;background:#2f33ab!important}.pl-md{color:#f92672!important;background:#200!important}.pl-mdhf{color:#e6e1dc!important;background:#2f33ab!important}.pl-mdr{color:#fff!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#ffc66d!important;font-weight:400!important}.pl-corl{text-decoration:underline!important}.pl-bu,.pl-ii{background-color:#900!important;color:#fff!important}.pl-mo{color:#969896!important}.pl-mri{color:teal!important}.pl-ms1{background-color:#f5f5f5!important}.pl-va,.pl-vpu{color:teal!important}.pl-entl{color:#ccc!important}.highlight .pl-corl span.x,.pl-corl{color:#a5c261!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#ffc66d!important;color:#282828!important}"
- },
- {
- "name": "Solarized-Dark",
- "label": "Solarized Dark",
- "value": "/*! GitHub: Solarized Dark */:root{--ghd-code-background:#002b36;--ghd-code-color:#839496}.pl-c,.pl-c span{color:#586e75!important;font-style:italic!important}.pl-c1{color:#2aa198!important}.pl-e,.pl-en,.pl-ent{color:#268bd2!important}.pl-k{color:#859900!important}.pl-mb{color:#2aa198!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#859900!important}.pl-mh,.pl-mh .pl-en{color:#cb4b16!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#859900!important}.pl-mq{color:#586e75!important}.pl-mr,.pl-ms{color:#859900!important}.pl-pds{color:#2aa198!important}.pl-s{color:#268bd2!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#2aa198!important}.pl-s1 .pl-s2{color:#839496!important}.pl-s1 .pl-v,.pl-s3{color:#859900!important}.pl-sc{color:#cb4b16!important}.pl-smi,.pl-smp{color:#839496!important}.pl-sr{color:#d30102!important}.pl-sr .pl-cce{color:#cb4b16!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#d30102!important}.pl-st{color:#dc322f!important}.pl-stj{color:#839496!important}.pl-sv{color:#2aa198!important}.pl-v{color:#268bd2!important}.pl-vo,.pl-vpf{color:#839496!important}.pl-mdht,.pl-mi1{color:#839496!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#839496!important;background:rgba(64,0,0,.5)!important}.pl-bu,.pl-ii{color:#839496!important;background:#400000!important}.highlight .pl-corl span.x,.pl-corl{color:#268bd2!important;text-decoration:underline!important}.highlight-source-css .pl-k{color:#586e75!important}.highlight-source-c\\+\\+ .pl-s{color:#dc322f!important}.pl-token.active,.pl-token:hover{background:#268bd2!important;color:#002b36!important}"
- },
- {
- "name": "Terminal",
- "label": "Terminal",
- "value": "/*! GitHub: Terminal */:root{--ghd-code-background:#000;--ghd-code-color:#dedede}.pl-c,.pl-c span{color:#ff4500!important;font-style:italic!important}.pl-c1{color:#e78c45!important}.pl-e,.pl-en{color:#d54e53!important}.pl-ent,.pl-k{color:tomato!important}.pl-mb{color:#e78c45!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:tomato!important}.pl-mh,.pl-mh .pl-en{color:#b9ca4a!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:tomato!important}.pl-mq{color:#ff4500!important}.pl-mr,.pl-ms{color:tomato!important}.pl-pds{color:#b9ca4a!important}.pl-s{color:tomato!important}.pl-s1{color:#b9ca4a!important}.pl-s1 .pl-pse .pl-s2{color:#e78c45!important}.pl-s1 .pl-s2{color:#7aa6da!important}.pl-s1 .pl-v{color:tomato!important}.pl-s3{color:#d54e53!important}.pl-sc{color:#dedede!important}.pl-smi,.pl-smp{color:#7aa6da!important}.pl-sr{color:#d54e53!important}.pl-sr .pl-cce{color:#b9ca4a!important}.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#d54e53!important}.pl-st{color:tomato!important}.pl-stj{color:#7aa6da!important}.pl-sv{color:#e78c45!important}.pl-v{color:#d54e53!important}.pl-vo{color:#7aa6da!important}.pl-vpf{color:#e78c45!important}.pl-mdht,.pl-mi1{color:#dedede!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#dedede!important;background:red!important}.pl-bu,.pl-ii{color:tomato!important;background:#900!important}.highlight .pl-corl span.x,.pl-corl{color:tomato!important;text-decoration:underline!important}.highlight-source-css .pl-k{color:#dedede!important}.highlight-source-css .pl-s3,.highlight-source-css .pl-sc{color:#e7c547!important}.highlight-source-css .pl-ent{color:#dedede!important}.highlight-text-html-basic .pl-ent{color:#d54e53!important}.highlight-source-js .pl-k{color:#ff1493!important}.highlight-text-html-php .pl-s3{color:#7aa6da!important}.highlight-text-html-php .pl-vo{color:#d54e53!important}.highlight-source-python .pl-s3{color:#7aa6da!important}.pl-token.active,.pl-token:hover{background:#dedede!important;color:tomato!important}"
- },
- {
- "name": "Tomorrow-Night-Blue",
- "label": "Tomorrow Night Blue",
- "value": "/*! GitHub: Tomorrow Night Blue */:root{--ghd-code-background:#002451;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1,.pl-cce,.pl-cn,.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e,.pl-ef,.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf,.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc,.pl-enti{color:#f0c674!important}.pl-enti{font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac,.pl-eoac .pl-pde{color:#c66!important}.pl-eoai,.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k,.pl-ko,.pl-kolp{color:#b294bb!important}.pl-kos,.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp,.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr,.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse,.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi,.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som,.pl-sr{color:#c66!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mdht,.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#c66!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va,.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important}.highlight .pl-corl span.x,.pl-corl{color:#b294bb!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#f0c674!important;color:#000!important}"
- },
- {
- "name": "Tomorrow-Night-Bright",
- "label": "Tomorrow Night Bright",
- "value": "/*! GitHub: Tomorrow Night Bright */:root{--ghd-code-background:#000;--ghd-code-color:#dedede}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1,.pl-cce,.pl-cn,.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e,.pl-ef,.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf,.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc,.pl-enti{color:#f0c674!important}.pl-enti{font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac,.pl-eoac .pl-pde{color:#c66!important}.pl-eoai,.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k,.pl-ko,.pl-kolp{color:#b294bb!important}.pl-kos,.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp,.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr,.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse,.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi,.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som,.pl-sr{color:#c66!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mdht,.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#c66!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va,.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important}.highlight .pl-corl span.x,.pl-corl{color:#b294bb!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#f0c674!important;color:#000!important}"
- },
- {
- "name": "Tomorrow-Night-Eighties",
- "label": "Tomorrow Night Eighties",
- "value": "/*! GitHub: Tomorrow Night Eighties */:root{--ghd-code-background:#000;--ghd-code-color:#ccc}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1,.pl-cce,.pl-cn,.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e,.pl-ef,.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf,.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc,.pl-enti{color:#f0c674!important}.pl-enti{font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac,.pl-eoac .pl-pde{color:#c66!important}.pl-eoai,.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k,.pl-ko,.pl-kolp{color:#b294bb!important}.pl-kos,.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp,.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr,.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse,.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi,.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som,.pl-sr{color:#c66!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mdht,.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#c66!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va,.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important}.highlight .pl-corl span.x,.pl-corl{color:#b294bb!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#f0c674!important;color:#000!important}"
- },
- {
- "name": "Tomorrow-Night",
- "label": "Tomorrow Night",
- "value": "/*! GitHub: Tomorrow Night */:root{--ghd-code-background:#1d1f21;--ghd-code-color:#c5c8c6}.pl-c,.pl-c span{color:#969896!important;font-style:italic!important}.pl-c1,.pl-cce,.pl-cn,.pl-coc{color:#de935f!important}.pl-cos{color:#b5bd68!important}.pl-e,.pl-ef,.pl-en{color:#f0c674!important}.pl-enc{color:#de935f!important}.pl-enf,.pl-enm{color:#f0c674!important}.pl-ens{color:#de935f!important}.pl-ent{color:#b294bb!important}.pl-entc,.pl-enti{color:#f0c674!important}.pl-enti{font-weight:700!important}.pl-entm{color:#c66!important}.pl-eoa{color:#b294bb!important}.pl-eoac,.pl-eoac .pl-pde{color:#c66!important}.pl-eoai,.pl-eoai .pl-pde{color:#b294bb!important}.pl-eoi{color:#f0c674!important}.pl-k,.pl-ko,.pl-kolp{color:#b294bb!important}.pl-kos,.pl-kou{color:#de935f!important}.pl-mai .pl-sf{color:#c66!important}.pl-mb{color:#b5bd68!important;font-weight:700!important}.pl-mc{color:#b294bb!important}.pl-mh .pl-pdh{color:#de935f!important}.pl-mi{color:#b294bb!important;font-style:italic!important}.pl-ml{color:#b5bd68!important}.pl-mm{color:#c66!important}.pl-mp,.pl-mp1 .pl-sf{color:#81a2be!important}.pl-mq{color:#de935f!important}.pl-mr,.pl-ms{color:#b294bb!important}.pl-pdb{color:#b5bd68!important;font-weight:700!important}.pl-pdc{color:#969896!important;font-style:italic!important}.pl-pdc1,.pl-pde{color:#de935f!important}.pl-pdi{color:#b294bb!important;font-style:italic!important}.pl-pds{color:#b5bd68!important}.pl-pdv{color:#c66!important}.pl-pse,.pl-pse .pl-s2{color:#de935f!important}.pl-s{color:#b294bb!important}.pl-s1{color:#b5bd68!important}.pl-s2{color:#c5c8c6!important}.pl-mp .pl-s3{color:#b294bb!important}.pl-s3{color:#81a2be!important}.pl-sc{color:#c5c8c6!important}.pl-scp{color:#de935f!important}.pl-sf{color:#dad085!important}.pl-smc{color:#f0c674!important}.pl-smi,.pl-smp{color:#c5c8c6!important}.pl-sok{color:#b294bb!important}.pl-sol{color:#b5bd68!important}.pl-som,.pl-sr{color:#c66!important}.pl-sra,.pl-src,.pl-sre,.pl-st{color:#b294bb!important}.pl-stj{color:#c5c8c6!important}.pl-stp,.pl-sv,.pl-v,.pl-vi{color:#de935f!important}.pl-vo{color:#c66!important}.pl-vpf{color:#de935f!important}.pl-mdht,.pl-mi1{color:#8f9d6a!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#c66!important;background:rgba(64,0,0,.5)!important}.pl-mdr{color:#de935f!important;font-weight:400!important}.pl-mdh,.pl-mdi{color:#c66!important;font-weight:400!important}.pl-bu,.pl-ii,.pl-ii .pl-cce{background-color:#c66!important;color:#fff!important}.pl-mo{color:#c5c8c6!important}.pl-mri{color:#de935f!important}.pl-ms1{background-color:#c5c8c6!important}.pl-va,.pl-vpu{color:#de935f!important}.pl-entl{color:#c5c8c6!important}.highlight .pl-corl span.x,.pl-corl{color:#b294bb!important;text-decoration:underline!important}.pl-token.active,.pl-token:hover{background:#f0c674!important;color:#1d1f21!important}"
- },
- {
- "name": "Vibrant-Ink",
- "label": "Vibrant Ink",
- "value": "/*! GitHub: Vibrant Ink */:root{--ghd-code-background:#0f0f0f;--ghd-code-color:#fff}.pl-c,.pl-c span{color:#93c!important;font-style:italic!important}.pl-c1{color:#399!important}.pl-e,.pl-en{color:#f60!important}.pl-ent{color:#fc0!important}.pl-k{color:#9c9!important}.pl-mb{color:#6f0!important;font-weight:700!important}.pl-mdh,.pl-mdr{color:#f60!important}.pl-mh,.pl-mh .pl-en{color:#9c9!important}.pl-mh .pl-en{font-weight:700!important}.pl-mi{font-style:italic!important}.pl-mi,.pl-ml,.pl-mm,.pl-mo,.pl-mp{color:#f60!important}.pl-mq{color:#93c!important}.pl-mr,.pl-ms{color:#f60!important}.pl-pds{color:#6f0!important}.pl-s{color:#fc0!important}.pl-s1,.pl-s1 .pl-pse .pl-s2{color:#6f0!important}.pl-s1 .pl-s2{color:#399!important}.pl-s1 .pl-v{color:#f60!important}.pl-s3{color:#fc0!important}.pl-sc{color:#fff!important}.pl-smi,.pl-smp{color:#399!important}.pl-sr{color:#44b4cc!important}.pl-sr .pl-cce{color:#9c9!important}.pl-sr .pl-sra,.pl-sr .pl-sre{color:#44b4cc!important}.pl-src{color:#6f0!important}.pl-st{color:#f60!important}.pl-stj{color:#399!important}.pl-sv{color:#6f0!important}.pl-v{color:#fc0!important}.pl-vo{color:#399!important}.pl-vpf{color:#fff!important}.pl-mdht,.pl-mi1{color:#fff!important;background:rgba(0,64,0,.5)!important}.pl-md,.pl-mdhf{color:#fff!important;background:rgba(64,0,0,.5)!important}.pl-bu,.pl-ii{color:#f60!important;background:#400000!important}.highlight .pl-corl span.x,.pl-corl{color:#fc0!important;text-decoration:underline!important}.highlight-source-css .pl-c1{color:#9c9!important}.highlight-source-css .pl-ent{color:#399!important}.highlight-source-css .pl-s3{color:#fff!important}.highlight-source-css .pl-sc{color:#399!important}.highlight-text-html-basic .pl-ent{color:#f60!important}.highlight-text-html-basic .pl-e{color:#9c9!important}.highlight-source-js .pl-vpf{color:#fc0!important}.highlight-text-html-php .pl-s,.highlight-text-html-php .pl-s3{color:#f60!important}.highlight-text-html-php .pl-vo{color:#fc0!important}.highlight-source-c\\+\\+ .pl-s3{color:#fff!important}.pl-token.active,.pl-token:hover{background:#fff!important;color:#f60!important}"
- }
- ]
- },
- "syntax-codemirror": {
- "type": "select",
- "label": "CodeMirror syntax theme",
- "name": "syntax-codemirror",
- "value": null,
- "default": "Twilight",
- "options": [
- {
- "name": "Twilight",
- "label": "Twilight",
- "value": "/*! CodeMirror: Twilight */.CodeMirror-gutters{background:#222!important;border-right:1px solid #484848!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#aaa!important}.CodeMirror-cursor{border-left:1px solid #fff!important}.CodeMirror-activeline-background{background:#27282e!important}.CodeMirror-matchingbracket{outline:1px solid grey!important;color:#fff!important}.cm-keyword{color:#f9ee98!important}.cm-atom{color:#fc0!important}.cm-number{color:#ca7841!important}.cm-def{color:#8da6ce!important}.cm-variable-2,.cm-variable-3,span.cm-def,span.cm-tag{color:#607392!important}.cm-operator{color:#cda869!important}.cm-comment{color:#777!important;font-style:italic!important;font-weight:400!important}.cm-string{color:#8f9d6a!important}.cm-string-2{color:#bd6b18!important}.cm-meta{background-color:#141414!important;color:#f7f7f7!important}.cm-builtin{color:#cda869!important}.cm-tag{color:#997643!important}.cm-attribute{color:#d6bb6d!important}.cm-header{color:#ff6400!important}.cm-hr{color:#aeaeae!important}.cm-link{color:#ad9361!important;font-style:italic!important;text-decoration:none!important}.cm-error{border-bottom:1px solid red!important}"
- },
- {
- "name": "Ambiance",
- "label": "Ambiance",
- "value": "/*! CodeMirror: Ambiance */.cm-header{color:#00f!important}.cm-quote{color:#24c2c7!important}.cm-keyword{color:#cda869!important}.cm-atom{color:#cf7ea9!important}.cm-number{color:#78cf8a!important}.cm-def{color:#aac6e3!important}.cm-variable{color:#ffb795!important}.cm-variable-2{color:#eed1b3!important}.cm-variable-3{color:#faded3!important}.cm-property{color:#eed1b3!important}.cm-operator{color:#fa8d6a!important}.cm-comment{color:#555!important;font-style:italic!important}.cm-string{color:#8f9d6a!important}.cm-string-2{color:#9d937c!important}.cm-meta{color:#d2a8a1!important}.cm-qualifier{color:#ff0!important}.cm-builtin{color:#99c!important}.cm-bracket{color:#24c2c7!important}.cm-tag{color:#fee4ff!important}.cm-attribute{color:#9b859d!important}.cm-hr{color:pink!important}.cm-link{color:#f4c20b!important}.cm-special{color:#ff9d00!important}.cm-error{color:#af2018!important}.CodeMirror-matchingbracket{color:#0f0!important}.CodeMirror-nonmatchingbracket{color:#f22!important}.CodeMirror-selected{background:hsla(0,0%,100%,.15)!important}.CodeMirror-focused div.CodeMirror-selected{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:hsla(0,0%,100%,.1)!important}.CodeMirror{line-height:1.4em!important;color:#e6e1dc!important;background-color:#202020!important;-webkit-box-shadow:inset 0 0 10px #000!important;-moz-box-shadow:inset 0 0 10px #000!important;box-shadow:inset 0 0 10px #000!important}.CodeMirror-gutters{background:#3d3d3d!important;border-right:1px solid #4d4d4d!important;box-shadow:0 10px 20px #000!important}.CodeMirror-linenumber{text-shadow:0 1px 1px #4d4d4d!important;color:#111!important;padding:0 5px!important}.CodeMirror-guttermarker{color:#aaa!important}.CodeMirror-guttermarker-subtle{color:#111!important}.CodeMirror-cursor{border-left:1px solid #7991e8!important}.CodeMirror-activeline-background{background:none repeat scroll 0 0 hsla(0,0%,100%,.031)!important}"
- },
- {
- "name": "Base16-Ocean-Dark",
- "label": "Base16 Ocean Dark",
- "value": "/*! CodeMirror: Base16 Ocean Dark */.CodeMirror{background:#2b303b!important;color:#dfe1e8!important}div.CodeMirror-selected{background:#343d46!important}.CodeMirror-gutters{background:#2b303b!important;border-right:0!important}.CodeMirror-linenumber{color:#65737e!important}.CodeMirror-cursor{border-left:1px solid #a7adba!important}span.cm-comment{color:#ab7967!important}span.cm-atom,span.cm-number{color:#b48ead!important}span.cm-attribute,span.cm-property{color:#a3be8c!important}span.cm-keyword{color:#bf616a!important}span.cm-string{color:#ebcb8b!important}span.cm-variable{color:#a3be8c!important}span.cm-variable-2{color:#8fa1b3!important}span.cm-def{color:#d08770!important}span.cm-error{background:#bf616a!important;color:#a7adba!important}span.cm-bracket{color:#dfe1e8!important}span.cm-tag{color:#bf616a!important}span.cm-link{color:#b48ead!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important}"
- },
- {
- "name": "Cobalt",
- "label": "Cobalt",
- "value": "/*! CodeMirror: Cobalt */.CodeMirror{background:#002240!important;color:#fff!important}div.CodeMirror-selected{background:#b36539!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(179,101,57,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(179,101,57,.99)!important}.CodeMirror-gutters{background:#002240!important;border-right:1px solid #aaa!important}.CodeMirror-guttermarker{color:#ffee80!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#d0d0d0!important}.CodeMirror-cursor{border-left:1px solid #fff!important}.cm-comment{color:#08f!important}.cm-atom{color:#845dc4!important}.cm-number,span.cm-attribute{color:#ff80e1!important}.cm-keyword{color:#ffee80!important}.cm-string{color:#3ad900!important}.cm-meta{color:#ff9d00!important}.cm-variable-2,span.cm-tag{color:#9effff!important}.cm-variable-3,span.cm-def{color:#fff!important}.cm-bracket{color:#d8d8d8!important}.cm-builtin,span.cm-special{color:#ff9e59!important}.cm-link{color:#845dc4!important}.cm-error{color:#9d1e15!important}.CodeMirror-activeline-background{background:#002d57!important}.CodeMirror-matchingbracket{outline:1px solid grey!important;color:#fff!important}"
- },
- {
- "name": "Dracula",
- "label": "Dracula",
- "value": "/*! CodeMirror: Dracula */.CodeMirror,.CodeMirror-gutters{background-color:#282a36!important;color:#f8f8f2!important;border:none!important}.CodeMirror-gutters{color:#282a36!important}.CodeMirror-cursor{border-left:thin solid #f8f8f0!important}.CodeMirror-linenumber{color:#6d8a88!important}.CodeMirror-focused div.CodeMirror-selected{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:hsla(0,0%,100%,.1)!important}span.cm-comment{color:#6272a4!important}span.cm-string,span.cm-string-2{color:#f1fa8c!important}span.cm-number{color:#bd93f9!important}span.cm-variable{color:#50fa7b!important}span.cm-variable-2{color:#fff!important}span.cm-def{color:#ffb86c!important}span.cm-keyword,span.cm-operator{color:#ff79c6!important}span.cm-atom{color:#bd93f9!important}span.cm-meta{color:#f8f8f2!important}span.cm-tag{color:#ff79c6!important}span.cm-attribute,span.cm-qualifier{color:#50fa7b!important}span.cm-property{color:#66d9ef!important}span.cm-builtin,span.cm-variable-3{color:#50fa7b!important}.CodeMirror-activeline-background{background:hsla(0,0%,100%,.1)!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important}"
- },
- {
- "name": "Material",
- "label": "Material",
- "value": "/*! CodeMirror: Material */.CodeMirror{background-color:#263238!important;color:#e9eded!important}.CodeMirror-gutters{background:#263238!important;border:none!important}.CodeMirror-guttermarker,.CodeMirror-guttermarker-subtle,.CodeMirror-gutters,.CodeMirror-linenumber{color:#537f7e!important}.CodeMirror-cursor{border-left:1px solid #f8f8f0!important}div.CodeMirror-selected{background:hsla(0,0%,100%,.15)!important}.CodeMirror-focused div.CodeMirror-selected{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:hsla(0,0%,100%,.1)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:hsla(0,0%,100%,.1)!important}.CodeMirror-activeline-background{background:transparent!important}.cm-keyword{color:#c792ea!important}.cm-operator{color:#e9eded!important}.cm-variable-2{color:#80cbc4!important}.cm-type,.cm-variable-3{color:#82b1ff!important}.cm-builtin{color:#decb6b!important}.cm-atom,.cm-number{color:#f77669!important}.cm-def{color:#e9eded!important}.cm-string{color:#c3e88d!important}.cm-string-2{color:#80cbc4!important}.cm-comment{color:#546e7a!important}.cm-variable{color:#82b1ff!important}.cm-meta,.cm-tag{color:#80cbc4!important}.cm-attribute{color:#ffcb6b!important}.cm-property{color:#80cbae!important}.cm-qualifier,.cm-type,.cm-variable-3{color:#decb6b!important}.cm-tag{color:#ff5370!important}.cm-error{color:#fff!important;background-color:#ec5f67!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important}"
- },
- {
- "name": "Monokai---Spacegray-Eighties",
- "label": "Monokai - Spacegray Eighties",
- "value": "/*! CodeMirror: Monokai - Spacegray Eighties */.CodeMirror{background:#1c1c1c!important;color:#f8f8f8!important}.CodeMirror-selected{background:#3c3c3c!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(44,44,44,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(44,44,44,.99)!important}.CodeMirror-gutters{background:#1c1c1c!important;border-right:0!important}.CodeMirror-guttermarker{color:#b9b9b9!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#8a8a8a!important}.CodeMirror-cursor{border-left:1px solid #f8f8f0!important}.cm-comment{color:grey!important}.cm-atom,.cm-number{color:#ae81ff!important}.cm-property,span.cm-attribute{color:#a6e22e!important}.cm-keyword{color:#66d9ef!important;font-style:italic!important}.cm-builtin{color:#f8f8f8!important}.cm-string{color:#e6db74!important}.cm-variable{color:#f8f8f8!important}.cm-variable-2{color:#9effff!important}.cm-variable-3{color:#ae81ff!important}.cm-def{color:#66d9ef!important;font-style:italic!important}.cm-bracket{color:#f8f8f8!important}.cm-tag{color:#f92672!important}.cm-header,.cm-link{color:#ae81ff!important}.cm-error{background:#1e0010!important;color:#960050!important}.CodeMirror-activeline-background{background:#2c2c2c!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#f8f8f8!important}"
- },
- {
- "name": "Monokai",
- "label": "Monokai",
- "value": "/*! CodeMirror: Monokai */.CodeMirror{background:#272822!important;color:#f8f8f2!important}.CodeMirror-selected{background:#49483e!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(73,72,62,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(73,72,62,.99)!important}.CodeMirror-gutters{background:#272822!important;border-right:0!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#d0d0d0!important}.CodeMirror-cursor{border-left:1px solid #f8f8f0!important}.cm-comment{color:#75715e!important}.cm-atom,.cm-number{color:#ae81ff!important}.cm-property,span.cm-attribute{color:#a6e22e!important}.cm-keyword{color:#f92672!important}.cm-builtin{color:#66d9ef!important}.cm-string{color:#e6db74!important}.cm-variable{color:#f8f8f2!important}.cm-variable-2{color:#9effff!important}.cm-variable-3{color:#66d9ef!important}.cm-def{color:#fd971f!important}.cm-bracket{color:#f8f8f2!important}.cm-tag{color:#f92672!important}.cm-header,.cm-link{color:#ae81ff!important}.cm-error{background:#f92672!important;color:#f8f8f0!important}.CodeMirror-activeline-background{background:#373831!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important}"
- },
- {
- "name": "One-Dark",
- "label": "One Dark",
- "value": "/*! CodeMirror: One Dark */.CodeMirror,.CodeMirror-scroll{font-weight:300;background-color:#141414!important;color:#abb2bf!important}.CodeMirror-matchingbracket{color:#abb2bf!important;background-color:rgba(204,217,255,.09)!important;border-bottom:1px solid #528bff!important}.CodeMirror-selected{background:rgba(204,217,255,.05)!important}.CodeMirror-focused .CodeMirror-selected{background:rgba(204,217,255,.09)!important}.CodeMirror-lines{padding:4px 0!important}.CodeMirror pre{padding:0 4px!important}.CodeMirror-gutter,.CodeMirror-gutters{white-space:nowrap!important;border:none!important;background:transparent!important}.CodeMirror-linenumber{padding:0 30px!important;min-width:20px!important;text-align:right!important;white-space:nowrap!important;color:#393e46!important}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#ccc!important}.CodeMirror-cursor{border-left:2px solid #528bff!important}.CodeMirror-activeline{color:#5c6370!important}.CodeMirror-overwrite .CodeMirror-cursor{border-left:none!important;border-bottom:1px solid #abb2bf!important}.cm-header{color:#e06c75!important}.cm-header .cm-em{color:#c678dd!important;font-style:italic!important}.cm-header .cm-strong{color:#d19a66!important;font-weight:700!important}.cm-quote{color:#d19a66!important;font-style:italic!important}.cm-keyword{color:#c678dd!important}.cm-atom,.cm-number{color:#d19a66!important}.cm-def{color:#e06c75!important}.cm-variable{color:#e5c07b!important}.cm-variable-2{color:#d19a66!important}.cm-variable-3{color:#56b6c2!important}.cm-property{color:#d19a66!important}.cm-operator{color:#abb2bf!important}.cm-comment{color:#5c6370!important;font-style:italic!important}.cm-string,.cm-string-2{color:#98c379!important}.cm-meta,.cm-qualifier{color:#d19a66!important}.cm-builtin{color:#61afef!important}.cm-bracket{color:#abb2bf!important}.cm-tag{color:#e06c75!important}.cm-attribute{color:#d19a66!important}.cm-link{color:#e06c75!important;border-bottom:1px solid #e06c75!important;cursor:pointer!important}.cm-em{color:#c678dd!important;font-style:italic}.cm-strong{color:#e5c07b!important;font-weight:700}.cm-punctuation{color:#5c6370!important}.cm-positive{color:#98c379!important}.cm-negative{color:#e06c75!important}"
- },
- {
- "name": "Pastel-on-Dark",
- "label": "Pastel on Dark",
- "value": "/*! CodeMirror: Pastel on Dark */.CodeMirror-selected{background:rgba(221,240,255,.2)!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(221,240,255,.2)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(221,240,255,.2)!important}.CodeMirror-gutters{background:#34302f!important;border-right:0!important;padding:0 3px!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#8f938f!important}.CodeMirror-cursor{border-left:1px solid #a7a7a7!important}.cm-comment{color:#a6c6ff!important}.cm-atom{color:#de8e30!important}.cm-number{color:#ccc!important}.cm-property{color:#8f938f!important}.cm-attribute{color:#a6e22e!important}.cm-keyword{color:#aeb2f8!important}.cm-string{color:#66a968!important}.cm-variable{color:#aeb2f8!important}.cm-variable-2{color:#bebf55!important}.cm-variable-3{color:#de8e30!important}.cm-def{color:#757ad8!important}.cm-bracket{color:#f8f8f2!important}.cm-tag{color:#c1c144!important}.cm-link{color:#ae81ff!important}.cm-qualifier,span.cm-builtin{color:#c1c144!important}.cm-error{background:#757ad8!important;color:#f8f8f0!important}.CodeMirror-activeline-background{background:hsla(0,0%,100%,.031)!important}.CodeMirror-matchingbracket{border:1px solid hsla(0,0%,100%,.25)!important;color:#8f938f!important;margin:-1px -1px 0!important}"
- },
- {
- "name": "Railscasts",
- "label": "Railscasts",
- "value": "/*! CodeMirror: Railscasts */.CodeMirror{background:#2b2b2b!important;color:#f4f1ed!important}.CodeMirror-selected{background:#272935!important}.CodeMirror-gutters{background:#2b2b2b!important;border-right:0!important}.CodeMirror-linenumber{color:#5a647e!important}.CodeMirror-cursor{border-left:1px solid #d4cfc9!important}.cm-comment{color:#bc9458!important}.cm-atom,.cm-number{color:#b6b3eb!important}.cm-attribute,.cm-property{color:#a5c261!important}.cm-keyword{color:#da4939!important}.cm-string{color:#ffc66d!important}.cm-variable{color:#a5c261!important}.cm-variable-2{color:#6d9cbe!important}.cm-def{color:#cc7833!important}.cm-error{background:#da4939!important;color:#d4cfc9!important}.cm-bracket{color:#f4f1ed!important}.cm-tag{color:#da4939!important}.cm-link{color:#b6b3eb!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important}.CodeMirror-activeline-background{background:#303040!important}"
- },
- {
- "name": "Solarized-Dark",
- "label": "Solarized Dark",
- "value": "/*! CodeMirror: Solarized Dark */.CodeMirror-widget{text-shadow:none!important}.cm-header{color:#586e75!important}.cm-quote{color:#93a1a1!important}.cm-keyword{color:#cb4b16!important}.cm-atom,.cm-number{color:#d33682!important}.cm-def{color:#2aa198!important}.cm-variable{color:#839496!important}.cm-variable-2{color:#b58900!important}.cm-variable-3{color:#6c71c4!important}.cm-property{color:#2aa198!important}.cm-operator{color:#6c71c4!important}.cm-comment{color:#586e75!important;font-style:italic!important}.cm-string{color:#859900!important}.cm-string-2{color:#b58900!important}.cm-meta{color:#859900!important}.cm-qualifier{color:#b58900!important}.cm-builtin{color:#d33682!important}.cm-bracket{color:#cb4b16!important}.CodeMirror-matchingbracket{color:#859900!important}.CodeMirror-nonmatchingbracket{color:#dc322f!important}.cm-tag{color:#93a1a1!important}.cm-attribute{color:#2aa198!important}.cm-hr{color:transparent!important;border-top:1px solid #586e75!important;display:block!important}.cm-link{color:#93a1a1!important;cursor:pointer!important}.cm-special{color:#6c71c4!important}.cm-em{color:#999!important;text-decoration:underline!important;text-decoration-style:dotted!important}.cm-strong{color:#eee!important}.cm-error,.cm-invalidchar{color:#586e75!important;border-bottom:1px dotted #dc322f!important}.CodeMirror-selected{background:#073642!important}.cm-s-solarized.cm-s-dark.CodeMirror ::selection{background:rgba(7,54,66,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(7,54,66,.99)!important}.cm-s-solarized.CodeMirror{-moz-box-shadow:inset 7px 0 12px -6px #000!important;-webkit-box-shadow:inset 7px 0 12px -6px #000!important;box-shadow:inset 7px 0 12px -6px #000!important}.CodeMirror-gutters{border-right:0!important;background-color:#073642!important}.CodeMirror-linenumber{text-shadow:#021014 0 -1px!important;padding:0 5px!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#586e75!important}.CodeMirror-guttermarker{color:#ddd!important}.CodeMirror-gutter .CodeMirror-gutter-text{color:#586e75!important}.CodeMirror-cursor{border-left:1px solid #819090!important}.CodeMirror-activeline-background{background:hsla(0,0%,100%,.06)!important}"
- },
- {
- "name": "Tomorrow-Night-Bright",
- "label": "Tomorrow Night Bright",
- "value": "/*! CodeMirror: Tomorrow Night Bright */.CodeMirror-selected{background:#424242!important}.CodeMirror-gutters{background:#000!important;border-right:0!important}.CodeMirror-guttermarker{color:#e78c45!important}.CodeMirror-guttermarker-subtle{color:#777!important}.CodeMirror-linenumber{color:#424242!important}.CodeMirror-cursor{border-left:1px solid #6a6a6a!important}.cm-comment{color:#d27b53!important}.cm-atom,.cm-number{color:#a16a94!important}.cm-property,span.cm-attribute{color:#9c9!important}.cm-keyword{color:#d54e53!important}.cm-string{color:#e7c547!important}.cm-variable{color:#b9ca4a!important}.cm-variable-2{color:#7aa6da!important}.cm-def{color:#e78c45!important}.cm-bracket{color:#eaeaea!important}.cm-tag{color:#d54e53!important}.cm-link{color:#a16a94!important}.cm-error{background:#d54e53!important;color:#6a6a6a!important}.CodeMirror-activeline-background{background:#2a2a2a!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important}"
- },
- {
- "name": "Tomorrow-Night-Eighties",
- "label": "Tomorrow Night Eighties",
- "value": "/*! CodeMirror: Tomorrow Night Eighties */.CodeMirror-selected{background:#2d2d2d!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(45,45,45,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(45,45,45,.99)!important}.CodeMirror-gutters{background:#000!important;border-right:0!important}.CodeMirror-guttermarker{color:#f2777a!important}.CodeMirror-guttermarker-subtle{color:#777!important}.CodeMirror-linenumber{color:#515151!important}.CodeMirror-cursor{border-left:1px solid #6a6a6a!important}.cm-comment{color:#d27b53!important}.cm-atom,.cm-number{color:#a16a94!important}.cm-property,span.cm-attribute{color:#9c9!important}.cm-keyword{color:#f2777a!important}.cm-string{color:#fc6!important}.cm-variable{color:#9c9!important}.cm-variable-2{color:#69c!important}.cm-def{color:#f99157!important}.cm-bracket{color:#ccc!important}.cm-tag{color:#f2777a!important}.cm-link{color:#a16a94!important}.cm-error{background:#f2777a!important;color:#6a6a6a!important}.CodeMirror-activeline-background{background:#343600!important}.CodeMirror-matchingbracket{text-decoration:underline!important;color:#fff!important}"
- },
- {
- "name": "Vibrant-Ink",
- "label": "Vibrant Ink",
- "value": "/*! CodeMirror: Vibrant Ink */.CodeMirror-selected{background:#35493c!important}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:rgba(53,73,60,.99)!important}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:rgba(53,73,60,.99)!important}.CodeMirror-gutters{background:#002240!important;border-right:1px solid #aaa!important}.CodeMirror-guttermarker{color:#fff!important}.CodeMirror-guttermarker-subtle,.CodeMirror-linenumber{color:#d0d0d0!important}.CodeMirror-cursor{border-left:1px solid #fff!important}.cm-keyword{color:#cc7832!important}.cm-atom{color:#fc0!important}.cm-number{color:#ffee98!important}.cm-def{color:#8da6ce!important}.cm-s-vibrant span.cm-def,.cm-s-vibrant span.cm-tag,.cm-variable-2,.cm-variable-3{color:#ffc66d!important}.cm-operator{color:#888!important}.cm-comment{color:grey!important;font-weight:700!important}.cm-string{color:#a5c25c!important}.cm-string-2{color:red!important}.cm-meta{color:#d8fa3c!important}.cm-attribute,.cm-builtin,.cm-tag{color:#8da6ce!important}.cm-header{color:#ff6400!important}.cm-hr{color:#aeaeae!important}.cm-link{color:#00f!important}.cm-error{border-bottom:1px solid red!important}.CodeMirror-activeline-background{background:#27282e!important}.CodeMirror-matchingbracket{outline:1px solid grey!important;color:#fff!important}"
- }
- ]
- },
- "syntax-jupyter": {
- "type": "select",
- "label": "Jupyter syntax theme",
- "name": "syntax-jupyter",
- "value": null,
- "default": "Twilight",
- "options": [
- {
- "name": "Twilight",
- "label": "Twilight",
- "value": "/*! Jupyter: Twilight */#notebook div.output_stderr{background:#420e09!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#141414!important;color:#ccc!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#ffc!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {border:#b22518!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#5f5a60!important;font-style:italic!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#cda869!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#141414!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#5f5a60!important;font-style:italic!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#5f5a60!important}.highlight code .c1,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cs, body.api .highlight .cs {color:#5f5a60!important;font-style:italic!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {background:#420e09!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {background:#b22518!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:navy!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {background:#253b22!important}.highlight code .gp,.highlight code .gs,#notebook .highlight .gp, body.api .highlight .gp, #notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:purple!important;font-weight:700!important}.highlight code .kd,#notebook .highlight .kd, body.api .highlight .kd {color:#e9df8f!important}.highlight code .kp,#notebook .highlight .kp, body.api .highlight .kp {color:#9b703f!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#f9ee98!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#cda869!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#9b859d!important;font-weight:700!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#9b859d!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#7587a6!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#cf6a4c!important;font-weight:700!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#9b703f!important;font-weight:700!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#9b859d!important;font-weight:700!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#cda869!important;font-weight:700!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#7587a6!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#a2f!important;font-weight:700!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#cf6a4c!important}.highlight code .sb,.highlight code .sc,#notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc {color:#8f9d6a!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#8f9d6a!important;font-style:italic!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#8f9d6a!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#f9ee98!important;font-weight:700!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#8f9d6a!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#daefa3!important;font-weight:700!important}.highlight code .sx,#notebook .highlight .sx, body.api .highlight .sx {color:#8f9d6a!important}.highlight code .sr,#notebook .highlight .sr, body.api .highlight .sr {color:#e9c062!important}.highlight code .s1,#notebook .highlight .s1, body.api .highlight .s1 {color:#8f9d6a!important}.highlight code .ss,#notebook .highlight .ss, body.api .highlight .ss {color:#cf6a4c!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#0aa!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#7587a6!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#099!important}"
- },
- {
- "name": "Base16-Ocean-Dark",
- "label": "Base16 Ocean Dark",
- "value": "/*! Jupyter: Base16 Ocean Dark */#notebook div.output_stderr{background:#bf616a!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#2b303b!important;color:#eff1f5!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#4f5b66!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#bf616a!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#65737e!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#b48ead!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#d08770!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#eff1f5!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#96b5b4!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#eff1f5!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#a3be8c!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#eff1f5!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#65737e!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#bf616a!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#eff1f5!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#a3be8c!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#65737e!important;font-weight:700!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#96b5b4!important;font-weight:700!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#b48ead!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#96b5b4!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#b48ead!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#ebcb8b!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#a3be8c!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#8fa1b3!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#eff1f5!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#ebcb8b!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#bf616a!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#96b5b4!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#eff1f5!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#bf616a!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#8fa1b3!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#eff1f5!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#ebcb8b!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#8fa1b3!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#eff1f5!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#96b5b4!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#bf616a!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#96b5b4!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#d08770!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#a3be8c!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#eff1f5!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#65737e!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#a3be8c!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#d08770!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#a3be8c!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#d08770!important}.highlight code .s1,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#a3be8c!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#eff1f5!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#bf616a!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#d08770!important}"
- },
- {
- "name": "Dracula-theme",
- "label": "Dracula theme",
- "value": "/*! Jupyter: Dracula theme */#notebook div.output_stderr{background:#8b080b!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#282a36!important;color:#f8f8f2!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#ffc!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#f8f8f2!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#6272a4!important}.highlight code .g,#notebook .highlight .g, body.api .highlight .g {color:#f8f8f2!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#ff79c6!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#f8f8f2!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#bd93f9!important}.highlight code .h,.highlight code .n,.highlight code .o,.highlight code .p,#notebook .highlight .h, body.api .highlight .h, #notebook .highlight .n, body.api .highlight .n, #notebook .highlight .o, body.api .highlight .o, #notebook .highlight .p, body.api .highlight .p {color:#f8f8f2!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#f1fa8c!important}.highlight code .w,.highlight code .x,#notebook .highlight .w, body.api .highlight .w, #notebook .highlight .x, body.api .highlight .x {color:#f8f8f2!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#6272a4!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#ff79c6!important}.highlight code .c1,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cs, body.api .highlight .cs {color:#6272a4!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#8b080b!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#f8f8f2!important;text-decoration:underline!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#f8f8f2!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#f8f8f2!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#f8f8f2!important;font-weight:700!important;background-color:#468410!important}.highlight code .go,#notebook .highlight .go, body.api .highlight .go {color:#3b3a32!important;background-color:#32343f!important}.highlight code .gp,.highlight code .gs,#notebook .highlight .gp, body.api .highlight .gp, #notebook .highlight .gs, body.api .highlight .gs {color:#f8f8f2!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#f8f8f2!important;font-weight:700!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#f8f8f0!important;background-color:#ff79c6!important}.highlight code .kc,.highlight code .kd,.highlight code .kn,.highlight code .kp,.highlight code .kr,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd, #notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#ff79c6!important}.highlight code .kt,.highlight code .ld,#notebook .highlight .kt, body.api .highlight .kt, #notebook .highlight .ld, body.api .highlight .ld {color:#f8f8f2!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#50fa7b!important}.highlight code .nb,.highlight code .nd,.highlight code .ne,.highlight code .ni,.highlight code .no,#notebook .highlight .nb, body.api .highlight .nb, #notebook .highlight .nc, body.api .highlight .nc, #notebook .highlight .nd, body.api .highlight .nd, #notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .ni, body.api .highlight .ni, #notebook .highlight .no, body.api .highlight .no {color:#f8f8f2!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#50fa7b!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#f1fa8c!important}.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#f8f8f2!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#ff79c6!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#8be9fd!important;font-style:italic!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#ff79c6!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#bd93f9!important}.highlight code .s1,.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,.highlight code .se,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd, #notebook .highlight .se, body.api .highlight .se, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#f1fa8c!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#f8f8f2!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#8be9fd!important;font-style:italic!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#bd93f9!important}"
- },
- {
- "name": "Github-Dark-(Native-mod)-theme",
- "label": "Github Dark (Native mod) theme",
- "value": "/*! Jupyter: Github Dark (Native mod) theme */#notebook div.output_stderr{background:#a61717!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#111!important;color:#d0d0d0!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#404040!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#a61717!important;background-color:#311!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#3677a9!important}.highlight code .g,#notebook .highlight .g, body.api .highlight .g {color:#d0d0d0!important}.highlight code .h,.highlight code .k,#notebook .highlight .h, body.api .highlight .h, #notebook .highlight .k, body.api .highlight .k {color:#ccc!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#d0d0d0!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#cd2828!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#ccc!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#777!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#e9b96e!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#d2691e!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#666!important}.highlight code .x,#notebook .highlight .x, body.api .highlight .x {color:#d0d0d0!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#3677a9!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#d2691e!important}.highlight code .c1,#notebook .highlight .c1, body.api .highlight .c1 {color:#3677a9!important}.highlight code .cs,#notebook .highlight .cs, body.api .highlight .cs {color:#e50808!important;background-color:#520000!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#d22323!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#d0d0d0!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#d22323!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#fff!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#589819!important}.highlight code .go,#notebook .highlight .go, body.api .highlight .go {color:#ccc!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#aaa!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {color:#d0d0d0!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#fff!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#d22323!important}.highlight code .kc,.highlight code .kd,.highlight code .kn,.highlight code .kp,.highlight code .kr,.highlight code .kt,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd, #notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr, #notebook .highlight .kt, body.api .highlight .kt {color:#6ab825!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#d0d0d0!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#bbb!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#24909d!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#447fcf!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#4ca!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:orange!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#d0d0d0!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#bbb!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#098!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#d0d0d0!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#447fcf!important}.highlight code .nx,.highlight code .py,#notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#d0d0d0!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#6ab825!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#4ca!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#6ab825!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#cd2828!important}.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,.highlight code .se,.highlight code .sh,.highlight code .si,#notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd, #notebook .highlight .se, body.api .highlight .se, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si {color:#d2691e!important}.highlight code .sx,#notebook .highlight .sx, body.api .highlight .sx {color:orange!important}.highlight code .sr,#notebook .highlight .sr, body.api .highlight .sr {color:#cd2828!important}.highlight code .s1,.highlight code .ss,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .ss, body.api .highlight .ss {color:#d2691e!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#24909d!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#4ca!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#cd2828!important}"
- },
- {
- "name": "Idle-Fingers",
- "label": "Idle Fingers",
- "value": "/*! Jupyter: Idle Fingers */#notebook div.output_stderr{background:#cc7833!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#323232!important;color:#fff!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background:#ffc!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#fff!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#bc9458!important;font-style:italic!important}.highlight code .g,.highlight code .h,#notebook .highlight .g, body.api .highlight .g, #notebook .highlight .h, body.api .highlight .h {color:#fff!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#cc7833!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#fff!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#6c99bb!important}.highlight code .n,.highlight code .o,.highlight code .p,#notebook .highlight .n, body.api .highlight .n, #notebook .highlight .o, body.api .highlight .o, #notebook .highlight .p, body.api .highlight .p {color:#fff!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#a5c261!important}.highlight code .w,.highlight code .x,#notebook .highlight .w, body.api .highlight .w, #notebook .highlight .x, body.api .highlight .x {color:#fff!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#bc9458!important;font-style:italic!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#cc7833!important}.highlight code .c1,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cs, body.api .highlight .cs {color:#bc9458!important;font-style:italic!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#fff!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#fff!important;text-decoration:underline!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#fff!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#fff!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#fff!important}.highlight code .go,#notebook .highlight .go, body.api .highlight .go {color:#404040!important;background:#353637!important}.highlight code .gp,.highlight code .gs,#notebook .highlight .gp, body.api .highlight .gp, #notebook .highlight .gs, body.api .highlight .gs {color:#fff!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#fff!important;font-weight:700!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#fff!important;background:red!important}.highlight code .kc,.highlight code .kd,.highlight code .kn,.highlight code .kp,.highlight code .kr,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd, #notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#cc7833!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#ffc66d!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#fff!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#ffc66d!important}.highlight code .nb,.highlight code .nc,#notebook .highlight .nb, body.api .highlight .nb, #notebook .highlight .nc, body.api .highlight .nc {color:#fff!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#6c99bb!important}.highlight code .nd,.highlight code .ne,.highlight code .ni,#notebook .highlight .nd, body.api .highlight .nd, #notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .ni, body.api .highlight .ni {color:#fff!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#ffc66d!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#a5c261!important}.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#fff!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#cc7833!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#fff!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#cc7833!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#6c99bb!important}.highlight code .s1,.highlight code .s2,.highlight code .sb,.highlight code .sd,.highlight code .se,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd, #notebook .highlight .se, body.api .highlight .se, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#a5c261!important}.highlight code .bp,.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .bp, body.api .highlight .bp, #notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#fff!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#6c99bb!important}"
- },
- {
- "name": "Monokai---Spacegray-Eighties",
- "label": "Monokai - Spacegray Eighties",
- "value": "/*! Jupyter: Monokai - Spacegray Eighties */#notebook div.output_stderr{background:#960050!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background-color:#1c1c1c!important;color:#f8f8f8!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#2c2c2c!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#960050!important;background-color:#1e0010!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:grey!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#f8f8f8!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#66d9ef!important;font-style:italic!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#ae81ff!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#f8f8f8!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#f92672!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#f8f8f8!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#e6db74!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#f8f8f8!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:grey!important}.highlight code .kc,#notebook .highlight .kc, body.api .highlight .kc {color:#ae81ff!important}.highlight code .kd,#notebook .highlight .kd, body.api .highlight .kd {color:#66d9ef!important;font-style:italic!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#f92672!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#ae81ff!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#66d9ef!important;font-style:italic!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#e6db74!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#a6e22e!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#f8f8f8!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#a6e22e!important;font-style:italic!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#ae81ff!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#a6e22e!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#f92672!important}.highlight code .ne,.highlight code .nf,#notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .nf, body.api .highlight .nf {color:#a6e22e!important}.highlight code .nl,.highlight code .nn,.highlight code .nx,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx {color:#f8f8f8!important}.highlight code .nt,.highlight code .nv,.highlight code .ow,.highlight code .py,#notebook .highlight .nt, body.api .highlight .nt, #notebook .highlight .nv, body.api .highlight .nv, #notebook .highlight .ow, body.api .highlight .ow, #notebook .highlight .py, body.api .highlight .py {color:#f92672!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#ae81ff!important}.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,#notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd {color:#e6db74!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#ae81ff!important}.highlight code .s1,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#e6db74!important}.highlight code .bp,.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .bp, body.api .highlight .bp, #notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#f92672!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#ae81ff!important}"
- },
- {
- "name": "Monokai",
- "label": "Monokai",
- "value": "/*! Jupyter: Monokai */#notebook div.output_stderr{background:#960050!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#272822!important;color:#f8f8f2!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#49483e!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#960050!important;background-color:#1e0010!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#75715e!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#f8f8f2!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#66d9ef!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#ae81ff!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#f8f8f2!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#f92672!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#f8f8f2!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#e6db74!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#f8f8f2!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#75715e!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#66d9ef!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#f92672!important}.highlight code .kp,.highlight code .kr,.highlight code .kt,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr, #notebook .highlight .kt, body.api .highlight .kt {color:#66d9ef!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#e6db74!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#a6e22e!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#f8f8f2!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#a6e22e!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#66d9ef!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#a6e22e!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#f8f8f2!important}.highlight code .ne,.highlight code .nf,#notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .nf, body.api .highlight .nf {color:#a6e22e!important}.highlight code .nl,.highlight code .nn,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn {color:#f8f8f2!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#a6e22e!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#f8f8f2!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#f92672!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#f8f8f2!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#f92672!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#ae81ff!important}.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,#notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd {color:#e6db74!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#ae81ff!important}.highlight code .s1,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#e6db74!important}.highlight code .bp,.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .bp, body.api .highlight .bp, #notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#f8f8f2!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#ae81ff!important}"
- },
- {
- "name": "Obsidian",
- "label": "Obsidian",
- "value": "/*! Jupyter: Obsidian */#notebook div.output_stderr{background:#da4236!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background-color:#293134!important;color:#e0e2e4!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#e0e2e4!important;background-color:#da4236!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#66747b!important}.highlight code .g,.highlight code .h,#notebook .highlight .g, body.api .highlight .g, #notebook .highlight .h, body.api .highlight .h {color:#e0e2e4!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#93c763!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#e0e2e4!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#ec7600!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#e0e2e4!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#93c763!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#e0e2e4!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#ec7600!important}.highlight code .x,#notebook .highlight .x, body.api .highlight .x {color:#96989a!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#e0e2e4!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#66747b!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#93c763!important}.highlight code .c1,#notebook .highlight .c1, body.api .highlight .c1 {color:#66747b!important}.highlight code .cs,#notebook .highlight .cs, body.api .highlight .cs {color:#93c763!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#ec7600!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#e0e2e4!important;font-style:italic!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#da4236!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#66747b!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#93c763!important}.highlight code .go,.highlight code .gp,#notebook .highlight .go, body.api .highlight .go, #notebook .highlight .gp, body.api .highlight .gp {color:#e0e2e4!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {color:#e0e2e4!important;font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#66747b!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#e0e2e4!important}.highlight code .kc,#notebook .highlight .kc, body.api .highlight .kc {color:#96989a!important}.highlight code .kd,#notebook .highlight .kd, body.api .highlight .kd {color:#678cb1!important}.highlight code .kn,.highlight code .kp,#notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp {color:#93c763!important}.highlight code .kr,#notebook .highlight .kr, body.api .highlight .kr {color:#678cb1!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#da4236!important}.highlight code .ld,.highlight code .na,#notebook .highlight .ld, body.api .highlight .ld, #notebook .highlight .na, body.api .highlight .na {color:#e0e2e4!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#93c763!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#678cb1!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#96989a!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#678cb1!important}.highlight code .ne,.highlight code .ni,#notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .ni, body.api .highlight .ni {color:#96989a!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#678cb1!important}.highlight code .nl,.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#e0e2e4!important}.highlight code .nt,.highlight code .nv,#notebook .highlight .nt, body.api .highlight .nt, #notebook .highlight .nv, body.api .highlight .nv {color:#678cb1!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#93c763!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#ec7600!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#66747b!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#ec7600!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#e0e2e4!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#ec7600!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#96989a!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#e0e2e4!important}.highlight code .si,.highlight code .sx,#notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sx, body.api .highlight .sx {color:#ec7600!important}.highlight code .sr,#notebook .highlight .sr, body.api .highlight .sr {color:#d39745!important}.highlight code .s1,.highlight code .ss,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .ss, body.api .highlight .ss {color:#ec7600!important}.highlight code .bp,.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .bp, body.api .highlight .bp, #notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#678cb1!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#ec7600!important}"
- },
- {
- "name": "Pastel-on-Dark",
- "label": "Pastel on Dark",
- "value": "/*! Jupyter: Pastel on Dark */#notebook div.output_stderr{background:#600!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#2b2b2b!important;color:#e6e1dc!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background:#ffc!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#e6e1dc!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#555!important}.highlight code .g,#notebook .highlight .g, body.api .highlight .g {color:#e6e1dc!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#4d74d0!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#e6e1dc!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#a5c261!important}.highlight code .h,.highlight code .n,.highlight code .o,.highlight code .p,#notebook .highlight .h, body.api .highlight .h, #notebook .highlight .n, body.api .highlight .n, #notebook .highlight .o, body.api .highlight .o, #notebook .highlight .p, body.api .highlight .p {color:#e6e1dc!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#ad9361!important}.highlight code .w,.highlight code .x,#notebook .highlight .w, body.api .highlight .w, #notebook .highlight .x, body.api .highlight .x {color:#e6e1dc!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#555!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#e6e1dc!important}.highlight code .c1,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cs, body.api .highlight .cs {color:#555!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#e6e1dc!important;background:#600!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#e6e1dc!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#ffc66d!important;background:#900!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#fff!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#e6e1dc!important;background:#519f50!important}.highlight code .go,.highlight code .gp,.highlight code .gs,#notebook .highlight .go, body.api .highlight .go, #notebook .highlight .gp, body.api .highlight .gp, #notebook .highlight .gs, body.api .highlight .gs {color:#e6e1dc!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#fff!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#e6e1dc!important}.highlight code .kc,.highlight code .kd,.highlight code .kn,.highlight code .kp,.highlight code .kr,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd, #notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#4d74d0!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#c1c144!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#e6e1dc!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#6782d3!important}.highlight code .nb,.highlight code .nc,#notebook .highlight .nb, body.api .highlight .nb, #notebook .highlight .nc, body.api .highlight .nc {color:#e6e1dc!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#a1a1ff!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#e6e1dc!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#47b8d6!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#e6e1dc!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#6782d3!important}.highlight code .nl,.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#e6e1dc!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#4d74d0!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#c1c144!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#e6e1dc!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#a5c261!important}.highlight code .s1,.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,.highlight code .se,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd, #notebook .highlight .se, body.api .highlight .se, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#ad9361!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#e6e1dc!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#c1c144!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#a5c261!important}"
- },
- {
- "name": "Railscasts",
- "label": "Railscasts",
- "value": "/*! Jupyter: Railscasts */#notebook div.output_stderr{background:#600!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#2b2b2b!important;color:#e6e1dc!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#ffc!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#bc9458!important;font-style:italic!important}.highlight code .err,.highlight code .g,.highlight code .h,#notebook .highlight .err, body.api .highlight .err, #notebook .highlight .g, body.api .highlight .g, #notebook .highlight .h, body.api .highlight .h {color:#e6e1dc!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#cc7833!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#e6e1dc!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#a5c261!important}.highlight code .n,.highlight code .o,.highlight code .p,#notebook .highlight .n, body.api .highlight .n, #notebook .highlight .o, body.api .highlight .o, #notebook .highlight .p, body.api .highlight .p {color:#e6e1dc!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#a5c261!important}.highlight code .w,.highlight code .x,#notebook .highlight .w, body.api .highlight .w, #notebook .highlight .x, body.api .highlight .x {color:#e6e1dc!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#bc9458!important;font-style:italic!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#cc7833!important}.highlight code .c1,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cs, body.api .highlight .cs {color:#bc9458!important;font-style:italic!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#e6e1dc!important;background-color:#600!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#e6e1dc!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#fff!important;background-color:#900!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#fff!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#e6e1dc!important;background-color:#144212!important}.highlight code .go,.highlight code .gp,.highlight code .gs,#notebook .highlight .go, body.api .highlight .go, #notebook .highlight .gp, body.api .highlight .gp, #notebook .highlight .gs, body.api .highlight .gs {color:#e6e1dc!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#fff!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#e6e1dc!important}.highlight code .kc,.highlight code .kd,.highlight code .kn,.highlight code .kp,.highlight code .kr,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd, #notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#cc7833!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#da4939!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#e6e1dc!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#ffc66d!important}.highlight code .nb,.highlight code .nc,#notebook .highlight .nb, body.api .highlight .nb, #notebook .highlight .nc, body.api .highlight .nc {color:#e6e1dc!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#6d9cbe!important}.highlight code .nd,.highlight code .ne,.highlight code .ni,#notebook .highlight .nd, body.api .highlight .nd, #notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .ni, body.api .highlight .ni {color:#e6e1dc!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#ffc66d!important}.highlight code .nl,.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#e6e1dc!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#cc7833!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#d0d0ff!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#e6e1dc!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,.highlight code .s1,.highlight code .s2,.highlight code .sb,.highlight code .sc,.highlight code .sd,.highlight code .se,.highlight code .sh,.highlight code .si,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo, #notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .s2, body.api .highlight .s2, #notebook .highlight .sb, body.api .highlight .sb, #notebook .highlight .sc, body.api .highlight .sc, #notebook .highlight .sd, body.api .highlight .sd, #notebook .highlight .se, body.api .highlight .se, #notebook .highlight .sh, body.api .highlight .sh, #notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#a5c261!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#e6e1dc!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#d0d0ff!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#a5c261!important}"
- },
- {
- "name": "Solarized-Dark",
- "label": "Solarized Dark",
- "value": "/*! Jupyter: Solarized Dark */#notebook div.output_stderr{background:#dc322f!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background-color:#002b36!important;color:#839496!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#49483e!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#dc322f!important;background-color:#fdf6e3!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#586e75!important}.highlight code .g,.highlight code .h,#notebook .highlight .g, body.api .highlight .g, #notebook .highlight .h, body.api .highlight .h {color:#839496!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#859900!important}.highlight code .l,#notebook .highlight .l, body.api .highlight .l {color:#839496!important}.highlight code .m,#notebook .highlight .m, body.api .highlight .m {color:#2aa198!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#839496!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#859900!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#839496!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#2aa198!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#839496!important}.highlight code .x,#notebook .highlight .x, body.api .highlight .x {color:#cb4b16!important}.highlight code .cm,#notebook .highlight .cm, body.api .highlight .cm {color:#586e75!important}.highlight code .cp,#notebook .highlight .cp, body.api .highlight .cp {color:#859900!important}.highlight code .c1,#notebook .highlight .c1, body.api .highlight .c1 {color:#586e75!important}.highlight code .cs,#notebook .highlight .cs, body.api .highlight .cs {color:#859900!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#2aa198!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {color:#839496!important;font-style:italic!important}.highlight code .gr,#notebook .highlight .gr, body.api .highlight .gr {color:#dc322f!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#cb4b16!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#859900!important}.highlight code .go,.highlight code .gp,#notebook .highlight .go, body.api .highlight .go, #notebook .highlight .gp, body.api .highlight .gp {color:#839496!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {color:#839496!important;font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#cb4b16!important}.highlight code .gt,#notebook .highlight .gt, body.api .highlight .gt {color:#839496!important}.highlight code .kc,#notebook .highlight .kc, body.api .highlight .kc {color:#cb4b16!important}.highlight code .kd,#notebook .highlight .kd, body.api .highlight .kd {color:#268bd2!important}.highlight code .kn,.highlight code .kp,#notebook .highlight .kn, body.api .highlight .kn, #notebook .highlight .kp, body.api .highlight .kp {color:#859900!important}.highlight code .kr,#notebook .highlight .kr, body.api .highlight .kr {color:#268bd2!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#dc322f!important}.highlight code .ld,.highlight code .na,#notebook .highlight .ld, body.api .highlight .ld, #notebook .highlight .na, body.api .highlight .na {color:#839496!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#b58900!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#268bd2!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#cb4b16!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#268bd2!important}.highlight code .ne,.highlight code .ni,#notebook .highlight .ne, body.api .highlight .ne, #notebook .highlight .ni, body.api .highlight .ni {color:#cb4b16!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#268bd2!important}.highlight code .nl,.highlight code .nn,.highlight code .nx,.highlight code .py,#notebook .highlight .nl, body.api .highlight .nl, #notebook .highlight .nn, body.api .highlight .nn, #notebook .highlight .nx, body.api .highlight .nx, #notebook .highlight .py, body.api .highlight .py {color:#839496!important}.highlight code .nt,.highlight code .nv,#notebook .highlight .nt, body.api .highlight .nt, #notebook .highlight .nv, body.api .highlight .nv {color:#268bd2!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#859900!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#2aa198!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#586e75!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#2aa198!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#839496!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#2aa198!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#cb4b16!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#839496!important}.highlight code .si,.highlight code .sx,#notebook .highlight .si, body.api .highlight .si, #notebook .highlight .sx, body.api .highlight .sx {color:#2aa198!important}.highlight code .sr,#notebook .highlight .sr, body.api .highlight .sr {color:#dc322f!important}.highlight code .s1,.highlight code .ss,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .ss, body.api .highlight .ss {color:#2aa198!important}.highlight code .bp,.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .bp, body.api .highlight .bp, #notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#268bd2!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#2aa198!important}"
- },
- {
- "name": "Tomorrow-Night-Blue",
- "label": "Tomorrow Night Blue",
- "value": "/*! Jupyter: Tomorrow Night Blue */#notebook div.output_stderr{background:#002451!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#002451!important;color:#fff!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#003f8e!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#ff9da4!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#7285b7!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#fff!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#ebbbff!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#ffc58f!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#fff!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#9ff!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#fff!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#d1f1a9!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#fff!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#7285b7!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#ff9da4!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#fff!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#d1f1a9!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#7285b7!important;font-weight:700!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#9ff!important;font-weight:700!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#ebbbff!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#9ff!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#ebbbff!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#ffeead!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#d1f1a9!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#bbdaff!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#fff!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#ffeead!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#ff9da4!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#9ff!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#fff!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#ff9da4!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#bbdaff!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#fff!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#ffeead!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#bbdaff!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#fff!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#9ff!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#ff9da4!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#9ff!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#ffc58f!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#d1f1a9!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#fff!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#7285b7!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#d1f1a9!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#ffc58f!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#d1f1a9!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#ffc58f!important}.highlight code .s1,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#d1f1a9!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#fff!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#ff9da4!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#ffc58f!important}"
- },
- {
- "name": "Tomorrow-Night-Bright",
- "label": "Tomorrow Night Bright",
- "value": "/*! Jupyter: Tomorrow Night Bright */#notebook div.output_stderr{background:#d54e53!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#000!important;color:#eaeaea!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#424242!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#d54e53!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#969896!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#eaeaea!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#c397d8!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#e78c45!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#eaeaea!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#70c0b1!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#eaeaea!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#b9ca4a!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#969896!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#d54e53!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#eaeaea!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#b9ca4a!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#969896!important;font-weight:700!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#70c0b1!important;font-weight:700!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#c397d8!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#70c0b1!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#c397d8!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#e7c547!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#b9ca4a!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#7aa6da!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#eaeaea!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#e7c547!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#d54e53!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#70c0b1!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#eaeaea!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#d54e53!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#7aa6da!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#eaeaea!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#e7c547!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#7aa6da!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#eaeaea!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#70c0b1!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#d54e53!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#70c0b1!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#eaeaea!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#e78c45!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#b9ca4a!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#eaeaea!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#969896!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#b9ca4a!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#e78c45!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#b9ca4a!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#e78c45!important}.highlight code .s1,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#b9ca4a!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#eaeaea!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#d54e53!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#e78c45!important}"
- },
- {
- "name": "Tomorrow-Night-Eighties",
- "label": "Tomorrow Night Eighties",
- "value": "/*! Jupyter: Tomorrow Night Eighties */#notebook div.output_stderr{background:#f2777a!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#2d2d2d!important;color:#ccc!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#515151!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#f2777a!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#999!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#ccc!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#c9c!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#f99157!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#ccc!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#6cc!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#ccc!important}.highlight code .s,#notebook .highlight .s, body.api .highlight .s {color:#9c9!important}.highlight code .w,#notebook .highlight .w, body.api .highlight .w {color:#ccc!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#999!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#f2777a!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#ccc!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#9c9!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#999!important;font-weight:700!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#6cc!important;font-weight:700!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#c9c!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#6cc!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#c9c!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#fc6!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#9c9!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#69c!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#ccc!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#fc6!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#f2777a!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#6cc!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#ccc!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#f2777a!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#69c!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#ccc!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#fc6!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#69c!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#ccc!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#6cc!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#f2777a!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#6cc!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#f99157!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#9c9!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#ccc!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#999!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#9c9!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#f99157!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#9c9!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#f99157!important}.highlight code .s1,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#9c9!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#ccc!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#f2777a!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#f99157!important}"
- },
- {
- "name": "Tomorrow-Night",
- "label": "Tomorrow Night",
- "value": "/*! Jupyter: Tomorrow Night */#notebook div.output_stderr{background:#c66!important}#notebook .input_area:not(.highlight),#notebook .highlight, body.api .highlight, #notebook .highlight pre, body.api .highlight pre, #notebook .highlight table, body.api .highlight table, body.api pre{background:#1d1f21!important;color:#c5c8c6!important}.highlight code .hll,#notebook .highlight .hll, body.api .highlight .hll {background-color:#373b41!important}.highlight code .err,#notebook .highlight .err, body.api .highlight .err {color:#c66!important}.highlight code .c,#notebook .highlight .c, body.api .highlight .c {color:#969896!important}.highlight code .h,#notebook .highlight .h, body.api .highlight .h {color:#c5c8c6!important}.highlight code .k,#notebook .highlight .k, body.api .highlight .k {color:#b294bb!important}.highlight code .l,.highlight code .m,#notebook .highlight .l, body.api .highlight .l, #notebook .highlight .m, body.api .highlight .m {color:#de935f!important}.highlight code .n,#notebook .highlight .n, body.api .highlight .n {color:#c5c8c6!important}.highlight code .o,#notebook .highlight .o, body.api .highlight .o {color:#8abeb7!important}.highlight code .p,#notebook .highlight .p, body.api .highlight .p {color:#c5c8c6!important}.highlight code .c1,.highlight code .cm,.highlight code .cp,.highlight code .cs,#notebook .highlight .c1, body.api .highlight .c1, #notebook .highlight .cm, body.api .highlight .cm, #notebook .highlight .cp, body.api .highlight .cp, #notebook .highlight .cs, body.api .highlight .cs {color:#969896!important}.highlight code .gd,#notebook .highlight .gd, body.api .highlight .gd {color:#c66!important}.highlight code .ge,#notebook .highlight .ge, body.api .highlight .ge {font-style:italic!important}.highlight code .gh,#notebook .highlight .gh, body.api .highlight .gh {color:#c5c8c6!important;font-weight:700!important}.highlight code .gi,#notebook .highlight .gi, body.api .highlight .gi {color:#b5bd68!important}.highlight code .gp,#notebook .highlight .gp, body.api .highlight .gp {color:#969896!important;font-weight:700!important}.highlight code .gs,#notebook .highlight .gs, body.api .highlight .gs {font-weight:700!important}.highlight code .gu,#notebook .highlight .gu, body.api .highlight .gu {color:#8abeb7!important;font-weight:700!important}.highlight code .kc,.highlight code .kd,#notebook .highlight .kc, body.api .highlight .kc, #notebook .highlight .kd, body.api .highlight .kd {color:#b294bb!important}.highlight code .kn,#notebook .highlight .kn, body.api .highlight .kn {color:#8abeb7!important}.highlight code .kp,.highlight code .kr,#notebook .highlight .kp, body.api .highlight .kp, #notebook .highlight .kr, body.api .highlight .kr {color:#b294bb!important}.highlight code .kt,#notebook .highlight .kt, body.api .highlight .kt {color:#f0c674!important}.highlight code .ld,#notebook .highlight .ld, body.api .highlight .ld {color:#b5bd68!important}.highlight code .na,#notebook .highlight .na, body.api .highlight .na {color:#81a2be!important}.highlight code .nb,#notebook .highlight .nb, body.api .highlight .nb {color:#c5c8c6!important}.highlight code .nc,#notebook .highlight .nc, body.api .highlight .nc {color:#f0c674!important}.highlight code .no,#notebook .highlight .no, body.api .highlight .no {color:#c66!important}.highlight code .nd,#notebook .highlight .nd, body.api .highlight .nd {color:#8abeb7!important}.highlight code .ni,#notebook .highlight .ni, body.api .highlight .ni {color:#c5c8c6!important}.highlight code .ne,#notebook .highlight .ne, body.api .highlight .ne {color:#c66!important}.highlight code .nf,#notebook .highlight .nf, body.api .highlight .nf {color:#81a2be!important}.highlight code .nl,#notebook .highlight .nl, body.api .highlight .nl {color:#c5c8c6!important}.highlight code .nn,#notebook .highlight .nn, body.api .highlight .nn {color:#f0c674!important}.highlight code .nx,#notebook .highlight .nx, body.api .highlight .nx {color:#81a2be!important}.highlight code .py,#notebook .highlight .py, body.api .highlight .py {color:#c5c8c6!important}.highlight code .nt,#notebook .highlight .nt, body.api .highlight .nt {color:#8abeb7!important}.highlight code .nv,#notebook .highlight .nv, body.api .highlight .nv {color:#c66!important}.highlight code .ow,#notebook .highlight .ow, body.api .highlight .ow {color:#8abeb7!important}.highlight code .mf,.highlight code .mh,.highlight code .mi,.highlight code .mo,#notebook .highlight .mf, body.api .highlight .mf, #notebook .highlight .mh, body.api .highlight .mh, #notebook .highlight .mi, body.api .highlight .mi, #notebook .highlight .mo, body.api .highlight .mo {color:#de935f!important}.highlight code .sb,#notebook .highlight .sb, body.api .highlight .sb {color:#b5bd68!important}.highlight code .sc,#notebook .highlight .sc, body.api .highlight .sc {color:#c5c8c6!important}.highlight code .sd,#notebook .highlight .sd, body.api .highlight .sd {color:#969896!important}.highlight code .s2,#notebook .highlight .s2, body.api .highlight .s2 {color:#b5bd68!important}.highlight code .se,#notebook .highlight .se, body.api .highlight .se {color:#de935f!important}.highlight code .sh,#notebook .highlight .sh, body.api .highlight .sh {color:#b5bd68!important}.highlight code .si,#notebook .highlight .si, body.api .highlight .si {color:#de935f!important}.highlight code .s2,.highlight code .sr,.highlight code .ss,.highlight code .sx,#notebook .highlight .s1, body.api .highlight .s1, #notebook .highlight .sr, body.api .highlight .sr, #notebook .highlight .ss, body.api .highlight .ss, #notebook .highlight .sx, body.api .highlight .sx {color:#b5bd68!important}.highlight code .bp,#notebook .highlight .bp, body.api .highlight .bp {color:#c5c8c6!important}.highlight code .vc,.highlight code .vg,.highlight code .vi,#notebook .highlight .vc, body.api .highlight .vc, #notebook .highlight .vg, body.api .highlight .vg, #notebook .highlight .vi, body.api .highlight .vi {color:#c66!important}.highlight code .il,#notebook .highlight .il, body.api .highlight .il {color:#de935f!important}"
- }
- ]
- },
- "bg-choice": {
- "type": "select",
- "label": "Background",
- "name": "bg-choice",
- "value": null,
- "default": "crosshatch",
- "options": [
- {
- "name": "crosshatch",
- "label": "Cross-Hatch",
- "value": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAAAAABURb1YAAAFoUlEQVR4AWXWCY7kMJcDYd9DiCD4jLr/EWezJOT8vbMXy8ZngpVPlLUWbWABJFVRZyqqdqIq9O9V1gJS14KFfYzASvgS1UTF1jSqE9qgNjYVoNxLfIhCBFKhOTdPNR11KpmKk4W2LhowESMPKHHBItCg2tqoGm0VbWnXAmxIAFALPIAtCxY4VVX7jqrSGRVlJnwqfRsAIG+BZ0EmHy7Jm3NMo6KzdWXGc8ycY2zyHdOrW3hHhcQ0+uvcYlz3LQgQVyrPp2t+dUncjzHVTNFNuvhwK2Jgkfh856/INm05pjEVtWEKC6IfrmmtfPnpYZkRVTPjFztVUDsDLLCvR2WmX6RPXV/KRBQ7E0GZN5w+5+rKd2J7Ev1sFtVGlYY2oq2tgtN1SakCTkwiaxkebLZuJtjCd/OvyY1OQXXrGnAKfE67xbGq/NzemNviTWC2LjHjl6ruFucdUTTT4/wO7tQtkPd0LtO1ncs+ZrVvUXXeHue3Xt1zTD1vJlkbt8rigWhH3EUJ6HT31JYE1lp15XY1BSDaFh4asRNt0U5gqraB+UyFZJNagXh/qTxV1TY90VSVSLMX0W7dGA/4SfEZj+R7l6Hs9O6Orx5ne51Tj3Oev5E9MFWReefovrI73lzdnTziy8mTRjU1jZ99GtT52We2bmVfvqvKovqYqZ6N2GlGbRZYWM3CRKzX2bVQoMqjnbSopmlBTe3vMix227dzvqRJVR9+dT0LfJZhTyzbeaffIg6qz+muKJ2KoJ249yD3ku5kI/sJm31Mj41TrIoNVlgrolc33nTK06qPrdpRW6UTnZwnj6BuXdy6EMCqtPqcPUhS9OoC6mnYr+7p7tY10zyfLv7ovrMxfLs2y9trusGZMyW+80zU7z9Wz5D//8YusxMkP845i/Qk21Sru3W3u+aI5OtbWK3bpVVtk8c0OnuLpYVlXWQrYgFui0nAouTMy6OZtKKk5+EN9+GPs6e7aOpuewv6eL++gfnrIbiNdX7+bu0+j4rCvKo+aKdVxenV7dGtO3F1aRrP00R9sN26TNa+JsLpKYmLtZ1ZWJxGSc1UfDy7q/1Ms9ZdbuICFXJ1I5puXRt8WlXTpAsWhrrb4v7K7e3N7a5pZ4f0ed3mfy8L1iLzr3PmpDllv0nnfaaeZcj185/d/U3qj662fWwFpnsSqYvb3eN1+ky0Vclom50eTncXxA9x2cDu/F6GZcSAGrWqCe698be7qTv529jjXEVtT9GSGbktZp3G7nScj+4CTnflfXN1VXzU1uyLG88KnBSPblVBnUZFm91inYBsXW/zbG4SltE0YKtp1I5po4/tbWxYZ83PFldYiWcZCpkvaUc11Weu7iYwhltZfu3VnlGhnRHUmT6zABb+mv4u8Np/p1xTVd9XYG9x3RNybm39cWYnGkXTO9kn0fG5y7BWXKexp7v085JOxI62OyWN0pEHE/yEEgx7LSyf7rJbklTVakak3e18wHicTVlrRzeV9WzjiGrP7NqZAmt/Lv5nd518uitvVNH56W5Qwfd1AQ+YxP/UjXqfJgpm2tyhUpE0suBZFqzHNFm7uzl/l7sHnajtdf68Fs/ZWMm4gHpb/OliqjfRUf2bmBGYLJ66u5vJrpqRf5cORdupKvl7D2n06VdiMl3/sbvrdBfnL6ri+yX07933pfP801huIiaoOLm6J82c2xkfb2NPAs1Zhmva6XWuOm/W1P0+Hmz4XRnXTWpGs/cgN2nvZwsiPEBSd3Ud2XFjJNPtPCd1Zlys2zmef3Z3rU8tomK3rs5N73v3+ZXd4uY6E2GB9SzD7MbaprkJYN1rn1/dSCJrWc1U6GjbLZIp2nFZf67g4e6ucbH40Y1WwebsbrbuUjCfxGdzG/uldlA1naJI5p3j/FaARdxvZtKHfz49dIKizl9hL3Cvruf/3Sum/w07RUTLccAlwgAAAABJRU5ErkJggg==)"
- },
- {
- "name": "uniform",
- "label": "Uniform Tile",
- "value": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEUfHx8aGhrh02scAAAAH0lEQVR4AWMQRAICeHn/kcAH8vSN6hvVN6pvVN+oPgAPQ4LItqOMdQAAAABJRU5ErkJggg==)"
- },
- {
- "name": "random",
- "label": "Random Tile",
- "value": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAACVBMVEUaGhohISElJSUh9lebAAABwElEQVR4AY3Vua3gOBgGQQXZhgKYgwHJYAA0Ksu9CAh6hxbTbvFzfx6rNEGlHY6z5KvMw4s43mN2Z5fqYLzKyrfyXhXKnKBdD9n58UWW3Vlb3mOCmWoHHZbdV5lv8t7Ver6ldsfqumVAdbblxxcZVcd7QWq2Y6VsadS4ZTzFDbFa5XivqlxVUFG1Jd6k66u8x0RIOw0cXAiNW2z58bJ5r1LTQtVVuy1x2jK+yLTlxy3v5RogszEXSB0ZF4iYWLbMMUBGPDbvpRQUVUV9kvGU6ynrIe9FOqssJcQ4oqurCjV6ytmqco4SwvGeNCoJaphwSHoK13cyuuU9ZaQI0lB1qB8zT3GL2XjKueU9pR+gH0OlqvGUzHWLQ81O0Dg95L3Uj9qxKx0pr3LdYrnlvQKlUEnV/8v4Xt6bThZROwaO5QfTUyY4GCBWu8Wf/nO4ULtj/li3mE9Z47zlx/WU94Iq7RD5XuZ6ynjIGn9yr1VhFaq2NH9s4bP4Rt5j2NFO5MBXGVsmsD5v3gslYORsd8R1i1rrIUoLKLXlvVhgKH7ApToyhk21TJhbLDvdN151vEetJtKdOtYo4SmnOvhGpjpe+xuj3X723ghdygAAAABJRU5ErkJggg==)"
- },
- {
- "name": "custom",
- "label": "Custom",
- "value": "var(--ghd-bg-custom)"
- },
- {
- "name": "none",
- "label": "None",
- "value": "none"
- }
- ]
- },
- "bg-custom": {
- "type": "text",
- "label": "Custom Background",
- "name": "bg-custom",
- "value": null,
- "default": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAAAAABURb1YAAAFnklEQVR4AWWXCY4cwXbE6h4JMhCvMPc/ov+3Ox9QsLCGpKlFHILd+UQ559AGDkBSFXWmomonqkL/XuUcIPUcONjHCJyE36KaqNiaRnVCG9TGpgIU9hIfohCBVGj24ammo04lU3Fy0NZDAyZi5AElHjgEGlRbG1WjraIt7TmADQkAaoEHsOXAAaeqat9RVTqjosyEH5W+DQCQt8BzIJMfXJI3e5tGRefSlRn3NrO3scnvNl26FN5RITGNfjm3GM/+FhQgnlQeImC+dEm8rzHVTNGL9EADVsTAIfGJBziRy7RlmcZU1IYpHIj+4JrWym8/XSwzompmFNVOFdTOAAfs61KZ6eXcp57fykQUOxNBmTesz2HpCnCg3UV/bA7VRpWGNqKtrYLTs0ilCjgxiZxjeLC5dDPBFn4Pn2ja6BRUL10DTgET4Focq8rn8casxV4E5tIlZvytqtfivCOKZrqc38G7egnkXecyPZdzubc57VtUnbfL+a0u3b1N3d9Mci7cKocHoh3xihLQ6fXUlgTOOfVkXSUFINoWHhqxE23RTmCqtoEJaITkIrUCkU9fnqpqm+40VSXS3CLaSzfGBb4rPuOSfN0ylLve6/jpcrbL2dTlnOdv5AamKjLvLN1XruMNS/cul/hx8twKpKYRaE2DOp8+c+lW7uVXVQ7Vx0x1G3HXjNocsHCac7NbWc6egwJVHu2kRTVNC2pqv2U4XNsv5/yWJlV9+NJ1C7xluInlcr7rK+Kg+qy7onQqgnbi7UHcS3qXjdw3bO5tumycYlVssMI5EXXpRnatPK362KodtVU60cm+eQT10sVLFwJYlVaf7UGSoi5dQF3DvnTX3UvXTPO8quKH7jsXhm/PxfKWZXqBM5sS33kmKtC31Q05fI095i5IPpyzRXqSy1Sr17p1F7NE8vMtnNbLpVVtk8c0OrfF0sKxHnIpYgHW4puMomTz8mgmrSjpvrxhX97l7LqLpl7bW9BH9/MNzF8XwRqL8/m7c30eFYV5VX3QTquK06XbLt16F4ks+8Z9m6gPtpcuk3OvibCekng4lzMHi9MoqZmKj9tdbQCbc7bcEA+oEJduRNNL1waf1tuI9MDBUK8t3k9uFz3rrqadO9Ln9TL/ezlwDvky3TW7ZmXfpc77TN0yhOXnP939LvVDV9s+tgLTm0TqYd1lea3PRFuVjLa562HdPbCfascGrvO3DMeIATVqVRO8vfHrbupdfo1dzlXUdkVLZsS1mLPG3rWcl+4B1l1537h0VXzU1tyLG7cCu+LSrSqo06hocy3WCcil65qHDbuEYzQN2HpT3jFt9LEFvHTP1nxbXOEkbhkKmd+6BTfVZ/I143z/Fyz6Za92o0I7I6gzfeYAHPwy/Rb43L9TLtMt8CtwW1xvQvbR1g9n7qJRNN1kdxcdH7cM58Szxq679MdLOhE72t6VNEpHHkzwRyjBcGth+dE99pIkVbWaEWmvnQ8Yl7Mp59zpRWXdNo6odrO754Zzvxf/010nP7onb1TR+bgbVPB9PcADJvH/043Kvk0UzLRxQ6UiaeTAcyxYl2lyrrvZv8v2wE7U1uVcST0821jJeIDKWuyxiqnuko7q3+zJYXJ46nV3D67EyL+lQ9F2qkr+3kUafQpwYE8T329p6y7OX1TF97fQv/c+l87zj7Hsgpig4qRLd9fMPs74rLGyCzRbhmVqpy7nqvPmTD1gvKe7b2U8u1QzmtuDuEtbgT3c8QBJveo6cueFkUwv59nVmfFw1jl4/unuOT9qERV76ers8n23z/c8/Xy7a4lwwLplmGusbRp33Up13+ZDN3KPxNVMhY62vUQyRTse6+cKHtZYjIfDh260Cjbb3Vy6R8H8SMBzqSwrsB1UTacoknlnOb8V4JD9Njfpwz/fHjpBUeevcAtcl65sqXPX9D87RUTLc/dfOgAAAABJRU5ErkJggg==)",
- "options": null
- },
- "bg-options": {
- "type": "select",
- "label": "Background image type",
- "name": "bg-options",
- "value": null,
- "default": "Tiled",
- "options": [
- {
- "name": "Tiled",
- "label": "Tiled",
- "value": "background-repeat: repeat !important;\n background-size: auto !important;\n background-position: left top !important;"
- },
- {
- "name": "Fit-window-size",
- "label": "Fit window size",
- "value": "background-repeat: no-repeat !important;\n background-size: cover !important;\n background-position: center top !important;"
- }
- ]
- },
- "bg-attachment": {
- "type": "select",
- "label": "Background image attachment",
- "name": "bg-attachment",
- "value": null,
- "default": "Scroll",
- "options": [
- {
- "name": "Scroll",
- "label": "Scroll",
- "value": "scroll"
- },
- {
- "name": "Fixed",
- "label": "Fixed",
- "value": "fixed"
- }
- ]
- },
- "tab-size": {
- "type": "select",
- "label": "Code Tab size",
- "name": "tab-size",
- "value": null,
- "default": "2",
- "options": [
- {
- "name": "2",
- "label": "2",
- "value": "pre, .highlight, .diff-table, .tab-size {\n tab-size: 2 !important;\n -moz-tab-size: 2 !important;\n }"
- },
- {
- "name": "4",
- "label": "4",
- "value": "pre, .highlight, .diff-table, .tab-size {\n tab-size: 4 !important;\n -moz-tab-size: 4 !important;\n }"
- },
- {
- "name": "8",
- "label": "8",
- "value": "pre, .highlight, .diff-table, .tab-size {\n tab-size: 8 !important;\n -moz-tab-size: 8 !important;\n }"
- }
- ]
- },
- "font-choice": {
- "type": "text",
- "label": "Code Font",
- "name": "font-choice",
- "value": null,
- "default": "Menlo",
- "options": null
- },
- "font-features": {
- "type": "text",
- "label": "Code Font Features",
- "name": "font-features",
- "value": null,
- "default": "normal",
- "options": null
- },
- "font-size-choice": {
- "type": "text",
- "label": "Code Font Size",
- "name": "font-size-choice",
- "value": null,
- "default": "12",
- "options": null
- },
- "code-wrap": {
- "type": "select",
- "label": "Code Wrap",
- "name": "code-wrap",
- "value": null,
- "default": "nowrap",
- "options": [
- {
- "name": "nowrap",
- "label": "No Wrap",
- "value": ""
- },
- {
- "name": "wrap",
- "label": "Wrap",
- "value": "/* GitHub Bug: Enable wrapping of long code lines */\n body:not(.nowrap) .blob-code-inner,\n body:not(.nowrap) .markdown-body pre > code,\n body:not(.nowrap) .markdown-body .highlight > pre {\n white-space: pre-wrap !important;\n word-break: break-all !important;\n overflow-wrap: break-word !important;\n display: block !important;\n }\n body:not(.nowrap) td.blob-code-inner {\n display: table-cell !important;\n }"
- }
- ]
- }
- },
- "preprocessor": "uso"
- },
- "author": "StylishThemes",
- "name": "GitHub Dark",
- "originalDigest": "040ce47be26812af94cba02f894206b8a1a06536",
- "_id": "37961ecf-576d-4614-bb08-a9f734380882",
- "_rev": 1595056301968,
- "id": 6
- },
- {
- "enabled": true,
- "updateUrl": "https://userstyles.org/styles/chrome/168917.json",
- "md5Url": "https://update.userstyles.org/168917.md5",
- "url": "http://userstyles.org/styles/168917",
- "originalMd5": "5290d9c9fadfd3adf1796c633077b36f",
- "installDate": 1590222210193,
- "sections": [
- {
- "urls": [],
- "urlPrefixes": [],
- "domains": [
- "linuxfromscratch.org"
- ],
- "regexps": [],
- "code": ":root\r\n{\r\n --main-bg-color: #21262b;\r\n\t--main-fg-color: #bbb;\r\n\t--lighter-bg-color: #31363b;\r\n --lighter-fg-color: #ccc;\r\n\t--highlight-bg-color: #41464b;\r\n --highlight-fg-color: #ddd;\r\n --link-normal-color: #5080a0;\r\n --link-highlight-color: #50a0a0;\r\n}\r\n\r\nbody\r\n{\r\n background-color: var(--main-bg-color);\r\n color: var(--main-fg-color);\r\n}\r\n\r\ndiv.navbar, #leftmenu ul, input, div.navheader, div.navfooter,\r\n.blfs ul.compact li p\r\n{\r\n background-color: var(--lighter-bg-color);\r\n color: var(--lighter-fg-color);\r\n}\r\n\r\ninput:hover, div.navheader ul, div.navfooter ul, div.note, div.tip,\r\ndiv.important, div.warning, div.caution\r\n{\r\n background-color: var(--highlight-bg-color);\r\n color: var(--highlight-fg-color);\r\n}\r\n\r\na:link, a.ulink:link\r\n{\r\n text-decoration: none;\r\n color: var(--link-normal-color);\r\n border-bottom: dotted 1px var(--link-normal-color);\r\n}\r\n\r\na:visited, a:hover\r\n{\r\n text-decoration: none;\r\n color: var(--link-highlight-color);\r\n border-bottom: dotted 1px var(--link-highlight-color);\r\n}\r\n\r\nh1, h2, h3, h4, h5, h6, b, .strong\r\n{\r\n color: var(--main-fg-color);\r\n}\r\n\r\ndiv.navheader\r\n{\r\n border-bottom: 1px solid var(--lighter-bg-color);\r\n}\r\n\r\ndiv.navfooter\r\n{\r\n border-top: 1px solid var(--highlight-bg-color);\r\n}\r\n\r\n.preface h1, .part h1, .chapter h1, .appendix h1, .index h1, .sect1 h1\r\n{\r\n background-color: var(--highlight-bg-color);\r\n color: var(--highlight-fg-color);\r\n border-bottom: .1em solid var(--lighter-bg-color);\r\n}\r\n\r\npre, pre.screen\r\n{\r\n background-color: var(--lighter-bg-color);\r\n color: var(--lighter-fg-color);\r\n border: 1px solid var(--highlight-bg-color);\r\n}\r\n\r\npre.userinput, pre.root\r\n{\r\n color: var(--lighter-fg-color);\r\n}\r\n\r\ndiv.note, div.tip\r\n{\r\n border: 2px solid var(--lighter-bg-color);\r\n}\r\n\r\ndiv.note img, div.tip img\r\n{\r\n filter: invert(0.7);\r\n}"
- }
- ],
- "name": "LinuxFromScratch Dark Breeze",
- "originalDigest": "b0ff80a843171ca251e2f4838326d83953537dca",
- "_id": "12fe0075-2b31-429a-9e2e-d5d79d502d69",
- "_rev": 1590222210196,
- "id": 7
- },
- {
- "enabled": true,
- "updateUrl": "https://raw.githubusercontent.com/StylishThemes/Overlay-Scrollbars/master/global-overlay-scrollbars.user.css",
- "md5Url": null,
- "url": "https://github.com/StylishThemes/Overlay-Scrollbars",
- "originalMd5": null,
- "installDate": 1590563533079,
- "sourceCode": "/* ==UserStyle==\n@name Global Overlay Scrollbars\n@version 3.0.2\n@description Global overlay scrollbars\n@namespace StylishThemes\n@author StylishThemes\n@co-authors https://github.com/StylishThemes/Overlay-Scrollbars/graphs/contributors\n@homepageURL https://github.com/StylishThemes/Overlay-Scrollbars\n@supportURL https://github.com/StylishThemes/Overlay-Scrollbars/issues\n@updateURL https://raw.githubusercontent.com/StylishThemes/Overlay-Scrollbars/master/global-overlay-scrollbars.user.css\n@license CC-BY-SA-4.0\n@preprocessor uso\n@advanced color custom-thumb-color \"Scrollbar thumb color\" rgba(79, 140, 201, .6)\n@advanced color custom-track-color \"Scrollbar track color\" transparent\n@advanced dropdown custom-width \"Scrollbar track width/height\" {\n thin \"Firefox Thin\" <<<EOT\n thin EOT;\n auto \"Firefox Auto\" <<<EOT\n auto EOT;\n none \"Firefox None\" <<<EOT\n none EOT;\n}\n@advanced color custom-thumb-color-hover \"Webkit scrollbar thumb hover color\" rgba(79, 140, 201, .8)\n@advanced color custom-track-color-hover \"Webkit scrollbar track hover color\" transparent\n@advanced text webkit-scrollbar-width-height \"Webkit scrollbar width/height\" 6px\n@advanced text webkit-scrollbar-border-radius \"Webkit scrollbar border radius\" 0px\n@advanced checkbox workaround-gh-scrollbars \"Enable GitHub workaround scrollbars\" 0 {\n Enabled \"Enabled\" <<<EOT\n /* GitHub https://github.com/StylishThemes/GitHub-Dark/issues/870 *\\/\n .integrations-select-repos::-webkit-scrollbar {\n max-width: var(--webkit-scrollbar-width-height) !important;\n width: var(--webkit-scrollbar-width-height) !important;\n }\n .integrations-select-repos::-webkit-scrollbar-thumb {\n background: var(--custom-thumb-color) !important;\n border: 0 !important;\n border-radius: var(--webkit-scrollbar-border-radius) !important;\n box-shadow: none !important;\n }\n .integrations-select-repos::-webkit-scrollbar-track-piece {\n background: var(--custom-track-color) !important;\n } EOT;\n disabled \"Disabled\" <<<EOT\n disabled EOT;\n}\n==/UserStyle== */\n:root {\n --custom-track-color: /*[[custom-track-color]]*/;\n --custom-thumb-color: /*[[custom-thumb-color]]*/;\n --custom-width: /*[[custom-width]]*/;\n --webkit-scrollbar-thumb-hover: /*[[custom-thumb-color-hover]]*/;\n --webkit-scrollbar-track-hover: /*[[custom-track-color-hover]]*/;\n --webkit-scrollbar-width-height: /*[[webkit-scrollbar-width-height]]*/;\n --webkit-scrollbar-border-radius: /*[[webkit-scrollbar-border-radius]]*/;\n}\n*:not(select) {\n scrollbar-color: var(--custom-thumb-color) var(--custom-track-color) !important;\n scrollbar-width: var(--custom-width) !important;\n}\n/* Chrome and derivatives*/\n::-webkit-scrollbar {\n max-width: var(--webkit-scrollbar-width-height) !important;\n max-height: var(--webkit-scrollbar-width-height) !important;\n background: var(--custom-track-color) !important;\n}\n::-webkit-scrollbar-corner,\n::-webkit-scrollbar-track,\n::-webkit-scrollbar-track-piece {\n background: var(--custom-track-color) !important;\n}\n::-webkit-scrollbar-thumb {\n background: var(--custom-thumb-color) !important;\n border-radius: var(--webkit-scrollbar-border-radius) !important;\n}\n::-webkit-scrollbar-corner:hover,\n::-webkit-scrollbar-track:hover,\n::-webkit-scrollbar-track-piece:hover {\n background: var(--webkit-scrollbar-track-hover) !important;\n}\n::-webkit-scrollbar-thumb:hover {\n background: var(--webkit-scrollbar-thumb-hover) !important;\n}\n",
- "sections": [
- {
- "code": ":root {\n --custom-track-color: rgba(0, 0, 0, 0);\n --custom-thumb-color: rgba(79, 140, 201, .6);\n --custom-width: thin;\n --webkit-scrollbar-thumb-hover: rgba(79, 140, 201, .8);\n --webkit-scrollbar-track-hover: rgba(0, 0, 0, 0);\n --webkit-scrollbar-width-height: 6px;\n --webkit-scrollbar-border-radius: 0px;\n}\n*:not(select) {\n scrollbar-color: var(--custom-thumb-color) var(--custom-track-color) !important;\n scrollbar-width: var(--custom-width) !important;\n}\n/* Chrome and derivatives*/\n::-webkit-scrollbar {\n max-width: var(--webkit-scrollbar-width-height) !important;\n max-height: var(--webkit-scrollbar-width-height) !important;\n background: var(--custom-track-color) !important;\n}\n::-webkit-scrollbar-corner,\n::-webkit-scrollbar-track,\n::-webkit-scrollbar-track-piece {\n background: var(--custom-track-color) !important;\n}\n::-webkit-scrollbar-thumb {\n background: var(--custom-thumb-color) !important;\n border-radius: var(--webkit-scrollbar-border-radius) !important;\n}\n::-webkit-scrollbar-corner:hover,\n::-webkit-scrollbar-track:hover,\n::-webkit-scrollbar-track-piece:hover {\n background: var(--webkit-scrollbar-track-hover) !important;\n}\n::-webkit-scrollbar-thumb:hover {\n background: var(--webkit-scrollbar-thumb-hover) !important;\n}",
- "start": 0
- }
- ],
- "usercssData": {
- "name": "Global Overlay Scrollbars",
- "version": "3.0.2",
- "description": "Global overlay scrollbars",
- "namespace": "StylishThemes",
- "author": "StylishThemes",
- "homepageURL": "https://github.com/StylishThemes/Overlay-Scrollbars",
- "supportURL": "https://github.com/StylishThemes/Overlay-Scrollbars/issues",
- "updateURL": "https://raw.githubusercontent.com/StylishThemes/Overlay-Scrollbars/master/global-overlay-scrollbars.user.css",
- "license": "CC-BY-SA-4.0",
- "preprocessor": "uso",
- "vars": {
- "custom-thumb-color": {
- "type": "color",
- "label": "Scrollbar thumb color",
- "name": "custom-thumb-color",
- "value": null,
- "default": "rgba(79, 140, 201, .6)",
- "options": null
- },
- "custom-track-color": {
- "type": "color",
- "label": "Scrollbar track color",
- "name": "custom-track-color",
- "value": null,
- "default": "rgba(0, 0, 0, 0)",
- "options": null
- },
- "custom-width": {
- "type": "select",
- "label": "Scrollbar track width/height",
- "name": "custom-width",
- "value": null,
- "default": "thin",
- "options": [
- {
- "name": "thin",
- "label": "Firefox Thin",
- "value": "thin"
- },
- {
- "name": "auto",
- "label": "Firefox Auto",
- "value": "auto"
- },
- {
- "name": "none",
- "label": "Firefox None",
- "value": "none"
- }
- ]
- },
- "custom-thumb-color-hover": {
- "type": "color",
- "label": "Webkit scrollbar thumb hover color",
- "name": "custom-thumb-color-hover",
- "value": null,
- "default": "rgba(79, 140, 201, .8)",
- "options": null
- },
- "custom-track-color-hover": {
- "type": "color",
- "label": "Webkit scrollbar track hover color",
- "name": "custom-track-color-hover",
- "value": null,
- "default": "rgba(0, 0, 0, 0)",
- "options": null
- },
- "webkit-scrollbar-width-height": {
- "type": "text",
- "label": "Webkit scrollbar width/height",
- "name": "webkit-scrollbar-width-height",
- "value": null,
- "default": "6px",
- "options": null
- },
- "webkit-scrollbar-border-radius": {
- "type": "text",
- "label": "Webkit scrollbar border radius",
- "name": "webkit-scrollbar-border-radius",
- "value": null,
- "default": "0px",
- "options": null
- },
- "workaround-gh-scrollbars": {
- "type": "checkbox",
- "label": "Enable GitHub workaround scrollbars",
- "name": "workaround-gh-scrollbars",
- "value": null,
- "default": "0",
- "options": null
- }
- }
- },
- "author": "StylishThemes",
- "description": "Global overlay scrollbars",
- "name": "Global Overlay Scrollbars",
- "originalDigest": "6bc26153b084526f3226bc34632caf10db0f3564",
- "_id": "f193f4fd-f72d-463f-9959-7f13c42b41ea",
- "_rev": 1590563533081,
- "id": 8
- },
- {
- "enabled": true,
- "updateUrl": "https://userstyles.org/styles/chrome/143738.json",
- "md5Url": "https://update.userstyles.org/143738.md5",
- "url": "http://userstyles.org/styles/143738",
- "originalMd5": "61b2725ab17124a58d71da42390dfb38",
- "installDate": 1592464821823,
- "sections": [
- {
- "urls": [],
- "urlPrefixes": [],
- "domains": [],
- "regexps": [
- "http(s)?://(|www.)?soundcloud.com/((?!jobs|settings/connections).*)"
- ],
- "code": "/*!\r\n|| Name: SoundCloud - Quite Dark ||\r\n|| Author: pawelos076232 ||\r\n|| License: No Redistribution ||\r\n|| Version: 1.3.3 ||\r\n */.l-footer:after{white-space:pre;content:\"\\A\\ASoundCloud - Quite Dark v1.3.3 \\A style by pawelos076232\"}html[lang=\"pl\"] .l-footer:after{content:\"\\A\\AU\\017Cywasz styl SoundCloud - Quite Dark v1.3.3 \\A stworzony z mi\\0142\\o\\015B ci\\0105 \\2764\\ przez pawelos076232\" !important}body{background:#0a0a0a url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNgAAABkCAAAAABxmtK9AAABFElEQVR42u3UMREAAAgDMSoB/2argZVLJPzw2QH4JcYGGBuAsQEYG4CxARgbYGwAxgZgbADGBmBsgLEBGBuAsQEYG4CxAcYGYGwAxgZgbADGBmBsgLEBGBuAsQEYG4CxAcYGYGwAxgZgbADGBhgbgLEBGBuAsQEYG2BsAMYGYGwAxgZgbADGBhgbgLEBGBuAsQEYG2BsAMYGYGwAxgZgbICxARgbgLEBGBuAsQHGBmBsAMYGYGwAxgZgbICxARgbgLEBGBuAsQHGBmBsAMYGYGwAxgYYG4CxARgbgLEBGBtgbBoAxgZgbADGBmBsAMYGGBuAsQEYG4CxARgbYGwAxgZgbADGBmBsgLEBGBuAsQEYG8BdAY8JBwnfLuOyAAAAAElFTkSuQmCC) repeat-y 50% 0}@media(max-width:959px){body{background:#111}}.header__logo{background:transparent}.searchTitle{background-color:#111}.frontMobileTeaser,.sidebarInfoBox,.banner.m-promotion{background:#0a0a0a}.sc-background-dark{background-color:#1a1a1a}.header{background:#030303}.g-dark-bg,.g-dark-list,.unreadConversations,.profileMenu__list{background-color:#222}.header__navMenu>li>a.selected,.header>li>a:focus,.userNav__item.selected,.userNav__button.selected,.header__navMenu>li>a.header__moreButton.selected{background-color:#222}.g-tabs-link,.g-tabs-link:visited{color:#ccc}.g-tabs-link:hover,.g-tabs-link:focus{color:#ccc;border-color:#ccc}body,textarea,select,button,input,.sc-text,a:hover,a.sc-ministats:hover,a.sc-link-dark,a.sc-link-light:hover,.sc-buylink,.sc-buylink:visited,.commentPopover.darkText .commentPopover__body,.moreActions__group .moreActions__link,.blockCheckbox__title,.truncatedAudioInfo__collapse:focus,.statsBadge__upsell-text>span,.localeSelector__body,.localeSelectorContent__link:hover,.sc-button-nostyle,.commentBadge:hover .commentBadge__title a{color:#ccc}a.sc-link-dark:hover,a.sc-link-medium:hover,.sc-buylink:hover{color:white}.sc-background-light{background-color:#0a0a0a}.dashbox__box{border-color:#1a1a1a}.dashbox__box,.dashbox__box:hover,.dashbox__box:focus,.dashbox__box:visited{color:#ccc}.loading:not(.dark){filter:invert(1) !important}.emptyNetworkPage__image,.noConversations__image,.personalRecommended__empty{filter:invert(0.93)}.truncatedUserDescription.m-overflow.m-collapsed .truncatedUserDescription__wrapper::after{background:#111;background:linear-gradient(rgba(17,17,17,0),#111)}.readMoreTile__countWrapper{background-color:#111}.audibleTilePlaceholder:before{border-color:#333}.l-signin .l-main{border-color:#1a1a1a}.sc-button-google:before{background-color:#111}.waveform__emptyMessage{color:white;text-shadow:1px 1px 1px #111}.g-geoblocked-icon:before{filter:invert(1)}.profileUploadFooter{background-color:#111}.uploadTarget__frame{background:#111}.uploadedTarget__messageHighlight{color:#ccc}a.compactTrackList__moreLink:focus{outline-color:#333}.dropbar__content,.listenContent__inner{background-color:#111}.compactTrackListItem.clickToPlay.active,.compactTrackListItem.clickToPlay:hover,.compactTrackListItem.clickToPlay:focus,.compactTrackList__moreLink:hover,.compactTrackList__moreLink:focus,.trackItem.hover,.trackItem.active,.chartTrack.m-playing,.chartTrack:hover,.listenLogin{background-color:#0a0a0a}.compactTrackListItem.clickToPlay.active .compactTrackListItem__additional,.compactTrackListItem.clickToPlay:hover .compactTrackListItem__additional,.compactTrackListItem.clickToPlay:focus .compactTrackListItem__additional,.trackItem:not(.m-disabled).hover .trackItem__additional,.trackItem:not(.m-disabled).active .trackItem__additional{background:#0a0a0a;background:linear-gradient(to right,rgba(13,13,13,0.1),#0a0a0a 17px)}.createPlaylistSuggestion__addContainer{background:linear-gradient(to right,rgba(17,17,17,0.1),#111 20px)}.truncatedAudioInfo.m-overflow.m-collapsed .truncatedAudioInfo__wrapper::after{background:#111;background:linear-gradient(rgba(17,17,17,0),rgba(17,17,17,0.5) 90%,#111)}.sc-snippet-badge-grey{border-color:#333}.soundBadge__additional{background:#111;background:linear-gradient(to right,rgba(17,17,17,0.1),#111 17px)}.image__whiteOutline .image__full{border-color:#1a1a1a}.l-footer.standard,.l-fixed-top-one-column>.l-top,.sound__soundActions{background:#111}.sc-buylink-itunes:before,.license__icon{filter:invert(1)}.listenEngagement{border-color:#111;box-shadow:0 1px 0 0 #1c1c1c}.commentForm__wrapper{background:#0a0a0a;border-color:#1a1a1a}.commentForm__input{background:#111;border-color:#1a1a1a}.commentForm.m-active .commentForm__wrapper{background:#1a1a1a;border-color:#333}.commentItem.m-creatorComment,.commentFormDisabled{background-color:#0a0a0a}.commentForm.m-small.m-active .commentForm__input{border-color:#333 !important}.compact__bubble{background-color:#111}.compact__bubble:before{border-top-color:#111}.playbackTimeline__progressBackground{background-color:#333}.volume.expanded .volume__sliderWrapper{border-color:#333}.volume__sliderWrapper:before{border-color:transparent transparent #333 #333}.volume__sliderWrapper:after{border-color:transparent transparent #0a0a0a #0a0a0a}.queue,.queue__itemWrapper{background-color:#111}.queueItemView:hover,.queueItemView.m-active{background:#070707}.queueItemView:hover.m-active{background:#0a0a0a}.queue__panel{border-bottom-color:#1a1a1a}.queue__hide:focus,.queue__hide:hover,.queue__hide{background-color:transparent !important;filter:invert(0.85)}.queueItemView__more.sc-button-small.sc-button-more:before{filter:invert(0.85)}.queueFallback__stationMode{border-top-color:#1a1a1a}.queue__itemsHeight{background-image:none !important}.removeFromNextUp:hover,.removeFromNextUp{filter:invert(0.93);background-color:#fff !important;margin-right:2px}button.removeFromNextUp.moreActions__button.sc-button-medium{color:#000;border-bottom:1px solid #e5e5e5}.playControls__inner,.playControls__bg{background-color:#0a0a0a;border-top-color:#2b2b2b}.skipControl__previous,.playControl,.playControl.playing,.skipControl__next,.volume__button,.sc-ministats-small.sc-ministats-sounds:before,.shuffleControl::before,.repeatControl.m-none,.playbackSoundBadge:not(.m-queueVisible) .playbackSoundBadge__showQueue{filter:invert(0.85)}.volume__sliderWrapper{background-color:#0a0a0a}.sc-toggle{border-color:#1a1a1a;background:#1a1a1a}.sc-toggle-handle{background:#111}.playbackTimeline__duration,.compactTrackListItem__content,.compactTrackListItem__number,.compactTrackListItem__trackTitle,.queueItemView__title{color:#ccc}.playbackSoundBadge__titleLink:hover,.playbackSoundBadge__titleLink:focus,a.playbackSoundBadge__lightLink:hover,a.playbackSoundBadge__lightLink:focus{color:white}.g-dark textarea,.g-dark select,.g-dark input[type=\"text\"],.g-dark input[type=\"password\"],.g-dark input[type=\"search\"]{color:#999;background:#1a1a1a}.g-dark input[type=\"search\"]:focus{background:#111}.frontContent__actions input[type=\"search\"],.frontContent__actions input[type=\"search\"]:focus{background:#0a0a0a}textarea,select,input{background:#111;border-color:#333}.sc-input,.sc-select{border-color:#333}.sc-radio-radio{background-color:#0a0a0a;border-color:#3d3d3d}.sc-radio-input:checked+.sc-radio-radio{box-shadow:inset 0 0 0 2px #0a0a0a}.sc-radio-input:checked:focus+.sc-radio-radio{box-shadow:inset 0 0 0 3px #0a0a0a}.sc-radio-input:disabled+.sc-radio-radio,.sc-radio:hover .sc-radio-input:disabled+.sc-radio-radio{background-color:#1a1a1a;border-color:#333}textarea:focus,select:focus,input[type=\"text\"]:focus,input[type=\"email\"]:focus,input[type=\"tel\"]:focus,input[type=\"url\"]:focus,input[type=\"date\"]:focus,input[type=\"password\"]:focus,input[type=\"search\"]:focus,.tokenInput.focused .tokenInput__wrapper{border-color:#4d4d4d}.sc-button:not(.sc-button-play):not(.sc-button-cta):not(.g-button-transparent-inverted):not(.sc-button-active):not(.sc-button-selected):not(.sc-button-nostyle):not(.playbackSoundBadge__like):not(.premiumContent__button):not(.premiumContent__hint):not(.sc-button-transparent):not(.hintButton){border-color:#1a1a1a;background-color:#111;color:#ccc}.sc-button-active:not(.sc-button-nostyle):not(:hover):not(.sc-button-transparent),.sc-button-selected:not(.sc-button-nostyle):not(.playbackSoundBadge__like):not(:hover):not(.sc-button-transparent){border-color:#1a1a1a;background-color:#111}.sc-button-active:hover:not(.sc-button-transparent):not(.hintButton),.sc-button-selected:hover:not(.sc-button-transparent):not(.hintButton){background-color:#111}.sc-button:hover:not(.sc-button-active):not(.sc-button-selected):not(.sc-button-follow):not(#authorize):not(.premiumButton):not(.premiumContent__button):not(.sc-button-transparent),.sc-button:focus:not(.sc-button-active):not(.sc-button-selected):not(.sc-button-follow):not(#authorize):not(.sc-button-transparent),.sc-button-focus:not(.sc-button-active):not(.sc-button-selected){color:#ccc;border-color:#333}.sc-button-small:not(.sc-button-facebook):not(.sc-button-google):not(.sc-button-selected):not(.sc-button-active):not(.sc-button-nostyle):not(.playButton):before,.sc-button-medium:not(.sc-button-facebook):not(.sc-button-google):not(.sc-button-selected):not(.sc-button-active):before,.sc-icon-large.sc-icon-check,.g-button-remove,.compactUpload__cancel,.featureHeader__closeButton{filter:invert(1)}.sc-button-selected:before,.sc-button-active:before,.sc-button-small.sc-button-play:before,.sc-button-small.sc-button-lightfg:before,.sc-button-medium.sc-button-lightfg:before{filter:none}.sc-button-lightfg.sc-button-transparent:before{filter:none !important}.moreActions__button,.moreActions__link{background-color:#111}.moreActions__button:hover,.moreActions__link:hover,.moreActions__button:focus{background-color:#0a0a0a}.moreActions__button:not(:last-child),.moreActions__link{border-bottom-color:#1a1a1a}.moreActions{border-color:#1a1a1a;background:#111}.moreActions__group:not(:first-child){border-top-color:#1a1a1a}.sc-button.sc-button-translucent:not(.sc-button-cta){background-color:rgba(0,0,0,0.8)}.sc-button.sc-button-translucent:not(.sc-button-cta):hover,.sc-button.sc-button-translucent:not(.sc-button-cta):focus,.sc-button.sc-button-translucent.sc-button-active:not(.sc-button-cta){background-color:black}.textfield__clear{background:#1a1a1a}.textfield__clear:hover{background:#333}.gritter-close,.mobileApps__dismiss{filter:invert(0.93)}.linkMenu{box-shadow:0 1px 8px rgba(150,150,150,0.2);background-color:#111}.sc-tag,.sc-tag:visited{background:#3d3d3d;border-color:#4d4d4d;color:#ddd}.sc-border-light-right,.ownActivity.large .ownActivity__user,.l-listen-wrapper .l-about-rows{border-right-color:#1c1c1c}.l-oscp>.l-sidebar,.sc-border-light-left{border-left-color:#1c1c1c}.sc-border-light-bottom,.g-tabs,.g-modal-title-h1,.g-form-section-head,.collection.m-overview .collection__section:not(:last-child),.searchTitle__text,.chartsMain_listHeader,.statsOverview__main:before,.statsOverview__top:before,.sc-border-dark-bottom,.selectionModule,.mixedSelectionModule{border-bottom-color:#1c1c1c}.sc-border-light-top,.currentPlan__noActivity,.subscriptions__noActivity{border-top-color:#1c1c1c}.paging-eof:before{filter:invert(0.935)}.tabs__heading{border-bottom-color:#1a1a1a}.chartTracksEnd{border-top-color:#1a1a1a}.modal__modal,.audibleEditForm__form,.tabs__tabs,.tabs__headingContainer,.tagInput__wrapper,.g-modal-section,.recipientChooser .tokenInput__wrapper,.localeSelectorContent{background:#111}.embedPanel__tabLink{background-color:#1a1a1a}.composeMessage__bottomWrapper{border-color:#333}.modal.modalWhiteout{background-color:rgba(0,0,0,0.9)}.modal.modalWhiteout>.modal__closeButton{filter:invert(1)}.permalinkTextfield__input:disabled{color:#ccc}.editTrackItem__additional{background:#111;background:linear-gradient(to right,rgba(0,0,0,0.1),#111 17px)}.tokenInput__token{background:#0a0a0a}.dialog,.dialog__arrow{border-color:#333;background:#111}.gritter-item-wrapper{color:#ccc;background:#111;box-shadow:0 0 4px rgba(0,0,0,0.2),inset 0 0 2px black;border-color:#333}.callout__bubble,.callout__bubble::before{background-color:#111}.uploadMain__chooserContainer,.uploadMain__foot,.activeUpload__form,.activeUpload__shareContainer,.quotaMeterWrapper{background-color:#111}.suggestedTags__listItem.selected{background-color:#0a0a0a}.suggestedTags{background-color:#111;border-color:#333}.creatorsNavigation__onSoundCloudLink{color:#333 !important;filter:invert(1)}.progressBar__outer{background-color:#1a1a1a}.blockCheckbox__icon{filter:invert(1) hue-rotate(180deg)}.uploadMain__title{color:#ccc}.uploadMain.hasActiveUploads .uploadMain__chooserContainer{border-color:#1c1c1c}.quotaMeter__dropdownButton:after{filter:invert(0.5)}.conversation__actions{background:#111;box-shadow:0 1px 0 #111}.spotlightResults{background-color:#111}.inboxItem:hover,.inboxItem:focus,.inboxItem.unread,.inboxItem.active,.inbox__item:before,.spotlightResults__item.selected{background-color:#0a0a0a}.conversation__form{border-top-color:#1a1a1a}.composeMessage__searchViewWrapper::after{background:rgba(17,17,17,0.8)}.suggestedUsers{background-color:#0a0a0a;color:#999}.suggestedUsers__listItem.selected{color:#ccc;background-color:#333}.composeTextfield .textfield__input,.conversationMessage__body{color:#999}.userAudibleSearchResults{background-color:#111}.userAudibleSearchResults .loading{filter:invert(1) !important}.userAudibleSearchResultItem{color:#999 !important}.userAudibleSearchResults__item.selected{background-color:#0a0a0a}.trackManager__upsellWrapper,.audibleEditForm__audio{background-color:#111}.soundBadge:hover:not(.compact),.soundBadge.hover:not(.compact),.soundBadge.selected:not(.compact),.soundBadge.active:not(.compact){background-color:#0a0a0a}.soundBadge:hover:not(.compact) .soundBadge__additional,.soundBadge.hover:not(.compact) .soundBadge__additional,.soundBadge.selected:not(.compact) .soundBadge__additional,.soundBadge.active:not(.compact) .soundBadge__additional{background:#0d0d0d;background:linear-gradient(to right,rgba(13,13,13,0.1),#0a0a0a 17px)}.g-upsell-container{background:#0a0a0a;border-color:#1a1a1a}.sc-button:disabled,.sc-button:disabled:hover,.sc-button-disabled,.sc-button-disabled:hover,.sc-button-disabled:focus,.sc-button.sc-pending,.sc-button.sc-pending:hover,.sc-button.sc-pending:focus{background-color:#0a0a0a;border-color:#1a1a1a}.sc-button-dropdown.sc-button-dropdown-plain:not(.sc-button-disabled):not(:disabled){border-color:#333;color:#ccc}.sc-button-dropdown.sc-button-dropdown-plain:hover:not(.sc-button-disabled):not(:disabled){border-color:#555}.sc-button-dropdown:focus:not(.sc-button-disabled):not(:disabled){box-shadow:0 0 0 4px #1a1a1a}.editTracksDropdown{background-color:#111}.editTrackModalButton:not(:disabled):hover,.editTrackModalButton:not(:disabled):focus{background-color:#0a0a0a}.sc-border-light{border-color:#1c1c1c}.stats__empty{background:#111;color:#999}.stats__pager,.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next,.sc-icon-large.sc-stats-icon:not(.sc-stats-icon-play-orange):not(.sc-stats-icon-like-orange):not(.sc-stats-icon-comment-orange):not(.sc-stats-icon-repost-orange):not(.sc-stats-icon-download-orange):not(.sc-stats-icon-rss-orange){filter:invert(1)}.stats__expand{background-color:#111;box-shadow:0 -3px 6px -5px rgba(255,255,255,0.2)}.statsDateSelect{background:#111}.stats__expand:hover,.stats__expand:focus{border-color:#333}.statsBarChart__bottom{stroke:#1c1c1c}.stats__xAxis text{fill:#ccc}.statsDateSelect__calendar .ui-datepicker td a,.userStatsLegend__item.active{color:#ccc}.statsDateSelect__calendar .ui-datepicker-calendar .ui-state-disabled,.statsDateSelect__calendar .ui-datepicker-calendar .ui-state-disabled:hover{color:#5b5b5b}.statsDateSelect__calendar .ui-datepicker-current-day,.statsDateSelect__calendar td:hover{background:#171a20}.statsDateSelect__rangeTitle,.statsDateSelect__range{border-bottom-color:#171a20}.topStatsModule__item,.topStatsModule__item:last-child,.topStatsItemPlaceholder.track .topStatsItemPlaceholder__visual,.sc-border-dark,.sc-border-dark-top{border-color:#1a1a1a}.topStatsItemPlaceholder__text::before,.topStatsItemPlaceholder__text::after,.topStats__wrapperEligible:hover,.topStats__wrapperEligible:focus{background-color:#0a0a0a}.topStats__wrapperEligible:focus .topStatsItemPlaceholder__text::before,.topStats__wrapperEligible:focus .topStatsItemPlaceholder__text::before,.topStats__wrapperEligible:hover .topStatsItemPlaceholder__text::before,.topStats__wrapperEligible:hover .topStatsItemPlaceholder__text::after,.dateSelectStats__datepicker .ui-datepicker-today a{background-color:#1a1a1a}.sc-background-white,.dateSelectStats__datepicker{background-color:#111}.statsOverview__separator{background-color:#0a0a0a}.statsDropbarTabs__icon.g-stats-icon:not(.g-stats-icon-orange){filter:invert(1)}.statsBarChart [data-rank=rank-0] .inactive{fill:#2a2a2a}.g-nav-item-search:not(.active)>.g-nav-link,.g-nav-item-sounds:not(.active)>.g-nav-link,.g-nav-item-people:not(.active)>.g-nav-link,.g-nav-item-sets:not(.active)>.g-nav-link{filter:invert(1)}.premiumProductInfo.m-highlighted{background-color:#0a0a0a}.premiumContent__fixedWrapper{background-color:#070707}.premiumContent__fixedBackground{background-color:#070707 !important}.premiumProductInfo{border-color:#1a1a1a}.premiumProductInfo__bestValueRibbon,.premiumProductInfo__buyButton>.sc-button{background:#111}.products__cell.price{background-color:#111}.products__cell{border-color:#333}"
- },
- {
- "urls": [],
- "urlPrefixes": [],
- "domains": [],
- "regexps": [
- "http(s)?://(|www.)?soundcloud.com/connect?.*"
- ],
- "code": "#oauth,#oauth2_authorization,body #main-wrapper,.sessions__formContainer{background:#111}html,body,form,fieldset,#oauth #main-wrapper .authorize-text,#oauth2_authorization #main-wrapper .authorize-text{color:#ccc}.userbadge.context{border-color:#222}"
- }
- ],
- "name": "SoundCloud - Quite Dark",
- "originalDigest": "fd7b3780dedea67122e127f351d4754c092884cd",
- "_id": "85375904-2434-41a8-9b12-4010f7726dbd",
- "_rev": 1592464821825,
- "id": 9
- },
- {
- "enabled": true,
- "updateUrl": null,
- "md5Url": null,
- "url": null,
- "originalMd5": null,
- "installDate": 1593183569733,
- "name": "ziglang.org",
- "sections": [
- {
- "code": "html {\n color: #ece6e6;\n background-color: #131313;\n}\n\na {\n color: #2b2bbb;\n}",
- "domains": [
- "ziglang.org"
- ]
- }
- ],
- "updateDate": 1593183660053,
- "_id": "994b0403-2e01-45df-a509-ee342ee250b6",
- "_rev": 1593183660053,
- "id": 10
- },
- {
- "enabled": true,
- "updateUrl": null,
- "md5Url": null,
- "url": null,
- "originalMd5": null,
- "installDate": 1593198599046,
- "name": "tldp.org",
- "sections": [
- {
- "code": "html, body {\n color: #e5e0e0;\n background-color: #242323;\n}\n\na {\n color: #1d1dff;\n}",
- "urlPrefixes": [
- "http://tldp.org"
- ]
- }
- ],
- "updateDate": 1593198887761,
- "_id": "28148c83-ef62-46ff-8616-43d18730a33e",
- "_rev": 1593198887761,
- "id": 11
- }
-] \ No newline at end of file