File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ define-function: (
14
14
"margin-bottom": "12px",
15
15
"color": |color|,
16
16
"border-left": "2px solid " + |border_color|,
17
- "background-color": |background_color| ,
17
+ "background-color": "transparent" ,
18
18
})
19
19
assert-css: ("#doc-warning-2", {
20
20
"margin-bottom": "0px",
21
21
"color": |color|,
22
22
"border-left": "2px solid " + |border_color|,
23
- "background-color": |background_color| ,
23
+ "background-color": "transparent" ,
24
24
})
25
25
},
26
26
)
@@ -29,17 +29,14 @@ call-function: ("check-warning", {
29
29
"theme": "ayu",
30
30
"color": "#c5c5c5",
31
31
"border_color": "#ff8e00",
32
- "background_color": "transparent",
33
32
})
34
33
call-function: ("check-warning", {
35
34
"theme": "dark",
36
35
"color": "#ddd",
37
36
"border_color": "#ff8e00",
38
- "background_color": "transparent",
39
37
})
40
38
call-function: ("check-warning", {
41
39
"theme": "light",
42
40
"color": "black",
43
41
"border_color": "#ff8e00",
44
- "background_color": "transparent",
45
42
})
You can’t perform that action at this time.
0 commit comments