-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathstyle.css
40 lines (38 loc) · 783 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
.telegram-follow-button {
color: #fff;
background: #1e97d7;
padding: 3px 7px;
font-weight: 500;
font-size: 18px;
border-radius: 4px;
vertical-align: middle;
text-align: center;
}
.telegram-follow-button:hover {
background: #167ba5;
color: #fff;
}
.telegram-follow-button img{
width: 20px;
vertical-align: middle;
}
.twitter-follow-button-2 {
color: #fff;
background: #1DA1F2;
padding: 3px 7px;
font-weight: 500;
font-size: 18px;
border-radius: 4px;
vertical-align: middle;
text-align: center;
}
.cipher-387-button {
color: #fff;
background: red;
padding: 3px 7px;
font-weight: 500;
font-size: 18px;
border-radius: 4px;
vertical-align: middle;
text-align: center;
}