diff options
Diffstat (limited to 'docs/user_guide/custom_css.md')
-rw-r--r-- | docs/user_guide/custom_css.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user_guide/custom_css.md b/docs/user_guide/custom_css.md index 513074c62..679240bca 100644 --- a/docs/user_guide/custom_css.md +++ b/docs/user_guide/custom_css.md @@ -14,7 +14,7 @@ This allows you to customize the appearance of your GoToSocial profile for users Here's a standard GoToSocial profile page: - + Let's say we want the background color to be black instead of grey. @@ -30,7 +30,7 @@ We then click on Save Profile Info. If we go back to our profile page and refresh the page, it now looks like this: - + If we want to get really fancy, we can add an ombre effect to the background, by using the following CSS code instead: @@ -42,7 +42,7 @@ If we want to get really fancy, we can add an ombre effect to the background, by After saving the css and refreshing the profile page, the profile now looks like this: - + ## Accessibility |