-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles2.css
More file actions
49 lines (36 loc) · 756 Bytes
/
styles2.css
File metadata and controls
49 lines (36 loc) · 756 Bytes
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
/**
* The text could use some tweaks.
*/
.md {
font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.md h1, .md h2, .md h3, .md h6 {
display: inline-block;
color: #ddd;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.md h4 {
color: aqua !important;
}
.md h5 {
color: darkorange;
}
.md li {
margin: 5px 0;
}
.md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md ul, .md p {
margin: 0px;
}
/**
* That's better.
*
* If you want to get drink coupon, Compound the ciphertext on the left.
*
* It uses public key cryptography and is encrypted using the AES encryption algorithm.
* Please solve the specified algorithm and obtain the password to generate the key.
*/
#pgp-text {
font-size: 12px;
color: #ada;
}