Skip to content

Commit 413bebc

Browse files
committed
Merge branch gh-pages of carpentries/styles
2 parents d7d3d8a + 5d4aaa2 commit 413bebc

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ source 'https://rubygems.org'
55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

77
# Synchronize with https://pages.github.com/versions
8-
ruby '>=2.5.3'
8+
ruby '>=2.5.8'
99

1010
gem 'github-pages', group: :jekyll_plugins

assets/css/lesson.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,18 @@ $color-testimonial: #fc8dc1 !default;
8484
border-radius: 0 0 4px 4px; // 4px == @border-radius-base
8585
}
8686

87+
// Stripe above tab panels where OS tabs are shown
88+
ul.nav.nav-tabs {
89+
background: #E1E1E1;
90+
border-radius: 4px 4px 0 0; // 4px == @border-radius-base
91+
}
92+
93+
// This color provides better contrast ratio on most backgrounds used on Carpentries websites
94+
// 9.24 on FFFFFF: https://webaim.org/resources/contrastchecker/?fcolor=204A6F&bcolor=FFFFFF&api (body)
95+
// 8.78 on F9F9F9: https://webaim.org/resources/contrastchecker/?fcolor=204A6F&bcolor=F9F9F9&api (tables)
96+
// 7.07 on E1E1E1: https://webaim.org/resources/contrastchecker/?fcolor=204A6F&bcolor=E1E1E1&api (tab panels)
97+
a { color: #204A6F; }
98+
8799
//----------------------------------------
88100
// Specialized blockquote environments for learning objectives, callouts, etc.
89101
//----------------------------------------

assets/js/jquery.min.js

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/jquery.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)