We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96fc5a commit c3b9d9eCopy full SHA for c3b9d9e
2 files changed
src/scss/themes/ng/body.scss
@@ -87,7 +87,7 @@ textarea {
87
width: 100%;
88
min-width: $input-min-width;
89
font-size: inherit;
90
- color: $button-color;
+ color: inherit;
91
border: 1px solid $input-border;
92
border-top-color: darken($input-border, 3%);
93
border-radius: $input-radius;
@@ -779,7 +779,7 @@ li > div {
779
}
780
781
.cui-label {
782
- color: $secondary-color;
+ color: hsl(205,5%,43%);
783
font-size: 12px;
784
785
&-size-mini {
@@ -2776,6 +2776,10 @@ a[role="button"].cui-button-appearance-link {
2776
.cui-toolbar {
2777
background: none;
2778
2779
+
2780
+ .cui-label {
2781
+ color: $header-color;
2782
+ }
2783
2784
2785
src/scss/themes/ng/header.scss
@@ -75,10 +75,10 @@ $font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, s
75
$font-size: 13px;
76
$line-height: 16px;
77
78
-$secondary-color: hsl(205,5%,45%);
79
-$muted-color: hsl(205,5%,60%);
80
-$disabled-color: hsl(205,7%,73%);
81
-$subtle-color: hsl(205,10%,79%);
+$secondary-color: hsl(205,0%,46%);
+$muted-color: $secondary-color;
+$disabled-color: $secondary-color;
+$subtle-color: $secondary-color;
82
83
$header-background: hsl(205,13%,87%);
84
$header-border: hsl(205,6%,75%);
@@ -110,7 +110,7 @@ $button-font-size: $font-size;
110
111
$input-border: hsl(205,20%,79%);
112
$input-radius: $button-radius;
113
-$input-placeholder: hsl(205,10%,75%);
+$input-placeholder: $secondary-color;
114
$input-shadow: 0 1px hsla(0,0%,0%,.03) inset, 0 2px hsla(0,0%,0%,.01) inset;
115
$input-width: 275px;
116
$input-background: $foreground;
0 commit comments