Skip to content

Commit 7a1936e

Browse files
committed
Search Recommend Txt Color
1 parent 6f59ff5 commit 7a1936e

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

assets/css/modern-dark-theme.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,31 @@
387387
color: rgb(125 211 252);
388388
}
389389

390+
[data-theme="dark"] body.home-page .search-palette__result-name {
391+
color: rgb(241 245 249);
392+
}
393+
394+
[data-theme="dark"] body.home-page .search-palette__result-desc,
395+
[data-theme="dark"] body.home-page .search-palette__result-meta {
396+
color: rgb(148 163 184);
397+
}
398+
399+
[data-theme="dark"] body.home-page .search-palette__result-arrow {
400+
color: rgb(71 85 105);
401+
}
402+
403+
[data-theme="dark"] body.home-page .search-palette__result.is-active .search-palette__result-arrow {
404+
color: rgb(125 211 252);
405+
}
406+
407+
[data-theme="dark"] body.home-page .search-palette__empty-title {
408+
color: rgb(241 245 249);
409+
}
410+
411+
[data-theme="dark"] body.home-page .search-palette__empty-hint {
412+
color: rgb(148 163 184);
413+
}
414+
390415
[data-theme="dark"] body.home-page .search-palette__result-name mark,
391416
[data-theme="dark"] body.home-page .search-palette__result-desc mark {
392417
background-color: rgb(120 53 15 / 0.5);

static/css/modern-dark-theme.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,31 @@
387387
color: rgb(125 211 252);
388388
}
389389

390+
[data-theme="dark"] body.home-page .search-palette__result-name {
391+
color: rgb(241 245 249);
392+
}
393+
394+
[data-theme="dark"] body.home-page .search-palette__result-desc,
395+
[data-theme="dark"] body.home-page .search-palette__result-meta {
396+
color: rgb(148 163 184);
397+
}
398+
399+
[data-theme="dark"] body.home-page .search-palette__result-arrow {
400+
color: rgb(71 85 105);
401+
}
402+
403+
[data-theme="dark"] body.home-page .search-palette__result.is-active .search-palette__result-arrow {
404+
color: rgb(125 211 252);
405+
}
406+
407+
[data-theme="dark"] body.home-page .search-palette__empty-title {
408+
color: rgb(241 245 249);
409+
}
410+
411+
[data-theme="dark"] body.home-page .search-palette__empty-hint {
412+
color: rgb(148 163 184);
413+
}
414+
390415
[data-theme="dark"] body.home-page .search-palette__result-name mark,
391416
[data-theme="dark"] body.home-page .search-palette__result-desc mark {
392417
background-color: rgb(120 53 15 / 0.5);

0 commit comments

Comments
 (0)