Skip to content

Instantly share code, notes, and snippets.

@TaylanTatli
Last active February 7, 2021 16:40
Show Gist options
  • Save TaylanTatli/5fadcb1a475bdd38e47da72c6a09a5c0 to your computer and use it in GitHub Desktop.
Save TaylanTatli/5fadcb1a475bdd38e47da72c6a09a5c0 to your computer and use it in GitHub Desktop.
Github Topics Dark Mode Userstyle
body {
background-color: #06090F !important;
color: #c9d1d9 !important;
}
a {
color: #58a6ff;
text-decoration: none;
}
.text-gray,
.text-gray-dark,
.Link--primary,
.link-gray-dark {
color: #c9d1d9 !important;
}
.Header {
background-color: #161B22 !important;
}
.application-main > main > div:nth-of-type(1) {
background-color: #0D1117 !important;
color: #c9d1d9 !important;
}
.subnav-link.selected {
color: #fff !important;
}
.application-main > main > div:nth-of-type(2) {
background-color: #06090F !important;
color: #c9d1d9 !important;
}
.border {
background-color: #0D1117 !important;
border-color: #30363D !important;
}
.border > .tabnav {
border-color: #30363D !important;
}
.border-bottom {
background-color: #161B22 !important;
border-color: #30363D !important;
}
.border-bottom.bg-white {
border-bottom-left-radius: 6px !important;
border-bottom-right-radius: 6px !important;
border-bottom-width: 0px !important;
}
.border .tabnav-tab.selected,
.border .tabnav-tab[aria-current]:not([aria-current="false"]),
.border .tabnav-tab[aria-selected="true"] {
background-color: #161B22 !important;
color: #c9d1d9 !important;
border-color: #30363D !important;
}
.btn,
.social-count {
background-color: #21262D !important;
color: #c9d1d9 !important;
border-color: #30363D !important;
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px !important;
}
.bg-blue-light {
background-color: #21262D !important;
color: #c9d1d9 !important;
}
.delete-topic-button,
.topic-tag,
.topic-tag-action {
background-color: #21262D !important;
color: #c9d1d9 !important;
}
.Box-header,
.Box {
background-color: #161B22 !important;
border: 1px solid #30363D !important;
}
.Box .position-absolute {
background: linear-gradient(to top, rgb(6, 9, 15), rgb(22, 27, 34)) !important;
}
.Box-body:last-of-type {
border-color: #30363D !important;
}
.select-menu-modal,
.select-menu-divider,
.select-menu-header,
.select-menu-item,
.select-menu-divider,
.select-menu-header .select-menu-title {
color: #c9d1d9 !important;
background-color: #21262D !important;
border-color: #30363D !important;
}
.select-menu-modal {
box-shadow: rgba(1, 4, 9, 0.85) 0px 16px 32px 0px !important;
}
.select-menu-item:hover {
background-color: #1F6FEB !important;
}
/* List Page */
ul > .py-4.border-bottom {
background: transparent !important;
}
.topic-box > .starring-container.on .starred,
.topic-box > .starring-container .unstarred {
background: transparent !important;
}
@TaylanTatli
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment