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

minor updates

* new grey 🎨
* fixes for pre and button
This commit is contained in:
Jenil Gogari 2017-09-27 15:04:48 -04:00
parent 8c162c7bd0
commit bbd071ad38
5 changed files with 9 additions and 8 deletions

6
dist/chota.css vendored
View File

@ -1,7 +1,7 @@
/*! chota.css | MIT License | github.com/jenil/chota */
:root{
--primary-color:#1a9f60;
--lightGrey-color:#ddd;
--lightGrey-color:#d2d6dd;
--grid-maxWidth:120rem;
--grid-gutter:2rem;
--font-family:-apple-system,BlinkMacSystemFont,Avenir,"Avenir Next","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
@ -106,6 +106,7 @@ code,kbd,pre{
pre{
font-size:1em;
padding:1rem;
overflow-x:auto;
}
pre code{
background:none;
@ -244,10 +245,9 @@ select{
font-size:1.5rem;
line-height:1;
text-align:center;
transition:all .2s ease;
transition:opacity .2s ease;
text-decoration:none;
transform:scale(1);
transition:all .3s;
display:inline-block;
}
.button+.button{

2
dist/chota.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
:root {
--primary-color: #1a9f60;
--lightGrey-color: #ddd;
--lightGrey-color: #d2d6dd;
--grid-maxWidth: 120rem;
--grid-gutter: 2rem;
--font-family: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
@ -137,6 +137,7 @@ pre {
background-color: #f7f7f7;
font-size: 1em;
padding: 1rem;
overflow-x: auto;
}
pre code {

View File

@ -65,10 +65,9 @@ button {
font-size: 1.5rem;
line-height: 1;
text-align: center;
transition: all 0.2s ease;
transition: opacity 0.2s ease;
text-decoration: none;
transform: scale(1);
transition: all 300ms;
display: inline-block;
}

View File

@ -209,7 +209,8 @@
@ A B C D E F G H I J K L M N O
P Q R S T U V W X Y Z [ \ ] ^ _
` a b c d e f g h i j k l m n o
p q r s t u v w x y z { | } ~ </pre>
p q r s t u v w x y z { | } ~
~ 0 1 2 3 4 5 6 7 8 9 : ; &lt; = &gt; ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ </pre>
<pre><code>&#x3C;h2&#x3E;Pre-formatted text&#x3C;/h2&#x3E;</code></pre>
</div>
<footer>