Cleanup css changes

This commit is contained in:
2025-02-13 18:29:15 -05:00
parent 2fda10a13d
commit 934db3b17f
2 changed files with 2 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ const isCurrentCreator = computed(() => {
<style scoped>
.banner {
border-bottom: 5px solid var(--h-tertiary);
@apply border border-solid border-hTertiary;
}
</style>