feat(new tool): pdf signature checker

This commit is contained in:
Corentin Thomasset 2023-11-12 23:08:18 +01:00
parent 205e360400
commit 36b06d328a
No known key found for this signature in database
GPG key ID: DBD997E935996158
20 changed files with 448 additions and 21 deletions

View file

@ -15,11 +15,13 @@ export default defineConfig({
theme: {
colors: {
primary: '#1ea54c',
},
},
shortcuts: {
'pretty-scrollbar': 'scrollbar scrollbar-rounded scrollbar-thumb-color-gray-300 scrollbar-track-color-gray-100 dark:scrollbar-thumb-color-#424242 dark:scrollbar-track-color-#686868',
'divider': 'h-1px bg-current op-10',
'bg-surface': 'bg-#ffffff dark:bg-#232323',
'bg-background': 'bg-#f1f5f9 dark:bg-#1c1c1c',
},
});