diff --git a/services/query-engine/resources/css/app.css b/services/query-engine/resources/css/app.css index 684746c..fabef19 100644 --- a/services/query-engine/resources/css/app.css +++ b/services/query-engine/resources/css/app.css @@ -26,6 +26,22 @@ --another: #394b70; } +#note { + color: var(--color-red-500); + background-color: black; + padding: 1rem; + border: #c0caf5 solid 0.1rem; + border-radius: 0.5rem; +} + +#github { + color: var(--blue); +} + +#github:hover { + color: var(--color-blue-500); +} + #cringe-title { color: var(--text); background-color: var(--another); diff --git a/services/query-engine/resources/views/cringe-results.blade.php b/services/query-engine/resources/views/cringe-results.blade.php index 8e885aa..765ddfb 100644 --- a/services/query-engine/resources/views/cringe-results.blade.php +++ b/services/query-engine/resources/views/cringe-results.blade.php @@ -30,11 +30,19 @@
+ Due to the top searches being used for spam and displaying inappropriate results, the top
+ searches feature has been disabled.
+ If you'd like to contribute a new feature to replace it, you can go to the
+ related GitHub
+ issue.
+