mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Replace explicit color #6e8b87 in branding by $color-primary
This commit is contained in:
parent
e719ae23c9
commit
a4a25eb5cf
@ -104,20 +104,20 @@ a.group-teaser footer .ds-chip-primary {
|
||||
|
||||
/* number count color */
|
||||
div.ds-number > p.ds-number-count {
|
||||
color: #6e8b87;
|
||||
color: $color-primary;
|
||||
}
|
||||
|
||||
/* active tab border bottom color */
|
||||
div.tab-navigation li.Tabs__tab {
|
||||
border-bottom-color: #6e8b87;
|
||||
border-bottom-color: $color-primary;
|
||||
}
|
||||
|
||||
/* submit button color group form */
|
||||
form.group-form button.ds-button-primary {
|
||||
background-color: #6e8b87;
|
||||
background-color: $color-primary;
|
||||
}
|
||||
|
||||
/* color of active filter tags in post teaser */
|
||||
span.category-tag.filterActive {
|
||||
background-color: #6e8b87;
|
||||
background-color: $color-primary;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user