行内元素的下划线颜色继承当前元素前景颜色 (#6464)

* 🐛 fix #5857

* 🎨 #5990 桌面端 `SiYuan` 可执行程序支持使用参数连接非本机内核服务

* 🎨 style

* 🎨 style

* 🎨 style

* 🎨 改进伺服代码片段 `/snippets/` #6356

* 🎨 调整 win 安装包打包选项

* 🎨 鉴权支持 IPv6 本机回环地址

* 🎨 支持 HEVC 编码视频播放

* 🎨 保存 `data/storage/local.json` 时格式化

* 🎨 行内元素的下划线颜色设置为继承元素前景颜色
This commit is contained in:
颖逸 2022-11-03 22:53:12 +08:00 committed by GitHub
parent 115767a0f4
commit afbbd19c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@
u,
span[data-type~="u"] {
border-bottom: 1px solid var(--b3-theme-on-background);
border-bottom: 1px solid;
}
span[data-type~="inline-memo"] {

View file

@ -153,7 +153,7 @@
}
span[data-type~="tag"] {
border-bottom: 1px solid var(--b3-protyle-inline-tag-color);
border-bottom: 1px solid;
color: var(--b3-protyle-inline-tag-color);
transition: var(--b3-transition);
}
@ -164,7 +164,7 @@
transition: var(--b3-transition);
&:hover {
border-bottom: 1px solid var(--b3-protyle-inline-link-color);
border-bottom: 1px solid;
}
}