diff --git a/docs/welcome/index.html b/docs/welcome/index.html index 2375e8f..476c2c4 100644 --- a/docs/welcome/index.html +++ b/docs/welcome/index.html @@ -85,8 +85,8 @@ .button { display: inline-block; - border: 2px solid #333; - color: #333; + border: 2px solid #fff; + color: #fff; padding: 1em 1.25em; font-weight: 500; text-transform: uppercase; @@ -99,10 +99,30 @@ } .button.dark { - background: #333; + background: #fff; + color: #0bab74; + } + + table.showcase.hero { + background: #14c589; color: #fff; } + table.showcase.hero:after { + border-top-color: #fff + } + + table.showcase.hero table[data-sortable].sortable-theme-bootstrap { + font-family: inherit; + font-size: 16px; + } + + table.showcase.hero table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"] { + color: #0daf77; + background: #b8f1dd; + border-bottom-color: #22bd88; + } + table.showcase .showcase-inner table[data-sortable] { margin: 4em auto 3em; } @@ -112,7 +132,9 @@ } table.showcase .showcase-inner p.source { - color: #888; + color: rgba(255, 255, 255, .7); + font-weight: 300; + letter-spacing: .01em; text-align: center; font-size: 12px; margin: 0 0 3em; @@ -143,6 +165,10 @@ background: #fff1dd; } + table.showcase.about { + background: #fff1dd; + } + table.showcase.about a { color: #c96c24; } @@ -243,7 +269,7 @@
Browser | @@ -299,7 +325,7 @@
---|
-
How to Use+AboutSortable is an open-source javascript and CSS library which adds sorting functionality to tables. It is tiny ( To use, first download the latest release. Then simply add How to UseAnd that's it! Learn more by visiting the documentation. |
+
+
+ Install+The easiest way to add Sortable onto your site is with Eager. +Click Install to see a live preview of sorted tables on your website. + |
Themes |