Skip to content

Commit 7aff689

Browse files
committed
increase contrast for labels, vertical tabs
1 parent 522f3d1 commit 7aff689

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

css/maps/material_admin.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/material_admin.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_settings.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ $global-weight-bold: bold;
2929
$global-radius: 0;
3030
$global-text-direction: ltr;
3131

32+
// input label (override default)
33+
$input-border-color: color($utility, 'darken-1');
34+
3235
// 2. Vertical Rhythm
3336
// 3. Card
3437
$card-xs-height: 150px;

scss/base/overrides/_vertical-tabs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
position: relative;
2121
z-index: 2;
2222
margin-right: 0;
23-
border-right: 3px solid color($utility, 'base');
23+
border-right: 3px solid color($utility, 'darken-2');
2424
padding-right: 0 !important;
2525
width: 100%;
2626
;
@@ -35,7 +35,7 @@
3535
width: 100%;
3636
text-transform: uppercase;
3737
text-decoration: none;
38-
color: color($utility, 'base');
38+
color: color($utility, 'darken-2');
3939
strong {
4040
letter-spacing: .5px;
4141
font-weight: normal;

0 commit comments

Comments
 (0)