From 27d13c89c65d3ef33d2bb03166e3cb2f3fcd1bbd Mon Sep 17 00:00:00 2001 From: dedeibel Date: Sat, 29 Dec 2018 14:36:33 +0100 Subject: Try better pause/optout background - repeatable --- configs/conferences/35c3/main.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less index 23fdcca..7ecc575 100644 --- a/configs/conferences/35c3/main.less +++ b/configs/conferences/35c3/main.less @@ -384,8 +384,8 @@ body .schedule { .block { &.pause, &.optout { background-color: @color-grey-lightest; - background-image: linear-gradient(135deg, rgba(255,255,255,.35) 15%, transparent 15%, transparent 30%, rgba(255,255,255,.35) 30%, rgba(255,255,255,.35) 45%, transparent 45%, transparent 60%, rgba(255,255,255,.35) 60%, rgba(255,255,255,.35) 75%, transparent 75%, transparent 90%, rgba(255,255,255,.35) 90%, rgba(255,255,255,.35)); - background-size: 148px; + background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); + background-size: 100px; h3 { color: @color-grey-lighter; -- cgit v1.2.3