# $primary-medium SCSS variable problems

**URL:** https://meta.discourse.org/t/primary-medium-scss-variable-problems/122390
**Category:** Development
**Created:** [July 9, 2019, 2:34am UTC](https://meta.discourse.org/t/primary-medium-scss-variable-problems/122390 "2019-07-09T02:34:21Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![wadestriebel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wadestriebel/32/167628_2.png) [@wadestriebel](https://meta.discourse.org/u/wadestriebel)
#### Post date: [August 29, 2021, 6:46pm UTC](https://meta.discourse.org/t/primary-medium-scss-variable-problems/122390/5 "2021-08-29T18:46:41Z")

</div>

We stumbled onto this thread because of a similar issue, we solved it with a workaround by adding the following to the theme’s common css:

```plaintext
:root {
  --primary-medium: #666666;
}

```

---

_[View the full topic](https://meta.discourse.org/t/primary-medium-scss-variable-problems/122390)._
