basic email tui working

This commit is contained in:
Tim Bendt
2025-04-30 10:03:15 -04:00
parent 59372b91ad
commit 3f48ef8e11
5 changed files with 508 additions and 2 deletions

15
email_viewer.tcss Normal file
View File

@@ -0,0 +1,15 @@
/* Basic stylesheet for the Textual Email Viewer App */
Label#task_prompt {
padding: 1;
color: rgb(128,128,128);
}
Label#task_prompt_label {
padding: 1;
color: rgb(255, 216, 102);
}
Label#message_label {
padding: 1;
}