Skip to content

Commit 35c78de

Browse files
committed
change code block color
1 parent cbc26ce commit 35c78de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
.highlight {
426426
border-radius: var(--border-radius);
427427
border: 1px solid var(--primary-200);
428-
background: linear-gradient(135deg, #f7e4f0, #ffffff) !important;
428+
background: linear-gradient(135deg, #fdeff8, #fff9ff, #ffffff) !important;
429429
margin: 1.5rem 0;
430430
overflow: hidden;
431431
box-shadow: 0 4px 12px rgba(219, 39, 119, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);

0 commit comments

Comments
 (0)