File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
packages/mgt-element/src/utils Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,17 @@ body {
101101}
102102
103103/* fix attribute names in html rendering */
104- .mtk4 , .css-zj0253 * .token .attr-name {
104+ .mtk4 ,
105+ .language-html .token .attr-name ,
106+ span .token .script .language-javascript .literal-property .property {
105107 color : # e50000 !important ;
106108}
107109
110+ /* fix javascript class name */
111+ span .token .script .language-javascript .class-name {
112+ color : # 247b95 ;
113+ }
114+
108115/* fix number colors in monaco editor */
109116.mtk7 {
110117 color : # 088155 !important ;
Original file line number Diff line number Diff line change 88// THIS FILE IS AUTO GENERATED
99// ANY CHANGES WILL BE LOST DURING BUILD
1010
11- export const PACKAGE_VERSION = '4.0.0 ' ;
11+ export const PACKAGE_VERSION = '4.0.1 ' ;
You can’t perform that action at this time.
0 commit comments