From 8552e6b01b4c2ad633c0ef43591298507120fde7 Mon Sep 17 00:00:00 2001 From: Bikash Date: Fri, 22 Dec 2023 09:45:02 +0530 Subject: [PATCH] Devdoc background image url experiment --- src/apps/devdoc/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/apps/devdoc/style.css b/src/apps/devdoc/style.css index d3bb1d0b7..2ae6314a9 100644 --- a/src/apps/devdoc/style.css +++ b/src/apps/devdoc/style.css @@ -204,7 +204,7 @@ code{ content: ''; position: absolute; top: 50%; - background-image: url("/strike.svg"); + background-image: url("strike.svg"); height: 100%; background-repeat: no-repeat; width: 110%; @@ -237,17 +237,17 @@ code{ } .infraops-cover-graph{ - background-image: url("/infraops/graph.svg"); + background-image: url("infraops/graph.svg"); background-position: center; } .distribution-cover-graph{ - background-image: url("/distribution/distribution-graph.svg"); + background-image: url("distribution/distribution-graph.svg"); background-position: center; } .help-card-graph{ - background-image: url("/help-and-support/card-graph.svg"); + background-image: url("help-and-support/card-graph.svg"); background-position: right top; background-repeat: no-repeat; }