File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 90
90
details {
91
91
margin : 20px 0 ;
92
92
}
93
+
94
+ .markdown-alert {
95
+ padding-left : 15px ;
96
+ fill : currentColor ;
97
+ border-left : solid 3px ;
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
+
113
+ .markdown-alert-note {
114
+ color : var (--mid-blue );
115
+ }
116
+
117
+ .markdown-alert-tip {
118
+ color : var (--dark-green );
119
+ }
120
+
121
+ .markdown-alert-important {
122
+ color : var (--mid-purple );
123
+ }
124
+
125
+ .markdown-alert-warning {
126
+ color : var (--yellow );
127
+ }
128
+
129
+ .markdown-alert-caution {
130
+ color : var (--mid-red );
131
+ }
93
132
}
94
133
95
134
g-emoji {
You can’t perform that action at this time.
0 commit comments