Added table header row styling, made code blocks horizontally scrollbable fixed link popup on firefox

This commit is contained in:
Dan Brown
2016-02-22 20:18:08 +00:00
parent 3a58e37838
commit c86a122d80
3 changed files with 7 additions and 2 deletions

View File

@ -115,7 +115,8 @@ pre {
box-shadow: 0 1px 2px 0px rgba(10, 10, 10, 0.06);
border: 1px solid rgba(221, 221, 221, 0.66);
background-color: #fdf6e3;
padding: 0.5em;
padding: $-s;
overflow-x: scroll;
}
blockquote {