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

Commit 5a7ad58

Browse files
committed
fix(plugins/plugin-client-common): increase saturation of blue, yellow, red markdown tips
1 parent df96d26 commit 5a7ad58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,11 @@ body[kui-theme-style='dark'] {
373373
}
374374
}
375375

376-
$tip-toggle-opacity: 0.125;
376+
$tip-toggle-opacity: 0.175;
377377
$tip-toggle-opacity-2: 0.6;
378378

379379
@mixin GreenTip {
380+
$tip-toggle-opacity: 0.125;
380381
$bgcolor: var(--color-base0B-rgb);
381382
--pf-c-expandable-section--m-display-lg--after--BackgroundColor: #{rgba($bgcolor, $tip-toggle-opacity-2)};
382383
@include ExpandableSectionToggle {

0 commit comments

Comments
 (0)