13 lines
152 B
CSS
13 lines
152 B
CSS
|
|
.preview-title {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.timestamp {
|
||
|
|
color: var(--color-text-muted);
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.meta-subject {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|