mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2025-05-09 18:19:49 +00:00
Assets have been converted as follows: - Change to gulp instead of grunt for build system - Remove bower and manage with npm instead - Change to postcss instead of sass - Change to Pure.css instead of foundation (lighter weight) - Update Icon Font - Initial rework of site styling (layout will be committed with updated style later) - Removed extra js which was not really needed - Built js and css will be in the assets/dist directory This really should have been probably 20 commits with a rebase or something...
11 lines
153 B
CSS
11 lines
153 B
CSS
/*
|
|
* Settings for Stylesheets
|
|
*/
|
|
|
|
:root {
|
|
--primaryColor: #9b160d;
|
|
--secondaryColor: #e7e7e7;
|
|
--globalBgColor: #ffffff;
|
|
--globalRadius: 3px;
|
|
}
|