File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/Elastic.Documentation.Site/Assets/markdown Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
& .note {
20
20
@apply border-blue-elastic-40 bg-blue-elastic-10;
21
21
.admonition-title {
22
- @apply text-blue-elastic-90 bg-blue-elastic-20;
22
+ @apply text-blue-elastic-110 bg-blue-elastic-20;
23
23
}
24
24
}
25
25
26
26
& .tip {
27
27
@apply border-teal-40 bg-teal-10;
28
28
.admonition-title {
29
- @apply text-teal-90 bg-teal-20;
29
+ @apply text-teal-110 bg-teal-20;
30
30
}
31
31
}
32
32
33
33
& .warning {
34
34
@apply border-yellow-40 bg-yellow-10;
35
35
36
36
.admonition-title {
37
- @apply text-yellow-90 bg-yellow-20;
37
+ @apply text-yellow-110 bg-yellow-20;
38
38
}
39
39
}
40
40
41
41
& .important {
42
42
@apply border-purple-40 bg-purple-10;
43
43
44
44
.admonition-title {
45
- @apply text-purple-90 bg-purple-20;
45
+ @apply text-purple-110 bg-purple-20;
46
46
}
47
47
}
48
48
49
49
& .plain {
50
50
@apply border-grey-40 bg-grey-10;
51
51
52
52
.admonition-title {
53
- @apply text-grey-90 bg-grey-20;
53
+ @apply text-grey-110 bg-grey-20;
54
54
}
55
55
}
56
56
}
You can’t perform that action at this time.
0 commit comments