Skip to content

Commit

Permalink
🎨 WidgetInstanceInfo.vue and WidgetProfile.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
nullnyat committed Jun 19, 2024
1 parent b3be0df commit ccc2d27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/widgets/WidgetInstanceInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ defineExpose<WidgetComponentExpose>({

.name {
color: #fff;
filter: drop-shadow(0 0 4px #000) drop-shadow(0 0 0.1px var(--accent));
filter: drop-shadow(0 0 4px #000) drop-shadow(0 0 0.1px rgba(0, 0, 0, 0.5));
font-weight: bold;
}

.host {
color: #fff;
filter: drop-shadow(0 0 4px #000) drop-shadow(0 0 0.1px var(--accent));
filter: drop-shadow(0 0 4px #000) drop-shadow(0 0 0.1px rgba(0, 0, 0, 0.5));

}
</style>
4 changes: 2 additions & 2 deletions packages/frontend/src/widgets/WidgetProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ defineExpose<WidgetComponentExpose>({

.name {
color: #fff;
filter: drop-shadow(0 0 4px #000) drop-shadow(0 0 0.1px var(--accent));
filter: drop-shadow(0 0 4px #000) drop-shadow(0 0 0.1px rgba(0, 0, 0, 0.5));
font-weight: bold;
}

.username {
color: #fff;
filter: drop-shadow(0 0 4px #000) drop-shadow(0 0 0.1px var(--accent));
filter: drop-shadow(0 0 4px #000) drop-shadow(0 0 0.1px rgba(0, 0, 0, 0.5));
font-weight: normal;
}
</style>

0 comments on commit ccc2d27

Please sign in to comment.