Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions site/themes/arangodb-docs-theme/images/ArangoAMP_logo.svg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a new background for the banner on the homepage, it doesn't look good with the new logo

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
19 changes: 0 additions & 19 deletions site/themes/arangodb-docs-theme/images/ArangoGraph_Logo.svg

This file was deleted.

Binary file modified site/themes/arangodb-docs-theme/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/themes/arangodb-docs-theme/images/logo_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- END LOGO-->
<div class="arangodb-logo-small">
<a href="https://arangodb.com/">
<img alt="ArangoDB Logo" src="/images/ArangoDB_Logo_White_small.png">
<img alt="ArangoDB Logo" src="/images/logo_small.png">
</a>
</div>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="ag-banner">
<img src="/images/ArangoGraph_Logo.svg" alt="ArangoGraph" class="logo" />
<img src="/images/ArangoAMP_logo.svg" alt="ArangoGraph" class="logo" />
<div>
<div class="ag-info">
Experience the shortest time to value for a hosted graph DB.</div>
Expand Down
48 changes: 24 additions & 24 deletions site/themes/arangodb-docs-theme/static/css/theme.css
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
:root {
--green-50: #f5faeb;
--green-100: #e9f4d3;
--green-200: #d5e9ad;
--green-300: #b8da7c;
--green-400: #9dc853;
--green-500: #7ead35;
--green-600: #608726;
--green-700: #4b6922;
--green-800: #3e5420;
--green-900: #35481f;
--green-50: #e3f2e0;
--green-100: #dcebd9;
--green-200: #98D78C;
--green-300: #55AB45;
--green-400: #217846;
--green-500: #007339;
--green-600: #006532;
--green-700: #005329;
--green-800: #004020;
--green-900: #002e17;
--green-950: #1a270c;
--red-50: #fff2f1;
--red-100: #ffe1df;
--red-200: #ffc7c4;
--red-300: #ffa19b;
--red-400: #ff6a61;
--red-500: #ff3b30;
--red-600: #e6190d;
--red-700: #cc1409;
--red-800: #a8150c;
--red-900: #8b1811;
--red-50: #f8c5c6;
--red-100: #f5acae;
--red-200: #f18b8e;
--red-300: #ed6a6e;
--red-400: #e9494d;
--red-500: #e63035;
--red-600: #da1a20;
--red-700: #b3161a;
--red-800: #8b1114;
--red-900: #630c0e;
--red-950: #4c0703;
--orange-50: #fff4ed;
--orange-100: #ffe6d5;
Expand Down Expand Up @@ -209,7 +209,7 @@ ul ul, ul ol, ol ul, ol ol {

.link {
text-decoration: none;
border-bottom: 2px solid var(--green-600);
border-bottom: 2px solid var(--green-400);
}

.link:hover{
Expand Down Expand Up @@ -699,7 +699,7 @@ body .page-container {
position: relative;
height: 64px;
align-items: center;
padding: 6px 10px 0 10px;
padding-left: 10px;
}

header .logo {
Expand Down Expand Up @@ -1008,7 +1008,7 @@ header .logo {
.sidebar ul.topics li.active > a > .menu-title,
.sidebar ul.topics li.alwaysopen > a > .menu-title {
font-weight: 400;
color: var(--green-500);
color: var(--green-300);
}

.sidebar ul li li {
Expand Down Expand Up @@ -2130,6 +2130,6 @@ nav.pagination .next {
color: white;
}
.ag-banner .logo {
height: 50px !important;
height: 36px !important;
width: 200px !important;
}
Loading