-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
63 lines (49 loc) · 876 Bytes
/
main.css
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
body {
font-family: 'Roboto', sans-serif;
}
.navbar {
background-color: #e15f41;
}
#cabecalho .nav .nav-link.active {
background-color: #fff;
color: #e15f41;
}
#cabecalho .nav .nav-link,
.navbar-brand,
.navbar-brand:hover,
.nav-cardapio .nav-link.active:hover {
color: #fff;
}
.navbar-toggler {
background-color: #ffeae6;
}
.section-title {
font-family: 'Pacifico', cursive;
}
#sobre-o-restaurante,
#cardapio {
background-color: #ffeae6;
}
.text-colored {
color: #e15f41;
}
.nav-cardapio .nav-link.active,
#fale-conosco button {
background-color: #e15f41;
color: #fff;
}
.nav-cardapio .nav-link:hover {
color: #e15f41;
}
.social-links li {
list-style: none;
display: inline;
}
.social-links a {
text-decoration: none;
}
@media (max-width:767px) {
.carousel-item img {
height: 280px;
}
}