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>

View File

@@ -63,8 +63,7 @@ const isCurrentCreator = computed(() => {
<style scoped>
.logo-image {
border-bottom: 4px solid var(--h-tertiary);
border-top: 4px solid var(--h-tertiary);
@apply border-b-4 border-t-4 border-solid border-hTertiary;
}
</style>