+
-
diff --git a/vre-panel/tailwind.config.js b/vre-panel/tailwind.config.js
index f202796..c20a4ac 100644
--- a/vre-panel/tailwind.config.js
+++ b/vre-panel/tailwind.config.js
@@ -3,6 +3,22 @@ module.exports = {
content: [],
theme: {
extend: {
+ colors: {
+ primaryMuted: '#666666',
+ primary: '#0f4e8a',
+ primaryDark: '#00194B',
+ onPrimary: '#ffffff',
+ primaryContainer: '#9AC4FF',
+ onPrimaryContainer: '#000000',
+ secondary: '#EA5B2D',
+ onSecondary: '#ffffff',
+ secondaryContainer: '#FFBD85',
+ onSecondaryContainer: '#000000',
+ surface: '#ffffff',
+ onSurface: '#333333',
+ surfaceContainer: '#f2f2f2',
+ onSurfaceContainer: '#000000',
+ },
fontFamily: {
sans: ['Titillium Web', 'sans-serif'],
},
diff --git a/vre-panel/templates/Nav.tsx b/vre-panel/templates/Nav.tsx
index 2cfb225..8ba070e 100644
--- a/vre-panel/templates/Nav.tsx
+++ b/vre-panel/templates/Nav.tsx
@@ -14,8 +14,8 @@ const Nav = () => {
const {paasConfig, paasConfigLoading} = useContext(PaasConfigContext)
return (
-
-