-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
73 lines (59 loc) · 936 Bytes
/
style.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
64
65
66
67
68
69
70
71
72
73
@font-face {
font-family: vazir;
src: url("fonts/vazir_regular.woff2");
font-weight: normal;
}
@font-face {
font-family: vazir;
src: url("fonts/vazir_bold.woff2");
font-weight: bold;
}
:root {
--bs-body-font-family: vazir, sans-serif;
--bs-link-hover-color-rgb: #4d7037;
--custom-color1: #4d7037;
--custom-color2: #b9bf3d;
}
a {
text-decoration: none;
}
.card-title {
color: var(--custom-color2);
font-weight: bold;
}
.social-container {
display: flex;
justify-content: center;
gap: 10px;
padding-top: 1rem;
}
a.social-link {
text-align: center;
color: #fff;
font-size: 1.25rem;
transition: all ease-in-out 0.2s;
}
.website:hover {
color: #6A2C70;
}
.facebook:hover {
color: #1e77f0;
}
.instagram:hover {
color: #d9317a;
}
.youtube:hover {
color: #f00;
}
.telegram:hover {
color: #0e8ed4;
}
.whatsapp:hover {
color: #25d366;
}
.linkedin:hover {
color: #0077b5;
}
.github:hover {
color: #000;
}