Skip to content

Commit

Permalink
Correct shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikL committed May 18, 2024
1 parent 1aa4856 commit e570b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Browser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default {
<style>
.lower-third {
@apply font-bold antialiased;
text-shadow: 8px 8px 4px rgba(0, 0, 0, 0.9)
text-shadow: 0 0 10px rgba(0, 0, 0, 0.9)
}
.fade-enter-active {
Expand Down

0 comments on commit e570b36

Please sign in to comment.