docs: Improve warning callout docs (#17997)

This PR is a quick follow-up to
https://github.com/zed-industries/zed/pull/1795. 😊

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2024-09-18 07:36:02 -03:00
committed by GitHub
parent a149a50946
commit 430ce073d2
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ blockquote .warning:before {
.warning {
margin: auto;
padding: 1rem 1.25rem;
color: var(--fg);
color: var(--full-contrast);
background-color: var(--warning-bg);
border: 1px solid var(--warning-border);
}