Skip to content

Commit

Permalink
Added logo, sentinel hub color scheme and increased size of logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasViehweger committed Apr 4, 2023
1 parent 1f7a548 commit 7ca0e08
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
7 changes: 6 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Sentinel-Hub custom scripts
title: Sentinel Hub custom scripts
theme: just-the-docs
description: A repository of custom scripts that can be used with Sentinel-Hub services.
author: Sentinel-Hub by Sinergise
Expand All @@ -7,3 +7,8 @@ url: https://custom-scripts.sentinel-hub.com

math: mathjax
enable_copy_code_button: true

logo: "/assets/images/sentinel_hub_logo_with_custom_scripts.png"
favicon_ico: "/assets/images/public_favicon.ico"

color_scheme: sentinel_hub
14 changes: 13 additions & 1 deletion _sass/color_schemes/sentinel_hub.scss
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
@import "./color_schemes/light";
$body-background-color: $white;
$body-heading-color: #3b454e;
$body-text-color: #3b454e;
$link-color: #a2b228;
$nav-child-link-color: #a2b228;
$sidebar-color: $grey-lt-000;
$base-button-color: #f7f7f7;
$btn-primary-color: #a2b228;
$code-background-color: #f5f7f9;
$feedback-color: darken($sidebar-color, 3%);
$table-background-color: $white;
$search-background-color: #f1f7e7;
$search-result-preview-color: $grey-dk-000;
5 changes: 4 additions & 1 deletion _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.btn {
vertical-align: top;
}
}

@media (min-width: 50rem) { .main-header { height: 100px;} }
.site-header { min-height: 100px; }
Binary file added assets/images/public_favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ca0e08

Please sign in to comment.