便于阅读文档
ant-design-charts.antgroup.com - 2023年11月 by platozzZ
Details
AuthorplatozzZ
LicenseNo License
Categoryantv
Created
Updated
Code size1.2 kB
Code checksumcd121d9f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ant-design-charts.antgroup.com - 2023年11月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("ant-design-charts.antgroup.com") {
/* 在此插入代码... */
h1,h2,h3,h4,h5,strong{
position: relative;
}
h1::after{
position: absolute;
top: 0;
margin-left: 10px;
z-index: 1;
content: 'H1';
color: #165DFF;
}
h2::after{
position: absolute;
top: 0;
margin-left: 10px;
z-index: 1;
content: 'H2';
color: #F77234;
}
h3::after{
position: absolute;
top: 0;
margin-left: 10px;
z-index: 1;
content: 'H3';
color: #00B42A;
}
h4::after{
position: absolute;
top: 0;
margin-left: 10px;
z-index: 1;
content: 'H4';
color: #14C9C9;
}
h5::after{
position: absolute;
top: 0;
margin-left: 10px;
z-index: 1;
content: 'H5';
color: #F53F3F;
}
}