a
yasuaki.com - 11/2/2022, 8:24:04 PM by yugawara
Details
Authoryugawara
LicenseNo License
Categorytest
Created
Updated
Size761 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
b
Source code
/* ==UserStyle==
@name yasuaki.com - 11/2/2022, 8:24:04 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("yasuaki.com") {
u {
text-decoration-thickness: 10px;
text-decoration-color:aquamarine;
text-decoration-skip-ink: none;
}
html {
font-family: "Open Sans";
background: revert
}
@counter-style thumbs {
system: cyclic;
symbols: "\1F44D";
suffix: " ";
}
img {
display: block;
margin: 0 auto;
width: 260px;
height: 248px;
}
li {
list-style: thumbs;
}
textarea, input, button, select { font-family: inherit; font-size: inherit; }
span {
border: calc(20px - 20px) solid black;
background-color: lime;
}
}