File tree 5 files changed +8
-7
lines changed
5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3
3
margin-right : -1.5rem ;
4
4
5
5
@screen lg {
6
- @apply -mx- 4 bg-transparent block border-b-0 pl-0 pt-8 pr-4 pt-0 shadow-none w- 1/4;
6
+ @apply -mx- 4 bg-transparent block border-b-0 pl-0 pt-8 pr-4 shadow-none w- 1/4;
7
7
}
8
8
}
9
9
Original file line number Diff line number Diff line change 1
1
<header class =" flex items-center shadow-sm bg-white dark:bg-gray-900 py-4" role =" banner" >
2
2
<div class =" container flex items-center mx-auto px-6 space-x-4 lg:space-x-0" >
3
3
<div class =" flex items-center lg:hidden" >
4
- <button aria-label =" Toggle Documentation Navigation" @click .prevent =" toggle()" >
5
- <x-i .menu class =" h-6 w-6 md:h-8 md:w-8 text-gray-500 opacity-50" ></x-i .menu >
4
+ <button aria-label =" Toggle Documentation Navigation" @click .prevent =" toggle()"
5
+ class =" text-gray-500 dark:text-gray-200 focus:text-gray-600 dark:focus:text-gray-400 focus:outline-none" >
6
+ <x-i .menu class =" h-6 w-6 fill-current md:h-8 md:w-8" ></x-i .menu >
6
7
</button >
7
8
</div >
8
9
Original file line number Diff line number Diff line change 1
1
<x-app-layout layout =" app" :title =" $matter['title']" :description =" $matter['description']" >
2
- <main role =" main" class =" w-full flex-auto dark:bg-gray-900 " >
2
+ <main role =" main" class =" w-full flex-auto" >
3
3
<section class =" documentation" >
4
4
<div class =" container mx-auto px-4 lg:px-4 xl:px-6 lg:flex lg:flex-row" >
5
5
Original file line number Diff line number Diff line change 36
36
37
37
@stack (' styles' )
38
38
</head >
39
- <body {{ $attributes -> except ([' title' , ' description' ]) } } >
39
+ <body class = " dark " {{ $attributes -> except ([' title' , ' description' ]) } } >
40
40
41
- <div class =" dark" >
41
+ <div class =" dark:bg-gray-900 " >
42
42
{{ $slot } }
43
43
44
44
{{ $footer ?? " " } }
Original file line number Diff line number Diff line change 1
1
<x-app-layout layout =" welcome" class =" flex flex-col justify-between min-h-screen" >
2
- <div class =" w-full flex-auto dark:bg-gray-900 dark:text-gray-200 leading-normal font-sans" >
2
+ <div class =" w-full flex-auto leading-normal font-sans" >
3
3
<section class =" container mx-auto py-6 px-6 xl:py-12" >
4
4
<div class =" flex flex-col-reverse mb-10 lg:flex-row lg:mb-24" >
5
5
<div class =" mt-8 w-full lg:w-2/5 lg:pr-6 xl:pr-12 text-center lg:text-left" >
You can’t perform that action at this time.
0 commit comments