# Tag CSS with !important flag

**URL:** https://meta.discourse.org/t/tag-css-with-important-flag/61291
**Category:** Feature
**Created:** [April 19, 2017, 11:49pm UTC](https://meta.discourse.org/t/tag-css-with-important-flag/61291 "2017-04-19T23:49:21Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Vocino](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vocino/32/85136_2.png) [@Vocino](https://meta.discourse.org/u/Vocino)
#### Post date: [April 19, 2017, 11:49pm UTC](https://meta.discourse.org/t/tag-css-with-important-flag/61291/1 "2017-04-19T23:49:21Z")

</div>

There’s some Sass in `tagging.scss` with the `!important` flag overriding custom CSS. Is this intended or should it be changed so I don’t have to make my overrides _!evenmoreimportant_?

 ![](https://global.discourse-cdn.com/meta/original/3X/5/e/5ef73672680533254cce127a103c1bf84fd5e73e.png)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [April 20, 2017, 12:05am UTC](https://meta.discourse.org/t/tag-css-with-important-flag/61291/2 "2017-04-20T00:05:22Z")

</div>

Are you referring to `.extra-info-wrapper .discourse-tag` only, or are there others? @neil do we need this?

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [April 20, 2017, 3:57pm UTC](https://meta.discourse.org/t/tag-css-with-important-flag/61291/3 "2017-04-20T15:57:42Z")

</div>

I removed the `!important` from those extra-info-wrapper colors and it didn’t break anything that I could see.

[https://github.com/discourse/discourse/commit/3d3215889326a256e571dfc4754fcc3df5475811](https://github.com/discourse/discourse/commit/3d3215889326a256e571dfc4754fcc3df5475811)

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [April 20, 2017, 8:21pm UTC](https://meta.discourse.org/t/tag-css-with-important-flag/61291/4 "2017-04-20T20:21:01Z")

</div>

This broke style for my site @neil.  
 ![](https://global.discourse-cdn.com/meta/original/3X/9/c/9c0c3dfe440c6167775c20a48e1d33d24a5985fa.png)

Color Scheme:

 ![](https://global.discourse-cdn.com/meta/original/3X/e/2/e23af39ddf9024b942dd5e91ab693c19b4789758.png)

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [April 20, 2017, 8:24pm UTC](https://meta.discourse.org/t/tag-css-with-important-flag/61291/5 "2017-04-20T20:24:31Z")

</div>

Ok I’ll revert. that change
