aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets/stylesheets.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/stylesheets.php')
-rw-r--r--app/views/snippets/stylesheets.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/views/snippets/stylesheets.php b/app/views/snippets/stylesheets.php
deleted file mode 100644
index 62b2ad9..0000000
--- a/app/views/snippets/stylesheets.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<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>