summaryrefslogtreecommitdiff
path: root/html/assets/css/overides.css
blob: 7c68ad71561688271482213ae8be65b86cdec5d7 (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
36
37
38
39

html, body { font-family: "Roboto Slab", serif; font-weight: 400; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 400; };

.content { text-align: unset; }

.form-control,
.btn-default { border: 1px solid #7777; }

.form-label { font-size: .72em; color: var(--bs-heading-color); }






/* main.min.css */
.product__img {
    /* max-width: 320px; */
    max-width: 240px;
}
 
.footer__listLink {
    color: #bbb;
}
.footer__listLink:hover {
    color: #eee;
}

.footer__title {
    /* color: #4d4d4d; */
    color: #bbb7;
}


:root {
    --bs-heading-color: #679;
}