forked from abner/for-legacy-web
fix: make the category name input use --font (#413)
This commit is contained in:
@@ -97,6 +97,10 @@ const KanbanListHeader = styled.div`
|
|||||||
cursor: pointer !important;
|
cursor: pointer !important;
|
||||||
transition: 0.2s ease background-color;
|
transition: 0.2s ease background-color;
|
||||||
|
|
||||||
|
> * {
|
||||||
|
font: var(--font);
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user