aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets/stylesheets.php
blob: e3e2cc9b44aff628977fe8e67ff2f7a9cd356dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<noscript>
    <style>
        .has-navbar-fixed-top { padding-top: 0 !important; }
        .is-fixed-top { position: unset !important; }
    </style>
</noscript>

<link rel="stylesheet" href="/css/tdro.css">

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