diff --git a/changedetectionio/static/styles/diff.css b/changedetectionio/static/styles/diff.css index e6b079aa..394aa4fc 100644 --- a/changedetectionio/static/styles/diff.css +++ b/changedetectionio/static/styles/diff.css @@ -63,7 +63,7 @@ --color-border-warning: var(--color-warning); --color-text-legend: var(--color-white); --color-link-new-version: #e07171; - --color-last-checked: #555; + --color-last-checked: #bbb; --color-text-footer: #444; --color-border-watch-table-cell: #eee; --color-text-watch-tag-list: #e70069; diff --git a/changedetectionio/static/styles/scss/parts/_variables.scss b/changedetectionio/static/styles/scss/parts/_variables.scss index 7fb650aa..ba6c8423 100644 --- a/changedetectionio/static/styles/scss/parts/_variables.scss +++ b/changedetectionio/static/styles/scss/parts/_variables.scss @@ -69,7 +69,7 @@ --color-text-legend: var(--color-white); --color-link-new-version: #e07171; - --color-last-checked: #555; + --color-last-checked: #bbb; --color-text-footer: #444; --color-border-watch-table-cell: #eee; diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index 302f7456..3a7dbfd5 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -66,7 +66,7 @@ --color-border-warning: var(--color-warning); --color-text-legend: var(--color-white); --color-link-new-version: #e07171; - --color-last-checked: #555; + --color-last-checked: #bbb; --color-text-footer: #444; --color-border-watch-table-cell: #eee; --color-text-watch-tag-list: #e70069;