Change body background to base-300 for better color hierarchy
All checks were successful
Build Docker Image / build (push) Successful in 6m28s
All checks were successful
Build Docker Image / build (push) Successful in 6m28s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="min-h-screen bg-base-200">
|
||||
<div class="min-h-screen bg-base-300">
|
||||
<!-- Layer 1+2: MainNavigation + SubNavigation (slides up on scroll) -->
|
||||
<div
|
||||
class="fixed left-0 right-0 z-50"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<input id="main-drawer" type="checkbox" class="drawer-toggle" v-model="drawerOpen" />
|
||||
|
||||
<!-- Main content area -->
|
||||
<div class="drawer-content flex flex-col h-screen bg-base-200">
|
||||
<div class="drawer-content flex flex-col h-screen bg-base-300">
|
||||
<!-- TopBar -->
|
||||
<TopBar
|
||||
:session-checked="sessionChecked"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="min-h-screen flex flex-col bg-base-200">
|
||||
<div class="min-h-screen flex flex-col bg-base-300">
|
||||
<!-- Collapsed header bar (only on catalog pages when scrolled) -->
|
||||
<div
|
||||
v-if="showCollapsedBar"
|
||||
|
||||
Reference in New Issue
Block a user