diff --git a/CHANGELOG.md b/CHANGELOG.md index e408324..a549ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,2 @@ -- BUGFIX - - fix default atom feed include +- ENHANCEMENT + - increase contrast ratio on feature image overlay diff --git a/layouts/partials/svg-icon-symbols.html b/layouts/partials/svg-icon-symbols.html index 3b79c8d..0a677d8 100644 --- a/layouts/partials/svg-icon-symbols.html +++ b/layouts/partials/svg-icon-symbols.html @@ -1 +1 @@ - \ No newline at end of file + diff --git a/src/sass/_base.scss b/src/sass/_base.scss index fa89529..3b19948 100644 --- a/src/sass/_base.scss +++ b/src/sass/_base.scss @@ -273,18 +273,18 @@ img { } span { - background: rgba($gray-900, 0.7); + background: rgba($gray-900, 0.8); position: absolute; bottom: 0; right: 0; padding: $padding-4; - font-size: 0.9em; - color: $gray-300; + font-size: 0.8em; + color: $gray-200; } a:hover, a:visited { - color: $gray-300!important; + color: $gray-200!important; } } @@ -317,13 +317,6 @@ img { font-size: 1.2em; } } - - &__credits { - margin-top: 1.5rem; - color: $gray-600; - font-size: 0.9em; - list-style-type: none - } } .gblog-footer {