diff options
author | dedeibel | 2018-12-29 14:36:33 +0100 |
---|---|---|
committer | dedeibel | 2018-12-29 14:36:33 +0100 |
commit | 27d13c89c65d3ef33d2bb03166e3cb2f3fcd1bbd (patch) | |
tree | 2fe7b745779f8979e7badd88c77e690672e7a69d /configs/conferences/35c3 | |
parent | 435d3845e9467249f1e02c4f15211931fe2ae543 (diff) |
Try better pause/optout background - repeatable
Diffstat (limited to 'configs/conferences/35c3')
-rw-r--r-- | configs/conferences/35c3/main.less | 4 |
1 files changed, 2 insertions, 2 deletions
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; |