Fix project page

This commit is contained in:
2022-11-02 10:53:55 +08:00
parent 33143610d1
commit 429d305d8c
23 changed files with 27 additions and 21 deletions

View File

@@ -143,6 +143,7 @@
--color-placeholder-text: @grey;
--color-editor-line-highlight: @bg1;
--color-project-board-bg: @bg0;
--color-project-board-light-label: @primary;
--color-caret: var(--color-text); /* should ideally be --color-text-dark, see #15651 */
--color-reaction-bg: #ffffff12;
--color-reaction-active-bg: var(--color-primary-alpha-40);

View File

@@ -82,6 +82,11 @@ i.grey.icon.icon.icon.icon {
color: @grey
}
/* grey label (project page label) */
.ui.grey.labels .label, .ui.ui.ui.grey.label, .ui.grey.button, .ui.grey.buttons .button {
color: @bg0
}
/* scroll bar */
* {
scrollbar-color: @secondary transparent !important;