Ajouter thunderbird/userChrome.css

This commit is contained in:
Olivier Duval 2024-05-27 22:21:09 +02:00
parent cf7a3daf7c
commit 5ba2483653

View File

@ -0,0 +1,20 @@
body.layout-vertical {
/* font-family: Roboto; */
font-family: 'Inter';
}
.thread-card-container {
margin: 0.75rem auto;
}
tr[is="thread-row"] {
height: 20px !important;
background-color: var(--tag-color, 'white');
color: black !important;
}
tr.selected[is="thread-row"] {
/* font-family: 'Times New Roman' !important; */
border: 2px solid black !important;
background-color: 'yellow' !important;
}