Skip to content

Commit

Permalink
UBO-212 improve contrast of input placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Jan 13, 2023
1 parent fde3993 commit c481f32
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// overwrite or modify
$primary: #003b7a !default;
$body-bg: #efe4bf !default;
$body-color: #495353 !default;

$border-radius: .2rem !default;

Expand All @@ -42,3 +43,7 @@ $theme-colors: (
// ubo variables
$pmud-color: $primary !default;
$pmud-color-hover: white !default;

// use transparency based on input color for placeholder
$input-color: $body-color !default;
$input-placeholder-color: rgba($input-color, .4) !default;

0 comments on commit c481f32

Please sign in to comment.