Skip to content

Commit

Permalink
修复小问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbihao committed Oct 13, 2024
1 parent 341d118 commit f23ee3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Dark Clarity",
"author": "chenbihao",
"authorUrl": "https://github.com/chenbihao",
"version": "1.1.1",
"version": "1.1.2",
"repo": "chenbihao/obsidian-theme-dark-clarity",
"screenshot": "screenshot.png",
"modes": ["dark", "light"]
Expand Down
9 changes: 5 additions & 4 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ body .modal {
/* 原神心海配色1 */
body.theme-genshin-sangonomiya-kokomi1.theme-dark{
--theme-color: hsl(245 75% 63%);
--text-highlight-bg: hsl(245 75% 63% 0.5);
--text-highlight-bg: hsl(245,75%,63%,0.5);
--text-title-h1: hsl(246 87% 69%);
--text-title-h2: hsl(245 75% 70%);
--text-title-h3: hsl(240 35% 73%);
Expand All @@ -243,7 +243,7 @@ body.theme-genshin-sangonomiya-kokomi1.theme-dark{
}
body.theme-genshin-sangonomiya-kokomi1.theme-light{
--theme-color: hsl(245 75% 63%);
--text-highlight-bg: hsl(245 100% 78% 0.52);
--text-highlight-bg: hsl(245,100%,78%,0.52);
--text-title-h1: hsl(246 87% 69%);
--text-title-h2: hsl(245 89% 75%);
--text-title-h3: hsl(240 99% 84%);
Expand All @@ -263,7 +263,7 @@ body.theme-genshin-sangonomiya-kokomi1.theme-light{
body.theme-genshin-sangonomiya-kokomi2.theme-dark,
body.theme-genshin-sangonomiya-kokomi2.theme-light{
--theme-color: hsl(245 75% 63%);
--text-highlight-bg: hsl(245 75% 63% 0.5);
--text-highlight-bg: hsl(245,75%,63%,0.5);
--text-title-h1: hsl(246 99% 63%);
--text-title-h2: hsl(245 75% 63%);
--text-title-h3: hsl(240 44% 65%);
Expand Down Expand Up @@ -297,7 +297,7 @@ body.theme-genshin-nilou.theme-dark{
}
body.theme-genshin-nilou.theme-light{
--theme-color: hsl(245, 75%, 63%);
--text-highlight-bg:hsla(9 91% 64% 0.686);
--text-highlight-bg:hsla(9,91%,64%,0.686);
--text-title-h1: hsl(213 74% 55%);
--text-title-h2: hsl(201 100% 69%);
--text-title-h3: hsl(199 100% 82%);
Expand Down Expand Up @@ -735,6 +735,7 @@ body.left-roll .nav-files-container {
display: flex;
overflow-x: auto;
white-space: nowrap;
min-width: 200px; /* 设置子元素的最小宽度为200px */
}


Expand Down

0 comments on commit f23ee3c

Please sign in to comment.