mirror of https://gitlab.com/bashrc2/epicyon
Change newswire background on voted items
parent
b0839c4c32
commit
af7c8f3d9f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue