From 275218aeaf24d4f9d58589cf68ec6647f0a65050 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 25 Jun 2017 11:04:29 -0400 Subject: Worked on design, and added small bio --- app/assets/stylesheets/records.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/assets/stylesheets/records.scss') diff --git a/app/assets/stylesheets/records.scss b/app/assets/stylesheets/records.scss index 0054edd..71e203a 100644 --- a/app/assets/stylesheets/records.scss +++ b/app/assets/stylesheets/records.scss @@ -13,7 +13,7 @@ .description { a { text-decoration: none; - color: black; + color: #352712; font-family: 'Inconsolata', monospace; &:hover { @@ -21,7 +21,7 @@ } &:visited { - color: black; + color: #352712; } } } -- cgit 1.4.1