Skip to content

Commit

Permalink
style: use native font size; enlarge glow two-fold
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jan 22, 2017
1 parent 3fb0bdd commit 06d8ad6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/style.css.sass
@@ -1,6 +1,6 @@
$golden_ratio: 1.618
$size_of_text: $golden_ratio * 1em
$size_of_glow: $golden_ratio * 1em
$size_of_glow: $golden_ratio * 2em
$animate_time: $golden_ratio * 1s

// taken from the Gruvbox colorscheme palette
Expand Down Expand Up @@ -53,7 +53,6 @@ $pretty_color: #fe8019 // bright_orange
text-shadow: 0 0 $size_of_glow
line-height: $size_of_text
font-family: 'Ubuntu Mono', Monaco, Consolas, Terminal, monospace
font-size: $size_of_text

::selection
background-color: $pretty_color
Expand Down

0 comments on commit 06d8ad6

Please sign in to comment.