Skip to content

Commit 6da75fc

Browse files
committed
inline css
Signed-off-by: HIMANSHU RAI <[email protected]>
1 parent f884b26 commit 6da75fc

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

assets/scss/_styles_project.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ body {
133133
margin: 0 auto;
134134
object-fit: contain;
135135
box-sizing: border-box;
136-
137-
// New styles for image background
138-
background-color: transparent;
139136
}
140137

141138
overflow-x: hidden;

content/en/cloud/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cascade:
6161
<a href="/kanvas">
6262
<div class="hidden-highlight-box">
6363
<div style="min-width:50px; align-self:center;">
64-
<img src="/images/logos/kanvas-icon-color.svg" alt="kanvas logo" style="height:65px;width:65px;margin-left:-.45rem; border:0" />
64+
<img src="/images/logos/kanvas-icon-color.svg" alt="kanvas logo" style="height:65px;width:65px;margin-left:-.45rem; border:0 ; background-color: transparent;" />
6565
</div>
6666
<div style="margin:auto; color:#ccc;">
6767
<strong>Kanvas</strong> delivers a collaborative experience similar to how Google Workplace transforms the digital work environment and how Figma democratizes UX design tooling. Kanvas simplifies the complexity of Kubernetes and multi-cloud infrastructure management accessible to all. Kanvas provides a visual, multi-player experience that allows you to create, configure, deploy, and manage modern infrastructure with confidence.

content/en/kanvas/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ aliases:
6969
<a href="/kanvas">
7070
<div class="highlight-box" style="display:flex; gap: .5rem;">
7171
<div style="min-width:50px;align-self:center;">
72-
<img src="/images/logos/kanvas-icon-color.svg" style="height:65px;width:65px;margin-left:-.45rem; border:0px;" alt="kanvas logo"/></div>
72+
<img src="/images/logos/kanvas-icon-color.svg" style="height:65px;width:65px;margin-left:-.45rem; border:0px; background-color: transparent;" alt="kanvas logo"/></div>
7373
<div style="margin:auto; color:#ccc">
7474
<strong>Kanvas</strong> delivers a collaborative experience similar to how Google Workplace transforms the digital work environment and how Figma democratizes UX design tooling. Kanvas simplifies the complexity of Kubernetes and multi-cloud infrastructure management accessible to all. Kanvas provides a visual, multi-player experience that allows you to create, configure, deploy, and manage modern infrastructure with confidence.</div></div>
7575
</a>

0 commit comments

Comments
 (0)