mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
* fix: various ui fixes * fix: tooltip button active color * fix: teal color * fix: RTE borders * fix: snapshots * fix: reduce padding of show more of this conversation button * Fix font weight fallback values * Replace RTE validation messages with v3 CallOuts CORL-1213 * More styling classnames * chore: remove not used style * fix: reaction button primary color * fix snapshots * harmonize data-variant on buttons * [CORL-1215] Install Style Tweaks (#3046) * fix logic around repeat posts with or without media embeds: (#3042) * fix: restore ReportCommentEvent (#3037) Co-authored-by: Wyatt Johnson <wyattjoh@gmail.com> * fix: fixed issue with graphiql (#3043) * README.md Update (#3045) * chore: update README.md * fix: removed README from doctoc * fix: replaced emoji codes with emjoi * fix: removed emoji's due to browser rendering issues * fix: fixed bugs with install styles Co-authored-by: Tessa Thornton <tessathornton@gmail.com> Co-authored-by: Vinh <vinh@vinh.tech> * fix: remove lineheight css variables and make them relative * fix: adjust line-heights * fix: update snapshots * More css bindings for client styling Set bindable class on community guidelines Set bindable classname on "Comment on" label * fix: more tweaks * fix: snapshots * fix: lint and tests Co-authored-by: nick-funk <nick.funk@outlook.com> Co-authored-by: Wyatt Johnson <wyattjoh@gmail.com> Co-authored-by: Tessa Thornton <tessathornton@gmail.com>
12 lines
242 B
CSS
12 lines
242 B
CSS
.content {
|
|
font-family: var(--font-family-secondary);
|
|
font-style: normal;
|
|
font-weight: var(--font-weight-secondary-bold);
|
|
font-size: var(--font-size-6);
|
|
line-height: 1.17;
|
|
|
|
color: var(--palette-text-500);
|
|
|
|
text-align: center;
|
|
}
|