diff options
author | 9308233900 <reagan_hunt@brown.edu> | 2021-04-17 01:59:47 -0700 |
---|---|---|
committer | 9308233900 <reagan_hunt@brown.edu> | 2021-04-17 01:59:47 -0700 |
commit | c1bcc55be1ada49e63a7cfd49c36695019e36658 (patch) | |
tree | 72fc85ac1eaecbf539c9c70dbdbde3637b68102d /react-frontend/src/css/Modal.css | |
parent | ac87bb66d29f550a79989f9ab471a5f640f6eb50 (diff) |
sidebar contrast bug fixed, landing page started
Diffstat (limited to 'react-frontend/src/css/Modal.css')
-rw-r--r-- | react-frontend/src/css/Modal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/react-frontend/src/css/Modal.css b/react-frontend/src/css/Modal.css index 7ee5045..96f9066 100644 --- a/react-frontend/src/css/Modal.css +++ b/react-frontend/src/css/Modal.css @@ -70,7 +70,7 @@ width: 150px; } -span { +.span { font-weight: bold; color:rgba(10, 9, 71); } |