@@ -87,7 +87,6 @@ export default {
// then we can load all the resources
res = await axios.get("/api/resources/get")
this.all_resources = res.data["resources"]
- console.log(res.data["resources"])
}
}
diff --git a/static/global.css b/static/global.css
index bb86b9e..e84027b 100644
--- a/static/global.css
+++ b/static/global.css
@@ -290,7 +290,7 @@ body {
}
}
-glitch {
+.glitch {
animation-name: colorAnimation;
animation-iteration-count: infinite;
animation-duration: 10s;