Skip to content

Commit 602c7d5

Browse files
committed
🐛 fix: 修复标题中丢失的颜色
1 parent 0a03f0e commit 602c7d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

onelight/style/title/title-colorful-dark.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
color: transparent !important;
210210
text-decoration: none;
211211
caret-color: #5a80ff;
212+
--ol-title-decoration-color: #5a80ff;
212213
padding: 3px 15px;
213214
animation: flowLeftToRight 6s ease-in-out infinite reverse;
214215
transition: all 0.3s ease-in-out;
@@ -287,6 +288,7 @@
287288
background-clip: text;
288289
color: transparent;
289290
caret-color: #c70909;
291+
--ol-title-decoration-color: #5a80ff;
290292
padding: 1px 12.5px;
291293
animation: h5FlowFixedStutter 6s ease-in-out infinite reverse;
292294
transition: all 0.3s ease;
@@ -343,6 +345,7 @@
343345
background-clip: text;
344346
color: transparent;
345347
caret-color: #c70909;
348+
--ol-title-decoration-color: #5a80ff;
346349
padding: 1px 12.5px;
347350
animation: h5FlowFixedStutter 6s ease-in-out infinite reverse;
348351
transition: all 0.3s ease;

0 commit comments

Comments
 (0)