Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
hover colors, text color in date picker
  • Loading branch information
jcrabapple authored Jan 2, 2025
1 parent aa673a5 commit 73a1f81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,15 @@ background: var(--primary-g-6);
.k_ui_toggle_switch.--mini .k_ui_toggle_switch_bar {
--border-color: var(--primary-g-6);
}
input[type="date"] {
color: var(--primary-600) !important;
}
.sidebar-filter-nav-form .sidebar-filter-nav > .filter-item .dd-list li:hover {
color: unset !important;
}
.dropdown .dd-list .checked.inner-label:hover {
color: var(--crust) !important;
}
.dropdown .dd-list .inner-label:hover {
color: var(--crust);
}

0 comments on commit 73a1f81

Please sign in to comment.