repo button (conflicted with search)

This commit is contained in:
John Mertz 2023-09-28 18:26:28 +00:00
parent 4a0dc0366d
commit 6d0f55f349
1 changed files with 8 additions and 0 deletions

View File

@ -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;
}