From 05ce11366022762ef25653100ed7e39d16e80004 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Wed, 3 Jul 2024 12:59:06 +0700 Subject: [PATCH] fix css indentation --- assets/css/custom.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 1802f36..2cbf9c0 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -2,11 +2,11 @@ background: rgb(0, 203, 195); } - .link-pixelfed { - background: linear-gradient( - 90deg, - #ff7725 0%, - #eb0256 50%, - #ff257e 100% - ); - } \ No newline at end of file +.link-pixelfed { + background: linear-gradient( + 90deg, + #ff7725 0%, + #eb0256 50%, + #ff257e 100% + ); +} \ No newline at end of file