Skip to content

Commit 027b223

Browse files
committed
update colors for the tip type note
Signed-off-by: rishichawda <[email protected]>
1 parent 262f6bf commit 027b223

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@
112112

113113
/* Note type: Tip (Light Blue - same as Note) */
114114
.remark-note.tip {
115-
background-color: #00B7EB10;
116-
border-color: #00B7EB;
115+
background-color: #7ccf0010;
116+
border-color: #7ccf00;
117117
box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.1), 0 2px 4px -2px rgba(59, 130, 246, 0.1);
118118
}
119119

120120
.remark-note.tip .remark-note-icon > svg {
121-
stroke: #00B7EB;
121+
stroke: #7ccf00;
122122
}
123123

124124
.remark-note.tip .remark-note-title {
125-
color: #00B7EB;
125+
color: #7ccf00;
126126
}

0 commit comments

Comments
 (0)