aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/head.css.php
blob: 62b2ad975adcd5752eae31ea5ad24af5b179c45c (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 header aside:nth-child(2) svg:first-child {
      display: none;
    }
  </style>
</noscript>