Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 15c8bd7

Browse files
committed
fix(plugins/plugin-client-common): minor tweak to markdown tip color
1 parent 40664e4 commit 15c8bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-client-common/web/scss/components/Terminal/Commentary.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ body[kui-theme-style='light'] {
294294

295295
@include MarkdownTip {
296296
background-color: #e7f1fa;
297-
filter: hue-rotate(45deg);
297+
filter: hue-rotate(-45deg);
298298

299299
@include ExpandableSectionButton {
300300
width: 100%;

0 commit comments

Comments
 (0)