## Description Add a template for adding user testimonials. Currently broken. ## Does this PR need a docs update or release note? - [x] ⛔ No ## Type of change <!--- Please check the type of change your PR introduces: ---> - [x] 🗺️ Documentation
16 lines
323 B
SCSS
Executable File
16 lines
323 B
SCSS
Executable File
/* // _general.scss */
|
|
|
|
/*********************************/
|
|
/* General */
|
|
/*===============================*/
|
|
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;
|
|
} |