fix: revert plugin pill + stats colors to cyan, lower title bar z-index so admin dropdown renders above it
This commit is contained in:
parent
27e3b88371
commit
ed3c09ab18
1 changed files with 4 additions and 4 deletions
|
|
@ -1507,7 +1507,7 @@ a.app-footer__repo:hover {
|
|||
.home-stats__number {
|
||||
font-size: 1.75rem;
|
||||
font-weight: 700;
|
||||
color: #c084fc;
|
||||
color: var(--color-accent);
|
||||
font-variant-numeric: tabular-nums;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
|
@ -1761,8 +1761,8 @@ a.app-footer__repo:hover {
|
|||
}
|
||||
|
||||
.pill--plugin {
|
||||
background: rgba(168, 85, 247, 0.12);
|
||||
color: #c084fc;
|
||||
background: var(--color-pill-plugin-bg);
|
||||
color: var(--color-pill-plugin-text);
|
||||
}
|
||||
|
||||
.pill--overflow {
|
||||
|
|
@ -2036,7 +2036,7 @@ a.app-footer__repo:hover {
|
|||
.technique-title-bar {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
z-index: 50;
|
||||
background: var(--color-bg-page);
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
padding: 0.75rem 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue