|
|
@ -1,6 +1,5 @@
|
|
|
|
.page-wrapper.home {
|
|
|
|
.page-wrapper.home {
|
|
|
|
@apply relative top-0 w-full h-screen overflow-y-auto overflow-x-hidden dark:bg-zinc-800;
|
|
|
|
@apply relative top-0 w-full h-screen overflow-y-auto overflow-x-hidden bg-zinc-100 dark:bg-zinc-800;
|
|
|
|
background-color: #f6f5f4;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> .banner-wrapper {
|
|
|
|
> .banner-wrapper {
|
|
|
|
@apply w-full flex flex-col justify-start items-center;
|
|
|
|
@apply w-full flex flex-col justify-start items-center;
|
|
|
@ -17,8 +16,7 @@
|
|
|
|
@apply relative flex-grow max-w-2xl w-full min-h-full flex flex-col justify-start items-start px-4 sm:pr-6;
|
|
|
|
@apply relative flex-grow max-w-2xl w-full min-h-full flex flex-col justify-start items-start px-4 sm:pr-6;
|
|
|
|
|
|
|
|
|
|
|
|
> .memos-editor-wrapper {
|
|
|
|
> .memos-editor-wrapper {
|
|
|
|
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10 dark:bg-zinc-800;
|
|
|
|
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10 bg-zinc-100 dark:bg-zinc-800;
|
|
|
|
background-color: #f6f5f4;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
> .addition-btn-container {
|
|
|
|
> .addition-btn-container {
|
|
|
|