Skip to content

Commit 2d4f547

Browse files
authored
Merge pull request #21 from aai-institute/adapt-logos
Adapt logos and heading
2 parents 846357f + 61acb35 commit 2d4f547

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed
Loading

notebooks/_static/images/aai-institute-cover.svg

-3
This file was deleted.

notebooks/rise.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body {
2222
}
2323

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

2828
.filename {
@@ -36,7 +36,7 @@ body {
3636
}
3737

3838
h1, h2 {
39-
color: #00747b !important;
39+
color: #18a5a7 !important;
4040
}
4141

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

115115
#toc, #toc-wrapper, .toc-item-num, #toc a, .toc {
116116
margin: auto !important;
117-
color: #00747b !important;
117+
color: #18a5a7 !important;
118118
}
119119

120120
#toc-wrapper {
121121
top: auto !important;
122122
bottom: auto !important;
123123
margin-top: 2rem !important;
124-
color: #00747b !important;
124+
color: #18a5a7 !important;
125125
}
126126

127127

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

0 commit comments

Comments
 (0)