Skip to content

Commit 5de9bf5

Browse files
committed
Better colors
1 parent 391fd5d commit 5de9bf5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup Label="Code Analyzers">
66
<PackageVersion Include="IDisposableAnalyzers" Version="4.0.8" />
7-
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="9.32.0.97167" PrivateAssets="All" IncludeAssets="Runtime;Build;Native;contentFiles;Analyzers" />
7+
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.3.0.106239" PrivateAssets="All" IncludeAssets="Runtime;Build;Native;contentFiles;Analyzers" />
88
</ItemGroup>
99
<ItemGroup Label="Infrastructure">
1010
<PackageVersion Include="Azure.Storage.Blobs" Version="12.23.0" />
@@ -46,4 +46,4 @@
4646
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
4747
<PackageVersion Include="Microsoft.Playwright" Version="1.48.0" />
4848
</ItemGroup>
49-
</Project>
49+
</Project>

src/LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,11 @@ code {
144144
}
145145

146146
/* Fixes white background/white icon for markdown editors */
147+
.editor-toolbar {
148+
background: rgb(36, 90, 170) !important;
149+
}
147150
.editor-toolbar button.active, .editor-toolbar button:hover {
148-
background: rgb(206, 206, 206, 0.5) !important;
151+
background: rgb(36, 90, 170) !important;
149152
}
150153

151154
#blazor-error-ui {

0 commit comments

Comments
 (0)