diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-30 23:55:35 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-30 23:55:35 +0300 |
| commit | 3ffe62acdccb8b556fcaec9bfa772ffb8196ad84 (patch) | |
| tree | 5efea4d7bf7065d29e74493822fca2ee8b1d1bd4 | |
| parent | 887fac5addc2416504593cb62a52a3b08f3638e2 (diff) | |
make "up to date" icon even more faint to distinguish it from actual
interactive elements
| -rw-r--r-- | src/components/timeline/timeline.scss | 2 | ||||
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss index 9d442a95..ede60a5d 100644 --- a/src/components/timeline/timeline.scss +++ b/src/components/timeline/timeline.scss @@ -10,7 +10,7 @@ top: calc(50% - 4px); margin-left: 6px; margin-top: -6px; - background-color: var(--cBlue); + background-color: var(--cGreen); } .loadmore-text { diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index a196d65e..cffd4b68 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -33,7 +33,7 @@ </button> <div v-else-if="!embedded" - class="loadmore-text faint" + class="loadmore-text faint veryfaint" @click.prevent > <FAIcon |
