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 @@
-

Trusted by developers from the world's leading organizations -

+ diff --git a/src/routes/docs/+page.svelte b/src/routes/docs/+page.svelte index 3047879d44..f8ab65a026 100644 --- a/src/routes/docs/+page.svelte +++ b/src/routes/docs/+page.svelte @@ -268,7 +268,9 @@ Learn how to build like a team of hundreds

- 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.

@@ -312,6 +314,7 @@

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. +

@@ -364,8 +368,9 @@

- 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); }