Skip to content

Commit

Permalink
Devdoc background image url experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
tulsiojha committed Dec 22, 2023
1 parent 24149f0 commit 8552e6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/apps/devdoc/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 8552e6b

Please sign in to comment.