mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
update docs and README
This commit is contained in:
@@ -3,17 +3,6 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #f7f7f7;
|
||||
color: #c62424;
|
||||
white-space: pre-wrap;
|
||||
padding: 0.2em 0.4em;
|
||||
}
|
||||
|
||||
pre code {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.logo {
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
@@ -38,6 +27,13 @@ section {
|
||||
margin: 5rem auto;
|
||||
}
|
||||
|
||||
#features ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
font-size: 1.2em;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.highlight, code { background-color: #f1f5f5; }
|
||||
.highlight .c { color: #93a1a1 } /* Comment */
|
||||
.highlight .err { color: #586e75 } /* Error */
|
||||
|
||||
Reference in New Issue
Block a user