NDOJ/templates/pagevotes/media-css.html

20 lines
345 B
HTML
Raw Normal View History

2022-11-16 15:43:03 +00:00
<style>
.page-vote {
border: 1px solid #ccc;
display: flex;
justify-content: center;
}
.pagevote-score {
text-align: center;
font-weight: bold;
}
.upvote-link, .downvote-link {
color: black;
}
.voted {
text-shadow: 0 0 4px black, 0 0 9px blue;
}
</style>