docs: maybe fix docsearch colors in production

This commit is contained in:
Philipp Kühn
2021-04-20 17:43:46 +02:00
parent 8bb30776bc
commit 905d7a97c2
2 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,3 @@
:root {
--docsearch-primary-color: #{$colorBlack};
--docsearch-logo-color: #{rgba($colorBlack, 0.3)};
--docsearch-container-background: #{rgba($colorBlack, 0.7)};
}
*,
*::before,
*::after {

View File

@@ -10,6 +10,12 @@ $colorBlue: #70CFF8;
$colorTeal: #94FADB;
$colorGreen: #B9F18D;
:root {
--docsearch-primary-color: #{$colorBlack};
--docsearch-logo-color: #{rgba($colorBlack, 0.3)};
--docsearch-container-background: #{rgba($colorBlack, 0.7)};
}
/* Default Equations */
$linear: cubic-bezier(0.250, 0.250, 0.750, 0.750);
$ease: cubic-bezier(0.250, 0.100, 0.250, 1.000);