mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-07 09:02:27 +00:00
Add !important to score colors (#36)
This commit is contained in:
@@ -161,7 +161,7 @@ export default {
|
||||
<loading
|
||||
v-model:active="isLoading"
|
||||
color="#ccc"
|
||||
opacity="0"
|
||||
opacity=0
|
||||
loader="bars"
|
||||
:is-full-page="false"
|
||||
>
|
||||
|
@@ -20,5 +20,4 @@ const app = createApp(App).use(VueGtag, {
|
||||
});
|
||||
|
||||
app.use(router);
|
||||
console.log(router);
|
||||
app.mount("#app");
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user