14 lines
239 B
SCSS
14 lines
239 B
SCSS
/* _general.scss - Estilos generales del template Techwind */
|
|
|
|
p {
|
|
@apply leading-relaxed;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
|
@apply leading-normal;
|
|
}
|
|
|
|
::selection {
|
|
@apply bg-indigo-600/90 text-white;
|
|
}
|