Skip to content

Commit

Permalink
Change opacity of ActiveLine (#6908)
Browse files Browse the repository at this point in the history
  • Loading branch information
dem4ron authored May 10, 2024
1 parent 53e0d73 commit 4187576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/css/ui-kit/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
--backgroundColorConceptLocked: theme(colors.lightGray);
--backgroundColorCompletedHeading: theme(colors.mediumGreen);
--backgroundColorCReputation: var(--backgroundColorA);
--backgroundColorEditorActiveLine: theme(colors.veryLightBlue);
--backgroundColorEditorActiveLine: #e1ebff88;
--backgroundColorTeamHeader: linear-gradient(
180deg,
var(--backgroundColorE) 0%,
Expand Down Expand Up @@ -463,7 +463,7 @@ body.namespace-.controller-insiders.theme-light,
--backgroundColorConceptLocked: var(--backgroundColorA);
--backgroundColorCompletedHeading: none;
--backgroundColorCReputation: theme(colors.eerieBlack);
--backgroundColorEditorActiveLine: theme(colors.russianViolet);
--backgroundColorEditorActiveLine: #302b4288;
--backgroundColorTeamHeader: theme(colors.darkBlueGray);
--backgroundColorTeamInfoBox: theme(colors.eerieBlack);
--backgroundColorImpactPage: theme(colors.eerieBlack);
Expand Down

0 comments on commit 4187576

Please sign in to comment.