mirror of https://github.com/usememos/memos
feat: dark mode for main pages (#637)
* feat: update dark mode styles for auth and explore page * feat: dark mode for home pagepull/632/head^2
parent
52038d26d2
commit
6384f5af74
@ -1,16 +1,16 @@
|
||||
.filter-query-container {
|
||||
@apply flex flex-row justify-start items-start w-full flex-wrap p-2 pb-1 text-sm font-mono leading-7;
|
||||
@apply flex flex-row justify-start items-start w-full flex-wrap p-2 pb-1 text-sm font-mono leading-7 dark:text-gray-300;
|
||||
|
||||
> .tip-text {
|
||||
@apply mr-2;
|
||||
}
|
||||
|
||||
> .filter-item-container {
|
||||
@apply flex flex-row justify-start items-center px-2 mr-2 cursor-pointer bg-gray-200 rounded whitespace-nowrap truncate hover:line-through;
|
||||
@apply flex flex-row justify-start items-center px-2 mr-2 cursor-pointer dark:text-gray-300 bg-gray-200 dark:bg-zinc-700 rounded whitespace-nowrap truncate hover:line-through;
|
||||
max-width: 256px;
|
||||
|
||||
> .icon-text {
|
||||
@apply w-4 h-auto mr-1 text-gray-500;
|
||||
@apply w-4 h-auto mr-1 text-gray-500 dark:text-gray-400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue