remove static css (set via THEME in app.ini)

This commit is contained in:
6543 2020-02-04 12:57:55 +01:00
parent ff0e4ad1a5
commit 910b6430fa
No known key found for this signature in database
GPG Key ID: A1CA74D27FD13271
1 changed files with 0 additions and 2 deletions

View File

@ -83,7 +83,6 @@
<noscript><link rel="stylesheet" href="{{AppSubUrl}}/vendor/assets/font-awesome/css/font-awesome.min.css"></noscript>
<link rel="stylesheet" href="{{AppSubUrl}}/vendor/assets/octicons/octicons.min.css">
{{if .RequireSimpleMDE}}
<link rel="stylesheet" href="{{AppSubUrl}}/vendor/plugins/simplemde/simplemde.min.css">
{{end}}
@ -100,7 +99,6 @@
<!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/index.css?v={{MD5 AppVer}}">
<link rel="stylesheet" href="{{AppSubUrl}}/css/theme-matrix.css">
<noscript>
<style>
.dropdown:hover > .menu { display: block; }