Add !important to score colors (#36)

This commit is contained in:
Dave Gallant
2023-08-19 14:54:42 -04:00
committed by GitHub
parent 048dfce750
commit 288835adb3
5 changed files with 694 additions and 598 deletions

View File

@@ -20,5 +20,4 @@ const app = createApp(App).use(VueGtag, {
});
app.use(router);
console.log(router);
app.mount("#app");