forked from sainnhe/gitea-themes
Fix --color-active
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
|
||||
--color-light-border: @bg4;
|
||||
--color-hover: fade(@bg4, 50%);
|
||||
--color-active: #ffffff00;
|
||||
--color-active: fade(@bg4, 50%);
|
||||
--color-menu: @bg1;
|
||||
--color-card: @bg1;
|
||||
--color-markup-table-row: @bg3;
|
||||
|
Reference in New Issue
Block a user