diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 2ec397adc40..c579859f3e2 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3168,7 +3168,7 @@ a.impayee:hover { font-weight: bold; color: #550000; } */ .product_line_stock_ok { color: #002200; } -.product_line_stock_too_low { color: #664400; } +.product_line_stock_too_low { color: #884400; } .fieldrequired { font-weight: bold; color: #000055; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 53d5f580e04..2c0004a397e 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3235,7 +3235,7 @@ a.impayee:hover { font-weight: bold; color: #550000; } */ .product_line_stock_ok { color: #002200; } -.product_line_stock_too_low { color: #664400; } +.product_line_stock_too_low { color: #884400; } .fieldrequired { font-weight: bold; color: #000055; }