Skip to content

Commit 3ca07fa

Browse files
authored
Merge pull request #459 from gofiber/codex/2025-10-02-18-05-17
2 parents 2136f9c + 807c102 commit 3ca07fa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/css/custom.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,15 @@ div.reference {
104104
height: 1.4rem;
105105
padding: 0 0.45rem;
106106
border-radius: 999px;
107-
background-color: var(--ifm-color-secondary-lightest, rgba(0, 0, 0, 0.08));
107+
background-color: rgba(31, 41, 55, 0.08);
108+
color: var(--ifm-color-emphasis-700);
109+
border: 1px solid rgba(15, 23, 42, 0.08);
108110
font-size: 0.75rem;
109111
font-variant-numeric: tabular-nums;
110112
}
111113

112114
[data-theme='dark'] .github-stars-navbar-item__count {
113-
background-color: var(--ifm-color-secondary-darkest, rgba(255, 255, 255, 0.12));
115+
background-color: rgba(148, 163, 184, 0.16);
116+
color: var(--ifm-color-emphasis-100);
117+
border: 1px solid rgba(148, 163, 184, 0.35);
114118
}

0 commit comments

Comments
 (0)