Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
c77d4925
Unverified
Commit
c77d4925
authored
Dec 13, 2022
by
boojack
Committed by
GitHub
Dec 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update light bg color (#744)
parent
5520605c
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
17 deletions
+12
-17
index.html
web/index.html
+1
-1
manifest.json
web/public/manifest.json
+2
-2
auth.less
web/src/less/auth.less
+3
-3
explore.less
web/src/less/explore.less
+1
-2
home.less
web/src/less/home.less
+2
-4
memo-detail.less
web/src/less/memo-detail.less
+2
-4
Loading.tsx
web/src/pages/Loading.tsx
+1
-1
No files found.
web/index.html
View file @
c77d4925
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"UTF-8"
/>
<link
rel=
"icon"
href=
"/logo.webp"
type=
"image/*"
/>
<meta
name=
"theme-color"
media=
"(prefers-color-scheme: light)"
content=
"#f
6f5f4
"
/>
<meta
name=
"theme-color"
media=
"(prefers-color-scheme: light)"
content=
"#f
4f4f5
"
/>
<meta
name=
"theme-color"
media=
"(prefers-color-scheme: dark)"
content=
"#27272a"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, user-scalable=no"
/>
<link
rel=
"manifest"
href=
"/manifest.json"
/>
...
...
web/public/manifest.json
View file @
c77d4925
...
...
@@ -12,6 +12,6 @@
"start_url"
:
"/"
,
"scope"
:
"/"
,
"display"
:
"standalone"
,
"theme_color"
:
"#f
6f5f4
"
,
"background_color"
:
"#f
6f5f4
"
"theme_color"
:
"#f
4f4f5
"
,
"background_color"
:
"#f
4f4f5
"
}
web/src/less/auth.less
View file @
c77d4925
.page-wrapper.auth {
@apply flex flex-row justify-center items-center w-full h-screen bg-
white
dark:bg-zinc-800;
@apply flex flex-row justify-center items-center w-full h-screen bg-
zinc-100
dark:bg-zinc-800;
> .page-container {
@apply w-80 max-w-full h-full py-4 flex flex-col justify-start items-center;
...
...
@@ -37,7 +37,7 @@
@apply absolute top-3 left-3 px-1 leading-10 flex-shrink-0 text-base cursor-text text-gray-400 bg-transparent transition-all select-none;
&.not-null {
@apply text-sm top-0 z-10 leading-4 bg-
white
dark:bg-zinc-800 rounded;
@apply text-sm top-0 z-10 leading-4 bg-
zinc-100
dark:bg-zinc-800 rounded;
}
}
...
...
@@ -45,7 +45,7 @@
@apply py-2;
> input {
@apply w-full py-3 px-3 text-base rounded-lg;
@apply w-full py-3 px-3 text-base rounded-lg
bg-zinc-100 dark:bg-zinc-800
;
}
}
}
...
...
web/src/less/explore.less
View file @
c77d4925
.page-wrapper.explore {
@apply relative top-0 w-full h-screen overflow-y-auto overflow-x-hidden dark:bg-zinc-800;
background-color: #f6f5f4;
@apply relative top-0 w-full h-screen overflow-y-auto overflow-x-hidden bg-zinc-100 dark:bg-zinc-800;
> .page-container {
@apply relative w-full min-h-screen mx-auto flex flex-col justify-start items-center pb-8;
...
...
web/src/less/home.less
View file @
c77d4925
.page-wrapper.home {
@apply relative top-0 w-full h-screen overflow-y-auto overflow-x-hidden dark:bg-zinc-800;
background-color: #f6f5f4;
@apply relative top-0 w-full h-screen overflow-y-auto overflow-x-hidden bg-zinc-100 dark:bg-zinc-800;
> .banner-wrapper {
@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;
> .memos-editor-wrapper {
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10 dark:bg-zinc-800;
background-color: #f6f5f4;
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10 bg-zinc-100 dark:bg-zinc-800;
}
> .addition-btn-container {
...
...
web/src/less/memo-detail.less
View file @
c77d4925
.page-wrapper.memo-detail {
@apply relative top-0 w-full h-screen overflow-y-auto overflow-x-hidden dark:bg-zinc-800;
background-color: #f6f5f4;
@apply relative top-0 w-full h-screen overflow-y-auto overflow-x-hidden bg-zinc-100 dark:bg-zinc-800;
> .page-container {
@apply relative w-full min-h-screen mx-auto flex flex-col justify-start items-center pb-8;
> .page-header {
@apply sticky top-0 z-10 max-w-2xl w-full min-h-full flex flex-row justify-between items-center px-4 pt-6 mb-2 dark:bg-zinc-800;
background-color: #f6f5f4;
@apply sticky top-0 z-10 max-w-2xl w-full min-h-full flex flex-row justify-between items-center px-4 pt-6 mb-2 bg-zinc-100 dark:bg-zinc-800;
> .title-container {
@apply flex flex-row justify-start items-center;
...
...
web/src/pages/Loading.tsx
View file @
c77d4925
...
...
@@ -2,7 +2,7 @@ import Icon from "../components/Icon";
function
Loading
()
{
return
(
<
div
className=
"flex flex-row justify-center items-center w-full h-screen bg-
white
dark:bg-zinc-800"
>
<
div
className=
"flex flex-row justify-center items-center w-full h-screen bg-
zinc-100
dark:bg-zinc-800"
>
<
div
className=
"w-80 max-w-full h-full py-4 flex flex-col justify-center items-center"
>
<
Icon
.
Loader
className=
"animate-spin dark:text-gray-200"
/>
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment