repo button (conflicted with search)
This commit is contained in:
parent
4a0dc0366d
commit
6d0f55f349
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue