Increase token bucket burst parameter.
[lw2-viewer.git] / www / accordius / theme-rts.css.php
blob75ae917e4dc5ec217efb44f9f2895fa56428dfaa
1 /*========================*/
2 /* READTHESEQUENCES THEME */
3 /*========================*/
5 /*++++++*/
6 /* TAGS */
7 /*++++++*/
9 #tags {
10 padding: 0.5em;
11 align-items: center;
13 #tags::before {
14 content: "\F02C";
15 font-family: Font Awesome;
16 font-weight: 400;
17 font-size: 0.875em;
18 margin: 0 0.5em 0 0;
19 opacity: 0.6;
21 #tags a {
22 margin: 0 0.375em 0 0;
24 #tags a:not(:last-of-type)::after {
25 content: ","
28 .post-page .post-meta::after {
29 order: 20;