Change newswire background on voted items

merge-requests/8/head
Bob Mottram 2020-10-08 18:22:10 +01:00
parent b0839c4c32
commit af7c8f3d9f
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,7 @@
--column-left-icon-size: 20%;
--column-right-icon-size: 20%;
--newswire-date-color: white;
--newswire-voted-background-color: black;
}
@font-face {
@ -232,6 +233,10 @@ a:focus {
line-height: var(--line-spacing-newswire);
}
.newswireItemVotedOn a:link {
background: var(--newswire-voted-background-color);
}
.newswireItemVotedOn {
font-size: var(--font-size-newswire);
font-weight: bold;