Skip to content

Commit db020e0

Browse files
committed
chore: update logo, tweak colors
1 parent 0fb6d21 commit db020e0

File tree

12 files changed

+8585
-38
lines changed

12 files changed

+8585
-38
lines changed
Lines changed: 23 additions & 0 deletions
Loading
Binary file not shown.

site/themes/arangodb-docs-theme/images/ArangoGraph_Logo.svg

Lines changed: 0 additions & 19 deletions
This file was deleted.
1.29 KB
Loading
-19.8 KB
Loading
4.11 KB
Loading

site/themes/arangodb-docs-theme/layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- END LOGO-->
1515
<div class="arangodb-logo-small">
1616
<a href="https://arangodb.com/">
17-
<img alt="ArangoDB Logo" src="/images/ArangoDB_Logo_White_small.png">
17+
<img alt="ArangoDB Logo" src="/images/logo_small.png">
1818
</a>
1919
</div>
2020

site/themes/arangodb-docs-theme/layouts/shortcodes/cloudbanner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="ag-banner">
2-
<img src="/images/ArangoGraph_Logo.svg" alt="ArangoGraph" class="logo" />
2+
<img src="/images/ArangoAMP_logo.svg" alt="ArangoGraph" class="logo" />
33
<div>
44
<div class="ag-info">
55
Experience the shortest time to value for a hosted graph DB.</div>

site/themes/arangodb-docs-theme/static/css/theme.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ ul ul, ul ol, ol ul, ol ol {
209209

210210
.link {
211211
text-decoration: none;
212-
border-bottom: 2px solid var(--green-600);
212+
border-bottom: 2px solid var(--green-400);
213213
}
214214

215215
.link:hover{
@@ -699,7 +699,7 @@ body .page-container {
699699
position: relative;
700700
height: 64px;
701701
align-items: center;
702-
padding: 6px 10px 0 10px;
702+
padding-left: 10px;
703703
}
704704

705705
header .logo {
@@ -1008,7 +1008,7 @@ header .logo {
10081008
.sidebar ul.topics li.active > a > .menu-title,
10091009
.sidebar ul.topics li.alwaysopen > a > .menu-title {
10101010
font-weight: 400;
1011-
color: var(--green-500);
1011+
color: var(--green-300);
10121012
}
10131013

10141014
.sidebar ul li li {
@@ -2130,6 +2130,6 @@ nav.pagination .next {
21302130
color: white;
21312131
}
21322132
.ag-banner .logo {
2133-
height: 50px !important;
2133+
height: 36px !important;
21342134
width: 200px !important;
21352135
}

0 commit comments

Comments
 (0)