mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-25 00:32:26 +00:00
Fix the rendering of warning text in our docs (#17958)
cc: @danilo-leal Before: <img width="753" alt="Screenshot 2024-09-17 at 10 53 13 AM" src="https://github.com/user-attachments/assets/43a2ef89-4a90-46d4-9e90-350fdd1b46bb"> After: <img width="759" alt="Screenshot 2024-09-17 at 10 53 35 AM" src="https://github.com/user-attachments/assets/49f2a250-d339-4f61-afda-3ed87181b018"> Light mode: <img width="757" alt="Screenshot 2024-09-17 at 10 54 17 AM" src="https://github.com/user-attachments/assets/4d425e9b-3f97-44c4-ba86-d84dc7349060"> Release Notes: - N/A
This commit is contained in:
parent
869a72bb3f
commit
447a5d6e6e
1 changed files with 1 additions and 1 deletions
2
docs/theme/css/general.css
vendored
2
docs/theme/css/general.css
vendored
|
@ -268,7 +268,7 @@ blockquote .warning:before {
|
|||
.warning {
|
||||
margin: auto;
|
||||
padding: 1rem 1.25rem;
|
||||
color: #000;
|
||||
color: var(--fg);
|
||||
background-color: var(--warning-bg);
|
||||
border: 1px solid var(--warning-border);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue