xref: /plugin/combo/resources/theme/default/components/css/anchor.css (revision 04fd306c7c155fa133ebb3669986875d65988276)
1.outline-heading { position: relative }
2
3.anchorjs-link {
4    font-weight: 400;
5    color: rgba(13, 110, 253, 0.5);
6    transition: color 0.15s ease-in-out;
7    left: -20px; /* When there is numbering with the */
8    margin-left: unset !important;
9    padding-right: unset !important;
10}
11
12@media (prefers-reduced-motion: reduce) {
13    .anchorjs-link {
14        transition: none
15    }
16}
17
18.anchorjs-link:focus, .anchorjs-link:hover {
19    color: #0d6efd;
20    text-decoration: none
21}
22