aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src/css
diff options
context:
space:
mode:
authorclarkohw <66530369+clarkohw@users.noreply.github.com>2021-04-20 10:51:43 -0400
committerGitHub <noreply@github.com>2021-04-20 10:51:43 -0400
commit3910a31e5418343e427305bb0b77cf5ec3e2dfbf (patch)
tree1c147fe1a0ae5b4e130ab1758bceee41a29fe9d7 /react-frontend/src/css
parent3988916a60941eb409c7f0ebbc795868b6655643 (diff)
parentd37e4f1f4e7e6bb26ed83b81821b6a4df09a3b24 (diff)
Merge pull request #19 from cs0320-2021/frontend-tweaks
added link, gain
Diffstat (limited to 'react-frontend/src/css')
-rw-r--r--react-frontend/src/css/InvesterInfo.css5
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;
+}