scss active color fix + dependency updates

This commit is contained in:
2023-06-29 18:27:32 +02:00
parent bd15f631f9
commit d4910aec29
5 changed files with 583 additions and 588 deletions

View File

@@ -13,7 +13,6 @@
</div>
</template>
<script setup lang="ts">
import { defineProps, defineEmits } from 'vue'
import type { Window } from '@/utils/types'
const props = defineProps<{

View File

@@ -1,7 +1,6 @@
$primary: #2ecc71;
$tabs-link-active-color: #3498db;
$tabs-link-active-border-bottom-color: #3498db;
$link: #3498db;
$family-sans-serif: 'Fira Sans', sans-serif;
$gap: 32px !default;
$navbar-breakpoint: 960px + (2 * $gap);
@import "bulma/sass/utilities/_all.sass";
@import "bulma/sass/utilities/_all.sass";