RiadhAdrani / slick-portfolio-svelte

Vercel-like style portfolio template for developers.
https://riadhadrani.github.io/slick-portfolio-svelte/
203 stars 105 forks source link

Different colors for different titles #27

Closed Srm-Akla closed 8 months ago

Srm-Akla commented 8 months ago

Hi, I would like to have different colors for different maintitles, such as projects, skills, etc.

Below is the image of different colors for the navbar. I would like to have same colors for each maintitle. I have checked in MainTitle.svelte file and was able to change for all the titles one color. I am not sure how to have different colors for different titles.

I have no background in svelte, therefore any help is appreciated.

Thanks!

Screenshot from 2024-02-25 00-25-49

RiadhAdrani commented 8 months ago

Hello, Something like this ? image image

if so, check this pull request, pull the repo and check if everything is alright and if so, merge it.

Srm-Akla commented 8 months ago

Awesome! Thank you!