black to white

This commit is contained in:
Philipp Kühn
2021-01-29 11:46:19 +01:00
committed by Hans Pagel
parent 238776c479
commit 60263ca0d0
6 changed files with 44 additions and 91 deletions

View File

@@ -55,7 +55,7 @@ body {
-moz-osx-font-smoothing: grayscale;
line-height: 1.7;
font-feature-settings: 'cv05' 1;
background-color: $colorBlack;
background-color: $colorWhite;
color: $colorText;
}
@@ -75,7 +75,7 @@ a {
text-decoration: none;
&:hover {
color: $colorWhite;
color: $colorBlack;
}
}
@@ -91,46 +91,6 @@ code {
color: white;
}
// TODO: Move to examples
// .ProseMirror {
// > * + * {
// margin-top: 0.75em;
// }
// ul,
// ol {
// padding: 0 1rem;
// }
// pre {
// background: $colorBlack;
// color: $colorWhite;
// font-family: 'JetBrainsMono', monospace;
// padding: 0.75rem 1rem;
// border-radius: 0.5rem;
// code {
// color: inherit;
// background: none;
// font-size: 0.8rem;
// }
// }
// img {
// max-width: 100%;
// height: auto;
// }
// hr {
// margin: 1rem 0;
// }
// blockquote {
// padding-left: 1rem;
// border-left: 2px solid rgba($colorBlack, 0.1);
// }
// }
.DocSearch,
.DocSearch-Container {
filter: saturate(0);