fix(commits): signed commit background

Closes #13
main
winston 2023-08-24 22:54:10 +02:00
parent ae313516b5
commit fe15a3ac01
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ $lvl3: if($isDark, $base, $crust);
--color-red-badge-bg: #{$lvl1};
--color-red-badge-hover-bg: #{ctx_lighten($red, 5%)};
--color-green-badge: #{$green};
--color-green-badge-bg: #{$lvl1};
--color-green-badge-bg: #{$green};
--color-green-badge-hover-bg: #{ctx_lighten($green, 5%)};
--color-yellow-badge: #{$yellow};
--color-yellow-badge-bg: #{$lvl1};
@ -266,7 +266,7 @@ $lvl3: if($isDark, $base, $crust);
}
// most recent commit hover when signed
.ui.sha.isSigned.isVerified:hover {
.ui.sha.isSigned.isVerified {
.shortsha {
color: $lvl1;
}