A new userstyle
stackexchange.com - 31/05/2023, 18:52:18 by Viv
Details
AuthorViv
LicenseNo License
Categoryjn;
Created
Updated
Size810 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name stackexchange.com - 31/05/2023, 18:52:18
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("stackexchange.com") {
button.js-vote-down-btn,
button.js-vote-up-btn {
border: none !important;
border-radius: 0 !important;
background: none !important;
padding: 0 !important;
}
button.js-vote-down-btn.fc-black-700,
button.js-vote-up-btn.fc-black-700 {
color: inherit !important;
}
button.js-vote-down-btn > svg,
button.js-vote-up-btn > svg {
width: 36px;
height: 36px;
}
.js-vote-count {
color: var(--black-500) !important;
font-size: var(--fs-title) !important;
padding: 0 !important;
font-weight: normal !important;
}
}