From c22c8ea097b719980e41a3e68c7e0553fec72bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=CC=88=20Bijl?= Date: Thu, 9 Oct 2025 23:50:28 +0200 Subject: [PATCH] [chore] add debug style for `.fa` I want to remove all FontAwesome from the project. This will help find any that are left over. --- app/javascript/flavours/glitch/styles/gts.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/gts.scss b/app/javascript/flavours/glitch/styles/gts.scss index 184333af5..f5625bb96 100644 --- a/app/javascript/flavours/glitch/styles/gts.scss +++ b/app/javascript/flavours/glitch/styles/gts.scss @@ -14,6 +14,11 @@ --color-accent-lines: rgba(172, 172, 249, 0.3); } +/* Icons debug */ +.fa { + background: red; +} + /* Diff */ .gts-icon { --size: 1em;