Revert "attempt to use a minimal css"

This reverts commit c6beacf7f5.
This commit is contained in:
HackerNCoder 2022-11-24 17:55:03 +00:00
parent c6beacf7f5
commit 19bc5e3700
2 changed files with 1 additions and 1128 deletions

File diff suppressed because it is too large Load diff

View file

@ -27,7 +27,7 @@
<!-- Fonts-->
<link href="{{ '/css/fonts.min.css'|asseturl }}" rel="stylesheet">
<!-- Core theme CSS (includes Bootstrap)-->
<link href="{{ '/css/styles.min.css'|asseturl }}" rel="stylesheet">
<link href="{{ '/css/styles.css'|asseturl }}" rel="stylesheet">
</head>
<body id="page-top">
{% block page %}{% endblock %}