diff --git a/README.md b/README.md index be11317..3a74105 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,8 @@ Reporting bugs and making suggestions - Opening an issue in this repo is the preferred way to report bugs. If you don't have and don't want to make a GitHub account, use the original forum thread instead. - The same applies to suggestions. - If an issue is related to a specific page or SCP document, prefix the issue with "Page bug: ". There is no need to add the title, but feel free to do so if it's short. Use a descriptive name for the issue please (especially if there's a lot of open issues already). + +Known Issues +------------ + + - Certain images are very complicated or impossible to adjust, such as the portraits on ["Hello World"](http://www.scp-wiki.net/hello-world) diff --git a/userstyle.css b/userstyle.css index 626cbc8..df3fa24 100644 --- a/userstyle.css +++ b/userstyle.css @@ -670,4 +670,13 @@ regexp('https?:\/\/scpsandbox2\.wdfiles\.com\/local--html\/start\/b1d22cc85b51d1 } } +/* ---Page: "MEMORANDUM 083 REGARDING PROJECT "GUARDIANSHIP""--- */ +/* ---very crude fix-------------------------------------------- */ + +@-moz-document regexp('https?:\/\/(www.)?scp-wiki\.(net|wikidot\.com)\/memorandum-083-regarding-project-guardianship') { + img[alt="oria.png"]{ + filter: invert(78.5%) hue-rotate(180deg) saturate(500%) contrast(100%) brightness(50%); + } +} + /* --- */