fix: show avatar transparency
This commit is contained in:
parent
25ae07d364
commit
cd591d31fe
2 changed files with 2 additions and 2 deletions
|
|
@ -681,7 +681,7 @@ code {
|
|||
width: 4.1rem;
|
||||
height: 4.1rem;
|
||||
border-radius: 0.65rem;
|
||||
background: var(--paper);
|
||||
background: transparent;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<link rel="canonical" href="https://fiwlabs.dev/">
|
||||
<link rel="stylesheet" href="css/style.css?v=9">
|
||||
<link rel="stylesheet" href="css/style.css?v=10">
|
||||
<link rel="stylesheet" href="css/editorial.css?v=9">
|
||||
|
||||
<link rel="icon" href="/favicon.ico" sizes="any">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue