fixed low contrast text
This commit is contained in:
@@ -66,9 +66,9 @@ const fullTitle = `${title} | ${siteConfig.title}`;
|
||||
</script>
|
||||
<slot name="head" />
|
||||
</head>
|
||||
<body class="bg-base text-text selection:bg-surface2 selection:text-text">
|
||||
<body class="bg-bg text-text selection:bg-surface2 selection:text-text">
|
||||
<!-- Static Mesh Gradient Background -->
|
||||
<div class="fixed inset-0 z-[-1] overflow-hidden bg-base pointer-events-none">
|
||||
<div class="fixed inset-0 z-[-1] overflow-hidden bg-bg pointer-events-none">
|
||||
<div class="absolute top-[-10%] left-[-10%] w-[55%] h-[45%] rounded-full bg-mauve/10 blur-[110px] opacity-60"></div>
|
||||
<div class="absolute bottom-[-10%] right-[-10%] w-[55%] h-[55%] rounded-full bg-blue/10 blur-[110px] opacity-50"></div>
|
||||
<div class="absolute top-[30%] right-[10%] w-[35%] h-[35%] rounded-full bg-teal/8 blur-[90px] opacity-40"></div>
|
||||
|
||||
Reference in New Issue
Block a user