Skip to content

Instantly share code, notes, and snippets.

@tennantje
Created July 27, 2023 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tennantje/4c7dae3c9212e692f6e40a6d7d213a28 to your computer and use it in GitHub Desktop.
Save tennantje/4c7dae3c9212e692f6e40a6d7d213a28 to your computer and use it in GitHub Desktop.
Kubernetes.io/docs dark mode
section#mainContent {
background-color: #333333;
}
header, .flip-nav .td-navbar {
background-color: #222222 !important
}
.flip-nav .td-navbar .navbar-nav .nav-item.show .nav-link, .flip-nav .td-navbar .navbar-nav .nav-item .nav-link {
color: #ddd
}
body {
background-color: #303030;
color: #ddd;
}
body a {
color: #76cffb;
}
body a:hover {
color: #46c2ff;
}
.glossary-tooltip {
color: #5fed7f;
}
.td-content > p, h1, h2, h3, h4 {
color: #ddd;
}
.td-sidebar-nav__section-title a {
color: #ddd;
}
.td-sidebar-nav .td-sidebar-link__page {
color: #ddd
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment