11/*
2- ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
2+ ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
33*/
44
55/*
32324. Use the user's configured `sans` font-family by default.
33335. Use the user's configured `sans` font-feature-settings by default.
34346. Use the user's configured `sans` font-variation-settings by default.
35- 7. Disable tap highlights on iOS
3635*/
3736
38- html ,
39- : host {
37+ html {
4038 line-height : 1.5 ;
4139 /* 1 */
4240 -webkit-text-size-adjust : 100% ;
@@ -46,14 +44,12 @@ html,
4644 -o-tab-size : 4 ;
4745 tab-size : 4 ;
4846 /* 3 */
49- font-family : ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" ;
47+ font-family : ui-sans-serif, system-ui, -apple-system , BlinkMacSystemFont , "Segoe UI" , Roboto , "Helvetica Neue" , Arial , "Noto Sans" , sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" ;
5048 /* 4 */
5149 font-feature-settings : normal;
5250 /* 5 */
5351 font-variation-settings : normal;
5452 /* 6 */
55- -webkit-tap-highlight-color : transparent;
56- /* 7 */
5753}
5854
5955/*
@@ -125,10 +121,8 @@ strong {
125121}
126122
127123/*
128- 1. Use the user's configured `mono` font-family by default.
129- 2. Use the user's configured `mono` font-feature-settings by default.
130- 3. Use the user's configured `mono` font-variation-settings by default.
131- 4. Correct the odd `em` font sizing in all browsers.
124+ 1. Use the user's configured `mono` font family by default.
125+ 2. Correct the odd `em` font sizing in all browsers.
132126*/
133127
134128code ,
@@ -137,12 +131,8 @@ samp,
137131pre {
138132 font-family : ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono" , "Courier New" , monospace;
139133 /* 1 */
140- font-feature-settings : normal;
141- /* 2 */
142- font-variation-settings : normal;
143- /* 3 */
144134 font-size : 1em ;
145- /* 4 */
135+ /* 2 */
146136}
147137
148138/*
0 commit comments