Skip to content

Commit

Permalink
Merge pull request #21 from aai-institute/adapt-logos
Browse files Browse the repository at this point in the history
Adapt logos and heading
turnmanh authored Jun 24, 2024
2 parents 846357f + 61acb35 commit 2d4f547
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions notebooks/_static/images/aai-institute-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions notebooks/_static/images/aai-institute-cover.svg

This file was deleted.

10 changes: 5 additions & 5 deletions notebooks/rise.css
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ body {
}

.navbar-default .navbar-nav > li > a {
color: #00747b !important;
color: #18a5a7 !important;
}

.filename {
@@ -36,7 +36,7 @@ body {
}

h1, h2 {
color: #00747b !important;
color: #18a5a7 !important;
}

h3, h4, h5, h6 {
@@ -114,14 +114,14 @@ div.plan-container {

#toc, #toc-wrapper, .toc-item-num, #toc a, .toc {
margin: auto !important;
color: #00747b !important;
color: #18a5a7 !important;
}

#toc-wrapper {
top: auto !important;
bottom: auto !important;
margin-top: 2rem !important;
color: #00747b !important;
color: #18a5a7 !important;
}


@@ -148,4 +148,4 @@ div.plan-container {
position: relative;
top: -50%;
margin-left: 5%;
}
}

0 comments on commit 2d4f547

Please sign in to comment.