Gear list styling

This commit is contained in:
April Eaton 2025-12-15 21:21:23 +01:00
parent 4b4b91a30a
commit 4940c3703f
4 changed files with 57 additions and 1 deletions

View file

@ -12,6 +12,12 @@
rel="stylesheet"
/>
<link href="/global/global.css" rel="stylesheet" />
<link
rel="stylesheet"
href="/gear/gear.css"
type="text/css"
media="screen"
/>
<script type="module" src="/global/loadin.mjs"></script>
<script type="module" src="/gear/page.mjs"></script>