mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-23 22:01:01 +00:00
dark: adjust colors of .ui.positive.message
This commit is contained in:
parent
c01e897182
commit
4699fc648f
1 changed files with 6 additions and 1 deletions
|
@ -377,7 +377,12 @@ textarea,
|
|||
}
|
||||
|
||||
.ui.positive.message {
|
||||
color: #bbc0ca;
|
||||
background-color: #22272e;
|
||||
color: #fff;
|
||||
}
|
||||
.ui.positive.message,
|
||||
.ui.attached.positive.message {
|
||||
box-shadow: 0 0 0 1px #2c662d inset, 0 0 #0000;
|
||||
}
|
||||
|
||||
/* diff color deletion */
|
||||
|
|
Loading…
Reference in a new issue