Skip to content

Commit

Permalink
create a new version (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: ミシャ <[email protected]>
  • Loading branch information
my-nihongo and MihailsKuzmins authored Jun 5, 2024
1 parent 05b894f commit 8ad0e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MudBlazor.Markdown/MudBlazor.Markdown.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MudBlazor</RootNamespace>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>MyNihongo</Authors>
<Description>Markdown component for MudBlazor (https://mudblazor.com/)</Description>
<Copyright>Copyright © 2024 MyNihongo</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/MudBlazor.Markdown/Resources/MudBlazor.Markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pre code.hljs {
.mud-markdown-body blockquote {
border-left: .25em solid var(--mud-palette-text-disabled);
color: var(--mud-palette-text-secondary);
background-color: var(--mud-palette-drawer-background);
background-color: var(--mud-palette-table-hover);
padding: 0.25em 1em;
margin: 0.5em 0 1.25em;
}
Expand Down

0 comments on commit 8ad0e44

Please sign in to comment.