mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-25 06:20:40 +00:00
increase contrast ratio on feature image overlay
This commit is contained in:
parent
c228bf7810
commit
4c35e33068
@ -1,2 +1,2 @@
|
||||
- BUGFIX
|
||||
- fix default atom feed include
|
||||
- ENHANCEMENT
|
||||
- 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 |
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user