Skip to content

Commit a164826

Browse files
authored
Darker admonition title color for higher contrast (#1459)
1 parent 9100586 commit a164826

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Elastic.Documentation.Site/Assets/markdown/admonition.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,38 @@
1919
&.note {
2020
@apply border-blue-elastic-40 bg-blue-elastic-10;
2121
.admonition-title {
22-
@apply text-blue-elastic-90 bg-blue-elastic-20;
22+
@apply text-blue-elastic-110 bg-blue-elastic-20;
2323
}
2424
}
2525

2626
&.tip {
2727
@apply border-teal-40 bg-teal-10;
2828
.admonition-title {
29-
@apply text-teal-90 bg-teal-20;
29+
@apply text-teal-110 bg-teal-20;
3030
}
3131
}
3232

3333
&.warning {
3434
@apply border-yellow-40 bg-yellow-10;
3535

3636
.admonition-title {
37-
@apply text-yellow-90 bg-yellow-20;
37+
@apply text-yellow-110 bg-yellow-20;
3838
}
3939
}
4040

4141
&.important {
4242
@apply border-purple-40 bg-purple-10;
4343

4444
.admonition-title {
45-
@apply text-purple-90 bg-purple-20;
45+
@apply text-purple-110 bg-purple-20;
4646
}
4747
}
4848

4949
&.plain {
5050
@apply border-grey-40 bg-grey-10;
5151

5252
.admonition-title {
53-
@apply text-grey-90 bg-grey-20;
53+
@apply text-grey-110 bg-grey-20;
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)