We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f19cf18 + 7cad705 commit ba8d042Copy full SHA for ba8d042
css/site.css
@@ -31,3 +31,28 @@
31
max-width: 900px;
32
max-height: 600px;
33
}
34
+
35
+.note {
36
+ background-color: #f1f1f1;
37
+ border-left: 6px solid #2196F3;
38
+ padding: 10px;
39
+}
40
41
+.warning {
42
+/* background-color: #ffdddd;*/
43
44
+ border-left: 6px solid #f44336;
45
46
47
48
+.tip {
49
+ background-color: #e6ffee;
50
+ border-left: 6px solid #04AA6D;
51
52
53
54
+.important {
55
+ background-color: #ffffcc;
56
+ border-left: 6px solid #ffeb3b;
57
58
0 commit comments