mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-05 23:03:39 +00:00
Add !important to score colors (#36)
This commit is contained in:
1279
package-lock.json
generated
1279
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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 {
|
||||
|
@@ -6162,11 +6162,6 @@ wildcard@^2.0.0:
|
||||
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67"
|
||||
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
|
||||
|
||||
word-wrap@^1.2.3:
|
||||
version "1.2.4"
|
||||
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
|
||||
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==
|
||||
|
||||
wrap-ansi@^3.0.1:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"
|
||||
|
Reference in New Issue
Block a user