aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-12 00:56:45 +0200
committerThomas Lange <code@nerdmind.de>2021-06-12 00:56:45 +0200
commit4c3fc4ab3f012afc48be15193595c6b945496288 (patch)
treefea14ef91b1ca51cfcc4979ffc1b110c32f67e37 /theme/admin/html
parent95c0ccd0958321056fb2d815c513c0b71c46f973 (diff)
downloadblog-4c3fc4ab3f012afc48be15193595c6b945496288.tar.gz
blog-4c3fc4ab3f012afc48be15193595c6b945496288.tar.xz
blog-4c3fc4ab3f012afc48be15193595c6b945496288.zip
Use SCSS for stylesheets
Diffstat (limited to 'theme/admin/html')
-rw-r--r--theme/admin/html/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/main.php b/theme/admin/html/main.php
index 2020555..874ae81 100644
--- a/theme/admin/html/main.php
+++ b/theme/admin/html/main.php
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="referrer" content="origin-when-crossorigin" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="stylesheet" href="<?=Application::getTemplateURL('rsrc/main.css')?>" />
+ <link rel="stylesheet" href="<?=Application::getTemplateURL('rsrc/css/main.css')?>" />
<script defer src="<?=Application::getTemplateURL('rsrc/main.js')?>"></script>
<title><?=escapeHTML($NAME)?> | Administration</title>
</head>