Skip to content

Commit

Permalink
automated regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2025
1 parent 5f57571 commit 262f098
Showing 1 changed file with 150 additions and 3 deletions.
153 changes: 150 additions & 3 deletions github-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,6 @@
.GlowCircleBackground-module__backgroundContainer--Lnepi {
background-color: #f0f0f0;
}
.cgFZpq:hover, .gjQlJX, .jdgHnn th {
background-color: var(--bgColor-muted, var(--color-canvas-subtle, #222));
}
[data-color-mode="auto"][data-light-theme="light"],
[data-color-mode="auto"][data-light-theme="light"] ::backdrop,
[data-color-mode="light"][data-light-theme="light"],
Expand Down Expand Up @@ -5052,6 +5049,156 @@
.convert-to-issue-button {
background-color: transparent;
}
.table-section-heading td {
color: #fff;
background-color: #9b9b9b;
}
table.formatted-data td, table.formatted-data th {
color: #9b9b9b;
}
table.formatted-data th {
color: #c6c6c6;
}
p.welcome {
color: #9b9b9b;
}
.audit-log-title .octicon {
color: #5a5a5a;
}
.ip-dot {
color: #fff;
}
li.fuzzy-match-header {
color: #fff;
}
li.fuzzy-match-header, li.fuzzy-match-header:hover {
background-color: #9b9b9b;
}
.status-check-list {
border-color: var(--borderWidth-thin);
}
.status-check-list li {
border-bottom-color: var(--borderWidth-thin);
}
.ability {
background-color: #2c2c2c;
}
.ability > .ability {
background-color: #343434;
}
.stafftools-group .es-repair-progress .progress-bar .percent {
color: #fff;
}
.performance-pane {
border-bottom-color: var(--borderWidth-thin);
}
.performance-pane h1 {
color: #afafaf;
text-shadow: 1px 1px 1px #f0f0f0;
}
.performance-pane ul.big-nums > li strong {
color: #5a5a5a;
text-shadow: 1px 1px 4px #f0f0f0;
}
.performance-pane h2 {
color: #5a5a5a;
background-color: #f0f0f0;
}
.performance-pane table.queries th {
background-color: #5a5a5a;
}
.performance-pane .sql {
color: #5a5a5a;
}
.performance-pane .dimmed-row td {
color: #afafaf;
}
.graphql-query-trace-node-row:hover {
background-color: hsla(0, 0%, 0%, .1);
}
.server-stats {
background-color: #dcdcdc;
}
.server-stats .rails-version, .server-stats .switcher {
color: hsla(0, 0%, 0%, .5);
}
.server-stats .switcher a, .server-stats .switcher button {
color: #fff;
}
.server-stats .stats .stat-toggle {
color: hsla(0, 0%, 0%, .5);
}
.server-stats .stats .stat-toggle a,
.server-stats .stats .stat-toggle button,
.server-stats .stats .stat-toggle strong {
color: #fff;
}
.server-stats .dot {
border: var(--borderWidth-thin) solid var(--ghd-bg-color);
}
.stats-show-more-stats {
color: hsla(0, 0%, 0%, .5);
}
.stats-show-more-stats:hover {
color: #fff;
}
.stafftools-icon {
color: hsla(0, 0%, 0%, .5);
}
.stafftools-icon:hover {
color: #fff;
}
.biztools-briefcase {
color: hsla(0, 0%, 0%, .5);
}
.biztools-briefcase:hover {
color: #fff;
}
.serverstats-branch {
color: hsla(0, 0%, 0%, .5);
}
.serverstats-bones g-emoji, .serverstats-service g-emoji {
color: #fff;
}
.render-trace ul li:hover {
outline: 2px solid #5a5a5a;
}
.allocation-trace tr:not(:first-child) {
border-bottom-color: var(--borderWidth-thin);
}
.site-admin-head h1 {
color: #9b9b9b;
}
.site-admin-blankstate {
color: #767676;
border-color: var(--borderWidth-thin);
}
.site-admin-table {
color: #9b9b9b;
}
.site-admin-table tr {
border-color: var(--borderWidth-thin);
}
.site-admin-subhead,
.stafftools-group ul.boxed-group-list.bottom-border > li:last-child {
border-bottom-color: var(--borderWidth-thin);
}
.stafftools-group .boxed-group > h3::after {
background-image: linear-gradient(-45deg, rgba(192, 192, 192, .1) 25%, transparent 25%, transparent 50%, rgba(192, 192, 192, .1) 50%, rgba(192, 192, 192, .1) 75%, transparent 75%, transparent);
}
.stafftools-group .boxed-group.dangerzone > h3::after {
background-image: linear-gradient(-45deg, hsla(0, 0%, 0%, .1) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 0%, .1) 50%, hsla(0, 0%, 0%, .1) 75%, transparent 75%, transparent);
}
.score-meta.grid .col {
color: #c6c6c6;
border-left-color: var(--borderWidth-thin);
}
.fakelogin, .fakelogin .cancel-impersonation {
color: #fff;
}
.spamurai .spamurai-group-table {
border-color: var(--borderWidth-thin);
}
.page-gist-edit .octicon-gist {
color: #767676;
}
Expand Down

0 comments on commit 262f098

Please sign in to comment.