style: swap "important" and "question" callout colours
This commit is contained in:
parent
7ede8b13fa
commit
5bfe5a044d
@ -109,10 +109,10 @@ $callout-fg-grey: #9e9e9e;
|
|||||||
}
|
}
|
||||||
|
|
||||||
&[data-callout="important"] {
|
&[data-callout="important"] {
|
||||||
background-color: $callout-bg-cyan;
|
background-color: $callout-bg-orange;
|
||||||
|
|
||||||
.callout-title {
|
.callout-title {
|
||||||
color: $callout-fg-cyan;
|
color: $callout-fg-orange;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -125,10 +125,10 @@ $callout-fg-grey: #9e9e9e;
|
|||||||
}
|
}
|
||||||
|
|
||||||
&[data-callout="question"] {
|
&[data-callout="question"] {
|
||||||
background-color: $callout-bg-orange;
|
background-color: $callout-bg-cyan;
|
||||||
|
|
||||||
.callout-title {
|
.callout-title {
|
||||||
color: $callout-fg-orange;
|
color: $callout-fg-cyan;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user