diff --git a/css/theme-gruvbox.css b/css/theme-gruvbox.css index 387c5c5..7c034d2 100644 --- a/css/theme-gruvbox.css +++ b/css/theme-gruvbox.css @@ -1369,6 +1369,14 @@ form.ui.form.ignore-dirty input { /* Repo Page */ +button#repo-clone-ssh, button#repo-clone-https { + background-color: var(--cyan) !important; + color: var(--fghl) !important; +} +button#repo-clone-ssh:hover, button#repo-clone-https:hover, button#repo-clone-ssh.primary, button#repo-clone-https.primary { + background-color: var(--cyanhl) !important; + color: var(--white) !important; +} .ui.repo-description { margin-top: 10px; }