diff options
Diffstat (limited to 'src/plugins/today-panel/theme')
| -rw-r--r-- | src/plugins/today-panel/theme/Adwaita.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/today-panel/theme/Adwaita.css b/src/plugins/today-panel/theme/Adwaita.css new file mode 100644 index 0000000..93b4213 --- /dev/null +++ b/src/plugins/today-panel/theme/Adwaita.css @@ -0,0 +1,11 @@ +label.date-scheduled { + color: @theme_selected_bg_color; + font-size: 1.4rem; + font-weight: bold; +} + +label.date-overdue { + color: #ee2222; + font-size: 1.4rem; + font-weight: bold; +} |
