aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets/stylesheets.php
blob: 6132261d842ec3b50d8ede1e5192b21bbd214819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<link rel="stylesheet" href="/css/tdro.css">

<?php if ($theme->color() === 'dark') { ?>
<link rel="stylesheet" href="/css/tdro-dark.css">
<?php } ?>

<noscript>
    <style>
        .has-navbar-fixed-top { padding-top: 0 !important; }
        .is-fixed-top { position: unset !important; }
        .posts__more__content { margin-bottom: 0 !important; }
        .isso-comments-counter, .comments__section { display: none; }
    </style>
</noscript>