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