fix: Color theme & add alert text
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-23 01:14:01 +02:00
parent 6a6114f3c9
commit 859eaccd6e
4 changed files with 9 additions and 9 deletions

View File

@ -165,7 +165,7 @@ $alert-color-scale: 0;
// docsearch
$dropdown-config: (
main-color: $purple,
main-color: $primary,
layout-type: normal,
layout-width: normal,
layout-alignment: align,
@ -183,7 +183,7 @@ $dropdown-config: (
title-color: $black,
subtitle-color: $black,
text-color: $black,
highlight-color: $purple,
highlight-color: $primary,
highlight-opacity: 0.1,
highlight-type: underline
);