This commit is contained in:
parent
22e80c5d9f
commit
1cf1854bd3
3 changed files with 10 additions and 10 deletions
|
@ -180,9 +180,10 @@
|
|||
--b3-protyle-code-background: rgba(27, 31, 35, .05);
|
||||
|
||||
/* 所见即所得行内元素颜色 */
|
||||
--b3-protyle-inline-strong-color: #202124;
|
||||
--b3-protyle-inline-em-color: #202124;
|
||||
--b3-protyle-inline-s-color: #202124;
|
||||
--b3-protyle-inline-strong-color: inherit;
|
||||
--b3-protyle-inline-em-color: inherit;
|
||||
--b3-protyle-inline-u-color: inherit;
|
||||
--b3-protyle-inline-s-color: inherit;
|
||||
--b3-protyle-inline-link-color: #4285f4;
|
||||
--b3-protyle-inline-mark-background: rgb(252, 212, 126);
|
||||
--b3-protyle-inline-mark-color: #202124;
|
||||
|
|
|
@ -179,9 +179,10 @@
|
|||
--b3-protyle-code-background: rgba(240, 246, 252, .15);
|
||||
|
||||
/* 所见即所得行内元素颜色 */
|
||||
--b3-protyle-inline-strong-color: #e8eaed;
|
||||
--b3-protyle-inline-em-color: #e8eaed;
|
||||
--b3-protyle-inline-s-color: #e8eaed;
|
||||
--b3-protyle-inline-strong-color: inherit;
|
||||
--b3-protyle-inline-em-color: inherit;
|
||||
--b3-protyle-inline-u-color: inherit;
|
||||
--b3-protyle-inline-s-color: inherit;
|
||||
--b3-protyle-inline-link-color: #8ab4f8;
|
||||
--b3-protyle-inline-mark-background: rgba(255, 208, 0, .4);
|
||||
--b3-protyle-inline-mark-color: var(--b3-theme-on-background);
|
||||
|
|
|
@ -105,13 +105,11 @@
|
|||
box-shadow: inset 0 -1px 0 var(--b3-theme-surface-lighter);
|
||||
}
|
||||
|
||||
u {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
u,
|
||||
span[data-type~="u"] {
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid;
|
||||
color: var(--b3-protyle-inline-u-color);
|
||||
}
|
||||
|
||||
span[data-type~="inline-memo"] {
|
||||
|
|
Loading…
Add table
Reference in a new issue