corso/website/src/css/custom/_general.scss
Niraj Tolia fce846a069
Add user testimonials framework (#2619)
## 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
2023-02-25 01:21:46 +00:00

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;
}