You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,19 +37,17 @@ Ready to make this boilerplate uniquely yours? Here’s how:
37
37
- 🖋 Update all title and meta tags to match your tool's name, description, and other details.
38
38
39
39
2.**Theme Adaptation**: Shape the visual experience of your tool.
40
-
- 🎨 Set your desired theme by modifying the `<body>` tag.
40
+
- 🎨 Set your desired theme by modifying the `data-theme` attribute in the `<html>` tag.
41
41
42
42
```html
43
-
<bodyclass="yellow-gradient">
44
-
<divid="root"></div>
45
-
</body>
43
+
<htmllang="en"data-theme="green-gradient">
46
44
```
47
45
48
46
3.**Choose from Our Themes**: Whether you’re after a minimalist gray or a vibrant rose, we’ve got you covered. Select from a rich palette of themes tailored for a seamless user experience.
Copy file name to clipboardExpand all lines: docs/README-ES.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,19 +37,17 @@
37
37
- 🖋 Actualiza todos los títulos y meta tags para que coincidan con el nombre, la descripción y otros detalles de tu herramienta.
38
38
39
39
2.**Adaptación de Tema**: Da forma a la experiencia visual de tu herramienta.
40
-
- 🎨 Establece tu tema deseado modificando la etiqueta `<body>`.
40
+
- 🎨 Establece tu tema deseado modificando el atributo `data-theme` en la etiqueta `<html>`.
41
41
42
42
```html
43
-
<bodyclass="yellow-gradient">
44
-
<divid="root"></div>
45
-
</body>
43
+
<htmllang="en"data-theme="green-gradient">
46
44
```
47
45
48
46
3.**Elige entre Nuestros Temas**: Ya sea que prefieras un Zinc minimalista o un Rose vibrante, te tenemos cubierto. Selecciona de una rica paleta de temas diseñados para una experiencia de usuario impecable.
0 commit comments