diff --git a/docs.css b/docs.css index 90c57439..02baa8ad 100644 --- a/docs.css +++ b/docs.css @@ -1,5 +1,5 @@ body { - border-top: solid .3rem var(--color-primary); + border-top: solid .3rem #7fdbff; } main { @@ -21,7 +21,7 @@ h4[id] { } h1 img { - height: 1em; + width: 24rem; vertical-align: middle; } @@ -39,7 +39,7 @@ footer { } footer img { - height: 2rem; + width: 16rem; } /* Main headings and bookmark links */ diff --git a/index.html b/index.html index 9cd80b5a..458ba02a 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,8 @@
-
-

Sneaker logo Shoelace.css

+
+

Shoelace logo

A back to the basics CSS starter kit. For when you don’t need the whole boot.

@@ -86,6 +86,7 @@
  • Grid System
  • Icons
  • Browser Support
  • +
  • Attribution
  • + +

    Attribution

    +

    + Special thanks to the following organizations and individuals for their contributions to + Shoelace.css. Listed in no particular order. +

    +
      +
    • + Cory LaViska – for creating this project +
    • +
    • + Adam K Olson – for designing an awesome logo +
    • +
    • + Bootstrap – for inspiration +
    • +
    • + KeyCDN – for providing a CDN +
    • +
    • + GitHub – for hosting this and many other open source repos +
    • +
    • + Surreal CMS – for sponsoring this project +
    • +
    +
    diff --git a/source/css/variables.css b/source/css/variables.css index 92c60d7a..d4a96f69 100644 --- a/source/css/variables.css +++ b/source/css/variables.css @@ -57,7 +57,7 @@ --text-muted: var(--color-gray); --code-font-size: 90%; - --code-color: var(--color-olive); + --code-color: var(--color-black); --code-border-radius: var(--component-border-radius); --code-bg-color: var(--component-bg-color); --code-spacing-x: calc(var(--font-size) * .4); diff --git a/source/img/favicon.png b/source/img/favicon.png index 065693b0..f807ebde 100644 Binary files a/source/img/favicon.png and b/source/img/favicon.png differ diff --git a/source/img/logo.svg b/source/img/logo.svg new file mode 100644 index 00000000..e10227d3 --- /dev/null +++ b/source/img/logo.svg @@ -0,0 +1,23 @@ + + + + logo + Created with Sketch. + + + + + \ No newline at end of file diff --git a/source/img/sneaker.svg b/source/img/sneaker.svg deleted file mode 100644 index 32290620..00000000 --- a/source/img/sneaker.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - - sneaker - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/img/wordmark.svg b/source/img/wordmark.svg new file mode 100644 index 00000000..b44c3f5e --- /dev/null +++ b/source/img/wordmark.svg @@ -0,0 +1,13 @@ + + + + wordmark + Created with Sketch. + + + + + + + + \ No newline at end of file