Skip to content

Commit 8ad0e44

Browse files
create a new version (#265)
Co-authored-by: ミシャ <47413092+MihailsKuzmins@users.noreply.github.com>
1 parent 05b894f commit 8ad0e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MudBlazor.Markdown/MudBlazor.Markdown.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<RootNamespace>MudBlazor</RootNamespace>
8-
<Version>1.0.1</Version>
8+
<Version>1.0.2</Version>
99
<Authors>MyNihongo</Authors>
1010
<Description>Markdown component for MudBlazor (https://mudblazor.com/)</Description>
1111
<Copyright>Copyright © 2024 MyNihongo</Copyright>

src/MudBlazor.Markdown/Resources/MudBlazor.Markdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pre code.hljs {
3232
.mud-markdown-body blockquote {
3333
border-left: .25em solid var(--mud-palette-text-disabled);
3434
color: var(--mud-palette-text-secondary);
35-
background-color: var(--mud-palette-drawer-background);
35+
background-color: var(--mud-palette-table-hover);
3636
padding: 0.25em 1em;
3737
margin: 0.5em 0 1.25em;
3838
}

0 commit comments

Comments
 (0)