Skip to content

Commit b956049

Browse files
committed
adapted colors to ci
1 parent 32d04cc commit b956049

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

notebooks/rise.css

Lines changed: 5 additions & 5 deletions
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)