20 lines
408 B
CSS
20 lines
408 B
CSS
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;
|
|
} |