Skip to content

Commit

Permalink
fix: fixed the visibility of text in the docs (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Savio629 authored Mar 30, 2023
1 parent 19e37d9 commit 9aa7d9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/PreviewWebPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ function getWebviewContent(context: vscode.ExtensionContext, webview: vscode.Web
<html>
<head>
<link rel="stylesheet" href="${asyncapiComponentCss}">
<style>
body {
color: #121212;
background-color: #fff;
}
h1 {
color: #121212;
}
</style>
</head>
<body x-timestamp="${Date.now()}">
Expand Down

0 comments on commit 9aa7d9f

Please sign in to comment.