Skip to content

Commit

Permalink
some fixes for react file view
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed May 10, 2023
1 parent ae20fc2 commit 477c650
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions github-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,20 @@
a[href^="https://apps.apple.com"] svg {
fill: #000;
}
react-app a[class*="Link"] {
color: var(--color-accent-fg);
}
.alert {
background: #182030;
border-color: #246;
}
.CircleBadge {
background: #181818;
}
/* last commit bar - https://github.com/atomiks/tippyjs/tree/master/build/themes */
.eYedVD {
background: #181818;
}
body[class="page-responsive"] .list-options .list-item > .octicon {
color: #181818;
}
Expand Down Expand Up @@ -1761,6 +1768,15 @@
.bg-gray-dark, .CheckRun {
background: #181818 !important;
}
table[aria-labelledby="folders-and-files"] th {
background: var(--color-canvas-subtle) !important;
}
table[aria-labelledby="folders-and-files"] thead tr {
color: var(--color-fg-muted) !important;
}
table[aria-labelledby="folders-and-files"] tbody {
background: var(--color-canvas-default) !important;
}
/* Add border-top to PR checks results blank slate */
aside.border-top + section.bg-gray-dark:not([class*="js-"]) {
border-top: 1px solid #343434;
Expand Down
16 changes: 16 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,20 @@
a[href^="https://apps.apple.com"] svg {
fill: #000;
}
react-app a[class*="Link"] {
color: var(--color-accent-fg);
}
.alert {
background: #182030;
border-color: #246;
}
.CircleBadge {
background: #181818;
}
/* last commit bar - https://github.com/atomiks/tippyjs/tree/master/build/themes */
.eYedVD {
background: #181818;
}
body[class="page-responsive"] .list-options .list-item > .octicon {
color: #181818;
}
Expand Down Expand Up @@ -400,6 +407,15 @@
.bg-gray-dark, .CheckRun {
background: #181818 !important;
}
table[aria-labelledby="folders-and-files"] th {
background: var(--color-canvas-subtle) !important;
}
table[aria-labelledby="folders-and-files"] thead tr {
color: var(--color-fg-muted) !important;
}
table[aria-labelledby="folders-and-files"] tbody {
background: var(--color-canvas-default) !important;
}
/* Add border-top to PR checks results blank slate */
aside.border-top + section.bg-gray-dark:not([class*="js-"]) {
border-top: 1px solid #343434;
Expand Down

0 comments on commit 477c650

Please sign in to comment.