Item preview upgrade

This commit is contained in:
color.diff=auto
2021-05-04 10:21:16 -06:00
parent 21546a57db
commit f92a59dcc5
5 changed files with 56 additions and 11 deletions

View File

@@ -52,10 +52,13 @@
<link rel="stylesheet" href="/res/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://bootswatch.com/4/sketchy/bootstrap.min.css">
<link rel="stylesheet" href="/res/style.css">
<link rel="stylesheet" href="/res/<?php echo $css ?>">
<style>
a {
color: #007bff;
}
</style>
<script src="/res/jquery-3.6.0.min.js"></script>
<script src="/res/bootstrap.bundle.min.js"></script>