Skip to content

Commit 6b4d64d

Browse files
Add question variable for callout border color
Signed-off-by: Vanmas <71975170+jonathan-berthet@users.noreply.github.com>
1 parent 8c23cf8 commit 6b4d64d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/nodes/Callout.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,10 @@ export default {
109109
&--success {
110110
--callout-border: var(--color-element-success);
111111
}
112+
113+
// DQuestion variable
114+
&--question {
115+
--callout-border: #184cbd;
116+
}
112117
}
113118
</style>

0 commit comments

Comments
 (0)