File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 6868}
6969
7070@layer base {
71- html {
72- @apply scroll-smooth;
73- }
74-
75- body {
76- @apply antialiased font-sans text- (--ui-text ) bg- (--ui-bg ) scheme-light dark:scheme-dark !overflow-visible !pr-0 ;
77- }
78- : root ,
79- .light {
71+ : root , .light {
8072 --ui-header-height : --spacing (18 );
8173
8274 @media (width > 40rem) {
Original file line number Diff line number Diff line change 1- <html lang="en" class="h-dvh flex flex-col">
1+ <html lang="en" class="h-dvh flex flex-col scroll-smooth ">
22<head>
33 <title :if="isset($fullTitle)">{{ $fullTitle }}</title>
44 <title :elseif="isset($title)">{{ $title }} — Tempest</title>
@@ -52,7 +52,7 @@ function toggleDarkMode() {
5252
5353 <x-slot name="head"/>
5454</head>
55- <body :class="trim($bodyClass ?? '')" class="relative antialiased flex flex-col grow selection:bg-(--ui-primary)/20 selection:text-(--ui-primary)">
55+ <body :class="trim($bodyClass ?? '')" class="relative antialiased flex flex-col grow selection:bg-(--ui-primary)/20 selection:text-(--ui-primary) font-sans text-(--ui-text) bg-(--ui-bg) scheme-light dark:scheme-dark !overflow-visible !pr-0 ">
5656<div class="absolute pointer-events-none inset-0 bg-repeat" style="background-image: url(/noise.svg)">
5757 <div id="command-palette"></div>
5858</div>
You can’t perform that action at this time.
0 commit comments