Commit d4215ba2 authored by Chunchi Che's avatar Chunchi Che

add duel background

parent b8d9f007
Pipeline #22821 passed with stages
in 11 minutes and 59 seconds
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
.block { .block {
height: var(--block-height-m); height: var(--block-height-m);
width: var(--block-width); width: var(--block-width);
background: radial-gradient(#1d1d1d, #222); background: radial-gradient(#ffffff00, #222);
position: relative; position: relative;
&.extra { &.extra {
margin-inline: calc(var(--block-width) / 2 + var(--col-gap) / 2); margin-inline: calc(var(--block-width) / 2 + var(--col-gap) / 2);
......
body {
background-image: url(/neos-assets/play-mat.png);
background-repeat: no-repeat;
background-size: cover;
}
section.mat { section.mat {
position: relative; position: relative;
width: "100%"; width: "100%";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment