Swap body (base-100) and cards idle (base-200); cards hover (base-300) matches navbar
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="min-h-screen bg-base-200">
|
||||
<body class="min-h-screen bg-base-100">
|
||||
<div class="navbar bg-base-300 shadow-lg px-4 min-h-0 h-14">
|
||||
<div class="navbar-start">
|
||||
<div class="tabs tabs-box">
|
||||
|
||||
Reference in New Issue
Block a user