Skip to content

Commit

Permalink
Better colors
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Nov 28, 2024
1 parent 391fd5d commit 5de9bf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup Label="Code Analyzers">
<PackageVersion Include="IDisposableAnalyzers" Version="4.0.8" />
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="9.32.0.97167" PrivateAssets="All" IncludeAssets="Runtime;Build;Native;contentFiles;Analyzers" />
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.3.0.106239" PrivateAssets="All" IncludeAssets="Runtime;Build;Native;contentFiles;Analyzers" />
</ItemGroup>
<ItemGroup Label="Infrastructure">
<PackageVersion Include="Azure.Storage.Blobs" Version="12.23.0" />
Expand Down Expand Up @@ -46,4 +46,4 @@
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
<PackageVersion Include="Microsoft.Playwright" Version="1.48.0" />
</ItemGroup>
</Project>
</Project>
5 changes: 4 additions & 1 deletion src/LinkDotNet.Blog.Web/wwwroot/css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,11 @@ code {
}

/* Fixes white background/white icon for markdown editors */
.editor-toolbar {
background: rgb(36, 90, 170) !important;
}
.editor-toolbar button.active, .editor-toolbar button:hover {
background: rgb(206, 206, 206, 0.5) !important;
background: rgb(36, 90, 170) !important;
}

#blazor-error-ui {
Expand Down

0 comments on commit 5de9bf5

Please sign in to comment.