refactor: remove selection background color from multiple pages for a cleaner UI
This commit is contained in:
@@ -4,7 +4,7 @@ import React from 'react'
|
||||
|
||||
export default function InstallationPage() {
|
||||
return (
|
||||
<div className="relative min-h-screen flex flex-col overflow-hidden selection:bg-brand-orange/20">
|
||||
<div className="relative min-h-screen flex flex-col overflow-hidden">
|
||||
|
||||
{/* * --- 1. ATMOSPHERE (Background) --- */}
|
||||
<div className="absolute inset-0 -z-10 pointer-events-none">
|
||||
|
||||
Reference in New Issue
Block a user