From 15daef5d08cd2c3ff97b5ba784b833e519838057 Mon Sep 17 00:00:00 2001 From: kritika aggarwal <43928250+kritsid@users.noreply.github.com> Date: Sun, 13 Oct 2019 20:43:56 +0530 Subject: [PATCH] project cooool --- README.md | 2 +- futurist.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {