Fix corner radius not working on image articles. Increase image overlay opacity.

This commit is contained in:
kor 2018-11-05 00:24:14 +13:00
parent a92964b37d
commit 8f607e00d6

View File

@ -18,7 +18,7 @@
--color-page-e: #333; /*enabled*/ --color-page-e: #333; /*enabled*/
--color-page-a: #666; /*ascent*/ --color-page-a: #666; /*ascent*/
--alpha-darken: 0.3; --alpha-darken: 0.6;
--alpha-idleicon: 0.2; --alpha-idleicon: 0.2;
--alpha-idle: 0.4; --alpha-idle: 0.4;
--alpha-enabledicon: 0.4; --alpha-enabledicon: 0.4;
@ -266,6 +266,7 @@ main:after {
text-decoration: none; text-decoration: none;
position: relative; position: relative;
float: left; float: left;
overflow: hidden;
/*padding-bottom: var(--size-grid-gutter);*/ /*padding-bottom: var(--size-grid-gutter);*/
} }
@media screen and (min-width: 886px) { @media screen and (min-width: 886px) {