-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (51 loc) · 838 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
.pug_photo {
height: 150px;
width: 150px;
border-radius: 50%;
}
.first_square {
}
.card {
margin-top: 15px;
border-color: #ccc;
}
/* profile.css */
html {
background-color: #f5f7f9;
}
body {
background: none;
color: #69707a;
font-family: "Open Sans", Arial, sans-serif;
}
strong {
color: #222324;
}
.navbar {
background: #e16879;
}
.btn {
font-weight: 300;
}
.btn-primary {
background: #e16879;
border-color: #e16879;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
background: #e05164;
border-color: #e05164;
}
.card-title {
color: #e16879;
font-weight: 300;
}
.card-block small {
float: right;
}
.description {
background-image: url("/pattern.png");
background-repeat: repeat-x;
}