Jump to content

MediaWiki:Common.css: Difference between revisions

Line 17: Line 17:
#votebox .vote-number {
#votebox .vote-number {
   color: inherit;            /* stop forcing white */
   color: inherit;            /* stop forcing white */
   font-size: var(--text-size-medium);
   font-size: var(--font-size-medium);
   font-weight: 600;
   font-weight: 600;
}
}
Line 23: Line 23:
#votebox .vote-number::before {
#votebox .vote-number::before {
   content: "👍";
   content: "👍";
  font-size: var(--font-size-medium);
   margin-right: 0.15em;
   margin-right: 0.15em;
}
}