Add first example of docs

This commit is contained in:
Daniel Cronqvist 2024-08-17 00:07:52 +02:00
parent e6d94247c1
commit 0ceb27a4ca
9 changed files with 76 additions and 5 deletions

4
docs/template/public/main.css vendored Normal file
View file

@ -0,0 +1,4 @@
body {
--bs-link-color-rgb: 66, 184, 131 !important;
--bs-link-hover-color-rgb: 64, 180, 128 !important;
}