# Hoe zie ik de variabelen, css en CSS die standaard in Discourse komen?

**URL:** https://meta.discourse.org/t/how-do-i-see-the-variables-css-and-css-that-come-by-default-in-discourse/295448
**Category:** Development
**Tags:** css
**Created:** [15 februari 2024 om 07:29 UTC](https://meta.discourse.org/t/how-do-i-see-the-variables-css-and-css-that-come-by-default-in-discourse/295448 "2024-02-15T07:29:22Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![danielabc](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@danielabc](https://meta.discourse.org/u/danielabc)
#### Post date: [15 februari 2024 om 07:29 UTC](https://meta.discourse.org/t/how-do-i-see-the-variables-css-and-css-that-come-by-default-in-discourse/295448/1 "2024-02-15T07:29:23Z")

</div>

I want to see the styles that are already applied in discourse by default, is there any way to see the css and csss and variables page?

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [15 februari 2024 om 12:47 UTC](https://meta.discourse.org/t/how-do-i-see-the-variables-css-and-css-that-come-by-default-in-discourse/295448/2 "2024-02-15T12:47:10Z")

</div>

A pretty easy way to see the variables is to open the browser console (usually F12, or right click and inspect the page), then look for Elements tab, and on the style panel, you can see all the `:root` definitions:

 ![image](https://global.discourse-cdn.com/meta/original/4X/f/c/f/fcf797b739cafdd50d4fd64509055e15a1b468a9.png)

You can also explore the source code here:

> **[discourse/app/assets/stylesheets at main · discourse/discourse](https://github.com/discourse/discourse/tree/main/app/assets/stylesheets)**
>
> main/app/assets/stylesheets

---

<div class="post-metadata">

### Author: ![manuel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manuel/32/468169_2.png) [@manuel](https://meta.discourse.org/u/manuel)
#### Post date: [15 februari 2024 om 15:12 UTC](https://meta.discourse.org/t/how-do-i-see-the-variables-css-and-css-that-come-by-default-in-discourse/295448/3 "2024-02-15T15:12:25Z")

</div>

Also helpful to browse through the Styleguide: [https://meta.discourse.org/styleguide/](https://meta.discourse.org/styleguide/)  
E.g. there’s a section now explaining the general css class syntax.
