diff --git a/website/static/css/custom.css b/website/static/css/custom.css index 220c1dde7..2f59c4b0d 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -1,5 +1,19 @@ /* your custom css */ +.mainContainer .wrapper a, +.inner .projectIntro a { + background-color: rgba(10, 78, 31, 0.15); + color: #1a1a1a; + transition: all 0.25s ease-out; + text-decoration: underline; +} + +.mainContainer .wrapper a:hover, +.inner .projectIntro a:hover { + background-color: rgba(10, 78, 31, 0.35); + text-decoration: none !important; +} + @media only screen and (min-device-width: 360px) and (max-device-width: 736px) { } @@ -13,4 +27,4 @@ } @media only screen and (min-width: 1500px) { -} \ No newline at end of file +}