increase contrast ratio on feature image overlay

This commit is contained in:
Robert Kaussow 2020-07-29 21:14:43 +02:00
parent c228bf7810
commit 4c35e33068
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 7 additions and 14 deletions

View File

@ -1,2 +1,2 @@
- BUGFIX - ENHANCEMENT
- fix default atom feed include - increase contrast ratio on feature image overlay

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -273,18 +273,18 @@ img {
} }
span { span {
background: rgba($gray-900, 0.7); background: rgba($gray-900, 0.8);
position: absolute; position: absolute;
bottom: 0; bottom: 0;
right: 0; right: 0;
padding: $padding-4; padding: $padding-4;
font-size: 0.9em; font-size: 0.8em;
color: $gray-300; color: $gray-200;
} }
a:hover, a:hover,
a:visited { a:visited {
color: $gray-300!important; color: $gray-200!important;
} }
} }
@ -317,13 +317,6 @@ img {
font-size: 1.2em; font-size: 1.2em;
} }
} }
&__credits {
margin-top: 1.5rem;
color: $gray-600;
font-size: 0.9em;
list-style-type: none
}
} }
.gblog-footer { .gblog-footer {