generated from fastai/fastpages
-
Notifications
You must be signed in to change notification settings - Fork 21
/
custom.scss
37 lines (30 loc) · 869 Bytes
/
custom.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
body {
font-family: 'Roboto', sans-serif !important; /* Change to your desired font */
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif !important; /* Change header fonts if needed */
}
/*-- scss:defaults --*/
/*-- scss:mixins --*/
// configure navbar logo and remove odd spacking when search is included
.navbar-brand {display: none;}
.navbar-dark {background-color: #cc5500 !important;}
.navbar-logo {max-height: 50px!important;}
#quarto-search {
margin-left: 0px !important;
}
@media (max-width: 991.98px) {
#navbarCollapse > .navbar-nav:nth-of-type(2) {
flex-direction: row !important;
}
#quarto-search {
margin-left: -11px !important;
}
.aa-DetachedSearchButton {
display: flex !important;
color: #dddee0;
}
.aa-DetachedSearchButton .aa-DetachedSearchButtonPlaceholder {
display: block !important;
}
}