diff options
author | clarkohw <clark_oh-willeke@brown.edu> | 2021-04-20 10:51:04 -0400 |
---|---|---|
committer | clarkohw <clark_oh-willeke@brown.edu> | 2021-04-20 10:51:04 -0400 |
commit | d37e4f1f4e7e6bb26ed83b81821b6a4df09a3b24 (patch) | |
tree | 1c147fe1a0ae5b4e130ab1758bceee41a29fe9d7 /react-frontend/src/css | |
parent | 3988916a60941eb409c7f0ebbc795868b6655643 (diff) |
added link, gain
Diffstat (limited to 'react-frontend/src/css')
-rw-r--r-- | react-frontend/src/css/InvesterInfo.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/react-frontend/src/css/InvesterInfo.css b/react-frontend/src/css/InvesterInfo.css index fcfb29c..3501b70 100644 --- a/react-frontend/src/css/InvesterInfo.css +++ b/react-frontend/src/css/InvesterInfo.css @@ -54,3 +54,8 @@ .gain-row { margin-right: 20px; } + +a { + color: lightgreen; + text-decoration: none; +} |