Skip to content

Commit

Permalink
repo page fixes for github's awesome css classes
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Dec 12, 2023
1 parent cc99f45 commit 848f811
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions github-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,16 @@
.brFBoI {
border-color: #343434;
}
/* repo page*/
.js-snippet-clipboard-copy-unpositioned {
background: #181818;
}
.eYedVD, .cPEOjV {
background: none !important;
}
.jMdYTc, .cPEOjV {
background: #202020 !important;
}
/* frontpage background */
.application-main > div > .color-bg-inset {
background: transparent !important;
Expand Down
10 changes: 10 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
.brFBoI {
border-color: #343434;
}
/* repo page*/
.js-snippet-clipboard-copy-unpositioned {
background: #181818;
}
.eYedVD, .cPEOjV {
background: none !important;
}
.jMdYTc, .cPEOjV {
background: #202020 !important;
}
/* frontpage background */
.application-main > div > .color-bg-inset {
background: transparent !important;
Expand Down

0 comments on commit 848f811

Please sign in to comment.