diff options
Diffstat (limited to '')
-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; |