diff --git a/website/src/pages/install/index.tsx b/website/src/pages/install/index.tsx
index cc875eb9..7b712c86 100644
--- a/website/src/pages/install/index.tsx
+++ b/website/src/pages/install/index.tsx
@@ -77,7 +77,7 @@ const Install: React.FC = () => {
Connect to your server as root via SSH and run the following command:
-
{generateInstallCommand()}
+
{generateInstallCommand()}
@@ -92,7 +92,7 @@ const Install: React.FC = () => {
name={key}
value={config.value as string}
onChange={handleInputChange}
- className="mr-2 w-40"
+ className="mr-2 w-40 px-1 py-2 text-sm dark:placeholder-gray-500 placeholder-gray-400 dark:text-gray-500 text-gray-400 dark:bg-gray-900 bg-white border dark:border-gray-700 border-gray-300 rounded-lg resize-none"
>
{config.options?.map(option => (