nothing
confluence.dian.so by way2fly
Details
Authorway2fly
LicenseNo License
Categoryatlassian
Created
Updated
Size668 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 confluence.dian.so
@version 20220107.09.53
@namespace userstyles.world/user/way2fly
@description nothing
@author way2fly
@license No License
==/UserStyle== */
@-moz-document domain("atlassian.net") {
*
{
-webkit-text-stroke-width: 0.4px;
}
h1#title-text
{
border-left: 6px solid black;
padding-left: 10px;
}
div#main-content h1
{
border-bottom: 2px solid black;
margin-bottom: -2px;
}
div#main-content h2,h3
{
border-bottom: 1px solid black;
margin-bottom: -2px;
}
div#main-content h4,h5,h6
{
border-bottom: 1px solid gray;
margin-bottom: -2px;
}
}