We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cce7d3 commit bc4042aCopy full SHA for bc4042a
style.css
@@ -47,18 +47,15 @@ code {
47
/* orange-500 at 10% opacity */
48
}
49
50
-/* Icon color */
51
-.callout .text-sky-500 {
52
- color: #ff8800;
53
-}
54
-
55
-/* Content text color */
56
-.callout .text-sky-900 {
+/* Note callout text & icon colors - light mode */
+.callout[data-callout-type="note"],
+.callout[data-callout-type="note"] *:not(a) {
57
color: rgb(124 45 18) !important;
58
- /* orange-900 */
59
60
61
-.dark\:text-sky-200:is(.dark *) {
+/* Note callout text & icon colors - dark mode */
+.dark .callout[data-callout-type="note"],
+.dark .callout[data-callout-type="note"] *:not(a) {
62
color: rgb(255, 183, 102) !important;
63
64
0 commit comments