Fix compatibility with new LW footnote markup.
[lw2-viewer.git] / www / accordius / theme-less.css.php
blob300648b5aefdd281c8d042a758644fce57c5fccf
1 /*============*/
2 /* LESS THEME */
3 /*============*/
5 /*++++++*/
6 /* TAGS */
7 /*++++++*/
9 #tags {
10 padding: 0.25em 0 0.5em 0;
11 align-items: center;
13 #tags::before {
14 content: "\F02C";
15 font-family: Font Awesome;
16 font-weight: 300;
17 font-size: 0.875em;
18 margin: 0 0.5em 0 0;
19 opacity: 0.6;
20 position: relative;
21 top: -2px;
23 #tags a {
24 margin: 0 0.375em 0 0;
26 #tags a:not(:last-of-type)::after {
27 content: ","
30 .top-post-meta #tags {
31 display: none;