mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-12-17 19:14:21 +00:00
Fix corner radius not working on image articles. Increase image overlay opacity.
This commit is contained in:
parent
a92964b37d
commit
8f607e00d6
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user