adjust note info color

This commit is contained in:
Alejandro Gomez 2023-01-16 11:07:41 +01:00
parent c627b6e397
commit 7a6d5f53be
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
2 changed files with 2 additions and 5 deletions

View File

@ -19,11 +19,8 @@
.note > .header > .info {
font-size: small;
white-space: nowrap;
color: var(--gray-tertiary);
align-self: flex-start;
}
.note.active > .header > .info {
color: var(--gray-light);
align-self: flex-start;
}
.note > .body {

View File

@ -18,7 +18,7 @@
}
.reaction > .header > .info {
color: var(--gray-tertiary);
color: var(--gray-light);
font-size: small;
align-self: flex-start;
}