diff --git a/front/src/css/index.css b/front/src/css/index.css index e091604..0b19f6a 100644 --- a/front/src/css/index.css +++ b/front/src/css/index.css @@ -16,6 +16,9 @@ background: #e74c3c; color: #fff; } +.launchBtn:focus { + background: #ffa319; +} .launchBtn.disabled { background: #deaca6; } diff --git a/front/src/less/index.less b/front/src/less/index.less index 5c4ae7d..f06b5fe 100644 --- a/front/src/less/index.less +++ b/front/src/less/index.less @@ -18,9 +18,13 @@ .launchBtn { background: #e74c3c; color: #fff; + &:focus { + background: #ffa319; + } &.disabled { background: #deaca6; } + } .features {