# CSS colors PR
## :tophat: What? Why?
After we merged #10974 , we found lots of places that weren't using the CSS primary/secondary variables colors, and they were using the foundation ones. This PR fixes them.
It also introduces these rules on the spellchecker so we don't make this same mistake in the future.
Thet testing for all these issues should be:
1. Change the primary and secondary color
2. Follow the steps for the bug
3. Check also that this change doesn't introduce a bug in the admin panel, as these colors **should not be changed** in the admin panel. I mention this because it's something that I detected on some of these changes and I might have missed a leak somewhere.
## :pushpin: Related Issues
- Related to #10974
## Solved bugs
### 0. Links
#### Testing
1. See the links in pretty much all the places of the app
#### :camera: Screenshots
##### Before

##### After

### 1. Attachments modal progress bar
#### Testing
1. Enable Attachments in a Proposals component
2. Go to create a new Proposal
3. Add an attachment
#### :camera: Screenshots
##### Before

##### After

### 2. Autocomplete suggestions
#### Testing
1. Enable the Here.com API or some other autocomplete provider
2. Enable the "Participants can create meetings" in a Meetings component
3. Go to create a new "In person" Meeting
4. Fill the "Address" field
#### :camera: Screenshots
##### Before

##### After

### 3. Button shadow
#### Testing
1. Go to a Proposal
2. See the "Endorse" button
#### :camera: Screenshots
##### Before

##### After

### 4. Assemblies' organization chart
#### Testing
1. Go to /assemblies
2. Scroll to the bottom of the page
#### :camera: Screenshots
##### Before

##### After

---
These are just some of the changes introduced by this PR. I actually stopped looking for these places as I've seen things like
https://github.com/decidim/decidim/blob/9ced3d0f5bc9c90ac85d30c4f184fad20716a562/decidim-core/app/packs/stylesheets/decidim/extras/_impersonation-bar.scss#L6
Ok, a link in the impersonation-bar, lets go see it:
https://github.com/decidim/decidim/blob/develop/decidim-core/app/views/layouts/decidim/_impersonation_warning.html.erb
:face_with_one_eyebrow_raised: