fix: 🚑 gpg signed badge color (dark theme)
This commit is contained in:
@ -17,7 +17,7 @@ $colors: (
|
||||
'peach': c.variants(#fab387, $is-dark),
|
||||
'yellow': c.variants(#f9e2af, $is-dark),
|
||||
'green': c.variants($brand, $is-dark),
|
||||
'dark-green': c.variants(#3fb946, $is-dark),
|
||||
'dark-green': c.variants(#00E676, $is-dark),
|
||||
'teal': c.variants(#94e2d5, $is-dark),
|
||||
'sky': c.variants(#89dceb, $is-dark),
|
||||
'sapphire': c.variants(#74c7ec, $is-dark),
|
||||
|
@ -350,6 +350,7 @@
|
||||
display: inline-flex;
|
||||
gap: 0px;
|
||||
border-radius: 16px;
|
||||
opacity: 0.9;
|
||||
|
||||
--color-green-badge-bg: none !important;
|
||||
--color-green-badge-hover-bg: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 0.05) !important;
|
||||
@ -361,6 +362,7 @@
|
||||
}
|
||||
|
||||
.ui.detail.icon.button {
|
||||
opacity: 1;
|
||||
padding: 4px 12px 4px 6px !important;
|
||||
margin: 0 !important;
|
||||
background: none !important;
|
||||
|
Reference in New Issue
Block a user