Skip to content

Commit bf5e0ee

Browse files
committed
🐛 fix: 减少行悬浮圆角
1 parent 8a4998a commit bf5e0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onelight.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
/* ---------------->> 左到右透明渐变色 <<---------------- */
6767
--gradient-color: linear-gradient(to right, var(--theme-light-color), rgba(255, 255, 255, 0));
6868
/* ---------------->> 圆角 <<---------------- */
69-
--radius-small: 5px;
69+
--radius-xsmall: 5px;
7070
--radius-small: 10px;
7171
--radius-large: 15px;
7272
--radius-xlarge: 20px;
@@ -109,7 +109,7 @@
109109
/* 仅在p标签不包含图片时应用悬停效果 */
110110
#write p:not(:has(.md-image)):hover {
111111
box-shadow: var(--box-shadow);
112-
border-radius: var(--radius-small);
112+
border-radius: var(--radius-xsmall);
113113
background: var(--theme-light-color);
114114
}
115115

0 commit comments

Comments
 (0)