Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 761 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 761 Bytes

Abdeslam Amzal Digital Resume

A digital resume website built based on the content from my personal REAL resume

Dark Mode Preview

Light Mode Preview

Switching between color themes

This website has no auto toggle theme switcher, therefor to change themes you must manual go into /styles/main.css and the css variables to use either theme. Default is dark, so do the following here:

--mainTextColor:var(--mainTextColor-light); 
--secondaryTextColor:(--secondaryTextColor-light);
--mainLinkColor:var(--mainLinkColor-light);
--mainBorderColor:var(--mainBorderColor-light);
--mainBgColor:var(--mainBgColor-light);