Skip to content

Commit

Permalink
website: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 10, 2025
1 parent 9d1957a commit d3b1a86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const config: Config = {
items: [
{
to: '/',
// label: 'Home',
label: 'xpack-build-box',
className: 'header-home-link',
position: 'left'
},
Expand Down
8 changes: 4 additions & 4 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ h2[class*="title"]
width: 24px;
height: 24px;
display: inline-flex;
vertical-align: baseline;
/* padding-right: 0.5em; */
vertical-align: top;
padding-right: 0.5em;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1z' fill='current-color'/%3E%3C/svg%3E")
no-repeat;
}
Expand All @@ -95,8 +95,8 @@ h2[class*="title"]
width: 24px;
height: 24px;
display: inline-flex;
vertical-align: baseline;
/* padding-right: 0.5em; */
vertical-align: top;
padding-right: 0.5em;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1z' fill='white'/%3E%3C/svg%3E")
no-repeat;
}
Expand Down

0 comments on commit d3b1a86

Please sign in to comment.