blob: 5c2fd14649986d460a48b944cecee964137924b8 (
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
|
.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;
}
|