Audio styles

This commit is contained in:
Sam
2016-04-26 21:15:36 +10:00
parent 6c8d118f83
commit 57b3b9e3f6
8 changed files with 140 additions and 99 deletions

2
docs/dist/docs.css vendored

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@ html {
background: linear-gradient(#fff, @body-background) fixed;
}
body {
padding: 0 (@padding-base / 2);
margin: 0;
}
// Header

View File

@ -12,6 +12,7 @@ body {
text-align: center;
color: @gray;
font-weight: @font-weight-base;
.font-smoothing();
}
// Headings
@ -21,7 +22,6 @@ h2 {
color: #2E3C44;
margin: 0 0 (@padding-base / 2);
line-height: 1.2;
.font-smoothing();
font-weight: @font-weight-bold;
}
h1 {

View File

@ -2,7 +2,7 @@
// Fonts
// ==========================================================================
/*@font-face {
@font-face {
font-family: "Avenir";
src: url("//cdn.plyr.io/fonts/avenir-medium.woff2") format("woff2"),
url("//cdn.plyr.io/fonts/avenir-medium.woff") format("woff");
@ -15,4 +15,4 @@
url("//cdn.plyr.io/fonts/avenir-bold.woff") format("woff");
font-style: normal;
font-weight: @font-weight-bold;
}*/
}