Changing color for your posts
Step-by-step guide to change color for your posts
- Select your “Staging” Branch in the repository
- Go into the “misc” folder
- Edit the custom.scss file
- Change the color of your resources page by amending the section below inside the file
- Click on “Commit changes” button to save
# Sample custom.scss file section for reference
// Resources page colors
$media-color-one: #49759a;
$media-color-two: #744d9f;
$media-color-three: #00838f;
$media-color-four: #00838f;
$media-color-five: #00838f;