Skip to content

Instantly share code, notes, and snippets.

@cjdenio
Last active September 10, 2023 19:01
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 cjdenio/52b94274b37108ce863fd6cd254f2ece to your computer and use it in GitHub Desktop.
Save cjdenio/52b94274b37108ce863fd6cd254f2ece to your computer and use it in GitHub Desktop.
:root {
--font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Fira Sans', Oxygen, Ubuntu, 'Helvetica Neue', sans-serif;
--muted: #8492a6;
--slate: #3c4858;
--darkless: #252429;
--dark: #17171d;
}
body {
background-color: var(--dark);
color: #e0e6ed !important;
font-family: var(--font-family);
}
.navbar .navbar-inner {
background-color: transparent;
border-bottom: 0.5px solid var(--slate);
}
[class^="icon-"] {
color: var(--muted);
}
#fullArticle p {
color: #e0e6ed !important;
}
#fullArticle h1 {
color: #e0e6ed;
padding-bottom: 0.5rem;
margin-right: 0 !important;
padding-right: 30px !important;
border-bottom: 0.5px solid var(--slate);
}
h1,
h2,
h3,
h4,
fieldset legend {
font-weight: 800 !important;
line-height: 1.125 !important;
letter-spacing: -0.02em !important;
}
.contentWrapper {
/*background: transparent;
border: none;*/
box-shadow: -2px -4px 8px rgba(0, 0, 0, 0.125),
4px 8px 16px rgba(0, 0, 0, 0.25);
background-color: var(--darkless);
border: none;
border-radius: 0.5rem;
}
#main-content {
background: none;
}
input[type='text'] {
background: #252429 !important;
color: white !important;
border-color: #252429 !important;
border-radius: 6px !important;
border-width: 1px !important;
transition: border 0.2s ease !important;
padding: 0.25rem 0.5rem !important;
font-family: var(--font-family);
}
input[type='text']:focus {
border-color: #338eda !important;
box-shadow: none !important;
}
.brand img {
width: 36px;
}
footer *, .articleFoot * {
color: var(--muted) !important;
font-family: var(--font-family) !important;
font-style: normal !important;
}
footer p > span {
display: none;
}
#docsSearch {
background-color: var(--darkless);
border: none;
}
#docsSearch input {
background: var(--dark) !important;
border-color: var(--dark) !important;
}
.caret {
border-bottom-color: var(--slate) !important;
}
.sep::after {
display: none !important;
}
.sep {
border-top: 0.5px solid var(--slate);
}
a {
color: #338eda !important;
}
#searchBar button:not(#sidebar form button) {
background-color: #338eda !important;
text-shadow: none !important;
border: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment