summaryrefslogtreecommitdiff
path: root/fossee_manim/static/css/custom_base.css
blob: e2623b1c83c694aafdb8dd3bdda2e1759f27b5ee (plain)
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
#basefooter{
    font-family: 'Lato', sans-serif;
}
.navbar{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
p,
h3,
h4,
h5,
h6,
.card-body,
form{
    font-family: 'Lato', sans-serif;
}
h1,
h2,
.btn{
    font-family: 'Montserrat', sans-serif;
}
.perma_link:hover{
    background-color:#d1d2d3;
    text-decoration: none;
}
.perma_link a{
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

#btnblue{
    background-color: #1facb3;
    border-color: transparent;
}