Browse Source

forgot to save css

pull/3/head
dan_s 2 years ago
parent
commit
2d0c4cf4a4
  1. 6
      css/new-style.css

6
css/new-style.css

@ -404,19 +404,19 @@ input[type="radio"] ~ a label a {
.hero-bg-lines-overlay:nth-child(4) {
pointer-events: none;
z-index: 1;
background-image: url(/graphics/svg_shapes/graphic_hero_bg_lines_overlay_1.svg);
background-image: url(../graphics/svg_shapes/graphic_hero_bg_lines_overlay_1.svg);
}
.hero-bg-lines-overlay:nth-child(2) {
pointer-events: none;
z-index: 2;
background-image: url(/graphics/svg_shapes/graphic_hero_bg_lines_overlay_2.svg);
background-image: url(../graphics/svg_shapes/graphic_hero_bg_lines_overlay_2.svg);
}
.hero-bg-lines-overlay:nth-child(3) {
pointer-events: none;
z-index: 9;
background-image: url(/graphics/svg_shapes/graphic_hero_bg_lines_overlay_3.svg);
background-image: url(../graphics/svg_shapes/graphic_hero_bg_lines_overlay_3.svg);
}
.hero-bg-lines {

Loading…
Cancel
Save