aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets/stylesheets.php
blob: 45f9a27de700adcbe620859c4bfef4e5ff734827 (plain)
1
2
3
4
5
<link rel="stylesheet" href="/css/tdro.css">

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