mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 21:48:00 +02:00
Fix background reactions in the arc-green theme (#9421)
* Fixed arc-green theme reactions background Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Added MD5 AppVer Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
This commit is contained in:

committed by
techknowlogick

parent
559fb6ccf0
commit
4147cc91ed
@ -305,7 +305,8 @@ footer {
|
||||
color: #dbdbdb;
|
||||
}
|
||||
|
||||
.ui.label {
|
||||
.ui.label,
|
||||
.ui.label.basic {
|
||||
color: #dbdbdb;
|
||||
background-color: #404552;
|
||||
}
|
||||
@ -400,7 +401,8 @@ a.ui.basic.green.label:hover {
|
||||
}
|
||||
|
||||
.ui.blue.label,
|
||||
.ui.blue.labels .label {
|
||||
.ui.blue.labels .label,
|
||||
.repository .segment.reactions .ui.label.basic.blue {
|
||||
background-color: #26577b !important;
|
||||
border-color: #26577b !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user