diff options
Diffstat (limited to 'client')
4 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/+admin/plugins/shared/plugin-card.component.scss b/client/src/app/+admin/plugins/shared/plugin-card.component.scss index 9f05f9db6..7ee3376a7 100644 --- a/client/src/app/+admin/plugins/shared/plugin-card.component.scss +++ b/client/src/app/+admin/plugins/shared/plugin-card.component.scss | |||
@@ -18,7 +18,7 @@ | |||
18 | } | 18 | } |
19 | 19 | ||
20 | .plugin-version { | 20 | .plugin-version { |
21 | opacity: 0.6; | 21 | opacity: 0.7; |
22 | } | 22 | } |
23 | 23 | ||
24 | .plugin-icon { | 24 | .plugin-icon { |
diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.scss b/client/src/app/shared/shared-forms/markdown-textarea.component.scss index 421c8cbcc..116630d8a 100644 --- a/client/src/app/shared/shared-forms/markdown-textarea.component.scss +++ b/client/src/app/shared/shared-forms/markdown-textarea.component.scss | |||
@@ -49,7 +49,7 @@ $input-border-radius: 3px; | |||
49 | 49 | ||
50 | svg { | 50 | svg { |
51 | stroke: var(--mainForegroundColor); | 51 | stroke: var(--mainForegroundColor); |
52 | opacity: 0.6; | 52 | opacity: 0.7; |
53 | } | 53 | } |
54 | 54 | ||
55 | &:hover, | 55 | &:hover, |
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 6a5d36639..28a6f4807 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -187,7 +187,7 @@ | |||
187 | font-weight: $font-semibold !important; | 187 | font-weight: $font-semibold !important; |
188 | 188 | ||
189 | .nav-link { | 189 | .nav-link { |
190 | opacity: 0.6 !important; | 190 | opacity: 0.7 !important; |
191 | 191 | ||
192 | &.active, | 192 | &.active, |
193 | &:hover, | 193 | &:hover, |
@@ -211,7 +211,7 @@ | |||
211 | font-weight: $font-semibold; | 211 | font-weight: $font-semibold; |
212 | border: 0; | 212 | border: 0; |
213 | border-bottom: 2px solid transparent; | 213 | border-bottom: 2px solid transparent; |
214 | opacity: 0.6; | 214 | opacity: 0.7; |
215 | 215 | ||
216 | &.active { | 216 | &.active { |
217 | color: pvar(--mainForegroundColor); | 217 | color: pvar(--mainForegroundColor); |
diff --git a/client/src/sass/class-helpers.scss b/client/src/sass/class-helpers.scss index 75e14ec09..d4277e4cd 100644 --- a/client/src/sass/class-helpers.scss +++ b/client/src/sass/class-helpers.scss | |||
@@ -102,7 +102,7 @@ label + .form-group-description { | |||
102 | @include disable-default-a-behaviour; | 102 | @include disable-default-a-behaviour; |
103 | @include margin-right(55px); | 103 | @include margin-right(55px); |
104 | 104 | ||
105 | opacity: 0.6; | 105 | opacity: 0.7; |
106 | color: pvar(--mainForegroundColor); | 106 | color: pvar(--mainForegroundColor); |
107 | display: inline-block; | 107 | display: inline-block; |
108 | font-weight: $font-semibold; | 108 | font-weight: $font-semibold; |