Skip to content

Commit

Permalink
#86 Add SCSS variables for various styles
Browse files Browse the repository at this point in the history
  • Loading branch information
LeNPaul committed Jun 4, 2021
1 parent 7e7b934 commit 4082c81
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ $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;
$body-color: #515151;
$dark-gray-color: #333;
$light-gray-color: #999;
$extra-light-gray-color: #ccc;
$body-color: #505050;
$code-background-color: #f5f5f5;
$link-color: black;

$pagination-button-color: #e0e0e0;

$icon-transition-time: .5s;
$envelope-color: #f39c12;
Expand Down

0 comments on commit 4082c81

Please sign in to comment.