ui tweak
scored.co by ssfesafe
Details
Authorssfesafe
LicenseNo License
Categoryuserstyles
Created
Updated
Size635 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 scored.co
@version 20220613.16.29
@namespace userstyles.world/user/ssfesafe
@description ui tweak
@author ssfesafe
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://scored.co/") {
.post .title a{
font-size:20px !important;
color: black;
}
.post .title a:visited{
color: gray;
}
.post .title a:hover{
color: blue;
}
.post p {
font-size: 18px !important;
}
.comment .body p {
font-size: 16px !important;
}
.post .thumb {
width: 100px !important;
height: 100px !important;
}
.post .vote .count {
font-size:20px !important;
}
}