Created
July 27, 2023 21:55
-
-
Save tennantje/4c7dae3c9212e692f6e40a6d7d213a28 to your computer and use it in GitHub Desktop.
Kubernetes.io/docs dark mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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