summaryrefslogtreecommitdiff
path: root/entry.py
diff options
context:
space:
mode:
Diffstat (limited to 'entry.py')
-rw-r--r--entry.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/entry.py b/entry.py
index b51f38d..0254093 100644
--- a/entry.py
+++ b/entry.py
@@ -26,6 +26,16 @@ class Entry:
if self.done:
bullet.setText("\u2713 ")
+ bullet.setStyleSheet("""
+ QLabel{
+ color: green;
+ }
+ """)
+ body.setStyleSheet("""
+ QLabel{
+ color: green;
+ }
+ """)
else:
bullet.setText("- ")
output.addWidget(bullet)