add medals table

This commit is contained in:
Fabrice Lamant
2024-08-04 12:03:04 +02:00
parent fc0b7e7d63
commit b6bf9ad1c1
18 changed files with 18208 additions and 1245 deletions

View File

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./docs/**/*.html"],
content: ["./docs/*.html"],
theme: {
extend: {
},