diff --git a/README.md b/README.md index 3590f01..46c9cd1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![system.css](https://i.imgur.com/0RbDEWz.png) +![system.css](https://i.imgur.com/goRcNZK.png) [Documentation](https://sakofchit.github.io/system.css/) @@ -15,7 +15,7 @@ There's a couple ways you can get started with System.css! Add the following to your head tag: ```html - + ``` Here's some starter code to help you get started: @@ -25,7 +25,7 @@ Here's some starter code to help you get started: System.css Starter - +
@@ -87,5 +87,6 @@ If you find a bug, consider opening an issue. If there's something that you'd li If you'd like to see what else I'm up to, consider following me on [Twitter](https://twitter.com/sakofchit) or checking out my [personal site](https://sakun.co) :) ## Sponsors +[![CSS Scan](https://d33wubrfki0l68.cloudfront.net/6da92d1f39c939204d13f67ec76e725362b41e70/55cb0/img/logo.png)](https://getcssscan.com/?ref=systemcss) [CSS Scan](https://getcssscan.com/?ref=systemcss): The fastest and easiest way to check, copy and edit CSS diff --git a/style.css b/style.css index 221c253..299de6d 100644 --- a/style.css +++ b/style.css @@ -364,8 +364,9 @@ h2 { padding: 0 20px; text-align:center; background: white; + border-style: solid; + border-width: 5.5px; border-image: url("./icon/button.png") 30 stretch; - border: 5.5px solid transparent; color: black; text-align: center; text-decoration: none; @@ -386,8 +387,9 @@ h2 { min-width: 59px; text-align:center; background: white; + border-style: solid; + border-width: 5.5px; border-image: url("./icon/button.png") 30 stretch; - border: 5.5px solid transparent; color: #B6B7B8; text-align: center; text-decoration: none;