This commit is contained in:
Vanessa 2023-03-13 22:38:49 +08:00
parent 89e955bcf1
commit c59cfe9332
3 changed files with 2 additions and 3 deletions

View file

@ -136,7 +136,6 @@
--b3-protyle-inline-s-color: #202124;
--b3-protyle-inline-link-color: #4285f4;
--b3-protyle-inline-mark-background: rgb(252, 212, 126);
--b3-protyle-inline-mark-hl-background: #fffd38;
--b3-protyle-inline-mark-color: #202124;
--b3-protyle-inline-tag-color: #5f6368;
--b3-protyle-inline-blockref-color: #8250df;

View file

@ -136,7 +136,6 @@
--b3-protyle-inline-s-color: #e8eaed;
--b3-protyle-inline-link-color: #8ab4f8;
--b3-protyle-inline-mark-background: rgb(50, 89, 61);
--b3-protyle-inline-mark-hl-background: #fffd38;
--b3-protyle-inline-mark-color: #e8eaed;
--b3-protyle-inline-tag-color: #9aa0a6;
--b3-protyle-inline-blockref-color: #8957e5;

View file

@ -188,7 +188,8 @@
color: var(--b3-protyle-inline-mark-color);
&.search-mark--hl {
background-color: var(--b3-protyle-inline-mark-hl-background);;
background-color: var(--b3-theme-primary-lighter);
box-shadow: 0 0 0 .5px var(--b3-theme-on-background);
}
}