{{ $t('updateAvailable') }}
+{{ latestRelease.changelog }}
+{{ $t('updateAvailable') }}
-{{ latestRelease.changelog }}
-- WireGuard Easy - © 2021-2024 by - Emile Nijssen - is licensed under - CC BY-NC-SA 4.0 - · - {{ $t('donate') }} -
diff --git a/src/tailwind.config.ts b/src/tailwind.config.ts index 78ec2c9e..4aa8b111 100644 --- a/src/tailwind.config.ts +++ b/src/tailwind.config.ts @@ -1,5 +1,6 @@ import type { Config } from 'tailwindcss'; import type { PluginAPI } from 'tailwindcss/types/config'; +import * as colors from 'tailwindcss/colors.js'; export default { darkMode: 'selector', @@ -14,6 +15,12 @@ export default { xl: '1280px', '2xl': '1536px', }, + extend: { + colors: { + DEFAULT: colors.red[800], + primary: colors.red[800], + }, + }, }, plugins: [ function addDisabledClass({ addUtilities }: PluginAPI) {