@ansible/ansible-ui-framework 0.0.333 → 0.0.335
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/assets/css/style.scss +15 -6
- package/package.json +1 -1
|
@@ -66,8 +66,12 @@ h4 {
|
|
|
66
66
|
color: #4ad;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
+
.highlight .k {
|
|
70
|
+
color: #248;
|
|
71
|
+
}
|
|
72
|
+
|
|
69
73
|
.highlight .kd {
|
|
70
|
-
color:
|
|
74
|
+
color: #248;
|
|
71
75
|
}
|
|
72
76
|
|
|
73
77
|
.highlight .o {
|
|
@@ -75,7 +79,7 @@ h4 {
|
|
|
75
79
|
}
|
|
76
80
|
|
|
77
81
|
.highlight .s1 {
|
|
78
|
-
color: #
|
|
82
|
+
color: #fffc;
|
|
79
83
|
}
|
|
80
84
|
|
|
81
85
|
.highlight .s {
|
|
@@ -88,13 +92,17 @@ h4 {
|
|
|
88
92
|
|
|
89
93
|
.highlight .err {
|
|
90
94
|
background: unset;
|
|
91
|
-
color:
|
|
95
|
+
color: orangered;
|
|
92
96
|
}
|
|
93
97
|
|
|
94
|
-
table {
|
|
98
|
+
table thead {
|
|
95
99
|
background-color: #0004;
|
|
96
100
|
}
|
|
97
101
|
|
|
102
|
+
table tbody {
|
|
103
|
+
background-color: #0006;
|
|
104
|
+
}
|
|
105
|
+
|
|
98
106
|
.markdown-body table tr {
|
|
99
107
|
background-color: unset;
|
|
100
108
|
border: unset;
|
|
@@ -110,12 +118,13 @@ table {
|
|
|
110
118
|
}
|
|
111
119
|
|
|
112
120
|
.markdown-body table th {
|
|
113
|
-
color:
|
|
121
|
+
color: #fff9;
|
|
114
122
|
border: unset;
|
|
115
123
|
border-bottom: 1px solid #fff4;
|
|
116
124
|
}
|
|
117
125
|
|
|
118
|
-
|
|
126
|
+
.markdown-body code,
|
|
127
|
+
.markdown-body tt {
|
|
119
128
|
color: #4ad;
|
|
120
129
|
background-color: #fff2;
|
|
121
130
|
}
|