shields update

This commit is contained in:
Emily
2025-03-20 16:04:00 +01:00
parent afda29997d
commit 87c9aca5c4
34 changed files with 793 additions and 12 deletions

View File

@@ -11,5 +11,5 @@ const widgetStyle = computed(() => {
</script>
<template>
<div :style="widgetStyle" class="bg-lyx-widget-light"></div>
<div :style="widgetStyle" class="dark:bg-lyx-widget-light bg-lyx-lightmode-widget"></div>
</template>