-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
复用common.css到custom.css,希望只是名字变了作用一样
- Loading branch information
Showing
10 changed files
with
21,523 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,10 @@ jobs: | |
name: Publish Logseq graph | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Build graph's SPA | ||
uses: logseq/[email protected] | ||
with: | ||
theme-mode: dark | ||
accent-color: classical | ||
uses: logseq/publish-spa@main | ||
|
||
- name: Add a nojekyll file # to make sure asset paths are correctly identified | ||
run: touch $GITHUB_WORKSPACE/www/.nojekyll | ||
|
121 changes: 121 additions & 0 deletions
121
logseq/bak/static/css/shui/2024-05-19T14_25_32.117Z.Desktop.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
html * { | ||
border-color: hsl(var(--border)); | ||
} | ||
|
||
html { | ||
.ui__dropdown-menu-content, | ||
.ui__context-menu-content, | ||
.ui__select-content { | ||
--accent: var(--rx-gray-04-hsl); | ||
--accent-foreground: var(--rx-gray-12-hsl); | ||
} | ||
|
||
&:not([data-color=logseq]) { | ||
} | ||
|
||
&[data-color=logseq] { | ||
.references-blocks-item { | ||
--lx-bg-override: var(--rx-gray-03-alpha); | ||
} | ||
|
||
.block-children-left-border:hover { | ||
--ls-block-left-color: var(--rx-logseq-11); | ||
} | ||
} | ||
|
||
.ui__calendar { | ||
--accent: var(--rx-gray-04-hsl); | ||
--accent-foreground: var(--rx-gray-12-hsl); | ||
} | ||
} | ||
|
||
html[data-theme=light] { | ||
--accent: var(--rx-gray-04-hsl); | ||
--accent-foreground: var(--rx-gray-12-hsl); | ||
--input: var(--rx-gray-03-hsl); | ||
|
||
&[data-color=logseq] { | ||
--primary: 200 97% 37%; | ||
--primary-foreground: 255 92% 100%; | ||
--accent: 200 97% 37%; | ||
--accent-foreground: 255 92% 100%; | ||
--ring: 200 97% 37%; | ||
|
||
.references-blocks-item { | ||
--lx-bg-override: var(--rx-gray-03-alpha); | ||
} | ||
} | ||
|
||
.extensions__pdf-container { | ||
--lx-pdf-container-dark-bg: var(--lx-gray-11, #042f3c); | ||
} | ||
} | ||
|
||
html[data-theme=dark] { | ||
--primary-foreground: 255 92% 100%; | ||
--background: 0 0% 11%; | ||
--foreground: 0 0% 95%; | ||
--card: 0 0% 11%; | ||
--card-foreground: 0 0% 95%; | ||
--secondary: 0 0% 20%; | ||
--secondary-foreground: 0 0% 98%; | ||
--border: 0 0% 16%; | ||
--muted: 0 0% 15%; | ||
--popover: 0 0% 7%; | ||
--popover-foreground: 0 0 95%; | ||
--input: 0 0% 25%; | ||
|
||
&[data-color=logseq] { | ||
--background: 192 100% 11%; | ||
--foreground: 0 0% 95%; | ||
--accent: 192 80% 10%; | ||
--accent-foreground: 255 92% 100%; | ||
--primary: 200 97% 37%; | ||
--primary-foreground: 255 92% 100%; | ||
--ring: 200 97% 37%; | ||
--secondary: 203 50% 20%; | ||
--secondary-foreground: 0 0% 98%; | ||
--muted: 192 100% 13%; | ||
--border: 192 100% 16%; | ||
--card: 192 100% 10%; | ||
--card-foreground: 0 0% 95%; | ||
--popover: 192 100% 11%; | ||
--input: 203 35% 25%; | ||
|
||
.ui__button { | ||
&.as-outline { | ||
--accent: 192 100% 12%; | ||
} | ||
} | ||
|
||
.ui__dropdown-menu-content, | ||
.ui__context-menu-content, | ||
.ui__select-content { | ||
--accent: 190 100% 15%; | ||
} | ||
|
||
.ui__calendar { | ||
--accent: 196 100% 15%; | ||
} | ||
|
||
.rc-datepicker { | ||
--accent: 200 97% 37%; | ||
} | ||
} | ||
} | ||
|
||
.ui__button-shortcut-key { | ||
@apply text-xs font-normal h-5 w-5 flex items-center justify-center rounded bg-gray-06-alpha; | ||
|
||
&:first-of-type { | ||
@apply ml-2; | ||
} | ||
} | ||
|
||
.ui__list-item-highlighted-span { | ||
background-color: or(--lx-accent-06, --color-level-4); | ||
} | ||
|
||
.dark .ui__list-item-highlighted-span { | ||
background-color: or(--lx-accent-08-alpha, --color-level-4); | ||
} |
7 changes: 7 additions & 0 deletions
7
logseq/bak/static/css/style/2024-05-19T14_25_31.112Z.Desktop.css
Large diffs are not rendered by default.
Oops, something went wrong.
1,744 changes: 1,744 additions & 0 deletions
1,744
logseq/bak/static/js/code-editor/2024-05-19T14_25_33.136Z.Desktop.js
Large diffs are not rendered by default.
Oops, something went wrong.
1,943 changes: 1,943 additions & 0 deletions
1,943
logseq/bak/static/js/excalidraw/2024-05-19T14_25_36.230Z.Desktop.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
logseq/bak/static/js/lsplugin.core/2024-05-19T14_25_35.223Z.Desktop.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
logseq/bak/static/js/lsplugin.user/2024-05-19T14_25_34.144Z.Desktop.js
Large diffs are not rendered by default.
Oops, something went wrong.
15,341 changes: 15,341 additions & 0 deletions
15,341
logseq/bak/static/js/main/2024-05-19T14_25_37.340Z.Desktop.js
Large diffs are not rendered by default.
Oops, something went wrong.
1,648 changes: 1,648 additions & 0 deletions
1,648
logseq/bak/static/js/tldraw/2024-05-19T14_25_38.371Z.Desktop.js
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.