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

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