We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff067f0 commit c6bceefCopy full SHA for c6bceef
βepub/stylesheet.css
@@ -1,3 +1,48 @@
1
+/* wrap long lines of code */
2
pre, code {
3
white-space: pre-wrap !important;
-}
4
+}
5
+
6
7
+/* for all alerts */
8
+.title {
9
+ font-weight: bold;
10
+ font-size: 150%;
11
+ margin-left: 10%;
12
13
14
15
+/* for notes */
16
+.note::before {
17
+ content: "π";
18
+ float: left;
19
20
21
22
+.note {
23
24
25
26
27
+/* for tips */
28
+.tip::before {
29
+ content: "π‘";
30
31
32
33
34
+.tip {
35
36
37
38
39
+/* for warnings */
40
+.warning::before {
41
+ content: "β";
42
43
44
45
46
+.warning {
47
48
0 commit comments