We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233fed2 commit f408719Copy full SHA for f408719
html-components/list/css/component.css
@@ -48,10 +48,31 @@
48
{flex:1;max-width:200px}
49
50
51
-
+
52
+:root
53
+ {--blue:#39f;
54
+ }
55
56
+ h2
57
+ {border-bottom:3px solid #d1d9e0 !important}
58
59
+ hr
60
+ {height:1px !important}
61
62
+ .api-function
63
+ {}
64
+ .api-function-title
65
+ {color:var(--blue)}
66
+ .api-function-desc
67
+ {padding-left:50px}
68
+ .api-function h4
69
70
71
72
.red { color: #e33; }
73
.green { color: #3a3; }
74
.blue { color: #39f; }
75
.warning { color: orange; font-weight: bold; }
76
.note { color: #666; font-style: italic; }
77
78
0 commit comments