Skip to content

Commit 2321b3e

Browse files
committed
Update button colours on landing page
1 parent 644b271 commit 2321b3e

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

docs/static/docs.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -294,21 +294,6 @@ span.hljs-meta {
294294
}
295295
}
296296

297-
.dbcd-masthead .btn-outline-secondary {
298-
color: #fa7268;
299-
border-color: #fa7268;
300-
}
301-
302-
.dbcd-masthead .btn-outline-secondary:hover {
303-
color: #fff;
304-
background-color: #fa7268;
305-
}
306-
307-
.dbcd-masthead .btn-secondary {
308-
background-color: #fa7268;
309-
border-color: #fa7268;
310-
}
311-
312297
.dbcd-main.changelog h2 {
313298
font-size: 1.5rem;
314299
}

docs/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ <h1 class="font-weight-light">Dash Bootstrap Components</h1>
2828
apps with complex, responsive layouts.
2929
</p>
3030
<a
31-
class="btn btn-outline-secondary"
31+
class="btn btn-outline-primary"
3232
href="https://github.com/facultyai/dash-bootstrap-components"
3333
>Source Code<i class="bi bi-github ms-1"></i></a
3434
>
35-
<a class="btn btn-secondary" href="/docs">Get Started »</a>
35+
<a class="btn btn-primary" href="/docs">Get Started »</a>
3636
</div>
3737
</div>
3838
</div>

0 commit comments

Comments
 (0)