mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 21:01:00 +00:00
dark: adjust color of "search repository" right border
This commit is contained in:
parent
e10635ffd0
commit
58ea9a9235
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ textarea,
|
|||
|
||||
/* right border of "find repository" field */
|
||||
.ui.action.input:not([class*="left action"]) > input {
|
||||
border-right-color: var(--color-input-border-hover);
|
||||
border-right-color: var(--color-light);
|
||||
}
|
||||
|
||||
/* background color of code display */
|
||||
|
|
Loading…
Reference in a new issue