1
0
Fork 0

update dark avatar bg

This commit is contained in:
nanxiaobei 2023-06-05 16:10:59 +08:00
parent 2b9b476723
commit b91489c774
2 changed files with 3 additions and 3 deletions

View file

@ -1710,8 +1710,8 @@ article blockquote {
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-white\/80) {
background-color: rgb(255 255 255 / 0.8);
:is(.dark .dark\:bg-white\/\[15\%\]) {
background-color: rgb(255 255 255 / 15%);
}
:is(.dark .dark\:bg-white\/\[8\%\]) {

View file

@ -23,7 +23,7 @@
<div class="-mt-2 mb-20 flex items-center">
{{ if $avatar_url }}
<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
class="my-0 aspect-square w-16 rounded-full !bg-black/5 hover:animate-spin dark:!bg-black/80"