Skip to content

Commit

Permalink
#86 Refactor SCSS variables and add variables for responsiveness vari…
Browse files Browse the repository at this point in the history
…ables
  • Loading branch information
LeNPaul committed Jun 4, 2021
1 parent 4082c81 commit 5c5c0db
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,29 @@ $sans-serif-font-family: "Quattrocento Sans", sans-serif;
$serif-font-family: "PT Serif", Georgia, "Times New Roman", serif;
$code-font-family: "Source Code Pro", monospace;

$dark-gray-color: #333;
$light-gray-color: #999;
$extra-light-gray-color: #ccc;
$body-color: #505050;
$code-background-color: #f5f5f5;
$link-color: black;

$code-background-color: #f5f5f5;
$pagination-button-color: #e0e0e0;

$dark-gray-color: #333;
$light-gray-color: #999;
$extra-light-gray-color: #ccc;

$container-responsive-width: 768px;
$elements-responsive-width: 30em;

$icon-transition-time: .5s;
$envelope-color: #f39c12;
$twitter-color: #00aced;
$instagram-color: #375989;
$github-color: #343434;
$linkedin-color: #0073a4;
$facebook-color: #3d5b99;
$pinterest-color: #bd081c;
$medium-color: #00AB6C;
$codepen-color: black;
$rss-color: #ff6600;
$envelope-color: #f39c12;
$twitter-color: #00aced;
$instagram-color: #375989;
$github-color: #343434;
$linkedin-color: #0073a4;
$facebook-color: #3d5b99;
$pinterest-color: #bd081c;
$medium-color: #00AB6C;
$codepen-color: black;
$rss-color: #ff6600;

@import "-sections-dir";

0 comments on commit 5c5c0db

Please sign in to comment.