From d7bb5baaf79d01a42f19644f9af286969c644a70 Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Fri, 15 Nov 2024 09:20:02 -0600 Subject: [PATCH] fix: sort blocks alphabetically --- docs/stylesheets/simpleicons.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/stylesheets/simpleicons.css b/docs/stylesheets/simpleicons.css index 4544945..4c40dbf 100755 --- a/docs/stylesheets/simpleicons.css +++ b/docs/stylesheets/simpleicons.css @@ -6,14 +6,14 @@ color: #02a9ff; } -.appstore { - color: #0d96f6; -} - .applepodcast { color: #9933CC; } +.appstore { + color: #0d96f6; +} + .audible { color: #f8991c; }