Commit Graph

7 Commits

Author SHA1 Message Date
100da8b5b2 Add $intro-transition variable 2017-08-02 12:29:35 -04:00
5b4baee3b5 Refactor intro animations into a separate SASS variable () 2017-08-02 12:27:01 -04:00
3e347970c7 Add vertical scrollbar to sidebars that extend outside the viewport
Viewing overflowing sidebar content requires scrolling the entire page which is annoying and causes the reader to lose their place.

Use CSS `calc` to approximate height of the sidebar (`100vh` - height of the masthead) and apply `overflow-y: auto` to add vertical scrollbars when needed.

Fixes 
2017-07-12 12:03:14 -04:00
160be1dd0b Add variable for navicon link color 2017-07-07 15:16:35 -04:00
1ef63b55e5 Adjust nav list .active state to accommodate text that spans multiple lines. 2017-07-05 15:56:10 -04:00
b3410ed8b2 Add new brand variable: $bitbucket-color () 2017-05-16 08:21:32 -04:00
3fc1bfde26 Move SCSS partials to /_sass/minimal-mistakes for easier CSS customization 2017-04-18 12:52:11 -04:00