mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 21:01:00 +00:00
dark: adjust input cursor color
This commit is contained in:
parent
fd34ec3867
commit
a044c20906
1 changed files with 4 additions and 0 deletions
|
@ -535,6 +535,10 @@ a.blob-excerpt {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
caret-color: var(--color-text);
|
||||||
|
}
|
||||||
|
|
||||||
.removed-code {
|
.removed-code {
|
||||||
background: #b70f22;
|
background: #b70f22;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
|
|
Loading…
Reference in a new issue