Skip to content

Commit

Permalink
[O] split display color
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Aug 27, 2024
1 parent 9fb8e6c commit 069665d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/ProfileCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ div:has(.view-limit-alert)
height: unset
img
border: 10px solid #f5e0dc80
border: 9px solid #ffffffdd
outline: 2px solid $color-text-main
$length: max(110px, min(15vw, 150px))
height: $length
Expand Down Expand Up @@ -506,6 +506,9 @@ div:has(.view-limit-alert)
color: $color-text-dark-main
#left
img
border: 9px solid #f5e0dc45
outline: 2px solid $color-text-dark-main
#buttons
.button
background: $color-bg-dark-5
Expand Down

0 comments on commit 069665d

Please sign in to comment.