diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-25 11:04:29 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-25 11:04:29 -0400 |
commit | 275218aeaf24d4f9d58589cf68ec6647f0a65050 (patch) | |
tree | 847dea3dca0a85da29c0aa0f48b2bd0ca9075025 /app/assets/stylesheets/records.scss | |
parent | ad80c40944743515a45d70014e8d5ffb88cd74fc (diff) | |
download | thoughts-275218aeaf24d4f9d58589cf68ec6647f0a65050.tar.gz thoughts-275218aeaf24d4f9d58589cf68ec6647f0a65050.tar.bz2 thoughts-275218aeaf24d4f9d58589cf68ec6647f0a65050.zip |
Worked on design, and added small bio
Diffstat (limited to 'app/assets/stylesheets/records.scss')
-rw-r--r-- | app/assets/stylesheets/records.scss | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
13 | .description { | 13 | .description { |
14 | a { | 14 | a { |
15 | text-decoration: none; | 15 | text-decoration: none; |
16 | color: black; | 16 | color: #352712; |
17 | font-family: 'Inconsolata', monospace; | 17 | font-family: 'Inconsolata', monospace; |
18 | 18 | ||
19 | &:hover { | 19 | &:hover { |
@@ -21,7 +21,7 @@ | |||
21 | } | 21 | } |
22 | 22 | ||
23 | &:visited { | 23 | &:visited { |
24 | color: black; | 24 | color: #352712; |
25 | } | 25 | } |
26 | } | 26 | } |
27 | } | 27 | } |