Skip to content

Instantly share code, notes, and snippets.

@mpfaff
Last active May 29, 2020 21:27
Show Gist options
  • Save mpfaff/282f74b6071ef753ac4c2701b7166b5f to your computer and use it in GitHub Desktop.
Save mpfaff/282f74b6071ef753ac4c2701b7166b5f to your computer and use it in GitHub Desktop.
User JavaScript and CSS files

CSS Overrides

CSS overrides for websites. These themes all work on the User JavaScript and CSS Chrome extension. Try that extension before commenting that one of them doesn't work for you.

GitLab

gitlab.com.css

This is a dark theme I threw together in around 2 hours for GitLab, after being fed up with my eyes being on fire. This theme is not ready for everyday use.

GitHub

github.com.css

This is a dark theme for GitHub that I threw together in around 2 hours. GitHub was scorching my eyes quite as badly as GitLab, but it was still bad enough to warrant its own theme, and I couldn't find one that I was happy with online. This theme is in no means ready for everyday use, but it is in slightly better shape than the GitLab theme.

:root {
--inject-lighter: #e6e6e6;
--inject-light: #dbe0e4;
--inject-lightless: #c5ccd1;
--inject-darkless: #565656;
--inject-darklesser: #323d45;
--inject-dark: #2a333c;
--inject-darker: #252b2e;
/*--inject-link: #61fff1;*/
--inject-link: #61b5ff;
--inject-highlight-dark: #d590ff;
}
:focus {
outline: none;
}
/**
* Body
*/
body {
background-color: var(--inject-dark);
color: var(--inject-light);
}
/**
* Cards
*/
.timeline-comment {
background-color: var(--inject-dark);
color: var(--inject-light);
border-color: var(--inject-darkless);
}
/**
* Card headers
*/
.timeline-comment-header {
background-color: var(--inject-darker);
color: var(--inject-light);
border-color: var(--inject-darkless);
}
/**
* Significant text
*/
.TimelineItem-body, .task-progress {
color: var(--inject-lighter);
}
/**
* Hover boxes
*/
.Box {
background-color: var(--inject-dark);
}
/**
* Common text
*/
.link-gray, .text-gray {
color: var(--inject-lightless) !important;
}
.link-gray-dark, .text-gray-dark {
color: var(--inject-lighter) !important;
}
.link-gray-light, .text-gray-light {
color: var(--inject-light) !important;
}
a {
color: var(--inject-link);
}
.btn-link {
color: var(--inject-link);
}
.link-gray-dark:hover, .link-hover-blue:hover, .link-gray:hover {
color: var(--inject-link) !important;
}
/**
* PR "Merged" Status Octicon
*/
.merged.octicon {
color: var(--inject-highlight-dark);
}
/**
* PR "Merged" Status Octicon
*/
.text-purple {
color: var(--inject-highlight-dark) !important;
}
/**
* PR "Merged" Status
*/
.State--purple {
background-color: var(--inject-highlight-dark);
color: var(--inject-dark);
}
/**
* page header
*/
.gh-header .gh-header-sticky.is-stuck+.gh-header-shadow {
background-color: var(--inject-darker);
}
.bg-gray-light {
/*color seems necessary for platforms that don't support transparency.*/
background-color: var(--inject-dark) !important;
}
.gh-header, .pagination-loader-container {
/*color seems necessary for platforms that don't support transparency.*/
background-color: var(--inject-dark);
background-image: none;
}
.gh-header-meta {
color: var(--inject-lightless);
}
/**
* Commit reference
*/
.commit-ref {
background-color: var(--inject-darker);
color: var(--inject-lightless);
}
/**
* Header actions
*/
.btn, .social-count {
background-color: var(--inject-darker);
background-image: none;
color: var(--inject-light);
}
.btn.hover, .btn:hover {
background-color: var(--inject-dark);
background-image: none;
}
.social-count:hover {
background-color: var(--inject-dark);
color: var(--inject-light);
}
.gh-header-number {
color: var(--inject-lightless);
}
.tabnav-pr .tabnav-tab {
color: var(--inject-lightless);
}
.tabnav-pr .tabnav-tab.selected {
border-color: var(--inject-darkless);
color: var(--inject-light);
}
.reponav-item {
color: var(--inject-lightless);
}
.reponav-item.selected {
background-color: var(--inject-darker);
border-right-color: var(--inject-darkless);
border-left-color: var(--inject-darkless);
color: var(--inject-light);
}
.reponav-item .Counter {
color: var(--inject-lightless);
}
/**
* Discussions
*/
.pagination-loader-container > .discussion-item-header > .Box {
background-color: var(--inject-darker);
border: none;
}
.pagination-loader-container > .discussion-item-header > .Box > button {
background-color: var(--inject-darker) !important;
border-radius: 0;
}
.ajax-pagination-form .ajax-pagination-btn {
color: var(--inject-link);
}
/**
* Discussion footer
*/
.discussion-timeline-actions {
background: none;
}
.discussion-timeline-actions, .timeline-comment-wrapper {
border: none;
}
.TimelineItem-break {
background: none;
}
.previewable-comment-form .comment-form-head.tabnav {
background-color: var(--inject-darker);
}
.tabnav-tab.selected, .tabnav-tab[aria-current]:not([aria-current=false]), .tabnav-tab[aria-selected=true] {
color: var(--inject-light);
background-color: var(--inject-dark);
border-color: var(--inject-darkless);
}
.tabnav {
border-color: var(--inject-darkless);
}
.input-contrast, .input-contrast:focus {
background-color: var(--inject-darklesser);
color: var(--inject-light);
}
.form-control.focus, .form-control:focus, .form-select.focus, .form-select:focus {
border-color: var(--inject-link);
}
.form-control, .form-select {
border-color: var(--inject-darkless);
}
.drag-and-drop {
border-color: var(--inject-darkless);
}
.upload-enabled textarea {
border-color: var(--inject-darkless);
}
.drag-and-drop {
background: none;
}
/**
* COMMIT HISTORY
*/
.commits-listing:before {
background-color: #c6cbd1;
}
.commits-list-item.navigation-focus, .commits-list-item[aria-selected=true] {
background-color: var(--inject-darker);
}
/**
* Date
*/
.commit-group-title {
color: var(--inject-light);
}
/**
* Commit title
*/
.commit .commit-title, .commit .commit-title a {
color: var(--inject-light);
}
/**
* Commit author
*/
.commits-list-item .commit-author {
color: var(--inject-light);
}
/**
* Commit timestamp
*/
.commits-list-item relative-time {
color: var(--inject-light);
}
/**
* Unimportant words
*/
.commits-list-item .commit-meta {
color: var(--inject-lightless);
}
.commit-group-title .octicon-git-commit {
margin-left: -1px;
background: none;
}
.commits-list-item+.commits-list-item {
border-top: none;
}
.table-list-cell {
border-top: 1px solid var(--inject-darkless);
}
.table-list-bordered .table-list-cell:first-child {
border-left: 1px solid var(--inject-darkless);
}
.table-list-bordered .table-list-cell:last-child {
border-right: 1px solid var(--inject-darkless);
}
/**
* FILES CHANGED
*/
.diffbar {
background: none;
}
/**
* File diff
*/
.file {
/*temporary lazy fix*/
background-color: #fff;
}
:root {
--inject-background-lighter: #404040;
--inject-background: #2e2e2e;
--inject-background-darker: #242424;
--inject-foreground: #fff;
--inject-foreground-darker: #e3e3e3;
--inject-foreground-darkest: #c2c2c2;
--inject-text: #9a9a9a;
--inject-text-dark: #707070;
}
body {
background-color: var(--inject-background);
color: var(--inject-foreground);
}
/********************
* BACKGROUND
********************/
/**
* Background None
*/
.input-group .input-group-prepend, .input-group .input-group-append, .form-control:disabled, .search form:disabled, .form-control[readonly], .search form[readonly], .select2-search input, .file-holder .file-content, .project-feature-settings, .row-content-block, .filtered-search-box, .page-link, .page-item.disabled .page-link, .gl-pagination .page-item.disabled .page-link, .badge.badge-pill, .shortcut-mappings .key, .card, .card-header {
background: none;
}
/**
* background: background-darker
*/
.nav-sidebar, .toggle-sidebar-button, .close-nav-button, .select2-container .select2-choice:hover, .select2-container.select2-drop-above .select2-choice:hover, .select2-results .select2-highlighted .select2-result-label, .project-repo-buttons .count-buttons .count-badge-count, table.table tr th, .md table:not(.code) tr th, .file-title-flex-parent, .file-holder .file-title-flex-parent, .dropdown-menu li>a:not(.disable-hover):hover, .dropdown-menu .participants-more li>.btn-link:not(.disable-hover):hover, .participants-more .dropdown-menu li>.btn-link:not(.disable-hover):hover, .dropdown-menu .participants-more .right-sidebar .title li>.confidential-edit:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .participants-more li>.confidential-edit:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu .participants-more .right-sidebar .title li>.lock-edit:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu li>.lock-edit:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .participants-more li>.lock-edit:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu li>.lock-edit:not(.disable-hover):hover, .dropdown-menu .participants-more .right-sidebar .title li>.edit-link:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu li>.edit-link:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .participants-more li>.edit-link:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu li>.edit-link:not(.disable-hover):hover, .dropdown-menu .user-list-more li>.btn-link:not(.disable-hover):hover, .user-list-more .dropdown-menu li>.btn-link:not(.disable-hover):hover, .dropdown-menu .user-list-more .right-sidebar .title li>.confidential-edit:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .user-list-more li>.confidential-edit:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu .user-list-more .right-sidebar .title li>.lock-edit:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu li>.lock-edit:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .user-list-more li>.lock-edit:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu li>.lock-edit:not(.disable-hover):hover, .dropdown-menu .user-list-more .right-sidebar .title li>.edit-link:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu li>.edit-link:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .user-list-more li>.edit-link:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu li>.edit-link:not(.disable-hover):hover, .dropdown-menu li>a:active, .dropdown-menu li>a:focus, .dropdown-menu li>a.is-focused, .dropdown-menu li button:not(.disable-hover):hover, .dropdown-menu li button:active, .dropdown-menu li button:focus, .dropdown-menu li button.is-focused, .dropdown-menu li .menu-item:not(.disable-hover):hover, .dropdown-menu li .menu-item:active, .dropdown-menu li .menu-item:focus, .dropdown-menu li .menu-item.is-focused, .dropdown-menu-nav li>a:not(.disable-hover):hover, .dropdown-menu-nav .participants-more li>.btn-link:not(.disable-hover):hover, .participants-more .dropdown-menu-nav li>.btn-link:not(.disable-hover):hover, .dropdown-menu-nav .participants-more .right-sidebar .title li>.confidential-edit:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu-nav li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .participants-more li>.confidential-edit:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu-nav li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu-nav .participants-more .right-sidebar .title li>.lock-edit:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu-nav li>.lock-edit:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .participants-more li>.lock-edit:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu-nav li>.lock-edit:not(.disable-hover):hover, .dropdown-menu-nav .participants-more .right-sidebar .title li>.edit-link:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu-nav li>.edit-link:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .participants-more li>.edit-link:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu-nav li>.edit-link:not(.disable-hover):hover, .dropdown-menu-nav .user-list-more li>.btn-link:not(.disable-hover):hover, .user-list-more .dropdown-menu-nav li>.btn-link:not(.disable-hover):hover, .dropdown-menu-nav .user-list-more .right-sidebar .title li>.confidential-edit:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu-nav li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .user-list-more li>.confidential-edit:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu-nav li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu-nav .user-list-more .right-sidebar .title li>.lock-edit:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu-nav li>.lock-edit:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .user-list-more li>.lock-edit:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu-nav li>.lock-edit:not(.disable-hover):hover, .dropdown-menu-nav .user-list-more .right-sidebar .title li>.edit-link:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu-nav li>.edit-link:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .user-list-more li>.edit-link:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu-nav li>.edit-link:not(.disable-hover):hover, .dropdown-menu-nav li>a:active, .dropdown-menu-nav li>a:focus, .dropdown-menu-nav li>a.is-focused, .dropdown-menu-nav li button:not(.disable-hover):hover, .dropdown-menu-nav li button:active, .dropdown-menu-nav li button:focus, .dropdown-menu-nav li button.is-focused, .dropdown-menu-nav li .menu-item:not(.disable-hover):hover, .dropdown-menu-nav li .menu-item:active, .dropdown-menu-nav li .menu-item:focus, .dropdown-menu-nav li .menu-item.is-focused, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .btn-link:hover, .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .btn-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .confidential-edit:hover, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .confidential-edit:hover, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .lock-edit:hover, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .lock-edit:hover, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .edit-link:hover, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .edit-link:hover, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .btn-link:hover, .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .btn-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .confidential-edit:hover, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .confidential-edit:hover, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .lock-edit:hover, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .lock-edit:hover, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .edit-link:hover, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .edit-link:hover, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:active, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:focus, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:active, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:focus {
background-color: var(--inject-background-darker);
}
/**
* background: background
*/
.select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice, .select2-drop, .select2-results, .form-control, .search form, .form-control:focus, .common-note-form .md-area.is-focused, .search form:focus, .search.search-active form, .form-control:focus, .common-note-form .md-area.is-focused, .search form:focus, .search.search-active form, .dropdown-toggle, .dropdown-menu-toggle, .confidential-merge-request-fork-group .dropdown-toggle, .confidential-merge-request-fork-group .dropdown-menu-toggle, .btn, .project-buttons .stat-text, .info-well, .show.dropdown .dropdown-menu, .show.dropdown .dropdown-menu-nav, input {
background-color: var(--inject-background);
}
/********************
* BORDER
********************/
/**
* Border None
*/
.select2-search input, .gl-pagination .page-link {
border: none;
}
/**
* border: background-lighter
*/
.toggle-sidebar-button, .close-nav-button, .navbar-gitlab, .breadcrumbs-container, hr, .select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice, .select2-container .select2-choice:hover, .select2-container.select2-drop-above .select2-choice:hover, .select2-drop, .select2-drop.select2-drop-above, .form-control, .search form, .select2-results, .project-visibility-setting, .project-feature-settings {
border-color: var(--inject-background-lighter);
}
/**
* border: all background-lighter
*/
.select2-results .select2-result, .show.dropdown .dropdown-menu, .show.dropdown .dropdown-menu-nav {
border: 1px solid var(--inject-background-lighter);
}
/********************
* COLOR
********************/
/**
* color: foreground-darker
*/
.select2-container .select2-choice, .select2-container .select2-choice:hover {
color: var(--inject-foreground-darker);
}
/**
* color: foreground
*/
.select2-search input, .form-control, .search form, .form-control:focus, .common-note-form .md-area.is-focused, .search form:focus, .search.search-active form, .form-control:focus, .common-note-form .md-area.is-focused, .search form:focus, .search.search-active form, .detail-page-header, .detail-page-description .title, .timeline-entry {
color: var(--inject-foreground);
}
/**
* color: foreground-darkest
*/
.select2-results .select2-highlighted, .select2-drop, .select2-drop.select2-drop-above, .form-control:disabled, .search form:disabled, .form-control[readonly], .search form[readonly], h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .breadcrumb.repo-breadcrumb a, .dropdown-toggle, .dropdown-menu-toggle, .confidential-merge-request-fork-group .dropdown-toggle, .confidential-merge-request-fork-group .dropdown-menu-toggle, .btn, .project-buttons .stat-text, .project-repo-buttons .count-buttons .count, .project-repo-buttons .count-buttons .count-badge-button, .info-well, .table, .md table:not(.code), .tree-holder .tree-item .tree-item-file-name i, .tree-holder .tree-item .tree-item-file-name a, .commit a, .generic-commit-status a, .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .file-title-flex-parent a, .context-header>a, .context-header>button, .dropdown-menu, .dropdown-menu .dropdown-header, .dropdown-menu-nav .dropdown-header, .dropdown-menu-selectable li a.is-indeterminate, .dropdown-menu-selectable li a.is-active, .dropdown-menu-selectable li button.is-indeterminate, .dropdown-menu-selectable li button.is-active, .dropdown-menu-selectable li .dropdown-item.is-indeterminate, .dropdown-menu-selectable li .dropdown-item.is-active, .dropdown-menu li>a:not(.disable-hover):hover, .dropdown-menu .participants-more li>.btn-link:not(.disable-hover):hover, .participants-more .dropdown-menu li>.btn-link:not(.disable-hover):hover, .dropdown-menu .participants-more .right-sidebar .title li>.confidential-edit:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .participants-more li>.confidential-edit:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu .participants-more .right-sidebar .title li>.lock-edit:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu li>.lock-edit:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .participants-more li>.lock-edit:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu li>.lock-edit:not(.disable-hover):hover, .dropdown-menu .participants-more .right-sidebar .title li>.edit-link:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu li>.edit-link:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .participants-more li>.edit-link:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu li>.edit-link:not(.disable-hover):hover, .dropdown-menu .user-list-more li>.btn-link:not(.disable-hover):hover, .user-list-more .dropdown-menu li>.btn-link:not(.disable-hover):hover, .dropdown-menu .user-list-more .right-sidebar .title li>.confidential-edit:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .user-list-more li>.confidential-edit:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu .user-list-more .right-sidebar .title li>.lock-edit:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu li>.lock-edit:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .user-list-more li>.lock-edit:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu li>.lock-edit:not(.disable-hover):hover, .dropdown-menu .user-list-more .right-sidebar .title li>.edit-link:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu li>.edit-link:not(.disable-hover):hover, .dropdown-menu .right-sidebar .title .user-list-more li>.edit-link:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu li>.edit-link:not(.disable-hover):hover, .dropdown-menu li>a:active, .dropdown-menu li>a:focus, .dropdown-menu li>a.is-focused, .dropdown-menu li button:not(.disable-hover):hover, .dropdown-menu li button:active, .dropdown-menu li button:focus, .dropdown-menu li button.is-focused, .dropdown-menu li .menu-item:not(.disable-hover):hover, .dropdown-menu li .menu-item:active, .dropdown-menu li .menu-item:focus, .dropdown-menu li .menu-item.is-focused, .dropdown-menu-nav li>a:not(.disable-hover):hover, .dropdown-menu-nav .participants-more li>.btn-link:not(.disable-hover):hover, .participants-more .dropdown-menu-nav li>.btn-link:not(.disable-hover):hover, .dropdown-menu-nav .participants-more .right-sidebar .title li>.confidential-edit:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu-nav li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .participants-more li>.confidential-edit:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu-nav li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu-nav .participants-more .right-sidebar .title li>.lock-edit:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu-nav li>.lock-edit:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .participants-more li>.lock-edit:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu-nav li>.lock-edit:not(.disable-hover):hover, .dropdown-menu-nav .participants-more .right-sidebar .title li>.edit-link:not(.disable-hover):hover, .participants-more .right-sidebar .title .dropdown-menu-nav li>.edit-link:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .participants-more li>.edit-link:not(.disable-hover):hover, .right-sidebar .title .participants-more .dropdown-menu-nav li>.edit-link:not(.disable-hover):hover, .dropdown-menu-nav .user-list-more li>.btn-link:not(.disable-hover):hover, .user-list-more .dropdown-menu-nav li>.btn-link:not(.disable-hover):hover, .dropdown-menu-nav .user-list-more .right-sidebar .title li>.confidential-edit:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu-nav li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .user-list-more li>.confidential-edit:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu-nav li>.confidential-edit:not(.disable-hover):hover, .dropdown-menu-nav .user-list-more .right-sidebar .title li>.lock-edit:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu-nav li>.lock-edit:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .user-list-more li>.lock-edit:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu-nav li>.lock-edit:not(.disable-hover):hover, .dropdown-menu-nav .user-list-more .right-sidebar .title li>.edit-link:not(.disable-hover):hover, .user-list-more .right-sidebar .title .dropdown-menu-nav li>.edit-link:not(.disable-hover):hover, .dropdown-menu-nav .right-sidebar .title .user-list-more li>.edit-link:not(.disable-hover):hover, .right-sidebar .title .user-list-more .dropdown-menu-nav li>.edit-link:not(.disable-hover):hover, .dropdown-menu-nav li>a:active, .dropdown-menu-nav li>a:focus, .dropdown-menu-nav li>a.is-focused, .dropdown-menu-nav li button:not(.disable-hover):hover, .dropdown-menu-nav li button:active, .dropdown-menu-nav li button:focus, .dropdown-menu-nav li button.is-focused, .dropdown-menu-nav li .menu-item:not(.disable-hover):hover, .dropdown-menu-nav li .menu-item:active, .dropdown-menu-nav li .menu-item:focus, .dropdown-menu-nav li .menu-item.is-focused, .dropdown-input-field:focus, .default-dropdown-input:focus, ul.content-list li a, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .btn-link:hover, .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .btn-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .confidential-edit:hover, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .confidential-edit:hover, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .lock-edit:hover, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .lock-edit:hover, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .edit-link:hover, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .edit-link:hover, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .btn-link:hover, .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .btn-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .confidential-edit:hover, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .confidential-edit:hover, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .lock-edit:hover, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .lock-edit:hover, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .edit-link:hover, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .edit-link:hover, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:active, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:focus, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:hover, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:active, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:focus, .detail-page-header a {
color: var(--inject-foreground-darkest);
}
/**
* color: teal
*/
a, .nav-links:not(.quick-links) li:not(.md-header-toolbar).active a, .nav-links:not(.quick-links) li:not(.md-header-toolbar).active button, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a.active, ul.content-list li .member-group-link, .event-item .event-user-info .author_name a {
color: var(--teal);
}
/**
* color: text
*/
.text-plain, .text-plain:hover, .project-stats .nav .stat-link, .project-buttons .nav .stat-link, .project-stats .nav .stat-link .project-stat-value, .project-buttons .nav .stat-link .project-stat-value, .dropdown-menu li>a, .dropdown-menu li button, .dropdown-menu li .menu-item, .dropdown-menu-nav li>a, .dropdown-menu-nav li button, .dropdown-menu-nav li .menu-item, .nav-links:not(.quick-links) li:not(.md-header-toolbar).active a .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar).active a .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar).active a .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar).active button .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar).active button .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar).active button .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a.active .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a.active .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) a.active .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .btn-link:hover .badge.badge-pill, .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .btn-link:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .confidential-edit:hover .badge.badge-pill, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .confidential-edit:hover .badge.badge-pill, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .lock-edit:hover .badge.badge-pill, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .lock-edit:hover .badge.badge-pill, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .edit-link:hover .badge.badge-pill, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .edit-link:hover .badge.badge-pill, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .btn-link:hover .badge.badge-pill, .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .btn-link:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .confidential-edit:hover .badge.badge-pill, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .confidential-edit:hover .badge.badge-pill, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .lock-edit:hover .badge.badge-pill, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .lock-edit:hover .badge.badge-pill, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .edit-link:hover .badge.badge-pill, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .edit-link:hover .badge.badge-pill, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .btn-link:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .btn-link:hover .key, .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .btn-link:hover .shortcut-mappings .key, .shortcut-mappings .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .btn-link:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .confidential-edit:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .confidential-edit:hover .key, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .shortcut-mappings .key, .shortcut-mappings .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .confidential-edit:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .confidential-edit:hover .key, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .shortcut-mappings .key, .shortcut-mappings .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .lock-edit:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .lock-edit:hover .key, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .shortcut-mappings .key, .shortcut-mappings .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .lock-edit:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .lock-edit:hover .key, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .shortcut-mappings .key, .shortcut-mappings .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .edit-link:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .participants-more .right-sidebar .title .edit-link:hover .key, .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .shortcut-mappings .key, .shortcut-mappings .participants-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .edit-link:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .participants-more .edit-link:hover .key, .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .shortcut-mappings .key, .shortcut-mappings .right-sidebar .title .participants-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .btn-link:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .btn-link:hover .key, .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .btn-link:hover .shortcut-mappings .key, .shortcut-mappings .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .btn-link:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .confidential-edit:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .confidential-edit:hover .key, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .shortcut-mappings .key, .shortcut-mappings .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .confidential-edit:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .confidential-edit:hover .key, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .shortcut-mappings .key, .shortcut-mappings .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .confidential-edit:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .lock-edit:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .lock-edit:hover .key, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .shortcut-mappings .key, .shortcut-mappings .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .lock-edit:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .lock-edit:hover .key, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .shortcut-mappings .key, .shortcut-mappings .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .lock-edit:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .edit-link:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .user-list-more .right-sidebar .title .edit-link:hover .key, .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .shortcut-mappings .key, .shortcut-mappings .user-list-more .right-sidebar .title .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .edit-link:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) .right-sidebar .title .user-list-more .edit-link:hover .key, .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .shortcut-mappings .key, .shortcut-mappings .right-sidebar .title .user-list-more .nav-links:not(.quick-links) li:not(.md-header-toolbar) .edit-link:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:active .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:active .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:active .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:focus .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:focus .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) a:focus .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:hover .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:hover .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:hover .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:active .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:active .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:active .key, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:focus .badge.badge-pill, .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:focus .shortcut-mappings .key, .shortcut-mappings .nav-links:not(.quick-links) li:not(.md-header-toolbar) button:focus .key, .cgray, ul.content-list li, .user-access-role {
color: var(--inject-text);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment