File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 91
91
margin : 20px 0 ;
92
92
}
93
93
94
+ .markdown-alert-note {
95
+ color : var (--mid-blue );
96
+ }
97
+
98
+ .markdown-alert-tip {
99
+ color : var (--dark-green );
100
+ }
101
+
102
+ .markdown-alert-important {
103
+ color : var (--mid-purple );
104
+ }
105
+
106
+ .markdown-alert-warning {
107
+ color : var (--yellow );
108
+ }
109
+
110
+ .markdown-alert-caution {
111
+ color : var (--mid-red );
112
+ }
113
+
94
114
.markdown-alert {
95
115
padding-left : 15px ;
96
- border-left : solid black ;
116
+ fill : currentColor ;
117
+ border-left : solid currentColor ;
97
118
}
98
119
99
120
.markdown-alert-title {
100
121
font-weight : 500 ;
101
122
}
102
123
124
+ .markdown-alert p :nth-child (2 ) {
125
+ color : black ;
126
+ }
127
+
103
128
.markdown-alert-title svg {
104
129
margin-right : 10px ;
105
130
transform : translateY (3px );
You can’t perform that action at this time.
0 commit comments