basic email tui working
This commit is contained in:
15
email_viewer.tcss
Normal file
15
email_viewer.tcss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user