Willkommen, {{userStore.first_name}}
Deine Kurse
diff --git a/client/src/views/LearningPathView.vue b/client/src/views/LearningPathView.vue index 071cc8f5..58d48d14 100644 --- a/client/src/views/LearningPathView.vue +++ b/client/src/views/LearningPathView.vue @@ -26,7 +26,7 @@ onMounted(async () => { -
+
diff --git a/client/src/views/StyelGuideView.vue b/client/src/views/StyelGuideView.vue
index 8f617f84..f0d842fd 100644
--- a/client/src/views/StyelGuideView.vue
+++ b/client/src/views/StyelGuideView.vue
@@ -272,11 +272,11 @@ function colorBgClass(color: string, value: number) {
+ class="absolute z-10 mt-1 w-full bg-white shadow-lg max-h-60 py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none sm:text-sm">
+ :class="[active ? 'text-white bg-blue-900' : 'text-black', 'cursor-default select-none relative py-2 pl-3 pr-9']">
{{ person.name }}
diff --git a/client/tailwind.config.js b/client/tailwind.config.js
index 5994b410..99ce023a 100644
--- a/client/tailwind.config.js
+++ b/client/tailwind.config.js
@@ -21,8 +21,9 @@ module.exports = {
transparent: 'transparent',
current: 'currentColor',
'white': '#ffffff',
+ 'black': '#000000',
'blue': {
- 700: '#1A5197',
+ 700: '#2957A6',
900: '#00224D',
},
'sky': {
@@ -31,21 +32,21 @@ module.exports = {
},
'orange': {
500: '#FE955A',
- 600: '#F37F3E',
+ 600: '#E68B4E',
},
'green': {
- 500: '#3EDF9C',
- 600: '#17D29A',
+ 500: '#54CE8B',
+ 600: '#5BB782',
},
'red': {
- 500: '#DE3618',
+ 500: '#EF7D68',
},
'gray': {
- 100: '#EDF2F6',
+ 200: '#EDF2F6',
300: '#E0E5EC',
500: '#B1C1CA',
700: '#6F787E',
- 900: '#0A0A0A',
+ 900: '#585F63',
},
}
},
diff --git a/client/tailwind.css b/client/tailwind.css
index 8f5c57af..b7017a32 100644
--- a/client/tailwind.css
+++ b/client/tailwind.css
@@ -3,7 +3,7 @@
@tailwind utilities;
html {
- @apply text-gray-900
+ @apply text-black
}
svg {
@@ -59,7 +59,7 @@ svg {
.btn-secondary {
@apply font-bold py-2 px-4 align-middle inline-block
bg-white text-blue-900 border-2 border-blue-900
- hover:bg-gray-100
+ hover:bg-gray-200
disabled:opacity-50 disabled:cursor-not-allowed
}
diff --git a/env_secrets/local_chrigu.env b/env_secrets/local_chrigu.env
new file mode 100644
index 00000000..da72a392
Binary files /dev/null and b/env_secrets/local_chrigu.env differ