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

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

<noscript>
  <style>
    article-comments,
    [href="#isso-thread"],
    article-meta-top aside:nth-child(2) svg:first-child {
      display: none;
    }
  </style>
</noscript>