diff --git a/assets/scss/work/index.scss b/assets/scss/work/index.scss index 9c3061b..aa08dc7 100644 --- a/assets/scss/work/index.scss +++ b/assets/scss/work/index.scss @@ -78,14 +78,12 @@ background: url("/icons/eqin.png"); background-size: cover; } - &.workuab { - &::before { - background: url("/icons/uab.png"); - background-size: contain; - background-repeat: no-repeat; - background-position: center; - background-color: white; - } + &.workuab:before { + background: url("/icons/uab.png"); + background-size: contain; + background-repeat: no-repeat; + background-position: center; + background-color: white; } &__daterange { margin-left: 0em; @@ -126,6 +124,9 @@ display: block; } } + .workeqin, .workuab, .workpixelfed { + .timeline-item__readmore {opacity: 0.4;} + } } .cta { .container { diff --git a/layouts/work/list.html b/layouts/work/list.html index 4014ecf..45a5978 100644 --- a/layouts/work/list.html +++ b/layouts/work/list.html @@ -2,7 +2,7 @@