From 2f44762c52780d870cdb1fcb0ba9aa1590537211 Mon Sep 17 00:00:00 2001 From: Eris Date: Wed, 10 Aug 2022 08:13:18 +0000 Subject: [PATCH] Remove accidental file --- .gitignore | 1 + custom/instance.css | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 custom/instance.css diff --git a/.gitignore b/.gitignore index e3bbac9c3..5dd72c88f 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ api-docs.json .DS_Store /files ormconfig.json +/custom # blender backups *.blend1 diff --git a/custom/instance.css b/custom/instance.css deleted file mode 100644 index c4c406913..000000000 --- a/custom/instance.css +++ /dev/null @@ -1,11 +0,0 @@ -/* -* !!! WARNING !!! -* Editing this file may cause your instance to break for EVERYONE. -* Please know what you're doing and test it out with regular user custom CSS. -* With that said, GLHF! -* This may eventuallly be replaced with a function in the admin panel. - */ - -.tkcbzcuz>.article>.main>.body>.content>.renote>*[data-v-878bdb7b] { - border-style: dashed !important;; -}