1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

🆙 update to base code,pre styles and font variable

This commit is contained in:
Jenil Gogari 2017-03-31 20:03:36 -04:00
parent a741fd9919
commit 92ad65fe19
3 changed files with 553 additions and 6 deletions

551
dist/chota.css vendored

File diff suppressed because one or more lines are too long

2
dist/chota.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -3,6 +3,7 @@
--lightGrey-color: #ddd;
--grid-maxWidth: 120rem;
--grid-gutter: 1.5rem;
--font-family: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
* {
@ -22,7 +23,7 @@ body {
line-height: 1.6;
font-size: 1.6rem;
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-family: var(--font-family);
margin: 0;
padding: 0;
}
@ -105,14 +106,11 @@ kbd {
padding: 0 0.4rem;
font-size: 90%;
white-space: nowrap;
color: #d00939;
border: 1px solid var(--lightGrey-color);
border-radius: 4px;
}
pre {
font-size: 1em;
background-color: #f3f3f3;
padding: 1rem;
}