mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
Add doc styles
This commit is contained in:
parent
cf6cb874ea
commit
1c1268fe66
@ -1,3 +1,7 @@
|
|||||||
|
body>.container {
|
||||||
|
max-width: 720px;
|
||||||
|
}
|
||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -23,7 +27,6 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
max-width: 700px;
|
|
||||||
margin: 5rem auto;
|
margin: 5rem auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -34,6 +37,34 @@ section {
|
|||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure.highlight {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin: 3rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#grid .card {
|
||||||
|
padding: 1rem 0rem;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: rgba(26, 159, 96, 0.2);
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttons {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttons > * {
|
||||||
|
margin: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.highlight, code { background-color: #f1f5f5; }
|
.highlight, code { background-color: #f1f5f5; }
|
||||||
.highlight .c { color: #93a1a1 } /* Comment */
|
.highlight .c { color: #93a1a1 } /* Comment */
|
||||||
.highlight .err { color: #586e75 } /* Error */
|
.highlight .err { color: #586e75 } /* Error */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user