mirror of
https://github.com/SunRed/theme-dark-arc-gitea.git
synced 2024-12-04 14:08:12 +01:00
Gitea 1.20 fixups
This commit is contained in:
parent
aac9e4945e
commit
bede4a7c02
1 changed files with 6 additions and 4 deletions
|
@ -422,9 +422,10 @@
|
|||
--color-input-background: #1b1b1b;
|
||||
--color-input-border: #222222;
|
||||
--color-input-border-hover: #505667;
|
||||
--color-navbar: #222222;
|
||||
--color-navbar-transparent: #22222200;
|
||||
--color-nav-bg: unset;
|
||||
--color-header-wrapper: #222222;
|
||||
--color-header-wrapper-transparent: #22222200;
|
||||
--color-nav-bg: #222222;
|
||||
--color-nav-hover-bg: #303030;
|
||||
--color-light: #00000028;
|
||||
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
|
||||
--color-light-border: #ffffff28;
|
||||
|
@ -446,7 +447,8 @@
|
|||
--color-project-board-bg: var(--color-secondary-light-2);
|
||||
--color-caret: var(--color-text);
|
||||
--color-reaction-bg: #ffffff12;
|
||||
--color-reaction-active-bg: var(--color-primary-alpha-40)
|
||||
--color-reaction-active-bg: var(--color-primary-alpha-40);
|
||||
--color-label-text: #dbe0ea
|
||||
}
|
||||
|
||||
::-webkit-calendar-picker-indicator {
|
||||
|
|
Loading…
Reference in a new issue