From 9461cf57f7e1b295bc1ba9b3c7e10542c1c34d18 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Fri, 17 May 2024 17:33:42 -0400 Subject: [PATCH] mid-tone tweaks --- src/stylelite.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/stylelite.css b/src/stylelite.css index 82ec6ee..8e97c32 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -219,6 +219,8 @@ input[type="radio"]{ margin-top: .25rem; } +input::placeholder {color: var(--mg)} + button, input[type="reset"],input[type="submit"] { display: inline-block; border-radius: var(--radius); @@ -263,7 +265,7 @@ a.button:hover, button:hover, input[type="reset"]:hover,input[type="submit"]:hov select:disabled, textarea:disabled,input:disabled { cursor: not-allowed; pointer-events: none; - border-color: var(--mg); + filter: brightness(95%); } select:focus,textarea:focus,input:focus {