mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 19:26:42 +08:00
13 lines
505 B
Markdown
13 lines
505 B
Markdown
---
|
|
title: Styling Talk with CSS
|
|
permalink: /styling-css/
|
|
class: configuration
|
|
toc: true
|
|
---
|
|
|
|
You can add your own stylesheet in Admin > Configure > Tech Settings.
|
|
|
|
If you would like to change the styling of any elements in Talk, we provide global classnames with the prefix `talk-`. 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.
|
|
|
|
Plugins also have their own stylesheets located in the client directory.
|