mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
light mode
This commit is contained in:
@@ -5,15 +5,15 @@ const CenterLines = () => {
|
||||
<>
|
||||
<div
|
||||
className="absolute top-3/4 -translate-y-1/2 left-0 w-80 h-14
|
||||
rounded-bl-3xl transform rotate-180
|
||||
border-b-2 border-l-2 border-slate-700
|
||||
shadow-lg backdrop-blur-sm"
|
||||
rounded-bl-3xl transform rotate-180
|
||||
border-b-2 border-l-2 border-slate-700 dark:border-slate-300
|
||||
shadow-lg backdrop-blur-sm"
|
||||
/>
|
||||
<div
|
||||
className="absolute top-3/4 -translate-y-1/2 right-0 w-80 h-14
|
||||
rounded-br-3xl transform rotate-180
|
||||
border-b-2 border-r-2 border-slate-700
|
||||
shadow-lg backdrop-blur-sm"
|
||||
rounded-br-3xl transform rotate-180
|
||||
border-b-2 border-r-2 border-slate-700 dark:border-slate-300
|
||||
shadow-lg backdrop-blur-sm"
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user