@ansible/ansible-ui-framework 0.0.333 → 0.0.334
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 +11 -6
- package/package.json +1 -1
|
@@ -67,7 +67,7 @@ h4 {
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.highlight .kd {
|
|
70
|
-
color:
|
|
70
|
+
color: #4ad;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.highlight .o {
|
|
@@ -75,7 +75,7 @@ h4 {
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.highlight .s1 {
|
|
78
|
-
color: #
|
|
78
|
+
color: #fffc;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.highlight .s {
|
|
@@ -88,13 +88,17 @@ h4 {
|
|
|
88
88
|
|
|
89
89
|
.highlight .err {
|
|
90
90
|
background: unset;
|
|
91
|
-
color:
|
|
91
|
+
color: orangered;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
table {
|
|
94
|
+
table head {
|
|
95
95
|
background-color: #0004;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
+
table body {
|
|
99
|
+
background-color: #0006;
|
|
100
|
+
}
|
|
101
|
+
|
|
98
102
|
.markdown-body table tr {
|
|
99
103
|
background-color: unset;
|
|
100
104
|
border: unset;
|
|
@@ -110,12 +114,13 @@ table {
|
|
|
110
114
|
}
|
|
111
115
|
|
|
112
116
|
.markdown-body table th {
|
|
113
|
-
color:
|
|
117
|
+
color: #fffb;
|
|
114
118
|
border: unset;
|
|
115
119
|
border-bottom: 1px solid #fff4;
|
|
116
120
|
}
|
|
117
121
|
|
|
118
|
-
|
|
122
|
+
.markdown-body code,
|
|
123
|
+
.markdown-body tt {
|
|
119
124
|
color: #4ad;
|
|
120
125
|
background-color: #fff2;
|
|
121
126
|
}
|