diff --git a/src/index.css b/src/index.css index 74bed443..7968fb22 100644 --- a/src/index.css +++ b/src/index.css @@ -124,6 +124,11 @@ button:disabled { cursor: not-allowed; color: var(--gray); } + +.light button.transparent { + color: var(--font-color); +} + .light button:disabled { color: var(--font-secondary-color); border-color: var(--font-secondary-color);