We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aa582 commit 6861f75Copy full SHA for 6861f75
1 file changed
assets/css/lesson.scss
@@ -91,6 +91,9 @@ ul.nav.nav-tabs {
91
border-radius: 4px 4px 0 0; // 4px == @border-radius-base
92
}
93
94
+// adjust line height of links so that clickable area (of OS tabs) is 44px high
95
+ul.nav.nav-tabs li a { line-height: 24px; } // or 1.714285716
96
+
97
// This color provides better contrast ratio on most backgrounds used on Carpentries websites
98
// 9.24 on FFFFFF: https://webaim.org/resources/contrastchecker/?fcolor=204A6F&bcolor=FFFFFF&api (body)
99
// 8.78 on F9F9F9: https://webaim.org/resources/contrastchecker/?fcolor=204A6F&bcolor=F9F9F9&api (tables)
0 commit comments