mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 08:37:42 +08:00
6ba7a43cb4
* docs: added docs for 6.0.0 release * fix: restored url docs
13 lines
632 B
Markdown
13 lines
632 B
Markdown
---
|
|
title: Customizing Styles with CSS
|
|
permalink: /v5/css/
|
|
---
|
|
|
|
You can add your own stylesheet in **Admin** > **Configure** > **Advanced** > **Custom CSS**.
|
|
|
|
If you would like to change the styling of any elements of the comment embed, we provide global classnames. Most elements will be tagged with either `.coral` or `.coral-stream`.
|
|
|
|
The easiest way to find the classname for the element you're looking for is to use the web inspector, and then update your stylesheet accordingly.
|
|
|
|
You can also navigate to https://github.com/coralproject/talk/blob/master/src/core/client/stream/classes.ts to see available stable class names.
|