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;; -}