splitting all js into individual files to comparmentalize and getting rid of onload event (in favour of defer)

This commit is contained in:
Simon Martens
2022-11-15 21:27:27 +01:00
parent e5052dd4ea
commit 5e90e917f1
30 changed files with 771 additions and 809 deletions

View File

@@ -44,6 +44,9 @@ module.exports = {
'2xl': '1680px',
},
extend: {
screens: {
'print': { 'raw': 'print' },
},
colors: {
'hamannHighlight': '#d80000',
'hamannLightHighlight': '#cc7878',