Files
luk/maildir_gtd/email_viewer.tcss
2025-05-01 11:59:28 -04:00

34 lines
463 B
Plaintext

/* 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;
}
StatusTitle {
width: 100%;
height: 1;
color: $text;
background: rgb(64, 62, 65);
content-align: center middle;
}
EnvelopeHeader {
width: 100%;
height: auto;
background: $panel;
}
#main_content {
padding: 1 2;
}