Badge color adjustments

This commit is contained in:
2026-03-11 17:02:25 -04:00
parent 70cf5099d4
commit babfc15c24

View File

@@ -2334,7 +2334,6 @@ html, .cl-body {
transition: transform 0.3s ease, opacity 0.3s ease; transition: transform 0.3s ease, opacity 0.3s ease;
} }
.cl-designer-badge:hover { .cl-designer-badge:hover {
transform: scale(1.08);
opacity: 1; opacity: 1;
} }
.cl-designer-badge__logo { .cl-designer-badge__logo {
@@ -2348,8 +2347,8 @@ html, .cl-body {
position: absolute; position: absolute;
bottom: calc(100% + 10px); bottom: calc(100% + 10px);
right: 0; right: 0;
background: var(--cl-accent-subtle); background: var(--cl-glass);
border: 1px solid var(--cl-border-hover); border: 1px solid var(--cl-glass-border);
border-radius: 40px; border-radius: 40px;
padding: 0px 12px 4px; padding: 0px 12px 4px;
white-space: nowrap; white-space: nowrap;
@@ -2370,15 +2369,12 @@ html, .cl-body {
width: 8px; width: 8px;
height: 8px; height: 8px;
background: inherit; background: inherit;
border-right: 1px solid var(--cl-border-hover); border-right: 1px solid var(--cl-glass-border);
border-bottom: 1px solid var(--cl-border-hover); border-bottom: 1px solid var(--cl-glass-border);
transform: rotate(45deg); transform: rotate(45deg);
} }
[data-theme="light"] .cl-designer-badge__tooltip::after {
border-color: var(--cl-border-hover);
}
.cl-designer-badge__tooltip a { .cl-designer-badge__tooltip a {
color: #e8b84f; color: #fff;
text-decoration: none; text-decoration: none;
font-size: 10px; font-size: 10px;
font-weight: 500; font-weight: 500;
@@ -2387,11 +2383,11 @@ html, .cl-body {
align-items: center; align-items: center;
} }
.cl-designer-badge__tooltip a:hover { .cl-designer-badge__tooltip a:hover {
color: #f0c866; color: #b0b0b0;
} }
[data-theme="light"] .cl-designer-badge__tooltip a { [data-theme="light"] .cl-designer-badge__tooltip a {
color: #1a6dd4; color: #000;
} }
[data-theme="light"] .cl-designer-badge__tooltip a:hover { [data-theme="light"] .cl-designer-badge__tooltip a:hover {
color: #1458b0; color: #444;
} }