diff --git a/src/assets/css/tailwind.css b/src/assets/css/tailwind.css index 8784bcd..499ac20 100644 --- a/src/assets/css/tailwind.css +++ b/src/assets/css/tailwind.css @@ -24,8 +24,8 @@ --color-secondary: 14, 165, 233; --color-secondary-content: 255, 255, 255; - --color-base-background: 17,24,39; - --color-base-foreground: 15, 23, 42; + --color-base-background: 23,23,23; + --color-base-foreground: 38,38,38; --color-base-200: 30, 41, 59; --color-base-300: 30, 41, 59; --color-base-content: 255, 255, 255; diff --git a/src/components/Animation/AnimationOpacity.global.vue b/src/components/Animation/AnimationOpacity.global.vue new file mode 100644 index 0000000..9619d6d --- /dev/null +++ b/src/components/Animation/AnimationOpacity.global.vue @@ -0,0 +1,15 @@ + + + \ No newline at end of file diff --git a/src/components/TreeView.vue b/src/components/TreeView.vue index f8b83b3..019a522 100644 --- a/src/components/TreeView.vue +++ b/src/components/TreeView.vue @@ -18,27 +18,31 @@ class="pb-4" :list="taxonomy.nomenclatural_synonyms" /> - + + + \ No newline at end of file diff --git a/src/modules/otus/components/Descendants.vue b/src/modules/otus/components/Descendants.vue index 1b45231..a88a4e6 100644 --- a/src/modules/otus/components/Descendants.vue +++ b/src/modules/otus/components/Descendants.vue @@ -7,10 +7,12 @@