forked from sainnhe/gitea-themes
Fix label color
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
--color-text-hover: fade(@fg, 80%);
|
||||
--color-text-light: @tertiary;
|
||||
--color-text-light-1: @grey;
|
||||
--color-text-light-2: @fg;
|
||||
--color-text-light-2: @secondary;
|
||||
--color-text-light-3: @grey;
|
||||
--color-footer: @bg1;
|
||||
--color-timeline: @bg4;
|
||||
@@ -149,6 +149,7 @@
|
||||
--color-reaction-bg: #ffffff12;
|
||||
--color-reaction-active-bg: var(--color-primary-alpha-40);
|
||||
--color-header-bar: @bg1;
|
||||
--color-label-bg: @bg4;
|
||||
--color-label-active-bg: @bg4;
|
||||
--color-accent: var(--color-primary-light-1);
|
||||
--color-small-accent: var(--color-primary-light-5);
|
||||
|
Reference in New Issue
Block a user