use custom config file when it exists
[phorkie.git] / www / phorkie.css
1 /* show IDs for anchors */
2 h1[id]:hover a.anchorlink:before,
3 h2[id]:hover a.anchorlink:before,
4 h3[id]:hover a.anchorlink:before,
5 h4[id]:hover a.anchorlink:before,
6 h5[id]:hover a.anchorlink:before,
7 h6[id]:hover a.anchorlink:before {
8     content: "\00B6";/* pilcrow */
9     color: #888;
10     font-size: smaller;
11 }
12 a.anchorlink {
13     text-decoration: none;
14     margin-left: 0.5em;
15     font-size: smaller;
16 }