Index: static/css/styles.css |
=================================================================== |
--- a/static/css/styles.css |
+++ b/static/css/styles.css |
@@ -46,16 +46,28 @@ |
url('../fonts/SourceSansPro-Regular.otf') format('opentype'), |
url('../fonts/SourceSansPro-Regular.ttf') format('truetype'); |
} |
/* |
* General layout |
*/ |
+.sr-only |
+{ |
+ position: absolute; |
+ overflow: hidden; |
+ clip: rect(0, 0, 0, 0); |
+ width: 1px; |
+ height: 1px; |
+ margin: -1px; |
+ padding: 0; |
+ border: 0; |
+} |
+ |
html |
{ |
font-family: 'Source Sans Pro', sans-serif; |
font-size: 18px; |
font-weight: 300; |
line-height: 1.333333; |
color: #161616; |
} |