mirror of
https://github.com/lucas-labs/gitea-lugit-theme.git
synced 2026-03-11 06:44:24 +00:00
fix: 🚑 make gpg signed badge 100% opacity
This commit is contained in:
parent
721acf84b4
commit
b40f501fca
3 changed files with 0 additions and 3 deletions
1
dist/public/assets/css/theme-dark.css
vendored
1
dist/public/assets/css/theme-dark.css
vendored
|
|
@ -2425,7 +2425,6 @@ footer .ui.dropdown .menu {
|
|||
display: inline-flex;
|
||||
gap: 0px;
|
||||
border-radius: 16px;
|
||||
opacity: 0.9;
|
||||
--color-green-badge-bg: none !important;
|
||||
--color-green-badge-hover-bg: rgba(var(--c-theme_dark-green_base-rgb), 0.05) !important;
|
||||
--color-label-text: rgba(var(--c-theme_dark-green_base-rgb), 1) !important;
|
||||
|
|
|
|||
1
dist/public/assets/css/theme-light.css
vendored
1
dist/public/assets/css/theme-light.css
vendored
|
|
@ -2425,7 +2425,6 @@ footer .ui.dropdown .menu {
|
|||
display: inline-flex;
|
||||
gap: 0px;
|
||||
border-radius: 16px;
|
||||
opacity: 0.9;
|
||||
--color-green-badge-bg: none !important;
|
||||
--color-green-badge-hover-bg: rgba(var(--c-theme_dark-green_base-rgb), 0.05) !important;
|
||||
--color-label-text: rgba(var(--c-theme_dark-green_base-rgb), 1) !important;
|
||||
|
|
|
|||
|
|
@ -350,7 +350,6 @@
|
|||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue