We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b894f commit 8ad0e44Copy full SHA for 8ad0e44
src/MudBlazor.Markdown/MudBlazor.Markdown.csproj
@@ -5,7 +5,7 @@
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<RootNamespace>MudBlazor</RootNamespace>
8
- <Version>1.0.1</Version>
+ <Version>1.0.2</Version>
9
<Authors>MyNihongo</Authors>
10
<Description>Markdown component for MudBlazor (https://mudblazor.com/)</Description>
11
<Copyright>Copyright © 2024 MyNihongo</Copyright>
src/MudBlazor.Markdown/Resources/MudBlazor.Markdown.css
@@ -32,7 +32,7 @@ pre code.hljs {
32
.mud-markdown-body blockquote {
33
border-left: .25em solid var(--mud-palette-text-disabled);
34
color: var(--mud-palette-text-secondary);
35
- background-color: var(--mud-palette-drawer-background);
+ background-color: var(--mud-palette-table-hover);
36
padding: 0.25em 1em;
37
margin: 0.5em 0 1.25em;
38
}
0 commit comments