Skip to content

Commit

Permalink
Merge pull request #70 from aai-institute/cleanup/adapt-title-page-to…
Browse files Browse the repository at this point in the history
…-new-ci

Adapted colors to ci
  • Loading branch information
turnmanh authored Jun 14, 2024
2 parents 5d2c2b1 + b956049 commit d7c59c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/rise.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body {
}

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

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

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

h3, h4, h5, h6 {
Expand Down Expand Up @@ -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;
}


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

0 comments on commit d7c59c3

Please sign in to comment.