diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Cidr.tsx | 2 | ||||
| -rw-r--r-- | src/pages/index.astro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Cidr.tsx b/src/components/Cidr.tsx index 78ec22f..2ea6bba 100644 --- a/src/components/Cidr.tsx +++ b/src/components/Cidr.tsx @@ -147,7 +147,7 @@ export default function Cidr() { return ( - <div className="my-6 border-0 sm:border border-gray-300 rounded-lg"> + <div className="my-6 border-0 sm:border border-gray-300 rounded-lg bg-white/70 shadow-md"> <div className="flex flex-wrap justify-center gap-4 my-10"> {ip.map((octet, i) => ( <div key={`octet-${i}`}> diff --git a/src/pages/index.astro b/src/pages/index.astro index 7e40a23..619c5f4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -67,7 +67,7 @@ const faqJsonLd = { </head> <body> <div - class="min-h-screen flex flex-col items-center justify-center bg-gray-100 p-2" + class="min-h-screen flex flex-col items-center justify-center bg-gradient-to-br from-blue-50 to-indigo-100 p-2" > <div class="max-w-6xl w-full sm:p-8 p-2 min-h-[800px]"> <h1 |
