Vote color

main
Bob Mottram 2020-10-08 18:35:51 +01:00
parent 04e8cfd9f3
commit 23519bea54
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ a:focus {
.newswireDateVotedOn {
font-size: var(--font-size-newswire);
font-weight: bold;
color: var(--newswire-date-color);
color: var(--column-right-fg-color-voted-on);
float: right;
}