Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
QGroupBox: Reduce background opacity slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Jul 16, 2021
1 parent 7d8fce7 commit ba33c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oceanblue-qgroupbox.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$groupbox-bg: hsla($primary-hue, $primary-sat * 0.8, 50%, 100% / 6);
$groupbox-bg: hsla($primary-hue, $primary-sat * 0.8, 50%, 100% / 8);
$groupbox-bd: hsla($primary-hue, $primary-sat, 75%, 100% / 3);
$groupbox-fg: $control-fg;
$groupbox-bg-disabled: hsla($primary-hue, $primary-sat * 0.5, 50%, 100% / 6);
Expand Down

0 comments on commit ba33c84

Please sign in to comment.