diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 10a54180a6..4438fd9a84 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -173,11 +173,11 @@
- Appwrite is a backend development platform built by hundreds of open-source developers, where you can build any application at any scale using the coding languages and tools you want. + Appwrite is a backend development platform built by hundreds of open-source developers, + where you can build any application at any scale using the coding languages and tools you + want.
Learn Appwrite Auth, Databases, and more with React.
@@ -338,9 +341,10 @@- Learn Appwrite Auth, Databases, and more with SvelteKit. -
+ Learn Appwrite Auth, Databases, and more with SvelteKit. +- Learn Appwrite Auth, Databases, and more with Vue. + Learn Appwrite Auth, Databases, and more with Vue.
@@ -390,9 +395,10 @@- Coming soon... -
+ Coming soon... + @@ -416,9 +422,10 @@- Coming soon... -
+ Coming soon... + diff --git a/src/scss/6-elements/_select.scss b/src/scss/6-elements/_select.scss index cad4a60ce6..cfd538f958 100644 --- a/src/scss/6-elements/_select.scss +++ b/src/scss/6-elements/_select.scss @@ -100,7 +100,7 @@ --p-select-menu-box-shadow-color: var(--transparent); } @mixin dark-mode() { - --p-select-menu-bg-color: var(--aw-color-white) / 0.08; + --p-select-menu-bg-color: var(--aw-color-greyscale-800); --p-select-menu-border-color: var(--aw-color-white) / 0.10; --p-select-menu-box-shadow-color: var(--transparent); }