Skip to content

Commit f248cd7

Browse files
docs: update header color to #5b42bc and new logo (#5272)
* docs: update header color to #5b42bc and new logo * Undo hero section background and correctly update header colors in main.html * fix: update header and tabs background color in home.html and main.html * Reverted logo change as requested --------- Co-authored-by: Pritesh Kiri <[email protected]>
1 parent 70594a2 commit f248cd7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

images/new_logo.svg

Lines changed: 6 additions & 0 deletions
Loading

mkdocs/overrides/home.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,17 @@
114114
body {
115115
font-family: 'Inter', sans-serif;
116116
}
117+
.md-header {
118+
background-color: #5b42bc;
119+
}
120+
.md-tabs {
121+
background-color: #5b42bc;
122+
}
117123
</style>
118124
</head>
119125

120126
<!-- Header Section -->
121-
<div style="margin: 0%;">
127+
<div style="margin: 0%; ">
122128
<div class="more_resource_reverse" style="display: flex;">
123129
<div style="margin: auto;justify-content:start;">
124130
<h1 class="ex-h1">

0 commit comments

Comments
 (0)