We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9a505 commit b837d5aCopy full SHA for b837d5a
1 file changed
src/css/docusaurus.scss
@@ -105,3 +105,25 @@ a.card {
105
margin-top: 0;
106
}
107
108
+
109
+// Alerts
110
+:root {
111
+ &[data-theme="dark"] {
112
+ .alert--secondary {
113
+ --ifm-alert-background-color: #181818;
114
+ }
115
116
+ .alert--info {
117
+ --ifm-alert-background-color: var(--ifm-color-primary-lighter);
118
+ --ifm-alert-foreground-color: black;
119
+ --ifm-alert-border-color: var(--ifm-color-primary);
120
+ --ifm-alert-background-color-highlight: var(--ifm-color-primary);
121
122
123
+ .alert--success {
124
+ --ifm-alert-background-color: transparent;
125
126
127
128
129
+}
0 commit comments