Skip to content

Commit 078b293

Browse files
digitaldirklinkdotnet
authored andcommitted
Update editor button background color
1 parent 8ce6f21 commit 078b293

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ code {
143143
color: red;
144144
}
145145

146+
.editor-toolbar button.active, .editor-toolbar button:hover {
147+
background: rgb(206, 206, 206, 0.5) !important;
148+
}
149+
146150
#blazor-error-ui {
147151
background: lightyellow;
148152
bottom: 0;

0 commit comments

Comments
 (0)