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

@@ -161,7 +161,7 @@ export default {
<loading
v-model:active="isLoading"
color="#ccc"
opacity="0"
opacity=0
loader="bars"
:is-full-page="false"
>

View File

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

View File

@@ -9,7 +9,6 @@ body {
html {
background-color: #282828; /**/
color: #ebdbb2; /**/
min-width: 100%;
}
@@ -199,11 +198,11 @@ footer {
}
.green-score {
color: rgb(22, 120, 63);
color: rgb(22, 120, 63) !important;
}
.red-score {
color: rgb(175, 21, 21);
color: rgb(175, 21, 21) !important;
}
.arrow_down {