Commit graph

17 commits

Author SHA1 Message Date
kriss-spy
079a32d697
fix(styles): use --text-accent for readable focus/link colors
Fixes issue where --interactive-accent (designed for UI controls)
produced unreadable text in dark themes with deep-blue accents.

Changes:
- --taskido-color-focus now uses var(--text-accent) with fallback
- Task link colors now use var(--text-accent) with fallback
- Background tints use var(--background-modifier-hover)
- Today section forced transparent to block theme overrides

Refs: Leonezz/obsidian-tasks-calendar-wrapper#149
2026-05-06 12:59:31 +08:00
zhuwenq
fb9fc7f2e8 refacto(Status Marker): refactor task status marker styles to support theme defined markers. 2023-06-16 23:21:10 +08:00
zhuwenq
28f3fae9d3 quick fix: focus background color not working 2023-06-12 10:25:23 +08:00
zhuwenq
d537ea9e4b feat(icon hovering motion): icon scaling when hovering. 2023-06-11 20:52:19 +08:00
zhuwenq
b3bd59282e feat(colors for icons and hovering): add color for icons of three status, add color for item hovering. 2023-06-11 20:51:21 +08:00
zhuwenq
f7ebe470bb fix(link style): change the class name. 2023-06-11 20:47:07 +08:00
zhuwenq
5c19af6e16 feat(date header): change the layout of today's panel to normal layout (remove the padding), and make today's date header special by color. 2023-06-10 16:02:57 +08:00
zhuwenq
998efb11eb update styles 2023-05-22 17:53:30 +08:00
zhuwenq
e088d7a1f1 fix: change css to fix the filter error and make today's components filterable 2023-05-20 14:21:43 +08:00
zhuwenq
437d482cbb feat: new styles for filters 2023-05-13 22:38:39 +08:00
zhuwenq
b1fd1e438b add margin-bottom for status bar hinding issue 2023-05-07 20:38:40 +08:00
zhuwenq
3b182e82cf update version 2023-02-28 14:53:01 +08:00
zhuwenq
7106eca109 fix: fix todo filter filters out all components problem 2023-02-27 10:40:10 +08:00
zhuwenq
2be4cfd4b0 fix: fix items that are not from today are all filtered out issue 2023-02-26 22:17:48 +08:00
zhuwenq
266667cc65 alpha version with timeline support 2023-02-26 14:37:43 +08:00
zhuwenq
eb6244af3a view implemented 2023-02-16 20:57:48 +08:00
zhuwenq
b25a33b6cf
Initial commit 2023-02-16 11:04:33 +08:00