Skip to content

Commit

Permalink
Make transparency configurable by script.
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashbot committed Apr 19, 2017
1 parent 87b3eab commit cc0f7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/_variables.scss
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ $page-top-margin: 20px;
$page-background-color: #f6f6f6;
$page-nightmode-color: #262626;
$page-accent-color: #3D9970 !default;
$page-element-transparency: 0.45;
$page-element-transparency: 0.45 !default;

// Shortcut Bar (Top of Header)
$header-shortcuts-height: 18px;

0 comments on commit cc0f7de

Please sign in to comment.