Merge pull request 'Fix some 7.0 missing variables' (#3685) from 0ko/forgejo:ui-var-fixes into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3685
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
Earl Warren 2024-05-09 18:42:42 +00:00
commit e49e0ebe56
2 changed files with 5 additions and 0 deletions

View file

@ -226,6 +226,8 @@
--color-tooltip-bg: #000000f0;
--color-nav-bg: var(--steel-900);
--color-nav-hover-bg: var(--steel-600);
--color-nav-text: var(--color-text);
--color-secondary-nav-bg: var(--color-body);
--color-label-text: #fff;
--color-label-bg: var(--steel-600);
--color-label-hover-bg: var(--steel-550);

View file

@ -243,6 +243,9 @@
--color-tooltip-bg: #000000f0;
--color-nav-bg: var(--zinc-100);
--color-nav-hover-bg: var(--zinc-300);
--color-nav-text: var(--color-text);
--color-secondary-nav-bg: var(--color-body);
--color-label-text: var(--color-text);
--color-label-bg: #cacaca5b;
--color-label-hover-bg: #cacacaa0;
--color-label-active-bg: #cacacaff;