💄 prettier diff
This commit is contained in:
parent
91e66310c3
commit
65eadd4172
|
@ -345,38 +345,6 @@ body > footer a:hover img {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* HTML Elements */
|
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #fc0;
|
|
||||||
text-decoration: none;
|
|
||||||
transition: all .25s;
|
|
||||||
-moz-transition: all .25s;
|
|
||||||
-webkit-transition: all .25s;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: #f90;
|
|
||||||
}
|
|
||||||
|
|
||||||
strong {
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
line-height: 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.left { float: left; }
|
|
||||||
.right { float: right; }
|
|
||||||
.align-right { text-align: right; }
|
|
||||||
.align-left { text-align: left; }
|
|
||||||
.align-center { text-align: center; }
|
|
||||||
|
|
||||||
/* Documentation */
|
/* Documentation */
|
||||||
|
|
||||||
.docs .content {
|
.docs .content {
|
||||||
|
@ -547,6 +515,38 @@ pre, code {
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* HTML Elements */
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #fc0;
|
||||||
|
text-decoration: none;
|
||||||
|
transition: all .25s;
|
||||||
|
-moz-transition: all .25s;
|
||||||
|
-webkit-transition: all .25s;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #f90;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
line-height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.left { float: left; }
|
||||||
|
.right { float: right; }
|
||||||
|
.align-right { text-align: right; }
|
||||||
|
.align-left { text-align: left; }
|
||||||
|
.align-center { text-align: center; }
|
||||||
|
|
||||||
/* Article HTML */
|
/* Article HTML */
|
||||||
|
|
||||||
article h2,
|
article h2,
|
||||||
|
|
Loading…
Reference in New Issue