update dark avatar bg
This commit is contained in:
parent
2b9b476723
commit
b91489c774
2 changed files with 3 additions and 3 deletions
|
@ -1710,8 +1710,8 @@ article blockquote {
|
||||||
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .dark\:bg-white\/80) {
|
:is(.dark .dark\:bg-white\/\[15\%\]) {
|
||||||
background-color: rgb(255 255 255 / 0.8);
|
background-color: rgb(255 255 255 / 15%);
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.dark .dark\:bg-white\/\[8\%\]) {
|
:is(.dark .dark\:bg-white\/\[8\%\]) {
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<div class="-mt-2 mb-20 flex items-center">
|
<div class="-mt-2 mb-20 flex items-center">
|
||||||
{{ if $avatar_url }}
|
{{ if $avatar_url }}
|
||||||
<div
|
<div
|
||||||
class="mr-5 shrink-0 rounded-full border-[0.5px] border-black/10 bg-white/50 p-3 shadow-sm dark:bg-white/80"
|
class="mr-5 shrink-0 rounded-full border-[0.5px] border-black/10 bg-white/50 p-3 shadow-sm dark:bg-white/[15%]"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
class="my-0 aspect-square w-16 rounded-full !bg-black/5 hover:animate-spin dark:!bg-black/80"
|
class="my-0 aspect-square w-16 rounded-full !bg-black/5 hover:animate-spin dark:!bg-black/80"
|
||||||
|
|
Loading…
Reference in a new issue