diff --git a/README.md b/README.md index 26998ca..15ec113 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # css -Just a collection of CSS files I use often. + I'll start with the one for my documentation. Despite the name beeing `markdown.css`, it actually supports `org` files. The color scheme is heavily inspired from Solarized. diff --git a/futurist.css b/futurist.css index 134c7e5..b919f29 100644 --- a/futurist.css +++ b/futurist.css @@ -25,13 +25,13 @@ a { a:hover { color: #263747; - background-color: #f3ba0b; + background-color: blue; border-radius: 5px; } h1 { color: white; - text-shadow: 0px 0px 10px #f3ba0b; + text-shadow: 10px 10px 10px #f3ba0b; } h2, h3, h4 {