Add static error pages

This commit is contained in:
Jorge Vargas 2025-02-16 16:43:19 -06:00
parent b91335a999
commit 32ddb3324b
7 changed files with 52 additions and 0 deletions

View file

@ -12,6 +12,7 @@ export default {
gray: '#3f3f3f',
'gray-hover': '#4f4f4f',
'soc-green': '#4b7667',
'soc-green-dark': 'rgba(17, 17, 17, 0.7)',
'hover-link': '#00d4ff'
}
}