fix: correct inline style for avatar in README
Updated the inline CSS for the profile avatar in the README to use the correct property name for setting background color. This change ensures that the avatar image has the intended white background appearance across all platforms and browsers, aligning with the project's visual standards and improving readability.
This commit is contained in:
parent
4d38d88d9c
commit
7f23901659
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# ☕ Private.coffee Git Profile
|
||||
|
||||
<img src="https://git.private.coffee/avatars/425c50ce6a78b2a6dc8a6b46efb8865c0a024320eda70a40a14886325e65acac?size=200" alt="Private.coffee" width="200" height="200" align="right" style="background: white;" />
|
||||
<img src="https://git.private.coffee/avatars/425c50ce6a78b2a6dc8a6b46efb8865c0a024320eda70a40a14886325e65acac?size=200" alt="Private.coffee" width="200" height="200" align="right" style="background-color: white;" />
|
||||
|
||||
Welcome to the Private.coffee Git profile! Private.coffee is an Austrian association that operates and develops privacy-friendly open source services.
|
||||
|
||||
|
|
Loading…
Reference in a new issue