We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cbc19 commit b80e353Copy full SHA for b80e353
libs/css/page.css
@@ -50,7 +50,7 @@
50
h3:has(+ h4)
51
{margin-bottom:8px !important}
52
h3 + h4
53
- {margin-top:5px !important}
+ {margin-top:5px !important;color:#39f}
54
55
.icon
56
{border:1px solid gray;border-radius:3px;box-sizing:border-box;width:30px;height:30px;cursor:pointer}
@@ -94,9 +94,15 @@
94
{}
95
96
97
-.red { color: #e33; }
98
-.green { color: #3a3; }
99
-.blue { color: #39f; }
100
-.warning { color: orange; font-weight: bold; }
101
-.note { color: #666; font-style: italic; }
+ .red {color:#e33}
+ .green {color:#3a3}
+ .blue {color:#39f}
+ .warning {color:orange;font-weight:bold}
+ .note {color:#666;font-style:italic}
102
+
103
104
105
106
107
108
0 commit comments